@charset "UTF-8";

 .animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}@keyframes bounce{0%,100%,20%,53%,80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,0,0)}40%,43%{transition-timing-function:cubic-bezier(.755,.050,.855,.060);transform:translate3d(0,-30px,0)}70%{transition-timing-function:cubic-bezier(.755,.050,.855,.060);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scale3d(1,1,1)}50%{transform:scale3d(1.05,1.05,1.05)}100%{transform:scale3d(1,1,1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scale3d(1,1,1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}100%{transform:scale3d(1,1,1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,100%{transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes swing{20%{transform:rotate3d(0,0,1,15deg)}40%{transform:rotate3d(0,0,1,-10deg)}60%{transform:rotate3d(0,0,1,5deg)}80%{transform:rotate3d(0,0,1,-5deg)}100%{transform:rotate3d(0,0,1,0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scale3d(1,1,1)}10%,20%{transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{transform:scale3d(1,1,1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{transform:none}}.wobble{animation-name:wobble}@keyframes bounceIn{0%,100%,20%,40%,60%,80%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}100%{opacity:1;transform:scale3d(1,1,1)}}.bounceIn{animation-name:bounceIn;animation-duration:.75s}@keyframes bounceInDown{0%,100%,60%,75%,90%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}100%{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,100%,60%,75%,90%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}100%{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,100%,60%,75%,90%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}100%{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,100%,60%,75%,90%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}100%{transform:translate3d(0,0,0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut;animation-duration:.75s}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}100%{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}100%{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}100%{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}100%{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}100%{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}100%{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}100%{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}100%{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}100%{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}100%{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}100%{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}100%{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) rotate3d(0,1,0,-360deg);animation-timing-function:ease-out}40%{transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);animation-timing-function:ease-in}100%{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotate3d(1,0,0,90deg);transition-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(1,0,0,-20deg);transition-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{transform:perspective(400px)}}.flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotate3d(0,1,0,90deg);transition-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(0,1,0,-20deg);transition-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{transform:perspective(400px)}}.flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{animation-name:flipOutX;animation-duration:.75s;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{backface-visibility:visible!important;animation-name:flipOutY;animation-duration:.75s}@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}100%{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}100%{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center;transform:rotate3d(0,0,1,-200deg);opacity:0}100%{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}100%{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate3d(0,0,1,45deg);opacity:0}100%{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}100%{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate3d(0,0,1,-90deg);opacity:0}100%{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center;opacity:1}100%{transform-origin:center;transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}100%{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}100%{transform-origin:right bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}100%{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}100%{transform-origin:right bottom;transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate3d(0,0,1,80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate3d(0,0,1,60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}100%{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-name:hinge}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}100%{opacity:0;transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}100%{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}100%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}100%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translateY(-100%);visibility:visible}100%{transform:translateY(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translateX(-100%);visibility:visible}100%{transform:translateX(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translateX(100%);visibility:visible}100%{transform:translateX(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translateY(100%);visibility:visible}100%{transform:translateY(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateY(0)}100%{visibility:hidden;transform:translateY(100%)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateX(0)}100%{visibility:hidden;transform:translateX(-100%)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateX(0)}100%{visibility:hidden;transform:translateX(100%)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateY(0)}100%{visibility:hidden;transform:translateY(-100%)}}.slideOutUp{animation-name:slideOutUp}.stripe-style-1 .stripe-solid-bg-mixin {
background-color: #ffffff;
}
.stripe-style-2 .stripe-solid-bg-mixin {
background-color: rgba(255,255,255,0.1);
}
.stripe-style-3 .stripe-solid-bg-mixin {
background-color: rgba(255,255,255,0.1);
}
.stripe-style-4 .stripe-solid-bg-mixin {
background-color: rgba(255,255,255,0.15);
}
.stripe-style-5 .stripe-solid-bg-mixin {
background-color: rgba(0,0,0,0.08);
}
.stripe .sidebar-content.solid-bg .stripe-header-color {
color: #333333;
}
.stripe-style-1 .stripe-header-color {
color: #3b3f4a;
}
.stripe-style-2 .stripe-header-color {
color: #ffffff;
}
.stripe-style-3 .stripe-header-color {
color: #ffffff;
}
.stripe-style-4 .stripe-header-color {
color: #ffffff;
}
.stripe-style-5 .stripe-header-color {
color: #333333;
}
.stripe .sidebar-content.solid-bg .stripe-color-base-transparent {
color: rgba(139,141,148,0.5);
}
.stripe-style-1 .stripe-color-base-transparent {
color: rgba(120,125,133,0.5);
}
.stripe-style-2 .stripe-color-base-transparent {
color: rgba(139,145,153,0.5);
}
.stripe-style-3 .stripe-color-base-transparent {
color: rgba(255,255,255,0.5);
}
.stripe-style-4 .stripe-color-base-transparent {
color: rgba(255,255,255,0.5);
}
.stripe-style-5 .stripe-color-base-transparent {
color: rgba(51,51,51,0.5);
}
.outline-element-decoration .stripe .sidebar-content.solid-bg .stripe-outline-decoration {
box-shadow: inset 0px 0px 0px 1px ;
}
.outline-element-decoration .stripe:not(.shadow-element-decoration) .stripe-outline-decoration {
box-shadow: none;
}
.stripe-style-1.outline-element-decoration .stripe-outline-decoration,
.outline-element-decoration .stripe-style-1.outline-element-decoration .stripe-outline-decoration {
box-shadow: inset 0px 0px 0px 1px #dd3333;
}
.stripe-style-2.outline-element-decoration .stripe-outline-decoration,
.outline-element-decoration .stripe-style-2.outline-element-decoration .stripe-outline-decoration {
box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.15);
}
.stripe-style-3.outline-element-decoration .stripe-outline-decoration,
.outline-element-decoration .stripe-style-3.outline-element-decoration .stripe-outline-decoration {
box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.19);
}
.outline-element-decoration .stripe-style-4 .stripe-outline-decoration,
.outline-element-decoration .stripe-style-5 .stripe-outline-decoration {
box-shadow: none;
}
.shadow-element-decoration .stripe .sidebar-content.solid-bg .stripe-shadow-decoration {
box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.shadow-element-decoration .stripe:not(.outline-element-decoration) .stripe-shadow-decoration {
box-shadow: none;
}
.stripe-style-1.shadow-element-decoration .stripe-shadow-decoration,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .stripe-shadow-decoration,
.stripe-style-2.shadow-element-decoration .stripe-shadow-decoration,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .stripe-shadow-decoration,
.stripe-style-3.shadow-element-decoration .stripe-shadow-decoration,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .stripe-shadow-decoration {
box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.shadow-element-decoration .stripe-style-4 .stripe-shadow-decoration,
.shadow-element-decoration .stripe-style-5 .stripe-shadow-decoration {
box-shadow: none;
}
.stripe .sidebar-content.solid-bg .stripe-transparent-border-mixin {
border-color: rgba(139,141,148,0.15);
}
.stripe-style-1 .stripe-transparent-border-mixin {
border-color: rgba(120,125,133,0.15);
}
.stripe-style-2 .stripe-transparent-border-mixin {
border-color: rgba(139,145,153,0.15);
}
.stripe-style-3 .stripe-transparent-border-mixin {
border-color: rgba(255,255,255,0.15);
}
.stripe-style-4 .stripe-transparent-border-mixin {
border-color: rgba(255,255,255,0.15);
}
.stripe-style-5 .stripe-transparent-border-mixin {
border-color: rgba(51,51,51,0.15);
}
.stripe .sidebar-content.solid-bg .stripe-color-primary {
color: #333333;
}
.stripe-style-1 .stripe-text-secondary {
color: #ff6600;
}
.stripe-style-2 .stripe-text-secondary {
color: #ff6600;
}
.stripe-style-3 .stripe-text-secondary {
color: #ff6600;
}
.stripe {
width: 100%;
padding: 20px 2000px;
margin-left: -2000px;
overflow: hidden;
}
.rtl .stripe {
margin-left: 0;
margin-right: -2000px;
}
.stripe-parallax-bg {
background-attachment: fixed !important;
background-position-x: 50%;
}
.stripe-parallax-bg > .wf-wrap {
position: relative;
}
.mobile-false .stripe-parallax-bg {
opacity: 0;
transition: opacity 300ms ease;
}
.stripe-style-1 {
background: #f8f8f9 none repeat  center center;
}
.stripe-style-1 * {
color: #787d85;
}
.outline-stripe-decoration.stripe-style-1 {
box-shadow: inset 0px 0px 0px 1px #44bb70;
}
.stripe-style-2 {
background: #23262d none repeat  center center;
}
.outline-stripe-decoration.stripe-style-2 {
box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.15);
}
.stripe-style-2 * {
color: #8b9199;
}
.stripe-style-3 {
background-color: #000000;
background-image: url(//cmastic.com/wp-content/themes/dt-the7/inc/presets/images/full/skin22.stripes-stripe-3-bg-image.jpg);
background-repeat: repeat;
background-position: center center;
}
.outline-stripe-decoration.stripe-style-3 {
box-shadow: inset 0px 0px 0px 1px #252728;
}
.stripe-style-3 * {
color: #ffffff;
}
.stripe a {
color: #ff6600;
}
.stripe-style-4 {
background-color: #2e3031;
background-attachment: fixed;
background-position: center top;
background-size: cover;
}
.stripe-style-4 *,
.stripe-style-4 a {
color: #ffffff;
}
.stripe-style-4 .gw-go * {
color: inherit;
}
.stripe-style-5 {
background-color: #ffffff;
background-attachment: fixed;
background-position: center top;
background-size: cover;
}
.stripe-style-5 *,
.stripe-style-5 a {
color: #333333;
}
.mobile-true .stripe {
background-attachment: scroll !important;
background-size: auto !important;
}
.mobile-true .stripe-parallax-bg {
background-size: auto !important;
}
#page .stripe .sidebar-content.solid-bg .soc-ico a:hover .soc-font-icon {
color: #fff;
}
.stripe .dt-owl-item .post.bg-on {
background: none;
}
.stripe .transparent-pie .vc_pie_wrapper .vc_pie_chart_back {
border-color: transparent !important;
}
.stripe .custom-btn-color > *,
.stripe .shortcode-banner-inside *,
.stripe .vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a *,
.stripe .gw-go *,
.stripe .aio-icon i,
.stripe .ubtn *,
.stripe .vc_color-alert-success.vc_message_box-solid *,
.stripe .info-c-full-wrap,
.stripe .info-c-full-wrap *,
.stripe .icon_description *,
.stripe .info-circle-icons *,
.stripe .icon_list_icon *,
.stripe .vc_btn3 *,
.stripe [class^="ultsl-"],
.stripe [class*=" ultsl-"] {
color: inherit;
}
.stripe .wpb_alert * {
color: #c09853;
}
.stripe .wpb_alert-success * {
color: #468847;
}
.stripe .wpb_alert-danger *,
.stripe .wpb_alert-error * {
color: #b94a48;
}
.stripe .wpb_alert-info * {
color: #3a87ad;
}
#page .stripe .rollover-content,
#page .stripe .rollover-content *,
#page .stripe .rollover-content h3.entry-title,
#page .stripe .rollover-content h3.entry-title a,
#page .stripe .post .rollover-content h4.entry-title a:hover,
#page .stripe .post .rollover-content .entry-title a:hover,
#page .stripe .rollover-content a:hover,
#page .stripe .post .rollover-content h3.entry-title a:hover,
#page .stripe .hover-style-one h2.entry-title,
#page .stripe .hover-style-two h2.entry-title {
color: #fff;
}
#page .stripe .rollover-content h3.entry-title,
#page .stripe .rollover-content .entry-title a,
#page .stripe .post .rollover-content .entry-title a:hover,
#page .stripe .hover-style-one h2.entry-title,
#page .stripe .hover-style-two h2.entry-title,
#page .stripe .hover-style-two h4.entry-title {
background: none;
}
.stripe .sidebar-content.solid-bg .testimonial-item .testimonial-vcard .text-secondary,
.stripe .sidebar-content.solid-bg .testimonial-item .testimonial-vcard .text-primary,
.stripe .sidebar-content.solid-bg .testimonial-item .testimonial-vcard .text-primary * {
color: #333333;
}
.stripe-style-1 .testimonial-item .testimonial-vcard .text-secondary,
.stripe-style-1 .testimonial-item .testimonial-vcard .text-primary,
.stripe-style-1 .testimonial-item .testimonial-vcard .text-primary * {
color: #3b3f4a;
}
.stripe-style-2 .testimonial-item .testimonial-vcard .text-secondary,
.stripe-style-2 .testimonial-item .testimonial-vcard .text-primary,
.stripe-style-2 .testimonial-item .testimonial-vcard .text-primary * {
color: #ffffff;
}
.stripe-style-3 .testimonial-item .testimonial-vcard .text-secondary,
.stripe-style-3 .testimonial-item .testimonial-vcard .text-primary,
.stripe-style-3 .testimonial-item .testimonial-vcard .text-primary * {
color: #ffffff;
}
.stripe-style-4 .testimonial-item .testimonial-vcard .text-secondary,
.stripe-style-4 .testimonial-item .testimonial-vcard .text-primary,
.stripe-style-4 .testimonial-item .testimonial-vcard .text-primary * {
color: #ffffff;
}
.stripe-style-5 .testimonial-item .testimonial-vcard .text-secondary,
.stripe-style-5 .testimonial-item .testimonial-vcard .text-primary,
.stripe-style-5 .testimonial-item .testimonial-vcard .text-primary * {
color: #333333;
}
.stripe-style-1 .testimonial-item:not(.testimonial-item-slider),
.stripe-style-1 .testimonial-item .ts-viewport,
.stripe-style-1 .bg-on.team-container,
.stripe-style-1 .dt-style.vc_progress_bar.default-bg .vc_single_bar,
.stripe-style-1 .dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.stripe-style-1 .post.bg-on,
.stripe-style-1 .post.bg-on.fullwidth-img.format-quote,
.stripe-style-1 .post.bg-on.fullwidth-img.format-link,
.stripe-style-1 .content-bg-on.centered-layout-list article,
.stripe-style-1 .content-bg-on.classic-layout-list article,
.stripe-style-1 .shortcode-code,
.stripe-style-1 .woocommerce-cart-wrap .cart-collaterals,
.stripe-style-1 .shop_attributes,
.stripe-style-1 .wc-order-review,
.stripe-style-1 .wc-side-column,
.stripe-style-1 .wc-login-wrap form,
.stripe-style-1 .wc-coupon-wrap .form-coupon-wrap,
.stripe-style-1 form.track_order,
.stripe-style-1 form.lost_reset_password,
.stripe-style-1 #customer_login > div,
.stripe-style-1 #reviews ol.commentlist .comment_container,
.stripe-style-1 .woocommerce-MyAccount-navigation > ul li:not(.is-active),
.stripe-style-1 .woocommerce-MyAccount-navigation > ul li:not(.is-active):hover,
.stripe-style-1 .light-bg-btn,
.stripe-style-1 .btn-light,
.stripe-style-1 .btn-light:hover,
.stripe-style-1 .borderframe.br-standard .shortcode-single-image,
.stripe-style-1 .frame-on.frame-fancy,
.stripe-style-1 .dt-owl-item .post.bg-on:before,
.stripe-style-1 .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active),
.stripe-style-1 .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.stripe-style-1 .wpb_tabs.tab-style-two,
.stripe-style-1 .tab-style-four.wpb_tabs,
.stripe-style-1 .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.stripe-style-1 .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.stripe-style-1 .tab-style-two.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.stripe-style-1 .wpb_tour.tab-style-two .wpb_tab,
.stripe-style-1 .tab-style-four.wpb_tour,
.stripe-style-1 .comment-list .comment-body,
.stripe-style-1 .entry-author {
background-color: #ffffff;
}
.stripe-style-2 .testimonial-item:not(.testimonial-item-slider),
.stripe-style-2 .testimonial-item .ts-viewport,
.stripe-style-2 .bg-on.team-container,
.stripe-style-2 .dt-style.vc_progress_bar.default-bg .vc_single_bar,
.stripe-style-2 .dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.stripe-style-2 .post.bg-on,
.stripe-style-2 .post.bg-on.fullwidth-img.format-quote,
.stripe-style-2 .post.bg-on.fullwidth-img.format-link,
.stripe-style-2 .content-bg-on.centered-layout-list article,
.stripe-style-2 .content-bg-on.classic-layout-list article,
.stripe-style-2 .shortcode-code,
.stripe-style-2 .woocommerce-cart-wrap .cart-collaterals,
.stripe-style-2 .shop_attributes,
.stripe-style-2 .wc-order-review,
.stripe-style-2 .wc-side-column,
.stripe-style-2 .wc-login-wrap form,
.stripe-style-2 .wc-coupon-wrap .form-coupon-wrap,
.stripe-style-2 form.track_order,
.stripe-style-2 form.lost_reset_password,
.stripe-style-2 #customer_login > div,
.stripe-style-2 #reviews ol.commentlist .comment_container,
.stripe-style-2 .woocommerce-MyAccount-navigation > ul li:not(.is-active),
.stripe-style-2 .woocommerce-MyAccount-navigation > ul li:not(.is-active):hover,
.stripe-style-2 .light-bg-btn,
.stripe-style-2 .btn-light,
.stripe-style-2 .btn-light:hover,
.stripe-style-2 .borderframe.br-standard .shortcode-single-image,
.stripe-style-2 .frame-on.frame-fancy,
.stripe-style-2 .dt-owl-item .post.bg-on:before,
.stripe-style-2 .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active),
.stripe-style-2 .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.stripe-style-2 .wpb_tabs.tab-style-two,
.stripe-style-2 .tab-style-four.wpb_tabs,
.stripe-style-2 .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.stripe-style-2 .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.stripe-style-2 .tab-style-two.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.stripe-style-2 .wpb_tour.tab-style-two .wpb_tab,
.stripe-style-2 .tab-style-four.wpb_tour,
.stripe-style-2 .comment-list .comment-body,
.stripe-style-2 .entry-author {
background-color: rgba(255,255,255,0.1);
}
.stripe-style-3 .testimonial-item:not(.testimonial-item-slider),
.stripe-style-3 .testimonial-item .ts-viewport,
.stripe-style-3 .bg-on.team-container,
.stripe-style-3 .dt-style.vc_progress_bar.default-bg .vc_single_bar,
.stripe-style-3 .dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.stripe-style-3 .post.bg-on,
.stripe-style-3 .post.bg-on.fullwidth-img.format-quote,
.stripe-style-3 .post.bg-on.fullwidth-img.format-link,
.stripe-style-3 .content-bg-on.centered-layout-list article,
.stripe-style-3 .content-bg-on.classic-layout-list article,
.stripe-style-3 .shortcode-code,
.stripe-style-3 .woocommerce-cart-wrap .cart-collaterals,
.stripe-style-3 .shop_attributes,
.stripe-style-3 .wc-order-review,
.stripe-style-3 .wc-side-column,
.stripe-style-3 .wc-login-wrap form,
.stripe-style-3 .wc-coupon-wrap .form-coupon-wrap,
.stripe-style-3 form.track_order,
.stripe-style-3 form.lost_reset_password,
.stripe-style-3 #customer_login > div,
.stripe-style-3 #reviews ol.commentlist .comment_container,
.stripe-style-3 .woocommerce-MyAccount-navigation > ul li:not(.is-active),
.stripe-style-3 .woocommerce-MyAccount-navigation > ul li:not(.is-active):hover,
.stripe-style-3 .light-bg-btn,
.stripe-style-3 .btn-light,
.stripe-style-3 .btn-light:hover,
.stripe-style-3 .borderframe.br-standard .shortcode-single-image,
.stripe-style-3 .frame-on.frame-fancy,
.stripe-style-3 .dt-owl-item .post.bg-on:before,
.stripe-style-3 .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active),
.stripe-style-3 .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.stripe-style-3 .wpb_tabs.tab-style-two,
.stripe-style-3 .tab-style-four.wpb_tabs,
.stripe-style-3 .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.stripe-style-3 .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.stripe-style-3 .tab-style-two.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.stripe-style-3 .wpb_tour.tab-style-two .wpb_tab,
.stripe-style-3 .tab-style-four.wpb_tour,
.stripe-style-3 .comment-list .comment-body,
.stripe-style-3 .entry-author {
background-color: rgba(255,255,255,0.1);
}
.stripe-style-4 .testimonial-item:not(.testimonial-item-slider),
.stripe-style-4 .testimonial-item .ts-viewport,
.stripe-style-4 .bg-on.team-container,
.stripe-style-4 .dt-style.vc_progress_bar.default-bg .vc_single_bar,
.stripe-style-4 .dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.stripe-style-4 .post.bg-on,
.stripe-style-4 .post.bg-on.fullwidth-img.format-quote,
.stripe-style-4 .post.bg-on.fullwidth-img.format-link,
.stripe-style-4 .content-bg-on.centered-layout-list article,
.stripe-style-4 .content-bg-on.classic-layout-list article,
.stripe-style-4 .shortcode-code,
.stripe-style-4 .woocommerce-cart-wrap .cart-collaterals,
.stripe-style-4 .shop_attributes,
.stripe-style-4 .wc-order-review,
.stripe-style-4 .wc-side-column,
.stripe-style-4 .wc-login-wrap form,
.stripe-style-4 .wc-coupon-wrap .form-coupon-wrap,
.stripe-style-4 form.track_order,
.stripe-style-4 form.lost_reset_password,
.stripe-style-4 #customer_login > div,
.stripe-style-4 #reviews ol.commentlist .comment_container,
.stripe-style-4 .woocommerce-MyAccount-navigation > ul li:not(.is-active),
.stripe-style-4 .woocommerce-MyAccount-navigation > ul li:not(.is-active):hover,
.stripe-style-4 .light-bg-btn,
.stripe-style-4 .btn-light,
.stripe-style-4 .btn-light:hover,
.stripe-style-4 .borderframe.br-standard .shortcode-single-image,
.stripe-style-4 .frame-on.frame-fancy,
.stripe-style-4 .dt-owl-item .post.bg-on:before,
.stripe-style-4 .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active),
.stripe-style-4 .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.stripe-style-4 .wpb_tabs.tab-style-two,
.stripe-style-4 .tab-style-four.wpb_tabs,
.stripe-style-4 .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.stripe-style-4 .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.stripe-style-4 .tab-style-two.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.stripe-style-4 .wpb_tour.tab-style-two .wpb_tab,
.stripe-style-4 .tab-style-four.wpb_tour,
.stripe-style-4 .comment-list .comment-body,
.stripe-style-4 .entry-author {
background-color: rgba(255,255,255,0.15);
}
.stripe-style-5 .testimonial-item:not(.testimonial-item-slider),
.stripe-style-5 .testimonial-item .ts-viewport,
.stripe-style-5 .bg-on.team-container,
.stripe-style-5 .dt-style.vc_progress_bar.default-bg .vc_single_bar,
.stripe-style-5 .dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.stripe-style-5 .post.bg-on,
.stripe-style-5 .post.bg-on.fullwidth-img.format-quote,
.stripe-style-5 .post.bg-on.fullwidth-img.format-link,
.stripe-style-5 .content-bg-on.centered-layout-list article,
.stripe-style-5 .content-bg-on.classic-layout-list article,
.stripe-style-5 .shortcode-code,
.stripe-style-5 .woocommerce-cart-wrap .cart-collaterals,
.stripe-style-5 .shop_attributes,
.stripe-style-5 .wc-order-review,
.stripe-style-5 .wc-side-column,
.stripe-style-5 .wc-login-wrap form,
.stripe-style-5 .wc-coupon-wrap .form-coupon-wrap,
.stripe-style-5 form.track_order,
.stripe-style-5 form.lost_reset_password,
.stripe-style-5 #customer_login > div,
.stripe-style-5 #reviews ol.commentlist .comment_container,
.stripe-style-5 .woocommerce-MyAccount-navigation > ul li:not(.is-active),
.stripe-style-5 .woocommerce-MyAccount-navigation > ul li:not(.is-active):hover,
.stripe-style-5 .light-bg-btn,
.stripe-style-5 .btn-light,
.stripe-style-5 .btn-light:hover,
.stripe-style-5 .borderframe.br-standard .shortcode-single-image,
.stripe-style-5 .frame-on.frame-fancy,
.stripe-style-5 .dt-owl-item .post.bg-on:before,
.stripe-style-5 .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active),
.stripe-style-5 .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.stripe-style-5 .wpb_tabs.tab-style-two,
.stripe-style-5 .tab-style-four.wpb_tabs,
.stripe-style-5 .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.stripe-style-5 .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.stripe-style-5 .tab-style-two.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.stripe-style-5 .wpb_tour.tab-style-two .wpb_tab,
.stripe-style-5 .tab-style-four.wpb_tour,
.stripe-style-5 .comment-list .comment-body,
.stripe-style-5 .entry-author {
background-color: rgba(0,0,0,0.08);
}
.outline-element-decoration .stripe .sidebar-content.solid-bg .testimonial-item:not(.testimonial-item-slider),
.outline-element-decoration .stripe .sidebar-content.solid-bg .testimonial-item .ts-viewport,
.outline-element-decoration .stripe .sidebar-content.solid-bg .bg-on.team-container,
.outline-element-decoration .stripe .sidebar-content.solid-bg .dt-style.vc_progress_bar.default-bg .vc_single_bar,
.outline-element-decoration .stripe .sidebar-content.solid-bg .dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.outline-element-decoration .stripe .sidebar-content.solid-bg .post.bg-on,
.outline-element-decoration .stripe .sidebar-content.solid-bg .post.bg-on.fullwidth-img.format-quote,
.outline-element-decoration .stripe .sidebar-content.solid-bg .post.bg-on.fullwidth-img.format-link,
.outline-element-decoration .stripe .sidebar-content.solid-bg .content-bg-on.centered-layout-list article,
.outline-element-decoration .stripe .sidebar-content.solid-bg .content-bg-on.classic-layout-list article,
.outline-element-decoration .stripe .sidebar-content.solid-bg .shortcode-code,
.outline-element-decoration .stripe .sidebar-content.solid-bg .woocommerce-cart-wrap .cart-collaterals,
.outline-element-decoration .stripe .sidebar-content.solid-bg .shop_attributes,
.outline-element-decoration .stripe .sidebar-content.solid-bg .wc-order-review,
.outline-element-decoration .stripe .sidebar-content.solid-bg .wc-side-column,
.outline-element-decoration .stripe .sidebar-content.solid-bg .wc-login-wrap form,
.outline-element-decoration .stripe .sidebar-content.solid-bg .wc-coupon-wrap .form-coupon-wrap,
.outline-element-decoration .stripe .sidebar-content.solid-bg form.track_order,
.outline-element-decoration .stripe .sidebar-content.solid-bg form.lost_reset_password,
.outline-element-decoration .stripe .sidebar-content.solid-bg #customer_login > div,
.outline-element-decoration .stripe .sidebar-content.solid-bg #reviews ol.commentlist .comment_container,
.outline-element-decoration .stripe .sidebar-content.solid-bg .woocommerce-MyAccount-navigation > ul li:not(.is-active),
.outline-element-decoration .stripe .sidebar-content.solid-bg .woocommerce-MyAccount-navigation > ul li:not(.is-active):hover,
.outline-element-decoration .stripe .sidebar-content.solid-bg .light-bg-btn,
.outline-element-decoration .stripe .sidebar-content.solid-bg .btn-light,
.outline-element-decoration .stripe .sidebar-content.solid-bg .btn-light:hover,
.outline-element-decoration .stripe .sidebar-content.solid-bg .borderframe.br-standard .shortcode-single-image,
.outline-element-decoration .stripe .sidebar-content.solid-bg .frame-on.frame-fancy,
.outline-element-decoration .stripe .sidebar-content.solid-bg .dt-owl-item .post.bg-on:before,
.outline-element-decoration .stripe .sidebar-content.solid-bg .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active),
.outline-element-decoration .stripe .sidebar-content.solid-bg .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.outline-element-decoration .stripe .sidebar-content.solid-bg .wpb_tabs.tab-style-two,
.outline-element-decoration .stripe .sidebar-content.solid-bg .tab-style-four.wpb_tabs,
.outline-element-decoration .stripe .sidebar-content.solid-bg .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.outline-element-decoration .stripe .sidebar-content.solid-bg .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.outline-element-decoration .stripe .sidebar-content.solid-bg .tab-style-two.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.outline-element-decoration .stripe .sidebar-content.solid-bg .wpb_tour.tab-style-two .wpb_tab,
.outline-element-decoration .stripe .sidebar-content.solid-bg .tab-style-four.wpb_tour,
.outline-element-decoration .stripe .sidebar-content.solid-bg .comment-list .comment-body,
.outline-element-decoration .stripe .sidebar-content.solid-bg .entry-author {
box-shadow: inset 0px 0px 0px 1px ;
}
.outline-element-decoration .stripe:not(.shadow-element-decoration) .testimonial-item:not(.testimonial-item-slider),
.outline-element-decoration .stripe:not(.shadow-element-decoration) .testimonial-item .ts-viewport,
.outline-element-decoration .stripe:not(.shadow-element-decoration) .bg-on.team-container,
.outline-element-decoration .stripe:not(.shadow-element-decoration) .dt-style.vc_progress_bar.default-bg .vc_single_bar,
.outline-element-decoration .stripe:not(.shadow-element-decoration) .dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.outline-element-decoration .stripe:not(.shadow-element-decoration) .post.bg-on,
.outline-element-decoration .stripe:not(.shadow-element-decoration) .post.bg-on.fullwidth-img.format-quote,
.outline-element-decoration .stripe:not(.shadow-element-decoration) .post.bg-on.fullwidth-img.format-link,
.outline-element-decoration .stripe:not(.shadow-element-decoration) .content-bg-on.centered-layout-list article,
.outline-element-decoration .stripe:not(.shadow-element-decoration) .content-bg-on.classic-layout-list article,
.outline-element-decoration .stripe:not(.shadow-element-decoration) .shortcode-code,
.outline-element-decoration .stripe:not(.shadow-element-decoration) .woocommerce-cart-wrap .cart-collaterals,
.outline-element-decoration .stripe:not(.shadow-element-decoration) .shop_attributes,
.outline-element-decoration .stripe:not(.shadow-element-decoration) .wc-order-review,
.outline-element-decoration .stripe:not(.shadow-element-decoration) .wc-side-column,
.outline-element-decoration .stripe:not(.shadow-element-decoration) .wc-login-wrap form,
.outline-element-decoration .stripe:not(.shadow-element-decoration) .wc-coupon-wrap .form-coupon-wrap,
.outline-element-decoration .stripe:not(.shadow-element-decoration) form.track_order,
.outline-element-decoration .stripe:not(.shadow-element-decoration) form.lost_reset_password,
.outline-element-decoration .stripe:not(.shadow-element-decoration) #customer_login > div,
.outline-element-decoration .stripe:not(.shadow-element-decoration) #reviews ol.commentlist .comment_container,
.outline-element-decoration .stripe:not(.shadow-element-decoration) .woocommerce-MyAccount-navigation > ul li:not(.is-active),
.outline-element-decoration .stripe:not(.shadow-element-decoration) .woocommerce-MyAccount-navigation > ul li:not(.is-active):hover,
.outline-element-decoration .stripe:not(.shadow-element-decoration) .light-bg-btn,
.outline-element-decoration .stripe:not(.shadow-element-decoration) .btn-light,
.outline-element-decoration .stripe:not(.shadow-element-decoration) .btn-light:hover,
.outline-element-decoration .stripe:not(.shadow-element-decoration) .borderframe.br-standard .shortcode-single-image,
.outline-element-decoration .stripe:not(.shadow-element-decoration) .frame-on.frame-fancy,
.outline-element-decoration .stripe:not(.shadow-element-decoration) .dt-owl-item .post.bg-on:before,
.outline-element-decoration .stripe:not(.shadow-element-decoration) .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active),
.outline-element-decoration .stripe:not(.shadow-element-decoration) .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.outline-element-decoration .stripe:not(.shadow-element-decoration) .wpb_tabs.tab-style-two,
.outline-element-decoration .stripe:not(.shadow-element-decoration) .tab-style-four.wpb_tabs,
.outline-element-decoration .stripe:not(.shadow-element-decoration) .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.outline-element-decoration .stripe:not(.shadow-element-decoration) .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.outline-element-decoration .stripe:not(.shadow-element-decoration) .tab-style-two.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.outline-element-decoration .stripe:not(.shadow-element-decoration) .wpb_tour.tab-style-two .wpb_tab,
.outline-element-decoration .stripe:not(.shadow-element-decoration) .tab-style-four.wpb_tour,
.outline-element-decoration .stripe:not(.shadow-element-decoration) .comment-list .comment-body,
.outline-element-decoration .stripe:not(.shadow-element-decoration) .entry-author {
box-shadow: none;
}
.stripe-style-1.outline-element-decoration .testimonial-item:not(.testimonial-item-slider),
.outline-element-decoration .stripe-style-1.outline-element-decoration .testimonial-item:not(.testimonial-item-slider),
.stripe-style-1.outline-element-decoration .testimonial-item .ts-viewport,
.outline-element-decoration .stripe-style-1.outline-element-decoration .testimonial-item .ts-viewport,
.stripe-style-1.outline-element-decoration .bg-on.team-container,
.outline-element-decoration .stripe-style-1.outline-element-decoration .bg-on.team-container,
.stripe-style-1.outline-element-decoration .dt-style.vc_progress_bar.default-bg .vc_single_bar,
.outline-element-decoration .stripe-style-1.outline-element-decoration .dt-style.vc_progress_bar.default-bg .vc_single_bar,
.stripe-style-1.outline-element-decoration .dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.outline-element-decoration .stripe-style-1.outline-element-decoration .dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.stripe-style-1.outline-element-decoration .post.bg-on,
.outline-element-decoration .stripe-style-1.outline-element-decoration .post.bg-on,
.stripe-style-1.outline-element-decoration .post.bg-on.fullwidth-img.format-quote,
.outline-element-decoration .stripe-style-1.outline-element-decoration .post.bg-on.fullwidth-img.format-quote,
.stripe-style-1.outline-element-decoration .post.bg-on.fullwidth-img.format-link,
.outline-element-decoration .stripe-style-1.outline-element-decoration .post.bg-on.fullwidth-img.format-link,
.stripe-style-1.outline-element-decoration .content-bg-on.centered-layout-list article,
.outline-element-decoration .stripe-style-1.outline-element-decoration .content-bg-on.centered-layout-list article,
.stripe-style-1.outline-element-decoration .content-bg-on.classic-layout-list article,
.outline-element-decoration .stripe-style-1.outline-element-decoration .content-bg-on.classic-layout-list article,
.stripe-style-1.outline-element-decoration .shortcode-code,
.outline-element-decoration .stripe-style-1.outline-element-decoration .shortcode-code,
.stripe-style-1.outline-element-decoration .woocommerce-cart-wrap .cart-collaterals,
.outline-element-decoration .stripe-style-1.outline-element-decoration .woocommerce-cart-wrap .cart-collaterals,
.stripe-style-1.outline-element-decoration .shop_attributes,
.outline-element-decoration .stripe-style-1.outline-element-decoration .shop_attributes,
.stripe-style-1.outline-element-decoration .wc-order-review,
.outline-element-decoration .stripe-style-1.outline-element-decoration .wc-order-review,
.stripe-style-1.outline-element-decoration .wc-side-column,
.outline-element-decoration .stripe-style-1.outline-element-decoration .wc-side-column,
.stripe-style-1.outline-element-decoration .wc-login-wrap form,
.outline-element-decoration .stripe-style-1.outline-element-decoration .wc-login-wrap form,
.stripe-style-1.outline-element-decoration .wc-coupon-wrap .form-coupon-wrap,
.outline-element-decoration .stripe-style-1.outline-element-decoration .wc-coupon-wrap .form-coupon-wrap,
.stripe-style-1.outline-element-decoration form.track_order,
.outline-element-decoration .stripe-style-1.outline-element-decoration form.track_order,
.stripe-style-1.outline-element-decoration form.lost_reset_password,
.outline-element-decoration .stripe-style-1.outline-element-decoration form.lost_reset_password,
.stripe-style-1.outline-element-decoration #customer_login > div,
.outline-element-decoration .stripe-style-1.outline-element-decoration #customer_login > div,
.stripe-style-1.outline-element-decoration #reviews ol.commentlist .comment_container,
.outline-element-decoration .stripe-style-1.outline-element-decoration #reviews ol.commentlist .comment_container,
.stripe-style-1.outline-element-decoration .woocommerce-MyAccount-navigation > ul li:not(.is-active),
.outline-element-decoration .stripe-style-1.outline-element-decoration .woocommerce-MyAccount-navigation > ul li:not(.is-active),
.stripe-style-1.outline-element-decoration .woocommerce-MyAccount-navigation > ul li:not(.is-active):hover,
.outline-element-decoration .stripe-style-1.outline-element-decoration .woocommerce-MyAccount-navigation > ul li:not(.is-active):hover,
.stripe-style-1.outline-element-decoration .light-bg-btn,
.outline-element-decoration .stripe-style-1.outline-element-decoration .light-bg-btn,
.stripe-style-1.outline-element-decoration .btn-light,
.outline-element-decoration .stripe-style-1.outline-element-decoration .btn-light,
.stripe-style-1.outline-element-decoration .btn-light:hover,
.outline-element-decoration .stripe-style-1.outline-element-decoration .btn-light:hover,
.stripe-style-1.outline-element-decoration .borderframe.br-standard .shortcode-single-image,
.outline-element-decoration .stripe-style-1.outline-element-decoration .borderframe.br-standard .shortcode-single-image,
.stripe-style-1.outline-element-decoration .frame-on.frame-fancy,
.outline-element-decoration .stripe-style-1.outline-element-decoration .frame-on.frame-fancy,
.stripe-style-1.outline-element-decoration .dt-owl-item .post.bg-on:before,
.outline-element-decoration .stripe-style-1.outline-element-decoration .dt-owl-item .post.bg-on:before,
.stripe-style-1.outline-element-decoration .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active),
.outline-element-decoration .stripe-style-1.outline-element-decoration .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active),
.stripe-style-1.outline-element-decoration .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.outline-element-decoration .stripe-style-1.outline-element-decoration .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.stripe-style-1.outline-element-decoration .wpb_tabs.tab-style-two,
.outline-element-decoration .stripe-style-1.outline-element-decoration .wpb_tabs.tab-style-two,
.stripe-style-1.outline-element-decoration .tab-style-four.wpb_tabs,
.outline-element-decoration .stripe-style-1.outline-element-decoration .tab-style-four.wpb_tabs,
.stripe-style-1.outline-element-decoration .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.outline-element-decoration .stripe-style-1.outline-element-decoration .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.stripe-style-1.outline-element-decoration .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.outline-element-decoration .stripe-style-1.outline-element-decoration .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.stripe-style-1.outline-element-decoration .tab-style-two.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.outline-element-decoration .stripe-style-1.outline-element-decoration .tab-style-two.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.stripe-style-1.outline-element-decoration .wpb_tour.tab-style-two .wpb_tab,
.outline-element-decoration .stripe-style-1.outline-element-decoration .wpb_tour.tab-style-two .wpb_tab,
.stripe-style-1.outline-element-decoration .tab-style-four.wpb_tour,
.outline-element-decoration .stripe-style-1.outline-element-decoration .tab-style-four.wpb_tour,
.stripe-style-1.outline-element-decoration .comment-list .comment-body,
.outline-element-decoration .stripe-style-1.outline-element-decoration .comment-list .comment-body,
.stripe-style-1.outline-element-decoration .entry-author,
.outline-element-decoration .stripe-style-1.outline-element-decoration .entry-author {
box-shadow: inset 0px 0px 0px 1px #dd3333;
}
.stripe-style-2.outline-element-decoration .testimonial-item:not(.testimonial-item-slider),
.outline-element-decoration .stripe-style-2.outline-element-decoration .testimonial-item:not(.testimonial-item-slider),
.stripe-style-2.outline-element-decoration .testimonial-item .ts-viewport,
.outline-element-decoration .stripe-style-2.outline-element-decoration .testimonial-item .ts-viewport,
.stripe-style-2.outline-element-decoration .bg-on.team-container,
.outline-element-decoration .stripe-style-2.outline-element-decoration .bg-on.team-container,
.stripe-style-2.outline-element-decoration .dt-style.vc_progress_bar.default-bg .vc_single_bar,
.outline-element-decoration .stripe-style-2.outline-element-decoration .dt-style.vc_progress_bar.default-bg .vc_single_bar,
.stripe-style-2.outline-element-decoration .dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.outline-element-decoration .stripe-style-2.outline-element-decoration .dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.stripe-style-2.outline-element-decoration .post.bg-on,
.outline-element-decoration .stripe-style-2.outline-element-decoration .post.bg-on,
.stripe-style-2.outline-element-decoration .post.bg-on.fullwidth-img.format-quote,
.outline-element-decoration .stripe-style-2.outline-element-decoration .post.bg-on.fullwidth-img.format-quote,
.stripe-style-2.outline-element-decoration .post.bg-on.fullwidth-img.format-link,
.outline-element-decoration .stripe-style-2.outline-element-decoration .post.bg-on.fullwidth-img.format-link,
.stripe-style-2.outline-element-decoration .content-bg-on.centered-layout-list article,
.outline-element-decoration .stripe-style-2.outline-element-decoration .content-bg-on.centered-layout-list article,
.stripe-style-2.outline-element-decoration .content-bg-on.classic-layout-list article,
.outline-element-decoration .stripe-style-2.outline-element-decoration .content-bg-on.classic-layout-list article,
.stripe-style-2.outline-element-decoration .shortcode-code,
.outline-element-decoration .stripe-style-2.outline-element-decoration .shortcode-code,
.stripe-style-2.outline-element-decoration .woocommerce-cart-wrap .cart-collaterals,
.outline-element-decoration .stripe-style-2.outline-element-decoration .woocommerce-cart-wrap .cart-collaterals,
.stripe-style-2.outline-element-decoration .shop_attributes,
.outline-element-decoration .stripe-style-2.outline-element-decoration .shop_attributes,
.stripe-style-2.outline-element-decoration .wc-order-review,
.outline-element-decoration .stripe-style-2.outline-element-decoration .wc-order-review,
.stripe-style-2.outline-element-decoration .wc-side-column,
.outline-element-decoration .stripe-style-2.outline-element-decoration .wc-side-column,
.stripe-style-2.outline-element-decoration .wc-login-wrap form,
.outline-element-decoration .stripe-style-2.outline-element-decoration .wc-login-wrap form,
.stripe-style-2.outline-element-decoration .wc-coupon-wrap .form-coupon-wrap,
.outline-element-decoration .stripe-style-2.outline-element-decoration .wc-coupon-wrap .form-coupon-wrap,
.stripe-style-2.outline-element-decoration form.track_order,
.outline-element-decoration .stripe-style-2.outline-element-decoration form.track_order,
.stripe-style-2.outline-element-decoration form.lost_reset_password,
.outline-element-decoration .stripe-style-2.outline-element-decoration form.lost_reset_password,
.stripe-style-2.outline-element-decoration #customer_login > div,
.outline-element-decoration .stripe-style-2.outline-element-decoration #customer_login > div,
.stripe-style-2.outline-element-decoration #reviews ol.commentlist .comment_container,
.outline-element-decoration .stripe-style-2.outline-element-decoration #reviews ol.commentlist .comment_container,
.stripe-style-2.outline-element-decoration .woocommerce-MyAccount-navigation > ul li:not(.is-active),
.outline-element-decoration .stripe-style-2.outline-element-decoration .woocommerce-MyAccount-navigation > ul li:not(.is-active),
.stripe-style-2.outline-element-decoration .woocommerce-MyAccount-navigation > ul li:not(.is-active):hover,
.outline-element-decoration .stripe-style-2.outline-element-decoration .woocommerce-MyAccount-navigation > ul li:not(.is-active):hover,
.stripe-style-2.outline-element-decoration .light-bg-btn,
.outline-element-decoration .stripe-style-2.outline-element-decoration .light-bg-btn,
.stripe-style-2.outline-element-decoration .btn-light,
.outline-element-decoration .stripe-style-2.outline-element-decoration .btn-light,
.stripe-style-2.outline-element-decoration .btn-light:hover,
.outline-element-decoration .stripe-style-2.outline-element-decoration .btn-light:hover,
.stripe-style-2.outline-element-decoration .borderframe.br-standard .shortcode-single-image,
.outline-element-decoration .stripe-style-2.outline-element-decoration .borderframe.br-standard .shortcode-single-image,
.stripe-style-2.outline-element-decoration .frame-on.frame-fancy,
.outline-element-decoration .stripe-style-2.outline-element-decoration .frame-on.frame-fancy,
.stripe-style-2.outline-element-decoration .dt-owl-item .post.bg-on:before,
.outline-element-decoration .stripe-style-2.outline-element-decoration .dt-owl-item .post.bg-on:before,
.stripe-style-2.outline-element-decoration .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active),
.outline-element-decoration .stripe-style-2.outline-element-decoration .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active),
.stripe-style-2.outline-element-decoration .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.outline-element-decoration .stripe-style-2.outline-element-decoration .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.stripe-style-2.outline-element-decoration .wpb_tabs.tab-style-two,
.outline-element-decoration .stripe-style-2.outline-element-decoration .wpb_tabs.tab-style-two,
.stripe-style-2.outline-element-decoration .tab-style-four.wpb_tabs,
.outline-element-decoration .stripe-style-2.outline-element-decoration .tab-style-four.wpb_tabs,
.stripe-style-2.outline-element-decoration .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.outline-element-decoration .stripe-style-2.outline-element-decoration .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.stripe-style-2.outline-element-decoration .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.outline-element-decoration .stripe-style-2.outline-element-decoration .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.stripe-style-2.outline-element-decoration .tab-style-two.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.outline-element-decoration .stripe-style-2.outline-element-decoration .tab-style-two.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.stripe-style-2.outline-element-decoration .wpb_tour.tab-style-two .wpb_tab,
.outline-element-decoration .stripe-style-2.outline-element-decoration .wpb_tour.tab-style-two .wpb_tab,
.stripe-style-2.outline-element-decoration .tab-style-four.wpb_tour,
.outline-element-decoration .stripe-style-2.outline-element-decoration .tab-style-four.wpb_tour,
.stripe-style-2.outline-element-decoration .comment-list .comment-body,
.outline-element-decoration .stripe-style-2.outline-element-decoration .comment-list .comment-body,
.stripe-style-2.outline-element-decoration .entry-author,
.outline-element-decoration .stripe-style-2.outline-element-decoration .entry-author {
box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.15);
}
.stripe-style-3.outline-element-decoration .testimonial-item:not(.testimonial-item-slider),
.outline-element-decoration .stripe-style-3.outline-element-decoration .testimonial-item:not(.testimonial-item-slider),
.stripe-style-3.outline-element-decoration .testimonial-item .ts-viewport,
.outline-element-decoration .stripe-style-3.outline-element-decoration .testimonial-item .ts-viewport,
.stripe-style-3.outline-element-decoration .bg-on.team-container,
.outline-element-decoration .stripe-style-3.outline-element-decoration .bg-on.team-container,
.stripe-style-3.outline-element-decoration .dt-style.vc_progress_bar.default-bg .vc_single_bar,
.outline-element-decoration .stripe-style-3.outline-element-decoration .dt-style.vc_progress_bar.default-bg .vc_single_bar,
.stripe-style-3.outline-element-decoration .dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.outline-element-decoration .stripe-style-3.outline-element-decoration .dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.stripe-style-3.outline-element-decoration .post.bg-on,
.outline-element-decoration .stripe-style-3.outline-element-decoration .post.bg-on,
.stripe-style-3.outline-element-decoration .post.bg-on.fullwidth-img.format-quote,
.outline-element-decoration .stripe-style-3.outline-element-decoration .post.bg-on.fullwidth-img.format-quote,
.stripe-style-3.outline-element-decoration .post.bg-on.fullwidth-img.format-link,
.outline-element-decoration .stripe-style-3.outline-element-decoration .post.bg-on.fullwidth-img.format-link,
.stripe-style-3.outline-element-decoration .content-bg-on.centered-layout-list article,
.outline-element-decoration .stripe-style-3.outline-element-decoration .content-bg-on.centered-layout-list article,
.stripe-style-3.outline-element-decoration .content-bg-on.classic-layout-list article,
.outline-element-decoration .stripe-style-3.outline-element-decoration .content-bg-on.classic-layout-list article,
.stripe-style-3.outline-element-decoration .shortcode-code,
.outline-element-decoration .stripe-style-3.outline-element-decoration .shortcode-code,
.stripe-style-3.outline-element-decoration .woocommerce-cart-wrap .cart-collaterals,
.outline-element-decoration .stripe-style-3.outline-element-decoration .woocommerce-cart-wrap .cart-collaterals,
.stripe-style-3.outline-element-decoration .shop_attributes,
.outline-element-decoration .stripe-style-3.outline-element-decoration .shop_attributes,
.stripe-style-3.outline-element-decoration .wc-order-review,
.outline-element-decoration .stripe-style-3.outline-element-decoration .wc-order-review,
.stripe-style-3.outline-element-decoration .wc-side-column,
.outline-element-decoration .stripe-style-3.outline-element-decoration .wc-side-column,
.stripe-style-3.outline-element-decoration .wc-login-wrap form,
.outline-element-decoration .stripe-style-3.outline-element-decoration .wc-login-wrap form,
.stripe-style-3.outline-element-decoration .wc-coupon-wrap .form-coupon-wrap,
.outline-element-decoration .stripe-style-3.outline-element-decoration .wc-coupon-wrap .form-coupon-wrap,
.stripe-style-3.outline-element-decoration form.track_order,
.outline-element-decoration .stripe-style-3.outline-element-decoration form.track_order,
.stripe-style-3.outline-element-decoration form.lost_reset_password,
.outline-element-decoration .stripe-style-3.outline-element-decoration form.lost_reset_password,
.stripe-style-3.outline-element-decoration #customer_login > div,
.outline-element-decoration .stripe-style-3.outline-element-decoration #customer_login > div,
.stripe-style-3.outline-element-decoration #reviews ol.commentlist .comment_container,
.outline-element-decoration .stripe-style-3.outline-element-decoration #reviews ol.commentlist .comment_container,
.stripe-style-3.outline-element-decoration .woocommerce-MyAccount-navigation > ul li:not(.is-active),
.outline-element-decoration .stripe-style-3.outline-element-decoration .woocommerce-MyAccount-navigation > ul li:not(.is-active),
.stripe-style-3.outline-element-decoration .woocommerce-MyAccount-navigation > ul li:not(.is-active):hover,
.outline-element-decoration .stripe-style-3.outline-element-decoration .woocommerce-MyAccount-navigation > ul li:not(.is-active):hover,
.stripe-style-3.outline-element-decoration .light-bg-btn,
.outline-element-decoration .stripe-style-3.outline-element-decoration .light-bg-btn,
.stripe-style-3.outline-element-decoration .btn-light,
.outline-element-decoration .stripe-style-3.outline-element-decoration .btn-light,
.stripe-style-3.outline-element-decoration .btn-light:hover,
.outline-element-decoration .stripe-style-3.outline-element-decoration .btn-light:hover,
.stripe-style-3.outline-element-decoration .borderframe.br-standard .shortcode-single-image,
.outline-element-decoration .stripe-style-3.outline-element-decoration .borderframe.br-standard .shortcode-single-image,
.stripe-style-3.outline-element-decoration .frame-on.frame-fancy,
.outline-element-decoration .stripe-style-3.outline-element-decoration .frame-on.frame-fancy,
.stripe-style-3.outline-element-decoration .dt-owl-item .post.bg-on:before,
.outline-element-decoration .stripe-style-3.outline-element-decoration .dt-owl-item .post.bg-on:before,
.stripe-style-3.outline-element-decoration .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active),
.outline-element-decoration .stripe-style-3.outline-element-decoration .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active),
.stripe-style-3.outline-element-decoration .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.outline-element-decoration .stripe-style-3.outline-element-decoration .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.stripe-style-3.outline-element-decoration .wpb_tabs.tab-style-two,
.outline-element-decoration .stripe-style-3.outline-element-decoration .wpb_tabs.tab-style-two,
.stripe-style-3.outline-element-decoration .tab-style-four.wpb_tabs,
.outline-element-decoration .stripe-style-3.outline-element-decoration .tab-style-four.wpb_tabs,
.stripe-style-3.outline-element-decoration .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.outline-element-decoration .stripe-style-3.outline-element-decoration .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.stripe-style-3.outline-element-decoration .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.outline-element-decoration .stripe-style-3.outline-element-decoration .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.stripe-style-3.outline-element-decoration .tab-style-two.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.outline-element-decoration .stripe-style-3.outline-element-decoration .tab-style-two.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.stripe-style-3.outline-element-decoration .wpb_tour.tab-style-two .wpb_tab,
.outline-element-decoration .stripe-style-3.outline-element-decoration .wpb_tour.tab-style-two .wpb_tab,
.stripe-style-3.outline-element-decoration .tab-style-four.wpb_tour,
.outline-element-decoration .stripe-style-3.outline-element-decoration .tab-style-four.wpb_tour,
.stripe-style-3.outline-element-decoration .comment-list .comment-body,
.outline-element-decoration .stripe-style-3.outline-element-decoration .comment-list .comment-body,
.stripe-style-3.outline-element-decoration .entry-author,
.outline-element-decoration .stripe-style-3.outline-element-decoration .entry-author {
box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.19);
}
.outline-element-decoration .stripe-style-4 .testimonial-item:not(.testimonial-item-slider),
.outline-element-decoration .stripe-style-5 .testimonial-item:not(.testimonial-item-slider),
.outline-element-decoration .stripe-style-4 .testimonial-item .ts-viewport,
.outline-element-decoration .stripe-style-5 .testimonial-item .ts-viewport,
.outline-element-decoration .stripe-style-4 .bg-on.team-container,
.outline-element-decoration .stripe-style-5 .bg-on.team-container,
.outline-element-decoration .stripe-style-4 .dt-style.vc_progress_bar.default-bg .vc_single_bar,
.outline-element-decoration .stripe-style-5 .dt-style.vc_progress_bar.default-bg .vc_single_bar,
.outline-element-decoration .stripe-style-4 .dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.outline-element-decoration .stripe-style-5 .dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.outline-element-decoration .stripe-style-4 .post.bg-on,
.outline-element-decoration .stripe-style-5 .post.bg-on,
.outline-element-decoration .stripe-style-4 .post.bg-on.fullwidth-img.format-quote,
.outline-element-decoration .stripe-style-5 .post.bg-on.fullwidth-img.format-quote,
.outline-element-decoration .stripe-style-4 .post.bg-on.fullwidth-img.format-link,
.outline-element-decoration .stripe-style-5 .post.bg-on.fullwidth-img.format-link,
.outline-element-decoration .stripe-style-4 .content-bg-on.centered-layout-list article,
.outline-element-decoration .stripe-style-5 .content-bg-on.centered-layout-list article,
.outline-element-decoration .stripe-style-4 .content-bg-on.classic-layout-list article,
.outline-element-decoration .stripe-style-5 .content-bg-on.classic-layout-list article,
.outline-element-decoration .stripe-style-4 .shortcode-code,
.outline-element-decoration .stripe-style-5 .shortcode-code,
.outline-element-decoration .stripe-style-4 .woocommerce-cart-wrap .cart-collaterals,
.outline-element-decoration .stripe-style-5 .woocommerce-cart-wrap .cart-collaterals,
.outline-element-decoration .stripe-style-4 .shop_attributes,
.outline-element-decoration .stripe-style-5 .shop_attributes,
.outline-element-decoration .stripe-style-4 .wc-order-review,
.outline-element-decoration .stripe-style-5 .wc-order-review,
.outline-element-decoration .stripe-style-4 .wc-side-column,
.outline-element-decoration .stripe-style-5 .wc-side-column,
.outline-element-decoration .stripe-style-4 .wc-login-wrap form,
.outline-element-decoration .stripe-style-5 .wc-login-wrap form,
.outline-element-decoration .stripe-style-4 .wc-coupon-wrap .form-coupon-wrap,
.outline-element-decoration .stripe-style-5 .wc-coupon-wrap .form-coupon-wrap,
.outline-element-decoration .stripe-style-4 form.track_order,
.outline-element-decoration .stripe-style-5 form.track_order,
.outline-element-decoration .stripe-style-4 form.lost_reset_password,
.outline-element-decoration .stripe-style-5 form.lost_reset_password,
.outline-element-decoration .stripe-style-4 #customer_login > div,
.outline-element-decoration .stripe-style-5 #customer_login > div,
.outline-element-decoration .stripe-style-4 #reviews ol.commentlist .comment_container,
.outline-element-decoration .stripe-style-5 #reviews ol.commentlist .comment_container,
.outline-element-decoration .stripe-style-4 .woocommerce-MyAccount-navigation > ul li:not(.is-active),
.outline-element-decoration .stripe-style-5 .woocommerce-MyAccount-navigation > ul li:not(.is-active),
.outline-element-decoration .stripe-style-4 .woocommerce-MyAccount-navigation > ul li:not(.is-active):hover,
.outline-element-decoration .stripe-style-5 .woocommerce-MyAccount-navigation > ul li:not(.is-active):hover,
.outline-element-decoration .stripe-style-4 .light-bg-btn,
.outline-element-decoration .stripe-style-5 .light-bg-btn,
.outline-element-decoration .stripe-style-4 .btn-light,
.outline-element-decoration .stripe-style-5 .btn-light,
.outline-element-decoration .stripe-style-4 .btn-light:hover,
.outline-element-decoration .stripe-style-5 .btn-light:hover,
.outline-element-decoration .stripe-style-4 .borderframe.br-standard .shortcode-single-image,
.outline-element-decoration .stripe-style-5 .borderframe.br-standard .shortcode-single-image,
.outline-element-decoration .stripe-style-4 .frame-on.frame-fancy,
.outline-element-decoration .stripe-style-5 .frame-on.frame-fancy,
.outline-element-decoration .stripe-style-4 .dt-owl-item .post.bg-on:before,
.outline-element-decoration .stripe-style-5 .dt-owl-item .post.bg-on:before,
.outline-element-decoration .stripe-style-4 .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active),
.outline-element-decoration .stripe-style-5 .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active),
.outline-element-decoration .stripe-style-4 .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.outline-element-decoration .stripe-style-5 .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.outline-element-decoration .stripe-style-4 .wpb_tabs.tab-style-two,
.outline-element-decoration .stripe-style-5 .wpb_tabs.tab-style-two,
.outline-element-decoration .stripe-style-4 .tab-style-four.wpb_tabs,
.outline-element-decoration .stripe-style-5 .tab-style-four.wpb_tabs,
.outline-element-decoration .stripe-style-4 .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.outline-element-decoration .stripe-style-5 .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.outline-element-decoration .stripe-style-4 .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.outline-element-decoration .stripe-style-5 .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.outline-element-decoration .stripe-style-4 .tab-style-two.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.outline-element-decoration .stripe-style-5 .tab-style-two.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.outline-element-decoration .stripe-style-4 .wpb_tour.tab-style-two .wpb_tab,
.outline-element-decoration .stripe-style-5 .wpb_tour.tab-style-two .wpb_tab,
.outline-element-decoration .stripe-style-4 .tab-style-four.wpb_tour,
.outline-element-decoration .stripe-style-5 .tab-style-four.wpb_tour,
.outline-element-decoration .stripe-style-4 .comment-list .comment-body,
.outline-element-decoration .stripe-style-5 .comment-list .comment-body,
.outline-element-decoration .stripe-style-4 .entry-author,
.outline-element-decoration .stripe-style-5 .entry-author {
box-shadow: none;
}
.shadow-element-decoration .stripe .sidebar-content.solid-bg .testimonial-item:not(.testimonial-item-slider),
.shadow-element-decoration .stripe .sidebar-content.solid-bg .testimonial-item .ts-viewport,
.shadow-element-decoration .stripe .sidebar-content.solid-bg .bg-on.team-container,
.shadow-element-decoration .stripe .sidebar-content.solid-bg .dt-style.vc_progress_bar.default-bg .vc_single_bar,
.shadow-element-decoration .stripe .sidebar-content.solid-bg .dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.shadow-element-decoration .stripe .sidebar-content.solid-bg .post.bg-on,
.shadow-element-decoration .stripe .sidebar-content.solid-bg .post.bg-on.fullwidth-img.format-quote,
.shadow-element-decoration .stripe .sidebar-content.solid-bg .post.bg-on.fullwidth-img.format-link,
.shadow-element-decoration .stripe .sidebar-content.solid-bg .content-bg-on.centered-layout-list article,
.shadow-element-decoration .stripe .sidebar-content.solid-bg .content-bg-on.classic-layout-list article,
.shadow-element-decoration .stripe .sidebar-content.solid-bg .shortcode-code,
.shadow-element-decoration .stripe .sidebar-content.solid-bg .woocommerce-cart-wrap .cart-collaterals,
.shadow-element-decoration .stripe .sidebar-content.solid-bg .shop_attributes,
.shadow-element-decoration .stripe .sidebar-content.solid-bg .wc-order-review,
.shadow-element-decoration .stripe .sidebar-content.solid-bg .wc-side-column,
.shadow-element-decoration .stripe .sidebar-content.solid-bg .wc-login-wrap form,
.shadow-element-decoration .stripe .sidebar-content.solid-bg .wc-coupon-wrap .form-coupon-wrap,
.shadow-element-decoration .stripe .sidebar-content.solid-bg form.track_order,
.shadow-element-decoration .stripe .sidebar-content.solid-bg form.lost_reset_password,
.shadow-element-decoration .stripe .sidebar-content.solid-bg #customer_login > div,
.shadow-element-decoration .stripe .sidebar-content.solid-bg #reviews ol.commentlist .comment_container,
.shadow-element-decoration .stripe .sidebar-content.solid-bg .woocommerce-MyAccount-navigation > ul li:not(.is-active),
.shadow-element-decoration .stripe .sidebar-content.solid-bg .woocommerce-MyAccount-navigation > ul li:not(.is-active):hover,
.shadow-element-decoration .stripe .sidebar-content.solid-bg .light-bg-btn,
.shadow-element-decoration .stripe .sidebar-content.solid-bg .btn-light,
.shadow-element-decoration .stripe .sidebar-content.solid-bg .btn-light:hover,
.shadow-element-decoration .stripe .sidebar-content.solid-bg .borderframe.br-standard .shortcode-single-image,
.shadow-element-decoration .stripe .sidebar-content.solid-bg .frame-on.frame-fancy,
.shadow-element-decoration .stripe .sidebar-content.solid-bg .dt-owl-item .post.bg-on:before,
.shadow-element-decoration .stripe .sidebar-content.solid-bg .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active),
.shadow-element-decoration .stripe .sidebar-content.solid-bg .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.shadow-element-decoration .stripe .sidebar-content.solid-bg .wpb_tabs.tab-style-two,
.shadow-element-decoration .stripe .sidebar-content.solid-bg .tab-style-four.wpb_tabs,
.shadow-element-decoration .stripe .sidebar-content.solid-bg .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.shadow-element-decoration .stripe .sidebar-content.solid-bg .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.shadow-element-decoration .stripe .sidebar-content.solid-bg .tab-style-two.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.shadow-element-decoration .stripe .sidebar-content.solid-bg .wpb_tour.tab-style-two .wpb_tab,
.shadow-element-decoration .stripe .sidebar-content.solid-bg .tab-style-four.wpb_tour,
.shadow-element-decoration .stripe .sidebar-content.solid-bg .comment-list .comment-body,
.shadow-element-decoration .stripe .sidebar-content.solid-bg .entry-author {
box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.shadow-element-decoration .stripe:not(.outline-element-decoration) .testimonial-item:not(.testimonial-item-slider),
.shadow-element-decoration .stripe:not(.outline-element-decoration) .testimonial-item .ts-viewport,
.shadow-element-decoration .stripe:not(.outline-element-decoration) .bg-on.team-container,
.shadow-element-decoration .stripe:not(.outline-element-decoration) .dt-style.vc_progress_bar.default-bg .vc_single_bar,
.shadow-element-decoration .stripe:not(.outline-element-decoration) .dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.shadow-element-decoration .stripe:not(.outline-element-decoration) .post.bg-on,
.shadow-element-decoration .stripe:not(.outline-element-decoration) .post.bg-on.fullwidth-img.format-quote,
.shadow-element-decoration .stripe:not(.outline-element-decoration) .post.bg-on.fullwidth-img.format-link,
.shadow-element-decoration .stripe:not(.outline-element-decoration) .content-bg-on.centered-layout-list article,
.shadow-element-decoration .stripe:not(.outline-element-decoration) .content-bg-on.classic-layout-list article,
.shadow-element-decoration .stripe:not(.outline-element-decoration) .shortcode-code,
.shadow-element-decoration .stripe:not(.outline-element-decoration) .woocommerce-cart-wrap .cart-collaterals,
.shadow-element-decoration .stripe:not(.outline-element-decoration) .shop_attributes,
.shadow-element-decoration .stripe:not(.outline-element-decoration) .wc-order-review,
.shadow-element-decoration .stripe:not(.outline-element-decoration) .wc-side-column,
.shadow-element-decoration .stripe:not(.outline-element-decoration) .wc-login-wrap form,
.shadow-element-decoration .stripe:not(.outline-element-decoration) .wc-coupon-wrap .form-coupon-wrap,
.shadow-element-decoration .stripe:not(.outline-element-decoration) form.track_order,
.shadow-element-decoration .stripe:not(.outline-element-decoration) form.lost_reset_password,
.shadow-element-decoration .stripe:not(.outline-element-decoration) #customer_login > div,
.shadow-element-decoration .stripe:not(.outline-element-decoration) #reviews ol.commentlist .comment_container,
.shadow-element-decoration .stripe:not(.outline-element-decoration) .woocommerce-MyAccount-navigation > ul li:not(.is-active),
.shadow-element-decoration .stripe:not(.outline-element-decoration) .woocommerce-MyAccount-navigation > ul li:not(.is-active):hover,
.shadow-element-decoration .stripe:not(.outline-element-decoration) .light-bg-btn,
.shadow-element-decoration .stripe:not(.outline-element-decoration) .btn-light,
.shadow-element-decoration .stripe:not(.outline-element-decoration) .btn-light:hover,
.shadow-element-decoration .stripe:not(.outline-element-decoration) .borderframe.br-standard .shortcode-single-image,
.shadow-element-decoration .stripe:not(.outline-element-decoration) .frame-on.frame-fancy,
.shadow-element-decoration .stripe:not(.outline-element-decoration) .dt-owl-item .post.bg-on:before,
.shadow-element-decoration .stripe:not(.outline-element-decoration) .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active),
.shadow-element-decoration .stripe:not(.outline-element-decoration) .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.shadow-element-decoration .stripe:not(.outline-element-decoration) .wpb_tabs.tab-style-two,
.shadow-element-decoration .stripe:not(.outline-element-decoration) .tab-style-four.wpb_tabs,
.shadow-element-decoration .stripe:not(.outline-element-decoration) .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.shadow-element-decoration .stripe:not(.outline-element-decoration) .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.shadow-element-decoration .stripe:not(.outline-element-decoration) .tab-style-two.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.shadow-element-decoration .stripe:not(.outline-element-decoration) .wpb_tour.tab-style-two .wpb_tab,
.shadow-element-decoration .stripe:not(.outline-element-decoration) .tab-style-four.wpb_tour,
.shadow-element-decoration .stripe:not(.outline-element-decoration) .comment-list .comment-body,
.shadow-element-decoration .stripe:not(.outline-element-decoration) .entry-author {
box-shadow: none;
}
.stripe-style-1.shadow-element-decoration .testimonial-item:not(.testimonial-item-slider),
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .testimonial-item:not(.testimonial-item-slider),
.stripe-style-2.shadow-element-decoration .testimonial-item:not(.testimonial-item-slider),
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .testimonial-item:not(.testimonial-item-slider),
.stripe-style-3.shadow-element-decoration .testimonial-item:not(.testimonial-item-slider),
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .testimonial-item:not(.testimonial-item-slider),
.stripe-style-1.shadow-element-decoration .testimonial-item .ts-viewport,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .testimonial-item .ts-viewport,
.stripe-style-2.shadow-element-decoration .testimonial-item .ts-viewport,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .testimonial-item .ts-viewport,
.stripe-style-3.shadow-element-decoration .testimonial-item .ts-viewport,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .testimonial-item .ts-viewport,
.stripe-style-1.shadow-element-decoration .bg-on.team-container,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .bg-on.team-container,
.stripe-style-2.shadow-element-decoration .bg-on.team-container,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .bg-on.team-container,
.stripe-style-3.shadow-element-decoration .bg-on.team-container,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .bg-on.team-container,
.stripe-style-1.shadow-element-decoration .dt-style.vc_progress_bar.default-bg .vc_single_bar,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .dt-style.vc_progress_bar.default-bg .vc_single_bar,
.stripe-style-2.shadow-element-decoration .dt-style.vc_progress_bar.default-bg .vc_single_bar,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .dt-style.vc_progress_bar.default-bg .vc_single_bar,
.stripe-style-3.shadow-element-decoration .dt-style.vc_progress_bar.default-bg .vc_single_bar,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .dt-style.vc_progress_bar.default-bg .vc_single_bar,
.stripe-style-1.shadow-element-decoration .dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.stripe-style-2.shadow-element-decoration .dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.stripe-style-3.shadow-element-decoration .dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.stripe-style-1.shadow-element-decoration .post.bg-on,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .post.bg-on,
.stripe-style-2.shadow-element-decoration .post.bg-on,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .post.bg-on,
.stripe-style-3.shadow-element-decoration .post.bg-on,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .post.bg-on,
.stripe-style-1.shadow-element-decoration .post.bg-on.fullwidth-img.format-quote,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .post.bg-on.fullwidth-img.format-quote,
.stripe-style-2.shadow-element-decoration .post.bg-on.fullwidth-img.format-quote,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .post.bg-on.fullwidth-img.format-quote,
.stripe-style-3.shadow-element-decoration .post.bg-on.fullwidth-img.format-quote,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .post.bg-on.fullwidth-img.format-quote,
.stripe-style-1.shadow-element-decoration .post.bg-on.fullwidth-img.format-link,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .post.bg-on.fullwidth-img.format-link,
.stripe-style-2.shadow-element-decoration .post.bg-on.fullwidth-img.format-link,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .post.bg-on.fullwidth-img.format-link,
.stripe-style-3.shadow-element-decoration .post.bg-on.fullwidth-img.format-link,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .post.bg-on.fullwidth-img.format-link,
.stripe-style-1.shadow-element-decoration .content-bg-on.centered-layout-list article,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .content-bg-on.centered-layout-list article,
.stripe-style-2.shadow-element-decoration .content-bg-on.centered-layout-list article,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .content-bg-on.centered-layout-list article,
.stripe-style-3.shadow-element-decoration .content-bg-on.centered-layout-list article,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .content-bg-on.centered-layout-list article,
.stripe-style-1.shadow-element-decoration .content-bg-on.classic-layout-list article,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .content-bg-on.classic-layout-list article,
.stripe-style-2.shadow-element-decoration .content-bg-on.classic-layout-list article,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .content-bg-on.classic-layout-list article,
.stripe-style-3.shadow-element-decoration .content-bg-on.classic-layout-list article,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .content-bg-on.classic-layout-list article,
.stripe-style-1.shadow-element-decoration .shortcode-code,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .shortcode-code,
.stripe-style-2.shadow-element-decoration .shortcode-code,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .shortcode-code,
.stripe-style-3.shadow-element-decoration .shortcode-code,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .shortcode-code,
.stripe-style-1.shadow-element-decoration .woocommerce-cart-wrap .cart-collaterals,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .woocommerce-cart-wrap .cart-collaterals,
.stripe-style-2.shadow-element-decoration .woocommerce-cart-wrap .cart-collaterals,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .woocommerce-cart-wrap .cart-collaterals,
.stripe-style-3.shadow-element-decoration .woocommerce-cart-wrap .cart-collaterals,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .woocommerce-cart-wrap .cart-collaterals,
.stripe-style-1.shadow-element-decoration .shop_attributes,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .shop_attributes,
.stripe-style-2.shadow-element-decoration .shop_attributes,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .shop_attributes,
.stripe-style-3.shadow-element-decoration .shop_attributes,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .shop_attributes,
.stripe-style-1.shadow-element-decoration .wc-order-review,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .wc-order-review,
.stripe-style-2.shadow-element-decoration .wc-order-review,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .wc-order-review,
.stripe-style-3.shadow-element-decoration .wc-order-review,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .wc-order-review,
.stripe-style-1.shadow-element-decoration .wc-side-column,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .wc-side-column,
.stripe-style-2.shadow-element-decoration .wc-side-column,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .wc-side-column,
.stripe-style-3.shadow-element-decoration .wc-side-column,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .wc-side-column,
.stripe-style-1.shadow-element-decoration .wc-login-wrap form,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .wc-login-wrap form,
.stripe-style-2.shadow-element-decoration .wc-login-wrap form,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .wc-login-wrap form,
.stripe-style-3.shadow-element-decoration .wc-login-wrap form,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .wc-login-wrap form,
.stripe-style-1.shadow-element-decoration .wc-coupon-wrap .form-coupon-wrap,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .wc-coupon-wrap .form-coupon-wrap,
.stripe-style-2.shadow-element-decoration .wc-coupon-wrap .form-coupon-wrap,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .wc-coupon-wrap .form-coupon-wrap,
.stripe-style-3.shadow-element-decoration .wc-coupon-wrap .form-coupon-wrap,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .wc-coupon-wrap .form-coupon-wrap,
.stripe-style-1.shadow-element-decoration form.track_order,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration form.track_order,
.stripe-style-2.shadow-element-decoration form.track_order,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration form.track_order,
.stripe-style-3.shadow-element-decoration form.track_order,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration form.track_order,
.stripe-style-1.shadow-element-decoration form.lost_reset_password,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration form.lost_reset_password,
.stripe-style-2.shadow-element-decoration form.lost_reset_password,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration form.lost_reset_password,
.stripe-style-3.shadow-element-decoration form.lost_reset_password,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration form.lost_reset_password,
.stripe-style-1.shadow-element-decoration #customer_login > div,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration #customer_login > div,
.stripe-style-2.shadow-element-decoration #customer_login > div,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration #customer_login > div,
.stripe-style-3.shadow-element-decoration #customer_login > div,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration #customer_login > div,
.stripe-style-1.shadow-element-decoration #reviews ol.commentlist .comment_container,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration #reviews ol.commentlist .comment_container,
.stripe-style-2.shadow-element-decoration #reviews ol.commentlist .comment_container,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration #reviews ol.commentlist .comment_container,
.stripe-style-3.shadow-element-decoration #reviews ol.commentlist .comment_container,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration #reviews ol.commentlist .comment_container,
.stripe-style-1.shadow-element-decoration .woocommerce-MyAccount-navigation > ul li:not(.is-active),
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .woocommerce-MyAccount-navigation > ul li:not(.is-active),
.stripe-style-2.shadow-element-decoration .woocommerce-MyAccount-navigation > ul li:not(.is-active),
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .woocommerce-MyAccount-navigation > ul li:not(.is-active),
.stripe-style-3.shadow-element-decoration .woocommerce-MyAccount-navigation > ul li:not(.is-active),
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .woocommerce-MyAccount-navigation > ul li:not(.is-active),
.stripe-style-1.shadow-element-decoration .woocommerce-MyAccount-navigation > ul li:not(.is-active):hover,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .woocommerce-MyAccount-navigation > ul li:not(.is-active):hover,
.stripe-style-2.shadow-element-decoration .woocommerce-MyAccount-navigation > ul li:not(.is-active):hover,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .woocommerce-MyAccount-navigation > ul li:not(.is-active):hover,
.stripe-style-3.shadow-element-decoration .woocommerce-MyAccount-navigation > ul li:not(.is-active):hover,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .woocommerce-MyAccount-navigation > ul li:not(.is-active):hover,
.stripe-style-1.shadow-element-decoration .light-bg-btn,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .light-bg-btn,
.stripe-style-2.shadow-element-decoration .light-bg-btn,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .light-bg-btn,
.stripe-style-3.shadow-element-decoration .light-bg-btn,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .light-bg-btn,
.stripe-style-1.shadow-element-decoration .btn-light,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .btn-light,
.stripe-style-2.shadow-element-decoration .btn-light,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .btn-light,
.stripe-style-3.shadow-element-decoration .btn-light,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .btn-light,
.stripe-style-1.shadow-element-decoration .btn-light:hover,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .btn-light:hover,
.stripe-style-2.shadow-element-decoration .btn-light:hover,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .btn-light:hover,
.stripe-style-3.shadow-element-decoration .btn-light:hover,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .btn-light:hover,
.stripe-style-1.shadow-element-decoration .borderframe.br-standard .shortcode-single-image,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .borderframe.br-standard .shortcode-single-image,
.stripe-style-2.shadow-element-decoration .borderframe.br-standard .shortcode-single-image,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .borderframe.br-standard .shortcode-single-image,
.stripe-style-3.shadow-element-decoration .borderframe.br-standard .shortcode-single-image,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .borderframe.br-standard .shortcode-single-image,
.stripe-style-1.shadow-element-decoration .frame-on.frame-fancy,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .frame-on.frame-fancy,
.stripe-style-2.shadow-element-decoration .frame-on.frame-fancy,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .frame-on.frame-fancy,
.stripe-style-3.shadow-element-decoration .frame-on.frame-fancy,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .frame-on.frame-fancy,
.stripe-style-1.shadow-element-decoration .dt-owl-item .post.bg-on:before,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .dt-owl-item .post.bg-on:before,
.stripe-style-2.shadow-element-decoration .dt-owl-item .post.bg-on:before,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .dt-owl-item .post.bg-on:before,
.stripe-style-3.shadow-element-decoration .dt-owl-item .post.bg-on:before,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .dt-owl-item .post.bg-on:before,
.stripe-style-1.shadow-element-decoration .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active),
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active),
.stripe-style-2.shadow-element-decoration .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active),
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active),
.stripe-style-3.shadow-element-decoration .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active),
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active),
.stripe-style-1.shadow-element-decoration .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.stripe-style-2.shadow-element-decoration .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.stripe-style-3.shadow-element-decoration .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.stripe-style-1.shadow-element-decoration .wpb_tabs.tab-style-two,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .wpb_tabs.tab-style-two,
.stripe-style-2.shadow-element-decoration .wpb_tabs.tab-style-two,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .wpb_tabs.tab-style-two,
.stripe-style-3.shadow-element-decoration .wpb_tabs.tab-style-two,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .wpb_tabs.tab-style-two,
.stripe-style-1.shadow-element-decoration .tab-style-four.wpb_tabs,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .tab-style-four.wpb_tabs,
.stripe-style-2.shadow-element-decoration .tab-style-four.wpb_tabs,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .tab-style-four.wpb_tabs,
.stripe-style-3.shadow-element-decoration .tab-style-four.wpb_tabs,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .tab-style-four.wpb_tabs,
.stripe-style-1.shadow-element-decoration .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.stripe-style-2.shadow-element-decoration .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.stripe-style-3.shadow-element-decoration .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.stripe-style-1.shadow-element-decoration .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.stripe-style-2.shadow-element-decoration .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.stripe-style-3.shadow-element-decoration .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.stripe-style-1.shadow-element-decoration .tab-style-two.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .tab-style-two.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.stripe-style-2.shadow-element-decoration .tab-style-two.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .tab-style-two.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.stripe-style-3.shadow-element-decoration .tab-style-two.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .tab-style-two.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.stripe-style-1.shadow-element-decoration .wpb_tour.tab-style-two .wpb_tab,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .wpb_tour.tab-style-two .wpb_tab,
.stripe-style-2.shadow-element-decoration .wpb_tour.tab-style-two .wpb_tab,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .wpb_tour.tab-style-two .wpb_tab,
.stripe-style-3.shadow-element-decoration .wpb_tour.tab-style-two .wpb_tab,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .wpb_tour.tab-style-two .wpb_tab,
.stripe-style-1.shadow-element-decoration .tab-style-four.wpb_tour,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .tab-style-four.wpb_tour,
.stripe-style-2.shadow-element-decoration .tab-style-four.wpb_tour,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .tab-style-four.wpb_tour,
.stripe-style-3.shadow-element-decoration .tab-style-four.wpb_tour,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .tab-style-four.wpb_tour,
.stripe-style-1.shadow-element-decoration .comment-list .comment-body,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .comment-list .comment-body,
.stripe-style-2.shadow-element-decoration .comment-list .comment-body,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .comment-list .comment-body,
.stripe-style-3.shadow-element-decoration .comment-list .comment-body,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .comment-list .comment-body,
.stripe-style-1.shadow-element-decoration .entry-author,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .entry-author,
.stripe-style-2.shadow-element-decoration .entry-author,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .entry-author,
.stripe-style-3.shadow-element-decoration .entry-author,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .entry-author {
box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.shadow-element-decoration .stripe-style-4 .testimonial-item:not(.testimonial-item-slider),
.shadow-element-decoration .stripe-style-5 .testimonial-item:not(.testimonial-item-slider),
.shadow-element-decoration .stripe-style-4 .testimonial-item .ts-viewport,
.shadow-element-decoration .stripe-style-5 .testimonial-item .ts-viewport,
.shadow-element-decoration .stripe-style-4 .bg-on.team-container,
.shadow-element-decoration .stripe-style-5 .bg-on.team-container,
.shadow-element-decoration .stripe-style-4 .dt-style.vc_progress_bar.default-bg .vc_single_bar,
.shadow-element-decoration .stripe-style-5 .dt-style.vc_progress_bar.default-bg .vc_single_bar,
.shadow-element-decoration .stripe-style-4 .dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.shadow-element-decoration .stripe-style-5 .dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.shadow-element-decoration .stripe-style-4 .post.bg-on,
.shadow-element-decoration .stripe-style-5 .post.bg-on,
.shadow-element-decoration .stripe-style-4 .post.bg-on.fullwidth-img.format-quote,
.shadow-element-decoration .stripe-style-5 .post.bg-on.fullwidth-img.format-quote,
.shadow-element-decoration .stripe-style-4 .post.bg-on.fullwidth-img.format-link,
.shadow-element-decoration .stripe-style-5 .post.bg-on.fullwidth-img.format-link,
.shadow-element-decoration .stripe-style-4 .content-bg-on.centered-layout-list article,
.shadow-element-decoration .stripe-style-5 .content-bg-on.centered-layout-list article,
.shadow-element-decoration .stripe-style-4 .content-bg-on.classic-layout-list article,
.shadow-element-decoration .stripe-style-5 .content-bg-on.classic-layout-list article,
.shadow-element-decoration .stripe-style-4 .shortcode-code,
.shadow-element-decoration .stripe-style-5 .shortcode-code,
.shadow-element-decoration .stripe-style-4 .woocommerce-cart-wrap .cart-collaterals,
.shadow-element-decoration .stripe-style-5 .woocommerce-cart-wrap .cart-collaterals,
.shadow-element-decoration .stripe-style-4 .shop_attributes,
.shadow-element-decoration .stripe-style-5 .shop_attributes,
.shadow-element-decoration .stripe-style-4 .wc-order-review,
.shadow-element-decoration .stripe-style-5 .wc-order-review,
.shadow-element-decoration .stripe-style-4 .wc-side-column,
.shadow-element-decoration .stripe-style-5 .wc-side-column,
.shadow-element-decoration .stripe-style-4 .wc-login-wrap form,
.shadow-element-decoration .stripe-style-5 .wc-login-wrap form,
.shadow-element-decoration .stripe-style-4 .wc-coupon-wrap .form-coupon-wrap,
.shadow-element-decoration .stripe-style-5 .wc-coupon-wrap .form-coupon-wrap,
.shadow-element-decoration .stripe-style-4 form.track_order,
.shadow-element-decoration .stripe-style-5 form.track_order,
.shadow-element-decoration .stripe-style-4 form.lost_reset_password,
.shadow-element-decoration .stripe-style-5 form.lost_reset_password,
.shadow-element-decoration .stripe-style-4 #customer_login > div,
.shadow-element-decoration .stripe-style-5 #customer_login > div,
.shadow-element-decoration .stripe-style-4 #reviews ol.commentlist .comment_container,
.shadow-element-decoration .stripe-style-5 #reviews ol.commentlist .comment_container,
.shadow-element-decoration .stripe-style-4 .woocommerce-MyAccount-navigation > ul li:not(.is-active),
.shadow-element-decoration .stripe-style-5 .woocommerce-MyAccount-navigation > ul li:not(.is-active),
.shadow-element-decoration .stripe-style-4 .woocommerce-MyAccount-navigation > ul li:not(.is-active):hover,
.shadow-element-decoration .stripe-style-5 .woocommerce-MyAccount-navigation > ul li:not(.is-active):hover,
.shadow-element-decoration .stripe-style-4 .light-bg-btn,
.shadow-element-decoration .stripe-style-5 .light-bg-btn,
.shadow-element-decoration .stripe-style-4 .btn-light,
.shadow-element-decoration .stripe-style-5 .btn-light,
.shadow-element-decoration .stripe-style-4 .btn-light:hover,
.shadow-element-decoration .stripe-style-5 .btn-light:hover,
.shadow-element-decoration .stripe-style-4 .borderframe.br-standard .shortcode-single-image,
.shadow-element-decoration .stripe-style-5 .borderframe.br-standard .shortcode-single-image,
.shadow-element-decoration .stripe-style-4 .frame-on.frame-fancy,
.shadow-element-decoration .stripe-style-5 .frame-on.frame-fancy,
.shadow-element-decoration .stripe-style-4 .dt-owl-item .post.bg-on:before,
.shadow-element-decoration .stripe-style-5 .dt-owl-item .post.bg-on:before,
.shadow-element-decoration .stripe-style-4 .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active),
.shadow-element-decoration .stripe-style-5 .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active),
.shadow-element-decoration .stripe-style-4 .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.shadow-element-decoration .stripe-style-5 .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.shadow-element-decoration .stripe-style-4 .wpb_tabs.tab-style-two,
.shadow-element-decoration .stripe-style-5 .wpb_tabs.tab-style-two,
.shadow-element-decoration .stripe-style-4 .tab-style-four.wpb_tabs,
.shadow-element-decoration .stripe-style-5 .tab-style-four.wpb_tabs,
.shadow-element-decoration .stripe-style-4 .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.shadow-element-decoration .stripe-style-5 .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.shadow-element-decoration .stripe-style-4 .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.shadow-element-decoration .stripe-style-5 .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.shadow-element-decoration .stripe-style-4 .tab-style-two.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.shadow-element-decoration .stripe-style-5 .tab-style-two.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.shadow-element-decoration .stripe-style-4 .wpb_tour.tab-style-two .wpb_tab,
.shadow-element-decoration .stripe-style-5 .wpb_tour.tab-style-two .wpb_tab,
.shadow-element-decoration .stripe-style-4 .tab-style-four.wpb_tour,
.shadow-element-decoration .stripe-style-5 .tab-style-four.wpb_tour,
.shadow-element-decoration .stripe-style-4 .comment-list .comment-body,
.shadow-element-decoration .stripe-style-5 .comment-list .comment-body,
.shadow-element-decoration .stripe-style-4 .entry-author,
.shadow-element-decoration .stripe-style-5 .entry-author {
box-shadow: none;
}
.stripe .sidebar-content.solid-bg .centered-layout-list.dividers-on .post-entry-content:after {
background-color: rgba(139,141,148,0.15);
}
.stripe-style-1.stripe-transparent-bg .centered-layout-list.dividers-on .post-entry-content:after {
background-color: rgba(120,125,133,0.15);
}
.stripe-style-2.stripe-transparent-bg .centered-layout-list.dividers-on .post-entry-content:after {
background-color: rgba(139,145,153,0.15);
}
.stripe-style-3.stripe-transparent-bg .centered-layout-list.dividers-on .post-entry-content:after {
background-color: rgba(255,255,255,0.15);
}
#page .stripe-style-4 .centered-layout-list.dividers-on .post-entry-content:after,
.boxes-solid-bg .stripe-style-4 .centered-layout-list.dividers-on .post-entry-content:after {
background-color: rgba(255,255,255,0.15);
}
#page .stripe-style-5 .centered-layout-list.dividers-on .post-entry-content:after,
.boxes-solid-bg .stripe-style-5 .centered-layout-list.dividers-on .post-entry-content:after {
background-color: rgba(51,51,51,0.15);
}
.stripe .sidebar-content.solid-bg .dt-fancy-title.bg-on,
.stripe .sidebar-content.solid-bg hr.gf_rule {
background-color: rgba(139,141,148,0.08);
}
.stripe-style-1.stripe-transparent-bg .dt-fancy-title.bg-on,
.stripe-style-1.stripe-transparent-bg hr.gf_rule {
background-color: rgba(120,125,133,0.08);
}
.stripe-style-2.stripe-transparent-bg .dt-fancy-title.bg-on,
.stripe-style-2.stripe-transparent-bg hr.gf_rule {
background-color: rgba(139,145,153,0.08);
}
.stripe-style-3.stripe-transparent-bg .dt-fancy-title.bg-on,
.stripe-style-3.stripe-transparent-bg hr.gf_rule {
background-color: rgba(255,255,255,0.08);
}
#page .stripe-style-4 .dt-fancy-title.bg-on,
.boxes-solid-bg .stripe-style-4 .dt-fancy-title.bg-on,
#page .stripe-style-4 hr.gf_rule,
.boxes-solid-bg .stripe-style-4 hr.gf_rule {
background-color: rgba(255,255,255,0.08);
}
#page .stripe-style-5 .dt-fancy-title.bg-on,
.boxes-solid-bg .stripe-style-5 .dt-fancy-title.bg-on,
#page .stripe-style-5 hr.gf_rule,
.boxes-solid-bg .stripe-style-5 hr.gf_rule {
background-color: rgba(51,51,51,0.08);
}
.stripe-style-1 .content-bg-on:not(.classic-layout-list):not(.centered-layout-list) .post-entry-content,
.stripe-style-1 blockquote:not(.shortcode-blockquote),
.stripe-style-1 blockquote.shortcode-blockquote.block-style-widget,
.stripe-style-1 .block-style-widget {
background-color: #ffffff;
}
.stripe-style-2 .content-bg-on:not(.classic-layout-list):not(.centered-layout-list) .post-entry-content,
.stripe-style-2 blockquote:not(.shortcode-blockquote),
.stripe-style-2 blockquote.shortcode-blockquote.block-style-widget,
.stripe-style-2 .block-style-widget {
background-color: rgba(255,255,255,0.1);
}
.stripe-style-3 .content-bg-on:not(.classic-layout-list):not(.centered-layout-list) .post-entry-content,
.stripe-style-3 blockquote:not(.shortcode-blockquote),
.stripe-style-3 blockquote.shortcode-blockquote.block-style-widget,
.stripe-style-3 .block-style-widget {
background-color: rgba(255,255,255,0.1);
}
.stripe-style-4 .content-bg-on:not(.classic-layout-list):not(.centered-layout-list) .post-entry-content,
.stripe-style-4 blockquote:not(.shortcode-blockquote),
.stripe-style-4 blockquote.shortcode-blockquote.block-style-widget,
.stripe-style-4 .block-style-widget {
background-color: rgba(255,255,255,0.15);
}
.stripe-style-5 .content-bg-on:not(.classic-layout-list):not(.centered-layout-list) .post-entry-content,
.stripe-style-5 blockquote:not(.shortcode-blockquote),
.stripe-style-5 blockquote.shortcode-blockquote.block-style-widget,
.stripe-style-5 .block-style-widget {
background-color: rgba(0,0,0,0.08);
}
.outline-element-decoration .stripe .sidebar-content.solid-bg .content-bg-on:not(.classic-layout-list):not(.centered-layout-list):not(.gradient-overlap-layout-list):not(.gradient-overlay-layout-list):not(.content-rollover-layout-list) .post-entry-content,
.outline-element-decoration .stripe .sidebar-content.solid-bg blockquote:not(.shortcode-blockquote),
.outline-element-decoration .stripe .sidebar-content.solid-bg .block-style-widget {
box-shadow: inset 0px 0px 0px 1px ;
}
.outline-element-decoration .stripe:not(.shadow-element-decoration) .content-bg-on:not(.classic-layout-list):not(.centered-layout-list):not(.gradient-overlap-layout-list):not(.gradient-overlay-layout-list):not(.content-rollover-layout-list) .post-entry-content,
.outline-element-decoration .stripe:not(.shadow-element-decoration) blockquote:not(.shortcode-blockquote),
.outline-element-decoration .stripe:not(.shadow-element-decoration) .block-style-widget {
box-shadow: none;
}
.stripe-style-1.outline-element-decoration .content-bg-on:not(.classic-layout-list):not(.centered-layout-list):not(.gradient-overlap-layout-list):not(.gradient-overlay-layout-list):not(.content-rollover-layout-list) .post-entry-content,
.outline-element-decoration .stripe-style-1.outline-element-decoration .content-bg-on:not(.classic-layout-list):not(.centered-layout-list):not(.gradient-overlap-layout-list):not(.gradient-overlay-layout-list):not(.content-rollover-layout-list) .post-entry-content,
.stripe-style-1.outline-element-decoration blockquote:not(.shortcode-blockquote),
.outline-element-decoration .stripe-style-1.outline-element-decoration blockquote:not(.shortcode-blockquote),
.stripe-style-1.outline-element-decoration .block-style-widget,
.outline-element-decoration .stripe-style-1.outline-element-decoration .block-style-widget {
box-shadow: inset 0px 0px 0px 1px #dd3333;
}
.stripe-style-2.outline-element-decoration .content-bg-on:not(.classic-layout-list):not(.centered-layout-list):not(.gradient-overlap-layout-list):not(.gradient-overlay-layout-list):not(.content-rollover-layout-list) .post-entry-content,
.outline-element-decoration .stripe-style-2.outline-element-decoration .content-bg-on:not(.classic-layout-list):not(.centered-layout-list):not(.gradient-overlap-layout-list):not(.gradient-overlay-layout-list):not(.content-rollover-layout-list) .post-entry-content,
.stripe-style-2.outline-element-decoration blockquote:not(.shortcode-blockquote),
.outline-element-decoration .stripe-style-2.outline-element-decoration blockquote:not(.shortcode-blockquote),
.stripe-style-2.outline-element-decoration .block-style-widget,
.outline-element-decoration .stripe-style-2.outline-element-decoration .block-style-widget {
box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.15);
}
.stripe-style-3.outline-element-decoration .content-bg-on:not(.classic-layout-list):not(.centered-layout-list):not(.gradient-overlap-layout-list):not(.gradient-overlay-layout-list):not(.content-rollover-layout-list) .post-entry-content,
.outline-element-decoration .stripe-style-3.outline-element-decoration .content-bg-on:not(.classic-layout-list):not(.centered-layout-list):not(.gradient-overlap-layout-list):not(.gradient-overlay-layout-list):not(.content-rollover-layout-list) .post-entry-content,
.stripe-style-3.outline-element-decoration blockquote:not(.shortcode-blockquote),
.outline-element-decoration .stripe-style-3.outline-element-decoration blockquote:not(.shortcode-blockquote),
.stripe-style-3.outline-element-decoration .block-style-widget,
.outline-element-decoration .stripe-style-3.outline-element-decoration .block-style-widget {
box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.19);
}
.outline-element-decoration .stripe-style-4 .content-bg-on:not(.classic-layout-list):not(.centered-layout-list):not(.gradient-overlap-layout-list):not(.gradient-overlay-layout-list):not(.content-rollover-layout-list) .post-entry-content,
.outline-element-decoration .stripe-style-5 .content-bg-on:not(.classic-layout-list):not(.centered-layout-list):not(.gradient-overlap-layout-list):not(.gradient-overlay-layout-list):not(.content-rollover-layout-list) .post-entry-content,
.outline-element-decoration .stripe-style-4 blockquote:not(.shortcode-blockquote),
.outline-element-decoration .stripe-style-5 blockquote:not(.shortcode-blockquote),
.outline-element-decoration .stripe-style-4 .block-style-widget,
.outline-element-decoration .stripe-style-5 .block-style-widget {
box-shadow: none;
}
.shadow-element-decoration .stripe .sidebar-content.solid-bg .content-bg-on:not(.classic-layout-list):not(.centered-layout-list):not(.gradient-overlap-layout-list):not(.gradient-overlay-layout-list):not(.content-rollover-layout-list) .post-entry-content,
.shadow-element-decoration .stripe .sidebar-content.solid-bg blockquote:not(.shortcode-blockquote),
.shadow-element-decoration .stripe .sidebar-content.solid-bg .block-style-widget {
box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.shadow-element-decoration .stripe:not(.outline-element-decoration) .content-bg-on:not(.classic-layout-list):not(.centered-layout-list):not(.gradient-overlap-layout-list):not(.gradient-overlay-layout-list):not(.content-rollover-layout-list) .post-entry-content,
.shadow-element-decoration .stripe:not(.outline-element-decoration) blockquote:not(.shortcode-blockquote),
.shadow-element-decoration .stripe:not(.outline-element-decoration) .block-style-widget {
box-shadow: none;
}
.stripe-style-1.shadow-element-decoration .content-bg-on:not(.classic-layout-list):not(.centered-layout-list):not(.gradient-overlap-layout-list):not(.gradient-overlay-layout-list):not(.content-rollover-layout-list) .post-entry-content,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .content-bg-on:not(.classic-layout-list):not(.centered-layout-list):not(.gradient-overlap-layout-list):not(.gradient-overlay-layout-list):not(.content-rollover-layout-list) .post-entry-content,
.stripe-style-2.shadow-element-decoration .content-bg-on:not(.classic-layout-list):not(.centered-layout-list):not(.gradient-overlap-layout-list):not(.gradient-overlay-layout-list):not(.content-rollover-layout-list) .post-entry-content,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .content-bg-on:not(.classic-layout-list):not(.centered-layout-list):not(.gradient-overlap-layout-list):not(.gradient-overlay-layout-list):not(.content-rollover-layout-list) .post-entry-content,
.stripe-style-3.shadow-element-decoration .content-bg-on:not(.classic-layout-list):not(.centered-layout-list):not(.gradient-overlap-layout-list):not(.gradient-overlay-layout-list):not(.content-rollover-layout-list) .post-entry-content,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .content-bg-on:not(.classic-layout-list):not(.centered-layout-list):not(.gradient-overlap-layout-list):not(.gradient-overlay-layout-list):not(.content-rollover-layout-list) .post-entry-content,
.stripe-style-1.shadow-element-decoration blockquote:not(.shortcode-blockquote),
.shadow-element-decoration .stripe-style-1.shadow-element-decoration blockquote:not(.shortcode-blockquote),
.stripe-style-2.shadow-element-decoration blockquote:not(.shortcode-blockquote),
.shadow-element-decoration .stripe-style-2.shadow-element-decoration blockquote:not(.shortcode-blockquote),
.stripe-style-3.shadow-element-decoration blockquote:not(.shortcode-blockquote),
.shadow-element-decoration .stripe-style-3.shadow-element-decoration blockquote:not(.shortcode-blockquote),
.stripe-style-1.shadow-element-decoration .block-style-widget,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .block-style-widget,
.stripe-style-2.shadow-element-decoration .block-style-widget,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .block-style-widget,
.stripe-style-3.shadow-element-decoration .block-style-widget,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .block-style-widget {
box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.shadow-element-decoration .stripe-style-4 .content-bg-on:not(.classic-layout-list):not(.centered-layout-list):not(.gradient-overlap-layout-list):not(.gradient-overlay-layout-list):not(.content-rollover-layout-list) .post-entry-content,
.shadow-element-decoration .stripe-style-5 .content-bg-on:not(.classic-layout-list):not(.centered-layout-list):not(.gradient-overlap-layout-list):not(.gradient-overlay-layout-list):not(.content-rollover-layout-list) .post-entry-content,
.shadow-element-decoration .stripe-style-4 blockquote:not(.shortcode-blockquote),
.shadow-element-decoration .stripe-style-5 blockquote:not(.shortcode-blockquote),
.shadow-element-decoration .stripe-style-4 .block-style-widget,
.shadow-element-decoration .stripe-style-5 .block-style-widget {
box-shadow: none;
}
.stripe-style-1 .format-link-content,
.stripe-style-1 .format-aside-content,
.stripe-style-1 .format-status-content,
.stripe-style-1 #page .content-bg-on.gradient-overlay-layout-list .post-entry-content {
background-color: #ffffff;
}
.stripe-style-2 .format-link-content,
.stripe-style-2 .format-aside-content,
.stripe-style-2 .format-status-content,
.stripe-style-2 #page .content-bg-on.gradient-overlay-layout-list .post-entry-content {
background-color: rgba(255,255,255,0.1);
}
.stripe-style-3 .format-link-content,
.stripe-style-3 .format-aside-content,
.stripe-style-3 .format-status-content,
.stripe-style-3 #page .content-bg-on.gradient-overlay-layout-list .post-entry-content {
background-color: rgba(255,255,255,0.1);
}
.stripe-style-4 .format-link-content,
.stripe-style-4 .format-aside-content,
.stripe-style-4 .format-status-content,
.stripe-style-4 #page .content-bg-on.gradient-overlay-layout-list .post-entry-content {
background-color: rgba(255,255,255,0.15);
}
.stripe-style-5 .format-link-content,
.stripe-style-5 .format-aside-content,
.stripe-style-5 .format-status-content,
.stripe-style-5 #page .content-bg-on.gradient-overlay-layout-list .post-entry-content {
background-color: rgba(0,0,0,0.08);
}
.outline-element-decoration .stripe .sidebar-content.solid-bg .format-link-content {
box-shadow: inset 0px 0px 0px 1px ;
}
.outline-element-decoration .stripe:not(.shadow-element-decoration) .format-link-content {
box-shadow: none;
}
.stripe-style-1.outline-element-decoration .format-link-content,
.outline-element-decoration .stripe-style-1.outline-element-decoration .format-link-content {
box-shadow: inset 0px 0px 0px 1px #dd3333;
}
.stripe-style-2.outline-element-decoration .format-link-content,
.outline-element-decoration .stripe-style-2.outline-element-decoration .format-link-content {
box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.15);
}
.stripe-style-3.outline-element-decoration .format-link-content,
.outline-element-decoration .stripe-style-3.outline-element-decoration .format-link-content {
box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.19);
}
.outline-element-decoration .stripe-style-4 .format-link-content,
.outline-element-decoration .stripe-style-5 .format-link-content {
box-shadow: none;
}
.shadow-element-decoration .stripe .sidebar-content.solid-bg .format-link-content {
box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.shadow-element-decoration .stripe:not(.outline-element-decoration) .format-link-content {
box-shadow: none;
}
.stripe-style-1.shadow-element-decoration .format-link-content,
.shadow-element-decoration .stripe-style-1.shadow-element-decoration .format-link-content,
.stripe-style-2.shadow-element-decoration .format-link-content,
.shadow-element-decoration .stripe-style-2.shadow-element-decoration .format-link-content,
.stripe-style-3.shadow-element-decoration .format-link-content,
.shadow-element-decoration .stripe-style-3.shadow-element-decoration .format-link-content {
box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.shadow-element-decoration .stripe-style-4 .format-link-content,
.shadow-element-decoration .stripe-style-5 .format-link-content {
box-shadow: none;
}
.stripe .sidebar-content.solid-bg .wpb_content_element.dt-accordion-line-on .wpb_accordion_wrapper .wpb_accordion_header,
.stripe .sidebar-content.solid-bg .layout-list .post,
.stripe .sidebar-content.solid-bg .dividers-on.classic-layout-list .post,
.stripe .sidebar-content.solid-bg .ngg-albumoverview .ngg-album,
.stripe .sidebar-content.solid-bg .wpb_separator.wpb_content_element,
.stripe .sidebar-content.solid-bg .vc_text_separator,
.stripe .sidebar-content.solid-bg blockquote.shortcode-blockquote,
.stripe .sidebar-content.solid-bg .plain-bg,
.stripe .sidebar-content.solid-bg .borderframe .shortcode-single-image,
.stripe .sidebar-content.solid-bg .frame-on,
.stripe .sidebar-content.solid-bg .wpb_tour.tab-style-three .wpb_tabs_nav li,
.stripe .sidebar-content.solid-bg .wpb_tour.tab-style-three .wpb_tabs_nav,
.stripe .sidebar-content.solid-bg .single .entry-tags a,
.stripe .sidebar-content.solid-bg .post-navigation .nav-links,
.stripe .sidebar-content.solid-bg .single-related-posts,
.stripe .sidebar-content.solid-bg .no-avatar,
.stripe .sidebar-content.solid-bg .list-divider li,
.stripe .sidebar-content.solid-bg .separator-holder,
.stripe .sidebar-content.solid-bg .accent-border-color .bg-on .separator-holder {
border-color: rgba(139,141,148,0.15);
}
.stripe-style-1 .wpb_content_element.dt-accordion-line-on .wpb_accordion_wrapper .wpb_accordion_header,
.stripe-style-1 .layout-list .post,
.stripe-style-1 .dividers-on.classic-layout-list .post,
.stripe-style-1 .ngg-albumoverview .ngg-album,
.stripe-style-1 .wpb_separator.wpb_content_element,
.stripe-style-1 .vc_text_separator,
.stripe-style-1 blockquote.shortcode-blockquote,
.stripe-style-1 .plain-bg,
.stripe-style-1 .borderframe .shortcode-single-image,
.stripe-style-1 .frame-on,
.stripe-style-1 .wpb_tour.tab-style-three .wpb_tabs_nav li,
.stripe-style-1 .wpb_tour.tab-style-three .wpb_tabs_nav,
.stripe-style-1 .single .entry-tags a,
.stripe-style-1 .post-navigation .nav-links,
.stripe-style-1 .single-related-posts,
.stripe-style-1 .no-avatar,
.stripe-style-1 .list-divider li,
.stripe-style-1 .separator-holder,
.stripe-style-1 .accent-border-color .bg-on .separator-holder {
border-color: rgba(120,125,133,0.15);
}
.stripe-style-2 .wpb_content_element.dt-accordion-line-on .wpb_accordion_wrapper .wpb_accordion_header,
.stripe-style-2 .layout-list .post,
.stripe-style-2 .dividers-on.classic-layout-list .post,
.stripe-style-2 .ngg-albumoverview .ngg-album,
.stripe-style-2 .wpb_separator.wpb_content_element,
.stripe-style-2 .vc_text_separator,
.stripe-style-2 blockquote.shortcode-blockquote,
.stripe-style-2 .plain-bg,
.stripe-style-2 .borderframe .shortcode-single-image,
.stripe-style-2 .frame-on,
.stripe-style-2 .wpb_tour.tab-style-three .wpb_tabs_nav li,
.stripe-style-2 .wpb_tour.tab-style-three .wpb_tabs_nav,
.stripe-style-2 .single .entry-tags a,
.stripe-style-2 .post-navigation .nav-links,
.stripe-style-2 .single-related-posts,
.stripe-style-2 .no-avatar,
.stripe-style-2 .list-divider li,
.stripe-style-2 .separator-holder,
.stripe-style-2 .accent-border-color .bg-on .separator-holder {
border-color: rgba(139,145,153,0.15);
}
.stripe-style-3 .wpb_content_element.dt-accordion-line-on .wpb_accordion_wrapper .wpb_accordion_header,
.stripe-style-3 .layout-list .post,
.stripe-style-3 .dividers-on.classic-layout-list .post,
.stripe-style-3 .ngg-albumoverview .ngg-album,
.stripe-style-3 .wpb_separator.wpb_content_element,
.stripe-style-3 .vc_text_separator,
.stripe-style-3 blockquote.shortcode-blockquote,
.stripe-style-3 .plain-bg,
.stripe-style-3 .borderframe .shortcode-single-image,
.stripe-style-3 .frame-on,
.stripe-style-3 .wpb_tour.tab-style-three .wpb_tabs_nav li,
.stripe-style-3 .wpb_tour.tab-style-three .wpb_tabs_nav,
.stripe-style-3 .single .entry-tags a,
.stripe-style-3 .post-navigation .nav-links,
.stripe-style-3 .single-related-posts,
.stripe-style-3 .no-avatar,
.stripe-style-3 .list-divider li,
.stripe-style-3 .separator-holder,
.stripe-style-3 .accent-border-color .bg-on .separator-holder {
border-color: rgba(255,255,255,0.15);
}
.stripe-style-4 .wpb_content_element.dt-accordion-line-on .wpb_accordion_wrapper .wpb_accordion_header,
.stripe-style-4 .layout-list .post,
.stripe-style-4 .dividers-on.classic-layout-list .post,
.stripe-style-4 .ngg-albumoverview .ngg-album,
.stripe-style-4 .wpb_separator.wpb_content_element,
.stripe-style-4 .vc_text_separator,
.stripe-style-4 blockquote.shortcode-blockquote,
.stripe-style-4 .plain-bg,
.stripe-style-4 .borderframe .shortcode-single-image,
.stripe-style-4 .frame-on,
.stripe-style-4 .wpb_tour.tab-style-three .wpb_tabs_nav li,
.stripe-style-4 .wpb_tour.tab-style-three .wpb_tabs_nav,
.stripe-style-4 .single .entry-tags a,
.stripe-style-4 .post-navigation .nav-links,
.stripe-style-4 .single-related-posts,
.stripe-style-4 .no-avatar,
.stripe-style-4 .list-divider li,
.stripe-style-4 .separator-holder,
.stripe-style-4 .accent-border-color .bg-on .separator-holder {
border-color: rgba(255,255,255,0.15);
}
.stripe-style-5 .wpb_content_element.dt-accordion-line-on .wpb_accordion_wrapper .wpb_accordion_header,
.stripe-style-5 .layout-list .post,
.stripe-style-5 .dividers-on.classic-layout-list .post,
.stripe-style-5 .ngg-albumoverview .ngg-album,
.stripe-style-5 .wpb_separator.wpb_content_element,
.stripe-style-5 .vc_text_separator,
.stripe-style-5 blockquote.shortcode-blockquote,
.stripe-style-5 .plain-bg,
.stripe-style-5 .borderframe .shortcode-single-image,
.stripe-style-5 .frame-on,
.stripe-style-5 .wpb_tour.tab-style-three .wpb_tabs_nav li,
.stripe-style-5 .wpb_tour.tab-style-three .wpb_tabs_nav,
.stripe-style-5 .single .entry-tags a,
.stripe-style-5 .post-navigation .nav-links,
.stripe-style-5 .single-related-posts,
.stripe-style-5 .no-avatar,
.stripe-style-5 .list-divider li,
.stripe-style-5 .separator-holder,
.stripe-style-5 .accent-border-color .bg-on .separator-holder {
border-color: rgba(51,51,51,0.15);
}
.stripe .sidebar-content.solid-bg .widget .team-author-name,
.stripe .sidebar-content.solid-bg .sidebar-content:not(.solid-bg) .widget .team-author-name,
.stripe .sidebar-content.solid-bg .team-author-name,
.stripe .sidebar-content.solid-bg .pb-style-two .vc_label,
.stripe .sidebar-content.solid-bg .pb-style-three .vc_label,
.stripe .sidebar-content.solid-bg .wpb_content_element .wpb_accordion_header > a span,
.stripe .sidebar-content.solid-bg .post h2.entry-title,
.stripe .sidebar-content.solid-bg .post h2.entry-title,
.stripe .sidebar-content.solid-bg .gform_wrapper h3.gform_title,
.stripe .sidebar-content.solid-bg .gform_wrapper .gsection .gfield_label,
.stripe .sidebar-content.solid-bg .gform_wrapper h2.gsection_title,
.stripe .sidebar-content.solid-bg h3.gform_title,
.stripe .sidebar-content.solid-bg form.mc4wp-form label,
.stripe .sidebar-content.solid-bg .rollover-content h2.entry-title,
.stripe .sidebar-content.solid-bg .filter a,
.stripe .sidebar-content.solid-bg .filter a *,
.stripe .sidebar-content.solid-bg .filter .customSelect,
.stripe .sidebar-content.solid-bg .paginator a,
.stripe .sidebar-content.solid-bg .paginator a *,
.stripe .sidebar-content.solid-bg .paginator:not(.paginator-more-button) a,
.stripe .sidebar-content.solid-bg .woocom-list-content .price ins,
.stripe .sidebar-content.solid-bg .woocom-list-content .price ins *,
.stripe .sidebar-content.solid-bg blockquote,
.stripe .sidebar-content.solid-bg blockquote *,
.stripe .sidebar-content.solid-bg .shortcode-pullquote,
.stripe .sidebar-content.solid-bg .comments-title,
.stripe .sidebar-content.solid-bg .comments-title a,
.stripe .sidebar-content.solid-bg .comment-author a,
.stripe .sidebar-content.solid-bg .comment-author .fn,
.stripe .sidebar-content.solid-bg #reply-title,
.stripe .sidebar-content.solid-bg .fn,
.stripe .sidebar-content.solid-bg .fn a,
.stripe .sidebar-content.solid-bg .pingback-title,
.stripe .sidebar-content.solid-bg .single .entry-tags a:hover,
.stripe .sidebar-content.solid-bg .share-button.entry-share,
.stripe .sidebar-content.solid-bg .btn-project-link,
.stripe .sidebar-content.solid-bg .btn-project-link:hover,
.stripe .sidebar-content.solid-bg .comment-reply-link,
.stripe .sidebar-content.solid-bg .comment-reply-link:hover,
.stripe .sidebar-content.solid-bg .share-link-description,
.stripe .sidebar-content.solid-bg .wpb_content_element .wpb_tabs_nav > li > a,
.stripe .sidebar-content.solid-bg .title-color .dt-fancy-title,
.stripe .sidebar-content.solid-bg .widget-title,
.stripe .sidebar-content.solid-bg .widgettitle,
.stripe .sidebar-content.solid-bg .widget_categories li a,
.stripe .sidebar-content.solid-bg .widget_meta a,
.stripe .sidebar-content.solid-bg .blogroll a,
.stripe .sidebar-content.solid-bg .widget_archive li a,
.stripe .sidebar-content.solid-bg .widget_recent_entries a,
.stripe .sidebar-content.solid-bg .widget_recent_comments a,
.stripe .sidebar-content.solid-bg .widget_links a,
.stripe .sidebar-content.solid-bg .items-grid a,
.stripe .sidebar-content.solid-bg .recent-posts a,
.stripe .sidebar-content.solid-bg .sidebar-content:not(.solid-bg) .widget:not(.widget_icl_lang_sel_widget) .recent-posts a,
.stripe .sidebar-content.solid-bg .contact-info .secondary-color,
.stripe .sidebar-content.solid-bg .widget_nav_menu a,
.stripe .sidebar-content.solid-bg .tagcloud a,
.stripe .sidebar-content.solid-bg .widget_pages a,
.stripe .sidebar-content.solid-bg a.rsswidget,
.stripe .sidebar-content.solid-bg .textwidget a,
.stripe .sidebar-content.solid-bg #wp-calendar th,
.stripe .sidebar-content.solid-bg #wp-calendar caption,
.stripe .sidebar-content.solid-bg #wp-calendar tfoot td,
.stripe .sidebar-content.solid-bg #wp-calendar tfoot td a,
.stripe .sidebar-content.solid-bg .skill-name,
.stripe .sidebar-content.solid-bg .skill-name *,
.stripe .sidebar-content.solid-bg .custom-nav > li > a span,
.stripe .sidebar-content.solid-bg .custom-nav > li > ul a span,
.stripe .sidebar-content.solid-bg .st-accordion li a,
.stripe .sidebar-content.solid-bg .st-accordion > ul li > a *,
.stripe .sidebar-content.solid-bg .related-product > li .product-title,
.stripe .sidebar-content.solid-bg .related-product > li .amount,
.stripe .sidebar-content.solid-bg .woocommerce fieldset legend,
.stripe .sidebar-content.solid-bg .woocom-list-content .price ins,
.stripe .sidebar-content.solid-bg .woocom-list-content .price ins *,
.stripe .sidebar-content.solid-bg .woocommerce-MyAccount-navigation > ul li a,
.stripe .sidebar-content.solid-bg .sidebar-content:not(.solid-bg) .color-primary {
color: #333333;
}
.stripe-style-1 .widget .team-author-name,
.stripe-style-1 .sidebar-content:not(.solid-bg) .widget .team-author-name,
.stripe-style-1 .team-author-name,
.stripe-style-1 .pb-style-two .vc_label,
.stripe-style-1 .pb-style-three .vc_label,
.stripe-style-1 .wpb_content_element .wpb_accordion_header > a span,
.stripe-style-1 .post h2.entry-title,
.stripe-style-1 .post h2.entry-title,
.stripe-style-1 .gform_wrapper h3.gform_title,
.stripe-style-1 .gform_wrapper .gsection .gfield_label,
.stripe-style-1 .gform_wrapper h2.gsection_title,
.stripe-style-1 h3.gform_title,
.stripe-style-1 form.mc4wp-form label,
.stripe-style-1 .rollover-content h2.entry-title,
.stripe-style-1 .filter a,
.stripe-style-1 .filter a *,
.stripe-style-1 .filter .customSelect,
.stripe-style-1 .paginator a,
.stripe-style-1 .paginator a *,
.stripe-style-1 .paginator:not(.paginator-more-button) a,
.stripe-style-1 .woocom-list-content .price ins,
.stripe-style-1 .woocom-list-content .price ins *,
.stripe-style-1 blockquote,
.stripe-style-1 blockquote *,
.stripe-style-1 .shortcode-pullquote,
.stripe-style-1 .comments-title,
.stripe-style-1 .comments-title a,
.stripe-style-1 .comment-author a,
.stripe-style-1 .comment-author .fn,
.stripe-style-1 #reply-title,
.stripe-style-1 .fn,
.stripe-style-1 .fn a,
.stripe-style-1 .pingback-title,
.stripe-style-1 .single .entry-tags a:hover,
.stripe-style-1 .share-button.entry-share,
.stripe-style-1 .btn-project-link,
.stripe-style-1 .btn-project-link:hover,
.stripe-style-1 .comment-reply-link,
.stripe-style-1 .comment-reply-link:hover,
.stripe-style-1 .share-link-description,
.stripe-style-1 .wpb_content_element .wpb_tabs_nav > li > a,
.stripe-style-1 .title-color .dt-fancy-title,
.stripe-style-1 .widget-title,
.stripe-style-1 .widgettitle,
.stripe-style-1 .widget_categories li a,
.stripe-style-1 .widget_meta a,
.stripe-style-1 .blogroll a,
.stripe-style-1 .widget_archive li a,
.stripe-style-1 .widget_recent_entries a,
.stripe-style-1 .widget_recent_comments a,
.stripe-style-1 .widget_links a,
.stripe-style-1 .items-grid a,
.stripe-style-1 .recent-posts a,
.stripe-style-1 .sidebar-content:not(.solid-bg) .widget:not(.widget_icl_lang_sel_widget) .recent-posts a,
.stripe-style-1 .contact-info .secondary-color,
.stripe-style-1 .widget_nav_menu a,
.stripe-style-1 .tagcloud a,
.stripe-style-1 .widget_pages a,
.stripe-style-1 a.rsswidget,
.stripe-style-1 .textwidget a,
.stripe-style-1 #wp-calendar th,
.stripe-style-1 #wp-calendar caption,
.stripe-style-1 #wp-calendar tfoot td,
.stripe-style-1 #wp-calendar tfoot td a,
.stripe-style-1 .skill-name,
.stripe-style-1 .skill-name *,
.stripe-style-1 .custom-nav > li > a span,
.stripe-style-1 .custom-nav > li > ul a span,
.stripe-style-1 .st-accordion li a,
.stripe-style-1 .st-accordion > ul li > a *,
.stripe-style-1 .related-product > li .product-title,
.stripe-style-1 .related-product > li .amount,
.stripe-style-1 .woocommerce fieldset legend,
.stripe-style-1 .woocom-list-content .price ins,
.stripe-style-1 .woocom-list-content .price ins *,
.stripe-style-1 .woocommerce-MyAccount-navigation > ul li a,
.stripe-style-1 .sidebar-content:not(.solid-bg) .color-primary {
color: #3b3f4a;
}
.stripe-style-2 .widget .team-author-name,
.stripe-style-2 .sidebar-content:not(.solid-bg) .widget .team-author-name,
.stripe-style-2 .team-author-name,
.stripe-style-2 .pb-style-two .vc_label,
.stripe-style-2 .pb-style-three .vc_label,
.stripe-style-2 .wpb_content_element .wpb_accordion_header > a span,
.stripe-style-2 .post h2.entry-title,
.stripe-style-2 .post h2.entry-title,
.stripe-style-2 .gform_wrapper h3.gform_title,
.stripe-style-2 .gform_wrapper .gsection .gfield_label,
.stripe-style-2 .gform_wrapper h2.gsection_title,
.stripe-style-2 h3.gform_title,
.stripe-style-2 form.mc4wp-form label,
.stripe-style-2 .rollover-content h2.entry-title,
.stripe-style-2 .filter a,
.stripe-style-2 .filter a *,
.stripe-style-2 .filter .customSelect,
.stripe-style-2 .paginator a,
.stripe-style-2 .paginator a *,
.stripe-style-2 .paginator:not(.paginator-more-button) a,
.stripe-style-2 .woocom-list-content .price ins,
.stripe-style-2 .woocom-list-content .price ins *,
.stripe-style-2 blockquote,
.stripe-style-2 blockquote *,
.stripe-style-2 .shortcode-pullquote,
.stripe-style-2 .comments-title,
.stripe-style-2 .comments-title a,
.stripe-style-2 .comment-author a,
.stripe-style-2 .comment-author .fn,
.stripe-style-2 #reply-title,
.stripe-style-2 .fn,
.stripe-style-2 .fn a,
.stripe-style-2 .pingback-title,
.stripe-style-2 .single .entry-tags a:hover,
.stripe-style-2 .share-button.entry-share,
.stripe-style-2 .btn-project-link,
.stripe-style-2 .btn-project-link:hover,
.stripe-style-2 .comment-reply-link,
.stripe-style-2 .comment-reply-link:hover,
.stripe-style-2 .share-link-description,
.stripe-style-2 .wpb_content_element .wpb_tabs_nav > li > a,
.stripe-style-2 .title-color .dt-fancy-title,
.stripe-style-2 .widget-title,
.stripe-style-2 .widgettitle,
.stripe-style-2 .widget_categories li a,
.stripe-style-2 .widget_meta a,
.stripe-style-2 .blogroll a,
.stripe-style-2 .widget_archive li a,
.stripe-style-2 .widget_recent_entries a,
.stripe-style-2 .widget_recent_comments a,
.stripe-style-2 .widget_links a,
.stripe-style-2 .items-grid a,
.stripe-style-2 .recent-posts a,
.stripe-style-2 .sidebar-content:not(.solid-bg) .widget:not(.widget_icl_lang_sel_widget) .recent-posts a,
.stripe-style-2 .contact-info .secondary-color,
.stripe-style-2 .widget_nav_menu a,
.stripe-style-2 .tagcloud a,
.stripe-style-2 .widget_pages a,
.stripe-style-2 a.rsswidget,
.stripe-style-2 .textwidget a,
.stripe-style-2 #wp-calendar th,
.stripe-style-2 #wp-calendar caption,
.stripe-style-2 #wp-calendar tfoot td,
.stripe-style-2 #wp-calendar tfoot td a,
.stripe-style-2 .skill-name,
.stripe-style-2 .skill-name *,
.stripe-style-2 .custom-nav > li > a span,
.stripe-style-2 .custom-nav > li > ul a span,
.stripe-style-2 .st-accordion li a,
.stripe-style-2 .st-accordion > ul li > a *,
.stripe-style-2 .related-product > li .product-title,
.stripe-style-2 .related-product > li .amount,
.stripe-style-2 .woocommerce fieldset legend,
.stripe-style-2 .woocom-list-content .price ins,
.stripe-style-2 .woocom-list-content .price ins *,
.stripe-style-2 .woocommerce-MyAccount-navigation > ul li a,
.stripe-style-2 .sidebar-content:not(.solid-bg) .color-primary {
color: #ffffff;
}
.stripe-style-3 .widget .team-author-name,
.stripe-style-3 .sidebar-content:not(.solid-bg) .widget .team-author-name,
.stripe-style-3 .team-author-name,
.stripe-style-3 .pb-style-two .vc_label,
.stripe-style-3 .pb-style-three .vc_label,
.stripe-style-3 .wpb_content_element .wpb_accordion_header > a span,
.stripe-style-3 .post h2.entry-title,
.stripe-style-3 .post h2.entry-title,
.stripe-style-3 .gform_wrapper h3.gform_title,
.stripe-style-3 .gform_wrapper .gsection .gfield_label,
.stripe-style-3 .gform_wrapper h2.gsection_title,
.stripe-style-3 h3.gform_title,
.stripe-style-3 form.mc4wp-form label,
.stripe-style-3 .rollover-content h2.entry-title,
.stripe-style-3 .filter a,
.stripe-style-3 .filter a *,
.stripe-style-3 .filter .customSelect,
.stripe-style-3 .paginator a,
.stripe-style-3 .paginator a *,
.stripe-style-3 .paginator:not(.paginator-more-button) a,
.stripe-style-3 .woocom-list-content .price ins,
.stripe-style-3 .woocom-list-content .price ins *,
.stripe-style-3 blockquote,
.stripe-style-3 blockquote *,
.stripe-style-3 .shortcode-pullquote,
.stripe-style-3 .comments-title,
.stripe-style-3 .comments-title a,
.stripe-style-3 .comment-author a,
.stripe-style-3 .comment-author .fn,
.stripe-style-3 #reply-title,
.stripe-style-3 .fn,
.stripe-style-3 .fn a,
.stripe-style-3 .pingback-title,
.stripe-style-3 .single .entry-tags a:hover,
.stripe-style-3 .share-button.entry-share,
.stripe-style-3 .btn-project-link,
.stripe-style-3 .btn-project-link:hover,
.stripe-style-3 .comment-reply-link,
.stripe-style-3 .comment-reply-link:hover,
.stripe-style-3 .share-link-description,
.stripe-style-3 .wpb_content_element .wpb_tabs_nav > li > a,
.stripe-style-3 .title-color .dt-fancy-title,
.stripe-style-3 .widget-title,
.stripe-style-3 .widgettitle,
.stripe-style-3 .widget_categories li a,
.stripe-style-3 .widget_meta a,
.stripe-style-3 .blogroll a,
.stripe-style-3 .widget_archive li a,
.stripe-style-3 .widget_recent_entries a,
.stripe-style-3 .widget_recent_comments a,
.stripe-style-3 .widget_links a,
.stripe-style-3 .items-grid a,
.stripe-style-3 .recent-posts a,
.stripe-style-3 .sidebar-content:not(.solid-bg) .widget:not(.widget_icl_lang_sel_widget) .recent-posts a,
.stripe-style-3 .contact-info .secondary-color,
.stripe-style-3 .widget_nav_menu a,
.stripe-style-3 .tagcloud a,
.stripe-style-3 .widget_pages a,
.stripe-style-3 a.rsswidget,
.stripe-style-3 .textwidget a,
.stripe-style-3 #wp-calendar th,
.stripe-style-3 #wp-calendar caption,
.stripe-style-3 #wp-calendar tfoot td,
.stripe-style-3 #wp-calendar tfoot td a,
.stripe-style-3 .skill-name,
.stripe-style-3 .skill-name *,
.stripe-style-3 .custom-nav > li > a span,
.stripe-style-3 .custom-nav > li > ul a span,
.stripe-style-3 .st-accordion li a,
.stripe-style-3 .st-accordion > ul li > a *,
.stripe-style-3 .related-product > li .product-title,
.stripe-style-3 .related-product > li .amount,
.stripe-style-3 .woocommerce fieldset legend,
.stripe-style-3 .woocom-list-content .price ins,
.stripe-style-3 .woocom-list-content .price ins *,
.stripe-style-3 .woocommerce-MyAccount-navigation > ul li a,
.stripe-style-3 .sidebar-content:not(.solid-bg) .color-primary {
color: #ffffff;
}
.stripe-style-4 .widget .team-author-name,
.stripe-style-4 .sidebar-content:not(.solid-bg) .widget .team-author-name,
.stripe-style-4 .team-author-name,
.stripe-style-4 .pb-style-two .vc_label,
.stripe-style-4 .pb-style-three .vc_label,
.stripe-style-4 .wpb_content_element .wpb_accordion_header > a span,
.stripe-style-4 .post h2.entry-title,
.stripe-style-4 .post h2.entry-title,
.stripe-style-4 .gform_wrapper h3.gform_title,
.stripe-style-4 .gform_wrapper .gsection .gfield_label,
.stripe-style-4 .gform_wrapper h2.gsection_title,
.stripe-style-4 h3.gform_title,
.stripe-style-4 form.mc4wp-form label,
.stripe-style-4 .rollover-content h2.entry-title,
.stripe-style-4 .filter a,
.stripe-style-4 .filter a *,
.stripe-style-4 .filter .customSelect,
.stripe-style-4 .paginator a,
.stripe-style-4 .paginator a *,
.stripe-style-4 .paginator:not(.paginator-more-button) a,
.stripe-style-4 .woocom-list-content .price ins,
.stripe-style-4 .woocom-list-content .price ins *,
.stripe-style-4 blockquote,
.stripe-style-4 blockquote *,
.stripe-style-4 .shortcode-pullquote,
.stripe-style-4 .comments-title,
.stripe-style-4 .comments-title a,
.stripe-style-4 .comment-author a,
.stripe-style-4 .comment-author .fn,
.stripe-style-4 #reply-title,
.stripe-style-4 .fn,
.stripe-style-4 .fn a,
.stripe-style-4 .pingback-title,
.stripe-style-4 .single .entry-tags a:hover,
.stripe-style-4 .share-button.entry-share,
.stripe-style-4 .btn-project-link,
.stripe-style-4 .btn-project-link:hover,
.stripe-style-4 .comment-reply-link,
.stripe-style-4 .comment-reply-link:hover,
.stripe-style-4 .share-link-description,
.stripe-style-4 .wpb_content_element .wpb_tabs_nav > li > a,
.stripe-style-4 .title-color .dt-fancy-title,
.stripe-style-4 .widget-title,
.stripe-style-4 .widgettitle,
.stripe-style-4 .widget_categories li a,
.stripe-style-4 .widget_meta a,
.stripe-style-4 .blogroll a,
.stripe-style-4 .widget_archive li a,
.stripe-style-4 .widget_recent_entries a,
.stripe-style-4 .widget_recent_comments a,
.stripe-style-4 .widget_links a,
.stripe-style-4 .items-grid a,
.stripe-style-4 .recent-posts a,
.stripe-style-4 .sidebar-content:not(.solid-bg) .widget:not(.widget_icl_lang_sel_widget) .recent-posts a,
.stripe-style-4 .contact-info .secondary-color,
.stripe-style-4 .widget_nav_menu a,
.stripe-style-4 .tagcloud a,
.stripe-style-4 .widget_pages a,
.stripe-style-4 a.rsswidget,
.stripe-style-4 .textwidget a,
.stripe-style-4 #wp-calendar th,
.stripe-style-4 #wp-calendar caption,
.stripe-style-4 #wp-calendar tfoot td,
.stripe-style-4 #wp-calendar tfoot td a,
.stripe-style-4 .skill-name,
.stripe-style-4 .skill-name *,
.stripe-style-4 .custom-nav > li > a span,
.stripe-style-4 .custom-nav > li > ul a span,
.stripe-style-4 .st-accordion li a,
.stripe-style-4 .st-accordion > ul li > a *,
.stripe-style-4 .related-product > li .product-title,
.stripe-style-4 .related-product > li .amount,
.stripe-style-4 .woocommerce fieldset legend,
.stripe-style-4 .woocom-list-content .price ins,
.stripe-style-4 .woocom-list-content .price ins *,
.stripe-style-4 .woocommerce-MyAccount-navigation > ul li a,
.stripe-style-4 .sidebar-content:not(.solid-bg) .color-primary {
color: #ffffff;
}
.stripe-style-5 .widget .team-author-name,
.stripe-style-5 .sidebar-content:not(.solid-bg) .widget .team-author-name,
.stripe-style-5 .team-author-name,
.stripe-style-5 .pb-style-two .vc_label,
.stripe-style-5 .pb-style-three .vc_label,
.stripe-style-5 .wpb_content_element .wpb_accordion_header > a span,
.stripe-style-5 .post h2.entry-title,
.stripe-style-5 .post h2.entry-title,
.stripe-style-5 .gform_wrapper h3.gform_title,
.stripe-style-5 .gform_wrapper .gsection .gfield_label,
.stripe-style-5 .gform_wrapper h2.gsection_title,
.stripe-style-5 h3.gform_title,
.stripe-style-5 form.mc4wp-form label,
.stripe-style-5 .rollover-content h2.entry-title,
.stripe-style-5 .filter a,
.stripe-style-5 .filter a *,
.stripe-style-5 .filter .customSelect,
.stripe-style-5 .paginator a,
.stripe-style-5 .paginator a *,
.stripe-style-5 .paginator:not(.paginator-more-button) a,
.stripe-style-5 .woocom-list-content .price ins,
.stripe-style-5 .woocom-list-content .price ins *,
.stripe-style-5 blockquote,
.stripe-style-5 blockquote *,
.stripe-style-5 .shortcode-pullquote,
.stripe-style-5 .comments-title,
.stripe-style-5 .comments-title a,
.stripe-style-5 .comment-author a,
.stripe-style-5 .comment-author .fn,
.stripe-style-5 #reply-title,
.stripe-style-5 .fn,
.stripe-style-5 .fn a,
.stripe-style-5 .pingback-title,
.stripe-style-5 .single .entry-tags a:hover,
.stripe-style-5 .share-button.entry-share,
.stripe-style-5 .btn-project-link,
.stripe-style-5 .btn-project-link:hover,
.stripe-style-5 .comment-reply-link,
.stripe-style-5 .comment-reply-link:hover,
.stripe-style-5 .share-link-description,
.stripe-style-5 .wpb_content_element .wpb_tabs_nav > li > a,
.stripe-style-5 .title-color .dt-fancy-title,
.stripe-style-5 .widget-title,
.stripe-style-5 .widgettitle,
.stripe-style-5 .widget_categories li a,
.stripe-style-5 .widget_meta a,
.stripe-style-5 .blogroll a,
.stripe-style-5 .widget_archive li a,
.stripe-style-5 .widget_recent_entries a,
.stripe-style-5 .widget_recent_comments a,
.stripe-style-5 .widget_links a,
.stripe-style-5 .items-grid a,
.stripe-style-5 .recent-posts a,
.stripe-style-5 .sidebar-content:not(.solid-bg) .widget:not(.widget_icl_lang_sel_widget) .recent-posts a,
.stripe-style-5 .contact-info .secondary-color,
.stripe-style-5 .widget_nav_menu a,
.stripe-style-5 .tagcloud a,
.stripe-style-5 .widget_pages a,
.stripe-style-5 a.rsswidget,
.stripe-style-5 .textwidget a,
.stripe-style-5 #wp-calendar th,
.stripe-style-5 #wp-calendar caption,
.stripe-style-5 #wp-calendar tfoot td,
.stripe-style-5 #wp-calendar tfoot td a,
.stripe-style-5 .skill-name,
.stripe-style-5 .skill-name *,
.stripe-style-5 .custom-nav > li > a span,
.stripe-style-5 .custom-nav > li > ul a span,
.stripe-style-5 .st-accordion li a,
.stripe-style-5 .st-accordion > ul li > a *,
.stripe-style-5 .related-product > li .product-title,
.stripe-style-5 .related-product > li .amount,
.stripe-style-5 .woocommerce fieldset legend,
.stripe-style-5 .woocom-list-content .price ins,
.stripe-style-5 .woocom-list-content .price ins *,
.stripe-style-5 .woocommerce-MyAccount-navigation > ul li a,
.stripe-style-5 .sidebar-content:not(.solid-bg) .color-primary {
color: #333333;
}
.stripe .sidebar-content.solid-bg .blog-shortcode .entry-title a,
.stripe .sidebar-content.solid-bg .portfolio-shortcode .entry-title a,
.stripe .sidebar-content.solid-bg .owl-carousel.blog-carousel-shortcode .entry-title a {
color: #333333;
}
.stripe-style-1 .blog-shortcode .entry-title a,
.stripe-style-1 .portfolio-shortcode .entry-title a,
.stripe-style-1 .owl-carousel.blog-carousel-shortcode .entry-title a {
color: #3b3f4a;
}
.stripe-style-2 .blog-shortcode .entry-title a,
.stripe-style-2 .portfolio-shortcode .entry-title a,
.stripe-style-2 .owl-carousel.blog-carousel-shortcode .entry-title a {
color: #ffffff;
}
.stripe-style-3 .blog-shortcode .entry-title a,
.stripe-style-3 .portfolio-shortcode .entry-title a,
.stripe-style-3 .owl-carousel.blog-carousel-shortcode .entry-title a {
color: #ffffff;
}
.stripe-style-4 .blog-shortcode .entry-title a,
.stripe-style-4 .portfolio-shortcode .entry-title a,
.stripe-style-4 .owl-carousel.blog-carousel-shortcode .entry-title a {
color: #ffffff;
}
.stripe-style-5 .blog-shortcode .entry-title a,
.stripe-style-5 .portfolio-shortcode .entry-title a,
.stripe-style-5 .owl-carousel.blog-carousel-shortcode .entry-title a {
color: #333333;
}
.stripe .sidebar-content.solid-bg .post-details.details-type-link {
color: #333333;
}
.stripe-style-1 .post-details.details-type-link {
color: #3b3f4a;
}
.stripe-style-2 .post-details.details-type-link {
color: #ffffff;
}
.stripe-style-3 .post-details.details-type-link {
color: #ffffff;
}
.stripe-style-4 .post-details.details-type-link {
color: #ffffff;
}
.stripe-style-5 .post-details.details-type-link {
color: #333333;
}
.stripe .sidebar-content.solid-bg .post-details.details-type-link * {
color: #333333;
}
.stripe-style-1 .post-details.details-type-link * {
color: #3b3f4a;
}
.stripe-style-2 .post-details.details-type-link * {
color: #ffffff;
}
.stripe-style-3 .post-details.details-type-link * {
color: #ffffff;
}
.stripe-style-4 .post-details.details-type-link * {
color: #ffffff;
}
.stripe-style-5 .post-details.details-type-link * {
color: #333333;
}
.stripe-style-1 .content-bg-on.content-rollover-layout-list .post-entry-content:before {
background: #ffffff;
background: -moz-linear-gradient(top,rgba(255,255,255,0) 0%,#ffffff 65%,#ffffff 100%);
background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,#ffffff 65%,#ffffff 100%);
background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,#ffffff 65%,#ffffff 100%);
}
.stripe-style-2 .content-bg-on.content-rollover-layout-list .post-entry-content:before {
background: rgba(255,255,255,0.1);
background: -moz-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,0.1) 65%,rgba(255,255,255,0.1) 100%);
background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,0.1) 65%,rgba(255,255,255,0.1) 100%);
background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,0.1) 65%,rgba(255,255,255,0.1) 100%);
}
.stripe-style-3 .content-bg-on.content-rollover-layout-list .post-entry-content:before {
background: rgba(255,255,255,0.1);
background: -moz-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,0.1) 65%,rgba(255,255,255,0.1) 100%);
background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,0.1) 65%,rgba(255,255,255,0.1) 100%);
background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,0.1) 65%,rgba(255,255,255,0.1) 100%);
}
.stripe-style-4 .content-bg-on.content-rollover-layout-list .post-entry-content:before {
background: rgba(255,255,255,0.15);
background: -moz-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,0.15) 65%,rgba(255,255,255,0.15) 100%);
background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,0.15) 65%,rgba(255,255,255,0.15) 100%);
background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,0.15) 65%,rgba(255,255,255,0.15) 100%);
}
.stripe-style-5 .content-bg-on.content-rollover-layout-list .post-entry-content:before {
background: rgba(0,0,0,0.08);
background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.08) 65%,rgba(0,0,0,0.08) 100%);
background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.08) 65%,rgba(0,0,0,0.08) 100%);
background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.08) 65%,rgba(0,0,0,0.08) 100%);
}
#page .stripe-style-1 .content-bg-on.gradient-overlap-layout-list .post-entry-content {
background: linear-gradient(to bottom,#ffffff,#ffffff) no-repeat 0px 150px;
}
#page .stripe-style-2 .content-bg-on.gradient-overlap-layout-list .post-entry-content {
background: linear-gradient(to bottom,rgba(255,255,255,0.1),rgba(255,255,255,0.1)) no-repeat 0px 150px;
}
#page .stripe-style-3 .content-bg-on.gradient-overlap-layout-list .post-entry-content {
background: linear-gradient(to bottom,rgba(255,255,255,0.1),rgba(255,255,255,0.1)) no-repeat 0px 150px;
}
#page .stripe-style-4 .content-bg-on.gradient-overlap-layout-list .post-entry-content {
background: linear-gradient(to bottom,rgba(255,255,255,0.15),rgba(255,255,255,0.15)) no-repeat 0px 150px;
}
#page .stripe-style-5 .content-bg-on.gradient-overlap-layout-list .post-entry-content {
background: linear-gradient(to bottom,rgba(0,0,0,0.08),rgba(0,0,0,0.08)) no-repeat 0px 150px;
}
.stripe .sidebar-content.solid-bg .team-author p,
.stripe .sidebar-content.solid-bg .blog-shortcode .entry-meta,
.stripe .sidebar-content.solid-bg .portfolio-shortcode .entry-meta,
.stripe .sidebar-content.solid-bg .owl-carousel .entry-meta,
.stripe .sidebar-content.solid-bg .shortcode-single-caption,
.stripe .sidebar-content.solid-bg .author-link,
.stripe .sidebar-content.solid-bg .author-link:hover,
.stripe .sidebar-content.solid-bg .meta-nav,
.stripe .sidebar-content.solid-bg a.clear-form,
.stripe .sidebar-content.solid-bg #cancel-comment-reply-link,
.stripe .sidebar-content.solid-bg .dt-fancy-separator,
.stripe .sidebar-content.solid-bg .dt-fancy-separator * {
color: rgba(139,141,148,0.5);
}
.stripe-style-1 .team-author p,
.stripe-style-1 .blog-shortcode .entry-meta,
.stripe-style-1 .portfolio-shortcode .entry-meta,
.stripe-style-1 .owl-carousel .entry-meta,
.stripe-style-1 .shortcode-single-caption,
.stripe-style-1 .author-link,
.stripe-style-1 .author-link:hover,
.stripe-style-1 .meta-nav,
.stripe-style-1 a.clear-form,
.stripe-style-1 #cancel-comment-reply-link,
.stripe-style-1 .dt-fancy-separator,
.stripe-style-1 .dt-fancy-separator * {
color: rgba(120,125,133,0.5);
}
.stripe-style-2 .team-author p,
.stripe-style-2 .blog-shortcode .entry-meta,
.stripe-style-2 .portfolio-shortcode .entry-meta,
.stripe-style-2 .owl-carousel .entry-meta,
.stripe-style-2 .shortcode-single-caption,
.stripe-style-2 .author-link,
.stripe-style-2 .author-link:hover,
.stripe-style-2 .meta-nav,
.stripe-style-2 a.clear-form,
.stripe-style-2 #cancel-comment-reply-link,
.stripe-style-2 .dt-fancy-separator,
.stripe-style-2 .dt-fancy-separator * {
color: rgba(139,145,153,0.5);
}
.stripe-style-3 .team-author p,
.stripe-style-3 .blog-shortcode .entry-meta,
.stripe-style-3 .portfolio-shortcode .entry-meta,
.stripe-style-3 .owl-carousel .entry-meta,
.stripe-style-3 .shortcode-single-caption,
.stripe-style-3 .author-link,
.stripe-style-3 .author-link:hover,
.stripe-style-3 .meta-nav,
.stripe-style-3 a.clear-form,
.stripe-style-3 #cancel-comment-reply-link,
.stripe-style-3 .dt-fancy-separator,
.stripe-style-3 .dt-fancy-separator * {
color: rgba(255,255,255,0.5);
}
.stripe-style-4 .team-author p,
.stripe-style-4 .blog-shortcode .entry-meta,
.stripe-style-4 .portfolio-shortcode .entry-meta,
.stripe-style-4 .owl-carousel .entry-meta,
.stripe-style-4 .shortcode-single-caption,
.stripe-style-4 .author-link,
.stripe-style-4 .author-link:hover,
.stripe-style-4 .meta-nav,
.stripe-style-4 a.clear-form,
.stripe-style-4 #cancel-comment-reply-link,
.stripe-style-4 .dt-fancy-separator,
.stripe-style-4 .dt-fancy-separator * {
color: rgba(255,255,255,0.5);
}
.stripe-style-5 .team-author p,
.stripe-style-5 .blog-shortcode .entry-meta,
.stripe-style-5 .portfolio-shortcode .entry-meta,
.stripe-style-5 .owl-carousel .entry-meta,
.stripe-style-5 .shortcode-single-caption,
.stripe-style-5 .author-link,
.stripe-style-5 .author-link:hover,
.stripe-style-5 .meta-nav,
.stripe-style-5 a.clear-form,
.stripe-style-5 #cancel-comment-reply-link,
.stripe-style-5 .dt-fancy-separator,
.stripe-style-5 .dt-fancy-separator * {
color: rgba(51,51,51,0.5);
}
.stripe-style-1 .text-secondary,
.stripe-style-1 .testimonial-vcard .text-secondary {
color: #ff6600;
}
.stripe-style-2 .text-secondary,
.stripe-style-2 .testimonial-vcard .text-secondary {
color: #ff6600;
}
.stripe-style-3 .text-secondary,
.stripe-style-3 .testimonial-vcard .text-secondary {
color: #ff6600;
}
.stripe .sidebar-content.solid-bg .contentSlider-wrap .psBullet:not(.act):not(:hover),
.stripe .sidebar-content.solid-bg .contentSlider-wrap .psBullet:not(.act):hover {
box-shadow: inset 0 0 0 2px rgba(139,141,148,0.35);
}
.stripe .sidebar-content.solid-bg .contentSlider-wrap .psBullet.act {
box-shadow: inset 0 0 0 20px rgba(139,141,148,0.35);
}
.stripe-style-1 .contentSlider-wrap .psBullet:not(.act):not(:hover),
.stripe-style-1 .contentSlider-wrap .psBullet:not(.act):hover {
box-shadow: inset 0 0 0 2px rgba(120,125,133,0.35);
}
.stripe-style-1 .contentSlider-wrap .psBullet.act {
box-shadow: inset 0 0 0 20px rgba(120,125,133,0.35);
}
.stripe-style-2 .contentSlider-wrap .psBullet:not(.act):not(:hover),
.stripe-style-2 .contentSlider-wrap .psBullet:not(.act):hover {
box-shadow: inset 0 0 0 2px rgba(139,145,153,0.35);
}
.stripe-style-2 .contentSlider-wrap .psBullet.act {
box-shadow: inset 0 0 0 20px rgba(139,145,153,0.35);
}
.stripe-style-3 .contentSlider-wrap .psBullet:not(.act):not(:hover),
.stripe-style-3 .contentSlider-wrap .psBullet:not(.act):hover {
box-shadow: inset 0 0 0 2px rgba(255,255,255,0.35);
}
.stripe-style-3 .contentSlider-wrap .psBullet.act {
box-shadow: inset 0 0 0 20px rgba(255,255,255,0.35);
}
.stripe-style-4 .contentSlider-wrap .psBullet:not(.act):not(:hover),
.stripe-style-4 .contentSlider-wrap .psBullet:not(.act):hover {
box-shadow: inset 0 0 0 2px rgba(255,255,255,0.35);
}
.stripe-style-4 .contentSlider-wrap .psBullet.act {
box-shadow: inset 0 0 0 20px rgba(255,255,255,0.35);
}
.stripe-style-5 .contentSlider-wrap .psBullet:not(.act):not(:hover),
.stripe-style-5 .contentSlider-wrap .psBullet:not(.act):hover {
box-shadow: inset 0 0 0 2px rgba(51,51,51,0.35);
}
.stripe-style-5 .contentSlider-wrap .psBullet.act {
box-shadow: inset 0 0 0 20px rgba(51,51,51,0.35);
}
.stripe .sidebar-content.solid-bg .widget .custom-nav > li li a:before {
background-color: rgba(139,141,148,0.5);
}
.stripe-style-1 .custom-nav > li li a:before {
background-color: rgba(120,125,133,0.5);
}
.stripe-style-2 .custom-nav > li li a:before {
background-color: rgba(139,145,153,0.5);
}
.stripe-style-3 .custom-nav > li li a:before {
background-color: rgba(255,255,255,0.5);
}
.stripe-style-4 .custom-nav > li li a:before {
background-color: rgba(255,255,255,0.5);
}
.stripe-style-5 .custom-nav > li li a:before {
background-color: rgba(51,51,51,0.5);
}
.stripe .sidebar-content.solid-bg .custom-categories a,
.stripe .sidebar-content.solid-bg .custom-categories a .item-name,
.stripe .sidebar-content.solid-bg .cat-item a,
.stripe .sidebar-content.solid-bg .widget_recent_comments a,
.stripe .sidebar-content.solid-bg .widget_tag_cloud a:hover {
color: #333333;
}
.stripe .sidebar-content.solid-bg .custom-categories a span.item-num,
.stripe .sidebar-content.solid-bg .cat-item a span.item-num {
color: rgba(139,141,148,0.5);
}
.stripe .sidebar-content.solid-bg .custom-categories a:hover span.item-name,
.stripe .sidebar-content.solid-bg .widget:not(.widget_icl_lang_sel_widget) .custom-categories a:hover span.item-name,
.stripe .sidebar-content.solid-bg .cat-item a:hover span.item-name,
.stripe .sidebar-content.solid-bg .widget:not(.widget_icl_lang_sel_widget) .cat-item a:hover span.item-name,
.stripe .sidebar-content.solid-bg .custom-menu a:hover,
.stripe .sidebar-content.solid-bg .widget:not(.widget_icl_lang_sel_widget) .custom-menu a:hover,
.stripe .sidebar-content.solid-bg .widget_recent_comments a:hover,
.stripe .sidebar-content.solid-bg .widget:not(.widget_icl_lang_sel_widget) .widget_recent_comments a:hover,
.stripe .sidebar-content.solid-bg .menu .current-menu-parent > a,
.stripe .sidebar-content.solid-bg .widget:not(.widget_icl_lang_sel_widget) .menu .current-menu-parent > a,
.stripe .sidebar-content.solid-bg .menu .current-menu-item > a,
.stripe .sidebar-content.solid-bg .widget:not(.widget_icl_lang_sel_widget) .menu .current-menu-item > a,
.stripe .sidebar-content.solid-bg .custom-nav > li > a:hover span,
.stripe .sidebar-content.solid-bg .widget:not(.widget_icl_lang_sel_widget) .custom-nav > li > a:hover span,
.stripe .sidebar-content.solid-bg .custom-nav li.act > a span,
.stripe .sidebar-content.solid-bg .widget:not(.widget_icl_lang_sel_widget) .custom-nav li.act > a span,
.stripe .sidebar-content.solid-bg .custom-nav > li > ul a:hover span,
.stripe .sidebar-content.solid-bg .widget:not(.widget_icl_lang_sel_widget) .custom-nav > li > ul a:hover span,
.stripe .sidebar-content.solid-bg .st-accordion li > a:hover,
.stripe .sidebar-content.solid-bg .widget:not(.widget_icl_lang_sel_widget) .st-accordion li > a:hover,
.stripe .sidebar-content.solid-bg .st-accordion > ul li > a:hover *,
.stripe .sidebar-content.solid-bg .widget:not(.widget_icl_lang_sel_widget) .st-accordion > ul li > a:hover *,
.stripe .sidebar-content.solid-bg .widget .custom-categories a:hover span.item-name,
.stripe .sidebar-content.solid-bg .widget:not(.widget_icl_lang_sel_widget) .widget .custom-categories a:hover span.item-name,
.stripe .sidebar-content.solid-bg .widget_categories li a:hover,
.stripe .sidebar-content.solid-bg .widget:not(.widget_icl_lang_sel_widget) .widget_categories li a:hover,
.stripe .sidebar-content.solid-bg .widget_meta a:hover,
.stripe .sidebar-content.solid-bg .widget:not(.widget_icl_lang_sel_widget) .widget_meta a:hover,
.stripe .sidebar-content.solid-bg .blogroll a:hover,
.stripe .sidebar-content.solid-bg .widget:not(.widget_icl_lang_sel_widget) .blogroll a:hover,
.stripe .sidebar-content.solid-bg .widget_archive li a:hover,
.stripe .sidebar-content.solid-bg .widget:not(.widget_icl_lang_sel_widget) .widget_archive li a:hover,
.stripe .sidebar-content.solid-bg .widget_recent_entries a:hover,
.stripe .sidebar-content.solid-bg .widget:not(.widget_icl_lang_sel_widget) .widget_recent_entries a:hover,
.stripe .sidebar-content.solid-bg .widget_links a:hover,
.stripe .sidebar-content.solid-bg .widget:not(.widget_icl_lang_sel_widget) .widget_links a:hover,
.stripe .sidebar-content.solid-bg .widget_pages a:hover,
.stripe .sidebar-content.solid-bg .widget:not(.widget_icl_lang_sel_widget) .widget_pages a:hover,
.stripe .sidebar-content.solid-bg .recent-posts a:not(.post-rollover):hover,
.stripe .sidebar-content.solid-bg .widget:not(.widget_icl_lang_sel_widget) .recent-posts a:not(.post-rollover):hover,
.stripe .sidebar-content.solid-bg .items-grid .post-content > a:hover,
.stripe .sidebar-content.solid-bg .widget:not(.widget_icl_lang_sel_widget) .items-grid .post-content > a:hover,
.stripe .sidebar-content.solid-bg #wp-calendar td a:hover,
.stripe .sidebar-content.solid-bg .widget:not(.widget_icl_lang_sel_widget) #wp-calendar td a:hover,
.stripe .sidebar-content.solid-bg .tagcloud a:hover,
.stripe .sidebar-content.solid-bg .widget:not(.widget_icl_lang_sel_widget) .tagcloud a:hover,
.stripe .sidebar-content.solid-bg .textwidget a:hover,
.stripe .sidebar-content.solid-bg .widget:not(.widget_icl_lang_sel_widget) .textwidget a:hover,
.stripe .sidebar-content.solid-bg .widget_nav_menu a:hover,
.stripe .sidebar-content.solid-bg .widget:not(.widget_icl_lang_sel_widget) .widget_nav_menu a:hover,
.stripe .sidebar-content.solid-bg a.rsswidget:hover,
.stripe .sidebar-content.solid-bg .widget:not(.widget_icl_lang_sel_widget) a.rsswidget:hover {
color: #ff6600;
}
.stripe .sidebar-content.solid-bg .widget_archive li,
.stripe .sidebar-content.solid-bg .widget_categories li,
.stripe .sidebar-content.solid-bg .sidebar-content:not(.solid-bg) .custom-categories a span.item-num,
.stripe .sidebar-content.solid-bg .sidebar-content:not(.solid-bg) .cat-item a span.item-num {
color: rgba(139,141,148,0.5);
}
.stripe-style-1 .widget_archive li,
.stripe-style-1 .widget_categories li,
.stripe-style-1 .sidebar-content:not(.solid-bg) .custom-categories a span.item-num,
.stripe-style-1 .sidebar-content:not(.solid-bg) .cat-item a span.item-num {
color: rgba(120,125,133,0.5);
}
.stripe-style-2 .widget_archive li,
.stripe-style-2 .widget_categories li,
.stripe-style-2 .sidebar-content:not(.solid-bg) .custom-categories a span.item-num,
.stripe-style-2 .sidebar-content:not(.solid-bg) .cat-item a span.item-num {
color: rgba(139,145,153,0.5);
}
.stripe-style-3 .widget_archive li,
.stripe-style-3 .widget_categories li,
.stripe-style-3 .sidebar-content:not(.solid-bg) .custom-categories a span.item-num,
.stripe-style-3 .sidebar-content:not(.solid-bg) .cat-item a span.item-num {
color: rgba(255,255,255,0.5);
}
.stripe-style-4 .widget_archive li,
.stripe-style-4 .widget_categories li,
.stripe-style-4 .sidebar-content:not(.solid-bg) .custom-categories a span.item-num,
.stripe-style-4 .sidebar-content:not(.solid-bg) .cat-item a span.item-num {
color: rgba(255,255,255,0.5);
}
.stripe-style-5 .widget_archive li,
.stripe-style-5 .widget_categories li,
.stripe-style-5 .sidebar-content:not(.solid-bg) .custom-categories a span.item-num,
.stripe-style-5 .sidebar-content:not(.solid-bg) .cat-item a span.item-num {
color: rgba(51,51,51,0.5);
}
.stripe .sidebar-content.solid-bg .custom-menu a:after {
color: rgba(139,141,148,0.5);
}
.stripe-style-1 .custom-menu a:after {
color: rgba(120,125,133,0.5);
}
.stripe-style-2 .custom-menu a:after {
color: rgba(139,145,153,0.5);
}
.stripe-style-3 .custom-menu a:after {
color: rgba(255,255,255,0.5);
}
.stripe-style-4 .custom-menu a:after {
color: rgba(255,255,255,0.5);
}
.stripe-style-5 .custom-menu a:after {
color: rgba(51,51,51,0.5);
}
.stripe .sidebar-content.solid-bg .skill {
background-color: rgba(139,141,148,0.1);
}
.stripe-style-1 .skill {
background-color: rgba(120,125,133,0.1);
}
.stripe-style-2 .skill {
background-color: rgba(139,145,153,0.1);
}
.stripe-style-3 .skill {
background-color: rgba(255,255,255,0.1);
}
#page .stripe-style-4 .skill {
background-color: rgba(255,255,255,0.1);
}
#page .stripe-style-5 .skill {
background-color: rgba(51,51,51,0.1);
}
.stripe .sidebar-content.solid-bg .st-accordion li > a:before,
.stripe .sidebar-content.solid-bg .custom-menu a:before {
background-color: rgba(139,141,148,0.15);
}
.stripe-style-1 .st-accordion li > a:before,
.boxes-solid-bg .stripe-style-1.stripe-transparent-bg .st-accordion li > a:before,
.stripe-style-1 .custom-menu a:before,
.boxes-solid-bg .stripe-style-1.stripe-transparent-bg .custom-menu a:before {
background-color: rgba(120,125,133,0.15);
}
.stripe-style-2 .st-accordion li > a:before,
.boxes-solid-bg .stripe-style-2.stripe-transparent-bg .st-accordion li > a:before,
.stripe-style-2 .custom-menu a:before,
.boxes-solid-bg .stripe-style-2.stripe-transparent-bg .custom-menu a:before {
background-color: rgba(139,145,153,0.15);
}
.stripe-style-3 .st-accordion li > a:before,
.boxes-solid-bg .stripe-style-3.stripe-transparent-bg .st-accordion li > a:before,
.stripe-style-3 .custom-menu a:before,
.boxes-solid-bg .stripe-style-3.stripe-transparent-bg .custom-menu a:before {
background-color: rgba(255,255,255,0.15);
}
.stripe-style-4 .st-accordion li > a:before,
.boxes-solid-bg .stripe-style-4 .st-accordion li > a:before,
.stripe-style-4 .custom-menu a:before,
.boxes-solid-bg .stripe-style-4 .custom-menu a:before {
background-color: rgba(255,255,255,0.15);
}
.stripe-style-5 .st-accordion li > a:before,
.boxes-solid-bg .stripe-style-5 .st-accordion li > a:before,
.stripe-style-5 .custom-menu a:before,
.boxes-solid-bg .stripe-style-5 .custom-menu a:before {
background-color: rgba(51,51,51,0.15);
}
.stripe .sidebar-content.solid-bg h1,
.stripe .sidebar-content.solid-bg h2,
.stripe .sidebar-content.solid-bg h3,
.stripe .sidebar-content.solid-bg h4,
.stripe .sidebar-content.solid-bg h5,
.stripe .sidebar-content.solid-bg h6,
.stripe .sidebar-content.solid-bg h1 a,
.stripe .sidebar-content.solid-bg h2 a,
.stripe .sidebar-content.solid-bg h3 a,
.stripe .sidebar-content.solid-bg h4 a,
.stripe .sidebar-content.solid-bg h5 a,
.stripe .sidebar-content.solid-bg h6 a,
.stripe .sidebar-content.solid-bg h1 a:hover,
.stripe .sidebar-content.solid-bg h2 a:hover,
.stripe .sidebar-content.solid-bg h3 a:hover,
.stripe .sidebar-content.solid-bg h4 a:hover,
.stripe .sidebar-content.solid-bg h5 a:hover,
.stripe .sidebar-content.solid-bg h6 a:hover,
.stripe .sidebar-content.solid-bg .h1-size,
.stripe .sidebar-content.solid-bg .entry-title.h1-size,
.stripe .sidebar-content.solid-bg .h2-size,
.stripe .sidebar-content.solid-bg .entry-title.h2-size,
.stripe .sidebar-content.solid-bg h1.entry-title,
.stripe .sidebar-content.solid-bg .h3-size,
.stripe .sidebar-content.solid-bg .entry-title.h3-size,
.stripe .sidebar-content.solid-bg h2.entry-title,
.stripe .sidebar-content.solid-bg .h4-size,
.stripe .sidebar-content.solid-bg .entry-title.h4-size,
.stripe .sidebar-content.solid-bg h3.entry-title,
.stripe .sidebar-content.solid-bg .h5-size,
.stripe .sidebar-content.solid-bg .entry-title.h5-size,
.stripe .sidebar-content.solid-bg .h6-size,
.stripe .sidebar-content.solid-bg .entry-title.h6-size,
.stripe .sidebar-content.solid-bg .header-color,
.stripe .sidebar-content.solid-bg .entry-meta .header-color,
.stripe .sidebar-content.solid-bg .stripe-color-title,
.stripe .sidebar-content.solid-bg .custom-categories a,
.stripe .sidebar-content.solid-bg .custom-categories a .item-name,
.stripe .sidebar-content.solid-bg .cat-item a,
.stripe .sidebar-content.solid-bg .widget_recent_comments a,
.stripe .sidebar-content.solid-bg .widget_tag_cloud a:hover {
color: #333333;
}
.stripe .sidebar-content.solid-bg h1,
.stripe .sidebar-content.solid-bg h2,
.stripe .sidebar-content.solid-bg h3,
.stripe .sidebar-content.solid-bg h4,
.stripe .sidebar-content.solid-bg h5,
.stripe .sidebar-content.solid-bg h6,
.stripe .sidebar-content.solid-bg h1 a,
.stripe .sidebar-content.solid-bg h2 a,
.stripe .sidebar-content.solid-bg h3 a,
.stripe .sidebar-content.solid-bg h4 a,
.stripe .sidebar-content.solid-bg h5 a,
.stripe .sidebar-content.solid-bg h6 a,
.stripe .sidebar-content.solid-bg h1 a:hover,
.stripe .sidebar-content.solid-bg h2 a:hover,
.stripe .sidebar-content.solid-bg h3 a:hover,
.stripe .sidebar-content.solid-bg h4 a:hover,
.stripe .sidebar-content.solid-bg h5 a:hover,
.stripe .sidebar-content.solid-bg h6 a:hover,
.stripe .sidebar-content.solid-bg .h1-size,
.stripe .sidebar-content.solid-bg .entry-title.h1-size,
.stripe .sidebar-content.solid-bg .h2-size,
.stripe .sidebar-content.solid-bg .entry-title.h2-size,
.stripe .sidebar-content.solid-bg h1.entry-title,
.stripe .sidebar-content.solid-bg .h3-size,
.stripe .sidebar-content.solid-bg .entry-title.h3-size,
.stripe .sidebar-content.solid-bg h2.entry-title,
.stripe .sidebar-content.solid-bg .h4-size,
.stripe .sidebar-content.solid-bg .entry-title.h4-size,
.stripe .sidebar-content.solid-bg h3.entry-title,
.stripe .sidebar-content.solid-bg .h5-size,
.stripe .sidebar-content.solid-bg .entry-title.h5-size,
.stripe .sidebar-content.solid-bg .h6-size,
.stripe .sidebar-content.solid-bg .entry-title.h6-size,
.stripe .sidebar-content.solid-bg .header-color,
.stripe .sidebar-content.solid-bg .entry-meta .header-color,
.stripe .sidebar-content.solid-bg .stripe-color-title,
.stripe .sidebar-content.solid-bg .custom-categories a,
.stripe .sidebar-content.solid-bg .custom-categories a .item-name,
.stripe .sidebar-content.solid-bg .cat-item a,
.stripe .sidebar-content.solid-bg .widget_recent_comments a,
.stripe .sidebar-content.solid-bg .widget_tag_cloud a:hover {
color: #333333;
}
.stripe-style-1 h1,
.stripe-style-1 h2,
.stripe-style-1 h3,
.stripe-style-1 h4,
.stripe-style-1 h5,
.stripe-style-1 h6,
.stripe-style-1 h1 a,
.stripe-style-1 h2 a,
.stripe-style-1 h3 a,
.stripe-style-1 h4 a,
.stripe-style-1 h5 a,
.stripe-style-1 h6 a,
.stripe-style-1 h1 a:hover,
.stripe-style-1 h2 a:hover,
.stripe-style-1 h3 a:hover,
.stripe-style-1 h4 a:hover,
.stripe-style-1 h5 a:hover,
.stripe-style-1 h6 a:hover,
.stripe-style-1 .h1-size,
.stripe-style-1 .entry-title.h1-size,
.stripe-style-1 .h2-size,
.stripe-style-1 .entry-title.h2-size,
.stripe-style-1 h1.entry-title,
.stripe-style-1 .h3-size,
.stripe-style-1 .entry-title.h3-size,
.stripe-style-1 h2.entry-title,
.stripe-style-1 .h4-size,
.stripe-style-1 .entry-title.h4-size,
.stripe-style-1 h3.entry-title,
.stripe-style-1 .h5-size,
.stripe-style-1 .entry-title.h5-size,
.stripe-style-1 .h6-size,
.stripe-style-1 .entry-title.h6-size,
.stripe-style-1 .header-color,
.stripe-style-1 .entry-meta .header-color,
.stripe-style-1 .stripe-color-title,
.stripe-style-1 .custom-categories a,
.stripe-style-1 .custom-categories a .item-name,
.stripe-style-1 .cat-item a,
.stripe-style-1 .widget_recent_comments a,
.stripe-style-1 .widget_tag_cloud a:hover {
color: #3b3f4a;
}
.stripe-style-2 h1,
.stripe-style-2 h2,
.stripe-style-2 h3,
.stripe-style-2 h4,
.stripe-style-2 h5,
.stripe-style-2 h6,
.stripe-style-2 h1 a,
.stripe-style-2 h2 a,
.stripe-style-2 h3 a,
.stripe-style-2 h4 a,
.stripe-style-2 h5 a,
.stripe-style-2 h6 a,
.stripe-style-2 h1 a:hover,
.stripe-style-2 h2 a:hover,
.stripe-style-2 h3 a:hover,
.stripe-style-2 h4 a:hover,
.stripe-style-2 h5 a:hover,
.stripe-style-2 h6 a:hover,
.stripe-style-2 .h1-size,
.stripe-style-2 .entry-title.h1-size,
.stripe-style-2 .h2-size,
.stripe-style-2 .entry-title.h2-size,
.stripe-style-2 h1.entry-title,
.stripe-style-2 .h3-size,
.stripe-style-2 .entry-title.h3-size,
.stripe-style-2 h2.entry-title,
.stripe-style-2 .h4-size,
.stripe-style-2 .entry-title.h4-size,
.stripe-style-2 h3.entry-title,
.stripe-style-2 .h5-size,
.stripe-style-2 .entry-title.h5-size,
.stripe-style-2 .h6-size,
.stripe-style-2 .entry-title.h6-size,
.stripe-style-2 .header-color,
.stripe-style-2 .entry-meta .header-color,
.stripe-style-2 .stripe-color-title,
.stripe-style-2 .custom-categories a,
.stripe-style-2 .custom-categories a .item-name,
.stripe-style-2 .cat-item a,
.stripe-style-2 .widget_recent_comments a,
.stripe-style-2 .widget_tag_cloud a:hover {
color: #ffffff;
}
.stripe-style-3 h1,
.stripe-style-3 h2,
.stripe-style-3 h3,
.stripe-style-3 h4,
.stripe-style-3 h5,
.stripe-style-3 h6,
.stripe-style-3 h1 a,
.stripe-style-3 h2 a,
.stripe-style-3 h3 a,
.stripe-style-3 h4 a,
.stripe-style-3 h5 a,
.stripe-style-3 h6 a,
.stripe-style-3 h1 a:hover,
.stripe-style-3 h2 a:hover,
.stripe-style-3 h3 a:hover,
.stripe-style-3 h4 a:hover,
.stripe-style-3 h5 a:hover,
.stripe-style-3 h6 a:hover,
.stripe-style-3 .h1-size,
.stripe-style-3 .entry-title.h1-size,
.stripe-style-3 .h2-size,
.stripe-style-3 .entry-title.h2-size,
.stripe-style-3 h1.entry-title,
.stripe-style-3 .h3-size,
.stripe-style-3 .entry-title.h3-size,
.stripe-style-3 h2.entry-title,
.stripe-style-3 .h4-size,
.stripe-style-3 .entry-title.h4-size,
.stripe-style-3 h3.entry-title,
.stripe-style-3 .h5-size,
.stripe-style-3 .entry-title.h5-size,
.stripe-style-3 .h6-size,
.stripe-style-3 .entry-title.h6-size,
.stripe-style-3 .header-color,
.stripe-style-3 .entry-meta .header-color,
.stripe-style-3 .stripe-color-title,
.stripe-style-3 .custom-categories a,
.stripe-style-3 .custom-categories a .item-name,
.stripe-style-3 .cat-item a,
.stripe-style-3 .widget_recent_comments a,
.stripe-style-3 .widget_tag_cloud a:hover {
color: #ffffff;
}
.stripe-style-4 h1,
.stripe-style-4 h2,
.stripe-style-4 h3,
.stripe-style-4 h4,
.stripe-style-4 h5,
.stripe-style-4 h6,
.stripe-style-4 h1 a,
.stripe-style-4 h2 a,
.stripe-style-4 h3 a,
.stripe-style-4 h4 a,
.stripe-style-4 h5 a,
.stripe-style-4 h6 a,
.stripe-style-4 h1 a:hover,
.stripe-style-4 h2 a:hover,
.stripe-style-4 h3 a:hover,
.stripe-style-4 h4 a:hover,
.stripe-style-4 h5 a:hover,
.stripe-style-4 h6 a:hover,
.stripe-style-4 .h1-size,
.stripe-style-4 .entry-title.h1-size,
.stripe-style-4 .h2-size,
.stripe-style-4 .entry-title.h2-size,
.stripe-style-4 h1.entry-title,
.stripe-style-4 .h3-size,
.stripe-style-4 .entry-title.h3-size,
.stripe-style-4 h2.entry-title,
.stripe-style-4 .h4-size,
.stripe-style-4 .entry-title.h4-size,
.stripe-style-4 h3.entry-title,
.stripe-style-4 .h5-size,
.stripe-style-4 .entry-title.h5-size,
.stripe-style-4 .h6-size,
.stripe-style-4 .entry-title.h6-size,
.stripe-style-4 .header-color,
.stripe-style-4 .entry-meta .header-color,
.stripe-style-4 .stripe-color-title,
.stripe-style-4 .custom-categories a,
.stripe-style-4 .custom-categories a .item-name,
.stripe-style-4 .cat-item a,
.stripe-style-4 .widget_recent_comments a,
.stripe-style-4 .widget_tag_cloud a:hover {
color: #ffffff;
}
.stripe-style-5 h1,
.stripe-style-5 h2,
.stripe-style-5 h3,
.stripe-style-5 h4,
.stripe-style-5 h5,
.stripe-style-5 h6,
.stripe-style-5 h1 a,
.stripe-style-5 h2 a,
.stripe-style-5 h3 a,
.stripe-style-5 h4 a,
.stripe-style-5 h5 a,
.stripe-style-5 h6 a,
.stripe-style-5 h1 a:hover,
.stripe-style-5 h2 a:hover,
.stripe-style-5 h3 a:hover,
.stripe-style-5 h4 a:hover,
.stripe-style-5 h5 a:hover,
.stripe-style-5 h6 a:hover,
.stripe-style-5 .h1-size,
.stripe-style-5 .entry-title.h1-size,
.stripe-style-5 .h2-size,
.stripe-style-5 .entry-title.h2-size,
.stripe-style-5 h1.entry-title,
.stripe-style-5 .h3-size,
.stripe-style-5 .entry-title.h3-size,
.stripe-style-5 h2.entry-title,
.stripe-style-5 .h4-size,
.stripe-style-5 .entry-title.h4-size,
.stripe-style-5 h3.entry-title,
.stripe-style-5 .h5-size,
.stripe-style-5 .entry-title.h5-size,
.stripe-style-5 .h6-size,
.stripe-style-5 .entry-title.h6-size,
.stripe-style-5 .header-color,
.stripe-style-5 .entry-meta .header-color,
.stripe-style-5 .stripe-color-title,
.stripe-style-5 .custom-categories a,
.stripe-style-5 .custom-categories a .item-name,
.stripe-style-5 .cat-item a,
.stripe-style-5 .widget_recent_comments a,
.stripe-style-5 .widget_tag_cloud a:hover {
color: #333333;
}
.stripe .sidebar-content.solid-bg .portfolio-categories > a:after,
.stripe .sidebar-content.solid-bg .portfolio-categories > span:after,
.stripe .sidebar-content.solid-bg .entry-meta > a:after,
.stripe .sidebar-content.solid-bg .entry-meta > span:after {
background-color: rgba(139,141,148,0.5);
}
.stripe-style-1 .portfolio-categories > a:after,
.stripe-style-1 .portfolio-categories > span:after,
.stripe-style-1 .entry-meta > a:after,
.stripe-style-1 .entry-meta > span:after {
background-color: rgba(120,125,133,0.5);
}
.stripe-style-2 .portfolio-categories > a:after,
.stripe-style-2 .portfolio-categories > span:after,
.stripe-style-2 .entry-meta > a:after,
.stripe-style-2 .entry-meta > span:after {
background-color: rgba(139,145,153,0.5);
}
.stripe-style-3 .portfolio-categories > a:after,
.stripe-style-3 .portfolio-categories > span:after,
.stripe-style-3 .entry-meta > a:after,
.stripe-style-3 .entry-meta > span:after {
background-color: rgba(255,255,255,0.5);
}
.stripe-style-4 .portfolio-categories > a:after,
.stripe-style-4 .portfolio-categories > span:after,
.stripe-style-4 .entry-meta > a:after,
.stripe-style-4 .entry-meta > span:after {
background-color: rgba(255,255,255,0.5);
}
.stripe-style-5 .portfolio-categories > a:after,
.stripe-style-5 .portfolio-categories > span:after,
.stripe-style-5 .entry-meta > a:after,
.stripe-style-5 .entry-meta > span:after {
background-color: rgba(51,51,51,0.5);
}
.stripe-style-1 .comment-metadata,
.stripe-style-1 .comment-metadata a,
.stripe-style-1 .entry-meta a,
.stripe-style-1 .entry-meta span,
.stripe-style-1 .entry-meta a *,
.stripe-style-1 .single .entry-tags,
.stripe-style-1 .single .entry-tags a {
color: rgba(120,125,133,0.5);
}
.stripe-style-2 .comment-metadata,
.stripe-style-2 .comment-metadata a,
.stripe-style-2 .entry-meta a,
.stripe-style-2 .entry-meta span,
.stripe-style-2 .entry-meta a *,
.stripe-style-2 .single .entry-tags,
.stripe-style-2 .single .entry-tags a {
color: rgba(139,145,153,0.5);
}
#page .stripe-style-3 .comment-metadata,
#page .stripe-style-3 .comment-metadata a,
#page .stripe-style-3 .entry-meta a,
#page .stripe-style-3 .entry-meta span,
#page .stripe-style-3 .entry-meta a *,
#page .stripe-style-3 .single .entry-tags,
#page .stripe-style-3 .single .entry-tags a {
color: rgba(255,255,255,0.5);
}
.stripe-style-4 .comment-metadata,
.stripe-style-4 .comment-metadata a,
.stripe-style-4 .entry-meta a,
.stripe-style-4 .entry-meta span,
.stripe-style-4 .entry-meta a *,
.stripe-style-4 .single .entry-tags,
.stripe-style-4 .single .entry-tags a {
color: rgba(255,255,255,0.5);
}
.stripe-style-5 .comment-metadata,
.stripe-style-5 .comment-metadata a,
.stripe-style-5 .entry-meta a,
.stripe-style-5 .entry-meta span,
.stripe-style-5 .entry-meta a *,
.stripe-style-5 .single .entry-tags,
.stripe-style-5 .single .entry-tags a {
color: rgba(51,51,51,0.5);
}
.stripe .sidebar-content.solid-bg .widget,
.stripe .sidebar-content.solid-bg .widget * {
color: #8b8d94;
}
.stripe-style-1 .shortcode-tooltip {
color: #ff6600;
border-color: #ff6600;
}
.stripe-style-2 .shortcode-tooltip {
color: #ff6600;
border-color: #ff6600;
}
.stripe-style-3 .shortcode-tooltip {
color: #ff6600;
border-color: #ff6600;
}
.stripe-style-1 .hr-thick {
border-color: rgba(120,125,133,0.1);
}
.stripe-style-2 .hr-thick {
border-color: rgba(139,145,153,0.1);
}
.stripe-style-3 .hr-thick {
border-color: rgba(255,255,255,0.1);
}
.stripe-style-4 .hr-thick {
border-color: rgba(255,255,255,0.1);
}
.stripe-style-5 .hr-thick {
border-color: rgba(51,51,51,0.1);
}
.stripe-style-1 .hr-thin {
border-bottom: none;
}
.stripe-style-2 .hr-thin {
border-bottom: none;
}
.stripe-style-3 .hr-thin {
border-bottom: none;
}
.stripe-style-4 .hr-thin {
border-bottom: none;
}
.stripe-style-5 .hr-thin {
border-bottom: none;
}
.stripe .sidebar-content.solid-bg .soc-ico a:before {
background-color: rgba(139,141,148,0.15);
}
.stripe-style-1 .soc-ico a:before {
background-color: rgba(120,125,133,0.15);
}
.stripe-style-2 .soc-ico a:before {
background-color: rgba(139,145,153,0.15);
}
.stripe-style-3 .soc-ico a:before {
background-color: rgba(255,255,255,0.15);
}
.stripe-style-4 .soc-ico a:before {
background-color: rgba(255,255,255,0.15);
}
.stripe-style-5 .soc-ico a:before {
background-color: rgba(51,51,51,0.15);
}
.stripe .sidebar-content.solid-bg .soc-ico a .soc-font-icon {
color: #8b8d94;
}
.stripe-style-1 .soc-ico a .soc-font-icon {
color: #787d85;
}
.stripe-style-2 .soc-ico a .soc-font-icon {
color: #8b9199;
}
.stripe-style-3 .soc-ico a .soc-font-icon {
color: #ffffff;
}
.stripe-style-4 .soc-ico a .soc-font-icon {
color: #ffffff;
}
.stripe-style-5 .soc-ico a .soc-font-icon {
color: #333333;
}
.stripe-style-1 .dt-style.vc_progress_bar.outline-bg .vc_single_bar {
box-shadow: inset 0px 0px 0px 1px rgba(120,125,133,0.15);
}
.stripe-style-2 .dt-style.vc_progress_bar.outline-bg .vc_single_bar {
box-shadow: inset 0px 0px 0px 1px rgba(139,145,153,0.15);
}
.stripe-style-3 .dt-style.vc_progress_bar.outline-bg .vc_single_bar {
box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.15);
}
.stripe-style-4 .dt-style.vc_progress_bar.outline-bg .vc_single_bar {
box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.15);
}
.stripe-style-5 .dt-style.vc_progress_bar.outline-bg .vc_single_bar {
box-shadow: inset 0px 0px 0px 1px rgba(51,51,51,0.15);
}
.stripe-style-1 .dt-style.vc_progress_bar.transparent-bg .vc_single_bar {
background-color: rgba(120,125,133,0.1);
}
.stripe-style-2 .dt-style.vc_progress_bar.transparent-bg .vc_single_bar {
background-color: rgba(139,145,153,0.1);
}
.stripe-style-3 .dt-style.vc_progress_bar.transparent-bg .vc_single_bar {
background-color: rgba(255,255,255,0.1);
}
.stripe-style-4 .dt-style.vc_progress_bar.transparent-bg .vc_single_bar {
background-color: rgba(255,255,255,0.1);
}
.stripe-style-5 .dt-style.vc_progress_bar.transparent-bg .vc_single_bar {
background-color: rgba(51,51,51,0.1);
}
.stripe-style-1 .vc_pie_wrapper .vc_pie_chart_back {
border-color: rgba(59,63,74,0.1) !important;
}
.stripe-style-2 .vc_pie_wrapper .vc_pie_chart_back {
border-color: rgba(255,255,255,0.1) !important;
}
.stripe-style-3 .vc_pie_wrapper .vc_pie_chart_back {
border-color: rgba(255,255,255,0.1) !important;
}
.stripe-style-4 .vc_pie_wrapper .vc_pie_chart_back {
border-color: rgba(255,255,255,0.1) !important;
}
.stripe-style-5 .vc_pie_wrapper .vc_pie_chart_back {
border-color: rgba(51,51,51,0.1) !important;
}
.stripe .dt-btn:not(.btn-custom-style),
.stripe .dt-btn:not(.btn-custom-style) *,
.stripe .btn-link:not(.custom-btn-color),
.stripe .btn-link:not(.custom-btn-color) * {
color: var(--the7-btn-color);
}
.stripe .sidebar-content.solid-bg .dt-btn:not(.btn-custom-style).title-btn-color,
.stripe .sidebar-content.solid-bg .dt-btn:not(.btn-custom-style).title-btn-color > span,
.stripe .sidebar-content.solid-bg .dt-btn:not(.btn-custom-style).title-btn-color > .text-wrap *,
.stripe .sidebar-content.solid-bg .dt-btn:not(.btn-custom-style).title-btn-color > i[class^="fa"],
.stripe .sidebar-content.solid-bg .btn-link:not(.custom-btn-color).title-btn-color,
.stripe .sidebar-content.solid-bg .btn-link:not(.custom-btn-color).title-btn-color > span,
.stripe .sidebar-content.solid-bg .btn-link:not(.custom-btn-color).title-btn-color > .text-wrap *,
.stripe .sidebar-content.solid-bg .btn-link:not(.custom-btn-color).title-btn-color > i[class^="fa"] {
color: #333333;
}
.stripe .sidebar-content.solid-bg .dt-btn:not(.btn-custom-style).title-btn-color,
.stripe .sidebar-content.solid-bg .dt-btn:not(.btn-custom-style).title-btn-color > span,
.stripe .sidebar-content.solid-bg .dt-btn:not(.btn-custom-style).title-btn-color > .text-wrap *,
.stripe .sidebar-content.solid-bg .dt-btn:not(.btn-custom-style).title-btn-color > i[class^="fa"],
.stripe .sidebar-content.solid-bg .btn-link:not(.custom-btn-color).title-btn-color,
.stripe .sidebar-content.solid-bg .btn-link:not(.custom-btn-color).title-btn-color > span,
.stripe .sidebar-content.solid-bg .btn-link:not(.custom-btn-color).title-btn-color > .text-wrap *,
.stripe .sidebar-content.solid-bg .btn-link:not(.custom-btn-color).title-btn-color > i[class^="fa"] {
color: #333333;
}
.stripe-style-1 .dt-btn:not(.btn-custom-style).title-btn-color,
.stripe-style-1 .dt-btn:not(.btn-custom-style).title-btn-color > span,
.stripe-style-1 .dt-btn:not(.btn-custom-style).title-btn-color > .text-wrap *,
.stripe-style-1 .dt-btn:not(.btn-custom-style).title-btn-color > i[class^="fa"],
.stripe-style-1 .btn-link:not(.custom-btn-color).title-btn-color,
.stripe-style-1 .btn-link:not(.custom-btn-color).title-btn-color > span,
.stripe-style-1 .btn-link:not(.custom-btn-color).title-btn-color > .text-wrap *,
.stripe-style-1 .btn-link:not(.custom-btn-color).title-btn-color > i[class^="fa"] {
color: #3b3f4a;
}
.stripe-style-2 .dt-btn:not(.btn-custom-style).title-btn-color,
.stripe-style-2 .dt-btn:not(.btn-custom-style).title-btn-color > span,
.stripe-style-2 .dt-btn:not(.btn-custom-style).title-btn-color > .text-wrap *,
.stripe-style-2 .dt-btn:not(.btn-custom-style).title-btn-color > i[class^="fa"],
.stripe-style-2 .btn-link:not(.custom-btn-color).title-btn-color,
.stripe-style-2 .btn-link:not(.custom-btn-color).title-btn-color > span,
.stripe-style-2 .btn-link:not(.custom-btn-color).title-btn-color > .text-wrap *,
.stripe-style-2 .btn-link:not(.custom-btn-color).title-btn-color > i[class^="fa"] {
color: #ffffff;
}
.stripe-style-3 .dt-btn:not(.btn-custom-style).title-btn-color,
.stripe-style-3 .dt-btn:not(.btn-custom-style).title-btn-color > span,
.stripe-style-3 .dt-btn:not(.btn-custom-style).title-btn-color > .text-wrap *,
.stripe-style-3 .dt-btn:not(.btn-custom-style).title-btn-color > i[class^="fa"],
.stripe-style-3 .btn-link:not(.custom-btn-color).title-btn-color,
.stripe-style-3 .btn-link:not(.custom-btn-color).title-btn-color > span,
.stripe-style-3 .btn-link:not(.custom-btn-color).title-btn-color > .text-wrap *,
.stripe-style-3 .btn-link:not(.custom-btn-color).title-btn-color > i[class^="fa"] {
color: #ffffff;
}
.stripe-style-4 .dt-btn:not(.btn-custom-style).title-btn-color,
.stripe-style-4 .dt-btn:not(.btn-custom-style).title-btn-color > span,
.stripe-style-4 .dt-btn:not(.btn-custom-style).title-btn-color > .text-wrap *,
.stripe-style-4 .dt-btn:not(.btn-custom-style).title-btn-color > i[class^="fa"],
.stripe-style-4 .btn-link:not(.custom-btn-color).title-btn-color,
.stripe-style-4 .btn-link:not(.custom-btn-color).title-btn-color > span,
.stripe-style-4 .btn-link:not(.custom-btn-color).title-btn-color > .text-wrap *,
.stripe-style-4 .btn-link:not(.custom-btn-color).title-btn-color > i[class^="fa"] {
color: #ffffff;
}
.stripe-style-5 .dt-btn:not(.btn-custom-style).title-btn-color,
.stripe-style-5 .dt-btn:not(.btn-custom-style).title-btn-color > span,
.stripe-style-5 .dt-btn:not(.btn-custom-style).title-btn-color > .text-wrap *,
.stripe-style-5 .dt-btn:not(.btn-custom-style).title-btn-color > i[class^="fa"],
.stripe-style-5 .btn-link:not(.custom-btn-color).title-btn-color,
.stripe-style-5 .btn-link:not(.custom-btn-color).title-btn-color > span,
.stripe-style-5 .btn-link:not(.custom-btn-color).title-btn-color > .text-wrap *,
.stripe-style-5 .btn-link:not(.custom-btn-color).title-btn-color > i[class^="fa"] {
color: #333333;
}
.stripe-style-1 .dt-btn:not(.btn-custom-style).title-btn-hover-color:hover > span,
.stripe-style-1 .dt-btn:not(.btn-custom-style).title-btn-hover-color:hover > .text-wrap *,
.stripe-style-1 .dt-btn:not(.btn-custom-style).title-btn-hover-color:hover > i[class^="fa"],
.stripe-style-1 .btn-link:not(.custom-btn-color).title-btn-hover-color:hover > span,
.stripe-style-1 .btn-link:not(.custom-btn-color).title-btn-hover-color:hover > .text-wrap *,
.stripe-style-1 .btn-link:not(.custom-btn-color).title-btn-hover-color:hover > i[class^="fa"] {
color: #3b3f4a !important;
}
.stripe-style-2 .dt-btn:not(.btn-custom-style).title-btn-hover-color:hover > span,
.stripe-style-2 .dt-btn:not(.btn-custom-style).title-btn-hover-color:hover > .text-wrap *,
.stripe-style-2 .dt-btn:not(.btn-custom-style).title-btn-hover-color:hover > i[class^="fa"],
.stripe-style-2 .btn-link:not(.custom-btn-color).title-btn-hover-color:hover > span,
.stripe-style-2 .btn-link:not(.custom-btn-color).title-btn-hover-color:hover > .text-wrap *,
.stripe-style-2 .btn-link:not(.custom-btn-color).title-btn-hover-color:hover > i[class^="fa"] {
color: #ffffff !important;
}
.stripe-style-3 .dt-btn:not(.btn-custom-style).title-btn-hover-color:hover > span,
.stripe-style-3 .dt-btn:not(.btn-custom-style).title-btn-hover-color:hover > .text-wrap *,
.stripe-style-3 .dt-btn:not(.btn-custom-style).title-btn-hover-color:hover > i[class^="fa"],
.stripe-style-3 .btn-link:not(.custom-btn-color).title-btn-hover-color:hover > span,
.stripe-style-3 .btn-link:not(.custom-btn-color).title-btn-hover-color:hover > .text-wrap *,
.stripe-style-3 .btn-link:not(.custom-btn-color).title-btn-hover-color:hover > i[class^="fa"] {
color: #ffffff !important;
}
.stripe-style-4 .dt-btn:not(.btn-custom-style).title-btn-hover-color:hover > span,
.stripe-style-4 .dt-btn:not(.btn-custom-style).title-btn-hover-color:hover > .text-wrap *,
.stripe-style-4 .dt-btn:not(.btn-custom-style).title-btn-hover-color:hover > i[class^="fa"],
.stripe-style-4 .btn-link:not(.custom-btn-color).title-btn-hover-color:hover > span,
.stripe-style-4 .btn-link:not(.custom-btn-color).title-btn-hover-color:hover > .text-wrap *,
.stripe-style-4 .btn-link:not(.custom-btn-color).title-btn-hover-color:hover > i[class^="fa"] {
color: #ffffff !important;
}
.stripe-style-5 .dt-btn:not(.btn-custom-style).title-btn-hover-color:hover > span,
.stripe-style-5 .dt-btn:not(.btn-custom-style).title-btn-hover-color:hover > .text-wrap *,
.stripe-style-5 .dt-btn:not(.btn-custom-style).title-btn-hover-color:hover > i[class^="fa"],
.stripe-style-5 .btn-link:not(.custom-btn-color).title-btn-hover-color:hover > span,
.stripe-style-5 .btn-link:not(.custom-btn-color).title-btn-hover-color:hover > .text-wrap *,
.stripe-style-5 .btn-link:not(.custom-btn-color).title-btn-hover-color:hover > i[class^="fa"] {
color: #333333 !important;
}
.stripe-style-1 .wpb_content_element.dt-style:not(.dt-accordion-bg-on) .wpb_accordion_header > a:before {
background-color: rgba(120,125,133,0.15);
}
.stripe-style-2 .wpb_content_element.dt-style:not(.dt-accordion-bg-on) .wpb_accordion_header > a:before {
background-color: rgba(139,145,153,0.15);
}
.stripe-style-3 .wpb_content_element.dt-style:not(.dt-accordion-bg-on) .wpb_accordion_header > a:before {
background-color: rgba(255,255,255,0.15);
}
.stripe-style-4 .wpb_content_element.dt-style:not(.dt-accordion-bg-on) .wpb_accordion_header > a:before {
background-color: rgba(255,255,255,0.15);
}
.stripe-style-5 .wpb_content_element.dt-style:not(.dt-accordion-bg-on) .wpb_accordion_header > a:before {
background-color: rgba(51,51,51,0.15);
}
#page .stripe-style-1 .wpb_content_element.dt-style .wpb_accordion_header > a:after {
color: rgba(120,125,133,0.5);
}
#page .stripe-style-2 .wpb_content_element.dt-style .wpb_accordion_header > a:after {
color: rgba(139,145,153,0.5);
}
#page .stripe-style-3 .wpb_content_element.dt-style .wpb_accordion_header > a:after {
color: rgba(255,255,255,0.5);
}
#page .stripe-style-4 .wpb_content_element.dt-style .wpb_accordion_header > a:after {
color: rgba(255,255,255,0.5);
}
#page .stripe-style-5 .wpb_content_element.dt-style .wpb_accordion_header > a:after {
color: rgba(51,51,51,0.5);
}
.stripe-style-1 .ls-container.ls-carousel .ls-thumbnail-inner {
background-color: rgba(59,63,74,0.04);
}
.stripe-style-2 .ls-container.ls-carousel .ls-thumbnail-inner {
background-color: rgba(255,255,255,0.04);
}
.stripe-style-3 .ls-container.ls-carousel .ls-thumbnail-inner {
background-color: rgba(255,255,255,0.04);
}
.stripe-style-4 .ls-container.ls-carousel .ls-thumbnail-inner {
background-color: rgba(255,255,255,0.04);
}
.stripe-style-5 .ls-container.ls-carousel .ls-thumbnail-inner {
background-color: rgba(51,51,51,0.04);
}
.stripe .sidebar-content.solid-bg .no-avatar,
.stripe .sidebar-content.solid-bg .no-avatar:after,
.stripe .sidebar-content.solid-bg .comment-list .no-avatar:after {
color: rgba(139,141,148,0.15);
}
.stripe-style-1 .no-avatar,
.stripe-style-1 .no-avatar:after,
.stripe-style-1 .comment-list .no-avatar:after {
color: rgba(120,125,133,0.15);
}
.stripe-style-2 .no-avatar,
.stripe-style-2 .no-avatar:after,
.stripe-style-2 .comment-list .no-avatar:after {
color: rgba(139,145,153,0.15);
}
.stripe-style-3 .no-avatar,
.stripe-style-3 .no-avatar:after,
.stripe-style-3 .comment-list .no-avatar:after {
color: rgba(255,255,255,0.15);
}
.stripe-style-4 .no-avatar,
.stripe-style-4 .no-avatar:after,
.stripe-style-4 .comment-list .no-avatar:after {
color: rgba(255,255,255,0.15);
}
.stripe-style-5 .no-avatar,
.stripe-style-5 .no-avatar:after,
.stripe-style-5 .comment-list .no-avatar:after {
color: rgba(51,51,51,0.15);
}
.stripe .sidebar-content.solid-bg .layzr-bg {
background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" stroke="rgba(139,141,148,0.25)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".55" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
}
.stripe-style-1 .layzr-bg {
background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" stroke="rgba(120,125,133,0.25)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".55" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
}
.stripe-style-2 .layzr-bg {
background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" stroke="rgba(139,145,153,0.25)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".55" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
}
.stripe-style-3 .layzr-bg {
background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" stroke="rgba(255,255,255,0.25)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".55" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
}
.stripe-style-4 .layzr-bg {
background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" stroke="rgba(255,255,255,0.25)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".55" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
}
.stripe-style-5 .layzr-bg {
background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" stroke="rgba(51,51,51,0.25)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".55" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
}
.stripe .sidebar-content.solid-bg .layzr-bg:not(.layzr-bg-transparent) {
background-color: rgba(139,141,148,0.05);
}
.stripe-style-1 .layzr-bg:not(.layzr-bg-transparent) {
background-color: rgba(120,125,133,0.05);
}
.stripe-style-2 .layzr-bg:not(.layzr-bg-transparent) {
background-color: rgba(139,145,153,0.05);
}
.stripe-style-3 .layzr-bg:not(.layzr-bg-transparent) {
background-color: rgba(255,255,255,0.05);
}
.stripe-style-4 .layzr-bg:not(.layzr-bg-transparent) {
background-color: rgba(255,255,255,0.05);
}
.stripe-style-5 .layzr-bg:not(.layzr-bg-transparent) {
background-color: rgba(51,51,51,0.05);
}
.stripe .sidebar-content.solid-bg .tp-bullets.custom .tp-bullet.selected:after {
background-color: rgba(139,141,148,0.25);
}
.stripe-style-1 .tp-bullets.custom .tp-bullet.selected:after {
background-color: rgba(120,125,133,0.25);
}
.stripe-style-2 .tp-bullets.custom .tp-bullet.selected:after {
background-color: rgba(139,145,153,0.25);
}
.stripe-style-3 .tp-bullets.custom .tp-bullet.selected:after {
background-color: rgba(255,255,255,0.25);
}
.stripe-style-4 .tp-bullets.custom .tp-bullet.selected:after {
background-color: rgba(255,255,255,0.25);
}
.stripe-style-5 .tp-bullets.custom .tp-bullet.selected:after {
background-color: rgba(51,51,51,0.25);
}
.stripe .sidebar-content.solid-bg .tp-bullets.custom .tp-bullet:before,
.stripe .sidebar-content.solid-bg .tp-bullets.custom .tp-bullet.selected:hover:before,
.stripe .sidebar-content.solid-bg #main-slideshow .tp-bullets.custom .tp-bullet:hover:before {
border-color: rgba(139,141,148,0.25);
}
.stripe-style-1 .tp-bullets.custom .tp-bullet:before,
.stripe-style-1 .tp-bullets.custom .tp-bullet.selected:hover:before,
.stripe-style-1 #main-slideshow .tp-bullets.custom .tp-bullet:hover:before {
border-color: rgba(120,125,133,0.25);
}
.stripe-style-2 .tp-bullets.custom .tp-bullet:before,
.stripe-style-2 .tp-bullets.custom .tp-bullet.selected:hover:before,
.stripe-style-2 #main-slideshow .tp-bullets.custom .tp-bullet:hover:before {
border-color: rgba(139,145,153,0.25);
}
.stripe-style-3 .tp-bullets.custom .tp-bullet:before,
.stripe-style-3 .tp-bullets.custom .tp-bullet.selected:hover:before,
.stripe-style-3 #main-slideshow .tp-bullets.custom .tp-bullet:hover:before {
border-color: rgba(255,255,255,0.25);
}
.stripe-style-4 .tp-bullets.custom .tp-bullet:before,
.stripe-style-4 .tp-bullets.custom .tp-bullet.selected:hover:before,
.stripe-style-4 #main-slideshow .tp-bullets.custom .tp-bullet:hover:before {
border-color: rgba(255,255,255,0.25);
}
.stripe-style-5 .tp-bullets.custom .tp-bullet:before,
.stripe-style-5 .tp-bullets.custom .tp-bullet.selected:hover:before,
.stripe-style-5 #main-slideshow .tp-bullets.custom .tp-bullet:hover:before {
border-color: rgba(51,51,51,0.25);
}
.outlines-bullets .stripe-style-1 .tp-bullets.custom .tp-bullet:before,
.outlines-bullets .stripe-style-1 .tp-bullets.custom .tp-bullet.selected:hover:before,
.outlines-bullets .stripe-style-1 #main-slideshow .tp-bullets.custom .tp-bullet:hover:before {
background-color: rgba(120,125,133,0.04);
box-shadow: inset 0px 0px 0px 1px rgba(120,125,133,0.25);
}
.outlines-bullets .stripe-style-2 .tp-bullets.custom .tp-bullet:before,
.outlines-bullets .stripe-style-2 .tp-bullets.custom .tp-bullet.selected:hover:before,
.outlines-bullets .stripe-style-2 #main-slideshow .tp-bullets.custom .tp-bullet:hover:before {
background-color: rgba(139,145,153,0.04);
box-shadow: inset 0px 0px 0px 1px rgba(139,145,153,0.25);
}
.outlines-bullets .stripe-style-3 .tp-bullets.custom .tp-bullet:before,
.outlines-bullets .stripe-style-3 .tp-bullets.custom .tp-bullet.selected:hover:before,
.outlines-bullets .stripe-style-3 #main-slideshow .tp-bullets.custom .tp-bullet:hover:before {
background-color: rgba(255,255,255,0.04);
box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.25);
}
.outlines-bullets .stripe-style-4 .tp-bullets.custom .tp-bullet:before,
.outlines-bullets .stripe-style-4 .tp-bullets.custom .tp-bullet.selected:hover:before,
.outlines-bullets .stripe-style-4 #main-slideshow .tp-bullets.custom .tp-bullet:hover:before {
background-color: rgba(255,255,255,0.04);
box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.25);
}
.outlines-bullets .stripe-style-5 .tp-bullets.custom .tp-bullet:before,
.outlines-bullets .stripe-style-5 .tp-bullets.custom .tp-bullet.selected:hover:before,
.outlines-bullets .stripe-style-5 #main-slideshow .tp-bullets.custom .tp-bullet:hover:before {
background-color: rgba(51,51,51,0.04);
box-shadow: inset 0px 0px 0px 1px rgba(51,51,51,0.25);
}
.stripe-style-1 .portfolio-categories a,
.stripe-style-1 .portfolio-categories a *,
.stripe-style-1 .portfolio-categories span {
color: rgba(120,125,133,0.5);
}
.stripe-style-2 .portfolio-categories a,
.stripe-style-2 .portfolio-categories a *,
.stripe-style-2 .portfolio-categories span {
color: rgba(139,145,153,0.5);
}
.stripe-style-3 .portfolio-categories a,
.stripe-style-3 .portfolio-categories a *,
.stripe-style-3 .portfolio-categories span {
color: rgba(255,255,255,0.5);
}
.stripe-style-4 .portfolio-categories a,
.stripe-style-4 .portfolio-categories a *,
.stripe-style-4 .portfolio-categories span {
color: rgba(255,255,255,0.5);
}
.stripe-style-5 .portfolio-categories a,
.stripe-style-5 .portfolio-categories a *,
.stripe-style-5 .portfolio-categories span {
color: rgba(51,51,51,0.5);
}
.stripe-style-1 .paginator .button-load-more {
border-color: rgba(59,63,74,0.1);
}
.stripe-style-2 .paginator .button-load-more {
border-color: rgba(255,255,255,0.1);
}
.stripe-style-3 .paginator .button-load-more {
border-color: rgba(255,255,255,0.1);
}
.stripe-style-4 .paginator .button-load-more {
border-color: rgba(255,255,255,0.1);
}
.stripe-style-5 .paginator .button-load-more {
border-color: rgba(51,51,51,0.1);
}
.stripe-style-1 .paginator .button-load-more.animate-load,
.stripe-style-1 .paginator .button-load-more:hover {
border-color: rgba(59,63,74,0.21);
}
.stripe-style-2 .paginator .button-load-more.animate-load,
.stripe-style-2 .paginator .button-load-more:hover {
border-color: rgba(255,255,255,0.21);
}
.stripe-style-3 .paginator .button-load-more.animate-load,
.stripe-style-3 .paginator .button-load-more:hover {
border-color: rgba(255,255,255,0.21);
}
.stripe-style-4 .paginator .button-load-more.animate-load,
.stripe-style-4 .paginator .button-load-more:hover {
border-color: rgba(255,255,255,0.21);
}
.stripe-style-5 .paginator .button-load-more.animate-load,
.stripe-style-5 .paginator .button-load-more:hover {
border-color: rgba(51,51,51,0.21);
}
.stripe-style-1 .paginator .button-load-more.animate-load .stick,
.stripe-style-1 .paginator .button-load-more.button-lazy-loading .stick {
border-top-color: #3b3f4a;
border-right-color: #3b3f4a;
}
.stripe-style-2 .paginator .button-load-more.animate-load .stick,
.stripe-style-2 .paginator .button-load-more.button-lazy-loading .stick {
border-top-color: #ffffff;
border-right-color: #ffffff;
}
.stripe-style-3 .paginator .button-load-more.animate-load .stick,
.stripe-style-3 .paginator .button-load-more.button-lazy-loading .stick {
border-top-color: #ffffff;
border-right-color: #ffffff;
}
.stripe-style-4 .paginator .button-load-more.animate-load .stick,
.stripe-style-4 .paginator .button-load-more.button-lazy-loading .stick {
border-top-color: #ffffff;
border-right-color: #ffffff;
}
.stripe-style-5 .paginator .button-load-more.animate-load .stick,
.stripe-style-5 .paginator .button-load-more.button-lazy-loading .stick {
border-top-color: #ffffff;
border-right-color: #ffffff;
}
.stripe-style-1 .reset_variations,
.stripe-style-1 .reset_variations:hover,
.stripe-style-1 .variations label,
.stripe-style-1 .product_meta > span,
.stripe-style-1 .product_meta > span a,
.stripe-style-1 .product_list_widget del,
.stripe-style-1 .product_list_widget del .amount,
.stripe-style-1 .product_list_widget del .amount *,
.stripe-style-1 .woocom-list-content .price del,
.stripe-style-1 .woocom-list-content del,
.stripe-style-1 .woocom-list-content del .amount,
.stripe-style-1 .woocom-list-content del .amount *,
.stripe-style-1 .widget_shopping_cart_content strong,
.stripe-style-1 .widget_shopping_cart_content dt,
.stripe-style-1 .woocommerce-review-link,
.stripe-style-1 .woocommerce-review-link *,
.stripe-style-1 .woocommerce-review-link:hover,
.stripe-style-1 .widget_price_filter .price_slider_amount,
.stripe-style-1 .shop_table .variation *,
.stripe-style-1 .woocommerce-tabs li > a,
.stripe-style-1 .product .summary.entry-summary .price del,
.stripe-style-1 .woocommerce-result-count,
.stripe-style-1 .widget_layered_nav li > small,
.stripe-style-1 .widget_product_categories .count,
.stripe-style-1 .stars a {
color: rgba(120,125,133,0.5);
}
.stripe-style-2 .reset_variations,
.stripe-style-2 .reset_variations:hover,
.stripe-style-2 .variations label,
.stripe-style-2 .product_meta > span,
.stripe-style-2 .product_meta > span a,
.stripe-style-2 .product_list_widget del,
.stripe-style-2 .product_list_widget del .amount,
.stripe-style-2 .product_list_widget del .amount *,
.stripe-style-2 .woocom-list-content .price del,
.stripe-style-2 .woocom-list-content del,
.stripe-style-2 .woocom-list-content del .amount,
.stripe-style-2 .woocom-list-content del .amount *,
.stripe-style-2 .widget_shopping_cart_content strong,
.stripe-style-2 .widget_shopping_cart_content dt,
.stripe-style-2 .woocommerce-review-link,
.stripe-style-2 .woocommerce-review-link *,
.stripe-style-2 .woocommerce-review-link:hover,
.stripe-style-2 .widget_price_filter .price_slider_amount,
.stripe-style-2 .shop_table .variation *,
.stripe-style-2 .woocommerce-tabs li > a,
.stripe-style-2 .product .summary.entry-summary .price del,
.stripe-style-2 .woocommerce-result-count,
.stripe-style-2 .widget_layered_nav li > small,
.stripe-style-2 .widget_product_categories .count,
.stripe-style-2 .stars a {
color: rgba(139,145,153,0.5);
}
#page .stripe-style-3 .reset_variations,
#page .stripe-style-3 .reset_variations:hover,
#page .stripe-style-3 .variations label,
#page .stripe-style-3 .product_meta > span,
#page .stripe-style-3 .product_meta > span a,
#page .stripe-style-3 .product_list_widget del,
#page .stripe-style-3 .product_list_widget del .amount,
#page .stripe-style-3 .product_list_widget del .amount *,
#page .stripe-style-3 .woocom-list-content .price del,
#page .stripe-style-3 .woocom-list-content del,
#page .stripe-style-3 .woocom-list-content del .amount,
#page .stripe-style-3 .woocom-list-content del .amount *,
#page .stripe-style-3 .widget_shopping_cart_content strong,
#page .stripe-style-3 .widget_shopping_cart_content dt,
#page .stripe-style-3 .woocommerce-review-link,
#page .stripe-style-3 .woocommerce-review-link *,
#page .stripe-style-3 .woocommerce-review-link:hover,
#page .stripe-style-3 .widget_price_filter .price_slider_amount,
#page .stripe-style-3 .shop_table .variation *,
#page .stripe-style-3 .woocommerce-tabs li > a,
#page .stripe-style-3 .product .summary.entry-summary .price del,
#page .stripe-style-3 .woocommerce-result-count,
#page .stripe-style-3 .widget_layered_nav li > small,
#page .stripe-style-3 .widget_product_categories .count,
#page .stripe-style-3 .stars a {
color: rgba(255,255,255,0.5);
}
.stripe-style-4 .reset_variations,
.stripe-style-4 .reset_variations:hover,
.stripe-style-4 .variations label,
.stripe-style-4 .product_meta > span,
.stripe-style-4 .product_meta > span a,
.stripe-style-4 .product_list_widget del,
.stripe-style-4 .product_list_widget del .amount,
.stripe-style-4 .product_list_widget del .amount *,
.stripe-style-4 .woocom-list-content .price del,
.stripe-style-4 .woocom-list-content del,
.stripe-style-4 .woocom-list-content del .amount,
.stripe-style-4 .woocom-list-content del .amount *,
.stripe-style-4 .widget_shopping_cart_content strong,
.stripe-style-4 .widget_shopping_cart_content dt,
.stripe-style-4 .woocommerce-review-link,
.stripe-style-4 .woocommerce-review-link *,
.stripe-style-4 .woocommerce-review-link:hover,
.stripe-style-4 .widget_price_filter .price_slider_amount,
.stripe-style-4 .shop_table .variation *,
.stripe-style-4 .woocommerce-tabs li > a,
.stripe-style-4 .product .summary.entry-summary .price del,
.stripe-style-4 .woocommerce-result-count,
.stripe-style-4 .widget_layered_nav li > small,
.stripe-style-4 .widget_product_categories .count,
.stripe-style-4 .stars a {
color: rgba(255,255,255,0.5);
}
.stripe-style-5 .reset_variations,
.stripe-style-5 .reset_variations:hover,
.stripe-style-5 .variations label,
.stripe-style-5 .product_meta > span,
.stripe-style-5 .product_meta > span a,
.stripe-style-5 .product_list_widget del,
.stripe-style-5 .product_list_widget del .amount,
.stripe-style-5 .product_list_widget del .amount *,
.stripe-style-5 .woocom-list-content .price del,
.stripe-style-5 .woocom-list-content del,
.stripe-style-5 .woocom-list-content del .amount,
.stripe-style-5 .woocom-list-content del .amount *,
.stripe-style-5 .widget_shopping_cart_content strong,
.stripe-style-5 .widget_shopping_cart_content dt,
.stripe-style-5 .woocommerce-review-link,
.stripe-style-5 .woocommerce-review-link *,
.stripe-style-5 .woocommerce-review-link:hover,
.stripe-style-5 .widget_price_filter .price_slider_amount,
.stripe-style-5 .shop_table .variation *,
.stripe-style-5 .woocommerce-tabs li > a,
.stripe-style-5 .product .summary.entry-summary .price del,
.stripe-style-5 .woocommerce-result-count,
.stripe-style-5 .widget_layered_nav li > small,
.stripe-style-5 .widget_product_categories .count,
.stripe-style-5 .stars a {
color: rgba(51,51,51,0.5);
}
.stripe .sidebar-content.solid-bg .woocommerce-cart-wrap .order-total .amount,
.stripe .sidebar-content.solid-bg .woocommerce-cart-wrap .cart_totals h2,
.stripe .sidebar-content.solid-bg .woocommerce-cart-wrap .product-name a,
.stripe .sidebar-content.solid-bg .woocommerce-cart-wrap .product-subtotal,
.stripe .sidebar-content.solid-bg .woocommerce-cart-wrap .cart-subtotal .amount,
.stripe .sidebar-content.solid-bg .product-name > a,
.stripe .sidebar-content.solid-bg #reviews ol.commentlist .meta,
.stripe .sidebar-content.solid-bg .shop_table strong,
.stripe .sidebar-content.solid-bg ul.cart_list li a,
.stripe .sidebar-content.solid-bg ul.product_list_widget li a,
.stripe .sidebar-content.solid-bg .widget_product_categories li a,
.stripe .sidebar-content.solid-bg .woocommerce-tabs li.active > a,
.stripe .sidebar-content.solid-bg .woocommerce-tabs li > a:hover,
.stripe .sidebar-content.solid-bg .product .summary.entry-summary .price,
.stripe .sidebar-content.solid-bg .product .summary.entry-summary .price ins,
.stripe .sidebar-content.solid-bg .product-category mark,
.stripe .sidebar-content.solid-bg .woocom-list-content .price,
.stripe .sidebar-content.solid-bg .woocom-list-content .price *,
.stripe .sidebar-content.solid-bg .widget_layered_nav li > a,
.stripe .sidebar-content.solid-bg .woocommerce-checkout-review-order-table .woocommerce-Price-amount {
color: #333333;
}
.stripe-style-1 .woocommerce-cart-wrap .order-total .amount,
.stripe-style-1 .woocommerce-cart-wrap .cart_totals h2,
.stripe-style-1 .woocommerce-cart-wrap .product-name a,
.stripe-style-1 .woocommerce-cart-wrap .product-subtotal,
.stripe-style-1 .woocommerce-cart-wrap .cart-subtotal .amount,
.stripe-style-1 .product-name > a,
.stripe-style-1 #reviews ol.commentlist .meta,
.stripe-style-1 .shop_table strong,
.stripe-style-1 ul.cart_list li a,
.stripe-style-1 ul.product_list_widget li a,
.stripe-style-1 .widget_product_categories li a,
.stripe-style-1 .woocommerce-tabs li.active > a,
.stripe-style-1 .woocommerce-tabs li > a:hover,
.stripe-style-1 .product .summary.entry-summary .price,
.stripe-style-1 .product .summary.entry-summary .price ins,
.stripe-style-1 .product-category mark,
.stripe-style-1 .woocom-list-content .price,
.stripe-style-1 .woocom-list-content .price *,
.stripe-style-1 .widget_layered_nav li > a,
.stripe-style-1 .woocommerce-checkout-review-order-table .woocommerce-Price-amount {
color: #3b3f4a;
}
.stripe-style-2 .woocommerce-cart-wrap .order-total .amount,
.stripe-style-2 .woocommerce-cart-wrap .cart_totals h2,
.stripe-style-2 .woocommerce-cart-wrap .product-name a,
.stripe-style-2 .woocommerce-cart-wrap .product-subtotal,
.stripe-style-2 .woocommerce-cart-wrap .cart-subtotal .amount,
.stripe-style-2 .product-name > a,
.stripe-style-2 #reviews ol.commentlist .meta,
.stripe-style-2 .shop_table strong,
.stripe-style-2 ul.cart_list li a,
.stripe-style-2 ul.product_list_widget li a,
.stripe-style-2 .widget_product_categories li a,
.stripe-style-2 .woocommerce-tabs li.active > a,
.stripe-style-2 .woocommerce-tabs li > a:hover,
.stripe-style-2 .product .summary.entry-summary .price,
.stripe-style-2 .product .summary.entry-summary .price ins,
.stripe-style-2 .product-category mark,
.stripe-style-2 .woocom-list-content .price,
.stripe-style-2 .woocom-list-content .price *,
.stripe-style-2 .widget_layered_nav li > a,
.stripe-style-2 .woocommerce-checkout-review-order-table .woocommerce-Price-amount {
color: #ffffff;
}
.stripe-style-3 .woocommerce-cart-wrap .order-total .amount,
.stripe-style-3 .woocommerce-cart-wrap .cart_totals h2,
.stripe-style-3 .woocommerce-cart-wrap .product-name a,
.stripe-style-3 .woocommerce-cart-wrap .product-subtotal,
.stripe-style-3 .woocommerce-cart-wrap .cart-subtotal .amount,
.stripe-style-3 .product-name > a,
.stripe-style-3 #reviews ol.commentlist .meta,
.stripe-style-3 .shop_table strong,
.stripe-style-3 ul.cart_list li a,
.stripe-style-3 ul.product_list_widget li a,
.stripe-style-3 .widget_product_categories li a,
.stripe-style-3 .woocommerce-tabs li.active > a,
.stripe-style-3 .woocommerce-tabs li > a:hover,
.stripe-style-3 .product .summary.entry-summary .price,
.stripe-style-3 .product .summary.entry-summary .price ins,
.stripe-style-3 .product-category mark,
.stripe-style-3 .woocom-list-content .price,
.stripe-style-3 .woocom-list-content .price *,
.stripe-style-3 .widget_layered_nav li > a,
.stripe-style-3 .woocommerce-checkout-review-order-table .woocommerce-Price-amount {
color: #ffffff;
}
.stripe-style-4 .woocommerce-cart-wrap .order-total .amount,
.stripe-style-4 .woocommerce-cart-wrap .cart_totals h2,
.stripe-style-4 .woocommerce-cart-wrap .product-name a,
.stripe-style-4 .woocommerce-cart-wrap .product-subtotal,
.stripe-style-4 .woocommerce-cart-wrap .cart-subtotal .amount,
.stripe-style-4 .product-name > a,
.stripe-style-4 #reviews ol.commentlist .meta,
.stripe-style-4 .shop_table strong,
.stripe-style-4 ul.cart_list li a,
.stripe-style-4 ul.product_list_widget li a,
.stripe-style-4 .widget_product_categories li a,
.stripe-style-4 .woocommerce-tabs li.active > a,
.stripe-style-4 .woocommerce-tabs li > a:hover,
.stripe-style-4 .product .summary.entry-summary .price,
.stripe-style-4 .product .summary.entry-summary .price ins,
.stripe-style-4 .product-category mark,
.stripe-style-4 .woocom-list-content .price,
.stripe-style-4 .woocom-list-content .price *,
.stripe-style-4 .widget_layered_nav li > a,
.stripe-style-4 .woocommerce-checkout-review-order-table .woocommerce-Price-amount {
color: #ffffff;
}
.stripe-style-5 .woocommerce-cart-wrap .order-total .amount,
.stripe-style-5 .woocommerce-cart-wrap .cart_totals h2,
.stripe-style-5 .woocommerce-cart-wrap .product-name a,
.stripe-style-5 .woocommerce-cart-wrap .product-subtotal,
.stripe-style-5 .woocommerce-cart-wrap .cart-subtotal .amount,
.stripe-style-5 .product-name > a,
.stripe-style-5 #reviews ol.commentlist .meta,
.stripe-style-5 .shop_table strong,
.stripe-style-5 ul.cart_list li a,
.stripe-style-5 ul.product_list_widget li a,
.stripe-style-5 .widget_product_categories li a,
.stripe-style-5 .woocommerce-tabs li.active > a,
.stripe-style-5 .woocommerce-tabs li > a:hover,
.stripe-style-5 .product .summary.entry-summary .price,
.stripe-style-5 .product .summary.entry-summary .price ins,
.stripe-style-5 .product-category mark,
.stripe-style-5 .woocom-list-content .price,
.stripe-style-5 .woocom-list-content .price *,
.stripe-style-5 .widget_layered_nav li > a,
.stripe-style-5 .woocommerce-checkout-review-order-table .woocommerce-Price-amount {
color: #333333;
}
.stripe .sidebar-content.solid-bg .widget_price_filter .price_slider_wrapper .ui-widget-content {
background-color: rgba(139,141,148,0.15);
}
.stripe-style-1 .widget_price_filter .price_slider_wrapper .ui-widget-content {
background-color: rgba(120,125,133,0.15);
}
.stripe-style-2 .widget_price_filter .price_slider_wrapper .ui-widget-content {
background-color: rgba(139,145,153,0.15);
}
.stripe-style-3 .widget_price_filter .price_slider_wrapper .ui-widget-content {
background-color: rgba(255,255,255,0.15);
}
.stripe-style-4 .widget_price_filter .price_slider_wrapper .ui-widget-content {
background-color: rgba(255,255,255,0.15);
}
.stripe-style-5 .widget_price_filter .price_slider_wrapper .ui-widget-content {
background-color: rgba(51,51,51,0.15);
}
.stripe-style-1 table.shop_table td,
.stripe-style-1 .cart-collaterals .cart_totals tr td,
.stripe-style-1 .cart-collaterals .cart_totals tr th,
.stripe-style-1 .shop_attributes td,
.stripe-style-1 .shop_attributes th,
.stripe-style-1 table.shop_attributes,
.stripe-style-1 .content table.shop_table tr,
.stripe-style-1 .woocommerce table.shop_table,
.stripe-style-1 p.stars a.star-1,
.stripe-style-1 p.stars a.star-2,
.stripe-style-1 p.stars a.star-3,
.stripe-style-1 p.stars a.star-4,
.stripe-style-1 p.stars a.star-5 {
border-color: rgba(120,125,133,0.15);
}
.stripe-style-2 table.shop_table td,
.stripe-style-2 .cart-collaterals .cart_totals tr td,
.stripe-style-2 .cart-collaterals .cart_totals tr th,
.stripe-style-2 .shop_attributes td,
.stripe-style-2 .shop_attributes th,
.stripe-style-2 table.shop_attributes,
.stripe-style-2 .content table.shop_table tr,
.stripe-style-2 .woocommerce table.shop_table,
.stripe-style-2 p.stars a.star-1,
.stripe-style-2 p.stars a.star-2,
.stripe-style-2 p.stars a.star-3,
.stripe-style-2 p.stars a.star-4,
.stripe-style-2 p.stars a.star-5 {
border-color: rgba(139,145,153,0.15);
}
.stripe-style-3 table.shop_table td,
.stripe-style-3 .cart-collaterals .cart_totals tr td,
.stripe-style-3 .cart-collaterals .cart_totals tr th,
.stripe-style-3 .shop_attributes td,
.stripe-style-3 .shop_attributes th,
.stripe-style-3 table.shop_attributes,
.stripe-style-3 .content table.shop_table tr,
.stripe-style-3 .woocommerce table.shop_table,
.stripe-style-3 p.stars a.star-1,
.stripe-style-3 p.stars a.star-2,
.stripe-style-3 p.stars a.star-3,
.stripe-style-3 p.stars a.star-4,
.stripe-style-3 p.stars a.star-5 {
border-color: rgba(255,255,255,0.15);
}
.stripe-style-4 table.shop_table td,
.stripe-style-4 .cart-collaterals .cart_totals tr td,
.stripe-style-4 .cart-collaterals .cart_totals tr th,
.stripe-style-4 .shop_attributes td,
.stripe-style-4 .shop_attributes th,
.stripe-style-4 table.shop_attributes,
.stripe-style-4 .content table.shop_table tr,
.stripe-style-4 .woocommerce table.shop_table,
.stripe-style-4 p.stars a.star-1,
.stripe-style-4 p.stars a.star-2,
.stripe-style-4 p.stars a.star-3,
.stripe-style-4 p.stars a.star-4,
.stripe-style-4 p.stars a.star-5 {
border-color: rgba(255,255,255,0.15);
}
.stripe-style-5 table.shop_table td,
.stripe-style-5 .cart-collaterals .cart_totals tr td,
.stripe-style-5 .cart-collaterals .cart_totals tr th,
.stripe-style-5 .shop_attributes td,
.stripe-style-5 .shop_attributes th,
.stripe-style-5 table.shop_attributes,
.stripe-style-5 .content table.shop_table tr,
.stripe-style-5 .woocommerce table.shop_table,
.stripe-style-5 p.stars a.star-1,
.stripe-style-5 p.stars a.star-2,
.stripe-style-5 p.stars a.star-3,
.stripe-style-5 p.stars a.star-4,
.stripe-style-5 p.stars a.star-5 {
border-color: rgba(51,51,51,0.15);
}
.stripe-style-1 .star-rating,
.stripe-style-1 .star-rating:before {
color: rgba(120,125,133,0.35);
}
.stripe-style-2 .star-rating,
.stripe-style-2 .star-rating:before {
color: rgba(139,145,153,0.35);
}
#page .stripe-style-3 .star-rating,
#page .stripe-style-3 .star-rating:before {
color: rgba(255,255,255,0.35);
}
.stripe-style-4 .star-rating,
.stripe-style-4 .star-rating:before {
color: rgba(255,255,255,0.35);
}
.stripe-style-5 .star-rating,
.stripe-style-5 .star-rating:before {
color: rgba(51,51,51,0.35);
}
.stripe-style-1 .sidebar-content:not(.solid-bg) .widget:not(.widget_icl_lang_sel_widget) a,
.stripe-style-1 .widget .post-content .text-secondary {
color: #787d85;
}
.stripe-style-2 .sidebar-content:not(.solid-bg) .widget:not(.widget_icl_lang_sel_widget) a,
.stripe-style-2 .widget .post-content .text-secondary {
color: #8b9199;
}
#page .stripe-style-3 .sidebar-content:not(.solid-bg) .widget:not(.widget_icl_lang_sel_widget) a,
#page .stripe-style-3 .widget .post-content .text-secondary {
color: #ffffff;
}
.stripe-style-4 .sidebar-content:not(.solid-bg) .widget:not(.widget_icl_lang_sel_widget) a,
.stripe-style-4 .widget .post-content .text-secondary {
color: #ffffff;
}
.stripe-style-5 .sidebar-content:not(.solid-bg) .widget:not(.widget_icl_lang_sel_widget) a,
.stripe-style-5 .widget .post-content .text-secondary {
color: #333333;
}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{-webkit-transition:height .5s ease-in-out;-moz-transition:height .5s ease-in-out;-ms-transition:height .5s ease-in-out;-o-transition:height .5s ease-in-out;transition:height .5s ease-in-out}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{display:none}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity .4s ease;-moz-transition:opacity .4s ease;-ms-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease}.owl-carousel .owl-item img{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//cmastic.com/wp-content/plugins/js_composer/assets/lib/owl-carousel2-dist/assets/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:scale .1s ease;-moz-transition:scale .1s ease;-ms-transition:scale .1s ease;-o-transition:scale .1s ease;transition:scale .1s ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transition:scale(1.3,1.3);-moz-transition:scale(1.3,1.3);-ms-transition:scale(1.3,1.3);-o-transition:scale(1.3,1.3);transition:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;-webkit-transition:opacity .4s ease;-moz-transition:opacity .4s ease;-ms-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.owl-theme .owl-nav{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav [class*=owl-]{color:#fff;font-size:14px;margin:5px;padding:4px 7px;background:#d6d6d6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}.owl-theme .owl-nav{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav [class*=owl-]{color:#fff;font-size:14px;margin:5px;padding:4px 7px;background:#d6d6d6;display:inline-block;cursor:pointer;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity .2s ease;-moz-transition:opacity .2s ease;-ms-transition:opacity .2s ease;-o-transition:opacity .2s ease;transition:opacity .2s ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}