@charset "UTF-8";
@charset "UTF-8";
.e-gallery-container{position:relative;display:flex;flex-wrap:wrap}.e-gallery-container:not(.e-gallery-grid){transition:padding-bottom var(--animation-duration)}.e-gallery-item{position:relative;flex-grow:0;flex-shrink:0;transition-property:all;transition-duration:var(--animation-duration)}.e-gallery-item:not(:hover) .e-gallery-overlay{display:none}.e-gallery-item.e-gallery-item--hidden{transform:scale3d(0, 0, 0);opacity:0}.e-gallery-image{background-position:center center;background-size:cover;width:100%;transform-origin:center top;transition:var(--animation-duration)}.e-gallery-overlay{position:absolute;top:0;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:space-evenly;flex-wrap:wrap;flex-direction:column;color:#fff;background-color:rgba(0,0,0,0.5)}.e-gallery-overlay__title{font-size:24px}.e-gallery-grid:not(.e-gallery--animated){display:grid;grid-gap:var(--vgap) var(--hgap);grid-template-columns:repeat(var(--columns), 1fr)}.e-gallery-grid:not(.e-gallery--animated) .e-gallery-item--hidden{position:absolute}.e-gallery-grid.e-gallery--animated{padding-bottom:var(--container-aspect-ratio)}.e-gallery-grid.e-gallery--animated .e-gallery-item{--item-width: calc((100% - ((var(--columns) - 1) * var(--hgap))) / var(--columns));position:absolute;top:calc(((100% / var(--rows)) + (var(--vgap) / var(--rows))) * var(--row));width:var(--item-width)}.e-gallery-grid .e-gallery-image{padding-bottom:var(--aspect-ratio)}.e-gallery-justified{padding-bottom:calc(var(--container-aspect-ratio) * 100%)}.e-gallery-justified .e-gallery-item{position:absolute;width:calc(var(--item-width) * (100% - var(--hgap) * var(--gap-count)));height:var(--item-height);top:calc(var(--item-top) + (var(--row) * var(--vgap)))}.e-gallery-justified .e-gallery-image{height:100%}.e-gallery-masonry{height:0;margin-bottom:calc(var(--highest-column-gap-count) * var(--vgap))}.e-gallery-masonry .e-gallery-item{position:absolute;width:calc(100% / var(--columns) - (var(--hgap) * (var(--columns) - 1) / var(--columns)));top:calc(var(--percent-height) + (var(--items-in-column) * var(--vgap)))}.e-gallery-masonry .e-gallery-image{padding-bottom:var(--item-height)}.e-gallery--ltr.e-gallery-grid.e-gallery--animated .e-gallery-item{left:calc(var(--item-width) * var(--column) + (var(--hgap) * var(--column)))}.e-gallery--ltr.e-gallery-justified .e-gallery-item{left:calc(var(--item-start) * (100% - var(--hgap) * var(--gap-count)) + var(--hgap) * var(--item-row-index))}.e-gallery--ltr.e-gallery-masonry .e-gallery-item{left:calc((100% / var(--columns) - (var(--hgap) * (var(--columns) - 1) / var(--columns))) * var(--column) + (var(--hgap) * var(--column)))}.e-gallery--rtl.e-gallery-grid.e-gallery--animated .e-gallery-item{right:calc(var(--item-width) * var(--column) + (var(--hgap) * var(--column)))}.e-gallery--rtl.e-gallery-justified .e-gallery-item{right:calc(var(--item-start) * (100% - var(--hgap) * var(--gap-count)) + var(--hgap) * var(--item-row-index))}.e-gallery--rtl.e-gallery-masonry .e-gallery-item{right:calc((100% / var(--columns) - (var(--hgap) * (var(--columns) - 1) / var(--columns))) * var(--column) + (var(--hgap) * var(--column)))}.e-gallery--lazyload .e-gallery-image:not(.e-gallery-image-loaded){filter:opacity(0);transform:scale(0.5)}@keyframes bounce{20%,53%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,0,0)}40%,43%{animation-timing-function:cubic-bezier(.755,.050,.855,.060);transform:translate3d(0,-30px,0)}70%{animation-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{50%,from,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{from,to{transform:scale3d(1,1,1)}50%{transform:scale3d(1.05,1.05,1.05)}}.pulse{animation-name:pulse}@keyframes rubberBand{from,to{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)}}.rubberBand{animation-name:rubberBand}@keyframes shake{from,to{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 headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@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)}to{transform:rotate3d(0,0,1,0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{from,to{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)}}.tada{animation-name:tada}@keyframes wobble{from,to{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)}}.wobble{animation-name:wobble}@keyframes jello{11.1%,from,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{20%,40%,60%,80%,from,to{animation-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)}to{opacity:1;transform:scale3d(1,1,1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{60%,75%,90%,from,to{animation-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)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{60%,75%,90%,from,to{animation-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)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{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)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{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)}to{transform:translate3d(0,0,0)}}.bounceInUp{animation-name:bounceInUp}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes lightSpeedIn{from{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes rotateIn{from{transform-origin:center;transform:rotate3d(0,0,1,-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rollIn{from{opacity:0;transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes zoomIn{from{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{from{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{from{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{from{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{from{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 slideInDown{from{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{from{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{from{transform:translate3d(100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{from{transform:translate3d(0,100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInUp{animation-name:slideInUp}
.elementor-animation-grow{transition-duration:.3s;transition-property:transform}.elementor-animation-grow:active,.elementor-animation-grow:focus,.elementor-animation-grow:hover{transform:scale(1.1)}.elementor-animation-shrink{transition-duration:.3s;transition-property:transform}.elementor-animation-shrink:active,.elementor-animation-shrink:focus,.elementor-animation-shrink:hover{transform:scale(0.9)}@keyframes elementor-animation-pulse{25%{transform:scale(1.1)}75%{transform:scale(0.9)}}.elementor-animation-pulse:active,.elementor-animation-pulse:focus,.elementor-animation-pulse:hover{animation-name:elementor-animation-pulse;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes elementor-animation-pulse-grow{to{transform:scale(1.1)}}.elementor-animation-pulse-grow:active,.elementor-animation-pulse-grow:focus,.elementor-animation-pulse-grow:hover{animation-name:elementor-animation-pulse-grow;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate}@keyframes elementor-animation-pulse-shrink{to{transform:scale(0.9)}}.elementor-animation-pulse-shrink:active,.elementor-animation-pulse-shrink:focus,.elementor-animation-pulse-shrink:hover{animation-name:elementor-animation-pulse-shrink;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate}@keyframes elementor-animation-push{50%{transform:scale(0.8)}100%{transform:scale(1)}}.elementor-animation-push:active,.elementor-animation-push:focus,.elementor-animation-push:hover{animation-name:elementor-animation-push;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:1}@keyframes elementor-animation-pop{50%{transform:scale(1.2)}}.elementor-animation-pop:active,.elementor-animation-pop:focus,.elementor-animation-pop:hover{animation-name:elementor-animation-pop;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:1}.elementor-animation-bounce-in{transition-duration:.5s}.elementor-animation-bounce-in:active,.elementor-animation-bounce-in:focus,.elementor-animation-bounce-in:hover{transform:scale(1.2);transition-timing-function:cubic-bezier(0.47,2.02,.31,-.36)}.elementor-animation-bounce-out{transition-duration:.5s}.elementor-animation-bounce-out:active,.elementor-animation-bounce-out:focus,.elementor-animation-bounce-out:hover{transform:scale(0.8);transition-timing-function:cubic-bezier(0.47,2.02,.31,-.36)}.elementor-animation-rotate{transition-duration:.3s;transition-property:transform}.elementor-animation-rotate:active,.elementor-animation-rotate:focus,.elementor-animation-rotate:hover{transform:rotate(4deg)}.elementor-animation-grow-rotate{transition-duration:.3s;transition-property:transform}.elementor-animation-grow-rotate:active,.elementor-animation-grow-rotate:focus,.elementor-animation-grow-rotate:hover{transform:scale(1.1) rotate(4deg)}.elementor-animation-float{transition-duration:.3s;transition-property:transform;transition-timing-function:ease-out}.elementor-animation-float:active,.elementor-animation-float:focus,.elementor-animation-float:hover{transform:translateY(-8px)}.elementor-animation-sink{transition-duration:.3s;transition-property:transform;transition-timing-function:ease-out}.elementor-animation-sink:active,.elementor-animation-sink:focus,.elementor-animation-sink:hover{transform:translateY(8px)}@keyframes elementor-animation-bob{0%{transform:translateY(-8px)}50%{transform:translateY(-4px)}100%{transform:translateY(-8px)}}@keyframes elementor-animation-bob-float{100%{transform:translateY(-8px)}}.elementor-animation-bob:active,.elementor-animation-bob:focus,.elementor-animation-bob:hover{animation-name:elementor-animation-bob-float,elementor-animation-bob;animation-duration:.3s,1.5s;animation-delay:0s,.3s;animation-timing-function:ease-out,ease-in-out;animation-iteration-count:1,infinite;animation-fill-mode:forwards;animation-direction:normal,alternate}@keyframes elementor-animation-hang{0%{transform:translateY(8px)}50%{transform:translateY(4px)}100%{transform:translateY(8px)}}@keyframes elementor-animation-hang-sink{100%{transform:translateY(8px)}}.elementor-animation-hang:active,.elementor-animation-hang:focus,.elementor-animation-hang:hover{animation-name:elementor-animation-hang-sink,elementor-animation-hang;animation-duration:.3s,1.5s;animation-delay:0s,.3s;animation-timing-function:ease-out,ease-in-out;animation-iteration-count:1,infinite;animation-fill-mode:forwards;animation-direction:normal,alternate}.elementor-animation-skew{transition-duration:.3s;transition-property:transform}.elementor-animation-skew:active,.elementor-animation-skew:focus,.elementor-animation-skew:hover{transform:skew(-10deg)}.elementor-animation-skew-forward{transition-duration:.3s;transition-property:transform;transform-origin:0 100%}.elementor-animation-skew-forward:active,.elementor-animation-skew-forward:focus,.elementor-animation-skew-forward:hover{transform:skew(-10deg)}.elementor-animation-skew-backward{transition-duration:.3s;transition-property:transform;transform-origin:0 100%}.elementor-animation-skew-backward:active,.elementor-animation-skew-backward:focus,.elementor-animation-skew-backward:hover{transform:skew(10deg)}@keyframes elementor-animation-wobble-vertical{16.65%{transform:translateY(8px)}33.3%{transform:translateY(-6px)}49.95%{transform:translateY(4px)}66.6%{transform:translateY(-2px)}83.25%{transform:translateY(1px)}100%{transform:translateY(0)}}.elementor-animation-wobble-vertical:active,.elementor-animation-wobble-vertical:focus,.elementor-animation-wobble-vertical:hover{animation-name:elementor-animation-wobble-vertical;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-horizontal{16.65%{transform:translateX(8px)}33.3%{transform:translateX(-6px)}49.95%{transform:translateX(4px)}66.6%{transform:translateX(-2px)}83.25%{transform:translateX(1px)}100%{transform:translateX(0)}}.elementor-animation-wobble-horizontal:active,.elementor-animation-wobble-horizontal:focus,.elementor-animation-wobble-horizontal:hover{animation-name:elementor-animation-wobble-horizontal;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-to-bottom-right{16.65%{transform:translate(8px,8px)}33.3%{transform:translate(-6px,-6px)}49.95%{transform:translate(4px,4px)}66.6%{transform:translate(-2px,-2px)}83.25%{transform:translate(1px,1px)}100%{transform:translate(0,0)}}.elementor-animation-wobble-to-bottom-right:active,.elementor-animation-wobble-to-bottom-right:focus,.elementor-animation-wobble-to-bottom-right:hover{animation-name:elementor-animation-wobble-to-bottom-right;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-to-top-right{16.65%{transform:translate(8px,-8px)}33.3%{transform:translate(-6px,6px)}49.95%{transform:translate(4px,-4px)}66.6%{transform:translate(-2px,2px)}83.25%{transform:translate(1px,-1px)}100%{transform:translate(0,0)}}.elementor-animation-wobble-to-top-right:active,.elementor-animation-wobble-to-top-right:focus,.elementor-animation-wobble-to-top-right:hover{animation-name:elementor-animation-wobble-to-top-right;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-top{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-top{transform-origin:0 100%}.elementor-animation-wobble-top:active,.elementor-animation-wobble-top:focus,.elementor-animation-wobble-top:hover{animation-name:elementor-animation-wobble-top;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-bottom{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-bottom{transform-origin:100% 0}.elementor-animation-wobble-bottom:active,.elementor-animation-wobble-bottom:focus,.elementor-animation-wobble-bottom:hover{animation-name:elementor-animation-wobble-bottom;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-skew{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-skew:active,.elementor-animation-wobble-skew:focus,.elementor-animation-wobble-skew:hover{animation-name:elementor-animation-wobble-skew;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-buzz{50%{transform:translateX(3px) rotate(2deg)}100%{transform:translateX(-3px) rotate(-2deg)}}.elementor-animation-buzz:active,.elementor-animation-buzz:focus,.elementor-animation-buzz:hover{animation-name:elementor-animation-buzz;animation-duration:.15s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes elementor-animation-buzz-out{10%{transform:translateX(3px) rotate(2deg)}20%{transform:translateX(-3px) rotate(-2deg)}30%{transform:translateX(3px) rotate(2deg)}40%{transform:translateX(-3px) rotate(-2deg)}50%{transform:translateX(2px) rotate(1deg)}60%{transform:translateX(-2px) rotate(-1deg)}70%{transform:translateX(2px) rotate(1deg)}80%{transform:translateX(-2px) rotate(-1deg)}90%{transform:translateX(1px) rotate(0)}100%{transform:translateX(-1px) rotate(0)}}.elementor-animation-buzz-out:active,.elementor-animation-buzz-out:focus,.elementor-animation-buzz-out:hover{animation-name:elementor-animation-buzz-out;animation-duration:.75s;animation-timing-function:linear;animation-iteration-count:1}.rs-p-wp-fix { display: none !important; margin: 0 !important; height: 0px !important; } .wp-block-themepunch-revslider { position: relative }   rs-modal { position: fixed !important; z-index: 9999999 !important; pointer-events: none !important;}
rs-modal.rs-modal-auto { top: auto;bottom: auto;left: auto; right:auto; }
rs-modal.rs-modal-fullwidth,
rs-modal.rs-modal-fullscreen { top: 0px; left: 0px; width: 100%; height: 100%; }
rs-modal rs-fullwidth-wrap { position: absolute; top: 0px; left: 0px; height: 100%;}
rs-module-wrap.rs-modal { display:none; max-height: 100% !important; overflow: auto !important;  pointer-events: auto !important;}
rs-module-wrap.hideallscrollbars.rs-modal { overflow: hidden !important; max-width: 100% !important}
rs-modal-cover { width: 100%; height: 100%; z-index: 0; background: transparent; position: absolute;top: 0px;left: 0px; cursor: pointer; pointer-events: auto}
body>rs-modal-cover { position: fixed; z-index: 9999995 !important; }
rs-sbg-px { pointer-events: none }
.rs-forceuntouchable,
.rs-forceuntouchable * { pointer-events: none !important; }
.rs-forcehidden * { visibility: hidden !important; } .rs_splitted_lines { display: block; white-space: nowrap !important}
.rs-go-fullscreen {
position:fixed !important;
width:100% !important;
height:100% !important;
top:0px !important;
left:0px !important;
z-index:9999999 !important;
background:#ffffff;
}
.rtl {	direction: rtl;}
@font-face {
font-family: 'revicons';
src: url(//www.elite-wheels.cn/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.eot?5510888);
src: url(//www.elite-wheels.cn/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.eot?5510888#iefix) format('embedded-opentype'),
url(//www.elite-wheels.cn/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.woff?5510888) format('woff'),
url(//www.elite-wheels.cn/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.ttf?5510888) format('truetype'),
url(//www.elite-wheels.cn/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.svg?5510888#revicons) format('svg');
font-weight: normal;
font-style: normal;
font-display: swap;
}
[class^="revicon-"]:before, [class*=" revicon-"]:before {
font-family: "revicons";
font-style: normal;
font-weight: normal;
speak: never;
speak-as: spell-out;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center; font-variant: normal;
text-transform: none; line-height: 1em;  margin-left: .2em;    }
rs-module i[class^="fa-"],
rs-module i[class*=" fa-"],
.rb-modal-wrapper i[class^="fa-"],
.rb-modal-wrapper i[class*=" fa-"],
#waitaminute i[class^="fa-"],
#waitaminute i[class*=" fa-"],
#objectlibrary i[class^="fa-"],
#objectlibrary i[class*=" fa-"],
#rs_overview i[class^="fa-"],
#rs_overview i[class*=" fa-"],
#rs_overview_menu i[class^="fa-"],
#rs_overview_menu i[class*=" fa-"],
#builderView i[class^="fa-"],
#builderView i[class*=" fa-"]
{
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
rs-module [class^="fa-"]:before,
rs-module [class*=" fa-"]:before,
.rb-modal-wrapper [class^="fa-"]:before,
.rb-modal-wrapper [class*=" fa-"]:before,
#rs_overview [class^="fa-"]:before,
#rs_overview [class*=" fa-"]:before,
#objectlibrary [class^="fa-"]:before,
#objectlibrary [class*=" fa-"]:before,
#waitaminute [class^="fa-"]:before,
#waitaminute [class*=" fa-"]:before,
#rs_overview_menu [class^="fa-"]:before,
#rs_overview_menu [class*=" fa-"]:before,
#builderView [class^="fa-"]:before,
#builderView [class*=" fa-"]:before
{
font-family: FontAwesome;
font-style: normal;
font-weight: 400;
speak: never;
speak-as: spell-out;
display: inline-block;
text-decoration: inherit;
width: auto;
margin-right: 0;
text-align: center;
font-variant: normal;
text-transform: none;
line-height: inherit;
margin-left: 0;
}
rs-module .sr-only,
#objectlibrary .sr-only,
#waitaminute .sr-only,
#rs_overview .sr-only,
#rs_overview_menu .sr-only,
.rb-modal-wrapper .sr-only,
#builderView .sr-only
{
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
rs-module .sr-only-focusable:active,
rs-module .sr-only-focusable:focus,
#waitaminute .sr-only-focusable:active,
#waitaminute .sr-only-focusable:focus,
#objectlibrary .sr-only-focusable:active,
#objectlibrary .sr-only-focusable:focus,
#rs_overview .sr-only-focusable:active,
#rs_overview .sr-only-focusable:focus,
#rs_overview_menu .sr-only-focusable:active,
#rs_overview_menu .sr-only-focusable:focus,
.rb-modal-wrapper .sr-only-focusable:active,
.rb-modal-wrapper .sr-only-focusable:focus,
#builderView .sr-only-focusable:active,
#builderView .sr-only-focusable:focus
{
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
.revicon-search-1:before { content: '\e802'; } .revicon-pencil-1:before { content: '\e831'; } .revicon-picture-1:before { content: '\e803'; } .revicon-cancel:before { content: '\e80a'; } .revicon-info-circled:before { content: '\e80f'; } .revicon-trash:before { content: '\e801'; } .revicon-left-dir:before { content: '\e817'; } .revicon-right-dir:before { content: '\e818'; } .revicon-down-open:before { content: '\e83b'; } .revicon-left-open:before { content: '\e819'; } .revicon-right-open:before { content: '\e81a'; } .revicon-angle-left:before { content: '\e820'; } .revicon-angle-right:before { content: '\e81d'; } .revicon-left-big:before { content: '\e81f'; } .revicon-right-big:before { content: '\e81e'; } .revicon-magic:before { content: '\e807'; } .revicon-picture:before { content: '\e800'; } .revicon-export:before { content: '\e80b'; } .revicon-cog:before { content: '\e832'; } .revicon-login:before { content: '\e833'; } .revicon-logout:before { content: '\e834'; } .revicon-video:before { content: '\e805'; } .revicon-arrow-combo:before { content: '\e827'; } .revicon-left-open-1:before { content: '\e82a'; } .revicon-right-open-1:before { content: '\e82b'; } .revicon-left-open-mini:before { content: '\e822'; } .revicon-right-open-mini:before { content: '\e823'; } .revicon-left-open-big:before { content: '\e824'; } .revicon-right-open-big:before { content: '\e825'; } .revicon-left:before { content: '\e836'; } .revicon-right:before { content: '\e826'; } .revicon-ccw:before { content: '\e808'; } .revicon-arrows-ccw:before { content: '\e806'; } .revicon-palette:before { content: '\e829'; } .revicon-list-add:before { content: '\e80c'; } .revicon-doc:before { content: '\e809'; } .revicon-left-open-outline:before { content: '\e82e'; } .revicon-left-open-2:before { content: '\e82c'; } .revicon-right-open-outline:before { content: '\e82f'; } .revicon-right-open-2:before { content: '\e82d'; } .revicon-equalizer:before { content: '\e83a'; } .revicon-layers-alt:before { content: '\e804'; } .revicon-popup:before { content: '\e828'; }  .tp-fullwidth-forcer { z-index: 0; pointer-events: none}
rs-module-wrap { visibility: hidden }
rs-module-wrap,
rs-module-wrap * { box-sizing: border-box; -webkit-tap-highlight-color: rgba(0,0,0,0);}
rs-module-wrap {position:relative;z-index: 1;width:100%; display: block;}
.rs-fixedscrollon rs-module-wrap { position: fixed !important; top: 0px !important; z-index: 1000; left: 0 !important;}
.rs-stickyscrollon rs-module-wrap {  position: sticky !important; top:0px; z-index: 1000; }
.rs-stickyscrollon { overflow: visible !important; }
rs-fw-forcer { display:block;width:100%;pointer-events: none;}
rs-module { position:relative;overflow:hidden;display: block; }
rs-module.disableVerticalScroll { -ms-touch-action: pan-x; touch-action: pan-x; }
rs-pzimg-wrap,
rs-sbg-effectwrap,
rs-sbg { display: block; pointer-events: none  }
rs-sbg-effectwrap {
position:absolute;top:0px;left:0px;width:100%;height:100%
}
rs-carousel-wrap rs-column rs-layer img { width: 0px; height: 0px; }
rs-sbg-px,
rs-sbg-wrap {position:absolute; top:0px; left:0px; z-index:0;width:100%;height:100%;display: block;}
a.rs-layer,
a.rs-layer:-webkit-any-link { text-decoration: none }
a[x-apple-data-detectors] { color: inherit !important;   text-decoration: none !important;   font-size: inherit !important;   font-family: inherit !important;   font-weight: inherit !important;   line-height: inherit !important; }
.entry-content rs-module a, rs-module a { box-shadow: none; }
.rs-ov-hidden 		{ 	overflow:hidden !important;}
.rs-forceoverflow,
.rs-forceoverflow rs-module-wrap,
.rs-forceoverflow rs-module,
.rs-forceoverflow rs-slides,
.rs-forceoverflow rs-slide { overflow:visible !important}
.rs-parallax-hidden-of rs-slide { overflow:hidden !important}
.tp-simpleresponsive img,
rs-module img{
max-width:none !important;
transition: none;
margin:0px;
padding:0px;
border:none;
}
rs-module .no-slides-text{font-weight:bold;text-align:center;padding-top:80px;}
rs-slides, rs-slide, rs-slide:before {	 position:absolute;text-indent: 0em;top:0px;left:0px;}
rs-slide,rs-slide:before {  display:block; visibility:hidden; }
.rs-layer .rs-untoggled-content { display:block;}
.rs-layer .rs-toggled-content { display:none;}
.rs-tc-active.rs-layer > .rs-toggled-content { display:block;}
.rs-tc-active.rs-layer > .rs-untoggled-content { display:none;}
.rs-layer-video { overflow: hidden }
.rs_html5vidbasicstyles { position:relative;top:0px;left:0px;width:100%;height:100%; overflow:hidden; }
rs-module rs-layer,
rs-module .rs-layer {
opacity: 0;
position:relative;
visibility: hidden; display: block;
-webkit-font-smoothing: antialiased !important;
-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
-moz-osx-font-smoothing: grayscale;
z-index:1;
font-display: swap;
}
rs-layer-wrap,
rs-mask,
rs-module-wrap,
rs-module .rs-layer,
rs-module img {
user-select: none;	
}
rs-module rs-mask-wrap .rs-layer,
rs-module rs-mask-wrap *:last-child,
.wpb_text_column rs-module rs-mask-wrap .rs-layer,
.wpb_text_column rs-module rs-mask-wrap *:last-child{
margin-bottom:0;
}
.rs-svg svg {	width:100%; height:100%;position: relative;vertical-align: top}
rs-layer:not(.rs-wtbindex),
.rs-layer:not(.rs-wtbindex),
rs-alyer *:not(.rs-wtbindex),
.rs-layer *:not(.rs-wtbindex) { outline: none !important; } rs-carousel-wrap {
cursor:url(//www.elite-wheels.cn/wp-content/plugins/revslider/public/assets/css/openhand.cur), move;
}
rs-carousel-wrap.dragged {
cursor:url(//www.elite-wheels.cn/wp-content/plugins/revslider/public/assets/css/closedhand.cur), move;
}
rs-carousel-wrap.noswipe {
cursor: default;
}
rs-carousel-wrap { position: absolute; overflow: hidden;  width:100%;height:100%;top:0px;left:0px;}
rs-carousel-space { clear:both;display:block;width:100%;height:0px;position:relative;} .tp_inner_padding {
box-sizing:border-box;
max-height:none !important;
}
.rs-layer.rs-selectable {
user-select: text;	
}
rs-px-mask {
overflow: hidden;
display: block;
width: 100%;
height: 100%;
position: relative;
}
rs-module embed,
rs-module iframe,
rs-module object,
rs-module audio,
rs-module video {
max-width: none !important;
border: none;
}
rs-bg-elem 	{	position:absolute; top:0px;left:0px; width:100%;height:100%;z-index:0; display: block; pointer-events: none; }
.tp-blockmask,
.tp-blockmask_in,
.tp-blockmask_out { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: #fff; z-index: 1000; transform: scaleX(0) scaleY(0);} rs-zone			{	position:absolute; width:100%;left:0px; box-sizing: border-box;min-height:50px; font-size:0px;pointer-events: none}
rs-row-wrap,
rs-column,
rs-cbg-mask-wrap {	display:block; visibility: hidden}
rs-layer-wrap,
rs-parallax-wrap,
rs-loop-wrap,
rs-mask-wrap { display: block; }
rs-column-wrap>rs-mask-wrap,
rs-column-wrap>rs-loop-wrap { z-index: 1 }
rs-layer-wrap,
rs-mask-wrap,
rs-cbg-mask-wrap
{ transform-style:flat;} @media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) 
{ 
rs-carousel-wrap rs-layer-wrap, rs-carousel-wrap rs-loop-wrap {backface-visibility: hidden;transform-style: preserve-3d;}
}
.safarifix rs-layer-wrap {
perspective: 1000000;
}
@-moz-document url-prefix() {
rs-layer-wrap,
rs-mask-wrap,
rs-cbg-mask-wrap { perspective: none; }
}
rs-mask-wrap { overflow: hidden }
rs-fullwidth-wrap { position:relative;width:100%;height:auto;display: block; overflow:visible;max-width:none !important;}
.rev_row_zone_top 				{	top:0px;}
.rev_row_zone_bottom 			{	bottom:0px;}
.rev_row_zone_middle			{ top: 0px;}
rs-column-wrap .rs-parallax-wrap  { vertical-align: top }
.rs-layer img,
rs-layer img { vertical-align: top }
rs-row,
rs-row.rs-layer 	{
display:table;
position:relative;
width:100% !important;
table-layout: fixed;
box-sizing: border-box;
vertical-align: top;
height:auto;
font-size:0px;
}
.rs-layer.rs-waction.iospermaccwait.permanenthidden { display:none !important; visibility:hidden !important; pointer-events: none !important;}
rs-column-wrap {
display: table-cell;
position: relative;
vertical-align: top;
height: auto;
box-sizing: border-box;
font-size:0px;
}
rs-column {
box-sizing: border-box;
display: block;
position: relative;
width:100% !important;
height:auto !important;
white-space: normal !important;
}
rs-cbg-mask-wrap {
position: absolute;
z-index: 0;
box-sizing: border-box;
}
rs-column-wrap rs-cbg-mask-wrap { top: 0px; left: 0px; bottom: 0px; right: 0px; }
rs-column-bg {
position: absolute;
z-index: 0;
box-sizing: border-box;
width: 100%;
height: 100%;
}
.rs-pelock * { pointer-events: none !important;}
rs-column .rs-parallax-wrap,
rs-column rs-loop-wrap,
rs-column rs-mask-wrap 			{	text-align: inherit; }
rs-column rs-mask-wrap 			{	display: inline-block;}
rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap { position: relative; left:auto; top:auto; line-height: 0px;}
rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap,
rs-column .rev_layer_in_column { vertical-align: top; }
.rev_break_columns { display: block !important }
.rev_break_columns rs-column-wrap.rs-parallax-wrap  { display:block !important; width:100% !important; }
.rev_break_columns rs-column-wrap.rs-parallax-wrap.rs-layer-hidden,
.tp-forcenotvisible,
.tp-hide-revslider,
rs-row-wrap.rs-layer-hidden,
rs-column-wrap.rs-layer-hidden,
.rs-layer.rs-layer-hidden,
.rs-layer-audio.rs-layer-hidden,
.rs-parallax-wrap.rs-layer-hidden {
visibility:hidden !important;
display:none !important
}  a.rs-layer.rs-nointeraction >.div,
rs-layer.rs-nointeraction:not(a),
.rs-layer.rs-nointeraction:not(a) {
pointer-events: none !important
}
rs-static-layers	{position:absolute; z-index:101; top:0px;left:0px; display: block; width: 100%;height: 100%; pointer-events: none; overflow: hidden} rs-static-layers.rs-stl-back {
z-index:0;
}
.rs-stl-visible{
overflow: visible !important;
}
.rs-layer rs-fcr 	{ width: 0; height: 0; border-left: 40px solid transparent; border-right: 0px solid transparent; border-bottom-width: 0 !important; border-top: 40px solid #00A8FF; position: absolute; right: 100%; top: 0px; }
.rs-layer rs-fcrt 	{ width: 0; height: 0; border-left: 40px solid transparent; border-right: 0px solid transparent; border-top-width: 0 !important; border-bottom: 40px solid #00A8FF; position: absolute; right: 100%; top: 0px; }
.rs-layer rs-bcr 	{ width: 0; height: 0; border-left: 0px solid transparent; border-right: 40px solid transparent; border-bottom: 40px solid #00A8FF; border-top-width: 0 !important; position: absolute; left: 100%; top: 0px; }
.rs-layer rs-bcrt 	{ width: 0; height: 0; border-left: 0px solid transparent; border-right: 40px solid transparent; border-top: 40px solid #00A8FF; border-bottom-width: 0 !important; position: absolute; left: 100%; top: 0px; }
.tp-layer-inner-rotation {
position: relative !important;
} img.tp-slider-alternative-image	{
width:100%; height:auto;
} .noFilterClass {
filter:none !important;
} rs-bgvideo 			{	position: absolute;top:0px;left:0px; width:100%;height:100%;z-index: 0; display: block}
.rs-layer.rs-fsv	{	top:0px;left:0px;  position:absolute;width:100%;height:100%}
.rs-layer.rs-fsv audio,
.rs-layer.rs-fsv video,
.rs-layer.rs-fsv iframe,
.rs-layer.rs-fsv iframe audio,
.rs-layer.rs-fsv iframe video	{ width:100%; height:100% ; }
.rs-fsv video				{	background: #000}
.fullcoveredvideo rs-poster		{	background-position: center center;background-size: cover;width:100%;height:100%;top:0px;left:0px}
.videoisplaying .html5vid rs-poster	{	display: none}
.tp-video-play-button					{
background:#000;
background:rgba(0,0,0,0.3);
border-radius:5px;
position: absolute;
top: 50%;
left: 50%;
color: #FFF;
z-index: 3;
margin-top: -25px;
margin-left: -25px;
line-height: 50px !important;
text-align: center;
cursor: pointer;
width: 50px;
height:50px;
box-sizing: border-box;
display: inline-block;
vertical-align: top;
z-index: 4;
opacity: 0;
transition:opacity 300ms ease-out !important;
}
.rs-ISM .tp-video-play-button{
opacity: 1;
transition: none !important;
z-index: 6;
}
.rs-audio .tp-video-play-button { display:none !important;}
.rs-layer .html5vid					{	width:100% !important; height:100% !important;}
.tp-video-play-button i 				{	width:50px;height:50px; display:inline-block; text-align: center !important; vertical-align: top; line-height: 50px !important; font-size: 30px !important;}
.rs-layer:hover .tp-video-play-button	{	opacity: 1; display:block; z-index: 6;}
.rs-layer .tp-revstop					{	display:none;width: 15px; border-right: 5px solid #fff !important; border-left:5px solid #fff !important; transform: translateX(50%) translateY(50%);height: 20px;margin-left: 11px !important;margin-top: 5px !important;}
.videoisplaying .revicon-right-dir		{	display:none}
.videoisplaying .tp-revstop				{	display:block}
.videoisplaying  .tp-video-play-button			{	display:none}
.fullcoveredvideo .tp-video-play-button			{	display:none !important}
.rs-fsv .rs-fsv audio 		{	object-fit:contain !important;}
.rs-fsv .rs-fsv video 		{	object-fit:contain !important;}
.rs-layer-video .html5vid.hidefullscreen video::-webkit-media-controls-fullscreen-button  { display: none; }
@supports not (-ms-high-contrast:none) { .rs-fsv .fullcoveredvideo audio 		{	object-fit:cover !important;}
.rs-fsv .fullcoveredvideo video 		{	object-fit:cover !important;}
}
.rs-fullvideo-cover					{	width:100%;height:100%;top:0px;left:0px;position: absolute; background:transparent;z-index:5;}
.rs-nolc .tp-video-play-button,
rs-bgvideo video::-webkit-media-controls-start-playback-button,
rs-bgvideo video::-webkit-media-controls,
rs-bgvideo audio::-webkit-media-controls { display:none !important;}
.rs-audio .tp-video-controls {	opacity: 1 !important; visibility: visible !important}
rs-module h1.rs-layer,
rs-module h2.rs-layer,
rs-module h3.rs-layer,
rs-module h4.rs-layer,
rs-module h5.rs-layer,
rs-module h6.rs-layer,
rs-module div.rs-layer,
rs-module span.rs-layer,
rs-module p.rs-layer 	{	margin:0; padding:0; margin-block-start: 0; margin-block-end: 0; margin-inline-start: 0; margin-inline-end: 0;}
rs-module h1.rs-layer:before,
rs-module h2.rs-layer:before,
rs-module h3.rs-layer:before,
rs-module h4.rs-layer:before,
rs-module h5.rs-layer:before,
rs-module h6.rs-layer:before { content: none; } rs-dotted						{	background-repeat:repeat;width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:3;display:block;pointer-events: none}
rs-sbg-wrap rs-dotted 			{ z-index: 31 }
rs-dotted.twoxtwo				{	background:url(//www.elite-wheels.cn/wp-content/plugins/revslider/public/assets/assets/gridtile.png)}
rs-dotted.twoxtwowhite			{	background:url(//www.elite-wheels.cn/wp-content/plugins/revslider/public/assets/assets/gridtile_white.png)}
rs-dotted.threexthree			{	background:url(//www.elite-wheels.cn/wp-content/plugins/revslider/public/assets/assets/gridtile_3x3.png)}
rs-dotted.threexthreewhite		{	background:url(//www.elite-wheels.cn/wp-content/plugins/revslider/public/assets/assets/gridtile_3x3_white.png)} .tp-shadowcover	{	width:100%;height:100%;top:0px;left:0px;background: #fff;position: absolute; z-index: -1;}
.tp-shadow1 	{	box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8);}
.tp-shadow2:before, .tp-shadow2:after,
.tp-shadow3:before, .tp-shadow4:after
{
z-index: -2;
position: absolute;
content: "";
bottom: 10px;
left: 10px;
width: 50%;
top: 85%;
max-width:300px;
background: transparent;
box-shadow: 0 15px 10px rgba(0,0,0,0.8);
transform: rotate(-3deg);
}
.tp-shadow2:after,
.tp-shadow4:after
{
transform: rotate(3deg);
right: 10px;
left: auto;
}
.tp-shadow5
{
position:relative;
box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.tp-shadow5:before, .tp-shadow5:after
{
content:"";
position:absolute;
z-index:-2;
box-shadow:0 0 25px 0px  rgba(0,0,0,0.6);
top:30%;
bottom:0;
left:20px;
right:20px;
border-radius:100px / 20px;
} .rev-btn,
.rev-btn:visited						{ 	outline:none !important; box-shadow:none; text-decoration: none !important;  box-sizing:border-box;  cursor: pointer;}
.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited			{ 	text-transform: uppercase;  }
.rev-btn  i								{ 	font-size: inherit; font-weight: normal; position: relative; top: 0px; transition: opacity 0.2s ease-out, margin 0.2s ease-out;  margin-left:0px; line-height: inherit}
.rev-btn.rev-hiddenicon i				{ 	font-size: inherit; font-weight: normal; position: relative; top: 0px; transition: opacity 0.2s ease-out, margin 0.2s ease-out; opacity: 0; margin-left:0px !important; width:0px !important;  }
.rev-btn.rev-hiddenicon:hover i			{   opacity: 1 !important; margin-left:10px !important; width:auto !important;} .rev-burger {
position: relative;
box-sizing: border-box;
padding: 22px 14px 22px 14px;
border-radius: 50%;
border: 1px solid rgba(51,51,51,0.25);
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-tap-highlight-color: transparent;
cursor: pointer;
}
.rev-burger span {
display: block;
width: 30px;
height: 3px;
background: #333;
transition: .7s;
pointer-events: none;
transform-style: flat !important;
}
.rev-burger span:nth-child(2) {
margin: 3px 0;
}
.quick_style_example_wrap .rev-burger:hover :first-child,
#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
transform: translateY(6px) rotate(-45deg);
}
.quick_style_example_wrap .rev-burger:hover :nth-child(2),
#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
transform: rotate(-45deg);
opacity: 0;
}
.quick_style_example_wrap .rev-burger:hover :last-child,
#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
transform: translateY(-6px) rotate(-135deg);
}
.rev-burger.revb-white {
border: 2px solid rgba(255,255,255,0.2);
}
.rev-b-span-light span,
.rev-burger.revb-white span {
background: #fff;
}
.rev-burger.revb-whitenoborder {
border: 0;
}
.rev-burger.revb-whitenoborder span {
background: #fff;
}
.rev-burger.revb-darknoborder {
border: 0;
}
.rev-b-span-dark span,
.rev-burger.revb-darknoborder span {
background: #333;
}
.rev-burger.revb-whitefull {
background: #fff;
border:none;
}
.rev-burger.revb-whitefull span {
background:#333;
}
.rev-burger.revb-darkfull {
background: #333;
border:none;
}
.rev-burger.revb-darkfull span {
background:#fff;
} @keyframes rev-ani-mouse {
0% {opacity: 1;top: 29%;}
15% {opacity: 1;top: 70%;}
50% {opacity: 0;top: 70%;}
100% {opacity: 0;top: 29%;}
}
.rev-scroll-btn {
display: inline-block;
position: relative;
left: 0;
right: 0;
text-align: center;
cursor: pointer;
width:35px;
height:55px;
box-sizing: border-box;
border: 3px solid white;
border-radius: 23px;
}
.rev-scroll-btn > * {
display: inline-block;
line-height: 18px;
font-size: 13px;
font-weight: normal;
color: #7f8c8d;
color: #ffffff;
font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
letter-spacing: 2px;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *.active {
color: #ffffff;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *:active,
.rev-scroll-btn > *.active {
opacity: 0.8;
}
.rev-scroll-btn.revs-fullwhite  {
background:#fff;
}
.rev-scroll-btn.revs-fullwhite span {
background: #333;
}
.rev-scroll-btn.revs-fulldark  {
background:#333;
border:none;
}
.rev-scroll-btn.revs-fulldark  span {
background: #fff;
}
.rev-scroll-btn span {
position: absolute;
display: block;
top: 29%;
left: 50%;
width: 8px;
height: 8px;
margin: -4px 0 0 -4px;
border-radius: 50%;
animation: rev-ani-mouse 2.5s linear infinite;
background: #fff;
}
.rev-scroll-btn.rev-b-span-dark {
border-color:#333;
}
.rev-scroll-btn.rev-b-span-dark span,
.rev-scroll-btn.revs-dark span {
background: #333;
}
.rev-control-btn {
position: relative;
display: inline-block;
z-index: 5;
color: #FFF;
font-size: 20px;
line-height: 60px;
font-weight: 400;
font-style: normal;
font-family: Raleway;
text-decoration: none;
text-align: center;
background-color: #000;
border-radius: 50px;
text-shadow: none;
background-color: rgba(0, 0, 0, 0.50);
width:60px;
height:60px;
box-sizing: border-box;
cursor: pointer;
}
.rev-cbutton-dark-sr	{
border-radius: 3px;
}
.rev-cbutton-light	{
color: #333;
background-color: rgba(255,255,255, 0.75);
}
.rev-cbutton-light-sr	{
color: #333;
border-radius: 3px;
background-color: rgba(255,255,255, 0.75);
}
.rev-sbutton {
line-height: 37px;
width:37px;
height:37px;
}
.rev-sbutton-blue	{
background-color: #3B5998
}
.rev-sbutton-lightblue	{
background-color: #00A0D1;
}
.rev-sbutton-red	{
background-color: #DD4B39;
} rs-progress						{	visibility: hidden; position:absolute; z-index:200;width:100%;height:100%;}
rs-progress-bar,
.rs-progress-bar				{ 	display:block;z-index: 20;box-sizing: border-box;background-clip: content-box;position: absolute;line-height:0px;width:100%;height:100%;}
rs-progress-bgs 				{ 	display:block;z-index: 15;box-sizing: border-box; width: 100%; position: absolute; height: 100%; top: 0px; left: 0px; }
rs-progress-bg					{	display:block;background-clip: content-box; position: absolute;width:100%;height:100%;}
rs-progress-gap					{	display:block;background-clip: content-box; position: absolute;width:100%;height:100%;}
rs-progress-vis 				{ 	display:block;width: 100%;height: 100%; position: absolute;top: 0px;left: 0px } .rs-layer img {
background: transparent;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); } .rs-layer.slidelink { cursor:pointer;width:100%;height:100%; }
.rs-layer.slidelink a {	width:100%;height:100%;display:block}
.rs-layer.slidelink a div {	width:3000px; height:1500px;  background:url(//www.elite-wheels.cn/wp-content/plugins/revslider/public/assets/assets/coloredbg.png) repeat}
.rs-layer.slidelink a span{	background:url(//www.elite-wheels.cn/wp-content/plugins/revslider/public/assets/assets/coloredbg.png) repeat; width:100%;height:100%;display:block}  .rs-layer .rs-starring				{	display: inline-block}
.rs-layer .rs-starring .star-rating {
float: none;
display: inline-block;
vertical-align: top;
color: #FFC321 !important;
}
.rs-layer .rs-starring .star-rating,
.rs-layer .rs-starring-page .star-rating {
position: relative;
height: 1em;
width: 5.4em;
font-family: star;
font-size: 1em !important;
}
.rs-layer  .rs-starring .star-rating:before,
.rs-layer  .rs-starring-page .star-rating:before {
content: "\73\73\73\73\73";
color: #E0DADF;
float: left;
top: 0;
left: 0;
position: absolute;
}
.rs-layer .rs-starring .star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
font-size: 1em !important;
}
.rs-layer .rs-starring .star-rating span:before,
.rs-layer .rs-starring .star-rating span:before {
content: "\53\53\53\53\53";
top: 0;
position: absolute;
left: 0;
} rs-loader 	{
top:50%; left:50%;
z-index:10000;
position:absolute;
}
rs-loader.off {
display: none !important;
}
rs-loader.spinner0 {
width: 40px;
height: 40px;
background-color: #fff;
background-image:url(//www.elite-wheels.cn/wp-content/plugins/revslider/public/assets/assets/loader.gif);
background-repeat:no-repeat;
background-position: center center;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
margin-top:-20px;
margin-left:-20px;
animation: tp-rotateplane 1.2s infinite ease-in-out;
border-radius: 3px;
}
rs-loader.spinner1 {
width: 40px;
height: 40px;
background-color: #fff;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
margin-top:-20px;
margin-left:-20px;
animation: tp-rotateplane 1.2s infinite ease-in-out;
border-radius: 3px;
}
rs-loader.spinner5 	{
background-image:url(//www.elite-wheels.cn/wp-content/plugins/revslider/public/assets/assets/loader.gif);
background-repeat:no-repeat;
background-position:10px 10px;
background-color:#fff;
margin:-22px -22px;
width:44px;height:44px;
border-radius: 3px;
}
@keyframes tp-rotateplane {
0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg);}
50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);}
100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);}
}
rs-loader.spinner2 {
width: 40px;
height: 40px;
margin-top:-20px;margin-left:-20px;
background-color: #ff0000;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
border-radius: 100%;
animation: tp-scaleout 1.0s infinite ease-in-out;
}
@keyframes tp-scaleout {
0% {transform: scale(0.0);}
100% {transform: scale(1.0);opacity: 0;}
}
rs-loader.spinner3 {
margin: -9px 0px 0px -35px;
width: 70px;
text-align: center;
}
rs-loader.spinner3 .bounce1,
rs-loader.spinner3 .bounce2,
rs-loader.spinner3 .bounce3 {
width: 18px;
height: 18px;
background-color: #fff;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
border-radius: 100%;
display: inline-block;
animation: tp-bouncedelay 1.4s infinite ease-in-out; animation-fill-mode: both;
}
rs-loader.spinner3 .bounce1 {
animation-delay: -0.32s;
}
rs-loader.spinner3 .bounce2 {
animation-delay: -0.16s;
}
@keyframes tp-bouncedelay {
0%, 80%, 100% {transform: scale(0.0);}
40% {transform: scale(1.0);}
}
rs-loader.spinner4 {
margin: -20px 0px 0px -20px;
width: 40px;
height: 40px;
text-align: center;
animation: tp-rotate 2.0s infinite linear;
}
rs-loader.spinner4 .dot1,
rs-loader.spinner4 .dot2 {
width: 60%;
height: 60%;
display: inline-block;
position: absolute;
top: 0;
background-color: #fff;
border-radius: 100%;
animation: tp-bounce 2.0s infinite ease-in-out;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}
rs-loader.spinner4 .dot2 {
top: auto;
bottom: 0px;
animation-delay: -1.0s;
}
@keyframes tp-rotate { 100% { transform: rotate(360deg);}}
@keyframes tp-bounce {
0%, 100% {transform: scale(0.0);}
50% { transform: scale(1.0);}
}
rs-layer iframe { visibility:hidden;}
rs-layer.rs-ii-o iframe { visibility: visible; }
rs-layer input[type="text"],
rs-layer input[type="email"],
rs-layer input[type="url"],
rs-layer input[type="password"],
rs-layer input[type="search"],
rs-layer input[type="number"],
rs-layer input[type="tel"],
rs-layer input[type="range"],
rs-layer input[type="date"],
rs-layer input[type="month"],
rs-layer input[type="week"],
rs-layer input[type="time"],
rs-layer input[type="datetime"],
rs-layer input[type="datetime-local"] { display: inline-block }
rs-layer input::placeholder { vertical-align: middle; line-height: inherit !important}
a.rs-layer { transition: none } rs-thumbs-wrap,
rs-tabs-wrap,
rs-thumbs,
rs-thumb,
rs-tab,
rs-bullet,
rs-bullets,
rs-navmask,
rs-tabs,
rs-arrow 					{	display:block; pointer-events: all;} .tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar					{	border:none; min-height: 0; margin:0; border-radius: 0; }
.tp-tabs,
.tp-thumbs,
.tp-bullets						{	position:absolute; display:block; z-index:1000; top:0px; left:0px;}
.tp-tab,
.tp-thumb 						{	cursor: pointer; position:absolute;opacity:0.5;  box-sizing: border-box;}
.tp-arr-imgholder,
rs-poster,
.tp-thumb-image,
.tp-tab-image					{	background-position: center center; background-size:cover;width:100%;height:100%; display:block; position:absolute;top:0px;left:0px;}
rs-poster 						 { cursor:pointer; z-index:3; }
.tp-tab.rs-touchhover,
.tp-tab.selected,
.tp-thumb.rs-touchhover,
.tp-thumb.selected				{	opacity:1;}
.tp-tab-mask,
.tp-thumb-mask 					{	box-sizing:border-box !important; }
.tp-tabs,
.tp-thumbs						{	box-sizing:content-box !important; }
.tp-bullet 						{	width:15px;height:15px; position:absolute; background:#fff; background:rgba(255,255,255,0.3); cursor: pointer;}
.tp-bullet.selected,
.tp-bullet.rs-touchhover				{	background:#fff;}
.tparrows						{	cursor:pointer; background:#000; background:rgba(0,0,0,0.5); width:40px;height:40px;position:absolute; display:block; z-index:1000; }
.tparrows.rs-touchhover 				{	background:#000;}
.tparrows:before				{	font-family: "revicons"; font-size:15px; color:#fff; display:block; line-height: 40px; text-align: center;}
.tparrows.tp-leftarrow:before	{	content: '\e824'; }
.tparrows.tp-rightarrow:before	{	content: '\e825'; }  .rs-layer [class^="pe-7s-"]:before,
.rs-layer [class*=" pe-7s-"]:before,
.rs-layer [class^="pe-7s-"],
.rs-layer [class*=" pe-7s-"] {
width: auto;
margin: 0;
line-height: inherit;
box-sizing: inherit;
} rs-pzimg-wrap { display: block; }
body.rtl .rs-pzimg {left: 0 !important} .rs_fake_cube {transform-style:preserve-3d}
.rs_fake_cube,
.rs_fake_cube_wall { position:absolute; -webkit-backface-visibility:hidden; backface-visibility:hidden; left:0px; top:0px; z-index: 0 }
.rs-builder-mode rs-sbg-wrap canvas,
rs-sbg canvas { overflow: hidden; z-index: 5; -webkit-backface-visibility:hidden; backface-visibility:hidden;} .dddwrappershadow { box-shadow:0 45px 100px rgba(0, 0, 0, 0.4);}
.dddwrapper { transform-style: flat;perspective: 10000px; } .rs_error_message_box { background: #111;width:800px;margin: 40px auto;padding: 40px 20px;text-align: center;font-family: "Open Sans",sans-serif}
.rs_error_message_oops {margin: 0px 0px 20px;line-height: 60px;font-size: 34px;color: #FFF;}
.rs_error_message_content {margin: 0px 0px 20px;line-height: 25px;font-size: 17px;color: #FFF;}
.rs_error_message_button {color: #fff !important;background: #333;display: inline-block;padding: 10px 15px;text-align: right;border-radius: 5px;cursor: pointer;text-decoration: none !important}
.rs_error_message_button:hover {  background:#5e35b1}
.hglayerinfo				   {position: fixed;bottom: 0px;left: 0px;color: #FFF;font-size: 12px;line-height: 20px;font-weight: 600;background: rgba(0, 0, 0, 0.75);padding: 5px 10px;z-index: 2000;white-space: normal;}
.hginfo 					   {position:absolute;top:-2px;left:-2px;color:#e74c3c;font-size:12px;font-weight:600; background:#000;padding:2px 5px;}
.indebugmode .rs-layer:hover {border:1px dashed #c0392b !important;}
.helpgrid 					   {border:2px dashed #c0392b;position:absolute;top:0px;left:0px;z-index:0 }
#revsliderlogloglog				{padding:15px;color:#fff;position:fixed; top:0px;left:0px;width:200px;height:150px;background:rgba(0,0,0,0.7); z-index:100000; font-size:10px; overflow:scroll;} .aden{filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{filter:contrast(1.5) brightness(.9)}.toaster::after{background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{filter:contrast(.9) sepia(.2)}.earlybird::after{background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{filter:saturate(1.1) contrast(1.5)}.lofi::after{background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{filter:sepia(.3)}.xpro2::after{background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-image:radial-gradient(circle,40%, #d4a9af 55%,#000 150%);mix-blend-mode:overlay}.rise{filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,rs-pzimg-wrap.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:absolute;}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:30}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:40}.slumber{filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}
.willow::after{background-color:#d8cdcb;mix-blend-mode: color}
.rs-safari .willow:after{background-color: rgba(100, 0, 0, 0.2);} @media not all and (min-resolution:.001dpcm) {
@supports (-webkit-appearance:none) {
.willow{filter:grayscale(1) contrast(.95) brightness(.9)}
.willow::after{background-color:transparent;}
}}
rs-pzimg-wrap.perpetua:before,rs-pzimg-wrap.perpetua:after,rs-pzimg-wrap.nashville:before,rs-pzimg-wrap.nashville:after,rs-pzimg-wrap.xpro2:before,rs-pzimg-wrap.xpro2:after,rs-pzimg-wrap._1977:after,rs-pzimg-wrap._1977:before,rs-pzimg-wrap.aden:after,rs-pzimg-wrap.aden:before,rs-pzimg-wrap.brooklyn:after,rs-pzimg-wrap.brooklyn:before,rs-pzimg-wrap.clarendon:after,rs-pzimg-wrap.clarendon:before,rs-pzimg-wrap.earlybird:after,rs-pzimg-wrap.earlybird:before,rs-pzimg-wrap.gingham:after,rs-pzimg-wrap.gingham:before,rs-pzimg-wrap.hudson:after,rs-pzimg-wrap.hudson:before,rs-pzimg-wrap.inkwell:after,rs-pzimg-wrap.inkwell:before,rs-pzimg-wrap.lark:after,rs-pzimg-wrap.lark:before,rs-pzimg-wrap.lofi:after,rs-pzimg-wrap.lofi:before,rs-pzimg-wrap.mayfair:after,rs-pzimg-wrap.mayfair:before,rs-pzimg-wrap.moon:after,rs-pzimg-wrap.moon:before,rs-pzimg-wrap.reyes:after,rs-pzimg-wrap.reyes:before,rs-pzimg-wrap.rise:after,rs-pzimg-wrap.rise:before,rs-pzimg-wrap.slumber:after,rs-pzimg-wrap.slumber:before,rs-pzimg-wrap.toaster:after,rs-pzimg-wrap.toaster:before,rs-pzimg-wrap.walden:after,rs-pzimg-wrap.walden:before,rs-pzimg-wrap.willow:after,rs-pzimg-wrap.willow:before,rs-pzimg-wrap:before,rs-pzimg-wrap:after {height:500%;width:500%} rs-loader.spinner6{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner6 .rs-spinner-inner{width:100%;height:100%;display:inline-block;-webkit-animation:rs-revealer-6 1.4s linear infinite;animation:rs-revealer-6 1.4s linear infinite}rs-loader.spinner6 .rs-spinner-inner span{position:absolute;vertical-align:top;border-radius:100%;display:inline-block;width:8px;height:8px;margin-left:16px;transform-origin:center 20px;-webkit-transform-origin:center 20px}rs-loader.spinner6 .rs-spinner-inner span:nth-child(2){transform:rotate(36deg);-webkit-transform:rotate(36deg);opacity:.1}rs-loader.spinner6 .rs-spinner-inner span:nth-child(3){transform:rotate(72deg);-webkit-transform:rotate(72deg);opacity:.2}rs-loader.spinner6 .rs-spinner-inner span:nth-child(4){transform:rotate(108deg);-webkit-transform:rotate(108deg);opacity:.3}rs-loader.spinner6 .rs-spinner-inner span:nth-child(5){transform:rotate(144deg);-webkit-transform:rotate(144deg);opacity:.4}rs-loader.spinner6 .rs-spinner-inner span:nth-child(6){transform:rotate(180deg);-webkit-transform:rotate(180deg);opacity:.5}rs-loader.spinner6 .rs-spinner-inner span:nth-child(7){transform:rotate(216deg);-webkit-transform:rotate(216deg);opacity:.6}rs-loader.spinner6 .rs-spinner-inner span:nth-child(8){transform:rotate(252deg);-webkit-transform:rotate(252deg);opacity:.7}rs-loader.spinner6 .rs-spinner-inner span:nth-child(9){transform:rotate(288deg);-webkit-transform:rotate(288deg);opacity:.8}rs-loader.spinner6 .rs-spinner-inner span:nth-child(10){transform:rotate(324deg);-webkit-transform:rotate(324deg);opacity:.9}@keyframes rs-revealer-6{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rs-revealer-6{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}rs-loader.spinner7{width:35px;height:35px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner7 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;border-radius:100%;border:2px solid;-webkit-animation:rs-revealer-7 .8s linear infinite;animation:rs-revealer-7 .8s linear infinite}@keyframes rs-revealer-7{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rs-revealer-7{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}rs-loader.spinner8{width:50px;height:50px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner8 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;text-align:left}rs-loader.spinner8 .rs-spinner-inner span{position:absolute;display:inline-block;width:100%;height:100%;border-radius:100%;-webkit-animation:rs-revealer-8 1.6s linear infinite;animation:rs-revealer-8 1.6s linear infinite}rs-loader.spinner8 .rs-spinner-inner span:last-child{animation-delay:-.8s;-webkit-animation-delay:-.8s}@keyframes rs-revealer-8{0%{transform:scale(0,0);opacity:.5}100%{transform:scale(1,1);opacity:0}}@-webkit-keyframes rs-revealer-8{0%{-webkit-transform:scale(0,0);opacity:.5}100%{-webkit-transform:scale(1,1);opacity:0}}rs-loader.spinner9{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner9 .rs-spinner-inner span{display:block;width:100%;height:100%;border-radius:50%;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:rs-revealer-9 2s infinite ease-in-out;animation:rs-revealer-9 2s infinite ease-in-out}rs-loader.spinner9 .rs-spinner-inner span:last-child{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes rs-revealer-9{0%,100%{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes rs-revealer-9{0%,100%{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}rs-loader.spinner10{width:54px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner10 .rs-spinner-inner{width:100%;height:100%;text-align:center;font-size:10px}rs-loader.spinner10 .rs-spinner-inner span{display:block;height:100%;width:6px;display:inline-block;-webkit-animation:rs-revealer-10 1.2s infinite ease-in-out;animation:rs-revealer-10 1.2s infinite ease-in-out}rs-loader.spinner10 .rs-spinner-inner span:nth-child(2){-webkit-animation-delay:-1.1s;animation-delay:-1.1s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(3){-webkit-animation-delay:-1s;animation-delay:-1s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(4){-webkit-animation-delay:-.9s;animation-delay:-.9s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(5){-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes rs-revealer-10{0%,100%,40%{-webkit-transform:scaleY(.4)}20%{-webkit-transform:scaleY(1)}}@keyframes rs-revealer-10{0%,100%,40%{transform:scaleY(.4);-webkit-transform:scaleY(.4)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}rs-loader.spinner11{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner11 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner11 .rs-spinner-inner span{display:block;width:33%;height:33%;background-color:#333;float:left;-webkit-animation:rs-revealer-11 1.3s infinite ease-in-out;animation:rs-revealer-11 1.3s infinite ease-in-out}rs-loader.spinner11 .rs-spinner-inner span:nth-child(1){-webkit-animation-delay:.2s;animation-delay:.2s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(2){-webkit-animation-delay:.3s;animation-delay:.3s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(4){-webkit-animation-delay:.1s;animation-delay:.1s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(5){-webkit-animation-delay:.2s;animation-delay:.2s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(6){-webkit-animation-delay:.3s;animation-delay:.3s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(7){-webkit-animation-delay:0s;animation-delay:0s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(8){-webkit-animation-delay:.1s;animation-delay:.1s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(9){-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes rs-revealer-11{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes rs-revealer-11{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}rs-loader.spinner12{width:35px;height:35px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner12 .rs-spinner-inner{width:100%;height:100%;-webkit-animation:rs-revealer-12 1s infinite linear;animation:rs-revealer-12 1s infinite linear}@-webkit-keyframes rs-revealer-12{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}}@keyframes rs-revealer-12{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}rs-loader.spinner13{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner13 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner13 .rs-spinner-inner span{display:block;width:40%;height:40%;position:absolute;border-radius:50%;-webkit-animation:rs-revealer-13 2s ease infinite;animation:rs-revealer-13 2s ease infinite}rs-loader.spinner13 .rs-spinner-inner span:nth-child(1){animation-delay:-1.5s;-webkit-animation-delay:-1.5s}rs-loader.spinner13 .rs-spinner-inner span:nth-child(2){animation-delay:-1s;-webkit-animation-delay:-1s}rs-loader.spinner13 .rs-spinner-inner span:nth-child(3){animation-delay:-.5s;-webkit-animation-delay:-.5s}@keyframes rs-revealer-13{0%,100%{transform:translate(0)}25%{transform:translate(160%)}50%{transform:translate(160%,160%)}75%{transform:translate(0,160%)}}@-webkit-keyframes rs-revealer-13{0%,100%{-webkit-transform:translate(0)}25%{-webkit-transform:translate(160%)}50%{-webkit-transform:translate(160%,160%)}75%{-webkit-transform:translate(0,160%)}}rs-loader.spinner14{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner14 .rs-spinner-inner{width:100%;height:100%;animation:rs-revealer-14 1s infinite linear}rs-loader.spinner14 .rs-spinner-inner span{display:block;position:absolute;top:50%;left:50%;width:16px;height:16px;border-radius:50%;margin:-8px}rs-loader.spinner14 .rs-spinner-inner span:nth-child(1){-webkit-animation:rs-revealer-14-1 2s infinite;animation:rs-revealer-14-1 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(2){-webkit-animation:rs-revealer-14-2 2s infinite;animation:rs-revealer-14-2 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(3){-webkit-animation:rs-revealer-14-3 2s infinite;animation:rs-revealer-14-3 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(4){-webkit-animation:rs-revealer-14-4 2s infinite;animation:rs-revealer-14-4 2s infinite}@-webkit-keyframes rs-revealer-14-1{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-2{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-3{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-4{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-1{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-2{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-3{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-4{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}rs-loader.spinner15{width:40px;height:40px;margin-top:-4px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner15 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner15 .rs-spinner-inner span{display:block;width:20px;height:20px;position:absolute;top:0;left:0;-webkit-animation:rs-revealer-15 1.8s infinite ease-in-out;animation:rs-revealer-15 1.8s infinite ease-in-out}rs-loader.spinner15 .rs-spinner-inner:last-child{-webkit-animation-delay:-.9s;animation-delay:-.9s}@-webkit-keyframes rs-revealer-15{25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg)}}@keyframes rs-revealer-15{25%{transform:translateX(30px) rotate(-90deg) scale(.5);-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{transform:translateX(30px) translateY(30px) rotate(-179deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{transform:translateX(30px) translateY(30px) rotate(-180deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{transform:rotate(-360deg);-webkit-transform:rotate(-360deg)}} .bgcanvas { display: none; position: absolute; overflow: hidden; } .RSscrollbar-measure {
width: 100px;
height: 100px;
overflow: scroll;
position: absolute;
top: -9999px;
} .avada-has-rev-slider-styles .rev_slider_wrapper {
transform:none;
}html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, address, section, video, audio {
font-family: inherit;
font-size: 100%;
line-height: inherit;
font-weight: inherit;
font-style: inherit;
border: 0;
outline: 0;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
html, body {
margin: 0;
padding: 0;
width: 100%;
}
html {
font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
overflow-y: scroll !important;
overflow-x: hidden;
height: 100%;
}
div.ui-widget,
div.ui-widget .ui-widget,
div.ui-widget .ui-widget-header,
div.ui-widget .ui-widget-content,
div.ui-accordion .ui-accordion-header,
div.ui-widget button,
div.ui-widget input,
div.ui-widget select,
div.ui-widget textarea,
div.ui-state-default,
div.ui-widget-content .ui-state-default,
div.ui-widget-header .ui-state-default {
font-family: inherit;
font-size: 1em;
line-height: inherit;
}
div.ui-widget,
div.ui-widget .ui-widget,
div.ui-widget .ui-widget-header,
div.ui-widget .ui-widget-content,
div.ui-accordion .ui-accordion-header,
div.ui-state-default,
div.ui-widget-content .ui-state-default,
div.ui-widget-header .ui-state-default {
color: inherit;
background: none;
border-style: none;
border-radius: 0;
}
div.ui-datepicker {
background-color: #fff;
}
div.ui-accordion .ui-accordion-header {
padding: 0;
}
div.ui-accordion .ui-accordion-header-icon {
display: none;
}
div.ui-tabs,
div.ui-tabs .ui-tabs-panel,
div.ui-tabs .ui-tabs-nav {
padding: 0;
}
div.ui-tabs .ui-tabs-nav li {
float: none;
margin: 0;
}
div.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
float: none;
}  .rounded_none {
border-radius: 0;
}
.rounded_tiny {
border-radius: 4px;
}
.rounded_small {
border-radius: 6px;
}
.rounded_medium {
border-radius: 10px;
}
.rounded_large {
border-radius: 15px;
}
.rounded {
border-radius: 50%;
} .overflow_hidden {
overflow: hidden !important;
}
.overflow_x_hidden {
overflow-x: hidden !important;
}
.overflow_y_hidden {
overflow-y: hidden !important;
}
.widget_contacts .contacts_info .contacts_left,
.widget_contacts .contacts_info .contacts_right {
white-space: normal;
}.mejs-offscreen{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal}.mejs-container{background:#000;font-family:Helvetica,Arial,serif;position:relative;text-align:left;text-indent:0;vertical-align:top}.mejs-container,.mejs-container *{box-sizing:border-box}.mejs-container video::-webkit-media-controls,.mejs-container video::-webkit-media-controls-panel,.mejs-container video::-webkit-media-controls-panel-container,.mejs-container video::-webkit-media-controls-start-playback-button{-webkit-appearance:none;display:none!important}.mejs-fill-container,.mejs-fill-container .mejs-container{height:100%;width:100%}.mejs-fill-container{background:transparent;margin:0 auto;overflow:hidden;position:relative}.mejs-container:focus{outline:none}.mejs-iframe-overlay{height:100%;position:absolute;width:100%}.mejs-embed,.mejs-embed body{background:#000;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.mejs-fullscreen{overflow:hidden!important}.mejs-container-fullscreen{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1000}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{height:100%!important;width:100%!important}.mejs-background,.mejs-mediaelement{left:0;position:absolute;top:0}.mejs-mediaelement{height:100%;width:100%;z-index:0}.mejs-poster{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;left:0;position:absolute;top:0;z-index:1}:root .mejs-poster-img{display:none}.mejs-poster-img{border:0;padding:0}.mejs-overlay{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;left:0;position:absolute;top:0}.mejs-layer{z-index:1}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{background:url(//www.elite-wheels.cn/wp-includes/js/mediaelement/mejs-controls.svg) no-repeat;background-position:0 -39px;height:80px;width:80px}.mejs-overlay:hover>.mejs-overlay-button{background-position:-80px -39px}.mejs-overlay-loading{height:80px;width:80px}.mejs-overlay-loading-bg-img{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent url(//www.elite-wheels.cn/wp-includes/js/mediaelement/mejs-controls.svg) -160px -40px no-repeat;display:block;height:80px;width:80px;z-index:1}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.mejs-controls{bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:40px;left:0;list-style-type:none;margin:0;padding:0 10px;position:absolute;width:100%;z-index:3}.mejs-controls:not([style*="display: none"]){background:rgba(255,0,0,.7);background:-webkit-linear-gradient(transparent,rgba(0,0,0,.35));background:linear-gradient(transparent,rgba(0,0,0,.35))}.mejs-button,.mejs-time,.mejs-time-rail{font-size:10px;height:40px;line-height:10px;margin:0;width:32px}.mejs-button>button{background:transparent url(//www.elite-wheels.cn/wp-includes/js/mediaelement/mejs-controls.svg);border:0;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;margin:10px 6px;overflow:hidden;padding:0;position:absolute;text-decoration:none;width:20px}.mejs-button>button:focus{outline:1px dotted #999}.mejs-container-keyboard-inactive [role=slider],.mejs-container-keyboard-inactive [role=slider]:focus,.mejs-container-keyboard-inactive a,.mejs-container-keyboard-inactive a:focus,.mejs-container-keyboard-inactive button,.mejs-container-keyboard-inactive button:focus{outline:0}.mejs-time{box-sizing:content-box;color:#fff;font-size:11px;font-weight:700;height:24px;overflow:hidden;padding:16px 6px 0;text-align:center;width:auto}.mejs-play>button{background-position:0 0}.mejs-pause>button{background-position:-20px 0}.mejs-replay>button{background-position:-160px 0}.mejs-time-rail{direction:ltr;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:40px;margin:0 10px;padding-top:10px;position:relative}.mejs-time-buffering,.mejs-time-current,.mejs-time-float,.mejs-time-float-corner,.mejs-time-float-current,.mejs-time-hovered,.mejs-time-loaded,.mejs-time-marker,.mejs-time-total{border-radius:2px;cursor:pointer;display:block;height:10px;position:absolute}.mejs-time-total{background:hsla(0,0%,100%,.3);margin:5px 0 0;width:100%}.mejs-time-buffering{-webkit-animation:b 2s linear infinite;animation:b 2s linear infinite;background:-webkit-linear-gradient(135deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background:linear-gradient(-45deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background-size:15px 15px;width:100%}@-webkit-keyframes b{0%{background-position:0 0}to{background-position:30px 0}}@keyframes b{0%{background-position:0 0}to{background-position:30px 0}}.mejs-time-loaded{background:hsla(0,0%,100%,.3)}.mejs-time-current,.mejs-time-handle-content{background:hsla(0,0%,100%,.9)}.mejs-time-hovered{background:hsla(0,0%,100%,.5);z-index:10}.mejs-time-hovered.negative{background:rgba(0,0,0,.2)}.mejs-time-buffering,.mejs-time-current,.mejs-time-hovered,.mejs-time-loaded{left:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transition:all .15s ease-in;transition:all .15s ease-in;width:100%}.mejs-time-buffering{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.mejs-time-hovered{-webkit-transition:height .1s cubic-bezier(.44,0,1,1);transition:height .1s cubic-bezier(.44,0,1,1)}.mejs-time-hovered.no-hover{-webkit-transform:scaleX(0)!important;-ms-transform:scaleX(0)!important;transform:scaleX(0)!important}.mejs-time-handle,.mejs-time-handle-content{border:4px solid transparent;cursor:pointer;left:0;position:absolute;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);z-index:11}.mejs-time-handle-content{border:4px solid hsla(0,0%,100%,.9);border-radius:50%;height:10px;left:-7px;top:-4px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);width:10px}.mejs-time-rail .mejs-time-handle-content:active,.mejs-time-rail .mejs-time-handle-content:focus,.mejs-time-rail:hover .mejs-time-handle-content{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mejs-time-float{background:#eee;border:1px solid #333;bottom:100%;color:#111;display:none;height:17px;margin-bottom:9px;position:absolute;text-align:center;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:36px}.mejs-time-float-current{display:block;left:0;margin:2px;text-align:center;width:30px}.mejs-time-float-corner{border:5px solid #eee;border-color:#eee transparent transparent;border-radius:0;display:block;height:0;left:50%;line-height:0;position:absolute;top:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:0}.mejs-long-video .mejs-time-float{margin-left:-23px;width:64px}.mejs-long-video .mejs-time-float-current{width:60px}.mejs-broadcast{color:#fff;height:10px;position:absolute;top:15px;width:100%}.mejs-fullscreen-button>button{background-position:-80px 0}.mejs-unfullscreen>button{background-position:-100px 0}.mejs-mute>button{background-position:-60px 0}.mejs-unmute>button{background-position:-40px 0}.mejs-volume-button{position:relative}.mejs-volume-button>.mejs-volume-slider{-webkit-backface-visibility:hidden;background:rgba(50,50,50,.7);border-radius:0;bottom:100%;display:none;height:115px;left:50%;margin:0;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:25px;z-index:1}.mejs-volume-button:hover{border-radius:0 0 4px 4px}.mejs-volume-total{background:hsla(0,0%,100%,.5);height:100px;left:50%;margin:0;position:absolute;top:8px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:2px}.mejs-volume-current{left:0;margin:0;width:100%}.mejs-volume-current,.mejs-volume-handle{background:hsla(0,0%,100%,.9);position:absolute}.mejs-volume-handle{border-radius:1px;cursor:ns-resize;height:6px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:16px}.mejs-horizontal-volume-slider{display:block;height:36px;position:relative;vertical-align:middle;width:56px}.mejs-horizontal-volume-total{background:rgba(50,50,50,.8);height:8px;top:16px;width:50px}.mejs-horizontal-volume-current,.mejs-horizontal-volume-total{border-radius:2px;font-size:1px;left:0;margin:0;padding:0;position:absolute}.mejs-horizontal-volume-current{background:hsla(0,0%,100%,.8);height:100%;top:0;width:100%}.mejs-horizontal-volume-handle{display:none}.mejs-captions-button,.mejs-chapters-button{position:relative}.mejs-captions-button>button{background-position:-140px 0}.mejs-chapters-button>button{background-position:-180px 0}.mejs-captions-button>.mejs-captions-selector,.mejs-chapters-button>.mejs-chapters-selector{background:rgba(50,50,50,.7);border:1px solid transparent;border-radius:0;bottom:100%;margin-right:-43px;overflow:hidden;padding:0;position:absolute;right:50%;visibility:visible;width:86px}.mejs-chapters-button>.mejs-chapters-selector{margin-right:-55px;width:110px}.mejs-captions-selector-list,.mejs-chapters-selector-list{list-style-type:none!important;margin:0;overflow:hidden;padding:0}.mejs-captions-selector-list-item,.mejs-chapters-selector-list-item{color:#fff;cursor:pointer;display:block;list-style-type:none!important;margin:0 0 6px;overflow:hidden;padding:0}.mejs-captions-selector-list-item:hover,.mejs-chapters-selector-list-item:hover{background-color:#c8c8c8!important;background-color:hsla(0,0%,100%,.4)!important}.mejs-captions-selector-input,.mejs-chapters-selector-input{clear:both;float:left;left:-1000px;margin:3px 3px 0 5px;position:absolute}.mejs-captions-selector-label,.mejs-chapters-selector-label{cursor:pointer;float:left;font-size:10px;line-height:15px;padding:4px 10px 0;width:100%}.mejs-captions-selected,.mejs-chapters-selected{color:#21f8f8}.mejs-captions-translations{font-size:10px;margin:0 0 5px}.mejs-captions-layer{bottom:0;color:#fff;font-size:16px;left:0;line-height:20px;position:absolute;text-align:center}.mejs-captions-layer a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs-captions-position{bottom:15px;left:0;position:absolute;width:100%}.mejs-captions-position-hover{bottom:35px}.mejs-captions-text,.mejs-captions-text *{background:hsla(0,0%,8%,.5);box-shadow:5px 0 0 hsla(0,0%,8%,.5),-5px 0 0 hsla(0,0%,8%,.5);padding:0;white-space:pre-wrap}.mejs-container.mejs-hide-cues video::-webkit-media-text-track-container{display:none}.mejs-overlay-error{position:relative}.mejs-overlay-error>img{left:0;max-width:100%;position:absolute;top:0;z-index:-1}.mejs-cannotplay,.mejs-cannotplay a{color:#fff;font-size:.8em}.mejs-cannotplay{position:relative}.mejs-cannotplay a,.mejs-cannotplay p{display:inline-block;padding:0 15px;width:100%}.mejs-container{clear:both;max-width:100%}.mejs-container *{font-family:Helvetica,Arial}.mejs-container,.mejs-container .mejs-controls,.mejs-embed,.mejs-embed body{background:#222}.mejs-time{font-weight:400;word-wrap:normal}.mejs-controls a.mejs-horizontal-volume-slider{display:table}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#fff}.mejs-controls .mejs-time-rail .mejs-time-current{background:#0073aa}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail .mejs-time-total{background:rgba(255,255,255,.33)}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail span{border-radius:0}.mejs-overlay-loading{background:0 0}.mejs-controls button:hover{border:none;-webkit-box-shadow:none;box-shadow:none}.me-cannotplay{width:auto!important}.media-embed-details .wp-audio-shortcode{display:inline-block;max-width:400px}.audio-details .embed-media-settings{overflow:visible}.media-embed-details .embed-media-settings .setting span:not(.button-group){max-width:400px;width:auto}.media-embed-details .embed-media-settings .checkbox-setting span{display:inline-block}.media-embed-details .embed-media-settings{padding-top:0;top:28px}.media-embed-details .instructions{padding:16px 0;max-width:600px}.media-embed-details .setting .remove-setting,.media-embed-details .setting p{color:#a00;font-size:10px;text-transform:uppercase}.media-embed-details .setting .remove-setting{padding:5px 0}.media-embed-details .setting a:hover{color:#dc3232}.media-embed-details .embed-media-settings .checkbox-setting{float:none;margin:0 0 10px}.wp-video{max-width:100%;height:auto}.wp_attachment_holder .wp-audio-shortcode,.wp_attachment_holder .wp-video{margin-top:18px}.wp-video-shortcode video,video.wp-video-shortcode{max-width:100%;display:inline-block}.video-details .wp-video-holder{width:100%;max-width:640px}.wp-playlist{border:1px solid #ccc;padding:10px;margin:12px 0 18px;font-size:14px;line-height:1.5}.wp-admin .wp-playlist{margin:0 0 18px}.wp-playlist video{display:inline-block;max-width:100%}.wp-playlist audio{display:none;max-width:100%;width:400px}.wp-playlist .mejs-container{margin:0;max-width:100%}.wp-playlist .mejs-controls .mejs-button button{outline:0}.wp-playlist-light{background:#fff;color:#000}.wp-playlist-dark{color:#fff;background:#000}.wp-playlist-caption{display:block;max-width:88%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:1.5}.wp-playlist-item .wp-playlist-caption{text-decoration:none;color:#000;max-width:-webkit-calc(100% - 40px);max-width:calc(100% - 40px)}.wp-playlist-item-meta{display:block;font-size:14px;line-height:1.5}.wp-playlist-item-title{font-size:14px;line-height:1.5}.wp-playlist-item-album{font-style:italic;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-playlist-item-artist{font-size:12px;text-transform:uppercase}.wp-playlist-item-length{position:absolute;right:3px;top:0;font-size:14px;line-height:1.5}.rtl .wp-playlist-item-length{left:3px;right:auto}.wp-playlist-tracks{margin-top:10px}.wp-playlist-item{position:relative;cursor:pointer;padding:0 3px;border-bottom:1px solid #ccc}.wp-playlist-item:last-child{border-bottom:0}.wp-playlist-light .wp-playlist-caption{color:#333}.wp-playlist-dark .wp-playlist-caption{color:#ddd}.wp-playlist-playing{font-weight:700;background:#f7f7f7}.wp-playlist-light .wp-playlist-playing{background:#fff;color:#000}.wp-playlist-dark .wp-playlist-playing{background:#000;color:#fff}.wp-playlist-current-item{overflow:hidden;margin-bottom:10px;height:60px}.wp-playlist .wp-playlist-current-item img{float:left;max-width:60px;height:auto;margin-right:10px;padding:0;border:0}.rtl .wp-playlist .wp-playlist-current-item img{float:right;margin-left:10px;margin-right:0}.wp-playlist-current-item .wp-playlist-item-artist,.wp-playlist-current-item .wp-playlist-item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-audio-playlist .me-cannotplay span{padding:5px 15px}
  :root {
--theme-var-page_fullwide: calc( 100vw - var(--theme-var-paddings_fullwide) * 2 );
}
.has-bg-color-color {
color: var(--theme-color-bg_color);
}
.has-bd-color-color {
color: var(--theme-color-bd_color);
}
.has-text-color-color {
color: var(--theme-color-text);
}
.has-text-light-color {
color: var(--theme-color-text_light);
}
.has-text-dark-color {
color: var(--theme-color-text_dark);
}
.has-text-link-color {
color: var(--theme-color-text_link);
}
.has-text-hover-color {
color: var(--theme-color-text_hover);
}
.has-text-link-2-color {
color: var(--theme-color-text_link2);
}
.has-text-hover-2-color {
color: var(--theme-color-text_hover2);
}
.has-text-link-3-color {
color: var(--theme-color-text_link3);
}
.has-text-hover-3-color {
color: var(--theme-color-text_hover3);
}
.has-bg-color-background-color {
background-color: var(--theme-color-bg_color);
}
.has-bd-color-background-color {
background-color: var(--theme-color-bd_color);
}
.has-text-color-background-color {
background-color: var(--theme-color-text);
}
.has-text-light-background-color {
background-color: var(--theme-color-text_light);
}
.has-text-dark-background-color {
background-color: var(--theme-color-text_dark);
}
.has-text-link-background-color {
background-color: var(--theme-color-text_link);
}
.has-text-hover-background-color {
background-color: var(--theme-color-text_hover);
}
.has-text-link-2-background-color {
background-color: var(--theme-color-text_link2);
}
.has-text-hover-2-background-color {
background-color: var(--theme-color-text_hover2);
}
.has-text-link-3-background-color {
background-color: var(--theme-color-text_link3);
}
.has-text-hover-3-background-color {
background-color: var(--theme-color-text_hover3);
}
.accent1 {
color: var(--theme-color-text_link);
}
.accent2 {
color: var(--theme-color-text_link2);
}
.accent3 {
color: var(--theme-color-text_link3);
}
.accent1_bg {
background-color: var(--theme-color-text_link);
color: var(--theme-color-inverse_text);
}
.accent2_bg {
background-color: var(--theme-color-text_link2);
color: var(--theme-color-inverse_text);
}
.accent3_bg {
background-color: var(--theme-color-text_link3);
color: var(--theme-color-inverse_text);
}
.alter_bg {
background-color: var(--theme-color-alter_bg_color);
}
.alter_text {
color: var(--theme-color-alter_text);
}
.alter_link {
color: var(--theme-color-alter_link);
}
.alter_link2 {
color: var(--theme-color-alter_link2);
}
.alter_link3 {
color: var(--theme-color-alter_link3);
}
.extra_bg {
background-color: var(--theme-color-extra_bg_color);
}
.extra_text {
color: var(--theme-color-extra_text);
}
.extra_link {
color: var(--theme-color-extra_link);
}
.extra_link2 {
color: var(--theme-color-extra_link2);
}
.extra_link3 {
color: var(--theme-color-extra_link3);
} html {
font-size: 16px;
}
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body,
body[class*=scheme_],
.body_style_boxed .page_wrap {
background-color: var(--theme-color-bg_color);
}
[class*=scheme_],
body[class*=scheme_] {
color: var(--theme-color-text);
}
article, aside, details, footer, header, hgroup, nav, section {
display: block;
} li > p + p {
margin-top: 0.5em;
}
ol, ul {
padding-left: 1.5em;
}
ol li, ul li {
margin: 10px 0;
}
ol li:first-child, ul li:first-child {
margin-top: 0;
}
ol li:last-child, ul li:last-child {
margin-bottom: 0;
}
ol li ol, ol li ul, ul li ol, ul li ul {
margin: 10px 0;
}
li > ol, li > ul, li > dl, dl > dl {
margin-bottom: 0 !important;
}
li > p {
margin-bottom: 0;
}
ul > li:before {
color: var(--theme-color-text_link);
} a {
text-decoration: none;
background: transparent;
color: var(--theme-color-text_link);
}
a:hover {
color: var(--theme-color-text_hover);
}
.color_style_link2 a {
color: var(--theme-color-text_link2);
}
.color_style_link2 a:hover {
color: var(--theme-color-text_hover2);
}
.color_style_link3 a {
color: var(--theme-color-text_link3);
}
.color_style_link3 a:hover {
color: var(--theme-color-text_hover3);
}
.color_style_dark a {
color: var(--theme-color-text_dark);
}
.color_style_dark a:hover {
color: var(--theme-color-text_link);
}
a,
a:hover,
:focus, a:focus,
:active, a:active {
outline: 0;
}
body.show_outline :focus, body.show_outline a:focus {
outline: thin dotted !important;
}
a[href="javascript:void(0)"] {
cursor: default;
}
a img {
border: none;
}
a,
button,
input[type=button],
input[type=submit] {
-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
display: block;
}
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
li a,
[class*=color_style_] h1 a, [class*=color_style_] h2 a, [class*=color_style_] h3 a, [class*=color_style_] h4 a, [class*=color_style_] h5 a, [class*=color_style_] h6 a, [class*=color_style_] li a {
color: var(--theme-color-text_dark);
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
li a:hover {
color: var(--theme-color-text_link);
}
.color_style_link2 h1 a:hover, .color_style_link2 h2 a:hover, .color_style_link2 h3 a:hover, .color_style_link2 h4 a:hover, .color_style_link2 h5 a:hover, .color_style_link2 h6 a:hover, .color_style_link2 li a:hover {
color: var(--theme-color-text_link2);
}
.color_style_link3 h1 a:hover, .color_style_link3 h2 a:hover, .color_style_link3 h3 a:hover, .color_style_link3 h4 a:hover, .color_style_link3 h5 a:hover, .color_style_link3 h6 a:hover, .color_style_link3 li a:hover {
color: var(--theme-color-text_link3);
}
.color_style_dark h1 a:hover, .color_style_dark h2 a:hover, .color_style_dark h3 a:hover, .color_style_dark h4 a:hover, .color_style_dark h5 a:hover, .color_style_dark h6 a:hover, .color_style_dark li a:hover {
color: var(--theme-color-text_link);
} table {
border-collapse: collapse;
}
table td, table th {
padding: 1.6em 1em;
}
.sc_table table th, .sc_table table td {
padding: 1.6em 1em;
}
table th + th, table th + td, table td + th {
border: none;
}
table th + td,
table td + td {
border-left: 2px solid var(--theme-color-alter_bd_color);
border-top: 2px solid var(--theme-color-alter_bd_color);
}
table tr + tr td {
border-top: 2px solid var(--theme-color-alter_bd_color);
}
table > p {
margin: 0 !important;
}
table th {
font-size: 1em;
font-weight: 600;
font-style: normal;
text-transform: none;
text-align: center;
}
.sc_table table tr:first-child th, .sc_table table tr:first-child td {
font-weight: 600;
}
caption {
font-weight: 700;
text-align: center;
}
table th, table th + th, table td + th {
border-color: var(--theme-color-extra_bd_color);
}
table td, table th + td, table td + td {
color: var(--theme-color-alter_text);
border-color: var(--theme-color-alter_bd_color);
}
table th {
color: var(--theme-color-extra_dark);
background-color: var(--theme-color-extra_bg_color);
}
table th b, table th strong {
color: var(--theme-color-extra_dark);
}
table > tbody > tr:nth-child(2n+1) > td {
background-color: var(--theme-color-alter_bg_color);
}
table > tbody > tr:nth-child(2n) > td {
background-color: var(--theme-color-alter_bg_color);
}
table th a:hover {
color: var(--theme-color-extra_dark);
} blockquote {
position: relative;
text-align: left;
overflow: hidden;
}
blockquote,
blockquote[class*=wp-block-quote][class*=is-style-],
blockquote[class*=wp-block-quote][class*=is-],
.wp-block-quote:not(.is-large):not(.is-style-large),
.wp-block-freeform.block-library-rich-text__tinymce blockquote,
.wp-block-quote.is-style-large:not(.is-style-plain) {
padding: 3.2em 3em 3.4em 7.1em;
margin-left: 0;
margin-right: 0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
blockquote:before {
content: "“";
font-size: 60px;
font-weight: 800;
width: 30px;
line-height: 1em;
height: 30px;
text-align: left;
display: block;
position: absolute;
z-index: 1;
top: 0.84em;
left: 0.98em;
}
blockquote[class*=wp-block-quote][class*=is-style-large],
blockquote[class*=wp-block-quote][class*=is-large] {
margin: 0 0 2em 0;
}
.wp-block-pullquote.is-style-solid-color > blockquote,
.wp-block-column blockquote {
margin: 0 !important;
max-width: none !important;
}
.blog_mode_post blockquote,
.blog_mode_page blockquote {
margin: 2em 0;
}
.blog_mode_post .comments_list blockquote,
.blog_mode_page .comments_list blockquote {
margin: 1.5em 0;
}
blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
blockquote p {
margin: 0;
}
blockquote > cite, blockquote > p > cite,
blockquote > .wp-block-pullquote__citation,
.wp-block-quote .wp-block-quote__citation {
display: block;
font-size: 16px;
line-height: 1.35em;
font-weight: 600;
font-style: normal;
text-transform: none;
margin-top: 1.1em;
letter-spacing: 0;
color: var(--theme-color-inverse_link);
}
blockquote .block-library-pullquote__content {
margin-bottom: 2.5em;
}
.wp-block-quote.is-large .wp-block-quote__citation {
text-align: right;
font-size: inherit;
}
.wp-block-pullquote {
padding: 0;
}
.wp-block-pullquote p {
font-size: 1em;
line-height: 1.6em;
}
.wp-block-pullquote[class*=align] blockquote {
margin-left: 0;
margin-right: 0;
}
blockquote .wp-block-pullquote__citation {
margin-top: 0;
}
section > blockquote,
div:not(.is-style-solid-color) > blockquote,
figure:not(.is-style-solid-color) > blockquote {
background-color: var(--theme-color-extra_bg_color);
}
blockquote:not(.has-text-color):before {
color: var(--theme-color-inverse_link);
}
blockquote:not(.has-text-color),
blockquote:not(.has-text-color) p,
.wp-block-quote .wp-block-quote__citation {
color: var(--theme-color-extra_dark) !important;
}
.has-very-dark-gray-color blockquote:not(.has-text-color) * {
color: var(--theme-color-text_link3) !important;
}
blockquote:not(.has-text-color) a {
color: var(--theme-color-extra_link);
}
blockquote:not(.has-text-color) a:hover {
color: var(--theme-color-extra_hover);
}
blockquote:not(.has-text-color) dt, blockquote:not(.has-text-color) b, blockquote:not(.has-text-color) strong, blockquote:not(.has-text-color) i, blockquote:not(.has-text-color) em, blockquote:not(.has-text-color) mark, blockquote:not(.has-text-color) ins {
color: var(--theme-color-extra_dark);
}
blockquote:not(.has-text-color) s, blockquote:not(.has-text-color) strike, blockquote:not(.has-text-color) del {
color: var(--theme-color-extra_light);
}
blockquote:not(.has-text-color) code {
color: var(--theme-color-extra_dark);
background-color: var(--theme-color-extra_bg_hover);
border-color: var(--theme-color-extra_bd_hover);
} dd {
margin-left: 1.5em;
}
dt, b, strong {
font-weight: bold;
}
dfn, em, i {
font-style: italic;
}
pre, code, kbd, tt, var, samp {
font-family: "Courier New", Courier, monospace;
font-size: 1em;
letter-spacing: 0;
}
pre {
overflow: auto;
max-width: 100%;
}
code {
overflow: auto;
max-width: 100%;
padding: 3px 1em;
display: inline-block;
vertical-align: middle;
word-wrap: break-word;
color: var(--theme-color-alter_text);
background-color: var(--theme-color-alter_bg_color);
border: 1px solid var(--theme-color-alter_bd_color);
}
pre > code {
display: block;
vertical-align: top;
padding: 1em;
}
code a {
color: var(--theme-color-alter_link);
}
code a:hover {
color: var(--theme-color-alter_hover);
}
abbr, acronym {
border-bottom: 1px dotted;
cursor: help;
}
mark, ins {
background-color: transparent;
text-decoration: none;
}
sup,
sub {
font-size: 75%;
height: 0;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
bottom: 1ex;
}
sub {
top: 0.5ex;
}
small {
font-size: 80%;
}
big {
font-size: 120%;
}
[hidden], template {
display: none;
}
hr {
-webkit-box-sizing: content-box;
-ms-box-sizing: content-box;
box-sizing: content-box;
height: 0;
border: none;
border-top: 1px solid var(--theme-color-bd_color);
margin: 6em 0 !important;
}
.wp-block-separator:not([class*=is-style]) {
width: 15%;
} [class^=icon-]:before,
[class*=" icon-"]:before {
font-size: inherit;
line-height: inherit !important;
font-weight: inherit;
font-style: inherit;
display: inline-block;
width: auto;
margin: 0;
} .wp-editor-container {
border-width: 0 !important;
}
.wp-editor-container .quicktags-toolbar {
border: 1px solid var(--theme-color-bd_color);
}
.wp-editor-container .quicktags-toolbar:empty {
display: none;
}
.wp-editor-container .quicktags-toolbar input[type=button] {
background-color: var(--theme-color-alter_bg_color);
border-color: var(--theme-color-alter_bd_color);
color: var(--theme-color-alter_dark);
-webkit-box-shadow: 0 1px 0 0 var(--theme-color-alter_bd_hover);
-ms-box-shadow: 0 1px 0 0 var(--theme-color-alter_bd_hover);
box-shadow: 0 1px 0 0 var(--theme-color-alter_bd_hover);
}
.wp-editor-container .quicktags-toolbar input[type=button]:hover,
.wp-editor-container .quicktags-toolbar input[type=button]:focus {
background-color: var(--theme-color-alter_bg_hover);
border-color: var(--theme-color-alter_bd_hover);
color: var(--theme-color-alter_link);
} img {
max-width: 100%;
height: auto;
vertical-align: top;
}
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-ms-flex-align: start;
-webkit-box-align: start;
align-items: flex-start;
-ms-flex-pack: start;
-webkit-box-pack: start;
justify-content: flex-start;
}
figure,
.wp-caption,
.wp-caption-overlay .wp-caption {
border: 0;
margin: 0;
padding: 0;
overflow: hidden;
position: relative;
max-width: 100%;
}
figure:not([class*=align]) {
-ms-flex-align: start;
-webkit-box-align: start;
align-items: flex-start;
}
figure,
.wp-caption {
margin-bottom: 1em;
}
p figure,
p .wp-caption {
margin-bottom: 0;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption,
figure figcaption,
.wp-block-image figcaption,
.wp-block-audio figcaption,
.wp-block-video figcaption,
.wp-block-embed figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption,
.wp-caption .wp-caption-text,
.wp-caption .wp-caption-dd,
.wp-caption-overlay .wp-caption .wp-caption-text,
.wp-caption-overlay .wp-caption .wp-caption-dd {
font-size: 16px;
line-height: 18px;
font-weight: 600;
font-style: normal;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
position: relative;
display: block;
margin: 0;
width: 100%;
text-align: center;
padding: 13px 3px !important;
color: var(--theme-color-extra_dark);
background: var(--theme-color-extra_bg_color);
max-height: 50% !important;
overflow-x: hidden !important;
overflow-y: auto !important;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a:hover,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption a:hover,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption a:hover,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption a:hover,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption a:hover,
figure figcaption a:hover,
.wp-block-image figcaption a:hover,
.wp-block-audio figcaption a:hover,
.wp-block-video figcaption a:hover,
.wp-block-embed figcaption a:hover,
.wp-block-gallery .blocks-gallery-image figcaption a:hover,
.wp-block-gallery .blocks-gallery-item figcaption a:hover,
.wp-caption .wp-caption-text a:hover,
.wp-caption .wp-caption-dd a:hover,
.wp-caption-overlay .wp-caption .wp-caption-text a:hover,
.wp-caption-overlay .wp-caption .wp-caption-dd a:hover {
color: var(--theme-color-inverse_link);
}
.wp-block-image .alignleft figcaption, img.alignleft figcaption,
.wp-block-image .alignright figcaption, img.alignright figcaption,
.wp-block-image .aligncenter figcaption, img.aligncenter figcaption,
.wp-block-image.is-resized figcaption {
display: block;
color: var(--theme-color-extra_dark) !important;
}
.wp-block-image .alignleft figcaption a:hover, img.alignleft figcaption a:hover,
.wp-block-image .alignright figcaption a:hover, img.alignright figcaption a:hover,
.wp-block-image .aligncenter figcaption a:hover, img.aligncenter figcaption a:hover,
.wp-block-image.is-resized figcaption a:hover {
color: var(--theme-color-inverse_link) !important;
}
.wp-block-freeform.block-library-rich-text__tinymce dd.wp-caption-dd a {
display: inline;
}
svg:not(:root) {
overflow: hidden;
} .gallery {
margin: 0 -5px;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-direction: row;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
-ms-flex-align: start;
-webkit-box-align: start;
align-items: flex-start;
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.gallery-item {
overflow: hidden;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.gallery-item .gallery-icon {
margin: 5px;
}
.gallery-item .wp-caption-text.gallery-caption {
width: auto;
left: 5px;
right: 5px;
bottom: 5px;
}
figure.gallery-item {
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
}
.gallery-columns-9 .gallery-item {
width: 11.1111111111% !important;
}
.gallery-columns-8 .gallery-item {
width: 12.5% !important;
}
.gallery-columns-7 .gallery-item {
width: 14.2857142857% !important;
}
.gallery-columns-6 .gallery-item {
width: 16.6666666667% !important;
}
.gallery-columns-5 .gallery-item {
width: 20% !important;
}
.gallery-columns-4 .gallery-item {
width: 25% !important;
}
.gallery-columns-3 .gallery-item {
width: 33.3333333333% !important;
}
.gallery-columns-2 .gallery-item {
width: 50% !important;
}
.gallery-columns-1 .gallery-item {
width: 100% !important;
}
.gallery-item a {
display: block;
}
.gallery-item a img {
border: none !important;
display: block;
width: 100%;
}
.wp-block-gallery.columns-9 figcaption,
.gallery-columns-9 .gallery-caption {
font-size: 0.625em !important;
line-height: 1.3em !important;
}
.wp-block-gallery.columns-8 figcaption,
.gallery-columns-8 .gallery-caption {
font-size: 0.6875em !important;
line-height: 1.3em !important;
}
.wp-block-gallery.columns-7 figcaption,
.gallery-columns-7 .gallery-caption {
font-size: 0.75em !important;
line-height: 1.3em !important;
}
.wp-block-gallery.columns-6 figcaption,
.gallery-columns-6 .gallery-caption {
font-size: 0.8125em !important;
line-height: 1.3em !important;
} audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
iframe, video, embed {
max-width: 100%;
min-height: 100px;
vertical-align: top;
}
.wp-block-embed.alignwide iframe,
.wp-block-embed.alignfull iframe {
width: 100%;
}
figure.wp-block-audio,
figure.wp-block-video,
figure.wp-block-embed {
overflow: visible;
}
figure.wp-block-audio {
display: block;
}
figure.wp-block-audio figcaption,
figure.wp-block-video figcaption,
figure.wp-block-embed figcaption {
margin: 1em 0 0 !important;
} .wp-block-embed.wp-has-aspect-ratio {
display: block;
}
.wp-block-embed .wp-block-embed__wrapper {
position: relative;
max-width: 100%;
}
.wp-block-embed.alignwide .wp-block-embed__wrapper iframe,
.wp-block-embed.alignfull .wp-block-embed__wrapper iframe,
.wp-block-embed[class*=wp-embed-aspect-] .wp-block-embed__wrapper iframe {
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
}
.wp-block-embed.is-type-video.alignwide .wp-block-embed__wrapper:before,
.wp-block-embed.is-type-video.alignfull .wp-block-embed__wrapper:before,
.wp-block-embed.is-type-video[class*=wp-embed-aspect-] .wp-block-embed__wrapper:before {
content: "";
display: block;
width: 0;
}
.wp-block-embed.is-type-video.alignwide .wp-block-embed__wrapper:before,
.wp-block-embed.is-type-video.alignfull .wp-block-embed__wrapper:before,
.wp-block-embed.is-type-video.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
padding-top: 56.25%;
}
.wp-block-embed.is-type-video.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
padding-top: 42.85%;
}
.wp-block-embed.is-type-video.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,
.wp-block-embed.is-type-video.wp-embed-aspect-2-1 .wp-block-embed__wrapper:before {
padding-top: 50%;
}
.wp-block-embed.is-type-video.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
padding-top: 75%;
}
.wp-block-embed.is-type-video.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
padding-top: 100%;
}
.wp-block-embed.is-type-video.wp-embed-aspect-3-4 .wp-block-embed__wrapper:before {
padding-top: 133.33%;
}
.wp-block-embed.is-type-video.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
padding-top: 177.77%;
}
.wp-block-embed.is-type-video.wp-embed-aspect-9-18 .wp-block-embed__wrapper:before,
.wp-block-embed.is-type-video.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
padding-top: 200%;
}
.wp-block-embed.is-type-video.wp-embed-aspect-9-21 .wp-block-embed__wrapper:before {
padding-top: 233.33%;
} .wp-playlist-light {
background: var(--theme-color-bg_color);
border-color: var(--theme-color-bd_color);
color: var(--theme-color-text);
}
.wp-playlist-light .wp-playlist-caption {
color: var(--theme-color-text_dark);
}
.wp-playlist-light .wp-playlist-playing {
background: var(--theme-color-alter_bg_color);
color: var(--theme-color-alter_dark);
}
.wp-playlist-item {
border-color: var(--theme-color-bd_color);
}
.wp-playlist .wp-playlist-current-item img {
background-color: #fff;
} .wp-block-cover-image,
.wp-block-cover {
color: #fff;
}
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover .wp-block-cover-text {
max-width: 90%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.wp-block-cover-image p,
.wp-block-cover p {
margin-bottom: 0 !important;
line-height: 1.5em !important;
}
.wp-block-cover-image p + p,
.wp-block-cover p + p {
margin-top: 1em !important;
}
.wp-block-cover-image a,
.wp-block-cover a {
color: inherit;
} .wp-block-media-text .has-medium-font-size {
line-height: 1.5em;
}
.wp-block-media-text .has-large-font-size {
line-height: 1.4em;
}
.wp-block-media-text .has-huge-font-size {
line-height: 1.3em;
} .has-large-font-size,
.has-huge-font-size {
line-height: 1.4em;
} .wp-block-columns {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
margin-bottom: 0;
}
.wp-block-column:nth-child(odd) {
margin-right: 0;
}
.wp-block-column:nth-child(even) {
margin-left: 0;
}
.wp-block-column:not(:first-child) {
margin-left: calc(var(--theme-var-grid_gap) / 2);
}
.wp-block-column:not(:last-child) {
margin-right: calc(var(--theme-var-grid_gap) / 2);
} .kt-gutter-default > .innerblocks-wrap > .editor-inner-blocks > .editor-block-list__layout > [data-type="kadence/column"] {
margin-right: var(--theme-var-grid_gap);
} .kt-gutter-default > .wp-block-kadence-column {
margin-right: var(--theme-var-grid_gap);
} .has-small-gutter > [class*=wp-block-coblocks-]:not(:first-child) {
margin-left: calc(var(--theme-var-grid_gap) / 2);
}
.has-small-gutter > [class*=wp-block-coblocks-]:not(:last-child) {
margin-right: calc(var(--theme-var-grid_gap) / 2);
} .wp-block-group.has-background {
padding: 1.5em 2em;
}
.wp-block-group.has-background [class*=_inner-container] > :last-child {
margin-bottom: 0;
}
.post_content_single .wp-block-group.has-background {
margin-bottom: 1em;
}
.wp-block-group h1, .wp-block-group h2, .wp-block-group h3, .wp-block-group h4, .wp-block-group h5, .wp-block-group h6 {
margin-top: 0;
} .alignleft {
display: inline-block;
vertical-align: top;
float: left;
margin-right: 2em !important;
margin-bottom: 1em !important;
margin-top: 0.5em !important;
}
.alignright {
display: inline-block;
vertical-align: top;
float: right;
margin-left: 2em !important;
margin-bottom: 1em !important;
margin-top: 0.5em !important;
}
.aligncenter {
display: block;
text-align: center;
clear: both;
margin-left: auto !important;
margin-right: auto !important;
margin-bottom: 1em !important;
}
figure.alignleft,
figure.alignright {
margin-top: 0.5em !important;
}
.wp-block-gallery[class*=align] {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
margin-bottom: 10px;
} .sidebar_hide.narrow_content .alignleft.is-style-alignfar,
.sidebar_hide.narrow_content .is-style-alignfar > .alignleft,
.sidebar_hide.narrow_content .alignright.is-style-alignfar,
.sidebar_hide.narrow_content .is-style-alignfar > .alignright {
max-width: calc((var(--theme-var-page) - var(--theme-var-content_narrow)) / 2 - 30px);
}
.sidebar_hide.narrow_content .alignleft.is-style-alignfar,
.sidebar_hide.narrow_content .is-style-alignfar > .alignleft {
float: left;
margin: 1em 1em 1em calc((var(--theme-var-page) - var(--theme-var-content_narrow)) / -2);
}
.sidebar_hide.narrow_content .alignright.is-style-alignfar,
.sidebar_hide.narrow_content .is-style-alignfar > .alignright {
float: right;
margin: 1em calc((var(--theme-var-page) - var(--theme-var-content_narrow)) / -2) 1em 2em;
}
.sidebar_hide.narrow_content .wp-block-image > .alignleft.is-style-alignfar,
.sidebar_hide.narrow_content .wp-block-image.is-style-alignfar > .alignleft,
.sidebar_hide.narrow_content .wp-block-image > .alignright.is-style-alignfar,
.sidebar_hide.narrow_content .wp-block-image.is-style-alignfar > .alignright {
max-width: none !important;
} .sidebar_hide.normal_content .alignleft.is-style-alignfar,
.sidebar_hide.normal_content .is-style-alignfar > .alignleft {
float: left;
margin: 1em 1em 1em calc((var(--theme-var-page) - var(--theme-var-content)) / -2);
}
.sidebar_hide.normal_content .post_info_vertical_present .alignleft.is-style-alignfar,
.sidebar_hide.normal_content .post_info_vertical_present .is-style-alignfar > .alignleft {
margin-left: calc(-1 * (17.647% + (var(--theme-var-page) - var(--theme-var-content)) / 2));
}
.sidebar_hide.normal_content .alignright.is-style-alignfar,
.sidebar_hide.normal_content .is-style-alignfar > .alignright {
float: right;
margin: 1em calc((var(--theme-var-page) - var(--theme-var-content)) / -2) 1em 2em;
}
.sidebar_hide.normal_content .wp-block-image > .alignleft.is-style-alignfar,
.sidebar_hide.normal_content .wp-block-image.is-style-alignfar > .alignleft,
.sidebar_hide.normal_content .wp-block-image > .alignright.is-style-alignfar,
.sidebar_hide.normal_content .wp-block-image.is-style-alignfar > .alignright {
max-width: none !important;
}
.wp-caption {
position: relative;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption,
.wp-caption figcaption,
.wp-block-image figcaption,
.gallery .gallery-item figcaption {
position: absolute !important;
bottom: 0;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.wp-block-gallery .blocks-gallery-item figcaption {
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.wp-caption:hover figcaption,
.wp-block-gallery .blocks-gallery-item:hover figcaption,
.wp-block-image:hover figcaption,
.gallery .gallery-item:hover figcaption {
opacity: 0;
}
.wp-caption figcaption:hover,
.wp-block-gallery .blocks-gallery-item figcaption:hover,
.wp-block-image figcaption:hover,
.gallery .gallery-item figcaption:hover {
opacity: 1;
} .alignfull > img,
.alignwide > img {
max-width: none;
width: 100%;
}
body.sidebar_hide .alignwide {
position: relative;
z-index: 1;
left: calc(-44vw + 50%);
width: 88vw;
max-width: none;
}
body.sidebar_hide.narrow_content .alignwide,
body.sidebar_hide.normal_content .alignwide {
left: calc(var(--theme-var-page) / -2 + 50%);
width: var(--theme-var-page);
}
.sidebar_hide.normal_content .post_info_vertical_present .alignwide {
left: calc(var(--theme-var-page) / -2 + 50% - 8.8235%);
}
.sidebar_hide.expand_content .post_info_vertical_present .alignwide {
left: calc(-44vw + 50% - 8.8235%);
}
body.sidebar_hide .alignfull {
position: relative;
z-index: 1;
margin-left: calc(-50vw + 50% + 8px);
margin-right: calc(-50vw + 50% + 8px);
width: calc(100vw - 16px);
max-width: calc(100vw - 16px);
}
.sidebar_hide:not(.narrow_content) .post_info_vertical_present .alignfull {
margin-left: calc(-50vw + 50% + 8px - 8.8235%);
} .has-drop-cap:not(:focus):first-letter {
font-size: 6.5em;
font-weight: 100;
margin: 0.1em 0.1em 0 0;
}  form {
margin-bottom: 0;
}
button, input, optgroup, select, textarea, textarea.wp-editor-area {
font-family: inherit;
font-size: 1em; margin: 0; vertical-align: baseline; }
button {
overflow: visible;
} .sc_button_icon {
font-size: 1.4em;
line-height: inherit;
}
.sc_button_icon_left .sc_button_icon {
margin-right: 0.5em;
}
.sc_button_icon_right .sc_button_icon {
margin-left: 0.5em;
}
form button:not(.components-button),
input[type=button],
input[type=reset],
input[type=submit],
.theme_button,
.post_item .more-link,
.sc_button:not(.sc_button_simple),
.sc_form button,
.sc_portfolio_preview_show .post_readmore,
.sc_igenerator_form_field_prompt .sc_igenerator_form_field_inner .sc_igenerator_form_field_prompt_button,
.sc_tgenerator_form_field_prompt .sc_tgenerator_form_field_inner .sc_tgenerator_form_field_prompt_button,
.sc_chat_form_field_prompt .sc_chat_form_field_inner .sc_chat_form_field_prompt_button {
-webkit-appearance: none;
cursor: pointer;
display: inline-block;
vertical-align: top;
font-size: 18px;
line-height: 22px;
font-weight: 600;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
border-radius: var(--theme-var-rad);
text-transform: none;
white-space: nowrap;
letter-spacing: 0;
height: auto;
max-width: 100%;
color: var(--theme-color-inverse_link);
border-color: var(--theme-color-text_link);
background-color: var(--theme-color-text_link);
padding: 1.58em 2.7em;
border-width: 0 !important;
}
.sc_igenerator_form_field_prompt .sc_igenerator_form_field_inner .sc_igenerator_form_field_prompt_button,
.sc_tgenerator_form_field_prompt .sc_tgenerator_form_field_inner .sc_tgenerator_form_field_prompt_button,
.sc_chat_form_field_prompt .sc_chat_form_field_inner .sc_chat_form_field_prompt_button {
padding: 0.58em 1.7em;
} .sc_chat_form_field_prompt .sc_chat_form_field_prompt_button:not(.sc_chat_form_field_prompt_button_disabled):hover,
.sc_tgenerator_form_field_prompt .sc_tgenerator_form_field_prompt_button:not(.sc_tgenerator_form_field_prompt_button_disabled):hover,
.sc_igenerator_form_field_prompt .sc_igenerator_form_field_prompt_button:not(.sc_igenerator_form_field_prompt_button_disabled):hover,
form button:not(.components-button):hover,
form button:not(.components-button):focus,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=button]:hover,
input[type=button]:focus,
.post_item .more-link:hover,
.comments_wrap .form-submit input[type=submit]:hover,
.comments_wrap .form-submit input[type=submit]:focus,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:focus,
.sc_button_default:hover,
.sc_button_default:focus,
.sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image):hover,
.sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image):focus,
.socials_share.socials_type_block .social_icon:hover,
.socials_share.socials_type_block .social_icon:focus {
color: var(--theme-color-inverse_hover);
border-color: var(--theme-color-text_hover);
background-color: var(--theme-color-text_hover);
} .sc_chat_form_field_prompt .sc_chat_form_field_inner .sc_chat_form_field_prompt_button_disabled,
.sc_tgenerator_form_field_prompt .sc_tgenerator_form_field_inner .sc_tgenerator_form_field_prompt_button_disabled,
.sc_igenerator_form_field_prompt .sc_igenerator_form_field_prompt_button_disabled,
button[disabled],
input[type=submit][disabled],
input[type=button][disabled],
a.sc_button[disabled],
a.theme_button[disabled],
button[disabled]:hover,
input[type=submit][disabled]:hover,
input[type=button][disabled]:hover,
a.sc_button[disabled]:hover,
a.theme_button[disabled]:hover {
color: var(--theme-color-text) !important;
border-color: var(--theme-color-text_light) !important;
background-color: var(--theme-color-text_light) !important;
} .sc_button.sc_button_size_small,
.theme_button.theme_button_small {
padding: 1.2em 1.8em;
font-size: 16px;
line-height: 20px;
} .sc_button.sc_button_size_large {
font-size: 1.25em !important;
} .sc_button_default.color_style_link2,
.color_style_link2 .sc_button_default,
.sc_button.color_style_link2:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image),
.color_style_link2 .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image) {
border-color: var(--theme-color-text_link2);
background-color: var(--theme-color-text_link2);
}
.sc_button_default.color_style_link2:hover,
.sc_button_default.color_style_link2:focus,
.color_style_link2 .sc_button_default:hover,
.color_style_link2 .sc_button_default:focus,
.sc_button.color_style_link2:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image):hover,
.sc_button.color_style_link2:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image):focus,
.color_style_link2 .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image):hover,
.color_style_link2 .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image):focus {
border-color: var(--theme-color-text_hover2);
background-color: var(--theme-color-text_hover2);
}
.sc_button_default.color_style_link3,
.color_style_link3 .sc_button_default,
.sc_button.color_style_link3:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image),
.color_style_link3 .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image) {
border-color: var(--theme-color-text_link3);
background-color: var(--theme-color-text_link3);
}
.sc_button_default.color_style_link3:hover,
.sc_button_default.color_style_link3:focus,
.color_style_link3 .sc_button_default:hover,
.color_style_link3 .sc_button_default:focus,
.sc_button.color_style_link3:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image):hover,
.sc_button.color_style_link3:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image):focus,
.color_style_link3 .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image):hover,
.color_style_link3 .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image):focus {
color: var(--theme-color-inverse_link);
border-color: var(--theme-color-text_link3_blend);
background-color: var(--theme-color-text_link3_blend);
}
.sc_button_default.color_style_dark,
.color_style_dark .sc_button_default,
.sc_button.color_style_dark:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image),
.color_style_dark .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image) {
color: var(--theme-color-inverse_hover);
border-color: var(--theme-color-text_dark);
background-color: var(--theme-color-text_dark);
}
.sc_button_default.color_style_dark:hover,
.sc_button_default.color_style_dark:focus,
.color_style_dark .sc_button_default:hover,
.color_style_dark .sc_button_default:focus,
.sc_button.color_style_dark:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image):hover,
.sc_button.color_style_dark:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image):focus,
.color_style_dark .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image):hover,
.color_style_dark .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image):focus {
color: var(--theme-color-inverse_link);
border-color: var(--theme-color-text_link);
background-color: var(--theme-color-text_link);
}
.search_wrap .search_submit:before {
color: var(--theme-color-input_text);
}
.search_wrap .search_submit:hover:before,
.search_wrap .search_submit:focus:before {
color: var(--theme-color-input_dark);
}
.sc_price_item_link {
color: var(--theme-color-alter_link);
}
.sc_price_item_link:hover,
.sc_price_item_link:focus {
color: var(--theme-color-alter_hover);
} .sc_button.sc_button_bordered,
.wp-block-button.is-style-outline > .wp-block-button__link {
-webkit-appearance: none;
cursor: pointer;
display: inline-block;
vertical-align: top;
font-size: 18px;
line-height: 22px;
font-weight: 600;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
text-transform: none;
white-space: nowrap;
letter-spacing: 0;
height: auto;
max-width: 100%;
background: none !important;
border-width: 2px !important;
border-style: solid;
padding: 1.3em 2.8em;
}
.sc_layouts_row_type_narrow .sc_button.sc_button_bordered,
.sc_layouts_row_type_narrow .wp-block-button.is-style-outline > .wp-block-button__link {
padding: 0.8em 1.8em;
}
.wp-block-button__link {
line-height: 1;
}
.sc_button.sc_button_bordered.sc_button_size_small {
padding: 0.6em 1.4em;
}
.sc_button_bordered:not(.sc_button_bg_image),
.wp-block-button.is-style-outline .wp-block-button__link {
color: var(--theme-color-text_link);
border-color: var(--theme-color-text_link);
}
.sc_button_bordered:not(.sc_button_bg_image):hover,
.sc_button_bordered:not(.sc_button_bg_image):focus,
.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:focus {
color: var(--theme-color-text_hover) !important;
border-color: var(--theme-color-text_hover) !important;
}
.sc_button_bordered.color_style_link2:not(.sc_button_bg_image),
.color_style_link2 .sc_button_bordered:not(.sc_button_bg_image) {
color: var(--theme-color-text_link2);
border-color: var(--theme-color-text_link2);
}
.sc_button_bordered.color_style_link2:not(.sc_button_bg_image):hover,
.sc_button_bordered.color_style_link2:not(.sc_button_bg_image):focus,
.color_style_link2 .sc_button_bordered:not(.sc_button_bg_image):hover,
.color_style_link2 .sc_button_bordered:not(.sc_button_bg_image):focus {
color: var(--theme-color-text_hover2) !important;
border-color: var(--theme-color-text_hover2) !important;
}
.sc_button_bordered.color_style_link3:not(.sc_button_bg_image),
.color_style_link3 .sc_button_bordered:not(.sc_button_bg_image) {
color: var(--theme-color-text_link3);
border-color: var(--theme-color-text_link3);
}
.sc_button_bordered.color_style_link3:not(.sc_button_bg_image):hover,
.sc_button_bordered.color_style_link3:not(.sc_button_bg_image):focus,
.color_style_link3 .sc_button_bordered:not(.sc_button_bg_image):hover,
.color_style_link3 .sc_button_bordered:not(.sc_button_bg_image):focus {
color: var(--theme-color-text_hover3) !important;
border-color: var(--theme-color-text_hover3) !important;
}
.sc_button_bordered.color_style_dark:not(.sc_button_bg_image),
.color_style_dark .sc_button_bordered:not(.sc_button_bg_image) {
color: var(--theme-color-text_dark);
border-color: var(--theme-color-text_dark);
}
.sc_button_bordered.color_style_dark:not(.sc_button_bg_image):hover,
.sc_button_bordered.color_style_dark:not(.sc_button_bg_image):focus,
.color_style_dark .sc_button_bordered:not(.sc_button_bg_image):hover,
.color_style_dark .sc_button_bordered:not(.sc_button_bg_image):focus {
color: var(--theme-color-text_link) !important;
border-color: var(--theme-color-text_link) !important;
} .sc_button_simple {
display: inline-block;
background-color: transparent !important;
position: relative;
}
.sc_button.sc_button_simple:before, .sc_button.sc_button_simple:after {
position: absolute;
z-index: 1;
top: 0;
right: 0;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.sc_button.sc_button_simple:before {
right: 20px;
opacity: 0;
}
.sc_button.sc_button_simple:hover:before {
opacity: 1;
right: 0;
}
.sc_button.sc_button_simple:hover:after {
opacity: 0;
right: -20px;
}
.sc_button.sc_button_simple {
font-size: 1em;
line-height: 1.25em;
font-weight: 400;
font-style: normal;
letter-spacing: 0;
text-transform: none;
border: none !important;
background: transparent !important;
padding: 0 16px 0 0;
}
.sc_button.sc_button_simple.sc_button_size_small {
font-size: 16px;
}
.sc_button.sc_button_simple.sc_button_size_small:before, .sc_button.sc_button_simple.sc_button_size_small:after {
top: 2px !important;
}
.sc_button.sc_button_simple:before,
.sc_button.sc_button_simple:after {
content: "\e9aa";
font-family: "fontello";
font-style: normal;
font-size: 9px;
font-weight: 400;
top: 1px;
}
.sc_button.sc_button_simple:not(.sc_button_bg_image) {
color: var(--theme-color-text_link);
}
.sc_button.sc_button_simple:not(.sc_button_bg_image):hover,
.sc_button.sc_button_simple:not(.sc_button_bg_image):focus {
color: var(--theme-color-text_hover) !important;
}
.sc_button.sc_button_simple.color_style_link2:not(.sc_button_bg_image),
.color_style_link2 .sc_button.sc_button_simple:not(.sc_button_bg_image) {
color: var(--theme-color-text_link2);
}
.sc_button.sc_button_simple.color_style_link2:not(.sc_button_bg_image):hover,
.sc_button.sc_button_simple.color_style_link2:not(.sc_button_bg_image):focus,
.color_style_link2 .sc_button.sc_button_simple:not(.sc_button_bg_image):hover,
.color_style_link2 .sc_button.sc_button_simple:not(.sc_button_bg_image):focus {
color: var(--theme-color-text_hover2);
}
.sc_button.sc_button_simple.color_style_link3:not(.sc_button_bg_image),
.color_style_link3 .sc_button.sc_button_simple:not(.sc_button_bg_image) {
color: var(--theme-color-text_link3);
}
.sc_button.sc_button_simple.color_style_link3:not(.sc_button_bg_image):hover,
.sc_button.sc_button_simple.color_style_link3:not(.sc_button_bg_image):focus,
.color_style_link3 .sc_button.sc_button_simple:not(.sc_button_bg_image):hover,
.color_style_link3 .sc_button.sc_button_simple:not(.sc_button_bg_image):focus {
color: var(--theme-color-text_hover3);
}
.sc_button.sc_button_simple.color_style_dark:not(.sc_button_bg_image),
.color_style_dark .sc_button.sc_button_simple:not(.sc_button_bg_image) {
color: var(--theme-color-text);
}
.sc_button.sc_button_simple.color_style_dark:not(.sc_button_bg_image):hover,
.sc_button.sc_button_simple.color_style_dark:not(.sc_button_bg_image):focus,
.color_style_dark .sc_button.sc_button_simple:not(.sc_button_bg_image):hover,
.color_style_dark .sc_button.sc_button_simple:not(.sc_button_bg_image):focus {
color: var(--theme-color-text_link) !important;
} .theme_button {
color: var(--theme-color-inverse_link) !important;
border-color: var(--theme-color-text_link) !important;
background-color: var(--theme-color-text_link) !important;
}
.theme_button:hover,
.theme_button:focus {
color: var(--theme-color-inverse_hover) !important;
border-color: var(--theme-color-text_hover) !important;
background-color: var(--theme-color-text_hover) !important;
}
.theme_button.color_style_link2,
.color_style_link2 .theme_button {
border-color: var(--theme-color-text_link2) !important;
background-color: var(--theme-color-text_link2) !important;
}
.theme_button.color_style_link2:hover,
.theme_button.color_style_link2:focus,
.color_style_link2 .theme_button:hover,
.color_style_link2 .theme_button:focus {
border-color: var(--theme-color-text_hover2) !important;
background-color: var(--theme-color-text_hover2) !important;
}
.theme_button.color_style_link3,
.color_style_link3 .theme_button {
border-color: var(--theme-color-text_link3) !important;
background-color: var(--theme-color-text_link3) !important;
}
.theme_button.color_style_link3:hover,
.theme_button.color_style_link3:focus,
.color_style_link3 .theme_button:hover,
.color_style_link3 .theme_button:focus {
color: var(--theme-color-inverse_link) !important;
border-color: var(--theme-color-text_link3_blend) !important;
background-color: var(--theme-color-text_link3_blend) !important;
}
.theme_button.color_style_dark,
.color_style_dark .theme_button {
color: var(--theme-color-inverse_hover) !important;
border-color: var(--theme-color-text_dark) !important;
background-color: var(--theme-color-text_dark) !important;
}
.theme_button.color_style_dark:hover,
.theme_button.color_style_dark:focus,
.color_style_dark .theme_button:hover,
.color_style_dark .theme_button:focus {
color: var(--theme-color-inverse_link) !important;
border-color: var(--theme-color-text_link) !important;
background-color: var(--theme-color-text_link) !important;
}  [class*=scheme_].sidebar .sc_button_simple:not(.sc_button_bg_image) {
color: var(--theme-color-alter_link);
}
[class*=scheme_].sidebar .sc_button_simple:not(.sc_button_bg_image):hover,
[class*=scheme_].sidebar .sc_button_simple:not(.sc_button_bg_image):focus {
color: var(--theme-color-alter_hover) !important;
} [class*=scheme_].sidebar .sc_button_bordered:not(.sc_button_bg_image) {
color: var(--theme-color-alter_link);
border-color: var(--theme-color-alter_link);
}
[class*=scheme_].sidebar .sc_button_bordered:not(.sc_button_bg_image):hover,
[class*=scheme_].sidebar .sc_button_bordered:not(.sc_button_bg_image):focus {
color: var(--theme-color-alter_hover) !important;
border-color: var(--theme-color-alter_hover) !important;
} [class*=scheme_].sidebar button,
[class*=scheme_].sidebar input[type=reset],
[class*=scheme_].sidebar input[type=submit],
[class*=scheme_].sidebar input[type=button],
[class*=scheme_].sidebar .sc_button_default,
[class*=scheme_].sidebar .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image),
[class*=scheme_].sidebar .socials_share.socials_type_block .social_icon {
color: var(--theme-color-inverse_link);
border-color: var(--theme-color-alter_link);
background-color: var(--theme-color-alter_link);
} [class*=scheme_].sidebar button:hover,
[class*=scheme_].sidebar button:focus,
[class*=scheme_].sidebar input[type=reset]:hover,
[class*=scheme_].sidebar input[type=reset]:focus,
[class*=scheme_].sidebar input[type=submit]:hover,
[class*=scheme_].sidebar input[type=submit]:focus,
[class*=scheme_].sidebar input[type=button]:hover,
[class*=scheme_].sidebar input[type=button]:focus,
[class*=scheme_].sidebar .sc_button_default:hover,
[class*=scheme_].sidebar .sc_button_default:focus,
[class*=scheme_].sidebar .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image):hover,
[class*=scheme_].sidebar .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image):focus,
[class*=scheme_].sidebar .socials_share.socials_type_block .social_icon:hover,
[class*=scheme_].sidebar .socials_share.socials_type_block .social_icon:focus {
color: var(--theme-color-inverse_hover);
border-color: var(--theme-color-alter_hover);
background-color: var(--theme-color-alter_hover);
} .wp-block-search .wp-block-search__input,
input[type=text],
input[type=number],
input[type=email],
input[type=url],
input[type=tel],
input[type=password],
input[type=search],
select,
textarea,
textarea.wp-editor-area,
.sc_igenerator_form_field_prompt input[type=text],
.sc_tgenerator_form_field_prompt input[type=text],
.sc_chat_form_field_prompt input[type=text],
.sc_tgenerator_text {
padding: 1.1em 1.9em;
border-width: 2px;
border-style: solid;
border-radius: var(--theme-var-rad);
} .wp-block-search .wp-block-search__input,
input[type=text],
input[type=number],
input[type=email],
input[type=url],
input[type=tel],
input[type=search],
input[type=password],
.select2-container.select2-container--default span.select2-choice,
.select2-container.select2-container--default span.select2-selection,
.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container.select2-container--default .select2-selection--multiple,
textarea,
textarea.wp-editor-area,
.sc_igenerator_form_field_prompt input[type=text],
.sc_tgenerator_form_field_prompt input[type=text],
.sc_chat_form_field_prompt input[type=text],
.sc_tgenerator_text {
color: var(--theme-color-input_text);
border-color: var(--theme-color-input_bd_color);
background-color: var(--theme-color-input_bg_color);
}
select.select2-hidden-accessible.filled + .select2-container.select2-container--default span.select2-selection--single,
.select2-container.select2-container--focus span.select2-selection--single,
.select2-container.select2-container--open span.select2-selection--single,
select.select2-hidden-accessible.filled + .select2-container.select2-container--default span.select2-choice,
.select2-container.select2-container--focus span.select2-choice,
.select2-container.select2-container--open span.select2-choice,
select.select2-hidden-accessible.filled + .select2-container.select2-container--default span.select2-selection--multiple,
.select2-container.select2-container--focus span.select2-selection--multiple,
.select2-container.select2-container--open span.select2-selection--multiple {
color: var(--theme-color-input_text);
border-color: var(--theme-color-input_bd_color);
background-color: var(--theme-color-input_bg_color);
}
input[type=text]:focus,
input[type=text].filled,
input[type=number]:focus,
input[type=number].filled,
input[type=email]:focus,
input[type=email].filled,
input[type=url]:focus,
input[type=url].filled,
input[type=tel]:focus,
input[type=tel].filled,
input[type=search]:focus,
input[type=search].filled,
input[type=password]:focus,
input[type=password].filled,
.select_container:hover,
select option:hover,
select option:focus,
.select2-container.select2-container--default span.select2-selection--single:hover,
.select2-container.select2-container--default span.select2-choice:hover,
.select2-container.select2-container--default span.select2-selection--multiple:hover,
textarea:focus,
textarea.filled,
textarea.wp-editor-area:focus,
textarea.wp-editor-area.filled,
.sc_igenerator_form_field_prompt input[type=text]:focus,
.sc_tgenerator_form_field_prompt input[type=text]:focus,
.sc_chat_form_field_prompt input[type=text]:focus,
.sc_tgenerator_text:focus {
color: var(--theme-color-input_dark);
border-color: var(--theme-color-input_bd_hover);
background-color: var(--theme-color-input_bg_hover);
}
textarea,
textarea.wp-editor-area {
overflow: auto; vertical-align: top; min-height: 10em;
}
textarea.wp-editor-area {
border-radius: 0 0 var(--theme-var-rad) var(--theme-var-rad);
} .widget input[type=text],
.widget input[type=number],
.widget input[type=email],
.widget input[type=url],
.widget input[type=tel],
.widget input[type=password],
.widget input[type=search],
.widget select,
.widget textarea,
.widget textarea.wp-editor-area {
padding: 1.1em 2em;
} input[placeholder]::-webkit-input-placeholder {
text-overflow: ellipsis;
opacity: 1;
color: var(--theme-color-input_light);
}
textarea[placeholder]::-webkit-input-placeholder {
text-overflow: ellipsis;
opacity: 1;
color: var(--theme-color-input_light);
}
input[placeholder]::-moz-placeholder {
text-overflow: ellipsis;
opacity: 1;
color: var(--theme-color-input_light);
}
textarea[placeholder]::-moz-placeholder {
text-overflow: ellipsis;
opacity: 1;
color: var(--theme-color-input_light);
}
input[placeholder]:-ms-input-placeholder {
text-overflow: ellipsis;
opacity: 1;
color: var(--theme-color-input_light);
}
textarea[placeholder]:-ms-input-placeholder {
text-overflow: ellipsis;
opacity: 1;
color: var(--theme-color-input_light);
}
input[placeholder]::-webkit-input-placeholder {
text-overflow: ellipsis;
opacity: 1;
color: var(--theme-color-input_light);
}
input[placeholder]::-moz-placeholder {
text-overflow: ellipsis;
opacity: 1;
color: var(--theme-color-input_light);
}
input[placeholder]:-ms-input-placeholder {
text-overflow: ellipsis;
opacity: 1;
color: var(--theme-color-input_light);
}
input[placeholder]::-ms-input-placeholder {
text-overflow: ellipsis;
opacity: 1;
color: var(--theme-color-input_light);
}
input[placeholder]::placeholder {
text-overflow: ellipsis;
opacity: 1;
color: var(--theme-color-input_light);
}
textarea[placeholder]::-webkit-input-placeholder {
text-overflow: ellipsis;
opacity: 1;
color: var(--theme-color-input_light);
}
textarea[placeholder]::-moz-placeholder {
text-overflow: ellipsis;
opacity: 1;
color: var(--theme-color-input_light);
}
textarea[placeholder]:-ms-input-placeholder {
text-overflow: ellipsis;
opacity: 1;
color: var(--theme-color-input_light);
}
textarea[placeholder]::-ms-input-placeholder {
text-overflow: ellipsis;
opacity: 1;
color: var(--theme-color-input_light);
}
textarea[placeholder]::placeholder {
text-overflow: ellipsis;
opacity: 1;
color: var(--theme-color-input_light);
} input[type=password].edge-autofilled,
input[type=email].edge-autofilled,
input[type=text].edge-autofilled {
color: var(--theme-color-input_dark) !important;
border-color: var(--theme-color-input_bd_hover) !important;
background-color: var(--theme-color-input_bg_hover) !important;
}
textarea, textarea.wp-editor-area,
select, option,
input[type=text],
input[type=number],
input[type=email],
input[type=url],
input[type=tel],
input[type=search],
input[type=password],
input[type=checkbox],
input[type=radio],
.sc_igenerator_form_field_prompt input[type=text] {
-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
border-radius: 0;
}
input[type=checkbox],
input[type=radio] {
padding: 0; }
input[type=number]::-webkit-outer-spin-button {
height: 50%;
}
input[type=number],
input[type=search] {
-webkit-appearance: none; -webkit-appearance: textfield;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
-webkit-appearance: none; }
button::-moz-focus-inner,
input::-moz-focus-inner { border: 0;
padding: 0;
}
button[disabled],
html input[disabled] {
cursor: default !important;
}
input[type=text],
input[type=number],
input[type=email],
input[type=url],
input[type=tel],
input[type=password],
input[type=search],
select,
textarea,
textarea.wp-editor-area,
.sc_igenerator_form_field_prompt input[type=text] {
-webkit-appearance: none;
outline: none;
resize: none;
text-overflow: ellipsis;
}
button:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
select:focus,
textarea:focus,
textarea.wp-editor-area:focus,
.sc_igenerator_form_field_prompt input[type=text],
.sc_igenerator_form_field_prompt input[type=text]:focus {
outline: 0;
}
body.show_outline button:focus,
body.show_outline input:focus,
body.show_outline select:focus,
body.show_outline textarea:focus,
body.show_outline textarea.wp-editor-area:focus {
outline: thin dotted !important;
} input[type=radio],
input[type=checkbox],
.edd_price_options ul > li > label > input[type=radio],
.edd_price_options ul > li > label > input[type=checkbox],
.wpcf7-radio input[type=radio],
.wpcf7-checkbox input[type=checkbox],
.wpcf7-acceptance input[type=checkbox] {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
margin: 0 !important;
padding: 0 !important;
}
label > input[type=radio],
label > input[type=checkbox],
input[type=checkbox].wpcf7-acceptance {
display: inline-block;
vertical-align: baseline;
position: static !important;
clip: auto;
}
.wpcf7-radio .wpcf7-list-item-label,
.wpcf7-checkbox .wpcf7-list-item-label {
cursor: pointer;
}
.edd_price_options ul > li > label > input[type=radio] + span,
.edd_price_options ul > li > label > input[type=checkbox] + span {
display: inline-block;
vertical-align: baseline;
}
label.woocommerce-form__label-for-checkbox > input[type=checkbox] + span,
input[type=radio] + label,
input[type=checkbox] + label,
input[type=radio] + .wpcf7-list-item-label,
input[type=checkbox] + .wpcf7-list-item-label,
.edd_price_options ul > li > label > input[type=radio] + span,
.edd_price_options ul > li > label > input[type=checkbox] + span {
position: relative;
padding-left: 30px;
line-height: 1.5em;
display: inline-block;
vertical-align: top;
}
.wpcf7-list-item-label.wpcf7-list-item-right {
position: relative;
padding-right: 1.4em;
display: inline-block;
vertical-align: top;
}
.sc_igenerator .sc_igenerator_form_settings .sc_igenerator_form_settings_field input[type=radio] + label:before,
label.woocommerce-form__label-for-checkbox > input[type=checkbox] + span:before,
input[type=radio] + label:before,
input[type=checkbox] + label:before,
input[type=radio] + .wpcf7-list-item-label:before,
input[type=checkbox] + .wpcf7-list-item-label:before,
.wpcf7-list-item-label.wpcf7-list-item-right:before,
.edd_price_options ul > li > label > input[type=radio] + span:before,
.edd_price_options ul > li > label > input[type=checkbox] + span:before {
content: " ";
font-family: "fontello";
font-size: 11px;
display: block;
text-align: center;
border: 2px solid #e2e7e7;
width: 18px;
height: 18px;
line-height: 16px;
position: absolute;
z-index: 1;
top: 3px;
left: 0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
input[type=radio] + .wpcf7-list-item-label:before {
border-radius: 50% !important;
}
body.show_outline input[type=radio]:focus + label:before,
body.show_outline input[type=checkbox]:focus + label:before,
body.show_outline input[type=radio]:focus + .wpcf7-list-item-label:before,
body.show_outline input[type=checkbox]:focus + .wpcf7-list-item-label:before,
body.show_outline .edd_price_options ul > li > label > input[type=radio]:focus + span:before,
body.show_outline .edd_price_options ul > li > label > input[type=checkbox]:focus + span:before {
outline: 0 !important;
-webkit-box-shadow: 0 0 0 1px #000;
box-shadow: 0 0 0 1px #000;
}
.wpcf7-list-item-label.wpcf7-list-item-right:before {
left: auto;
right: 0;
}
input[type=radio] + label:before,
input[type=radio] + .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7-list-item-label.wpcf7-list-item-right:before,
.edd_price_options ul > li > label > input[type=radio] + span:before {
border-radius: 0;
}
label.woocommerce-form__label-for-checkbox > input[type=checkbox]:checked + span:before,
input[type=checkbox]:checked + label:before,
input[type=checkbox]:checked + .wpcf7-list-item-label:before,
.wpcf7-checkbox .wpcf7-list-item-checked.wpcf7-list-item-right:before,
.edd_price_options ul > li > label > input[type=checkbox]:checked + span:before {
content: "\e9ce";
color: var(--theme-color-text_dark);
}
.sc_igenerator .sc_igenerator_form_settings .sc_igenerator_form_settings_field input[type=radio]:checked + label:before,
input[type=radio]:checked + label:before,
input[type=radio]:checked + .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7-list-item-checked.wpcf7-list-item-right:before,
.edd_price_options ul > li > label > input[type=radio]:checked + span:before {
content: "\e83c";
font-size: 21px;
font-weight: 400;
}
input[type=radio] + label:before,
input[type=checkbox] + label:before,
.wpcf7-list-item-label.wpcf7-list-item-right:before {
border-color: var(--theme-color-input_bd_color) !important;
background-color: var(--theme-color-input_bg_color) !important;
} select {
text-overflow: ellipsis;
white-space: nowrap;
}
select::-ms-expand {
display: none;
} select:not(.esg-sorting-select):not([class*=trx_addons_attrib_]) {
visibility: hidden;
} .select_container select:not(.esg-sorting-select):not([class*=trx_addons_attrib_]) {
visibility: visible;
} .select_container {
width: 100%;
position: relative;
}
.select_container,
.select_container:after,
.select_container select {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.select_container:before {
content: " ";
display: block;
position: absolute;
z-index: 1;
top: 2px;
right: 2px;
bottom: 2px;
left: auto;
width: 3em;
z-index: 1;
pointer-events: none;
cursor: pointer;
border-radius: 0 var(--theme-var-rad) var(--theme-var-rad) 0;
color: var(--theme-color-input_text);
background-color: var(--theme-color-input_bg_color);
}
.select_container:focus:before,
.select_container:hover:before {
color: var(--theme-color-input_dark);
background-color: var(--theme-color-input_bg_hover);
}
.sc_input_hover_accent .select_container:before {
right: 2px;
top: 2px;
bottom: 2px;
border-radius: 0;
}
.select_container:after {
content: "\e9a8";
font-family: "fontello";
display: block;
position: absolute;
z-index: 2;
top: 50%;
right: 3em;
width: 1em;
height: 1em;
line-height: 1em;
text-align: center;
font-size: 10px;
margin-top: -0.4em;
pointer-events: none;
cursor: pointer;
color: var(--theme-color-input_text);
}
.select_container:focus:after,
.select_container:hover:after {
color: var(--theme-color-input_dark);
}
.select_container select {
width: 100% !important;
max-width: none !important;
padding-right: 3em !important;
padding-left: 1.6em;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
color: var(--theme-color-input_text);
background: var(--theme-color-input_bg_color) !important;
color: var(--theme-color-input_text);
border-color: var(--theme-color-input_bd_color);
background-color: var(--theme-color-input_bg_color);
}
.select_container select:focus {
color: var(--theme-color-input_dark);
background-color: var(--theme-color-input_bg_hover) !important;
}
.widget .select_container select {
padding-right: 2em !important;
padding-top: 1em;
padding-bottom: 1em;
}
.widget .select_container:before {
width: 2em;
}
.widget .select_container:after {
right: 2em;
} .select2-container {
width: 100% !important;
}
.select2-container.select2-container--default span.select2-choice,
.select2-container.select2-container--default span.select2-selection {
height: auto;
border: 2px solid #ddd;
padding: 0.45em 0 0.45em 1.4em;
border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
display: inline-block;
}
.select2-container--default .select2-selection--single span.select2-selection__rendered {
color: inherit;
line-height: 2.86em;
}
.select2-container.select2-container--default .select2-selection .select2-selection__arrow {
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.select2-drop-active {
border: none;
}
.select2-dropdown {
border: 2px solid var(--theme-color-input_bd_color);
}
.select2-search {
padding: 5px;
}
.select2-dropdown,
.select2-container.select2-container--focus span.select2-selection,
.select2-container.select2-container--open span.select2-selection {
color: var(--theme-color-input_dark);
border-color: var(--theme-color-input_bd_color);
background: var(--theme-color-input_bg_hover);
}
.select2-container .select2-results__option {
color: var(--theme-color-input_dark);
background: var(--theme-color-input_bg_hover);
}
.select2-dropdown .select2-highlighted,
.select2-container .select2-results__option--highlighted[aria-selected] {
color: var(--theme-color-inverse_link);
background: var(--theme-color-text_link);
} label.required:after {
content: "*";
display: none;
vertical-align: text-top;
font-size: 80%;
color: #da6f5b;
} fieldset {
padding: 1em 1.5em;
margin: 1.5em 0.2em;
border: 1px solid var(--theme-color-bd_color);
position: relative;
}
fieldset legend {
position: absolute;
z-index: 1;
top: -0.6em;
left: 1.5em;
color: var(--theme-color-text_dark);
background-color: var(--theme-color-bg_color);
font-weight: 400;
font-style: italic;
padding: 0 0.2em;
letter-spacing: 0;
} .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
margin: 0 !important;
padding: 0 !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
display: block;
top: 5px;
left: 5px;
width: auto;
height: auto;
font-size: 0.8em;
line-height: normal;
padding: 1em 1.5em;
color: #21759b;
background-color: #f1f1f1;
border-radius: 3px;
clip: auto !important;
text-decoration: none; z-index: 100000;
-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
-ms-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}
.yokoo_skip_link {
position: absolute;
z-index: 999999;
top: 6px;
left: 6px;
-webkit-transform: translateY(-300px);
-ms-transform: translateY(-300px);
transform: translateY(-300px);
-webkit-transition: -webkit-transform 0.3s ease;
transition: -webkit-transform 0.3s ease;
transition: transform 0.3s ease;
transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.yokoo_skip_link:focus {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
outline-offset: -1px;
display: block;
width: auto;
height: auto;
font-size: 1em;
font-weight: 400;
padding: 1em 1.5em;
background: #f1f1f1;
color: #0073aa;
line-height: normal;
-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}
a.yokoo_skip_link_anchor {
position: absolute;
width: 0;
height: 0;
} .container, .container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: calc(var(--theme-var-grid_gap) / 2);
padding-right: calc(var(--theme-var-grid_gap) / 2);
}
.row, .columns_wrap {
margin-left: 0px;
margin-right: calc(-1 * var(--theme-var-grid_gap));
}
.row > [class*=column-],
.columns_wrap > [class*=column-] {
display: inline-block;
vertical-align: top;
position: relative;
z-index: 20;
min-height: 1px;
padding-left: 0px;
padding-right: var(--theme-var-grid_gap);
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.row.columns_padding_left, .columns_wrap.columns_padding_left, .vc_row.columns_padding_left {
margin-left: calc(-1 * var(--theme-var-grid_gap));
margin-right: 0;
}
.vc_row.columns_padding_left .vc_column_container > .vc_column-inner,
.row.columns_padding_left > [class*=column-], .columns_wrap.columns_padding_left > [class*=column-],
.row > [class*=column-].columns_padding_left, .columns_wrap > [class*=column-].columns_padding_left {
padding-left: var(--theme-var-grid_gap);
padding-right: 0;
}
.vc_row.columns_padding_right,
.row.columns_padding_right,
.columns_wrap.columns_padding_right {
margin-left: 0;
margin-right: calc(-1 * var(--theme-var-grid_gap));
}
.vc_row.columns_padding_right .vc_column_container > .vc_column-inner,
.row.columns_padding_right > [class*=column-], .columns_wrap.columns_padding_right > [class*=column-],
.row > [class*=column-].columns_padding_right, .columns_wrap > [class*=column-].columns_padding_right {
padding-left: 0;
padding-right: var(--theme-var-grid_gap);
}
.vc_row,
.row.columns_padding_center,
.columns_wrap.columns_padding_center {
margin-left: calc(-1 * var(--theme-var-grid_gap) / 2);
margin-right: calc(-1 * var(--theme-var-grid_gap) / 2);
}
.vc_column_container > .vc_column-inner,
.row.columns_padding_center > [class*=column-], .columns_wrap.columns_padding_center > [class*=column-],
.row > [class*=column-].columns_padding_center, .columns_wrap > [class*=column-].columns_padding_center {
padding-left: calc(var(--theme-var-grid_gap) / 2);
padding-right: calc(var(--theme-var-grid_gap) / 2);
}
.row.columns_padding_bottom > [class*=column-], .columns_wrap.columns_padding_bottom > [class*=column-],
.row > [class*=column-].columns_padding_bottom, .columns_wrap > [class*=column-].columns_padding_bottom {
padding-bottom: var(--theme-var-grid_gap);
}
.row.columns_padding_bottom.columns_in_single_row > [class*=column-],
.columns_wrap.columns_padding_bottom.columns_in_single_row > [class*=column-] {
padding-bottom: 0;
}
.sc_blogger.no_margin .row, .sc_blogger.no_margin .columns_wrap,
.row.no_margin, .columns_wrap.no_margin {
margin-left: 0 !important;
margin-right: 0 !important;
}
.sc_blogger.no_margin .row > [class*=column-], .sc_blogger.no_margin .columns_wrap > [class*=column-],
.row.no_margin > [class*=column-], .columns_wrap.no_margin > [class*=column-] {
padding: 0 !important;
} .column-1,
.column-1_1 {
width: 100%;
}
.column-1_2 {
width: 50%;
}
.push-1_2 {
left: 50%;
}
.pull-1_2 {
right: 50%;
}
.offset-1_2 {
margin-left: 50%;
}
.column-1_3 {
width: 33.3333333333%;
}
.push-1_3 {
left: 33.3333333333%;
}
.pull-1_3 {
right: 33.3333333333%;
}
.offset-1_3 {
margin-left: 33.3333333333%;
}
.column-1_4 {
width: 25%;
}
.push-1_4 {
left: 25%;
}
.pull-1_4 {
right: 25%;
}
.offset-1_4 {
margin-left: 25%;
}
.column-1_5 {
width: 20%;
}
.push-1_5 {
left: 20%;
}
.pull-1_5 {
right: 20%;
}
.offset-1_5 {
margin-left: 20%;
}
.column-1_6 {
width: 16.6666666667%;
}
.push-1_6 {
left: 16.6666666667%;
}
.pull-1_6 {
right: 16.6666666667%;
}
.offset-1_6 {
margin-left: 16.6666666667%;
}
.column-1_7 {
width: 14.2857142857%;
}
.push-1_7 {
left: 14.2857142857%;
}
.pull-1_7 {
right: 14.2857142857%;
}
.offset-1_7 {
margin-left: 14.2857142857%;
}
.column-1_8 {
width: 12.5%;
}
.push-1_8 {
left: 12.5%;
}
.pull-1_8 {
right: 12.5%;
}
.offset-1_8 {
margin-left: 12.5%;
}
.column-1_9 {
width: 11.1111111111%;
}
.push-1_9 {
left: 11.1111111111%;
}
.pull-1_9 {
right: 11.1111111111%;
}
.offset-1_9 {
margin-left: 11.1111111111%;
}
.column-1_10 {
width: 10%;
}
.push-1_10 {
left: 10%;
}
.pull-1_10 {
right: 10%;
}
.offset-1_10 {
margin-left: 10%;
}
.column-1_11 {
width: 9.0909090909%;
}
.push-1_11 {
left: 9.0909090909%;
}
.pull-1_11 {
right: 9.0909090909%;
}
.offset-1_11 {
margin-left: 9.0909090909%;
}
.column-1_12 {
width: 8.3333333333%;
}
.push-1_12 {
left: 8.3333333333%;
}
.pull-1_12 {
right: 8.3333333333%;
}
.offset-1_12 {
margin-left: 8.3333333333%;
}
.column-2_2 {
width: 100%;
}
.column-2_3 {
width: 66.6666666667%;
}
.push-2_3 {
left: 66.6666666667%;
}
.pull-2_3 {
right: 66.6666666667%;
}
.offset-2_3 {
margin-left: 66.6666666667%;
}
.column-2_4 {
width: 50%;
}
.push-2_4 {
left: 50%;
}
.pull-2_4 {
right: 50%;
}
.offset-2_4 {
margin-left: 50%;
}
.column-2_5 {
width: 40%;
}
.push-2_5 {
left: 40%;
}
.pull-2_5 {
right: 40%;
}
.offset-2_5 {
margin-left: 40%;
}
.column-2_6 {
width: 33.3333333333%;
}
.push-2_6 {
left: 33.3333333333%;
}
.pull-2_6 {
right: 33.3333333333%;
}
.offset-2_6 {
margin-left: 33.3333333333%;
}
.column-2_7 {
width: 28.5714285714%;
}
.push-2_7 {
left: 28.5714285714%;
}
.pull-2_7 {
right: 28.5714285714%;
}
.offset-2_7 {
margin-left: 28.5714285714%;
}
.column-2_8 {
width: 25%;
}
.push-2_8 {
left: 25%;
}
.pull-2_8 {
right: 25%;
}
.offset-2_8 {
margin-left: 25%;
}
.column-2_9 {
width: 22.2222222222%;
}
.push-2_9 {
left: 22.2222222222%;
}
.pull-2_9 {
right: 22.2222222222%;
}
.offset-2_9 {
margin-left: 22.2222222222%;
}
.column-2_10 {
width: 20%;
}
.push-2_10 {
left: 20%;
}
.pull-2_10 {
right: 20%;
}
.offset-2_10 {
margin-left: 20%;
}
.column-2_11 {
width: 18.1818181818%;
}
.push-2_11 {
left: 18.1818181818%;
}
.pull-2_11 {
right: 18.1818181818%;
}
.offset-2_11 {
margin-left: 18.1818181818%;
}
.column-2_12 {
width: 16.6666666667%;
}
.push-2_12 {
left: 16.6666666667%;
}
.pull-2_12 {
right: 16.6666666667%;
}
.offset-2_12 {
margin-left: 16.6666666667%;
}
.column-3_3 {
width: 100%;
}
.column-3_4 {
width: 75%;
}
.push-3_4 {
left: 75%;
}
.pull-3_4 {
right: 75%;
}
.offset-3_4 {
margin-left: 75%;
}
.column-3_5 {
width: 60%;
}
.push-3_5 {
left: 60%;
}
.pull-3_5 {
right: 60%;
}
.offset-3_5 {
margin-left: 60%;
}
.column-3_6 {
width: 50%;
}
.push-3_6 {
left: 50%;
}
.pull-3_6 {
right: 50%;
}
.offset-3_6 {
margin-left: 50%;
}
.column-3_7 {
width: 42.8571428571%;
}
.push-3_7 {
left: 42.8571428571%;
}
.pull-3_7 {
right: 42.8571428571%;
}
.offset-3_7 {
margin-left: 42.8571428571%;
}
.column-3_8 {
width: 37.5%;
}
.push-3_8 {
left: 37.5%;
}
.pull-3_8 {
right: 37.5%;
}
.offset-3_8 {
margin-left: 37.5%;
}
.column-3_9 {
width: 33.3333333333%;
}
.push-3_9 {
left: 33.3333333333%;
}
.pull-3_9 {
right: 33.3333333333%;
}
.offset-3_9 {
margin-left: 33.3333333333%;
}
.column-3_10 {
width: 30%;
}
.push-3_10 {
left: 30%;
}
.pull-3_10 {
right: 30%;
}
.offset-3_10 {
margin-left: 30%;
}
.column-3_11 {
width: 27.2727272727%;
}
.push-3_11 {
left: 27.2727272727%;
}
.pull-3_11 {
right: 27.2727272727%;
}
.offset-3_11 {
margin-left: 27.2727272727%;
}
.column-3_12 {
width: 25%;
}
.push-3_12 {
left: 25%;
}
.pull-3_12 {
right: 25%;
}
.offset-3_12 {
margin-left: 25%;
}
.column-4_4 {
width: 100%;
}
.column-4_5 {
width: 80%;
}
.push-4_5 {
left: 80%;
}
.pull-4_5 {
right: 80%;
}
.offset-4_5 {
margin-left: 80%;
}
.column-4_6 {
width: 66.6666666667%;
}
.push-4_6 {
left: 66.6666666667%;
}
.pull-4_6 {
right: 66.6666666667%;
}
.offset-4_6 {
margin-left: 66.6666666667%;
}
.column-4_7 {
width: 57.1428571429%;
}
.push-4_7 {
left: 57.1428571429%;
}
.pull-4_7 {
right: 57.1428571429%;
}
.offset-4_7 {
margin-left: 57.1428571429%;
}
.column-4_8 {
width: 50%;
}
.push-4_8 {
left: 50%;
}
.pull-4_8 {
right: 50%;
}
.offset-4_8 {
margin-left: 50%;
}
.column-4_9 {
width: 44.4444444444%;
}
.push-4_9 {
left: 44.4444444444%;
}
.pull-4_9 {
right: 44.4444444444%;
}
.offset-4_9 {
margin-left: 44.4444444444%;
}
.column-4_10 {
width: 40%;
}
.push-4_10 {
left: 40%;
}
.pull-4_10 {
right: 40%;
}
.offset-4_10 {
margin-left: 40%;
}
.column-4_11 {
width: 36.3636363636%;
}
.push-4_11 {
left: 36.3636363636%;
}
.pull-4_11 {
right: 36.3636363636%;
}
.offset-4_11 {
margin-left: 36.3636363636%;
}
.column-4_12 {
width: 33.3333333333%;
}
.push-4_12 {
left: 33.3333333333%;
}
.pull-4_12 {
right: 33.3333333333%;
}
.offset-4_12 {
margin-left: 33.3333333333%;
}
.column-5_5 {
width: 100%;
}
.column-5_6 {
width: 83.3333333333%;
}
.push-5_6 {
left: 83.3333333333%;
}
.pull-5_6 {
right: 83.3333333333%;
}
.offset-5_6 {
margin-left: 83.3333333333%;
}
.column-5_7 {
width: 71.4285714286%;
}
.push-5_7 {
left: 71.4285714286%;
}
.pull-5_7 {
right: 71.4285714286%;
}
.offset-5_7 {
margin-left: 71.4285714286%;
}
.column-5_8 {
width: 62.5%;
}
.push-5_8 {
left: 62.5%;
}
.pull-5_8 {
right: 62.5%;
}
.offset-5_8 {
margin-left: 62.5%;
}
.column-5_9 {
width: 55.5555555556%;
}
.push-5_9 {
left: 55.5555555556%;
}
.pull-5_9 {
right: 55.5555555556%;
}
.offset-5_9 {
margin-left: 55.5555555556%;
}
.column-5_10 {
width: 50%;
}
.push-5_10 {
left: 50%;
}
.pull-5_10 {
right: 50%;
}
.offset-5_10 {
margin-left: 50%;
}
.column-5_11 {
width: 45.4545454545%;
}
.push-5_11 {
left: 45.4545454545%;
}
.pull-5_11 {
right: 45.4545454545%;
}
.offset-5_11 {
margin-left: 45.4545454545%;
}
.column-5_12 {
width: 41.6666666667%;
}
.push-5_12 {
left: 41.6666666667%;
}
.pull-5_12 {
right: 41.6666666667%;
}
.offset-5_12 {
margin-left: 41.6666666667%;
}
.column-6_6 {
width: 100%;
}
.column-6_7 {
width: 85.7142857143%;
}
.push-6_7 {
left: 85.7142857143%;
}
.pull-6_7 {
right: 85.7142857143%;
}
.offset-6_7 {
margin-left: 85.7142857143%;
}
.column-6_8 {
width: 75%;
}
.push-6_8 {
left: 75%;
}
.pull-6_8 {
right: 75%;
}
.offset-6_8 {
margin-left: 75%;
}
.column-6_9 {
width: 66.6666666667%;
}
.push-6_9 {
left: 66.6666666667%;
}
.pull-6_9 {
right: 66.6666666667%;
}
.offset-6_9 {
margin-left: 66.6666666667%;
}
.column-6_10 {
width: 60%;
}
.push-6_10 {
left: 60%;
}
.pull-6_10 {
right: 60%;
}
.offset-6_10 {
margin-left: 60%;
}
.column-6_11 {
width: 54.5454545455%;
}
.push-6_11 {
left: 54.5454545455%;
}
.pull-6_11 {
right: 54.5454545455%;
}
.offset-6_11 {
margin-left: 54.5454545455%;
}
.column-6_12 {
width: 50%;
}
.push-6_12 {
left: 50%;
}
.pull-6_12 {
right: 50%;
}
.offset-6_12 {
margin-left: 50%;
}
.column-7_7 {
width: 100%;
}
.column-7_8 {
width: 87.5%;
}
.push-7_8 {
left: 87.5%;
}
.pull-7_8 {
right: 87.5%;
}
.offset-7_8 {
margin-left: 87.5%;
}
.column-7_9 {
width: 77.7777777778%;
}
.push-7_9 {
left: 77.7777777778%;
}
.pull-7_9 {
right: 77.7777777778%;
}
.offset-7_9 {
margin-left: 77.7777777778%;
}
.column-7_10 {
width: 70%;
}
.push-7_10 {
left: 70%;
}
.pull-7_10 {
right: 70%;
}
.offset-7_10 {
margin-left: 70%;
}
.column-7_11 {
width: 63.6363636364%;
}
.push-7_11 {
left: 63.6363636364%;
}
.pull-7_11 {
right: 63.6363636364%;
}
.offset-7_11 {
margin-left: 63.6363636364%;
}
.column-7_12 {
width: 58.3333333333%;
}
.push-7_12 {
left: 58.3333333333%;
}
.pull-7_12 {
right: 58.3333333333%;
}
.offset-7_12 {
margin-left: 58.3333333333%;
}
.column-8_8 {
width: 100%;
}
.column-8_9 {
width: 88.8888888889%;
}
.push-8_9 {
left: 88.8888888889%;
}
.pull-8_9 {
right: 88.8888888889%;
}
.offset-8_9 {
margin-left: 88.8888888889%;
}
.column-8_10 {
width: 80%;
}
.push-8_10 {
left: 80%;
}
.pull-8_10 {
right: 80%;
}
.offset-8_10 {
margin-left: 80%;
}
.column-8_11 {
width: 72.7272727273%;
}
.push-8_11 {
left: 72.7272727273%;
}
.pull-8_11 {
right: 72.7272727273%;
}
.offset-8_11 {
margin-left: 72.7272727273%;
}
.column-8_12 {
width: 66.6666666667%;
}
.push-8_12 {
left: 66.6666666667%;
}
.pull-8_12 {
right: 66.6666666667%;
}
.offset-8_12 {
margin-left: 66.6666666667%;
}
.column-9_9 {
width: 100%;
}
.column-9_10 {
width: 90%;
}
.push-9_10 {
left: 90%;
}
.pull-9_10 {
right: 90%;
}
.offset-9_10 {
margin-left: 90%;
}
.column-9_11 {
width: 81.8181818182%;
}
.push-9_11 {
left: 81.8181818182%;
}
.pull-9_11 {
right: 81.8181818182%;
}
.offset-9_11 {
margin-left: 81.8181818182%;
}
.column-9_12 {
width: 75%;
}
.push-9_12 {
left: 75%;
}
.pull-9_12 {
right: 75%;
}
.offset-9_12 {
margin-left: 75%;
}
.column-10_10 {
width: 100%;
}
.column-10_11 {
width: 90.9090909091%;
}
.push-10_11 {
left: 90.9090909091%;
}
.pull-10_11 {
right: 90.9090909091%;
}
.offset-10_11 {
margin-left: 90.9090909091%;
}
.column-10_12 {
width: 83.3333333333%;
}
.push-10_12 {
left: 83.3333333333%;
}
.pull-10_12 {
right: 83.3333333333%;
}
.offset-10_12 {
margin-left: 83.3333333333%;
}
.column-11_11 {
width: 100%;
}
.column-11_12 {
width: 91.6666666667%;
}
.push-11_12 {
left: 91.6666666667%;
}
.pull-11_12 {
right: 91.6666666667%;
}
.offset-11_12 {
margin-left: 91.6666666667%;
}
.column-12_12 {
width: 100%;
} .clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.columns_wrap:after {
content: " ";
clear: both;
width: 100%;
height: 0;
display: block;
}
.center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.affix {
position: fixed;
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.visible {
visibility: visible;
}
.invisible {
visibility: hidden;
}
.show {
display: block !important;
}
.hide {
display: none !important;
}
.hidden {
display: none !important;
visibility: hidden !important;
}
.text-hide {
font-size: 0;
line-height: 0;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.vertical-centered {
overflow: hidden;
}
.vertical-centered:before {
content: " ";
width: 0;
height: 100%;
margin-left: -0.3em;
}
.vertical-centered:before,
.vertical-centered > * {
display: inline-block;
vertical-align: middle;
}
.yokoo_loading,
.trx_addons_loading {
background-image: url(//www.elite-wheels.cn/wp-content/themes/yokoo/images/preloader2.png) !important;
background-position: center !important;
background-repeat: no-repeat !important;
}
.woocommerce-page:before {
content: "";
display: block;
height: 0;
opacity: 0;
width: 0;
}
.woocommerce-page:before,
body div.woof_info_popup {
background-image: url(//www.elite-wheels.cn/wp-content/themes/yokoo/skins/default/images/loading.png);
}
.theme_button_close,
.trx_addons_button_close,
.review-form a.close,
#cancel-comment-reply-link {
display: block;
cursor: pointer;
width: 3rem;
height: 3rem;
line-height: 3rem;
text-align: center;
position: absolute;
z-index: 1;
top: 0;
right: 0;
margin: 0 !important;
}
.review-form a.close,
#cancel-comment-reply-link,
.sc_layouts_cart_widget_close {
width: 2rem;
height: 2rem;
line-height: 2rem;
text-align: center;
}
.mfp-close-icon,
.review-form a.close,
#cancel-comment-reply-link {
text-indent: -300px;
overflow: hidden !important;
-webkit-transition: -webkit-transform 0.3s ease;
transition: -webkit-transform 0.3s ease;
transition: transform 0.3s ease;
transition: transform 0.3s ease, -webkit-transform 0.3s ease;
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
.mfp-close-icon,
.theme_button_close_icon,
.trx_addons_button_close_icon {
position: absolute;
z-index: 2;
top: 25%;
left: 25%;
width: 50%;
height: 50%;
line-height: 50%;
text-align: center;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: -webkit-transform 0.3s ease;
transition: -webkit-transform 0.3s ease;
transition: transform 0.3s ease;
transition: transform 0.3s ease, -webkit-transform 0.3s ease;
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
.theme_button_close:hover .theme_button_close_icon,
.trx_addons_button_close:hover .trx_addons_button_close_icon,
.mfp-close:hover .mfp-close-icon,
.review-form a.close:hover,
#cancel-comment-reply-link:hover {
-webkit-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
transform: rotate(-180deg);
}
.theme_button_close_icon:before,
.theme_button_close_icon:after,
.trx_addons_button_close_icon:before,
.trx_addons_button_close_icon:after,
.mfp-close-icon:before,
.mfp-close-icon:after,
.review-form a.close:before,
.review-form a.close:after,
#cancel-comment-reply-link:before,
#cancel-comment-reply-link:after {
content: " ";
position: absolute;
z-index: 1;
top: 50%;
left: 0;
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
width: 100%;
height: 0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
margin-top: -1px;
border-top: 2px solid var(--theme-color-alter_dark);
-webkit-transition: border-color 0.3s ease;
transition: border-color 0.3s ease;
}
.theme_button_close:hover .theme_button_close_icon:before,
.theme_button_close:focus .theme_button_close_icon:before,
.theme_button_close:hover .theme_button_close_icon:after,
.theme_button_close:focus .theme_button_close_icon:after,
.trx_addons_button_close:hover .trx_addons_button_close_icon:before,
.trx_addons_button_close:focus .trx_addons_button_close_icon:before,
.trx_addons_button_close:hover .trx_addons_button_close_icon:after,
.trx_addons_button_close:focus .trx_addons_button_close_icon:after,
.mfp-close:hover .mfp-close-icon:before,
.mfp-close:focus .mfp-close-icon:before,
.mfp-close:hover .mfp-close-icon:after,
.mfp-close:focus .mfp-close-icon:after,
.review-form a.close:hover:before,
.review-form a.close:hover:after,
#cancel-comment-reply-link:hover:before,
#cancel-comment-reply-link:hover:after {
border-color: var(--theme-color-alter_link);
}
.theme_button_close_icon:before,
.trx_addons_button_close_icon:before,
.mfp-close .mfp-close-icon:before,
.review-form a.close:before,
#cancel-comment-reply-link:before {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.theme_button_close_icon:after,
.trx_addons_button_close_icon:after,
.mfp-close .mfp-close-icon:after,
.review-form a.close:after,
#cancel-comment-reply-link:after {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
} .page_wrap {
min-height: 100vh;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.page_wrap,
.content_wrap {
margin: 0 auto;
}
.body_style_boxed {
background-color: #f0f0f0;
background-attachment: fixed;
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
}
.body_style_boxed .page_wrap {
width: calc(var(--theme-var-page) + var(--theme-var-page_boxed_extra) * 2);
max-width: 100%;
}
.page_content_wrap {
padding-top: 120px;
padding-bottom: 120px;
}
.remove_margins .page_content_wrap {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.content_wrap,
.content_container {
width: var(--theme-var-page);
max-width: 100%;
margin: 0 auto;
}
.content_wrap .content_wrap,
.content_wrap .content_container,
.content_container .content_wrap,
.content_container .content_container {
width: 100%;
}
.content_wrap:after,
.content_container:after {
content: " ";
clear: both;
width: 100%;
height: 0;
display: block;
}
.body_style_fullwide .content_wrap {
max-width: var(--theme-var-page_fullwide_max);
margin: 0 auto;
width: 100% !important;
padding-left: var(--theme-var-paddings_fullwide);
padding-right: var(--theme-var-paddings_fullwide);
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.content, .sidebar, .sidebar_inner {
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.sidebar_fixed_placeholder {
min-height: 1px;
}
.page_content_wrap .content_wrap,
.page_content_wrap .content_wrap_fullscreen {
position: relative;
}
#page_preloader,
.page_content_wrap,
.custom-background .content_wrap > .content,
.background_banner_wrap ~ .content_wrap > .content {
background-color: var(--theme-color-bg_color);
}
.page_content_wrap .post_content .wp-block-calendar a:before {
background-color: var(--theme-color-bg_color);
}
.preloader_wrap > div {
background-color: var(--theme-color-text_link);
} body.body_style_wide:not(.expand_content) [class*=content_wrap] > .content,
body.body_style_boxed:not(.expand_content) [class*=content_wrap] > .content {
width: var(--theme-var-content);
}
[class*=content_wrap] > .sidebar {
width: var(--theme-var-sidebar);
}
.sidebar_hide [class*=content_wrap] > .content {
margin-left: auto;
margin-right: auto;
}
.sidebar_right [class*=content_wrap] > .content {
float: left;
}
.sidebar_right [class*=content_wrap] > .sidebar {
float: right;
}
.sidebar_left [class*=content_wrap] > .content {
float: right;
}
.sidebar_left [class*=content_wrap] > .sidebar {
float: left;
} .body_style_fullwide [class*=content_wrap] > .content,
.body_style_fullscreen [class*=content_wrap] > .content {
width: 100%;
}
.body_style_fullwide.sidebar_right [class*=content_wrap] > .content,
.body_style_fullscreen.sidebar_right [class*=content_wrap] > .content {
padding-right: var(--theme-var-sidebar_and_gap);
}
.body_style_fullwide.sidebar_right [class*=content_wrap] > .sidebar,
.body_style_fullscreen.sidebar_right [class*=content_wrap] > .sidebar {
margin-left: calc(-1 * var(--theme-var-sidebar));
}
.body_style_fullwide.sidebar_left [class*=content_wrap] > .content,
.body_style_fullscreen.sidebar_left [class*=content_wrap] > .content {
padding-left: var(--theme-var-sidebar_and_gap);
}
.body_style_fullwide.sidebar_left [class*=content_wrap] > .sidebar,
.body_style_fullscreen.sidebar_left [class*=content_wrap] > .sidebar {
margin-right: calc(-1 * var(--theme-var-sidebar));
}
.body_style_fullscreen .page_content_wrap {
overflow: hidden;
padding: 0;
position: relative; } .body_style_fullscreen [class*=content_wrap] > .content > article.page {
padding: 0;
} .fixed_blocks_sticky .sidebar {
position: sticky;
top: 0;
}
.fixed_blocks_sticky.admin-bar .sidebar {
top: 32px;
} .sidebar_control {
display: none;
color: var(--theme-color-alter_dark) !important;
background-color: var(--theme-color-alter_bg_color);
border-color: var(--theme-color-alter_bd_color);
}
.sidebar_control:hover {
color: var(--theme-color-alter_link) !important;
background-color: var(--theme-color-alter_bg_hover);
border-color: var(--theme-color-alter_bd_hover);
}
.sidebar .sidebar_control,
.sidebar .sidebar_control:after {
border-radius: var(--theme-var-rad);
} [class*=_banner_wrap]:not(.background_banner_wrap) {
background-color: var(--theme-color-alter_bg_color);
}
.banner_wrap_title,
.sidebar .banner_wrap_title {
color: var(--theme-color-alter_light);
}   .top_panel {
position: relative;
z-index: 8000;
padding: 0.02px 0;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.top_panel,
[class*=scheme_].top_panel,
[class*=scheme_].footer_wrap {
color: var(--theme-color-text);
background-color: var(--theme-color-bg_color);
}
.top_panel .row > [class*=column-],
.top_panel .columns_wrap > [class*=column-] {
vertical-align: middle;
}
.top_panel.with_bg_image:before {
content: " ";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.7);
}
[class*=scheme_].top_panel.with_bg_image:before {
background-color: var(--theme-color-bg_color_07);
}
[class*=scheme_].top_panel .slider_engine_revo .slide_subtitle,
.top_panel .slider_engine_revo .slide_subtitle {
color: var(--theme-color-text_link);
}
.top_panel_default .top_panel_navi,
[class*=scheme_].top_panel_default .top_panel_navi {
background-color: var(--theme-color-bg_color);
}
.top_panel_default .top_panel_title,
[class*=scheme_].top_panel_default .top_panel_title {
background-color: var(--theme-color-alter_bg_color);
}
.top_panel_default .top_panel_title.sc_layouts_row_type_normal {
padding: 5em 0;
} #background_video {
-o-object-fit: cover;
object-fit: cover;
overflow: hidden;
position: absolute;
z-index: -1 !important;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
}
div#background_video {
position: absolute !important;
}
div#background_video:after {
content: " ";
position: absolute;
z-index: 2;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.3);
}
div#background_video iframe,
div#background_video video {
position: absolute;
z-index: 1;
top: 50% !important;
left: 50% !important;
-webkit-transform: translate(-50%, 50%) !important;
-ms-transform: translate(-50%, 50%) !important;
transform: translate(-50%, 50%) !important;
max-width: none;
}
#tubular-container {
display: none;
}
.top_panel.with_bg_video {
background: #000;
} .header_position_over .page_wrap {
position: relative;
}
.header_position_over .top_panel {
position: absolute;
z-index: 8000;
top: 0;
left: 0;
width: 100%;
background: rgba(0, 0, 0, 0) !important;
}
.header_position_over .top_panel .sc_layouts_row[class*=scheme_]:not(.sc_layouts_row_fixed_on) {
outline: none;
}
.header_position_under .top_panel {
position: relative;
z-index: 2;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.header_position_under .top_panel_mask {
display: none;
background-color: #000;
opacity: 0;
pointer-events: none;
position: absolute;
z-index: 9999;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.header_position_under .page_content_wrap {
position: relative;
z-index: 4;
}
.header_position_under .footer_wrap {
position: relative;
z-index: 3;
}  .top_panel_default .sc_layouts_row_fixed_on {
-webkit-transition: padding 0.3s ease;
transition: padding 0.3s ease;
}
.top_panel_default .sc_layouts_row .custom-logo-link img,
.top_panel_default .sc_layouts_row .sc_layouts_logo img {
-webkit-transition: max-height 0.3s ease;
transition: max-height 0.3s ease;
} .top_panel_default .sc_layouts_menu_nav > li.menu-item-has-children > a:after {
content: "\e828";
font-family: "fontello";
}
.top_panel_default .sc_layouts_menu_nav li li.menu-item-has-children > a:after {
content: "\e836";
font-family: "fontello";
}
.top_panel_default .sc_layouts_menu_mobile_button .sc_layouts_item_icon:before {
content: "\e8ba";
font-family: "fontello";
} .sc_layouts_menu_dir_vertical .sc_layouts_menu_nav li.menu-item-has-children > a > .open_child_menu {
display: none;
position: absolute;
z-index: 2;
top: 0;
right: 0;
bottom: 0;
width: 2.2em;
} [class*=scheme_].sc_layouts_row {
color: var(--theme-color-text);
background-color: var(--theme-color-bg_color);
}
.sc_layouts_row_delimiter,
[class*=scheme_].sc_layouts_row_delimiter {
border-color: var(--theme-color-bd_color);
}
.footer_wrap [class*=scheme_].vc_row .sc_layouts_row_delimiter,
.footer_wrap [class*=scheme_].sc_layouts_row_delimiter,
[class*=scheme_].footer_wrap .sc_layouts_row_delimiter {
border-color: var(--theme-color-alter_bd_color);
}
.sc_layouts_item_icon {
color: var(--theme-color-text_light);
}
.sc_layouts_item_details_line1 {
color: var(--theme-color-text_link);
}
.sc_layouts_item_details_line2 {
color: var(--theme-color-text_dark);
}
span.trx_addons_login_menu,
span.trx_addons_login_menu:after {
color: var(--theme-color-alter_text);
background-color: var(--theme-color-alter_bg_color);
border-color: var(--theme-color-alter_bd_color);
}
span.trx_addons_login_menu .trx_addons_login_menu_delimiter {
border-color: var(--theme-color-alter_bd_color);
}
span.trx_addons_login_menu .trx_addons_login_menu_item {
color: var(--theme-color-alter_text);
}
span.trx_addons_login_menu .trx_addons_login_menu_item:hover,
span.trx_addons_login_menu .trx_addons_login_menu_item:focus {
color: var(--theme-color-alter_dark);
background-color: var(--theme-color-alter_bg_hover);
}
.sc_layouts_row_fixed_on {
background-color: var(--theme-color-bg_color);
} .sc_layouts_row.sc_layouts_row_type_narrow,
[class*=scheme_].sc_layouts_row.sc_layouts_row_type_narrow {
color: var(--theme-color-alter_text);
background-color: var(--theme-color-alter_bg_color);
}
.sc_layouts_row_type_narrow .sc_layouts_item,
[class*=scheme_].sc_layouts_row_type_narrow .sc_layouts_item {
color: var(--theme-color-alter_text);
}
.sc_layouts_row_type_narrow .sc_layouts_item a:not(.sc_button):not(.button),
[class*=scheme_].sc_layouts_row_type_narrow .sc_layouts_item a:not(.sc_button):not(.button) {
color: var(--theme-color-alter_text);
}
.sc_layouts_row_type_narrow .sc_layouts_item_icon,
[class*=scheme_].sc_layouts_row_type_narrow .sc_layouts_item_icon {
color: var(--theme-color-alter_text);
}
.sc_layouts_row_type_narrow .sc_layouts_item a:not(.sc_button):not(.button):hover,
.sc_layouts_row_type_narrow .sc_layouts_item a:not(.sc_button):not(.button):focus,
.sc_layouts_row_type_narrow .sc_layouts_item a:not(.sc_button):not(.button):hover .sc_layouts_item_icon,
.sc_layouts_row_type_narrow .sc_layouts_item a:not(.sc_button):not(.button):focus .sc_layouts_item_icon,
[class*=scheme_].sc_layouts_row_type_narrow .sc_layouts_item a:not(.sc_button):not(.button):hover,
[class*=scheme_].sc_layouts_row_type_narrow .sc_layouts_item a:not(.sc_button):not(.button):focus,
[class*=scheme_].sc_layouts_row_type_narrow .sc_layouts_item a:not(.sc_button):not(.button):hover .sc_layouts_item_icon,
[class*=scheme_].sc_layouts_row_type_narrow .sc_layouts_item a:not(.sc_button):not(.button):focus .sc_layouts_item_icon {
color: var(--theme-color-alter_link);
}
.sc_layouts_row_type_narrow .sc_layouts_item_details_line1,
.sc_layouts_row_type_narrow .sc_layouts_item_details_line2,
[class*=scheme_].sc_layouts_row_type_narrow .sc_layouts_item_details_line1,
[class*=scheme_].sc_layouts_row_type_narrow .sc_layouts_item_details_line2 {
color: var(--theme-color-alter_text);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.sc_layouts_row_type_narrow .sc_layouts_item a:not(.sc_button):not(.button):hover .sc_layouts_item_details_line1,
.sc_layouts_row_type_narrow .sc_layouts_item a:not(.sc_button):not(.button):hover .sc_layouts_item_details_line2,
[class*=scheme_].sc_layouts_row_type_narrow .sc_layouts_item a:not(.sc_button):not(.button):hover .sc_layouts_item_details_line1,
[class*=scheme_].sc_layouts_row_type_narrow .sc_layouts_item a:not(.sc_button):not(.button):hover .sc_layouts_item_details_line2 {
color: var(--theme-color-alter_link);
}
.sc_layouts_row_type_narrow .socials_wrap .social_item .social_icon,
[class*=scheme_].sc_layouts_row_type_narrow .socials_wrap .social_item .social_icon,
.sc_layouts_row_type_narrow .socials_wrap:not([class*=socials_type_]) .social_item .social_icon,
[class*=scheme_].sc_layouts_row_type_narrow .socials_wrap:not([class*=socials_type_]) .social_item .social_icon {
background-color: transparent;
color: var(--theme-color-alter_text);
}
.sc_layouts_row_type_narrow .socials_wrap .social_item:hover .social_icon,
.sc_layouts_row_type_narrow .socials_wrap .social_item:focus .social_icon,
[class*=scheme_].sc_layouts_row_type_narrow .socials_wrap .social_item:hover .social_icon,
[class*=scheme_].sc_layouts_row_type_narrow .socials_wrap .social_item:focus .social_icon,
.sc_layouts_row_type_narrow .socials_wrap:not([class*=socials_type_]) .social_item:hover .social_icon,
.sc_layouts_row_type_narrow .socials_wrap:not([class*=socials_type_]) .social_item:focus .social_icon,
[class*=scheme_].sc_layouts_row_type_narrow .socials_wrap:not([class*=socials_type_]) .social_item:hover .social_icon,
[class*=scheme_].sc_layouts_row_type_narrow .socials_wrap:not([class*=socials_type_]) .social_item:focus .social_icon {
background-color: transparent;
color: var(--theme-color-alter_link);
}
.sc_layouts_row_type_narrow .sc_button_default,
.sc_layouts_row_type_narrow .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image),
[class*=scheme_].sc_layouts_row_type_narrow .sc_button_default,
[class*=scheme_].sc_layouts_row_type_narrow .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image) {
background-color: var(--theme-color-alter_link);
color: var(--theme-color-inverse_link);
}
.sc_layouts_row_type_narrow .sc_button_default:hover,
.sc_layouts_row_type_narrow .sc_button_default:focus,
.sc_layouts_row_type_narrow .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image):hover,
.sc_layouts_row_type_narrow .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image):focus,
[class*=scheme_].sc_layouts_row_type_narrow .sc_button_default:hover,
[class*=scheme_].sc_layouts_row_type_narrow .sc_button_default:focus,
[class*=scheme_].sc_layouts_row_type_narrow .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image):hover,
[class*=scheme_].sc_layouts_row_type_narrow .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image):focus {
background-color: var(--theme-color-alter_link);
color: var(--theme-color-inverse_link);
}
.sc_layouts_row_type_narrow .sc_button.color_style_link2,
[class*=scheme_].sc_layouts_row_type_narrow .sc_button.color_style_link2 {
background-color: var(--theme-color-alter_link2);
color: var(--theme-color-inverse_link);
}
.sc_layouts_row_type_narrow .sc_button.color_style_link2:hover,
.sc_layouts_row_type_narrow .sc_button.color_style_link2:focus,
[class*=scheme_].sc_layouts_row_type_narrow .sc_button.color_style_link2:hover,
[class*=scheme_].sc_layouts_row_type_narrow .sc_button.color_style_link2:focus {
background-color: var(--theme-color-alter_hover2);
color: var(--theme-color-inverse_link) !important;
}
.sc_layouts_row_type_narrow .sc_button.color_style_link3,
[class*=scheme_].sc_layouts_row_type_narrow .sc_button.color_style_link3 {
background-color: var(--theme-color-alter_link3);
color: var(--theme-color-inverse_link);
}
.sc_layouts_row_type_narrow .sc_button.color_style_link3:hover,
.sc_layouts_row_type_narrow .sc_button.color_style_link3:focus,
[class*=scheme_].sc_layouts_row_type_narrow .sc_button.color_style_link3:hover,
[class*=scheme_].sc_layouts_row_type_narrow .sc_button.color_style_link3:focus {
background-color: var(--theme-color-alter_hover3);
color: var(--theme-color-inverse_link) !important;
}
.sc_layouts_row_type_narrow .sc_button.color_style_dark,
[class*=scheme_].sc_layouts_row_type_narrow .sc_button.color_style_dark {
background-color: var(--theme-color-alter_dark);
color: var(--theme-color-inverse_link);
}
.sc_layouts_row_type_narrow .sc_button.color_style_dark:hover,
.sc_layouts_row_type_narrow .sc_button.color_style_dark:focus,
[class*=scheme_].sc_layouts_row_type_narrow .sc_button.color_style_dark:hover,
[class*=scheme_].sc_layouts_row_type_narrow .sc_button.color_style_dark:focus {
background-color: var(--theme-color-alter_link);
color: var(--theme-color-inverse_link) !important;
}
.sc_layouts_row_type_narrow .sc_button_bordered:not(.sc_button_bg_image),
[class*=scheme_].sc_layouts_row_type_narrow .sc_button_bordered:not(.sc_button_bg_image) {
color: var(--theme-color-alter_link);
border-color: var(--theme-color-alter_link);
}
.sc_layouts_row_type_narrow .sc_button_bordered:not(.sc_button_bg_image):hover,
.sc_layouts_row_type_narrow .sc_button_bordered:not(.sc_button_bg_image):focus,
[class*=scheme_].sc_layouts_row_type_narrow .sc_button_bordered:not(.sc_button_bg_image):hover,
[class*=scheme_].sc_layouts_row_type_narrow .sc_button_bordered:not(.sc_button_bg_image):focus {
color: var(--theme-color-alter_hover) !important;
border-color: var(--theme-color-alter_hover) !important;
}
.sc_layouts_row_type_narrow .sc_button_bordered.color_style_link2:not(.sc_button_bg_image),
[class*=scheme_].sc_layouts_row_type_narrow .sc_button_bordered.color_style_link2:not(.sc_button_bg_image) {
color: var(--theme-color-alter_link2);
border-color: var(--theme-color-alter_link2);
}
.sc_layouts_row_type_narrow .sc_button_bordered.color_style_link2:not(.sc_button_bg_image):hover,
.sc_layouts_row_type_narrow .sc_button_bordered.color_style_link2:not(.sc_button_bg_image):focus,
[class*=scheme_].sc_layouts_row_type_narrow .sc_button_bordered.color_style_link2:not(.sc_button_bg_image):hover,
[class*=scheme_].sc_layouts_row_type_narrow .sc_button_bordered.color_style_link2:not(.sc_button_bg_image):focus {
color: var(--theme-color-alter_hover2) !important;
border-color: var(--theme-color-alter_hover2) !important;
}
.sc_layouts_row_type_narrow .sc_button_bordered.color_style_link3:not(.sc_button_bg_image),
[class*=scheme_].sc_layouts_row_type_narrow .sc_button_bordered.color_style_link3:not(.sc_button_bg_image) {
color: var(--theme-color-alter_link3);
border-color: var(--theme-color-alter_link3);
}
.sc_layouts_row_type_narrow .sc_button_bordered.color_style_link3:not(.sc_button_bg_image):hover,
.sc_layouts_row_type_narrow .sc_button_bordered.color_style_link3:not(.sc_button_bg_image):focus,
[class*=scheme_].sc_layouts_row_type_narrow .sc_button_bordered.color_style_link3:not(.sc_button_bg_image):hover,
[class*=scheme_].sc_layouts_row_type_narrow .sc_button_bordered.color_style_link3:not(.sc_button_bg_image):focus {
color: var(--theme-color-alter_hover3) !important;
border-color: var(--theme-color-alter_hover3) !important;
}
.sc_layouts_row_type_narrow .sc_button_bordered.color_style_dark:not(.sc_button_bg_image),
[class*=scheme_].sc_layouts_row_type_narrow .sc_button_bordered.color_style_dark:not(.sc_button_bg_image) {
color: var(--theme-color-alter_dark);
border-color: var(--theme-color-alter_dark);
}
.sc_layouts_row_type_narrow .sc_button_bordered.color_style_dark:not(.sc_button_bg_image):hover,
.sc_layouts_row_type_narrow .sc_button_bordered.color_style_dark:not(.sc_button_bg_image):focus,
[class*=scheme_].sc_layouts_row_type_narrow .sc_button_bordered.color_style_dark:not(.sc_button_bg_image):hover,
[class*=scheme_].sc_layouts_row_type_narrow .sc_button_bordered.color_style_dark:not(.sc_button_bg_image):focus {
color: var(--theme-color-alter_link) !important;
border-color: var(--theme-color-alter_link) !important;
}
.sc_layouts_row_type_narrow .search_wrap .search_submit,
[class*=scheme_].sc_layouts_row_type_narrow .search_wrap .search_submit {
background-color: transparent;
color: var(--theme-color-alter_link);
}
.sc_layouts_row_type_narrow .search_wrap .search_field,
[class*=scheme_].sc_layouts_row_type_narrow .search_wrap .search_field {
color: var(--theme-color-alter_text);
}
.sc_layouts_row_type_narrow .search_wrap .search_field::-webkit-input-placeholder,
[class*=scheme_].sc_layouts_row_type_narrow .search_wrap .search_field::-webkit-input-placeholder {
color: var(--theme-color-alter_text);
}
.sc_layouts_row_type_narrow .search_wrap .search_field::-moz-placeholder,
[class*=scheme_].sc_layouts_row_type_narrow .search_wrap .search_field::-moz-placeholder {
color: var(--theme-color-alter_text);
}
.sc_layouts_row_type_narrow .search_wrap .search_field:-ms-input-placeholder,
[class*=scheme_].sc_layouts_row_type_narrow .search_wrap .search_field:-ms-input-placeholder {
color: var(--theme-color-alter_text);
}
.sc_layouts_row_type_narrow .search_wrap .search_field:focus,
[class*=scheme_].sc_layouts_row_type_narrow .search_wrap .search_field:focus {
color: var(--theme-color-alter_dark);
} .sc_layouts_row_type_compact .sc_layouts_item,
[class*=scheme_].sc_layouts_row_type_compact .sc_layouts_item {
color: var(--theme-color-text);
}
.sc_layouts_row_type_compact .sc_layouts_item a:not(.sc_button):not(.button),
[class*=scheme_].sc_layouts_row_type_compact .sc_layouts_item a:not(.sc_button):not(.button) {
color: var(--theme-color-text);
}
.sc_layouts_row_type_compact .sc_layouts_item a:not(.sc_button):not(.button):hover,
.sc_layouts_row_type_compact .sc_layouts_item a:not(.sc_button):not(.button):focus,
[class*=scheme_].sc_layouts_row_type_compact .sc_layouts_item a:not(.sc_button):not(.button):hover,
[class*=scheme_].sc_layouts_row_type_compact .sc_layouts_item a:not(.sc_button):not(.button):focus {
color: var(--theme-color-text_dark);
}
.sc_layouts_row_type_compact .sc_layouts_item a:hover .sc_layouts_item_icon,
.sc_layouts_row_type_compact .sc_layouts_item a:focus .sc_layouts_item_icon,
[class*=scheme_].sc_layouts_row_type_compact .sc_layouts_item a:hover .sc_layouts_item_icon,
[class*=scheme_].sc_layouts_row_type_compact .sc_layouts_item a:focus .sc_layouts_item_icon {
color: var(--theme-color-inverse_link);
}
.sc_layouts_row_type_compact .sc_layouts_item_icon,
[class*=scheme_].sc_layouts_row_type_compact .sc_layouts_item_icon {
color: var(--theme-color-text_link);
}
.sc_layouts_row_type_compact .sc_layouts_item_details_line1,
.sc_layouts_row_type_compact .sc_layouts_item_details_line2,
[class*=scheme_].sc_layouts_row_type_compact .sc_layouts_item_details_line1,
[class*=scheme_].sc_layouts_row_type_compact .sc_layouts_item_details_line2 {
color: var(--theme-color-text_dark);
}
.sc_layouts_row_type_compact .socials_wrap .social_item .social_icon,
[class*=scheme_].sc_layouts_row_type_compact .socials_wrap .social_item .social_icon,
.sc_layouts_row_type_compact .socials_wrap:not([class*=socials_type_]) .social_item .social_icon,
[class*=scheme_].sc_layouts_row_type_compact .socials_wrap:not([class*=socials_type_]) .social_item .social_icon {
background-color: transparent;
color: var(--theme-color-text_dark);
}
.sc_layouts_row_type_compact .socials_wrap .social_item:hover .social_icon,
[class*=scheme_].sc_layouts_row_type_compact .socials_wrap .social_item:hover .social_icon,
.sc_layouts_row_type_compact .socials_wrap:not([class*=socials_type_]) .social_item:hover .social_icon,
[class*=scheme_].sc_layouts_row_type_compact .socials_wrap:not([class*=socials_type_]) .social_item:hover .social_icon {
background-color: transparent;
color: var(--theme-color-text_hover);
}
.sc_layouts_row_type_compact .search_wrap .search_submit,
[class*=scheme_].sc_layouts_row_type_compact .search_wrap .search_submit {
background-color: transparent;
color: var(--theme-color-text_dark);
}
.sc_layouts_row_type_compact .search_wrap .search_submit:hover,
.sc_layouts_row_type_compact .search_wrap .search_submit:focus,
[class*=scheme_].sc_layouts_row_type_compact .search_wrap .search_submit:hover,
[class*=scheme_].sc_layouts_row_type_compact .search_wrap .search_submit:focus {
background-color: transparent;
color: var(--theme-color-text_hover);
}
.sc_layouts_row_type_compact .search_wrap.search_style_normal .search_submit,
[class*=scheme_].sc_layouts_row_type_compact .search_wrap.search_style_normal .search_submit {
color: var(--theme-color-text_link);
}
.sc_layouts_row_type_compact .search_wrap.search_style_normal .search_submit:hover,
.sc_layouts_row_type_compact .search_wrap.search_style_normal .search_submit:focus,
[class*=scheme_].sc_layouts_row_type_compact .search_wrap.search_style_normal .search_submit:hover,
[class*=scheme_].sc_layouts_row_type_compact .search_wrap.search_style_normal .search_submit:focus {
color: var(--theme-color-text_hover);
}
.sc_layouts_row_type_compact .search_wrap .search_field::-webkit-input-placeholder,
[class*=scheme_].sc_layouts_row_type_compact .search_wrap .search_field::-webkit-input-placeholder {
color: var(--theme-color-text);
}
.sc_layouts_row_type_compact .search_wrap .search_field::-moz-placeholder,
[class*=scheme_].sc_layouts_row_type_compact .search_wrap .search_field::-moz-placeholder {
color: var(--theme-color-text);
}
.sc_layouts_row_type_compact .search_wrap .search_field:-ms-input-placeholder,
[class*=scheme_].sc_layouts_row_type_compact .search_wrap .search_field:-ms-input-placeholder {
color: var(--theme-color-text);
} .sc_layouts_row_type_normal .sc_layouts_item,
[class*=scheme_].sc_layouts_row_type_normal .sc_layouts_item {
color: var(--theme-color-text);
}
.sc_layouts_row_type_normal .sc_layouts_item a:not(.sc_button):not(.button),
[class*=scheme_].sc_layouts_row_type_normal .sc_layouts_item a:not(.sc_button):not(.button) {
color: var(--theme-color-text);
}
.sc_layouts_row_type_normal .sc_layouts_item a:not(.sc_button):not(.button):hover,
.sc_layouts_row_type_normal .sc_layouts_item a:not(.sc_button):not(.button):focus,
.sc_layouts_row_type_normal .sc_layouts_item a:not(.sc_button):not(.button):hover .sc_layouts_item_icon,
.sc_layouts_row_type_normal .sc_layouts_item a:not(.sc_button):not(.button):focus .sc_layouts_item_icon,
[class*=scheme_].sc_layouts_row_type_normal .sc_layouts_item a:not(.sc_button):not(.button):hover,
[class*=scheme_].sc_layouts_row_type_normal .sc_layouts_item a:not(.sc_button):not(.button):focus,
[class*=scheme_].sc_layouts_row_type_normal .sc_layouts_item a:not(.sc_button):not(.button):hover .sc_layouts_item_icon,
[class*=scheme_].sc_layouts_row_type_normal .sc_layouts_item a:not(.sc_button):not(.button):focus .sc_layouts_item_icon {
color: var(--theme-color-text_dark);
}
.sc_layouts_row_type_normal .search_wrap .search_submit,
[class*=scheme_].sc_layouts_row_type_normal .search_wrap .search_submit {
background-color: transparent;
color: var(--theme-color-input_text);
}
.sc_layouts_row_type_normal .search_wrap .search_submit:hover,
.sc_layouts_row_type_normal .search_wrap .search_submit:focus,
[class*=scheme_].sc_layouts_row_type_normal .search_wrap .search_submit:hover,
[class*=scheme_].sc_layouts_row_type_normal .search_wrap .search_submit:focus {
background-color: transparent;
color: var(--theme-color-input_dark);
} .sc_layouts_logo b {
color: var(--theme-color-text_dark);
}
.sc_layouts_logo i {
color: var(--theme-color-text_link);
}
.sc_layouts_logo_text,
.sc_layouts_logo .logo_text {
color: var(--theme-color-text_dark) !important;
}
.sc_layouts_logo_text:hover,
.sc_layouts_logo:hover .logo_text {
color: var(--theme-color-text_link) !important;
}
.sc_layouts_logo_slogan,
.sc_layouts_logo .logo_slogan {
color: var(--theme-color-text) !important;
} .search_style_expand.search_opened {
background-color: var(--theme-color-bg_color);
border-color: var(--theme-color-bd_color);
}
.search_style_expand.search_opened .search_submit {
color: var(--theme-color-text);
}
.search_style_expand .search_submit:hover,
.search_style_expand .search_submit:focus {
color: var(--theme-color-text_dark);
} .search_style_fullscreen.search_opened .search_form_wrap {
background-color: var(--theme-color-bg_color_09);
}
.search_style_fullscreen.search_opened .search_form {
border-color: var(--theme-color-text_dark);
}
.search_style_fullscreen.search_opened .search_close,
.search_style_fullscreen.search_opened .search_field,
.search_style_fullscreen.search_opened .search_submit {
color: var(--theme-color-text_dark);
}
.search_style_fullscreen.search_opened .search_close:hover,
.search_style_fullscreen.search_opened .search_close:focus,
.search_style_fullscreen.search_opened .search_field:hover,
.search_style_fullscreen.search_opened .search_field:focus,
.search_style_fullscreen.search_opened .search_submit:hover,
.search_style_fullscreen.search_opened .search_submit:focus {
color: var(--theme-color-text);
}
.search_style_fullscreen.search_opened .search_field::-webkit-input-placeholder {
color: var(--theme-color-input_light);
opacity: 1;
}
.search_style_fullscreen.search_opened .search_field::-moz-placeholder {
color: var(--theme-color-input_light);
opacity: 1;
} .search_style_fullscreen.search_opened .search_field:-moz-placeholder {
color: var(--theme-color-input_light);
opacity: 1;
} .search_style_fullscreen.search_opened .search_field:-ms-input-placeholder {
color: var(--theme-color-input_light);
opacity: 1;
} .search_wrap .search_results {
background-color: var(--theme-color-bg_color);
border-color: var(--theme-color-bd_color);
}
.search_wrap .search_results:after {
background-color: var(--theme-color-bg_color);
border-left-color: var(--theme-color-bd_color);
border-top-color: var(--theme-color-bd_color);
}
.search_wrap .search_results .search_results_close {
color: var(--theme-color-text_light);
}
.search_wrap .search_results .search_results_close:hover {
color: var(--theme-color-text_dark);
}
.search_results.widget_area .post_item + .post_item {
border-top-color: var(--theme-color-bd_color);
} .sc_layouts_title .sc_layouts_title_meta,
.sc_layouts_title .sc_layouts_title_breadcrumbs,
.sc_layouts_title .sc_layouts_title_breadcrumbs a,
.sc_layouts_title .sc_layouts_title_description,
.sc_layouts_title .post_meta,
.sc_layouts_title .post_meta_item,
.sc_layouts_title .post_meta .vc_inline-link,
.sc_layouts_title .post_meta_item a,
.sc_layouts_title .post_meta_item:after,
.sc_layouts_title .post_meta_item:hover:after,
.sc_layouts_title .post_meta_item.post_meta_edit:after,
.sc_layouts_title .post_meta_item.post_meta_edit:hover:after,
.sc_layouts_title .post_meta_item.post_categories,
.sc_layouts_title .post_meta_item.post_categories a,
.sc_layouts_title .post_info .post_info_item,
.sc_layouts_title .post_info .post_info_item a,
.sc_layouts_title .post_info_counters .post_meta_item {
color: var(--theme-color-text_dark);
}
.sc_layouts_title .post_meta_item a:hover,
.sc_layouts_title .post_meta_item a:focus,
.sc_layouts_title .sc_layouts_title_breadcrumbs a:hover,
.sc_layouts_title .sc_layouts_title_breadcrumbs a:focus,
.sc_layouts_title .post_meta .vc_inline-link:hover,
.sc_layouts_title .post_meta .vc_inline-link:focus,
.sc_layouts_title a.post_meta_item:hover,
.sc_layouts_title a.post_meta_item:focus,
.sc_layouts_title .post_meta_item.post_categories a:hover,
.sc_layouts_title .post_meta_item.post_categories a:focus,
.sc_layouts_title .post_info .post_info_item a:hover,
.sc_layouts_title .post_info .post_info_item a:focus,
.sc_layouts_title .post_info_counters .post_meta_item:hover,
.sc_layouts_title .post_info_counters .post_meta_item:focus {
color: var(--theme-color-text_link);
} .sc_layouts_menu_nav > li > a {
color: var(--theme-color-text_dark);
}
.sc_layouts_menu_nav > li > a:hover,
.sc_layouts_menu_nav > li.sfHover > a {
color: var(--theme-color-text_link);
}
.sc_layouts_menu_nav > li.current-menu-item > a,
.sc_layouts_menu_nav > li.current-menu-parent > a,
.sc_layouts_menu_nav > li.current-menu-ancestor > a {
color: var(--theme-color-text_link);
}
.sc_layouts_menu_nav .menu-collapse > a:before {
color: var(--theme-color-alter_text);
}
.sc_layouts_menu_nav .menu-collapse > a:after {
background-color: var(--theme-color-alter_bg_color);
}
.sc_layouts_menu_nav .menu-collapse > a:hover:before,
.sc_layouts_menu_nav .menu-collapse > a:focus:before {
color: var(--theme-color-alter_link);
}
.sc_layouts_menu_nav .menu-collapse > a:hover:after,
.sc_layouts_menu_nav .menu-collapse > a:focus:after {
background-color: var(--theme-color-alter_bg_hover);
} .sc_layouts_menu_popup .sc_layouts_menu_nav,
.sc_layouts_menu_popup .sc_layouts_menu_nav > li > ul,
.sc_layouts_menu_nav > li > ul ul,
.sc_layouts_menu_nav > li ul:not(.sc_item_filters_tabs) {
background-color: var(--theme-color-extra_bg_color);
}
.widget_nav_menu li.menu-delimiter,
.sc_layouts_menu_nav > li li.menu-delimiter {
border-color: var(--theme-color-extra_bd_color);
}
.sc_layouts_menu_popup .sc_layouts_menu_nav > li > a,
.sc_layouts_menu_nav > li li > a {
color: var(--theme-color-extra_dark) !important;
}
.sc_layouts_menu_popup .sc_layouts_menu_nav > li > a:hover,
.sc_layouts_menu_popup .sc_layouts_menu_nav > li.sfHover > a,
.sc_layouts_menu_nav > li li > a:hover,
.sc_layouts_menu_nav > li li.sfHover > a {
color: var(--theme-color-extra_hover) !important;
}
.sc_layouts_menu_nav > li li > a:hover:after {
color: var(--theme-color-extra_hover) !important;
}
.sc_layouts_menu_nav li[class*=columns-] li.menu-item-has-children > a:hover,
.sc_layouts_menu_nav li[class*=columns-] li.menu-item-has-children.sfHover > a {
color: var(--theme-color-extra_text) !important;
background-color: transparent;
}
.sc_layouts_menu_nav > li li[class*=icon-]:before {
color: var(--theme-color-extra_hover);
}
.sc_layouts_menu_nav > li li[class*=icon-]:hover:before,
.sc_layouts_menu_nav > li li[class*=icon-].shHover:before {
color: var(--theme-color-extra_hover);
}
.sc_layouts_menu_nav > li li.current-menu-item > a,
.sc_layouts_menu_nav > li li.current-menu-parent > a,
.sc_layouts_menu_nav > li li.current-menu-ancestor > a {
color: var(--theme-color-extra_hover) !important;
}
.sc_layouts_menu_nav > li li.current-menu-item:before,
.sc_layouts_menu_nav > li li.current-menu-parent:before,
.sc_layouts_menu_nav > li li.current-menu-ancestor:before {
color: var(--theme-color-extra_hover) !important;
} .sc_layouts_menu_item_description {
color: var(--theme-color-extra_light);
}
.menu_main_nav > li ul [class*=current-menu-] > a .sc_layouts_menu_item_description,
.sc_layouts_menu_nav > li ul li[class*=current-menu-] > a .sc_layouts_menu_item_description,
.menu_main_nav > li ul a:hover .sc_layouts_menu_item_description,
.sc_layouts_menu_nav > li ul a:hover .sc_layouts_menu_item_description {
color: var(--theme-color-text_light);
}
.menu_main_nav > li[class*=current-menu-] > a .sc_layouts_menu_item_description,
.sc_layouts_menu_nav > li[class*=current-menu-] > a .sc_layouts_menu_item_description,
.menu_main_nav > li > a:hover .sc_layouts_menu_item_description,
.sc_layouts_menu_nav > li > a:hover .sc_layouts_menu_item_description {
color: var(--theme-color-text);
}  .menu_hover_fade_box .sc_layouts_menu_nav > a:hover,
.menu_hover_fade_box .sc_layouts_menu_nav > li:not(.menu-collapse) > a:hover,
.menu_hover_fade_box .sc_layouts_menu_nav > li:not(.menu-collapse).sfHover > a {
color: var(--theme-color-alter_link);
background-color: var(--theme-color-alter_bg_color);
} .menu_hover_slide_box .sc_layouts_menu_nav > li#blob {
background-color: var(--theme-color-alter_bg_color);
} .menu_hover_slide_line .sc_layouts_menu_nav > li#blob {
background-color: var(--theme-color-text_link);
} .menu_hover_color_line .sc_layouts_menu_nav > li:not(.menu-collapse) > a:before {
background-color: var(--theme-color-text_dark);
}
.menu_hover_color_line .sc_layouts_menu_nav > li:not(.menu-collapse) > a:after,
.menu_hover_color_line .sc_layouts_menu_nav > li:not(.menu-collapse).menu-item-has-children > a:after {
background-color: var(--theme-color-text_link);
}
.menu_hover_color_line .sc_layouts_menu_nav > li:not(.menu-collapse).sfHover > a,
.menu_hover_color_line .sc_layouts_menu_nav > li:not(.menu-collapse) > a:hover,
.menu_hover_color_line .sc_layouts_menu_nav > li:not(.menu-collapse) > a:focus {
color: var(--theme-color-text_link);
} .menu_hover_zoom_line .sc_layouts_menu_nav > li:not(.menu-collapse) > a:before {
background-color: var(--theme-color-text_link);
} .menu_hover_path_line .sc_layouts_menu_nav > li:not(.menu-collapse):before,
.menu_hover_path_line .sc_layouts_menu_nav > li:not(.menu-collapse):after,
.menu_hover_path_line .sc_layouts_menu_nav > li:not(.menu-collapse) > a:before,
.menu_hover_path_line .sc_layouts_menu_nav > li:not(.menu-collapse) > a:after {
background-color: var(--theme-color-text_link);
} .menu_hover_roll_down .sc_layouts_menu_nav > li:not(.menu-collapse) > a:before {
background-color: var(--theme-color-text_link);
} .sc_layouts_menu li > ul.sc_layouts_submenu .elementor-row,
.sc_layouts_menu li > ul.sc_layouts_submenu .vc_row,
.sc_layouts_menu li > ul.sc_layouts_submenu .sc_layouts_item,
.sc_layouts_menu li > ul.sc_layouts_submenu .post_item,
.sc_layouts_menu li > ul.sc_layouts_submenu .amount,
.sc_layouts_menu li > ul.sc_layouts_submenu li {
color: var(--theme-color-extra_text);
}
.sc_layouts_menu li > ul.sc_layouts_submenu .elementor-row a:not(.sc_button):not(.button),
.sc_layouts_menu li > ul.sc_layouts_submenu .vc_row a:not(.sc_button):not(.button),
.sc_layouts_menu li > ul.sc_layouts_submenu .sc_layouts_item a:not(.sc_button):not(.button) {
color: var(--theme-color-extra_dark);
}
.sc_layouts_menu li > ul.sc_layouts_submenu .elementor-row a:not(.sc_button):not(.button):hover,
.sc_layouts_menu li > ul.sc_layouts_submenu .elementor-row a:not(.sc_button):not(.button):focus,
.sc_layouts_menu li > ul.sc_layouts_submenu .vc_row a:not(.sc_button):not(.button):hover,
.sc_layouts_menu li > ul.sc_layouts_submenu .vc_row a:not(.sc_button):not(.button):focus,
.sc_layouts_menu li > ul.sc_layouts_submenu .sc_layouts_item a:not(.sc_button):not(.button):hover,
.sc_layouts_menu li > ul.sc_layouts_submenu .sc_layouts_item a:not(.sc_button):not(.button):focus,
.sc_layouts_menu li > ul.sc_layouts_submenu .elementor-row a:hover .sc_layouts_item_icon,
.sc_layouts_menu li > ul.sc_layouts_submenu .elementor-row a:focus .sc_layouts_item_icon,
.sc_layouts_menu li > ul.sc_layouts_submenu .vc_row a:hover .sc_layouts_item_icon,
.sc_layouts_menu li > ul.sc_layouts_submenu .vc_row a:focus .sc_layouts_item_icon,
.sc_layouts_menu li > ul.sc_layouts_submenu .sc_layouts_item a:hover .sc_layouts_item_icon,
.sc_layouts_menu li > ul.sc_layouts_submenu .sc_layouts_item a:focus .sc_layouts_item_icon {
color: var(--theme-color-extra_link);
}
ul.sc_layouts_submenu h1,
ul.sc_layouts_submenu h2,
ul.sc_layouts_submenu h3,
ul.sc_layouts_submenu h4,
ul.sc_layouts_submenu h5,
ul.sc_layouts_submenu h6,
ul.sc_layouts_submenu h1 a,
ul.sc_layouts_submenu h2 a,
ul.sc_layouts_submenu h3 a,
ul.sc_layouts_submenu h4 a,
ul.sc_layouts_submenu h5 a,
ul.sc_layouts_submenu h6 a,
ul.sc_layouts_submenu [class*=color_style_] h1 a,
ul.sc_layouts_submenu [class*=color_style_] h2 a,
ul.sc_layouts_submenu [class*=color_style_] h3 a,
ul.sc_layouts_submenu [class*=color_style_] h4 a,
ul.sc_layouts_submenu [class*=color_style_] h5 a,
ul.sc_layouts_submenu [class*=color_style_] h6 a {
color: var(--theme-color-extra_dark);
}
ul.sc_layouts_submenu h1 a:hover, ul.sc_layouts_submenu h1 a:focus,
ul.sc_layouts_submenu h2 a:hover, ul.sc_layouts_submenu h2 a:focus,
ul.sc_layouts_submenu h3 a:hover, ul.sc_layouts_submenu h3 a:focus,
ul.sc_layouts_submenu h4 a:hover, ul.sc_layouts_submenu h4 a:focus,
ul.sc_layouts_submenu h5 a:hover, ul.sc_layouts_submenu h5 a:focus,
ul.sc_layouts_submenu h6 a:hover, ul.sc_layouts_submenu h6 a:focus {
color: var(--theme-color-extra_link);
}
ul.sc_layouts_submenu .color_style_link2 h1 a:hover, ul.sc_layouts_submenu .color_style_link2 h1 a:focus,
ul.sc_layouts_submenu .color_style_link2 h2 a:hover, ul.sc_layouts_submenu .color_style_link2 h2 a:focus,
ul.sc_layouts_submenu .color_style_link2 h3 a:hover, ul.sc_layouts_submenu .color_style_link2 h3 a:focus,
ul.sc_layouts_submenu .color_style_link2 h4 a:hover, ul.sc_layouts_submenu .color_style_link2 h4 a:focus,
ul.sc_layouts_submenu .color_style_link2 h5 a:hover, ul.sc_layouts_submenu .color_style_link2 h5 a:focus,
ul.sc_layouts_submenu .color_style_link2 h6 a:hover, ul.sc_layouts_submenu .color_style_link2 h6 a:focus {
color: var(--theme-color-extra_link2);
}
ul.sc_layouts_submenu .color_style_link3 h1 a:hover, ul.sc_layouts_submenu .color_style_link3 h1 a:focus,
ul.sc_layouts_submenu .color_style_link3 h2 a:hover, ul.sc_layouts_submenu .color_style_link3 h2 a:focus,
ul.sc_layouts_submenu .color_style_link3 h3 a:hover, ul.sc_layouts_submenu .color_style_link3 h3 a:focus,
ul.sc_layouts_submenu .color_style_link3 h4 a:hover, ul.sc_layouts_submenu .color_style_link3 h4 a:focus,
ul.sc_layouts_submenu .color_style_link3 h5 a:hover, ul.sc_layouts_submenu .color_style_link3 h5 a:focus,
ul.sc_layouts_submenu .color_style_link3 h6 a:hover, ul.sc_layouts_submenu .color_style_link3 h6 a:focus {
color: var(--theme-color-extra_link3);
}
ul.sc_layouts_submenu .color_style_dark h1 a:hover, ul.sc_layouts_submenu .color_style_dark h1 a:focus,
ul.sc_layouts_submenu .color_style_dark h2 a:hover, ul.sc_layouts_submenu .color_style_dark h2 a:focus,
ul.sc_layouts_submenu .color_style_dark h3 a:hover, ul.sc_layouts_submenu .color_style_dark h3 a:focus,
ul.sc_layouts_submenu .color_style_dark h4 a:hover, ul.sc_layouts_submenu .color_style_dark h4 a:focus,
ul.sc_layouts_submenu .color_style_dark h5 a:hover, ul.sc_layouts_submenu .color_style_dark h5 a:focus,
ul.sc_layouts_submenu .color_style_dark h6 a:hover, ul.sc_layouts_submenu .color_style_dark h6 a:focus {
color: var(--theme-color-extra_link);
}
ul.sc_layouts_submenu dt,
ul.sc_layouts_submenu b,
ul.sc_layouts_submenu strong,
ul.sc_layouts_submenu i,
ul.sc_layouts_submenu em,
ul.sc_layouts_submenu mark,
ul.sc_layouts_submenu ins {
color: var(--theme-color-extra_dark);
}
ul.sc_layouts_submenu s,
ul.sc_layouts_submenu strike,
ul.sc_layouts_submenu del,
ul.sc_layouts_submenu .post_meta {
color: var(--theme-color-extra_light);
}
ul.sc_layouts_submenu .sc_recent_news_header {
border-color: var(--theme-color-extra_bd_color);
} .widget_nav_menu .sc_layouts_menu li > ul.sc_layouts_submenu .elementor-row,
.widget_nav_menu .sc_layouts_menu li > ul.sc_layouts_submenu .vc_row,
.widget_nav_menu .sc_layouts_menu li > ul.sc_layouts_submenu .sc_layouts_item,
.widget_nav_menu .sc_layouts_menu li > ul.sc_layouts_submenu .post_item {
color: var(--theme-color-text);
}
.widget_nav_menu .sc_layouts_menu li > ul.sc_layouts_submenu .elementor-row a:not(.sc_button):not(.button),
.widget_nav_menu .sc_layouts_menu li > ul.sc_layouts_submenu .vc_row a:not(.sc_button):not(.button),
.widget_nav_menu .sc_layouts_menu li > ul.sc_layouts_submenu .sc_layouts_item a:not(.sc_button):not(.button) {
color: var(--theme-color-text_link);
}
.widget_nav_menu .sc_layouts_menu li > ul.sc_layouts_submenu .elementor-row a:not(.sc_button):not(.button):hover,
.widget_nav_menu .sc_layouts_menu li > ul.sc_layouts_submenu .elementor-row a:not(.sc_button):not(.button):focus,
.widget_nav_menu .sc_layouts_menu li > ul.sc_layouts_submenu .elementor-row a:hover .sc_layouts_item_icon,
.widget_nav_menu .sc_layouts_menu li > ul.sc_layouts_submenu .elementor-row a:focus .sc_layouts_item_icon,
.widget_nav_menu .sc_layouts_menu li > ul.sc_layouts_submenu .vc_row a:not(.sc_button):not(.button):hover,
.widget_nav_menu .sc_layouts_menu li > ul.sc_layouts_submenu .vc_row a:not(.sc_button):not(.button):focus,
.widget_nav_menu .sc_layouts_menu li > ul.sc_layouts_submenu .vc_row a:hover .sc_layouts_item_icon,
.widget_nav_menu .sc_layouts_menu li > ul.sc_layouts_submenu .vc_row a:focus .sc_layouts_item_icon,
.widget_nav_menu .sc_layouts_menu li > ul.sc_layouts_submenu .sc_layouts_item a:not(.sc_button):not(.button):hover,
.widget_nav_menu .sc_layouts_menu li > ul.sc_layouts_submenu .sc_layouts_item a:not(.sc_button):not(.button):focus,
.widget_nav_menu .sc_layouts_menu li > ul.sc_layouts_submenu .sc_layouts_item a:hover .sc_layouts_item_icon,
.widget_nav_menu .sc_layouts_menu li > ul.sc_layouts_submenu .sc_layouts_item a:focus .sc_layouts_item_icon {
color: var(--theme-color-text_hover);
}
.widget_nav_menu ul.sc_layouts_submenu h1,
.widget_nav_menu ul.sc_layouts_submenu h2,
.widget_nav_menu ul.sc_layouts_submenu h3,
.widget_nav_menu ul.sc_layouts_submenu h4,
.widget_nav_menu ul.sc_layouts_submenu h5,
.widget_nav_menu ul.sc_layouts_submenu h6,
.widget_nav_menu ul.sc_layouts_submenu h1 a,
.widget_nav_menu ul.sc_layouts_submenu h2 a,
.widget_nav_menu ul.sc_layouts_submenu h3 a,
.widget_nav_menu ul.sc_layouts_submenu h4 a,
.widget_nav_menu ul.sc_layouts_submenu h5 a,
.widget_nav_menu ul.sc_layouts_submenu h6 a,
.widget_nav_menu ul.sc_layouts_submenu [class*=color_style_] h1 a,
.widget_nav_menu ul.sc_layouts_submenu [class*=color_style_] h2 a,
.widget_nav_menu ul.sc_layouts_submenu [class*=color_style_] h3 a,
.widget_nav_menu ul.sc_layouts_submenu [class*=color_style_] h4 a,
.widget_nav_menu ul.sc_layouts_submenu [class*=color_style_] h5 a,
.widget_nav_menu ul.sc_layouts_submenu [class*=color_style_] h6 a {
color: var(--theme-color-text_dark);
}
.widget_nav_menu ul.sc_layouts_submenu h1 a:hover, .widget_nav_menu ul.sc_layouts_submenu h1 a:focus,
.widget_nav_menu ul.sc_layouts_submenu h2 a:hover, .widget_nav_menu ul.sc_layouts_submenu h2 a:focus,
.widget_nav_menu ul.sc_layouts_submenu h3 a:hover, .widget_nav_menu ul.sc_layouts_submenu h3 a:focus,
.widget_nav_menu ul.sc_layouts_submenu h4 a:hover, .widget_nav_menu ul.sc_layouts_submenu h4 a:focus,
.widget_nav_menu ul.sc_layouts_submenu h5 a:hover, .widget_nav_menu ul.sc_layouts_submenu h5 a:focus,
.widget_nav_menu ul.sc_layouts_submenu h6 a:hover, .widget_nav_menu ul.sc_layouts_submenu h6 a:focus {
color: var(--theme-color-text_link);
}
.widget_nav_menu ul.sc_layouts_submenu .color_style_link2 h1 a:hover, .widget_nav_menu ul.sc_layouts_submenu .color_style_link2 h1 a:focus,
.widget_nav_menu ul.sc_layouts_submenu .color_style_link2 h2 a:hover, .widget_nav_menu ul.sc_layouts_submenu .color_style_link2 h2 a:focus,
.widget_nav_menu ul.sc_layouts_submenu .color_style_link2 h3 a:hover, .widget_nav_menu ul.sc_layouts_submenu .color_style_link2 h3 a:focus,
.widget_nav_menu ul.sc_layouts_submenu .color_style_link2 h4 a:hover, .widget_nav_menu ul.sc_layouts_submenu .color_style_link2 h4 a:focus,
.widget_nav_menu ul.sc_layouts_submenu .color_style_link2 h5 a:hover, .widget_nav_menu ul.sc_layouts_submenu .color_style_link2 h5 a:focus,
.widget_nav_menu ul.sc_layouts_submenu .color_style_link2 h6 a:hover, .widget_nav_menu ul.sc_layouts_submenu .color_style_link2 h6 a:focus {
color: var(--theme-color-text_link2);
}
.widget_nav_menu ul.sc_layouts_submenu .color_style_link3 h1 a:hover, .widget_nav_menu ul.sc_layouts_submenu .color_style_link3 h1 a:focus,
.widget_nav_menu ul.sc_layouts_submenu .color_style_link3 h2 a:hover, .widget_nav_menu ul.sc_layouts_submenu .color_style_link3 h2 a:focus,
.widget_nav_menu ul.sc_layouts_submenu .color_style_link3 h3 a:hover, .widget_nav_menu ul.sc_layouts_submenu .color_style_link3 h3 a:focus,
.widget_nav_menu ul.sc_layouts_submenu .color_style_link3 h4 a:hover, .widget_nav_menu ul.sc_layouts_submenu .color_style_link3 h4 a:focus,
.widget_nav_menu ul.sc_layouts_submenu .color_style_link3 h5 a:hover, .widget_nav_menu ul.sc_layouts_submenu .color_style_link3 h5 a:focus,
.widget_nav_menu ul.sc_layouts_submenu .color_style_link3 h6 a:hover, .widget_nav_menu ul.sc_layouts_submenu .color_style_link3 h6 a:focus {
color: var(--theme-color-text_link3);
}
.widget_nav_menu ul.sc_layouts_submenu .color_style_dark h1 a:hover, .widget_nav_menu ul.sc_layouts_submenu .color_style_dark h1 a:focus,
.widget_nav_menu ul.sc_layouts_submenu .color_style_dark h2 a:hover, .widget_nav_menu ul.sc_layouts_submenu .color_style_dark h2 a:focus,
.widget_nav_menu ul.sc_layouts_submenu .color_style_dark h3 a:hover, .widget_nav_menu ul.sc_layouts_submenu .color_style_dark h3 a:focus,
.widget_nav_menu ul.sc_layouts_submenu .color_style_dark h4 a:hover, .widget_nav_menu ul.sc_layouts_submenu .color_style_dark h4 a:focus,
.widget_nav_menu ul.sc_layouts_submenu .color_style_dark h5 a:hover, .widget_nav_menu ul.sc_layouts_submenu .color_style_dark h5 a:focus,
.widget_nav_menu ul.sc_layouts_submenu .color_style_dark h6 a:hover, .widget_nav_menu ul.sc_layouts_submenu .color_style_dark h6 a:focus {
color: var(--theme-color-text_link);
}
.widget_nav_menu ul.sc_layouts_submenu dt,
.widget_nav_menu ul.sc_layouts_submenu b,
.widget_nav_menu ul.sc_layouts_submenu strong,
.widget_nav_menu ul.sc_layouts_submenu i,
.widget_nav_menu ul.sc_layouts_submenu em,
.widget_nav_menu ul.sc_layouts_submenu mark,
.widget_nav_menu ul.sc_layouts_submenu ins {
color: var(--theme-color-text_dark);
}
.widget_nav_menu ul.sc_layouts_submenu s,
.widget_nav_menu ul.sc_layouts_submenu strike,
.widget_nav_menu ul.sc_layouts_submenu del,
.widget_nav_menu ul.sc_layouts_submenu .post_meta {
color: var(--theme-color-text_light);
}
.widget_nav_menu ul.sc_layouts_submenu .sc_recent_news_header {
border-color: var(--theme-color-bd_color);
}
.footer_wrap .widget_nav_menu ul ul {
padding-left: 0.9em;
} body.menu_side_present {
width: auto;
-webkit-box-sizing: content-box;
-ms-box-sizing: content-box;
box-sizing: content-box;
}
body.menu_side_left {
margin-left: 6rem;
}
body.menu_side_right {
margin-right: 6rem;
}
.menu_side_present .body_wrap {
position: relative;
overflow: hidden;
max-width: 100%;
}
.menu_side_present .menu_side_wrap {
position: fixed;
z-index: 20000;
top: 0;
right: auto;
bottom: 0;
left: 0;
width: 6rem;
-webkit-transition: left 0.3s ease, right 0.3s ease;
transition: left 0.3s ease, right 0.3s ease;
}
.menu_side_right .menu_side_wrap {
left: auto;
right: 0;
}
.admin-bar .menu_side_wrap {
top: 32px;
}
@media (max-width: 782px) {
.admin-bar .menu_side_wrap {
top: 46px;
}
}
@media (max-width: 600px) {
.admin-bar .menu_side_wrap {
top: 0;
}
}
.menu_side_wrap .menu_side_inner {
display: block;
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.menu_side_inner {
color: var(--theme-color-alter_text);
background-color: var(--theme-color-alter_bg_color);
}
.menu_side_present .menu_side_wrap .sc_layouts_logo {
display: block;
padding: 25% 10%;
text-align: center;
border-bottom: 1px solid #ddd;
position: relative;
z-index: 1;
}
.menu_side_inner .sc_layouts_logo {
background-color: var(--theme-color-alter_bg_color);
border-color: var(--theme-color-alter_bd_color);
}
[class*=scheme_].menu_side_icons .sc_layouts_logo {
background-color: var(--theme-color-bg_color);
border-color: var(--theme-color-bd_color);
}
.menu_side_present .menu_side_wrap .logo_text {
font-size: 1em;
letter-spacing: 0;
text-align: center;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.menu_side_present .menu_side_wrap .logo_slogan {
display: none;
}
.menu_side_wrap .menu_mobile_button {
display: block;
position: relative;
left: 0;
right: auto;
top: 0;
}
.menu_side_wrap .menu_side_button {
display: none;
font-size: 16px;
margin-top: -1.5em;
overflow: hidden;
cursor: pointer;
position: absolute;
z-index: 1;
top: 50%;
left: -1.5em;
width: 3em;
height: 3em;
line-height: 3em;
text-align: center;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: left 0.3s ease, right 0.3s ease;
transition: left 0.3s ease, right 0.3s ease;
}
.menu_side_right .menu_side_wrap .menu_side_button {
text-align: left;
padding-left: 10px;
border-radius: 4px 0 0 4px;
}
.menu_side_left .menu_side_wrap .menu_side_button {
left: auto;
right: -1.5em;
text-align: right;
padding-right: 10px;
border-radius: 0 4px 4px 0;
}
.menu_side_right .menu_side_wrap .menu_side_button:before {
content: "\e837";
}
.menu_side_right .menu_side_wrap.opened .menu_side_button:before {
content: "\e836";
}
.menu_side_left .menu_side_wrap .menu_side_button:before {
content: "\e836";
}
.menu_side_left .menu_side_wrap.opened .menu_side_button:before {
content: "\e837";
}
[class*=scheme_].menu_side_wrap .menu_side_button {
color: var(--theme-color-alter_dark);
border-color: var(--theme-color-alter_bd_color);
background-color: var(--theme-color-alter_bg_color_07);
}
[class*=scheme_].menu_side_wrap .menu_side_button:hover {
color: var(--theme-color-inverse_hover);
border-color: var(--theme-color-alter_hover);
background-color: var(--theme-color-alter_link);
}
#toc_menu {
display: none;
position: absolute;
top: 50%;
left: 50%;
width: 100%;
margin: -50% 0 0 -50%;
}
.toc_menu_item {
position: relative;
z-index: 1;
}
.toc_menu_item .toc_menu_icon {
display: block;
position: relative;
color: #888;
height: 1.5em;
line-height: 1.5em;
text-align: center;
}
.toc_menu_item .toc_menu_icon:before {
display: inline-block;
line-height: inherit;
color: inherit;
}
.toc_menu_item .toc_menu_icon_default:before {
content: " ";
margin-top: 0.75em;
width: 0.5em;
height: 1px;
background-color: #888;
}
.toc_menu_item:hover .toc_menu_icon,
.toc_menu_item_active .toc_menu_icon {
color: #292929;
}
.toc_menu_item:hover .toc_menu_icon_default:before,
.toc_menu_item_active .toc_menu_icon_default:before {
background-color: #292929;
}
.toc_menu_item_active .toc_menu_icon_default:before {
width: 1.5em;
}
.toc_menu_item .toc_menu_description {
position: absolute;
top: 0;
right: -20em;
opacity: 0;
white-space: nowrap;
-webkit-transition: all 0.6s ease-out;
transition: all 0.6s ease-out;
}
.toc_menu_item:hover .toc_menu_description {
right: 100%;
margin-right: 1.5em;
opacity: 1;
}
.menu_side_inner #toc_menu {
display: block;
position: relative;
z-index: 0;
-webkit-transition: top 0.3s ease;
transition: top 0.3s ease;
}
.menu_side_icons #toc_menu {
left: 0;
top: 0;
margin: 0;
}
.menu_side_icons .toc_menu_item .toc_menu_description {
height: 6rem;
font-size: 1.0667em;
line-height: 6rem;
font-weight: bold;
text-transform: uppercase;
top: 0;
}
.menu_side_icons .toc_menu_item:hover .toc_menu_description {
margin-right: 0;
}
.menu_side_icons .toc_menu_item .toc_menu_description span {
display: inline-block;
vertical-align: middle;
padding: 0 3em;
letter-spacing: 1px;
}
.menu_side_icons .toc_menu_item .toc_menu_icon {
width: 100%;
height: 6rem;
line-height: 6rem;
-webkit-box-sizing: content-box;
-ms-box-sizing: content-box;
box-sizing: content-box;
border-bottom: 1px solid #ddd;
}
.menu_side_icons .toc_menu_item .toc_menu_icon:before {
font-size: 2rem;
line-height: inherit;
font-weight: normal;
}
.menu_side_dots #toc_menu .toc_menu_item .toc_menu_icon {
text-align: center;
}
.menu_side_dots #toc_menu .toc_menu_item .toc_menu_icon_default:before {
content: " ";
width: 5px;
height: 5px;
line-height: inherit;
border-radius: 50%;
}
.menu_side_dots #toc_menu .toc_menu_item_active .toc_menu_icon_default:before {
width: 9px;
height: 9px;
line-height: 9px;
text-align: center;
}
.menu_side_left .toc_menu_item .toc_menu_description {
left: -20em;
right: auto;
}
.menu_side_left .toc_menu_item:hover .toc_menu_description {
left: 100%;
right: auto;
}
[class*=scheme_].menu_side_icons .toc_menu_item .toc_menu_icon,
.menu_side_inner > .toc_menu_item .toc_menu_icon {
background-color: var(--theme-color-bg_color);
border-color: var(--theme-color-bd_color);
color: var(--theme-color-text_link);
}
[class*=scheme_].menu_side_icons .toc_menu_item:hover .toc_menu_icon,
[class*=scheme_].menu_side_icons .toc_menu_item_active .toc_menu_icon,
.menu_side_inner > .toc_menu_item:hover .toc_menu_icon,
.menu_side_inner > .toc_menu_item_active .toc_menu_icon {
background-color: var(--theme-color-text_link);
color: var(--theme-color-inverse_link);
}
[class*=scheme_].menu_side_icons .toc_menu_icon_default:before,
.menu_side_inner > .toc_menu_icon_default:before {
background-color: var(--theme-color-text_link);
}
[class*=scheme_].menu_side_icons .toc_menu_item:hover .toc_menu_icon_default:before,
[class*=scheme_].menu_side_icons .toc_menu_item_active .toc_menu_icon_default:before,
.menu_side_inner > .toc_menu_item:hover .toc_menu_icon_default:before,
.menu_side_inner > .toc_menu_item_active .toc_menu_icon_default:before {
background-color: var(--theme-color-text_dark);
}
[class*=scheme_].menu_side_icons .toc_menu_item .toc_menu_description,
.menu_side_inner > .toc_menu_item .toc_menu_description {
color: var(--theme-color-inverse_link);
background-color: var(--theme-color-text_link);
}
[class*=scheme_].menu_side_dots #toc_menu .toc_menu_item .toc_menu_icon {
background-color: var(--theme-color-alter_bg_color);
color: var(--theme-color-alter_text);
}
[class*=scheme_].menu_side_dots #toc_menu .toc_menu_item:hover .toc_menu_icon,
[class*=scheme_].menu_side_dots #toc_menu .toc_menu_item_active .toc_menu_icon {
color: var(--theme-color-alter_link);
}
[class*=scheme_].menu_side_dots #toc_menu .toc_menu_item .toc_menu_icon:before {
background-color: var(--theme-color-alter_link);
}
[class*=scheme_].menu_side_dots #toc_menu .toc_menu_item:hover .toc_menu_icon:before {
background-color: var(--theme-color-alter_hover);
} .top_panel_mobile_info p {
margin: 0;
} body.mobile_layout.menu_side_left {
margin-left: 0;
}
body.mobile_layout.menu_side_right {
margin-right: 0;
}
body.mobile_layout.menu_side_right .menu_side_wrap {
right: -6rem;
}
body.mobile_layout.menu_side_left .menu_side_wrap {
left: -6rem;
}
body.mobile_layout.menu_side_right .menu_side_wrap.opened {
right: 0;
}
body.mobile_layout.menu_side_left .menu_side_wrap.opened {
left: 0;
}
body.mobile_layout.menu_side_present .menu_side_wrap .menu_side_button {
display: block;
}
body.mobile_layout.menu_side_left .menu_side_wrap .menu_side_button:hover {
right: -2em;
}
body.mobile_layout.menu_side_right .menu_side_wrap .menu_side_button:hover {
left: -2em;
}
.menu_mobile_overlay {
display: none !important;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.8);
z-index: 100000;
}
.menu_mobile {
position: fixed;
z-index: 100002;
top: 0;
left: 0;
width: 100%;
height: 0;
-webkit-transition: height 0.3s ease;
transition: height 0.3s ease;
}
.menu_mobile.opened {
height: 100%;
}
.admin-bar .menu_mobile {
top: 32px;
}
.admin-bar .menu_mobile.opened {
height: calc(100% - 32px);
}
@media (max-width: 782px) {
.admin-bar .menu_mobile {
top: 46px;
}
.admin-bar .menu_mobile.opened {
height: calc(100% - 46px);
}
}
@media (max-width: 600px) {
.admin-bar .menu_mobile {
top: 0;
}
.admin-bar .menu_mobile.opened {
height: 100%;
}
}
.menu_mobile_inner {
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
text-align: center;
overflow: hidden;
color: var(--theme-color-alter_text);
background-color: var(--theme-color-alter_bg_color);
}
.menu_mobile_button {
color: var(--theme-color-text_dark);
}
.menu_mobile_button:hover {
color: var(--theme-color-text_link);
}
.menu_mobile .menu-item > a {
display: block;
}
.menu_mobile_inner a,
.menu_mobile_inner .menu_mobile_nav_area li:before {
color: var(--theme-color-alter_dark);
}
.menu_mobile_inner a:hover,
.menu_mobile_inner .current-menu-ancestor > a,
.menu_mobile_inner .current-menu-item > a,
.menu_mobile_inner .menu_mobile_nav_area li:hover:before,
.menu_mobile_inner .menu_mobile_nav_area li.current-menu-ancestor:before,
.menu_mobile_inner .menu_mobile_nav_area li.current-menu-item:before {
color: var(--theme-color-alter_link);
}
.menu_mobile [class*=sc_fly_]:not(.sc_fly_static) {
position: static !important;
-webkit-transform: none "";
-ms-transform: none "";
transform: none;
left: auto;
top: auto;
right: auto;
bottom: auto;
}
.menu_mobile:not(.opened) .theme_button_close_icon {
-webkit-transform: scale(0.2) rotate(-45deg);
-ms-transform: scale(0.2) rotate(-45deg);
transform: scale(0.2) rotate(-45deg);
}
.menu_mobile .sc_layouts_logo {
display: inline-block;
vertical-align: top;
text-align: center;
margin: 4rem 0 0;
font-size: 1em !important; }
.menu_mobile .sc_layouts_logo .logo_text,
.menu_mobile .sc_layouts_logo .logo_slogan {
padding: 0 15px;
}
.menu_mobile .menu_mobile_nav_area {
position: absolute;
z-index: 1;
top: 48%;
left: 0;
width: 100%;
height: auto;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
max-height: 49%;
padding-right: 20px; overflow-y: scroll;
}
.menu_mobile .menu_mobile_nav_area ul {
margin: 0 auto;
padding: 0;
list-style: none;
width: auto;
}
.menu_mobile .menu_mobile_nav_area ul ul {
padding: 10px 0;
display: none;
}
.menu_mobile li > ul.sc_layouts_submenu ul {
display: block;
}
.menu_mobile .menu_mobile_nav_area li {
margin-bottom: 0;
margin-top: 0;
width: auto;
}
.menu_mobile .menu_mobile_nav_area > ul > li {
margin-bottom: 5px;
margin-top: 5px;
}
.menu_mobile .menu_mobile_nav_area .menu-item > a {
font-size: 1.25em;
line-height: 1.3em;
padding: 1px 2.5em 1px 0;
text-transform: none;
letter-spacing: 0;
position: relative;
display: inline-block;
width: 28rem;
text-align: left;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.menu_mobile .menu_mobile_nav_area > ul {
width: 100%;
}
.menu_mobile .menu_mobile_nav_area > ul > .menu-item > a {
font-size: 2em;
line-height: 1.3em;
}
.menu_mobile .menu_mobile_nav_area .menu-item[class*=icon-] {
position: relative;
}
.menu_mobile .menu_mobile_nav_area .menu-item[class*=icon-]:before {
display: inline-block;
padding: 0;
width: 1em;
line-height: inherit;
position: absolute;
z-index: 1;
top: 0;
left: 50%;
-webkit-transform: translateX(-14rem);
-ms-transform: translateX(-14rem);
transform: translateX(-14rem);
-webkit-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.menu_mobile .menu_mobile_nav_area .menu-item[class*=image-] > a {
background-position: 1em center;
background-repeat: no-repeat;
background-size: 1em;
padding-left: 2.3em;
}
.menu_mobile .menu_mobile_nav_area > ul > .menu-item[class*=icon-] > a {
padding-left: 1.5em;
}
.menu_mobile .menu_mobile_nav_area > ul > .menu-item[class*=columns-][class*=icon-]:before {
position: static;
margin: 0 0 0 0.5em;
float: left;
}
.menu_mobile .menu_mobile_nav_area > ul > .menu-item[class*=columns-][class*=icon-] > a {
float: left;
margin-left: -1.5em;
}
.menu_mobile .menu_mobile_nav_area > ul > .menu-item .menu-item > a {
padding-left: 1em;
padding-top: 0.25em;
padding-bottom: 0.25em;
}
.menu_mobile .menu_mobile_nav_area > ul > .menu-item .menu-item[class*=icon-]:before {
margin-left: 2em;
}
.menu_mobile .menu_mobile_nav_area > ul > .menu-item .menu-item[class*=icon-] > a {
padding-left: 3.5em;
}
.menu_mobile .menu_mobile_nav_area > ul > .menu-item .menu-item[class*=image-] > a {
background-position: 1.6667em center;
padding-left: 3.5em;
}
.menu_mobile .menu_mobile_nav_area > ul > .menu-item .menu-item .menu-item > a {
padding-left: 2em;
}
.menu_mobile .menu_mobile_nav_area > ul > .menu-item .menu-item .menu-item[class*=icon-]:before {
margin-left: 3em;
}
.menu_mobile .menu_mobile_nav_area > ul > .menu-item .menu-item .menu-item[class*=icon-] > a {
padding-left: 4.5em;
}
.menu_mobile .menu_mobile_nav_area > ul > .menu-item .menu-item .menu-item[class*=image-] > a {
background-position: 1.6667em center;
padding-left: 4.5em;
}
.menu_mobile .menu_mobile_nav_area > ul > .menu-item .menu-item .menu-item .menu-item > a {
padding-left: 4em;
}
.menu_mobile .menu_mobile_nav_area > ul > .menu-item .menu-item .menu-item .menu-item[class*=icon-]:before {
margin-left: 4em;
}
.menu_mobile .menu_mobile_nav_area > ul > .menu-item .menu-item .menu-item .menu-item[class*=icon-] > a {
padding-left: 5.5em;
}
.menu_mobile .menu_mobile_nav_area > ul > .menu-item .menu-item .menu-item .menu-item[class*=image-] > a {
background-position: 1.6667em center;
padding-left: 5.5em;
}
.menu_mobile .menu_mobile_nav_area > ul > .menu-item .menu-item.menu-delimiter {
margin-top: 0 !important;
padding-top: 0 !important;
text-align: center;
overflow: hidden;
}
.menu_mobile .menu_mobile_nav_area > ul > .menu-item .menu-item.menu-delimiter > a {
overflow: hidden;
padding-top: 0.25em;
padding-bottom: 0.25em;
padding-right: 0.5em;
height: 1px;
}
.menu_mobile .menu_mobile_nav_area > ul > .menu-item .menu-item.menu-delimiter > a:before {
content: " ";
display: block;
border-top: 1px solid var(--theme-color-alter_bd_color);
width: 100%;
height: 0;
}
.menu_mobile .menu_mobile_nav_area > ul > .menu-item .menu-item.menu-delimiter > a {
border-color: var(--theme-color-alter_bd_color);
}
.menu_mobile .menu_mobile_nav_area > ul > .menu-item .menu-item.menu-delimiter > a > * {
display: none;
}
.menu_mobile .menu_mobile_nav_area .open_child_menu {
display: block;
position: absolute;
z-index: 1;
top: 0;
right: 0;
width: 0.9em;
height: 0.9em;
line-height: 0.9em;
text-align: center;
padding: 0.19em;
background-color: rgba(255, 255, 255, 0.1);
-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.menu_mobile .menu_mobile_nav_area .menu-item .menu-item .open_child_menu {
background-color: transparent;
padding: 0.4em 0.6em;
}
.menu_mobile .menu_mobile_nav_area a:hover > .open_child_menu {
background-color: rgba(255, 255, 255, 0.2);
}
.menu_mobile .menu_mobile_nav_area .open_child_menu:before {
font-family: "fontello";
content: "\e828";
}
.menu_mobile .menu_mobile_nav_area .menu-item.opened > a > .open_child_menu:before {
content: "\e835";
}
.menu_mobile .menu_mobile_nav_area ul.sc_layouts_submenu {
display: none;
width: 26rem;
text-align: left;
padding: 1em;
margin: 0 auto;
}
.menu_mobile .menu_mobile_nav_area ul.sc_layouts_submenu .sc_content {
width: 100% !important;
}
.menu_mobile_narrow .menu_mobile_nav_area ul.sc_layouts_submenu .vc_row,
.menu_mobile_narrow .menu_mobile_nav_area ul.sc_layouts_submenu .elementor-row {
display: block;
}
.menu_mobile .menu_mobile_nav_area ul.sc_layouts_submenu .columns_wrap [class*=column-],
.menu_mobile .menu_mobile_nav_area ul.sc_layouts_submenu .wpb_column:not([class*=vc_col-xs-]),
.menu_mobile .menu_mobile_nav_area ul.sc_layouts_submenu .elementor-column:not([class*=elementor-xs-]) {
width: 100%;
float: none;
}
.menu_mobile .menu_mobile_nav_area ul.sc_layouts_submenu .wpb_column:not([class*=vc_col-xs-]) + .wpb_column:not([class*=vc_col-xs-]),
.menu_mobile .menu_mobile_nav_area ul.sc_layouts_submenu .elementor-column:not([class*=elementor-xs-]) + .elementor-column:not([class*=elementor-xs-]) {
margin-top: 2em;
}
.menu_mobile .search_mobile {
position: absolute;
z-index: 1;
bottom: 6rem;
left: 50%;
width: 28rem;
margin-left: -14.5rem;
}
.menu_mobile .search_mobile form {
position: relative;
}
.menu_mobile .search_mobile .search_field {
width: 100%;
padding: 1.1em 3em 1.1em 1.6em !important;
}
.menu_mobile .search_mobile .search_submit {
position: absolute;
z-index: 1;
top: 0;
right: 0;
bottom: auto;
left: auto;
font-size: 16px;
padding: 0;
width: 4em;
height: 100%;
background-color: transparent;
}
.menu_mobile .search_mobile .search_submit:before {
content: "\e9c6";
font-family: "fontello";
display: block;
position: absolute;
z-index: 0;
top: 50%;
right: 2.3em;
margin-top: -0.5em;
width: 1em;
height: 1em;
line-height: 1em;
text-align: center;
line-height: 1em !important;
pointer-events: none;
cursor: pointer;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
font-size: 13px;
}
.menu_mobile_inner .search_mobile .search_submit {
color: var(--theme-color-input_light);
}
.menu_mobile_inner .search_mobile .search_submit:focus,
.menu_mobile_inner .search_mobile .search_submit:hover {
color: var(--theme-color-text_link);
}
.menu_mobile_inner .search_mobile .search_submit:focus:before,
.menu_mobile_inner .search_mobile .search_submit:hover:before {
color: var(--theme-color-text_link) !important;
}
.menu_mobile .socials_mobile {
position: absolute;
z-index: 1;
bottom: 2.2rem;
left: 0;
text-align: center;
display: block;
width: 100%;
}
.menu_mobile .social_item {
display: inline-block;
margin: 1em 1em 0 0;
}
.menu_mobile .social_item:last-child {
margin-right: 0;
}
.menu_mobile .social_item .social_icon {
display: block;
font-size: 1em;
width: 1em;
height: 1em;
line-height: 1em;
text-align: center;
}
.menu_mobile_inner .social_item .social_icon {
color: var(--theme-color-alter_link);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.menu_mobile_inner .social_item:hover .social_icon {
color: var(--theme-color-alter_dark);
}
.menu_mobile_close {
width: 5em;
height: 5em;
line-height: 5em;
text-align: center;
} .menu_mobile_narrow {
margin-top: 0;
margin-left: -320px;
width: 320px;
height: 100%;
-webkit-transition: margin-left 0.3s ease, margin-right 0.3s ease;
transition: margin-left 0.3s ease, margin-right 0.3s ease;
}
.menu_mobile_narrow.opened {
margin-left: 0;
}
.menu_side_right .menu_mobile_narrow {
margin-right: -320px;
margin-left: 0;
left: auto;
right: 0;
}
.menu_side_right .menu_mobile_narrow.opened {
margin-right: 0;
}
.menu_mobile_narrow .menu_mobile_close {
width: 4em;
height: 4em;
line-height: 4em;
text-align: center;
}
.menu_mobile .menu_mobile_nav_area ul.sc_layouts_submenu {
width: 18rem;
}
.menu_mobile_narrow .menu_mobile_nav_area .menu-item > a {
font-size: 1em;
line-height: 1.5em;
text-transform: none;
letter-spacing: 0px;
width: 18rem;
}
.menu_mobile_narrow .menu_mobile_nav_area .menu-item[class*=icon-]:before {
-webkit-transform: translateX(-9rem);
-ms-transform: translateX(-9rem);
transform: translateX(-9rem);
}
.menu_mobile_narrow .menu_mobile_nav_area > ul > .menu-item > a {
font-size: 1.25em;
line-height: 1.5em;
}
.menu_mobile_narrow .menu_mobile_nav_area > ul > .menu-item > a > .open_child_menu:before {
font-size: 1em;
line-height: inherit;
}
.menu_mobile_narrow .menu_mobile_nav_area .menu-item .menu-item .open_child_menu {
padding: 0.4em;
}
.menu_mobile_narrow .search_mobile {
width: 18rem;
margin-left: -9rem;
} .mobile_device .menu_mobile .menu_mobile_nav_area,
.mobile_layout .menu_mobile .menu_mobile_nav_area {
position: relative;
top: auto;
max-height: none;
margin: 4em 0 0;
-webkit-transform: none "";
-ms-transform: none "";
transform: none;
}
.mobile_device .menu_mobile .search_mobile,
.mobile_layout .menu_mobile .search_mobile {
position: relative;
bottom: auto;
left: 0;
margin: 3em auto 0;
}
.mobile_device .menu_mobile .socials_mobile,
.mobile_layout .menu_mobile .socials_mobile {
position: relative;
bottom: auto;
margin: 1em 0 0;
} .header_widgets_wrap {
position: relative;
z-index: 2;
}
.header_widgets_wrap.header_fullwidth {
overflow: hidden;
}
.header_widgets_wrap.header_fullwidth .widget {
margin-bottom: 0;
}  [class*=scheme_].sc_layouts_row .vc_separator.vc_sep_color_grey .vc_sep_line,
.sc_layouts_row .vc_separator.vc_sep_color_grey .vc_sep_line {
border-color: var(--theme-color-alter_bd_color);
} .sc_layouts_cart_items_short {
background-color: var(--theme-color-text_dark);
color: var(--theme-color-bg_color);
}
.sc_layouts_cart_widget {
border-color: var(--theme-color-bd_color);
background-color: var(--theme-color-alter_bg_color);
color: var(--theme-color-alter_text);
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.03);
-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.03);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.03);
}
.sc_layouts_cart_widget:after {
border-color: var(--theme-color-bd_color);
background-color: var(--theme-color-alter_bg_color);
}
.sc_layouts_cart_widget .sc_layouts_cart_widget_close {
color: var(--theme-color-text_light);
}
.sc_layouts_cart_widget .sc_layouts_cart_widget_close:hover {
color: var(--theme-color-text_dark);
} .sc_layouts_currency .woocommerce-currency-switcher-form .wSelect-selected {
color: var(--theme-color-alter_text);
}
.sc_layouts_currency .woocommerce-currency-switcher-form .wSelect-selected:hover {
color: var(--theme-color-alter_dark);
}
.sc_layouts_currency .chosen-container .chosen-results,
.sc_layouts_currency .woocommerce-currency-switcher-form .wSelect-options-holder,
.sc_layouts_currency .woocommerce-currency-switcher-form .dd-options,
.sc_layouts_currency .woocommerce-currency-switcher-form .dd-option {
background: var(--theme-color-alter_bg_color);
color: var(--theme-color-alter_dark);
}
.sc_layouts_currency .chosen-container .chosen-results li,
.sc_layouts_currency .woocommerce-currency-switcher-form .wSelect-option {
color: var(--theme-color-alter_dark);
}
.sc_layouts_currency .chosen-container .active-result.highlighted,
.sc_layouts_currency .chosen-container .active-result.result-selected,
.sc_layouts_currency .woocommerce-currency-switcher-form .wSelect-option:hover,
.sc_layouts_currency .woocommerce-currency-switcher-form .wSelect-options-holder .wSelect-option-selected,
.sc_layouts_currency .woocommerce-currency-switcher-form .dd-option:hover,
.sc_layouts_currency .woocommerce-currency-switcher-form .dd-option-selected {
color: var(--theme-color-alter_link) !important;
}
.sc_layouts_currency .woocommerce-currency-switcher-form .dd-option-description {
color: var(--theme-color-alter_text);
}  .slider_wrap .rev_slider_wrapper {
z-index: 0;
}
body .yokoo-nav_alt.tparrows.tp-rightarrow:before {
content: "\e9d0" !important;
font-family: "fontello" !important;
}
body .yokoo-nav_alt.tparrows.tp-leftarrow:before {
content: "\e9cf" !important;
font-family: "fontello" !important;
}  .blog_archive {
padding-bottom: 4em;
}
.post_item {
color: var(--theme-color-text);
}
.post_item > .post_title {
margin-top: 0;
}
.post_item .post_title a:hover,
.post_item .post_title a:focus {
color: var(--theme-color-text_link);
}
.post_item .more-link,
.sc_portfolio_preview_show .post_readmore {
margin-top: 2em;
} .post-password-form label {
display: inline-block;
vertical-align: top;
}
.post-password-form input[type=password] {
padding-top: 0 !important;
padding-bottom: 0 !important;
height: 60px;
line-height: 60px;
font-family: revert !important;
}
.post-password-form input[type=submit] {
display: inline-block;
margin-left: 0.2em;
padding-bottom: 0 !important;
padding-top: 0 !important;
height: 60px;
line-height: 60px;
} .post_meta,
.post_meta_item,
.post_meta_item:after,
.post_meta_item:hover:after,
.post_meta .vc_inline-link,
.post_meta .vc_inline-link:after,
.post_meta .vc_inline-link:hover:after,
.post_meta_item a,
.post_info .post_info_item,
.post_info .post_info_item a,
.post_info_counters .post_meta_item {
color: var(--theme-color-text_light);
}
.post_date a:hover, .post_date a:focus,
a.post_meta_item:hover, a.post_meta_item:focus,
.post_meta_item a:hover, .post_meta_item a:focus,
.post_meta .vc_inline-link:hover, .post_meta .vc_inline-link:focus,
.post_info .post_info_item a:hover, .post_info .post_info_item a:focus,
.post_info_meta .post_meta_item:hover, .post_info_meta .post_meta_item:focus {
color: var(--theme-color-text_link);
}
.post_meta .post_meta_item,
.post_meta .vc_inline-link {
font-size: inherit;
display: inline-block;
margin-left: 0;
-webkit-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.post_meta .post_meta_item:after,
.post_meta .post_meta_item.post_edit:after,
.post_meta .vc_inline-link:after {
content: "";
font-family: "fontello";
display: inline-block;
vertical-align: baseline;
font-size: inherit;
font-weight: 400;
font-style: normal;
margin: 0 1em;
}
.post_meta .post_meta_item:last-child:after,
.post_meta .post_meta_item.post_edit:last-child:after,
.post_meta .vc_inline-link:last-child:after {
display: none;
}
.post_meta a.post_meta_item:before,
.post_meta .vc_inline-link:before,
.post_meta a.post_meta_item > .post_counters_number {
margin-right: 5px;
}
.post_meta .vc_inline-link:before {
content: "\e8bb";
font-family: "fontello";
}
.post_meta .post_meta_comments:before {
content: "\e9d5";
font-family: "fontello";
}
.post_meta .post_meta_likes:before {
content: "\e9cd";
font-family: "fontello";
}
.post_meta .post_meta_item_label {
margin-right: 0.3em;
}
.post_meta .post_meta_item .post_author_by {
margin-right: 0.3em;
}
.post_meta .post_meta_item .post_author_avatar {
display: inline-block;
vertical-align: middle;
line-height: inherit;
margin-right: 0.3em;
}
.post_meta .post_meta_item .post_author_avatar > img {
border-radius: 50%;
width: 1.25em;
height: 1.25em;
}
.post_meta .post_meta_item .post_meta_number + .post_meta_label {
margin-left: 0.3em;
display: inline-block;
color: var(--theme-color-alter_text);
display: none;
}
.post_item_single .post_meta_single .post_meta_likes:before {
margin-right: 20px;
}
.post_meta_item.post_categories > a {
margin-right: 0.5em;
}
.post_meta_item.post_categories > a:last-child {
margin-right: 0;
}
.post_meta_item.post_categories,
.post_meta_item.post_categories a {
color: var(--theme-color-alter_dark);
}
.post_meta_item.post_categories a {
background-color: var(--theme-color-alter_bg_color);
color: var(--theme-color-alter_dark);
}
.post_item_single .post_meta_item.post_categories a:hover, .post_item_single .post_meta_item.post_categories a:focus,
.post_meta_item.post_categories a:hover, .post_meta_item.post_categories a:focus {
color: var(--theme-color-inverse_hover);
background-color: var(--theme-color-text_hover);
} .trx_addons_video_list_subtitle > a,
.post_categories > a {
margin-top: 5px;
margin-bottom: 5px;
margin-right: 7px;
line-height: 1.15em;
padding: 8px 13px;
display: inline-block;
letter-spacing: 0;
text-indent: 2px;
background-color: var(--theme-color-alter_bg_color);
color: var(--theme-color-alter_dark);
position: relative;
top: -1px;
}
.trx_addons_video_list_subtitle > a:last-child,
.post_categories > a:last-child {
margin-right: 0;
} .post_meta_item.post_sponsored:after {
content: " ";
margin: 0 1em 0 0;
}
.post_meta_item .post_sponsored_label {
font-size: 11px;
line-height: inherit;
font-weight: bold;
text-transform: uppercase;
color: var(--theme-color-text_link2);
}
.post_meta_item a.post_sponsored_label:hover {
color: var(--theme-color-text_hover2);
}
.single-post .post_meta_item .post_sponsored_label {
padding: 2px 8px;
font-size: 10px;
line-height: 15px;
font-weight: bold;
text-transform: uppercase;
border-radius: var(--theme-var-rad1em);
background-color: var(--theme-color-text_link2);
color: var(--theme-color-inverse_link);
}
.single-post .post_meta_item a.post_sponsored_label:hover {
background-color: var(--theme-color-text_hover2);
color: var(--theme-color-inverse_hover);
} .post_meta_item .social_items {
font-size: 1em;
}
.post_meta_item .social_items .social_item .social_icon i {
font-style: normal;
text-transform: capitalize;
}
.post_meta_item .socials_share {
display: inline;
vertical-align: baseline;
}
.socials_share.socials_type_drop .social_items {
padding: 0.8em 1em;
}
.post_meta_item .socials_share.socials_type_drop .social_items {
bottom: auto;
top: 2.5em;
}
.post_meta_item .socials_share.socials_type_drop .social_items:before {
bottom: auto;
top: -5px;
-webkit-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg);
}
.socials_share.socials_type_drop .social_items,
.socials_share.socials_type_drop .social_items:before {
background-color: var(--theme-color-bg_color);
border-color: var(--theme-color-bd_color);
color: var(--theme-color-text_light);
}
.socials_share.socials_type_drop .social_items .social_item {
color: var(--theme-color-text_light);
}
.socials_share.socials_type_drop .social_items .social_item:hover {
color: var(--theme-color-text_link);
}
.esg-filter-wrapper {
margin-bottom: 40px;
} .mptt-navigation-tabs,
div.yokoo_tabs .yokoo_tabs_titles {
list-style-type: none;
padding: 0;
text-align: center;
letter-spacing: 0;
margin: 0 0 3em;
}
div.esg-filter-wrapper .esg-filterbutton,
.mptt-navigation-tabs li,
div.yokoo_tabs .yokoo_tabs_titles li {
display: inline-block;
margin: 0 0 20px;
font-size: 16px;
line-height: 1.2em;
font-weight: normal;
font-weight: 600;
text-transform: capitalize;
padding: 0;
border: none;
border-radius: 0;
}
div.esg-filter-wrapper .esg-filterbutton:hover,
div.esg-filter-wrapper .esg-filterbutton.selected {
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}
div.esg-filter-wrapper .esg-filterbutton + .esg-filterbutton,
.mptt-navigation-tabs li + li,
div.yokoo_tabs .yokoo_tabs_titles li + li {
margin-left: 20px;
}
div.esg-filter-wrapper .esg-filterbutton > span,
.mptt-navigation-tabs li a,
div.yokoo_tabs .yokoo_tabs_titles li a,
div.yokoo_tabs .yokoo_tabs_titles li a.ui-tabs-anchor {
display: block;
float: none;
padding: 1.3em 1.9em;
-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
color: var(--theme-color-alter_dark);
background-color: var(--theme-color-alter_bg_color);
}
div.esg-filter-wrapper .esg-filterbutton > span:hover,
.mptt-navigation-tabs li a:hover,
.mptt-navigation-tabs li a:focus,
.yokoo_tabs .yokoo_tabs_titles li a:hover,
.yokoo_tabs .yokoo_tabs_titles li a:focus,
.yokoo_tabs .yokoo_tabs_titles li a.ui-tabs-anchor:hover,
.yokoo_tabs .yokoo_tabs_titles li a.ui-tabs-anchor:focus {
color: var(--theme-color-inverse_hover);
background-color: var(--theme-color-text_hover);
}
div.esg-filter-wrapper .esg-filterbutton.selected > span,
.mptt-navigation-tabs li.active a,
.yokoo_tabs .yokoo_tabs_titles li.ui-state-active a,
.yokoo_tabs .yokoo_tabs_titles li.ui-state-active a.ui-tabs-anchor {
color: var(--theme-color-inverse_hover);
background-color: var(--theme-color-text_hover);
}
div.yokoo_tabs .yokoo_tabs_content {
padding: 0;
}
div.yokoo_tabs .yokoo_tab_content_remove {
opacity: 0;
}
div.yokoo_tabs .nav-links {
margin-top: 1em;
}
.esg-filters.esg-singlefilters .esg-pagination {
margin-top: 110px;
}
[class*=scheme_].sidebar div.esg-filter-wrapper .esg-filterbutton > span,
[class*=scheme_].sidebar .mptt-navigation-tabs li a,
[class*=scheme_].sidebar .yokoo_tabs .yokoo_tabs_titles li a {
color: var(--theme-color-alter_dark);
background-color: var(--theme-color-alter_bg_hover);
}
[class*=scheme_].sidebar div.esg-filter-wrapper .esg-filterbutton > span:hover,
[class*=scheme_].sidebar .mptt-navigation-tabs li a:hover, [class*=scheme_].sidebar .mptt-navigation-tabs li a:focus,
[class*=scheme_].sidebar .yokoo_tabs .yokoo_tabs_titles li a:hover, [class*=scheme_].sidebar .yokoo_tabs .yokoo_tabs_titles li a:focus {
color: var(--theme-color-inverse_link);
background-color: var(--theme-color-alter_link);
}
[class*=scheme_].sidebar div.esg-filter-wrapper .esg-filterbutton.selected > span,
[class*=scheme_].sidebar .mptt-navigation-tabs li.active a,
[class*=scheme_].sidebar .yokoo_tabs .yokoo_tabs_titles li.ui-state-active a {
color: var(--theme-color-alter_bg_color);
background-color: var(--theme-color-alter_dark);
} .page_content_wrap {
position: relative;
}
.content .before_post_header_banner_wrap {
margin-bottom: 2em;
}
.content .after_post_header_banner_wrap {
margin-bottom: 2em;
}
.custom-background .page_content_wrap {
background-color: transparent !important;
}
.custom-background .content_wrap > .content,
.background_banner_wrap ~ .content_wrap > .content {
padding: 4rem;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
} .post_featured {
overflow: hidden;
position: relative;
margin-bottom: 1.8em;
}
body.sidebar_hide .post_featured.alignwide,
body.sidebar_hide .post_featured.alignfull {
z-index: 100;
}
.post_featured.with_gallery {
overflow: visible;
}
.post_featured.with_video {
z-index: 2000 !important;
}
.post_featured.with_video.with_thumb:after {
content: " ";
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.13)), color-stop(66%, rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.75)));
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.13) 50%, rgba(0, 0, 0, 0.25) 66%, rgba(0, 0, 0, 0.75) 100%);
pointer-events: none;
}
.post_featured.with_video .post_info_video {
position: absolute;
z-index: 1;
bottom: 0;
left: 0;
-webkit-transform: none "";
-ms-transform: none "";
transform: none;
z-index: 2;
top: auto;
right: 0;
display: block;
opacity: 1;
margin: 0;
width: 100%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
padding: 3em 1.5em 1.5em;
text-align: center;
pointer-events: none;
}
.post_featured.with_video .post_info_video > * {
color: #fff;
}
.post_featured.with_video .post_info_video .post_info_title {
margin: 0.25em 0;
}
.post_featured.with_audio .post_info_audio {
text-align: left;
}
.post_featured > p {
margin: 0;
height: 0;
}
.post_featured_bg {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.post_featured_bg:before {
content: " ";
width: 0;
height: 0;
padding-top: 56.25%;
display: inline-block;
vertical-align: top;
margin-left: -0.3em;
}
.post_featured_right {
float: right;
width: 50%;
margin-left: 4.3478%;
}
.post_featured_left {
float: left;
width: 50%;
margin-right: 4.3478%;
}
.post_featured .mask {
background-color: rgba(0, 0, 0, 0.5);
}  .sticky {
position: relative;
background-color: var(--theme-color-extra_bg_color);
color: var(--theme-color-extra_text);
}
.sticky .post_title a {
color: var(--theme-color-extra_hover);
}
.sticky:not(.post_layout_custom):not(.post_layout_portfolio) {
padding: 30px;
}
.sticky:not(.post_layout_custom):not(.post_layout_portfolio) .label_sticky {
display: block;
position: absolute;
z-index: 1;
top: -14px;
right: -14px;
width: 0;
height: 0;
border: 12px solid transparent;
border-top-color: var(--theme-color-text_link);
-webkit-transform: rotate(225deg);
-ms-transform: rotate(225deg);
transform: rotate(225deg);
display: none;
}
.sticky .more-link:hover {
background-color: var(--theme-color-inverse_link);
color: var(--theme-color-inverse_dark);
}
.sticky .post_meta,
.sticky .post_meta_item,
.sticky .post_meta_item:after,
.sticky .post_meta_item:hover:after,
.sticky .post_meta .vc_inline-link,
.sticky .post_meta .vc_inline-link:after,
.sticky .post_meta .vc_inline-link:hover:after,
.sticky .post_meta_item a,
.sticky .post_info .post_info_item,
.sticky .post_info .post_info_item a,
.sticky .post_info_counters .post_meta_item {
color: var(--theme-color-extra_hover);
}
.sticky .post_meta_item a:hover {
color: var(--theme-color-extra_link);
}
.sticky .post_meta_item.post_categories a {
background-color: var(--theme-color-alter_bg_color);
color: var(--theme-color-alter_dark);
}
.sticky .post_meta_item.post_categories a:hover {
background-color: var(--theme-color-text_link);
color: var(--theme-color-inverse_link);
}
.sticky blockquote {
border: 2px solid var(--theme-color-inverse_link);
}
.sidebar_hide .sticky_wrap .sticky,
.body_style_fullwide .sticky_wrap .sticky,
.body_style_fullscreen .sticky_wrap .sticky {
text-align: center;
}
ul.sc_layouts_submenu .sticky {
border: none;
padding: 0;
}
ul.sc_layouts_submenu .sticky .label_sticky {
display: none;
}
.sticky_wrap {
margin-bottom: 5em;
position: relative;
z-index: 1;
}
.sticky_wrap .sticky .post_featured {
display: inline-block;
}
.sticky_wrap .sticky .post_categories {
margin-top: 1em;
}
.sticky_wrap .sticky .post_title {
margin-top: 0.5em;
margin-bottom: 0;
text-transform: uppercase;
letter-spacing: 1px;
} .me-plugin {
position: absolute;
width: 0;
height: 0;
}
.mejs-container .mejs-controls,
.wp-playlist .mejs-container .mejs-controls {
background: var(--theme-color-text_link);
}
.mejs-controls .mejs-button > button {
color: var(--theme-color-inverse_link);
background: none !important;
padding: 0 !important;
text-align: center;
font-size: 1.9em;
line-height: 1;
border-radius: 0;
margin-right: 10px !important;
}
.mejs-button {
width: 40px;
}
.mejs-button.mejs-unmute button {
text-indent: -7px;
font-size: 1.7em;
position: relative;
top: 0;
}
.mejs-button > button {
width: 28px;
}
.mejs-controls .mejs-button > button:hover,
.mejs-controls .mejs-button > button:focus {
color: var(--theme-color-inverse_dark);
}
.mejs-controls .mejs-playpause-button.mejs-play > button:before,
.mejs-controls .mejs-playpause-button.mejs-replay > button:before {
content: "\e9d3";
font-family: "fontello";
}
.mejs-controls .mejs-playpause-button.mejs-pause > button:before {
content: "\e9d1";
font-family: "fontello";
}
.mejs-controls .mejs-volume-button.mejs-mute > button:before {
content: "\e9d2";
font-family: "fontello";
}
.mejs-controls .mejs-volume-button.mejs-unmute > button:before {
content: "\e9d4";
font-family: "fontello";
}
.mejs-controls .mejs-button.mejs-fullscreen-button > button:before {
content: "\f0b2";
font-family: "fontello";
}
.mejs-controls .mejs-button.mejs-unfullscreen > button:before {
content: "\e918";
font-family: "fontello";
}
.mejs-controls .mejs-time-rail .mejs-time-total,
.mejs-controls .mejs-time-rail .mejs-time-loaded,
.mejs-controls .mejs-time-rail .mejs-time-hovered,
.mejs-controls .mejs-volume-slider .mejs-volume-total,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
background: rgba(255, 255, 255, 0.2);
}
.mejs-controls .mejs-time-rail .mejs-time-current,
.mejs-controls .mejs-volume-slider .mejs-volume-current,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
background: rgb(255, 255, 255);
}
.mejs-controls .mejs-time-rail .mejs-time-handle-content {
border-color: var(--theme-color-inverse_dark);
}
.mejs-controls .mejs-volume-slider .mejs-volume-handle,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
background: rgb(255, 255, 255);
}
.wp-playlist .mejs-container .mejs-controls {
background: rgba(0, 0, 0, 0.7);
}
.mejs-controls .mejs-time {
overflow: visible;
margin-top: -1px;
padding-left: 0;
padding-right: 0;
}
.post_featured.with_thumb .mejs-container,
.post_featured.with_thumb .mejs-controls,
.post_featured > div > .mejs-container,
.post_featured > div > .mejs-container .mejs-controls,
.post_featured > div > div > .mejs-container,
.post_featured > div > div > .mejs-container .mejs-controls,
.trx_addons_audio_player.with_cover .mejs-container,
.trx_addons_audio_player.with_cover .mejs-controls {
background: none;
}
.sidebar .mejs-controls .mejs-time,
.footer_wrap .mejs-controls .mejs-time {
display: none;
} .format-audio .post_featured {
position: relative;
max-height: 19em;
}
.format-audio .post_featured .post_info {
display: none !important;
}
.format-audio .post_featured img {
position: relative;
}
.format-audio .post_featured.with_thumb .mask {
background-color: rgba(0, 0, 0, 0);
}
.format-audio .post_featured .mask {
opacity: 1;
}
.format-audio .post_featured .post_audio.with_iframe .post_audio_author,
.format-audio .post_featured .post_audio.with_iframe .post_audio_title,
.single-format-audio .post_featured .post_audio.with_iframe .post_audio_author,
.single-format-audio .post_featured .post_audio.with_iframe .post_audio_title,
.sc_layouts_blog_item_featured .post_featured .post_audio.with_iframe .post_audio_author,
.sc_layouts_blog_item_featured .post_featured .post_audio.with_iframe .post_audio_title {
display: none;
}
.format-audio .post_featured .post_audio_author,
.single-format-audio .post_featured .post_audio_author,
.trx_addons_audio_player .audio_author,
.sc_layouts_blog_item_featured .post_featured .post_audio_author {
font-size: 22px;
line-height: 1.2em;
font-weight: 800;
font-style: normal;
}
.trx_addons_audio_player .audio_author,
.sc_layouts_blog_item_featured .audio_author {
margin-left: 0;
margin-right: 0;
text-transform: none;
margin-top: 0;
margin-bottom: 15px;
}
.format-audio .post_featured .post_audio_title,
.single-format-audio .post_featured .post_audio_title,
.trx_addons_audio_player .audio_caption,
.sc_layouts_blog_item_featured .post_featured .post_audio_title {
font-size: 36px;
line-height: 1.2em;
font-weight: 800;
letter-spacing: 0;
text-transform: none;
}
.format-audio .post_featured .post_audio_title,
.single-format-audio .post_featured .post_audio_title {
font-size: 36px;
line-height: 1.2em;
font-weight: 800;
letter-spacing: 0;
text-transform: none;
margin-top: 15px;
margin-bottom: 1.05em;
}
.format-audio .post_featured.with_thumb .post_audio_author,
.single-format-audio .post_featured.with_thumb .post_audio_author,
.trx_addons_audio_player.with_cover .audio_author,
.format-audio .post_featured.with_thumb .post_audio_description,
.single-format-audio .post_featured.with_thumb .post_audio_description,
.trx_addons_audio_player.with_cover .audio_description,
.format-audio .post_featured.with_thumb .post_audio_title,
.single-format-audio .post_featured.with_thumb .post_audio_title,
.trx_addons_audio_player.with_cover .audio_caption,
.sc_layouts_blog_item_featured .post_featured.with_thumb .post_audio_author,
.sc_layouts_blog_item_featured .post_featured.with_thumb .post_audio_description,
.sc_layouts_blog_item_featured .post_featured.with_thumb .post_audio_title {
color: var(--theme-color-inverse_link);
}
.vc_row .trx_addons_audio_player .audio_caption {
font-size: 1.2em;
line-height: 1.35em;
}
.trx_addons_audio_player .audio_author + .audio_caption {
margin: 0 0 0.25em;
}
.format-audio .post_featured .post_audio_description,
.single-format-audio .post_featured .post_audio_description,
.trx_addons_audio_player .audio_description,
.sc_layouts_blog_item_featured .post_featured .post_audio_description {
font-size: 1em;
font-weight: 400;
margin-bottom: 1em;
}
.post_featured.with_thumb .post_audio .audio_wrap,
.trx_addons_audio_player .audio_frame {
z-index: 3;
padding: 40px 48px;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
background: var(--theme-color-text_link);
}
.sidebar_inner .trx_addons_audio_player.with_cover .audio_frame {
background: transparent;
}
.related_wrap .post_featured.with_thumb .post_audio .audio_wrap, .related_wrap .trx_addons_audio_player .audio_frame {
padding: 10px 10px;
}
.related_wrap .post_featured.with_thumb .post_audio .post_info_audio {
padding: 0 30px;
}
.related_wrap .format-audio .post_featured .post_audio_title, .related_wrap .single-format-audio .post_featured .post_audio_title {
font-size: 26px;
margin-top: 10px;
margin-bottom: 15px;
}
.related_wrap .format-audio .post_featured .post_audio_author, .related_wrap .single-format-audio .post_featured .post_audio_author, .related_wrap .trx_addons_audio_player .audio_author, .related_wrap .sc_layouts_blog_item_featured .post_featured .post_audio_author {
font-size: 19px;
}
.trx_addons_audio_player .audio_info {
z-index: 4;
padding: 4em 4.3em 1.9em;
}
.sidebar .trx_addons_audio_player .audio_info {
padding: 4em 2.3em 1em;
}
.sidebar .trx_addons_audio_player .audio_frame {
padding: 1em 1.1em 1em;
}
.sidebar .trx_addons_audio_player.with_cover .audio_info {
padding: 4em 2.3em 0;
}
.sidebar .trx_addons_audio_player.with_cover .audio_info .audio_description {
margin-bottom: 0;
}
.sidebar .trx_addons_audio_player.with_cover .audio_frame {
padding: 1.9em 1.1em;
}
.sidebar .trx_addons_audio_player.with_cover .audio_now_playing {
color: var(--theme-color-inverse_link);
}
.sidebar .trx_addons_audio_player.with_cover .mejs-controls .mejs-button > button:hover,
.sidebar .trx_addons_audio_player.with_cover .mejs-controls .mejs-button > button:focus {
color: var(--theme-color-text_link);
}
.sidebar .trx_addons_audio_wrap .trx_addons_audio_navigation {
color: inherit;
}
.sidebar .trx_addons_video_player.with_cover {
min-height: 157px;
}
.sidebar .trx_addons_video_player.with_cover img {
position: absolute;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.post_featured.with_thumb .post_audio .post_info_audio {
padding: 0 4.3em;
}
.format-audio .post_featured.with_thumb .post_audio,
.sc_layouts_blog_item_featured .post_featured.with_thumb .post_audio {
position: absolute;
z-index: 1000;
top: auto;
right: 0;
bottom: 0;
left: 0;
text-align: left;
}
.format-audio .post_featured.without_thumb .post_audio:not(.with_iframe),
.single-format-audio .post_featured.without_thumb .post_audio:not(.with_iframe),
.sc_layouts_blog_item_featured .post_featured.without_thumb .post_audio:not(.with_iframe) {
padding: 2em 2.5em;
border: 1px solid var(--theme-color-alter_bd_color);
}
.trx_addons_audio_player .audio_info + .audio_embed, .trx_addons_audio_player .audio_info + .audio_frame {
margin-top: 0;
}
.trx_addons_audio_player {
padding: 0;
}
.trx_addons_audio_player.without_cover,
.format-audio .post_featured.without_thumb .post_audio,
.single-format-audio .post_featured.without_thumb .post_audio {
border: 1px solid var(--theme-color-alter_bd_color);
background-color: var(--theme-color-alter_bg_color);
}
.trx_addons_audio_player.without_cover .audio_author,
.format-audio .post_featured.without_thumb .post_audio_author,
.single-format-audio .post_featured.without_thumb .post_audio_author {
color: var(--theme-color-alter_link);
}
.trx_addons_audio_player.without_cover .audio_caption,
.format-audio .post_featured.without_thumb .post_audio_title,
.single-format-audio .post_featured.without_thumb .post_audio_title {
color: var(--theme-color-alter_dark);
}
.trx_addons_audio_player.without_cover .audio_description,
.format-audio .post_featured.without_thumb .post_audio_description,
.single-format-audio .post_featured.without_thumb .post_audio_description {
color: var(--theme-color-alter_text);
}
.trx_addons_audio_player.without_cover .mejs-controls,
.format-audio .post_featured.without_thumb .mejs-controls,
.single-format-audio .post_featured.without_thumb .mejs-controls {
background: var(--theme-color-text_link);
}
.trx_addons_audio_player.with_cover,
.format-audio .post_featured.with_thumb,
.single-format-audio .post_featured.with_thumb {
position: relative;
}
.trx_addons_audio_player.with_cover:before,
.format-audio .post_featured.with_thumb:before,
.single-format-audio .post_featured.with_thumb:before {
content: " ";
display: block !important;
position: absolute;
z-index: 3;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: auto;
height: auto;
padding: 0;
margin: 0;
background: #1b3e41;
opacity: 0.5;
}
.single-format-audio .post_featured.with_thumb .post_audio {
position: absolute;
z-index: 10;
bottom: 2em;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
min-width: 460px;
margin: 0;
}
.single-format-audio .post_featured.with_thumb .post_audio .post_audio_author,
.single-format-audio .post_featured.with_thumb .post_audio .post_audio_title,
.single-format-audio .post_featured.with_thumb .post_audio .post_audio_description {
color: var(--theme-color-extra_dark);
}
.single-format-audio .post_featured.with_thumb .post_audio.with_iframe {
min-width: 760px;
}
.mejs-controls .mejs-time {
font-weight: 600;
font-size: 16px;
} .post_featured.without_thumb {
display: block;
}
.post_featured.with_thumb {
position: relative;
}
.post_featured.with_thumb .post_video,
.sc_layouts_blog_item_featured .post_featured.with_thumb .post_video {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
text-align: center;
opacity: 0;
overflow: hidden;
}
.post_featured.with_thumb .post_video:before,
.sc_layouts_blog_item_featured .post_featured.with_thumb .post_video:before {
content: " ";
display: inline-block;
padding-top: 55%;
width: 0;
height: 0;
}
.post_featured.with_thumb img,
.sc_layouts_blog_item_featured .post_featured.with_thumb img {
position: relative;
z-index: 2;
}
.post_featured.with_thumb .mask,
.sc_layouts_blog_item_featured .post_featured.with_thumb .mask {
z-index: 3;
background-color: rgba(0, 0, 0, 0.5);
opacity: 0;
}
.post_featured.with_thumb:hover .mask,
.sc_layouts_blog_item_featured .post_featured.with_thumb:hover .mask {
opacity: 1;
}
.trx_addons_video_player.with_cover .video_hover,
.post_featured.with_thumb .post_video_hover,
.sc_layouts_blog_item_featured .post_featured.with_thumb .post_video_hover {
width: 80px;
height: 80px;
line-height: 80px;
text-align: center;
line-height: 78px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
position: absolute;
z-index: 2000;
top: 50%;
left: 50%;
-webkit-transform: none "";
-ms-transform: none "";
transform: none;
margin: -40px 0 0 -40px;
font-size: 32px;
opacity: 1;
cursor: pointer;
overflow: hidden;
color: #1b3e41;
background-color: rgb(255, 255, 255);
border: none;
border-radius: 0;
text-indent: 5px;
}
.trx_addons_video_player.with_cover:hover .video_hover,
.post_featured.with_thumb:hover .post_video_hover,
.sc_layouts_blog_item_featured .post_featured.with_thumb:hover .post_video_hover {
opacity: 1;
margin-top: -40px;
}
.post_header_wrap .post_featured.with_thumb .post_video_hover {
opacity: 1;
margin-top: -40px;
}
.trx_addons_video_player.with_cover .video_hover:hover,
.post_featured.with_thumb .post_video_hover:hover,
.sc_layouts_blog_item_featured .post_featured.with_thumb .post_video_hover:hover {
color: var(--theme-color-inverse_link);
background-color: var(--theme-color-text_link);
}
[class*=scheme_].sidebar .trx_addons_video_player.with_cover .video_hover {
color: var(--theme-color-alter_link);
}
[class*=scheme_].sidebar .trx_addons_video_player.with_cover .video_hover:hover {
color: var(--theme-color-inverse_hover);
background-color: var(--theme-color-alter_link);
}
.trx_addons_video_player.with_cover .video_hover,
.post_header_wrap .post_featured.with_thumb .post_video_hover,
.body_style_fullwide .post_featured.with_thumb .post_video_hover,
.post_layout_excerpt .post_featured.with_thumb .post_video_hover {
font-size: 32px;
width: 80px;
height: 80px;
line-height: 80px;
text-align: center;
line-height: 78px;
}
.post_header_wrap .post_featured.with_thumb > img + .slider_outer {
margin-top: 3em;
}
.widget_video .trx_addons_video_player.with_cover .video_hover {
font-size: 32px;
}
.sidebar .trx_addons_video_player.with_cover .video_hover,
.footer_wrap .trx_addons_video_player.with_cover .video_hover {
font-size: 32px;
}
.trx_addons_video_player.with_cover .video_hover:before,
.post_featured.with_thumb .post_video_hover:before,
.sc_layouts_blog_item_featured .post_featured.with_thumb .post_video_hover:before {
content: "\e9c1";
font-family: "fontello";
}
.post_featured.with_thumb .post_video_hover > a,
.sc_layouts_blog_item_featured .post_featured.with_thumb .post_video_hover > a {
display: block;
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.post_featured.post_video_play .post_video,
.sc_layouts_blog_item_featured .post_featured.post_video_play .post_video {
opacity: 1;
z-index: 100;
}
.post_featured.post_video_play .mask,
.sc_layouts_blog_item_featured .post_featured.post_video_play .mask {
opacity: 0;
background-color: #000;
}
.post_featured.post_video_play .post_video_hover,
.sc_layouts_blog_item_featured .post_featured.post_video_play .post_video_hover {
display: none;
}
.trx_addons_video_player.with_cover:hover .video_mask {
opacity: 0;
} .format-gallery:not(.post_item_single) .post_featured.with_thumb .slider_outer {
position: absolute;
z-index: 1000;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
}
.format-gallery:not(.post_item_single) .post_featured.with_thumb .slider_outer > .slider_container {
height: 100% !important;
} .format-quote .post_content,
.format-aside .post_content,
.format-link .post_content,
.format-status .post_content {
padding: 0;
text-align: left;
}
.format-aside .post_content_inner, .post_item_single.format-aside .post_content > p,
.format-link .post_content_inner, .post_item_single.format-link .post_content > p,
.format-status .post_content_inner, .post_item_single.format-status .post_content > p {
font-size: 22px;
line-height: 1.4em;
}
.format-aside .post_content_inner {
padding: 1em 1.3158em;
}
.format-aside .post_content_inner {
color: var(--theme-color-alter_dark);
background-color: var(--theme-color-alter_bg_color);
}
.format-aside .post_content_inner:after {
display: none;
}
.format-aside .post_content_inner + .post_meta,
.format-link .post_content_inner + .post_meta,
.format-status .post_content_inner + .post_meta {
margin-top: 1.6em;
}
.format-link .post_content_inner,
.format-status .post_content_inner {
color: var(--theme-color-text_dark);
}
figure.wp-block-gallery {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-direction: row;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: start;
-webkit-box-pack: start;
justify-content: flex-start;
-ms-flex-align: stretch;
-webkit-box-align: stretch;
align-items: stretch;
} .format-chat p > em,
.format-chat p > b,
.format-chat p > strong {
display: inline-block;
margin-top: 1.7em;
}
.format-chat p:first-child > em,
.format-chat p:first-child > b,
.format-chat p:first-child > strong {
margin-top: 0;
}
.format-chat p > b,
.format-chat p > strong {
color: var(--theme-color-text_dark);
}  .nav-links-more,
.woocommerce-links-more {
text-transform: none;
letter-spacing: 0;
text-align: center;
margin-top: 2em;
font-weight: 600;
}
[class*=blog_style_classic] .nav-links-more,
[class*=blog_style_masonry] .nav-links-more {
margin-top: 0;
}
.nav-links-more.nav-links-infinite,
.woocommerce-links-more.woocommerce-links-infinite {
display: none;
}
.nav-links-more a,
.woocommerce-links-more a {
display: inline-block;
padding-top: 1.8em;
position: relative;
}
.nav-links-more a:before,
.woocommerce-links-more a:before {
content: "\e929";
font-family: "fontello";
font-size: 1.6em;
font-weight: normal;
display: block;
text-align: center;
margin-left: -0.5em;
position: absolute;
z-index: 1;
top: 0;
left: 50%;
width: 1em;
height: 1em;
line-height: 1em;
text-align: center;
}
.nav-links-more a:hover,
.woocommerce-links-more a:hover {
-webkit-animation: squat 0.5s 1 cubic-bezier(0.2, -0.8, 0.6, -1.2);
animation: squat 0.5s 1 cubic-bezier(0.2, -0.8, 0.6, -1.2);
}
.nav-links-more.loading a:before,
.woocommerce-links-more.loading a:before {
content: "\e82d";
-webkit-animation: spin 2s infinite linear;
animation: spin 2s infinite linear;
}
.nav-links-infinite a span,
.woocommerce-links-infinite a span {
opacity: 0;
}
.nav-links-infinite.loading,
.woocommerce-links-infinite.loading {
display: block;
} .nav-links-old {
overflow: hidden;
font-size: 1em;
font-weight: 600;
text-transform: none;
letter-spacing: 0;
margin-top: 3em;
color: var(--theme-color-text_dark);
}
.nav-links-old a:hover {
color: var(--theme-color-text_dark);
border-color: var(--theme-color-text_link);
}
body[class*=blog_style_portfolio] .nav-links-old,
body[class*=blog_style_classic] .nav-links-old {
margin-top: 1.3em;
}
.nav-links-old .nav-prev a:before,
.nav-links-old .nav-next a:after {
font-family: "fontello";
font-weight: normal;
display: inline;
position: absolute;
z-index: 1;
top: 0;
left: 0;
font-size: 0.6em;
top: 1px;
}
.nav-links-old .nav-prev {
float: left;
position: relative;
padding-left: 1.5em;
}
.nav-links-old .nav-prev a:before {
content: "\e9ab";
}
.nav-links-old .nav-next {
float: right;
position: relative;
padding-right: 1.5em;
}
.nav-links-old .nav-next a:after {
content: "\e9aa";
left: auto;
right: 0;
} div.esg-filters,
.woocommerce nav.woocommerce-pagination ul,
.comments_pagination,
.nav-links,
.page_links {
font-size: 1em;
text-transform: none;
margin-top: 110px;
text-align: left;
border: none;
list-style-type: none;
clear: both;
}
.page_links {
margin-top: 0;
}
.page_links .page_links_title {
display: inline-block;
vertical-align: top;
margin: 11px 1em 0 0;
}
.esg-filters div.esg-navigationbutton,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span.current,
.page_links > span:not(.page_links_title),
.page_links > a,
.comments_pagination .page-numbers,
.nav-links .page-numbers {
display: inline-block;
vertical-align: top;
margin: 0.6667em 0.6667em 0 0;
font-size: 14px;
font-weight: 600;
padding: 0;
border: none;
width: 32px;
height: 32px;
line-height: 32px;
text-align: center;
border-radius: 0;
-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, background-position 0.3s ease;
transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, background-position 0.3s ease;
}
.esg-filters div.esg-navigationbutton,
.woocommerce nav.woocommerce-pagination ul li a,
.page_links > a,
.comments_pagination .page-numbers,
.nav-links .page-numbers {
color: var(--theme-color-alter_dark);
background-color: var(--theme-color-alter_bg_color);
}
.esg-filters div.esg-navigationbutton:hover,
.esg-filters div.esg-navigationbutton.selected,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.page_links > a:hover,
.page_links > span:not(.page_links_title),
.comments_pagination a.page-numbers:hover,
.comments_pagination .page-numbers.current,
.nav-links a.page-numbers:hover,
.nav-links .page-numbers.current {
color: var(--theme-color-inverse_hover);
background-color: var(--theme-color-text_hover);
}
.esg-filters .esg-navigationbutton i[class*=eg-icon-] {
color: inherit;
}
.esg-filters .esg-navigationbutton i.eg-icon-left-open:before {
content: "\e939";
font-family: "fontello";
}
.esg-filters .esg-navigationbutton i.eg-icon-right-open:before {
content: "\e93a";
font-family: "fontello";
}
.woocommerce nav.woocommerce-pagination ul li {
border: none;
display: inline-block;
margin: 0 0.6667em 0 0;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span.current {
margin-right: 0;
}
.esg-filters div.esg-navigationbutton:hover,
.esg-filters div.esg-navigationbutton.selected {
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}
.nav-links .page-numbers.first,
.nav-links .page-numbers.prev,
.nav-links .page-numbers.next,
.nav-links .page-numbers.last,
.comments_pagination .page-numbers.first,
.comments_pagination .page-numbers.prev,
.comments_pagination .page-numbers.next,
.comments_pagination .page-numbers.last,
.woocommerce nav.woocommerce-pagination ul li a.first,
.woocommerce nav.woocommerce-pagination ul li a.prev,
.woocommerce nav.woocommerce-pagination ul li a.next,
.woocommerce nav.woocommerce-pagination ul li a.last {
text-indent: -200px;
overflow: hidden;
position: relative;
}
.nav-links .page-numbers.first:before,
.nav-links .page-numbers.prev:before,
.nav-links .page-numbers.next:before,
.nav-links .page-numbers.last:before,
.comments_pagination .page-numbers.first:before,
.comments_pagination .page-numbers.prev:before,
.comments_pagination .page-numbers.next:before,
.comments_pagination .page-numbers.last:before,
.woocommerce nav.woocommerce-pagination ul li a.first:before,
.woocommerce nav.woocommerce-pagination ul li a.prev:before,
.woocommerce nav.woocommerce-pagination ul li a.next:before,
.woocommerce nav.woocommerce-pagination ul li a.last:before {
font-family: "fontello";
position: absolute;
z-index: 1;
top: 0;
left: 0;
top: 1px;
font-size: 9px;
width: 100%;
text-align: center;
text-indent: 0;
font-weight: 400;
}
.nav-links .page-numbers.first:before,
.comments_pagination .page-numbers.first:before,
.woocommerce nav.woocommerce-pagination ul li a.first:before {
content: "\e8af";
}
.nav-links .page-numbers.prev:before,
.comments_pagination .page-numbers.prev:before,
.woocommerce nav.woocommerce-pagination ul li a.prev:before {
content: "\e9ab";
}
.nav-links .page-numbers.next:before,
.comments_pagination .page-numbers.next:before,
.woocommerce nav.woocommerce-pagination ul li a.next:before {
content: "\e9aa";
}
.nav-links .page-numbers.last:before,
.comments_pagination .page-numbers.last:before,
.woocommerce nav.woocommerce-pagination ul li a.last:before {
content: "\e8b0";
} .image-navigation .nav-previous,
.image-navigation .nav-next {
float: none;
width: auto;
text-align: left;
padding: 0;
margin: 0;
position: absolute;
z-index: 1;
top: 50%;
left: 1.5em;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.image-navigation .nav-next {
left: auto;
right: 1.5em;
text-align: right;
}
.image-navigation .nav-previous a,
.image-navigation .nav-next a {
display: block;
padding: 1.1em 1em;
width: 0;
max-width: 20em;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
background-color: rgba(0, 0, 0, 0);
border: 1px solid rgba(0, 0, 0, 0);
color: #fff;
border-radius: 50%;
}
.image-navigation .nav-previous a:hover,
.image-navigation .nav-next a:hover {
width: auto;
color: #fff;
background-color: rgba(0, 0, 0, 0.6);
border-color: rgba(0, 0, 0, 0.6);
border-radius: 2em;
}
.image-navigation .nav-previous a:hover {
padding-left: 3.5em;
}
.image-navigation .nav-next a:hover {
padding-right: 3.5em;
}
.image-navigation .nav-previous a:after,
.image-navigation .nav-next a:after {
content: "\e8ef";
font-family: "fontello";
position: absolute;
z-index: 1;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 4em;
height: 4em;
line-height: 4em;
text-align: center;
border-radius: 50%;
border: 1px solid #000;
background-color: #333;
color: #fff;
}
.image-navigation .nav-next a:after {
content: "\e8f0";
left: auto;
right: 0;
}
.image-navigation .nav-previous a:hover:after,
.image-navigation .nav-next a:hover:after {
border-color: transparent;
background-color: transparent;
} .full_post_loading {
position: relative;
}
.full_post_loading:after {
content: " ";
position: absolute;
z-index: 9999;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(255, 255, 255, 0.7);
background-color: var(--theme-color-bg_color_07);
background-image: url(//www.elite-wheels.cn/wp-content/themes/yokoo/images/preloader2.png);
background-position: center;
background-repeat: no-repeat;
}
.full_post_content {
position: relative;
}
.full_post_content .post_item_single .post_header_single {
margin-bottom: 2em;
}
.full_post_content .post_item_single .post_header_single .post_title {
margin-top: 14px;
font-size: 2.2em;
margin-bottom: 14px;
}
.full_post_content .post_item_single .post_header_single .post_meta_other .post_meta {
display: inline-block;
}
.full_post_content .post_item_single .post_header_single .post_meta_other .post_meta + .post_meta {
margin-left: 1.8em;
}
.posts_container .full_post_content {
margin-top: 7em;
padding-top: 7em;
border-top: 1px solid var(--theme-color-bd_color);
}
.posts_container .full_post_content:not(:last-child) {
margin-bottom: 7em;
padding-bottom: 7em;
border-bottom: 1px solid var(--theme-color-bd_color);
}
.sc_item_posts_container .full_post_content,
.sc_item_posts_container .full_post_content:not(:last-child) {
margin-bottom: 2em;
padding-bottom: 2em;
border-bottom: 1px solid var(--theme-color-bd_color);
}
.full_post_opened:first-child + .full_post_content {
margin-top: 0;
padding-top: 0;
border-top: none;
}
.full_post_read {
overflow: visible;
}
.sc_blogger_item.full_post_read .entry-title,
.full_post_read .post_title,
.full_post_read .sc_layouts_blog_item_title {
position: relative;
}
.full_post_read .sc_layouts_blog_item_title {
display: inline-block;
vertical-align: top;
}
.sc_blogger_item.full_post_read .entry-title:after,
.full_post_read .post_title:after,
.full_post_read .sc_layouts_blog_item_title:after {
content: " ";
width: 2em;
height: 1em;
position: absolute;
z-index: 1;
top: -0.2em;
left: -0.5em;
-webkit-transform: rotate(-20deg);
-ms-transform: rotate(-20deg);
transform: rotate(-20deg);
opacity: 0.7;
background-image: url(//www.elite-wheels.cn/wp-content/themes/yokoo/images/read.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
pointer-events: none;
display: none;
}
.full_post_read .sc_layouts_blog_item_title .post_title:after {
display: none;
}
button.full_post_close {
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
border-radius: 50% !important;
-webkit-position: sticky;
position: sticky;
top: 12em;
z-index: 9999;
float: right;
margin: 0 0 1em 2em;
cursor: pointer;
color: var(--theme-color-text_link);
background-color: var(--theme-color-bg_color);
-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
-ms-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
button.full_post_close:hover {
color: var(--theme-color-text_hover);
}
button.full_post_close:after {
content: "\e916";
font-family: "fontello";
}
.full_post_progress {
position: absolute;
z-index: -1;
top: 0;
left: 0;
pointer-events: none;
display: block;
width: 100%;
height: 100%;
line-height: 100%;
text-align: center;
border-radius: 50%;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-backface-visibility: hidden;
}
.full_post_progress svg {
fill: currentColor;
}
.full_post_progress_bar {
fill: transparent;
stroke: var(--theme-color-text_link);
stroke-width: 2;
stroke-dashoffset: 0;
stroke-dasharray: 137.4;
}
button.full_post_read_complete:after {
content: "\e8ab";
}
.full_post_read_complete .full_post_progress {
display: none;
} .structured_data_snippets {
display: none;
}
.post_item_single a.post_meta_item:hover,
.post_item_single .post_meta_item > a:hover,
.post_item_single .post_meta_item .socials_caption:hover,
.post_item_single .post_edit a:hover {
color: var(--theme-color-text_link);
}
.post_item_single::after {
content: " ";
display: block;
width: 100%;
height: 0;
clear: both;
}
.post_item_single.format-aside .post_content,
.post_item_single.format-link .post_content,
.post_item_single.format-status .post_content {
padding: 0;
text-align: left;
}
.post_item_single.format-quote .post_content {
background-color: transparent;
padding-top: 0;
}
.section_title {
margin: 0 0 1.2em;
text-align: left;
font-size: 29px;
}
.sidebar_hide.narrow_content .post_item_single.post_type_post {
width: 75%;
margin: 0 auto;
}
.post_content_single:after {
content: " ";
display: block;
width: 100%;
height: 0;
clear: both;
} .sidebar_hide.narrow_content .post_info_vertical {
position: absolute;
z-index: 1;
top: 0;
left: calc(-1 * var(--theme-var-padding_narrow));
}
.sidebar_show .post_info_vertical,
.sidebar_hide:not(.narrow_content) .post_info_vertical,
.sidebar_hide.narrow_content .previous_post_content.sidebar_show .post_info_vertical {
position: absolute;
z-index: 1;
top: 0;
left: 0;
}
.sidebar_show .post_info_vertical_present,
.sidebar_show .post_info_vertical_present + .post_footer,
.sidebar_hide:not(.narrow_content) .post_info_vertical_present,
.sidebar_hide:not(.narrow_content) .post_info_vertical_present + .post_footer {
padding-left: 15%;
}
.post_info_vertical_present {
position: relative;
} .post_item_single > .post_featured {
margin-bottom: 3em;
text-align: center;
}
.post_item_single > .post_featured > img {
width: auto;
max-height: 80vh;
}
.post_featured.post_attachment {
margin-bottom: 0.5em;
}
.entry-caption {
text-align: center;
font-style: normal;
}
.post_item_single .post_content > h1:first-child,
.post_item_single .post_content > h2:first-child,
.post_item_single .post_content > h3:first-child,
.post_item_single .post_content > h4:first-child,
.post_item_single .post_content > h5:first-child,
.post_item_single .post_content > h6:first-child,
.post_item_single .post_content > .vc_row:first-child h1:first-child,
.post_item_single .post_content > .vc_row:first-child h2:first-child,
.post_item_single .post_content > .vc_row:first-child h3:first-child,
.post_item_single .post_content > .vc_row:first-child h4:first-child,
.post_item_single .post_content > .vc_row:first-child h5:first-child,
.post_item_single .post_content > .vc_row:first-child h6:first-child,
.post_item_single .post_content .elementor-text-editor > h1:first-child,
.post_item_single .post_content .elementor-text-editor > h2:first-child,
.post_item_single .post_content .elementor-text-editor > h3:first-child,
.post_item_single .post_content .elementor-text-editor > h4:first-child,
.post_item_single .post_content .elementor-text-editor > h5:first-child,
.post_item_single .post_content .elementor-text-editor > h6:first-child,
.post_item_single .post_title {
margin-top: -0.2em;
}
.post_item_single .post_header_single .post_title {
margin-bottom: 0;
}  .post_item_single .post_tags_single {
margin-top: 35px;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-direction: row;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
-ms-flex-pack: start;
-webkit-box-pack: start;
justify-content: flex-start;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
font-size: 16px;
line-height: 20px;
font-weight: 600;
}
.post_item_single .post_tags_single .post_meta_label {
display: inline-block;
vertical-align: middle;
margin: 4px 10px 4px 0;
color: var(--theme-color-text_dark);
}
.sc_igenerator .sc_igenerator_form_field_tags_item {
line-height: 20px;
font-weight: 600;
}
.sc_igenerator .sc_igenerator_form_field_tags_item,
.post_item_single .post_tags_single a {
display: inline-block;
vertical-align: middle;
padding: 0;
margin: 4px 9px 4px 0;
background-color: transparent;
color: var(--theme-color-text_dark);
-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.sc_igenerator .sc_igenerator_form_field_tags_item:before,
.post_item_single .post_tags_single a:before {
content: "#";
display: inline;
}
.sc_igenerator .sc_igenerator_form_field_tags_item:hover,
.post_item_single .post_tags_single a:hover {
color: var(--theme-color-text_link);
} .post_item_single .trx_addons_emotions {
margin-top: 3em;
} .post_item_single .post_meta_single {
margin-top: 56px;
padding-top: 32px;
border-top: 1px solid var(--theme-color-bd_color);
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-direction: row;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
-ms-flex-pack: space-between;
-webkit-box-pack: justify;
justify-content: space-between;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
}
.post_item_single .post_meta_single .post_meta_likes .post_meta_number {
color: var(--theme-color-alter_text);
}
.post_item_single .post_meta_single .post_meta_likes .post_meta_number + .post_meta_label {
display: inline-block;
}
.post_item_single .post_content > .trx_addons_emotions + .post_meta_single {
-ms-flex-pack: start;
-webkit-box-pack: start;
justify-content: flex-start;
} .post_meta_likes.disabled, .comment_counters_likes.disabled {
color: var(--theme-color-text_link);
}
.post_item_single .post_meta_single .post_meta_likes:before {
font-size: 1.2em;
width: 50px;
height: 50px;
line-height: 50px !important;
color: var(--theme-color-alter_dark);
background-color: var(--theme-color-alter_bg_color);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.post_item_single .post_meta_single .post_meta_likes:hover:before {
color: var(--theme-color-inverse_hover);
background-color: var(--theme-color-text_dark);
}
.post_item_single .post_meta_single .post_meta_likes:after {
display: none;
} .post_item_single .post_meta_single .post_share .socials_share.socials_type_block .social_item {
margin: 0.5em 0 0.5em 0.5em;
}
.post_item_single .post_meta_single .post_share .socials_share.socials_type_block .social_item .social_icon {
color: var(--theme-color-alter_dark);
background-color: var(--theme-color-alter_bg_color);
}
.post_item_single .post_meta_single .post_share .socials_share.socials_type_block .social_item:hover .social_icon {
color: var(--theme-color-inverse_hover);
background-color: var(--theme-color-text_dark);
}
.post_item_single .post_meta_single .post_share .socials_share.socials_type_block .social_item:first-child {
margin-left: 0;
}
.post_item_single .post_meta_single .post_share .socials_share.socials_type_block .social_item .social_icon {
display: block;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
} .nav-links-single {
margin-top: 65px;
padding-top: 65px;
border-top: 1px solid var(--theme-color-bd_color);
}
.post_meta_single + .nav-links-single {
margin-top: 32px;
padding-top: 62px;
}
.nav-links-single .nav-links a {
padding-top: 40px;
}
.nav-links-single .nav-links {
margin-top: 0;
text-align: left;
overflow: hidden;
text-transform: none;
}
.nav-links-single .nav-links a {
display: block;
}
.nav-links-single .nav-links .nav-arrow-label {
text-transform: none;
font-size: 16px;
line-height: 18px;
font-weight: 600;
display: block;
position: absolute;
top: 0;
}
.nav-links-single .nav-links .nav-previous .nav-arrow-label {
left: 0;
}
.nav-links-single .nav-links .nav-next .nav-arrow-label {
right: 0;
}
.nav-links-single .nav-links .nav-arrow-label:before,
.nav-links-single .nav-links .nav-arrow-label:after {
font-family: "fontello";
display: inline-block;
vertical-align: top;
font-size: 10px;
}
.nav-links-single .nav-links .nav-previous,
.nav-links-single .nav-links .nav-next {
width: 50%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.nav-links-single .nav-links .nav-previous {
float: left;
text-align: left;
padding-right: 15px;
}
.nav-links-single .nav-links .nav-previous .nav-arrow-label:before {
content: "\e9ab";
margin-right: 8px;
font-weight: 400;
}
.nav-links-single .nav-links .nav-previous .post-title {
text-align: left;
}
.nav-links-single .nav-links .nav-next {
float: right;
text-align: right;
padding-left: 15px;
}
.nav-links-single .nav-links .nav-next .nav-arrow-label:after {
content: "\e9aa";
margin-left: 8px;
font-weight: 400;
}
.nav-links-single .nav-links .nav-next .post-title {
text-align: right;
}
.nav-links-single .nav-links .nav-arrow-label,
.nav-links-single .nav-links .post-title,
.nav-links-single .nav-links .post_date {
-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.nav-links-single .nav-links .post-title {
margin: 0;
font-size: 16px;
line-height: 24px;
font-weight: 600;
}
.nav-links-single .nav-links .meta-nav,
.nav-links-single .nav-links .post_date {
display: block;
font-size: 14px;
font-weight: normal;
line-height: 18px;
margin-top: 4px;
}
.nav-links-single .nav-links .nav-arrow-label,
.nav-links-single .nav-links .meta-nav {
color: var(--theme-color-text_link);
}
.nav-links-single .nav-links .post_date {
color: var(--theme-color-alter_text);
}
.nav-links-single .nav-links a:hover .post-title {
color: var(--theme-color-text_link);
}
.post-navigation a .nav-arrow {
display: inline-block;
}
.nav-links-single.nav-links-with-thumbs .nav-links a {
position: relative;
min-height: 66px;
z-index: 1;
}
.nav-links-single.nav-links-with-thumbs .nav-links a .nav-arrow {
width: 60px;
height: 60px;
line-height: 60px;
text-align: center;
overflow: hidden;
text-align: center;
position: absolute;
z-index: 1;
top: 0;
left: 0;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
top: 45px;
}
.nav-links-single.nav-links-with-thumbs .nav-links a .nav-arrow:before {
content: " ";
display: block;
background-color: #fff;
opacity: 0;
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.nav-links-single.nav-links-with-thumbs .nav-links a:hover .nav-arrow:before {
opacity: 0;
}
.nav-links-single.nav-links-with-thumbs .nav-links a .nav-arrow:after {
content: "\e9ab";
font-family: "fontello";
display: inline-block;
position: relative;
z-index: 2;
top: 3em;
opacity: 0;
color: #292929;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
display: none;
}
.nav-links-single.nav-links-with-thumbs .nav-links a:hover .nav-arrow:after {
top: 0;
opacity: 1;
}
.nav-links-single.nav-links-with-thumbs .nav-links .nav-previous a {
padding-left: 84px;
}
.nav-links-single.nav-links-with-thumbs .nav-links .nav-next a {
padding-right: 84px;
}
.nav-links-single.nav-links-with-thumbs .nav-links .nav-next a .nav-arrow {
right: 0;
left: auto;
}
.nav-links-single.nav-links-with-thumbs .nav-links .nav-next a .nav-arrow:after {
content: "\e9aa";
}
.nav-links-single.nav-links-with-thumbs .nav-links .post-title {
margin: 0;
}
.nav-links-single.nav-links-fixed {
position: fixed;
z-index: 10;
bottom: 100px;
left: 20px;
right: 20px;
opacity: 0;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
margin-top: 0;
padding-top: 0;
border-top: none;
}
.menu_side_left .nav-links-single.nav-links-fixed {
margin-left: 6rem;
}
.menu_side_right .nav-links-single.nav-links-fixed {
margin-right: 6rem;
}
.nav-links-single.nav-links-fixed.nav-links-visible {
opacity: 1;
}
.nav-links-single.nav-links-fixed .nav-links {
padding: 0;
margin: 0;
border-width: 0;
border-color: var(--theme-color-bd_color);
}
.nav-links-single.nav-links-fixed .nav-links .nav-previous,
.nav-links-single.nav-links-fixed .nav-links .nav-next {
position: absolute;
z-index: 1;
bottom: 0;
left: 0;
width: 280px;
padding: 25px;
border: 1px solid var(--theme-color-bd_color);
background-color: var(--theme-color-bg_color);
-webkit-transition: left 0.3s ease, right 0.3s ease;
transition: left 0.3s ease, right 0.3s ease;
}
.nav-links-single.nav-links-fixed .nav-links .nav-previous {
left: -300px;
}
.nav-links-single.nav-links-fixed.nav-links-visible .nav-links .nav-previous {
left: 0;
}
.nav-links-single.nav-links-fixed .nav-links .nav-next {
left: auto;
right: -300px;
}
.nav-links-single.nav-links-fixed.nav-links-visible .nav-links .nav-next {
right: 0;
}
.nav-links-single-scroll.yokoo_loading {
min-height: 3em;
margin-top: 4em;
}
.previous_post_content {
margin-top: 6em;
padding-top: 6em;
border-top: 1px solid var(--theme-color-bd_color);
} .author_info {
margin-top: 60px;
padding: 60px;
color: var(--theme-color-extra_text);
background-color: var(--theme-color-extra_bg_color);
position: relative;
}
.author_info .author_avatar {
width: 134px;
height: 134px;
line-height: 134px;
text-align: center;
position: absolute;
z-index: 1;
top: 60px;
left: 60px;
overflow: hidden;
}
.author_info .author_avatar img {
width: 100%;
height: auto;
}
.author_info .author_description {
padding-left: 174px;
}
.author_info .author_label {
text-transform: none;
font-size: 14px;
line-height: 18px;
font-weight: 600;
letter-spacing: 0;
color: var(--theme-color-extra_hover);
display: none;
}
.author_info .author_title {
margin: -4px 0 15px;
line-height: 1.1em;
color: var(--theme-color-extra_hover);
}
.author_info .author_bio p {
margin: 0;
}
.author_info .author_bio p + p {
margin-top: 0.6em;
}
.author_info .author_bio .author_links {
margin-top: 0.8em;
display: block;
}
.author_info .author_bio .author_links .author_link {
font-size: 16px;
font-weight: 600;
position: relative;
color: var(--theme-color-extra_hover);
}
.author_info .author_bio .author_links .author_link:after {
font-family: "fontello";
display: inline-block;
font-weight: 400;
content: "\e9aa";
margin-left: 5px;
font-size: 9px;
vertical-align: middle;
}
.author_info .author_bio .author_links .author_link:hover {
color: var(--theme-color-extra_link);
}
.author_info .author_bio .socials_wrap {
margin-top: 0;
}
.author_info .author_bio .socials_wrap .social_item {
margin: 0 0.75em 0 0;
}
.author_info .author_bio .socials_wrap .social_item .social_icon {
background-color: transparent !important;
width: 1.3em;
height: 1.3em;
line-height: 1.3em;
text-align: center;
color: var(--theme-color-extra_hover);
}
.author_info .author_bio .socials_wrap .social_item:hover .social_icon {
color: var(--theme-color-extra_link);
} .related_wrap {
margin-top: 65px;
padding-top: 60px;
border-top: 1px solid var(--theme-color-bd_color);
}
.post_content .related_wrap {
margin: 2em 0 1em;
padding: 0.02px 0;
border-top: none;
}
.post_content .related_wrap_slider {
margin-bottom: 1em;
}
.post_content .related_wrap.related_position_inside_left {
float: left;
margin: 1em 2em 1em 0;
max-width: 18em;
}
.post_content .related_wrap.related_position_inside_right {
float: right;
margin: 1em 0 1em 2em;
max-width: 18em;
}
.post_content .related_wrap.related_position_inside_left .slider_container:not(.slider_multi):not(.slider_type_images),
.post_content .related_wrap.related_position_inside_left .slider_container:not(.slider_multi):not(.slider_type_images) .slider-slide,
.post_content .related_wrap.related_position_inside_right .slider_container:not(.slider_multi):not(.slider_type_images),
.post_content .related_wrap.related_position_inside_right .slider_container:not(.slider_multi):not(.slider_type_images) .slider-slide {
min-height: 5em;
}
.related_wrap .related_item {
text-align: center;
overflow: hidden;
}
.related_wrap .related_item blockquote {
margin: 0;
}
.related_wrap blockquote {
margin: 0;
}
.related_wrap .post_categories ul {
margin: 0;
padding: 0;
list-style: none;
display: inline-block;
vertical-align: top;
}
.related_wrap .post_categories li:nth-child(n+3),
.related_wrap .post_categories > a:nth-child(n+3) {
display: none;
}
.related_wrap .post_title {
margin: 0;
}
.related_wrap .related_item.post_format_audio {
overflow: visible;
}
.related_wrap .related_item.post_format_audio .post_featured {
overflow: visible;
}
.post_content.post_info_vertical_present .related_wrap .post_featured .post_title,
.narrow_content .related_wrap .post_featured .post_title {
font-size: 1.25em;
}
.post_content.post_info_vertical_present .related_wrap .post_featured .post_descr,
.narrow_content .related_wrap .post_featured .post_descr {
display: none;
} .related_wrap.related_style_modern .post_featured {
margin-bottom: 0;
}
.related_wrap.related_style_modern .post_featured .post_header {
display: block;
width: 70%;
padding: 1.5em;
position: absolute;
z-index: 8;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.related_wrap.related_style_modern .format-audio .post_featured .post_header {
display: none;
}
.related_wrap.related_style_modern .post_title {
margin: 0.5em 0;
letter-spacing: 0;
line-height: 1.25em;
}
.related_wrap.related_style_modern .post_meta {
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
}
.related_wrap.related_style_modern .post_header {
background-color: var(--theme-color-bg_color_08);
}
.related_wrap.related_style_modern .related_item:hover .post_header {
background-color: var(--theme-color-bg_color);
}
.related_wrap.related_style_modern .post_meta a {
color: var(--theme-color-text);
}
.related_wrap.related_style_modern .related_item:hover .post_meta a {
color: var(--theme-color-text_light);
}
.related_wrap.related_style_modern .related_item:hover .post_meta a:hover {
color: var(--theme-color-text_dark);
} .related_wrap.related_style_classic .post_featured {
margin-bottom: 0;
}
.related_wrap.related_style_classic .post_featured[class*=hover_] {
display: inline-block;
vertical-align: top;
}
.related_wrap.related_style_classic .post_featured img {
max-width: 100%;
height: auto;
}
.related_wrap.related_style_classic .post_meta {
margin: 0;
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
}
.related_wrap.related_style_classic .post_format_audio .post_featured.without_thumb .post_audio {
padding: 0 !important;
border: none !important;
}
.related_wrap.related_style_classic .post_video_play > img {
opacity: 0.1;
}
.related_wrap.related_style_classic .related_item {
color: var(--theme-color-alter_link);
background-color: var(--theme-color-alter_bg_color);
}
.related_wrap.related_style_classic .post_header {
padding: 36px 30px 55px;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.related_wrap.related_style_classic .post_title {
margin: 0;
font-weight: 800;
font-size: 25px;
line-height: 1.35em;
}
.related_wrap.related_style_classic .post_title + .post_meta {
margin-top: 21px;
}
.related_wrap.related_style_classic .post_meta_top {
margin: 20px 0 0 0;
text-align: center;
}
.related_wrap.related_style_classic .post_meta_top .post_date {
font-size: 14px;
font-weight: 400;
padding: 0 12px;
height: 32px;
line-height: 32px;
color: var(--theme-color-inverse_hover);
background-color: var(--theme-color-text_hover);
display: inline-block;
margin: 0;
}
.related_wrap.related_style_classic .post_meta_top .post_date:hover {
color: var(--theme-color-inverse_link);
background-color: var(--theme-color-text_link);
}
.related_wrap.related_style_classic .post_featured + .post_meta_top {
margin-top: -16px;
position: relative;
z-index: 9999;
}
.related_wrap.related_style_classic .related_item > .post_meta_top:first-child,
.related_wrap.related_style_classic .post_format_audio .post_featured + .post_meta_top {
margin-top: 50px !important;
}
.related_wrap.related_style_classic .post_meta_label {
display: none !important;
}
.related_wrap.related_style_classic .post_meta, .related_wrap.related_style_classic .post_meta_item, .related_wrap.related_style_classic .post_meta_item:after, .related_wrap.related_style_classic .post_meta_item:hover:after, .related_wrap.related_style_classic .post_meta .vc_inline-link, .related_wrap.related_style_classic .post_meta .vc_inline-link:after, .related_wrap.related_style_classic .post_meta .vc_inline-link:hover:after, .related_wrap.related_style_classic .post_meta_item a, .related_wrap.related_style_classic .post_info .post_info_item, .related_wrap.related_style_classic .post_info .post_info_item a, .related_wrap.related_style_classic .post_info_counters .post_meta_item {
color: var(--theme-color-alter_text);
}
.related_wrap.related_style_classic .post_date a:hover, .related_wrap.related_style_classic .post_date a:focus, .related_wrap.related_style_classic a.post_meta_item:hover, .related_wrap.related_style_classic a.post_meta_item:focus, .related_wrap.related_style_classic .post_meta_item a:hover, .related_wrap.related_style_classic .post_meta_item a:focus, .related_wrap.related_style_classic .post_meta .vc_inline-link:hover, .related_wrap.related_style_classic .post_meta .vc_inline-link:focus, .related_wrap.related_style_classic .post_info .post_info_item a:hover, .related_wrap.related_style_classic .post_info .post_info_item a:focus, .related_wrap.related_style_classic .post_info_meta .post_meta_item:hover, .related_wrap.related_style_classic .post_info_meta .post_meta_item:focus {
color: var(--theme-color-alter_link);
}
.related_wrap.related_style_classic .sc_button_simple {
font-size: 16px;
margin-top: 22px;
} .related_wrap.related_style_wide .related_item {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-direction: row;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
-ms-flex-pack: start;
-webkit-box-pack: start;
justify-content: flex-start;
-ms-flex-align: start;
-webkit-box-align: start;
align-items: flex-start;
text-align: left;
}
.related_wrap.related_style_wide .related_item .post_featured {
margin: 0 1em 0 0;
width: 12em;
}
.related_wrap.related_style_wide .related_item .post_featured[class*=hover_] {
display: block;
}
.related_wrap.related_style_wide .related_item .post_featured img {
width: 100%;
}
.related_wrap.related_style_wide .related_item .post_title {
margin: -0.25em 0 0;
}
.related_wrap.related_style_wide .related_item.format-video, .related_wrap.related_style_wide .related_item.format-audio, .related_wrap.related_style_wide .related_item.format-gallery {
-ms-flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
}
.related_wrap.related_style_wide .related_item.format-video .post_featured, .related_wrap.related_style_wide .related_item.format-audio .post_featured, .related_wrap.related_style_wide .related_item.format-gallery .post_featured {
margin: 0 0 1em 0;
width: 100%;
}
.post_content .related_wrap.related_style_wide .columns_wrap.columns_padding_bottom > [class*=column-],
.post_content .related_wrap.related_style_wide .columns_wrap > [class*=column-].columns_padding_bottom {
padding-bottom: 1em;
} .related_wrap.related_style_list .related_item {
text-align: left;
padding: 0 0 0 1.5em;
position: relative;
}
.related_wrap.related_style_list .related_item:before {
content: " ";
position: absolute;
z-index: 1;
top: 0.6em;
left: 0;
width: 6px;
height: 6px;
line-height: 6px;
text-align: center;
border-radius: 50%;
background-color: var(--theme-color-text_link);
}
.post_content .related_wrap.related_style_list .columns_wrap.columns_padding_bottom > [class*=column-],
.post_content .related_wrap.related_style_list .columns_wrap > [class*=column-].columns_padding_bottom {
padding-bottom: 1em;
}
.related_wrap.related_style_list .icon-clock {
display: none;
} .related_wrap.related_style_short .related_item {
text-align: left;
padding-bottom: 1em;
border-bottom: 1px solid #c1c1c1;
margin-bottom: 1em;
}
.related_wrap .related_wrap_slider .related_item_style_short.related_item {
border-bottom: none;
}
.related_wrap.related_style_short .columns_wrap .column-1_4:last-child .related_item,
.related_wrap.related_style_short .columns_wrap .column-1_4:nth-last-child(2) .related_item,
.related_wrap.related_style_short .columns_wrap .column-1_4:nth-last-child(3) .related_item,
.related_wrap.related_style_short .columns_wrap .column-1_4:nth-last-child(4) .related_item,
.related_wrap.related_style_short .columns_wrap .column-1_3:last-child .related_item,
.related_wrap.related_style_short .columns_wrap .column-1_3:nth-last-child(2) .related_item,
.related_wrap.related_style_short .columns_wrap .column-1_3:nth-last-child(3) .related_item,
.related_wrap.related_style_short .columns_wrap .column-1_2:last-child .related_item,
.related_wrap.related_style_short .columns_wrap .column-1_2:nth-last-child(2) .related_item,
.related_wrap.related_style_short .columns_wrap .column-1_1:last-child .related_item {
border-bottom: none;
}
.post_content .related_wrap.related_style_short .columns_wrap.columns_padding_bottom > [class*=column-],
.post_content .related_wrap.related_style_short .columns_wrap > [class*=column-].columns_padding_bottom {
padding-bottom: 1em;
}  .page_contact_form {
border-color: var(--theme-color-bd_color);
} .body_style_fullscreen .comments_wrap {
margin-bottom: 3em;
}
.comments_wrap {
display: none;
}
.comments_wrap.opened {
display: block;
} .show_comments_single {
text-align: center;
margin-top: 65px;
}
.show_comments_single .show_comments_button {
display: block;
padding: 29px;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
color: var(--theme-color-inverse_link);
background-color: var(--theme-color-text_link);
text-transform: none;
font-size: 18px;
line-height: 22px;
font-weight: 600;
letter-spacing: 0;
border: none;
}
.show_comments_single .show_comments_button:after {
content: "\e9a8";
font-family: "fontello";
display: inline-block;
vertical-align: top;
margin-left: 5px;
font-weight: 400;
font-size: 10px;
}
.show_comments_single .show_comments_button.opened:after {
content: "\e9a9";
}
.show_comments_single .show_comments_button:hover,
.show_comments_single .show_comments_button:focus {
color: var(--theme-color-inverse_hover);
background-color: var(--theme-color-text_hover);
} li.comment {
margin: 0;
}
.comments_list_wrap {
margin-top: 60px;
overflow: hidden;
}
.comments_list_wrap .comments_closed {
margin-top: 2em;
color: var(--theme-color-text_dark);
}
.comments_list_wrap > ul {
padding: 0;
margin: 0;
list-style: none;
}
.comments_list_wrap ul > li {
display: block;
overflow: hidden;
position: relative;
}
.comments_list_wrap ul > li > .comment_body {
min-height: 138px;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.comments_list_wrap ul > li:before {
display: none;
}
.comments_list_wrap ul ul {
padding-left: 35px;
}
.comments_list_wrap ul ul ul ul ul {
padding-left: 0;
border-left: none;
}
.comments_list_wrap li + li,
.comments_list_wrap li ul {
margin-top: 20px;
}
.comments_list_wrap li ul {
border-left: none;
}
.comments_list_wrap .comment_author_avatar {
position: absolute;
z-index: 1;
top: 0;
left: 0;
top: 40px;
left: 40px;
width: 60px;
height: 60px;
line-height: 60px;
text-align: center;
overflow: hidden;
}
.comments_list_wrap .comment_author_avatar img {
width: 100%;
}
.comments_list_wrap .comment_content {
position: relative;
overflow: hidden;
}
.comments_list_wrap .comment_info {
margin-bottom: 0.8em;
padding-right: 70px;
position: relative;
color: var(--theme-color-text_dark);
}
.comments_list_wrap .bypostauthor .comment_bypostauthor {
padding: 0.16em 1em 0.16em 1.2em;
border-radius: 2em;
border: 1px solid var(--theme-color-text_dark);
color: var(--theme-color-text_dark);
display: inline-block;
margin: 0 10px 1px 0;
font-size: 11px;
line-height: 18px;
font-weight: normal;
vertical-align: middle;
}
.comments_list_wrap .bypostauthor > .comment_body .comment_author_avatar:after {
will-change: transform;
}
.comments_list_wrap .comment_body {
padding: 32px 32px 33px 129px;
background-color: var(--theme-color-alter_bg_color);
}
.comments_list_wrap .comment_body + .comment-respond {
margin-bottom: 40px;
}
.comments_list_wrap .comment_author {
margin: 0 27px 0 0;
font-size: 16px;
font-weight: 600;
display: inline-block;
vertical-align: middle;
}
.comments_list_wrap .comment_posted {
display: inline-block;
position: relative;
font-size: 14px;
letter-spacing: 0;
margin-bottom: 0;
color: var(--theme-color-alter_text);
vertical-align: middle;
}
.comments_list_wrap .comment_posted_label {
display: none;
}
.comments_list_wrap .comment_date,
.comments_list_wrap .comment_time,
.comments_list_wrap .comment_time_label {
display: inline-block;
vertical-align: baseline;
margin-right: 0.3em;
}
.comments_list_wrap .comment_not_approved {
padding: 0.2em 0 0.5em 0;
font-style: italic;
}
.comments_list_wrap .trx_addons_reviews_text {
font-weight: bold;
}
.comments_list_wrap .comment_text {
margin-bottom: 0;
color: var(--theme-color-alter_text);
}
.comments_list_wrap .comment_text p {
margin: 0;
}
.comments_list_wrap .comment_text p + p {
margin-top: 0.6em;
}
.comments_list_wrap .comment_text ul,
.comments_list_wrap .comment_text ol {
margin: 0;
padding: 0 0 0 1.5em;
}
.comments_list_wrap .comment_text ul > li,
.comments_list_wrap .comment_text ol > li {
display: list-item;
}
.comments_list_wrap .comment_text ul {
list-style: disc outside;
}
.comments_list_wrap .comment_text ul ul {
list-style-type: circle;
}
.comments_list_wrap .comment_text ul ul ul {
list-style-type: square;
}
.comments_list_wrap .comment_text ul ul ul ul {
list-style-type: disc;
}
.comments_list_wrap .comment_text ol {
list-style: decimal outside;
}
.comments_list_wrap .comment_text ol ol {
list-style-type: lower-alpha;
}
.comments_list_wrap .comment_text ol ol ol {
list-style-type: upper-roman;
}
.comments_list_wrap .comment_text ul > li > ul,
.comments_list_wrap .comment_text ol > li > ol {
margin-top: 0.5em;
}
.comments_list_wrap .comment_text ul > li,
.comments_list_wrap .comment_text ol > li {
min-height: 0;
padding: 0;
margin: 0 0 0.5em 0;
overflow: visible;
}
.comments_list_wrap .comment_text ul,
.comments_list_wrap .comment_text ul > li,
.comments_list_wrap .comment_text ol,
.comments_list_wrap .comment_text ol > li {
border: none;
}
.comments_list_wrap .comment_counters {
display: none;
vertical-align: middle;
margin-right: 1em;
}
.comments_list_wrap .comment_counters_item:before {
margin: 0 0.3em 0 0;
font-style: normal;
}
.comments_list_wrap .comment_counters .comment_counters_label {
display: none;
}
.comments_list_wrap .comment_counters_item .comment_counters_number_separator {
margin: 0 0.2em;
}
.comments_list_wrap .comment_reply {
display: inline-block;
vertical-align: middle;
font-size: 16px;
line-height: 18px;
font-weight: 600;
letter-spacing: 0;
text-transform: none;
margin-top: 0;
}
.comments_list_wrap .comment_reply a:after {
font-family: "fontello";
display: inline-block;
vertical-align: middle;
font-weight: 400;
content: "\e9aa";
margin-left: 8px;
font-size: 9px;
}
.comments_list_wrap .comment_footer {
position: absolute;
top: 0;
right: 0;
}
.comments_list_wrap .comment_footer a {
color: var(--theme-color-text_link);
}
.comments_list_wrap .comment_footer a:hover {
color: var(--theme-color-text_hover);
}
.comments_wrap .comments_notes {
color: var(--theme-color-text_light);
} .comments_list > li.pingback,
.comments_list > li.trackback {
list-style: none;
margin-left: 0;
padding-left: 0;
padding-right: 4em;
padding-top: 1em;
min-height: 0;
position: relative;
}
.comments_list > li.pingback + li,
.comments_list > li.trackback + li {
margin-top: 1em;
}
.comments_list > li.pingback p,
.comments_list > li.trackback p {
font-style: italic;
padding-bottom: 0.8em;
}
.comments_list > li.pingback p a,
.comments_list > li.trackback p a {
font-style: normal;
}
.comments_list > li.pingback .edit-link,
.comments_list > li.trackback .edit-link {
position: absolute;
z-index: 1;
top: 1em;
right: 0;
} .comments_form_wrap {
border-top: 1px solid var(--theme-color-bd_color);
margin-top: 60px;
padding-top: 60px;
overflow: hidden;
}
.comments_wrap > .comments_form_wrap:first-child {
border: none !important;
padding-top: 0 !important;
}
.comments_form_wrap form {
position: relative;
}
.comments_wrap .comments_list_wrap .comments_form_title {
margin-top: 1.5em;
position: relative;
padding-right: 35px;
}
.comments_wrap .comments_notes {
font-size: 0.8667em;
}
.comments_wrap .comments_field {
margin-bottom: 20px;
}
.comments_wrap .comments_author,
.comments_wrap .comments_email {
width: calc(50% - 10px);
float: left;
}
.comments_wrap .comments_email {
float: right;
}
.comments_wrap .comments_url {
clear: both;
}
.comments_wrap .comments_comment:before {
content: " ";
clear: both;
width: 100%;
height: 0;
display: block;
}
.comments_wrap .comments_field label {
display: none;
}
.comments_wrap .comments_field input[type=checkbox] + label,
.comments_wrap .comments_field input[type=radio] + label {
display: block;
}
.comments_wrap .comments_field input,
.comments_wrap .comments_field textarea {
width: 100%;
padding: 1.1em 1.9em;
border-radius: var(--theme-var-rad);
}
.comments_wrap .comments_field textarea {
min-height: 16em;
margin-bottom: 7px;
} .comments_wrap .form-submit {
margin: 50px 0 0;
}
.comments_wrap .form-submit:before {
content: " ";
clear: both;
width: 100%;
height: 0;
display: block;
}
.comments_wrap .form-submit input[type=submit] {
display: inline-block;
}
.sc_igenerator .sc_igenerator_message,
form .error_field {
border-color: #CC6868 !important;
-webkit-box-shadow: 0px 0px 8px 0px rgba(200, 100, 100, 0.2);
-ms-box-shadow: 0px 0px 8px 0px rgba(200, 100, 100, 0.2);
box-shadow: 0px 0px 8px 0px rgba(200, 100, 100, 0.2);
} .comments_wrap .trx_addons_reviews_mark {
display: block;
}
.comments_wrap form .trx_addons_reviews_mark {
margin: -1.5em 0 1em;
} .comments_form_wrap form .wp-social-login-widget {
position: absolute;
z-index: 1;
top: -6.2em;
right: 0;
}
.comments_form_wrap form .wp-social-login-widget .wp-social-login-connect-with {
display: none;
}
.comments_form_wrap form .wp-social-login-widget .wp-social-login-provider-list {
padding: 0;
} .post_item_404 .post_content {
padding: 0;
overflow: hidden;
}
.post_item_404 .page_title {
float: left;
width: 50%;
font-size: 17em;
line-height: 1em;
margin: 0;
margin-top: 0 !important;
letter-spacing: 0;
text-align: center;
-webkit-hyphens: none;
-ms-hyphens: none;
hyphens: none;
color: var(--theme-color-text_light);
}
.post_item_404 .page_info {
float: left;
width: 50%;
text-align: left;
padding: 0.4rem 0 0 5rem;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.post_item_404 .page_subtitle {
margin: 0;
letter-spacing: 0;
font-size: 38px;
}
.post_item_404 .page_description {
margin-top: 1.5em;
margin-bottom: 2em;
text-transform: none;
letter-spacing: 0;
line-height: 1.8em;
color: var(--theme-color-text);
}
.post_item_404 .go_home {
border-color: var(--theme-color-text_dark);
} .post_item_none_search .post_content {
padding: 0;
}
.post_item_none_search .page_title,
.post_item_none_archive .page_title {
font-size: 9em;
line-height: 1em;
} .author_page {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
margin-bottom: 7em;
}
.author_page .author_avatar {
border-radius: 50%;
margin-bottom: 1em;
overflow: hidden;
}
.author_page .author_title {
margin-top: 0;
margin-bottom: 0.5em;
}
.author_page .author_bio {
margin-bottom: 1em;
}
.author_page .author_bio p {
margin: 0;
}
.author_page .author_bio p + p {
margin-top: 0.6em;
}
.author_page .author_details {
text-align: center;
}
.author_page .author_details .author_posts_total,
.author_page .author_details .author_socials {
display: inline-block;
vertical-align: top;
text-transform: capitalize;
}
.author_page .author_details .author_posts_total_value {
font-weight: bold;
color: var(--theme-color-text_dark);
}
.author_page .author_details .author_posts_total + .author_socials:before {
content: "|";
display: inline-block;
vertical-align: baseline;
margin: 0 1em;
}
.author_page .author_details .author_posts_total + .author_socials .socials_wrap {
display: inline-block;
vertical-align: baseline;
margin-left: 0.75em;
}
.author_page .author_details .author_posts_total + .author_socials .socials_wrap .social_item {
margin: 0 0.75em 0 0;
}
.author_page .author_details .author_posts_total + .author_socials .socials_wrap .social_item .social_icon {
background-color: transparent;
width: auto;
height: auto;
line-height: inherit;
text-align: left;
}  .sidebar_default[class*=scheme_] .sidebar_inner {
padding: 70px 0;
background-color: var(--theme-color-alter_bg_color);
color: var(--theme-color-alter_text);
}
.sidebar_default[class*=scheme_] .widget {
padding: 0 70px;
}
.sidebar_default[class*=scheme_] .widget .widget {
padding: 0;
}
.sidebar .widget + .widget,
.sidebar_default[class*=scheme_] .widget + .widget {
padding-top: 70px;
margin-top: 70px;
border-top: 2px solid var(--theme-color-bd_color);
}
[class*=scheme_].sidebar .widget + .widget {
border-color: var(--theme-color-alter_bd_color);
}
.sidebar .widget + .widget.widget_bg_image,
.sidebar_default[class*=scheme_] .widget + .widget.widget_bg_image,
.sidebar .widget + .widget.widget_fullwidth,
.sidebar_default[class*=scheme_] .widget + .widget.widget_fullwidth {
border-top: none;
padding-top: 4rem;
padding-bottom: 4rem;
}
.sidebar .widget.widget_bg_image + .widget,
.sidebar_default[class*=scheme_] .widget.widget_bg_image + .widget,
.sidebar .widget.widget_fullwidth + .widget,
.sidebar_default[class*=scheme_] .widget.widget_fullwidth + .widget {
border-top: none;
margin-top: 0;
}
[class*=scheme_].sidebar a {
color: var(--theme-color-alter_link);
}
[class*=scheme_].sidebar a:hover {
color: var(--theme-color-alter_hover);
}
[class*=scheme_].sidebar h1, [class*=scheme_].sidebar h2, [class*=scheme_].sidebar h3, [class*=scheme_].sidebar h4, [class*=scheme_].sidebar h5, [class*=scheme_].sidebar h6,
[class*=scheme_].sidebar h1 a, [class*=scheme_].sidebar h2 a, [class*=scheme_].sidebar h3 a, [class*=scheme_].sidebar h4 a, [class*=scheme_].sidebar h5 a, [class*=scheme_].sidebar h6 a {
color: var(--theme-color-alter_dark);
}
[class*=scheme_].sidebar h1 a:hover, [class*=scheme_].sidebar h2 a:hover, [class*=scheme_].sidebar h3 a:hover, [class*=scheme_].sidebar h4 a:hover, [class*=scheme_].sidebar h5 a:hover, [class*=scheme_].sidebar h6 a:hover {
color: var(--theme-color-alter_link);
}
.widget p {
margin: 0;
}
.widget p + p,
.widget p + div,
.widget p + form {
margin-top: 1em;
}
.widget .widgettitle {
font-size: 25px;
line-height: 1.2em;
}
.widget .widget_title,
.widget .widgettitle {
margin-top: -5px;
margin-bottom: 32px;
font-size: 25px;
line-height: 1.2em;
}
.widget_fullwidth .widget_title,
.widget_fullwidth .widgettitle {
text-align: center;
}
.widget ul {
margin: 0;
padding-left: 1.1em;
list-style-type: none;
}
.widget li {
position: relative;
font-weight: 600;
margin: 6px 0;
}
.widget li:first-child {
margin-top: 0;
}
.widget li:last-child {
margin-bottom: 0;
}
.widget li ol, .widget li ul {
margin: 6px 0;
}
ul[class*=wp-block-],
ol[class*=wp-block-] {
padding-left: 0;
margin-bottom: 0;
}
ul.wp-block-archives-list,
ul.wp-block-page-list,
ul.wp-block-categories-list,
ul.wp-block-categories__list,
ul.wp-block-rss {
padding-left: 1.5em;
list-style-type: none;
}
.widget ul li,
ul.wp-block-archives-list li,
ul.wp-block-page-list li,
ul.wp-block-categories-list li,
ul.wp-block-categories__list li,
ul.wp-block-rss li {
position: relative;
font-weight: 600;
list-style-type: none;
}
.widget ul li:before,
ul.wp-block-archives-list li:before,
ul.wp-block-page-list li:before,
ul.wp-block-categories-list li:before,
ul.wp-block-rss li:before {
content: "\e9aa";
font-family: "fontello";
display: block;
position: absolute;
z-index: 1;
top: 0;
left: -2.3em;
font-size: 9px;
font-weight: 400;
color: var(--theme-color-text_link);
}
ul.wp-block-latest-posts__list {
padding-left: 0;
}
ul.wp-block-latest-posts__list li:before {
display: none !important;
}
.widget .wp-block-search::after {
display: none;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
padding: 0.84em 1.8em;
border: 0;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
border: 2px solid;
color: var(--theme-color-input_text);
border-color: var(--theme-color-input_bd_color);
background-color: var(--theme-color-input_bg_color);
}
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button.has-icon {
padding: 0;
width: 59px;
min-width: 59px;
height: 59px;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button.has-icon {
width: 48px;
min-width: 48px;
height: 48px;
}
form.wp-block-search button:not(.components-button) {
padding: 0.1em 1em;
}
.wp-block-search.alignleft,
.wp-block-search.alignright {
max-width: 100%;
display: block;
margin-left: 0 !important;
margin-right: 0 !important;
float: none;
}
.widget li a img {
vertical-align: baseline;
}
.widget li a > img,
.widget li span > img {
border-radius: var(--theme-var-rad50);
}
[class*=scheme_].sidebar ul > li:before {
color: var(--theme-color-alter_link);
}
[class*=scheme_].sidebar li > a,
[class*=scheme_].sidebar .post_title > a {
color: var(--theme-color-alter_dark);
}
[class*=scheme_].sidebar li > a:hover,
[class*=scheme_].sidebar .post_title > a:hover {
color: var(--theme-color-alter_link);
}
.widget_area .post_item .post_thumb, aside .post_item .post_thumb {
width: 60px;
height: 60px;
margin: 0 23px 4px 0;
}
.widget_area .post_item .post_title, aside .post_item .post_title {
margin: -4px 0 5px 0;
text-align: left;
line-height: 1.45em;
font-weight: 600;
font-size: 16px;
}
.widget_area .post_item .post_info, aside .post_item .post_info {
font-size: 14px;
line-height: 18px;
margin-bottom: 0;
} .widget_area .post_item .post_thumb img,
aside .post_item .post_thumb img {
border-radius: var(--theme-var-rad);
} [class*=scheme_].sidebar .post_meta,
[class*=scheme_].sidebar .post_meta_item,
[class*=scheme_].sidebar .post_meta_item:after,
[class*=scheme_].sidebar .post_meta_item:hover:after,
[class*=scheme_].sidebar .post_meta .vc_inline-link,
[class*=scheme_].sidebar .post_meta .vc_inline-link:after,
[class*=scheme_].sidebar .post_meta .vc_inline-link:hover:after,
[class*=scheme_].sidebar .post_meta_item a,
[class*=scheme_].sidebar .post_info .post_info_item,
[class*=scheme_].sidebar .post_info .post_info_item a,
[class*=scheme_].sidebar .post_info_counters .post_meta_item {
color: var(--theme-color-alter_light);
}
[class*=scheme_].sidebar .post_date a:hover,
[class*=scheme_].sidebar a.post_meta_item:hover,
[class*=scheme_].sidebar .post_meta_item a:hover,
[class*=scheme_].sidebar .post_meta .vc_inline-link:hover,
[class*=scheme_].sidebar .post_info .post_info_item a:hover,
[class*=scheme_].sidebar .post_info_counters .post_meta_item:hover {
color: var(--theme-color-alter_dark);
}
[class*=scheme_].sidebar .post_item .post_title a:hover {
color: var(--theme-color-alter_link);
}
[class*=scheme_].sidebar .post_meta_item.post_categories,
[class*=scheme_].sidebar .post_meta_item.post_categories a {
color: var(--theme-color-alter_link);
}
[class*=scheme_].sidebar .post_meta_item.post_categories a:hover {
color: var(--theme-color-alter_hover);
}
[class*=scheme_].sidebar .socials_share.socials_type_drop .social_items {
background-color: var(--theme-color-alter_bg_color);
}
[class*=scheme_].sidebar .socials_share.socials_type_drop .social_items,
[class*=scheme_].sidebar .socials_share.socials_type_drop .social_items:before {
background-color: var(--theme-color-alter_bg_color);
border-color: var(--theme-color-alter_bd_color);
color: var(--theme-color-alter_light);
} .widgets_above_page_wrap,
.widgets_above_content_wrap {
font-size: 1em;
margin-bottom: 5em;
}
.widgets_below_content_wrap,
.widgets_below_page_wrap {
font-size: 1em;
margin-top: 5em;
}
.widgets_below_page_wrap {
clear: both;
} [class*=scheme_].sidebar .widget_archive li {
color: var(--theme-color-alter_dark);
} .wp-block-archives-dropdown {
margin-bottom: 1rem;
} .wp-block-calendar table,
.widget_calendar table {
width: 100%;
position: relative;
}
.wp-block-calendar caption,
.widget_calendar caption {
padding-bottom: 0.6em;
font-weight: 600;
text-align: left;
color: var(--theme-color-text_link);
}
.wp-block-calendar table > thead > tr,
.widget_calendar table > thead > tr {
background-color: transparent !important;
}
.wp-block-calendar tbody td a,
.wp-block-calendar th,
.widget_calendar tbody td a,
.widget_calendar th {
color: var(--theme-color-text_dark);
}
[class*=scheme_].sidebar .widget_calendar caption {
color: var(--theme-color-text_link);
}
[class*=scheme_].sidebar .widget_calendar tbody td a,
[class*=scheme_].sidebar .widget_calendar th {
color: var(--theme-color-alter_dark);
}
.wp-block-calendar th,
.wp-block-calendar td,
.widget_calendar th,
.widget_calendar td {
font-size: 1em !important;
line-height: 2.2em;
font-weight: 400 !important;
font-style: normal;
text-align: center;
text-transform: uppercase;
padding: 2px;
border: none !important;
background-color: transparent !important;
width: 14.2857%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.wp-block-calendar th,
.widget_calendar th {
font-weight: 600 !important;
}
.wp-block-calendar td,
.widget_calendar td {
line-height: 2.5em;
padding: 0;
}
.wp-block-calendar tbody td,
.widget_calendar tbody td {
color: var(--theme-color-text) !important;
}
[class*=scheme_].sidebar .widget_calendar tbody td {
color: var(--theme-color-alter_text) !important;
}
.wp-block-calendar tbody td a,
.widget_calendar tbody td a {
display: block;
position: relative;
font-weight: normal;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.wp-block-calendar tbody td a:hover,
.widget_calendar tbody td a:hover {
color: var(--theme-color-text_link);
}
[class*=scheme_].sidebar .widget_calendar tbody td a:hover {
color: var(--theme-color-alter_link);
}
.wp-block-calendar tbody td a:after,
.widget_calendar tbody td a:after {
content: " ";
position: absolute;
z-index: 1;
bottom: 7px;
left: 48%;
width: 3px;
height: 3px;
line-height: 3px;
text-align: center;
border-radius: 50%;
-webkit-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;
background-color: var(--theme-color-text_link);
}
[class*=scheme_].sidebar .widget_calendar tbody td a:after {
background-color: var(--theme-color-alter_link);
}
.wp-block-calendar td#today,
.widget_calendar td#today {
position: relative;
z-index: 2;
color: var(--theme-color-inverse_hover) !important;
}
.wp-block-calendar td#today a,
.widget_calendar td#today a {
color: var(--theme-color-alter_light);
}
.wp-block-calendar td#today a:hover,
.widget_calendar td#today a:hover {
color: var(--theme-color-bg_color);
}
.wp-block-calendar td#today:before,
.widget_calendar td#today:before {
content: " ";
position: absolute;
z-index: -1;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 2.2em;
height: 2.2em;
line-height: 2.2em;
text-align: center;
border-radius: 50%;
background-color: var(--theme-color-text_dark);
}
.wp-block-calendar td#today a:after,
.widget_calendar td#today a:after {
background-color: var(--theme-color-alter_light);
}
.wp-block-calendar td#today a:hover:after,
.widget_calendar td#today a:hover:after {
background-color: var(--theme-color-bg_color);
}
.wp-block-calendar .wp-calendar-nav,
.widget_calendar .wp-calendar-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
position: relative;
margin-top: 4px;
}
.wp-block-calendar tfoot,
.widget_calendar tfoot {
position: relative;
top: 4px;
}
.wp-block-calendar tfoot td,
.widget_calendar tfoot td {
text-transform: none !important;
}
.wp-block-calendar td#prev,
.widget_calendar td#prev {
text-align: left;
overflow: hidden;
}
.wp-block-calendar .wp-calendar-nav-next,
.widget_calendar .wp-calendar-nav-next,
.wp-block-calendar td#next,
.widget_calendar td#next {
text-align: right;
}
.wp-block-calendar .wp-calendar-nav a,
.widget_calendar .wp-calendar-nav a,
.wp-block-calendar td#prev a,
.wp-block-calendar td#next a,
.widget_calendar td#prev a,
.widget_calendar td#next a {
position: relative;
color: var(--theme-color-text_link);
font-weight: 600;
}
[class*=scheme_].sidebar .widget_calendar .wp-calendar-nav a,
[class*=scheme_].sidebar .widget_calendar #prev a,
[class*=scheme_].sidebar .widget_calendar #next a {
color: var(--theme-color-alter_link);
}
.wp-block-calendar .wp-calendar-nav a:hover,
.widget_calendar .wp-calendar-nav a:hover,
.wp-block-calendar #prev a:hover,
.wp-block-calendar #next a:hover,
.widget_calendar #prev a:hover,
.widget_calendar #next a:hover {
color: var(--theme-color-text_hover);
}
[class*=scheme_].sidebar .widget_calendar .wp-calendar-nav a:hover,
[class*=scheme_].sidebar .widget_calendar #prev a:hover,
[class*=scheme_].sidebar .widget_calendar #next a:hover {
color: var(--theme-color-alter_hover);
}
.wp-block-calendar .wp-calendar-nav-prev a,
.widget_calendar .wp-calendar-nav-prev a,
.wp-block-calendar td#prev a,
.widget_calendar td#prev a {
padding-left: 0;
}
.wp-block-calendar .wp-calendar-nav-next a,
.widget_calendar .wp-calendar-nav-next a,
.wp-block-calendar td#next a,
.widget_calendar td#next a {
padding-right: 0;
}
.wp-block-calendar .wp-calendar-nav a:before,
.widget_calendar .wp-calendar-nav a:before,
.wp-block-calendar td#prev a:before,
.wp-block-calendar td#next a:before,
.widget_calendar td#prev a:before,
.widget_calendar td#next a:before {
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 1.2em;
height: 2.3em;
line-height: 2.3em;
background-color: #ffffff;
display: inline-block;
font-weight: 400;
font-size: 9px;
}
[class*=scheme_].sidebar .widget_calendar .wp-calendar-nav a:before,
[class*=scheme_].footer_wrap .widget_calendar .wp-calendar-nav a:before,
[class*=scheme_].sidebar .widget_calendar td#prev a:before,
[class*=scheme_].sidebar .widget_calendar td#next a:before,
[class*=scheme_].footer_wrap .widget_calendar td#prev a:before,
[class*=scheme_].footer_wrap .widget_calendar td#next a:before {
background-color: var(--theme-color-alter_bg_color);
}
.wp-block-calendar .wp-calendar-nav-prev a:before,
.widget_calendar .wp-calendar-nav-prev a:before,
.wp-block-calendar td#prev a:before,
.widget_calendar td#prev a:before {
content: "\e9ab";
font-family: "fontello";
}
.wp-block-calendar .wp-calendar-nav-next a:before,
.widget_calendar .wp-calendar-nav-next a:before,
.wp-block-calendar td#next a:before,
.widget_calendar td#next a:before {
content: "\e9aa";
font-family: "fontello";
left: auto;
right: 0;
}
.wp-block-calendar a {
text-decoration: none;
} .widget_categories li {
color: var(--theme-color-text_dark);
}
[class*=scheme_].sidebar .widget_categories li {
color: var(--theme-color-alter_dark);
} .widget_recent_entries .post-date {
display: inline-block;
margin-left: 0.5em;
color: var(--theme-color-text_light);
}
[class*=scheme_].widget_recent_entries .post-date {
color: var(--theme-color-alter_light);
} .widget_search form,
.woocommerce.widget_product_search form,
.widget_display_search form,
#bbpress-forums #bbp-search-form {
width: 100%;
overflow: hidden;
position: relative;
}
.widget_search form:after,
.woocommerce.widget_product_search form:after,
.widget_display_search form:after,
#bbpress-forums #bbp-search-form:after {
content: "\e9c6";
font-family: "fontello";
display: block;
position: absolute;
z-index: 0;
top: 50%;
right: 2.3em;
margin-top: -0.5em;
width: 1em;
height: 1em;
line-height: 1em;
text-align: center;
pointer-events: none;
cursor: pointer;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
color: var(--theme-color-input_text);
font-size: 13px;
}
.widget_search form:hover:after,
.woocommerce.widget_product_search form:hover:after,
.widget_display_search form:hover:after,
#bbpress-forums #bbp-search-form:hover:after {
color: var(--theme-color-text_link);
}
.widget_search .search-field,
.woocommerce.widget_product_search .search_field,
.widget_display_search #bbp_search,
#bbpress-forums #bbp-search-form #bbp_search {
width: 100%;
padding: 1.25em 1.5em;
padding-right: 4.5em !important;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
border-radius: var(--theme-var-rad);
}
.widget_search input.search-submit,
.woocommerce.widget_product_search .search_button,
.widget_display_search #bbp_search_submit,
#bbpress-forums #bbp-search-form #bbp_search_submit {
display: block;
text-indent: -1000px;
position: absolute;
z-index: 1;
top: 0;
right: 0;
width: 4em;
height: 100%;
padding: 0;
border: none !important;
background: none !important;
cursor: pointer;
} .widget_rss .widget_title a {
display: inline-block;
margin-right: 6px;
}
.widget_rss .widget_title a:first-child:before {
content: "\e8ed";
font-family: "fontello";
display: inline-block;
font-size: 0.9em;
}
.widget_rss .widget_title a:first-child {
color: var(--theme-color-text_link);
}
.widget_rss .widget_title a:first-child:hover {
color: var(--theme-color-text_hover);
}
[class*=scheme_].sidebar .widget_rss .widget_title a:first-child {
color: var(--theme-color-alter_link);
}
[class*=scheme_].sidebar .widget_rss .widget_title a:first-child:hover {
color: var(--theme-color-alter_hover);
}
.widget_rss .widget_title img {
display: none;
}
.widget_rss .rss-date {
color: var(--theme-color-text_light);
}
[class*=scheme_].sidebar .widget_rss .rss-date {
color: var(--theme-color-alter_light);
}
.widget_rss ul,
.widget_rss li {
padding-left: 0;
}
.widget_rss ul > li:before {
display: none;
}
.widget_rss ul > li + li {
margin-top: 1.5em;
} .widget_product_tag_cloud,
.widget_tag_cloud {
overflow: hidden;
}
.wp-block-tag-cloud {
display: block;
overflow: hidden;
}
.wp-block-tag-cloud a,
.sc_edd_details .downloads_page_tags .downloads_page_data > a,
.widget_product_tag_cloud a,
.widget_tag_cloud a {
display: block;
float: left;
padding: 7px 15px 8px;
margin: 0 10px 10px 0;
font-size: 14px !important;
line-height: 17px;
font-weight: 400;
letter-spacing: 0;
text-transform: none;
border-radius: var(--theme-var-rad);
color: var(--theme-color-inverse_hover) !important;
background-color: var(--theme-color-text_dark);
}
.sc_igenerator_form_field_tags {
-webkit-box-align: baseline;
-ms-flex-align: baseline;
align-items: baseline;
}
.wp-block-tag-cloud a:hover,
.sc_edd_details .downloads_page_tags .downloads_page_data > a:hover,
.widget_product_tag_cloud a:hover,
.widget_tag_cloud a:hover {
color: var(--theme-color-inverse_link) !important;
background-color: var(--theme-color-text_link);
}
[class*=scheme_].sidebar .sc_edd_details .downloads_page_tags .downloads_page_data > a,
[class*=scheme_].sidebar .widget_product_tag_cloud a,
[class*=scheme_].sidebar .widget_tag_cloud a {
color: var(--theme-color-inverse_hover) !important;
background-color: var(--theme-color-text_dark);
}
[class*=scheme_].sidebar .sc_edd_details .downloads_page_tags .downloads_page_data > a:hover,
[class*=scheme_].sidebar .widget_product_tag_cloud a:hover,
[class*=scheme_].sidebar .widget_tag_cloud a:hover {
color: var(--theme-color-inverse_link) !important;
background-color: var(--theme-color-text_link);
} #sb_instagram .sbi_header_text {
padding-top: 0 !important;
margin-top: -2px;
}
#sb_instagram .sb_instagram_header {
padding: 0 !important;
margin-bottom: 0.5em !important;
}
.footer_fullwidth #sb_instagram .sb_instagram_header {
float: none;
text-align: center;
overflow: hidden;
}
.footer_fullwidth #sb_instagram .sb_instagram_header > a {
float: none;
display: inline-block;
overflow: hidden;
}
#sb_instagram .sb_instagram_header h3 {
font-size: 1.2308em;
line-height: 1.5em;
}
#sb_instagram .sb_instagram_header p {
font-size: 1em;
line-height: 1.5em;
}
#sb_instagram #sbi_load {
margin-top: 0;
} ul.instagram-pics {
margin-right: -5px;
}
ul.instagram-pics li {
float: left;
padding: 0 5px 5px 0;
margin: 0;
overflow: hidden;
width: 33.3333%;
height: auto;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.column-1_3 ul.instagram-pics li {
width: 25%;
}
.column-1_2 ul.instagram-pics li {
width: 20%;
}
.column-1_1 ul.instagram-pics li {
width: 16.6666%;
}
ul.instagram-pics li:before {
display: none;
} table.wpgdprc-table {
margin-bottom: 2em;
}
div.wpgdprc .wpgdprc-checkbox {
display: inline;
}
.wpgdprc-checkbox label {
padding-left: 30px;
position: relative;
padding-bottom: 0 !important;
}
.wpgdprc-checkbox label > a {
display: inline-block;
}
.wpgdprc-checkbox label input[type=checkbox] {
position: static !important;
clip: auto;
width: 0;
-webkit-appearance: none;
-moz-appearance: none;
}
.wpgdprc-checkbox label input[type=checkbox]:before {
content: "";
font-family: "fontello";
font-size: 11px;
display: block;
text-align: center;
border: 2px solid #e2e7e7;
width: 18px;
height: 18px;
line-height: 16px;
position: absolute;
z-index: 1;
top: 3px;
left: 0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.wpgdprc-checkbox label input[type=checkbox]:checked:before {
content: "\e9ce";
color: var(--theme-color-text_dark);
}
.ua_edge .wpgdprc-checkbox label,
.ua_ie .wpgdprc-checkbox label {
padding-left: 0;
}
.ua_edge .wpgdprc-checkbox input[type=checkbox],
.ua_ie .wpgdprc-checkbox input[type=checkbox] {
width: auto;
}
.ua_edge .wpgdprc-checkbox input[type=checkbox]:before,
.ua_ie .wpgdprc-checkbox input[type=checkbox]:before {
display: none;
}
.wpcf7-form .wpgdprc {
font-family: inherit;
font-size: 0.9375em;
color: inherit;
font-weight: 400;
}
.wpcf7-form .wpgdprc .wpcf7-list-item {
margin: 0;
}
.wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item,
.wpcf7-form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
margin-left: 0;
margin-right: 1em;
} .footer_wrap {
position: relative;
}
[class*=scheme_].footer_wrap,
.footer_wrap [class*=scheme_].vc_row {
background-color: var(--theme-color-alter_bg_color);
color: var(--theme-color-alter_text);
} [class*=scheme_].footer_wrap .widget,
[class*=scheme_].footer_wrap .sc_content .wpb_column,
.footer_wrap [class*=scheme_].vc_row .widget,
.footer_wrap [class*=scheme_].vc_row .sc_content .wpb_column {
border-color: var(--theme-color-alter_bd_color);
}
[class*=scheme_].footer_wrap h1, [class*=scheme_].footer_wrap h2, [class*=scheme_].footer_wrap h3,
[class*=scheme_].footer_wrap h4, [class*=scheme_].footer_wrap h5, [class*=scheme_].footer_wrap h6,
[class*=scheme_].footer_wrap h1 a, [class*=scheme_].footer_wrap h2 a, [class*=scheme_].footer_wrap h3 a,
[class*=scheme_].footer_wrap h4 a, [class*=scheme_].footer_wrap h5 a, [class*=scheme_].footer_wrap h6 a,
.footer_wrap [class*=scheme_].vc_row h1, .footer_wrap [class*=scheme_].vc_row h2, .footer_wrap [class*=scheme_].vc_row h3,
.footer_wrap [class*=scheme_].vc_row h4, .footer_wrap [class*=scheme_].vc_row h5, .footer_wrap [class*=scheme_].vc_row h6,
.footer_wrap [class*=scheme_].vc_row h1 a, .footer_wrap [class*=scheme_].vc_row h2 a, .footer_wrap [class*=scheme_].vc_row h3 a,
.footer_wrap [class*=scheme_].vc_row h4 a, .footer_wrap [class*=scheme_].vc_row h5 a, .footer_wrap [class*=scheme_].vc_row h6 a {
color: var(--theme-color-alter_dark);
}
[class*=scheme_].footer_wrap h1 a:hover, [class*=scheme_].footer_wrap h2 a:hover, [class*=scheme_].footer_wrap h3 a:hover,
[class*=scheme_].footer_wrap h4 a:hover, [class*=scheme_].footer_wrap h5 a:hover, [class*=scheme_].footer_wrap h6 a:hover,
.footer_wrap [class*=scheme_].vc_row h1 a:hover, .footer_wrap [class*=scheme_].vc_row h2 a:hover, .footer_wrap [class*=scheme_].vc_row h3 a:hover,
.footer_wrap [class*=scheme_].vc_row h4 a:hover, .footer_wrap [class*=scheme_].vc_row h5 a:hover, .footer_wrap [class*=scheme_].vc_row h6 a:hover {
color: var(--theme-color-alter_link);
}
[class*=scheme_].footer_wrap a,
.footer_wrap [class*=scheme_].vc_row a {
color: var(--theme-color-alter_dark);
}
[class*=scheme_].footer_wrap a:hover,
.footer_wrap [class*=scheme_].vc_row a:hover {
color: var(--theme-color-alter_link);
}
[class*=scheme_].footer_wrap .widget ul > li:before,
.footer_wrap [class*=scheme_].vc_row .widget ul > li:before {
color: var(--theme-color-alter_text);
}
[class*=scheme_].footer_wrap .widget li a:not(.wp-block-social-link-anchor),
.footer_wrap [class*=scheme_].vc_row .widget li a {
color: var(--theme-color-alter_text);
}
[class*=scheme_].footer_wrap .widget li a:hover,
.footer_wrap [class*=scheme_].vc_row .widget li a:hover {
color: var(--theme-color-alter_hover);
}
[class*=scheme_].footer_wrap .sc_socials_icons_names .social_item:hover,
[class*=scheme_].footer_wrap .sc_socials_icons_names .social_item:hover .social_icon,
.footer_wrap [class*=scheme_].vc_row .sc_socials_icons_names .social_item:hover,
.footer_wrap [class*=scheme_].vc_row .sc_socials_icons_names .social_item:hover .social_icon {
color: var(--theme-color-alter_text) !important;
}
.footer_wrap p {
margin: 0;
}
.footer_wrap .widget[class*=column-] {
margin: 1.5em 0;
}
.footer_wrap.footer_default .widget[class*=column-] {
margin: 1.6em 0 !important;
}
.footer_wrap .vc_col-sm-4 .widget li {
display: inline-block;
width: 45%;
margin-right: 3%;
vertical-align: top;
}
.footer_wrap .vc_col-sm-4 .widget li li {
display: block;
width: 100%;
margin-right: 0%;
}
.footer_wrap .footer_fullwidth {
overflow: hidden;
}
.footer_wrap .widget_title,
.footer_wrap .widgettitle {
text-align: left;
}
.footer_wrap .footer_fullwidth .widget_title,
.footer_wrap .footer_fullwidth .widgettitle {
text-align: center;
margin-bottom: 1.5em;
} .footer_logo_inner {
padding: 4em 0;
overflow: hidden;
text-align: center;
position: relative;
border-color: var(--theme-color-alter_bd_color);
}
.footer_widgets_wrap + .footer_logo_wrap .footer_logo_inner {
border-top-width: 1px;
border-top-style: solid;
}
.footer_logo_inner:after {
content: " ";
position: absolute;
z-index: 1;
bottom: 0;
left: 50%;
width: 1px;
height: 3em;
background-color: var(--theme-color-alter_text);
}
.trx_addons_absent .footer_logo_inner {
padding: 1em 0;
}
.trx_addons_absent .footer_logo_inner:after {
display: none;
}
.footer_logo_inner img {
max-width: 25%;
}
.logo_footer_text {
font-size: 3.3333em;
line-height: 1em;
letter-spacing: 6px;
margin: 0;
}
.logo_footer_image + .logo_footer_text {
margin: 0.63em 0 2em;
} .footer_socials_inner {
padding: 2em 0 3em;
text-align: center;
}
.footer_socials_inner .social_item .social_icon {
color: var(--theme-color-alter_text);
}
.footer_socials_inner .social_item:hover .social_icon {
color: var(--theme-color-alter_dark);
}
.wp-block-social-links .wp-block-social-link {
margin: 0;
}
.wp-block-social-links .wp-block-social-link::before {
display: none;
} [class*=scheme_].footer_wrap .post_meta,
[class*=scheme_].footer_wrap .post_meta_item,
[class*=scheme_].footer_wrap .post_meta_item:after,
[class*=scheme_].footer_wrap .post_meta_item:hover:after,
[class*=scheme_].footer_wrap .post_meta .vc_inline-link,
[class*=scheme_].footer_wrap .post_meta .vc_inline-link:after,
[class*=scheme_].footer_wrap .post_meta .vc_inline-link:hover:after,
[class*=scheme_].footer_wrap .post_meta_item a,
[class*=scheme_].footer_wrap .post_info .post_info_item,
[class*=scheme_].footer_wrap .post_info .post_info_item a,
[class*=scheme_].footer_wrap .post_info_counters .post_meta_item {
color: var(--theme-color-alter_light);
}
[class*=scheme_].footer_wrap .post_date a:hover,
[class*=scheme_].footer_wrap a.post_meta_item:hover,
[class*=scheme_].footer_wrap .post_meta_item a:hover,
[class*=scheme_].footer_wrap .post_meta .vc_inline-link:hover,
[class*=scheme_].footer_wrap .post_info .post_info_item a:hover,
[class*=scheme_].footer_wrap .post_info_counters .post_meta_item:hover {
color: var(--theme-color-alter_dark);
}
[class*=scheme_].footer_wrap .post_item .post_title a:hover {
color: var(--theme-color-alter_link);
}
[class*=scheme_].footer_wrap .post_meta_item.post_categories,
[class*=scheme_].footer_wrap .post_meta_item.post_categories a {
color: var(--theme-color-alter_link);
}
[class*=scheme_].footer_wrap .post_meta_item.post_categories a:hover {
color: var(--theme-color-alter_hover);
}
[class*=scheme_].footer_wrap .socials_share.socials_type_drop .social_items {
background-color: var(--theme-color-alter_bg_color);
}
[class*=scheme_].footer_wrap .socials_share.socials_type_drop .social_items,
[class*=scheme_].footer_wrap .socials_share.socials_type_drop .social_items:before {
background-color: var(--theme-color-alter_bg_color);
border-color: var(--theme-color-alter_bd_color);
color: var(--theme-color-alter_light);
} .footer_menu_inner {
padding: 2em 0;
text-align: center;
}
.menu_footer_nav_area > ul,
.footer_wrap .sc_layouts_menu > ul {
padding: 0;
margin: 0;
list-style-type: none;
}
.menu_footer_nav_area > ul > li,
.footer_wrap .sc_layouts_menu > ul > li {
display: inline-block;
vertical-align: baseline;
font-size: 14px;
z-index: auto !important;
}
.menu_footer_nav_area > ul > li > a,
.footer_wrap .sc_layouts_menu > ul > li > a {
padding: 0.5em 1.4em;
display: inline-block;
}
.mobile_layout .menu_footer_nav_area > ul > li > a,
.mobile_layout .footer_wrap .sc_layouts_menu > ul > li > a {
padding: 0.5em 1.4em;
}
.menu_footer_nav_area > ul > li.menu-item-has-children > a,
.footer_wrap .sc_layouts_menu > ul > li.menu-item-has-children > a {
padding-right: 2em;
}
.mobile_layout .menu_footer_nav_area > ul > li.menu-item-has-children > a,
.mobile_layout .footer_wrap .sc_layouts_menu > ul > li.menu-item-has-children > a {
padding-right: 2em;
}
.menu_footer_nav_area > ul > li.menu-item-has-children > a:after,
.footer_wrap .sc_layouts_menu > ul > li.menu-item-has-children > a:after {
content: "\e828";
font-family: "fontello";
right: 1em;
}
.mobile_layout .menu_footer_nav_area > ul > li.menu-item-has-children > a:after,
.mobile_layout .footer_wrap .sc_layouts_menu > ul > li.menu-item-has-children > a:after {
right: 0.5em;
}
.menu_footer_nav_area li li.menu-item-has-children > a:after,
.footer_wrap .sc_layouts_menu li li.menu-item-has-children > a:after {
content: "\e836";
font-family: "fontello";
}
.footer_wrap .sc_layouts_column_align_left .elementor-widget-wrap > .sc_layouts_item:first-child .sc_layouts_menu {
margin-left: -1.4em;
}
.menu_footer_nav_area > ul > li ul,
.footer_wrap .sc_layouts_menu > ul > li ul {
top: auto;
bottom: 3em;
}
.menu_footer_nav_area > ul > li ul:after,
.footer_wrap .sc_layouts_menu > ul > li ul:after {
display: none;
}
.menu_footer_nav_area > ul > li ul ul,
.footer_wrap .sc_layouts_menu > ul > li ul ul {
top: auto;
bottom: -1.4em;
margin-left: 2px;
}
.menu_footer_nav_area > ul > li ul ul.submenu_left,
.footer_wrap .sc_layouts_menu > ul > li ul ul.submenu_left {
margin-left: -2px;
}
.menu_footer_nav_area > ul > li ul > li,
.menu_footer_nav_area > ul > li ul > li > a,
.footer_wrap .sc_layouts_menu > ul > li ul > li,
.footer_wrap .sc_layouts_menu > ul > li ul > li > a {
font-size: 12px;
}
.menu_footer_nav_area > ul > li ul > li > a,
.footer_wrap .sc_layouts_menu > ul > li ul > li > a {
display: block;
}
.menu_footer_nav_area ul li a {
color: var(--theme-color-alter_dark);
}
.menu_footer_nav_area ul li a:hover {
color: var(--theme-color-alter_link);
} .footer_widgets_wrap + .footer_copyright_wrap .footer_copyright_inner,
.footer_logo_wrap + .footer_copyright_wrap .footer_copyright_inner,
.footer_socials_wrap + .footer_copyright_wrap .footer_copyright_inner,
.footer_menu_wrap + .footer_copyright_wrap .footer_copyright_inner {
border-top-width: 1px;
border-top-style: solid;
}
.footer_copyright_inner {
font-size: 0.9333em;
padding: 2em 0;
overflow: hidden;
text-align: center;
background-color: var(--theme-color-bg_color);
border-color: var(--theme-color-bd_color);
color: var(--theme-color-text_dark);
}
.footer_copyright_wrap p {
margin: 0;
}
.footer_copyright_inner a {
color: var(--theme-color-text_dark);
}
.footer_copyright_inner a:hover {
color: var(--theme-color-text_link);
}
.footer_copyright_inner .copyright_text {
color: var(--theme-color-text);
}  .yokoo_customizer_message {
padding: 2em;
margin: 0 auto;
max-width: 60%;
background-color: #f3e6ce;
color: #996600;
border-left: 3px solid #666600;
}
.yokoo_customizer_message b {
color: #333300;
} #debug_log {
position: fixed;
z-index: 1000000;
top: 0;
left: 0;
display: block;
width: 100%;
background: rgba(0, 0, 0, 0.8);
color: #ffffff;
}
.admin-bar #debug_log {
top: 32px;
}
#debug_log_close {
position: absolute;
z-index: 1;
top: -6px;
right: 0;
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
font-size: 18px;
font-weight: bold;
cursor: pointer;
}
#debug_log_content {
font-size: 12px;
line-height: 15px;
max-height: 66px;
padding: 16px 16px 6px;
overflow: auto;
word-wrap: normal;
white-space: pre-line;
} .popup_wrap {
position: absolute;
z-index: 1;
top: 3.3333em;
right: 0;
width: 37.5em;
padding: 3em 2.5em 2em;
display: none;
}
.popup_registration {
right: -5.5em;
}
.popup_wrap .popup_close {
display: block;
font-size: 1.25em;
width: 1em;
height: 1em;
line-height: 1em;
text-align: center;
position: absolute;
z-index: 1;
top: 0;
right: 0;
margin: 0.5em 0.5em 0 0;
color: #cccccc;
border: 2px solid #ebebeb;
background-color: #f4f7f9;
}
.popup_wrap .popup_close:hover {
color: #909090;
border: 2px solid #cccccc;
background-color: #ffffff;
}
.popup_wrap .popup_close:before {
content: "\e8ac";
font-family: "fontello";
line-height: 1em;
padding: 0 !important;
margin: 0 !important;
}
.popup_wrap .form_wrap {
position: relative;
overflow: hidden;
}
.popup_wrap .form_left {
float: left;
padding-right: 2.5em;
width: 54%;
border-right: 1px solid #e0e0e0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.popup_wrap .form_right {
float: right;
padding-left: 2.5em;
width: 45%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.popup_wrap.popup_registration .form_left {
width: 50%;
padding-right: 5px;
border-right: none;
}
.popup_wrap.popup_registration .form_right {
width: 50%;
padding-left: 5px;
}
.popup_wrap .popup_form_field {
margin-bottom: 0.625em;
}
.popup_wrap input[type=text],
.popup_wrap input[type=email],
.popup_wrap input[type=url],
.popup_wrap input[type=password] {
width: 100%;
border: 2px solid #ebebeb;
background-color: #fafafa;
}
.popup_wrap input:not([type=submit]):focus {
background-color: #ffffff;
}
.popup_wrap .popup_form_field.iconed_field {
position: relative;
}
.popup_wrap .popup_form_field.iconed_field:before {
position: absolute;
z-index: 1;
top: 10px;
right: 8px;
margin-right: 0;
color: #c9c9c9;
width: 1em;
}
.popup_wrap .popup_form_field.iconed_field input {
padding-right: 30px;
}
.popup_wrap .popup_form_field .forgot_password {
float: right;
line-height: 1.5em;
}
.popup_wrap .popup_form_field.submit_field {
padding: 1em 0 4px 4px;
}
.popup_wrap .popup_form_field .submit_button {
width: 100%;
}
.popup_wrap .login_socials_title {
color: #222222;
font-size: 1.5em;
line-height: 1.3em;
margin-bottom: 0.5em;
}
.popup_wrap .login_socials_problem {
line-height: 1.3em;
}
.popup_wrap .popup_form_field.remember_field {
margin-top: 1.2em;
}  .wpb_row,
.wpb_text_column,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.last_toggle_el_margin,
.wpb_button {
margin-bottom: 0 !important;
}
.sc_gap .vc_row {
margin-left: 0;
margin-right: 0;
}
.sc_gap .vc_column_container {
padding-left: 0;
padding-right: 0;
}
h1 .wpb_text_column p,
h2 .wpb_text_column p,
h3 .wpb_text_column p,
h4 .wpb_text_column p,
h5 .wpb_text_column p,
h6 .wpb_text_column p {
padding-bottom: 0 !important;
}
.top_panel > .vc_row > .wpb_column {
z-index: 10;
}
.top_panel > .vc_row:nth-child(2) > .wpb_column {
z-index: 9;
}
.top_panel > .vc_row:nth-child(3) > .wpb_column {
z-index: 8;
}
.top_panel > .vc_row:nth-child(4) > .wpb_column {
z-index: 7;
}
.top_panel > .vc_row:nth-child(5) > .wpb_column {
z-index: 6;
}
.top_panel > .vc_row:nth-child(6) > .wpb_column {
z-index: 5;
}
.top_panel > .vc_row:nth-child(7) > .wpb_column {
z-index: 4;
}
.top_panel > .vc_row:nth-child(8) > .wpb_column {
z-index: 3;
}
.top_panel > .vc_row:nth-child(9) > .wpb_column {
z-index: 2;
}
.top_panel > .vc_row:nth-child(10) > .wpb_column {
z-index: 1;
}
.post_item_single .post_edit .vc_inline-link {
display: none;
} iframe[name=google_conversion_frame] {
height: 1px;
min-height: 0px;
display: none;
} .mfp-bg {
z-index: 200001;
background-color: var(--theme-color-bg_color_07);
}
.mfp-wrap {
z-index: 200002;
}
.mfp-arrow {
background-color: transparent !important;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
right: -20px;
padding: 0;
width: 44px;
text-align: center;
color: var(--theme-color-text_link);
background: none !important;
}
.mfp-image-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:hover,
.mfp-close-btn-in .mfp-close:hover {
color: var(--theme-color-text_hover);
}
.mfp-figure img.mfp-img {
padding-bottom: 0;
max-height: 75vh;
}
.mfp-title, .mfp-counter {
color: var(--theme-color-text_dark);
} .gdpr-terms-container {
clear: both;
margin: 1em 0 !important;
} .theme_scroll_down {
display: inline-block;
text-align: center;
cursor: pointer;
text-transform: uppercase;
font-size: 11px !important;
line-height: 15px !important;
letter-spacing: 2px;
}
.theme_scroll_down:after {
content: "\e938";
font-family: "fontello";
font-size: 16px !important;
line-height: 30px !important;
display: block;
text-align: center;
}
.theme_scroll_down:hover {
-webkit-animation: squat 0.5s 1 cubic-bezier(0.2, -0.8, 0.6, -1.2);
animation: squat 0.5s 1 cubic-bezier(0.2, -0.8, 0.6, -1.2);
} .no-content {
display: none;
} .wpcf7 .columns_wrap > [class*=column-] {
padding-right: 20px;
padding-top: 0 !important;
}
.wpcf7 .columns_wrap {
letter-spacing: -10px;
margin-right: -20px;
}
.wpcf7 .columns_wrap *:not(input):not(textarea) {
letter-spacing: 0;
}
.wpcf7-form > p {
margin-bottom: 0;
}
.wpcf7 .select_container, .wpcf7 textarea, .wpcf7 input:not([type=submit]):not([type=radio]):not([type=checkbox]) {
width: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin-bottom: 20px;
}
.wpcf7 textarea {
margin-bottom: 20px !important;
}
.wpcf7 .wpcf7-not-valid {
margin-bottom: 2px !important;
}
.wpcf7-not-valid-tip {
font-weight: 500;
}
.wpcf7 .wpcf7-not-valid + .wpcf7-not-valid-tip {
margin-bottom: 1em;
}
.wpcf7 textarea {
height: 20.9em;
min-height: 4em;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=number],
.wpcf7-form input[type=email],
.wpcf7-form input[type=url],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=search],
.wpcf7-form input[type=password],
.wpcf7-form textarea,
.wpcf7-form select {
outline: none;
}
.wpcf7 .wpcf7-submit {
margin: 44px 0 0;
display: block;
}
.wpcf7-form {
position: relative;
}
div.wpcf7 .wpcf7-spinner,
div.wpcf7 .ajax-loader {
display: block;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, 50%);
-ms-transform: translate(-50%, 50%);
transform: translate(-50%, 50%);
margin: 0;
}
.wpgdprc-checkbox {
margin-bottom: 1em;
}
.comment-form .wpgdprc-checkbox label,
.wpcf7-acceptance label,
.wpgdprc-checkbox label {
display: block;
width: 100%;
font-size: 0.9375em;
line-height: 1.5;
}
.wpcf7 .wpcf7-submit.default {
width: auto;
margin-top: 4.65em;
}
.trx_addons_message_box {
color: var(--theme-color-text);
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
background-color: var(--theme-color-bg_color);
}
.trx_addons_message_box,
div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
border-width: 2px;
}
.trx_addons_message_box_error,
.trx_addons_field_error, .wpcf7-not-valid,
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
border-color: #F22F2F !important;
}
span.wpcf7-not-valid-tip {
color: #F22F2F !important;
}
.trx_addons_message_box_success,
div.wpcf7-mail-sent-ok {
border: 2px solid #1DD5CA;
}
.trx_addons_field_error, .wpcf7-not-valid {
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}
div.wpcf7-response-output {
margin: 1em 0 1em;
padding: 1em;
}
.trx_addons_message_box {
padding: 15px 17px;
line-height: 1.2em;
font-size: 16px;
}
.wpcf7 div.wpcf7-response-output {
margin: 20px 0 0;
padding: 15px 17px;
line-height: 1.2em;
font-size: 16px;
}
.wpcf7-acceptance span.wpcf7-list-item {
margin: 0;
}
.wpcf7 .align-right .wpcf7-spinner,
.wpcf7 .align-right .ajax-loader {
width: 100%;
background-repeat: no-repeat;
text-align: right;
background-position: right;
}
.wpcf7 .align-right {
text-align: right;
}
.wpcf7 .align-right .wpcf7-list-item-label {
text-align: left;
}
span.wpcf7-not-valid-tip {
font-size: 15px;
font-weight: 400;
}
.wpcf7-form-control-wrap.acceptance {
display: block;
text-align: left;
margin-top: 11px;
}
.wpcf7-form-control-wrap.acceptance .wpcf7-list-item-label a {
color: var(--theme-color-text_dark);
}
.wpcf7-form-control-wrap.acceptance .wpcf7-list-item-label a:hover {
color: var(--theme-color-text_link);
} div.wpcf7 .book-form .wpcf7-submit {
margin: 44px auto 0;
display: block;
}
div.wpcf7 .book-form .wpcf7-form-control-wrap.acceptance {
display: block;
text-align: center;
}
div.wpcf7 .book-form textarea {
height: 13.4em;
}
.book-form .choose div {
margin-top: 30px;
margin-bottom: 16px;
font-size: 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.book-form .choose div span.wpcf7-list-item {
margin: 0 0 0 1.6em;
}
.book-form .choose div .label {
margin-top: -5px;
margin-right: 7px;
} .book-form-2 h4 {
margin: 0 0 1.4em;
}
.book-form-2 h4 i {
font-style: normal;
color: var(--theme-color-text_link);
}
.book-form-2 .wpcf7-form-control-wrap.acceptance {
margin-top: 2px;
}
.book-form-2 .wpcf7-submit {
margin: 26px 0 0;
color: var(--theme-color-inverse_hover);
background-color: var(--theme-color-text_hover);
font-size: 16px;
line-height: 20px;
padding: 1.25em 1.8em;
}
.book-form-2 .wpcf7-submit:hover, .book-form-2 .wpcf7-submit:focus {
color: var(--theme-color-inverse_link);
background-color: var(--theme-color-text_link);
} div.wpcf7 .book-form-3 h4 {
margin: 0 0 1.4em;
}
div.wpcf7 .book-form-3 h4 i {
font-style: normal;
color: var(--theme-color-text_link);
}
div.wpcf7 .book-form-3 .datefield-wrap .wpcf7-form-control-wrap {
position: relative;
}
div.wpcf7 .book-form-3 .datefield-wrap .wpcf7-form-control-wrap:before {
content: "\e9c0";
font-family: "fontello";
font-size: 12px;
position: absolute;
right: 31px;
top: -3px;
}
div.wpcf7 .book-form-3 .datefield-wrap .wpcf7-form-control-wrap input[type=text].datefield {
padding-right: 3em;
}
div.wpcf7 .book-form-3 .wpcf7-form-control-wrap.acceptance {
margin-top: 2px;
}
div.wpcf7 .book-form-3 .wpcf7-submit {
margin: 26px 0 0;
color: var(--theme-color-inverse_hover);
background-color: var(--theme-color-text_hover);
font-size: 16px;
line-height: 20px;
padding: 1.25em 1.8em;
display: inline-block;
}
div.wpcf7 .book-form-3 .wpcf7-submit:hover, div.wpcf7 .book-form-3 .wpcf7-submit:focus {
color: var(--theme-color-inverse_link);
background-color: var(--theme-color-text_link);
}
div.wpcf7 .book-form-3 p {
margin-bottom: 0;
} .sc_layouts_menu_nav > li.menu-item-has-children > a:after {
top: 54%;
right: 1.1em;
}
.sc_layouts_menu_nav > li > a {
padding: 1em 1.3em;
}
.sc_layouts_menu_nav > li.menu-item-has-children > a {
padding-right: 2em;
}
.sc_layouts_menu_nav > li > ul {
top: 4.4em;
left: 50%;
margin-left: -112px !important;
}
.sc_layouts_menu_nav > li > ul:after {
content: "";
display: block;
position: absolute;
z-index: 1;
top: 0;
right: calc(50% - 4px);
width: 10px;
height: 10px;
margin: -4px 0 0 0;
background-color: var(--theme-color-extra_bg_color);
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.sc_layouts_menu_nav > li.menu-collapse > ul:after {
display: none;
}
.sc_layouts_menu_popup .sc_layouts_menu_nav,
.sc_layouts_menu_nav > li ul:not(.sc_item_filters_tabs) {
width: 220px;
padding: 1.65em 0;
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}
.sc_layouts_menu_popup .sc_layouts_menu_nav > li.menu-item-has-children > a:after,
.sc_layouts_menu_nav li li.menu-item-has-children > a:after {
top: 0.33em;
right: 1.8em;
font-size: 17px;
}
.sc_layouts_menu_popup .sc_layouts_menu_nav, .sc_layouts_menu_popup .sc_layouts_menu_nav > li > ul, .sc_layouts_menu_nav > li > ul ul {
top: -1.65em;
}
.sc_layouts_menu_popup .sc_layouts_menu_nav,
.sc_layouts_menu_popup .sc_layouts_menu_nav > li > ul,
.sc_layouts_menu_nav > li > ul ul {
left: 220px;
margin: 0 0 0 4px !important;
}
.sc_layouts_menu_nav > li > ul ul.submenu_left {
left: -220px;
margin: 0 0 0 -4px !important;
}
.sc_layouts_menu_popup .sc_layouts_menu_nav > li > a,
.sc_layouts_menu_nav > li li > a {
padding: 0.33em 2.1em;
}
.sc_layouts_menu_popup .sc_layouts_menu_nav > li.menu-item-has-children > a, .sc_layouts_menu_nav li li.menu-item-has-children > a {
padding-right: 2.8em;
} header .sc_layouts_row .sc_button {
font-size: 16px;
padding: 2.4em 3.7em;
}
.sc_layouts_row_type_normal .sc_layouts_row .sc_layouts_item,
.sc_layouts_row_type_normal .sc_layouts_column .sc_layouts_item:not(.elementor-widget-divider):not(.elementor-widget-spacer),
.sc_layouts_row_type_normal .sc_layouts_row .sc_layouts_item + div:not(.sc_layouts_item):not(.vc_row):not(.vc_separator):not(.vc_empty_space):not(.vc_wp_text) {
margin-top: 0 !important;
margin-bottom: 0 !important;
} .sc_layouts_row_type_narrow {
font-size: 14px;
line-height: 18px;
padding: 6px 0;
}
.sc_layouts_row_type_narrow .sc_layouts_item_icon + .sc_layouts_item_details {
margin-left: 0.8em;
}
.sc_layouts_row_type_narrow .socials_wrap .social_item, .sc_layouts_row_type_narrow .socials_wrap:not([class*=socials_type_]) .social_item {
margin: 0 22px 0 0;
}
.sc_layouts_row_type_narrow .sc_layouts_item_icon, .sc_layouts_row_type_narrow .sc_layouts_item input[type=text] {
font-size: 12px;
} .sc_layouts_row_type_compact .sc_layouts_item_icon + .sc_layouts_item_details {
margin-left: 0.7em;
}
.sc_layouts_row_type_compact .sc_layouts_item_icon {
font-size: 1.05em;
font-weight: 400;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
background-color: var(--theme-color-extra_bg_color);
color: var(--theme-color-extra_dark);
border-radius: 50%;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.sc_layouts_row_type_compact .sc_layouts_item_icon, [class*=scheme_].sc_layouts_row_type_compact .sc_layouts_item_icon {
color: var(--theme-color-extra_dark);
}
.sc_layouts_row_type_compact a:hover .sc_layouts_item_icon,
[class*=scheme_].sc_layouts_row_type_compact a:hover .sc_layouts_item_icon {
color: var(--theme-color-inverse_link);
background-color: var(--theme-color-text_link);
}
[class*=scheme_].sc_layouts_row_type_compact .sc_layouts_cart .sc_layouts_item_icon,
.sc_layouts_row_type_compact .sc_layouts_cart .sc_layouts_item_icon {
color: var(--theme-color-inverse_link);
background-color: var(--theme-color-text_link);
}
[class*=scheme_].sc_layouts_row_type_compact .sc_layouts_cart:hover .sc_layouts_item_icon,
.sc_layouts_row_type_compact .sc_layouts_cart:hover .sc_layouts_item_icon,
[class*=scheme_].sc_layouts_row_type_compact .sc_layouts_cart .sc_layouts_item_icon:hover,
.sc_layouts_row_type_compact .sc_layouts_cart .sc_layouts_item_icon:hover {
color: var(--theme-color-extra_dark);
background-color: var(--theme-color-extra_bg_color);
}
[class*=scheme_].sc_layouts_row_type_compact .sc_layouts_cart:hover .sc_layouts_cart_items_short,
.sc_layouts_row_type_compact .sc_layouts_cart:hover .sc_layouts_cart_items_short {
color: var(--theme-color-inverse_link);
background-color: var(--theme-color-text_link);
}
.sc_layouts_row_type_compact .sc_layouts_item_details {
font-weight: 700;
font-size: 17px;
}
.sc_layouts_row_type_compact .extra-icon .sc_layouts_item_icon {
background: none !important;
color: var(--theme-color-text_dark) !important;
font-size: 13px;
font-weight: 400;
width: 30px;
height: 30px;
line-height: 30px;
}
.sc_layouts_row_type_compact .extra-icon .sc_layouts_item_icon + .sc_layouts_item_details {
margin-left: 0.3em;
}
.sc_layouts_row_type_compact .extra-icon a:hover .sc_layouts_item_icon {
color: var(--theme-color-text_link) !important;
}
footer .sc_layouts_row_type_compact .extra-icon .sc_layouts_item_icon + .sc_layouts_item_details {
margin-left: 0.6em;
font-weight: 700;
font-size: 24px;
}
footer .sc_layouts_row_type_compact .extra-icon .sc_layouts_item_icon {
font-size: 17px;
} .sc_layouts_cart .sc_layouts_item_icon:before {
content: "\e9b6";
font-family: "fontello";
}
.sc_layouts_row_type_compact .sc_layouts_cart_details .sc_layouts_cart_label,
.sc_layouts_row_type_compact .sc_layouts_cart_details .sc_layouts_cart_items {
display: none;
}
.sc_layouts_row_type_compact .sc_layouts_cart_details {
display: inline-block;
}
.sc_layouts_row_type_compact .sc_layouts_cart_details .sc_layouts_cart_totals {
margin: 0;
}
.sc_layouts_row_type_compact .sc_layouts_cart_details .sc_layouts_cart_totals .sc_layouts_cart_summa span.amount > span {
font-size: 11px;
vertical-align: top;
margin: 3px 4px 0 0;
display: inline-block;
font-weight: 700;
}
.sc_layouts_row_type_compact .sc_layouts_cart_items_short {
-webkit-transform: none;
-ms-transform: none;
transform: none;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
position: absolute;
right: auto;
top: 0;
left: 33px;
min-width: 17px;
height: 17px;
line-height: 16px;
text-align: center;
font-weight: 700;
font-size: 8px;
padding: 0 4px;
overflow: hidden;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.sc_layouts_row_type_compact .sc_button.sc_button_simple {
font-size: 16px;
padding: 0 1.3em 0 0;
}
.sc_layouts_row_type_compact .sc_button.sc_button_simple:before,
.sc_layouts_row_type_compact .sc_button.sc_button_simple:after {
content: "\e9aa";
font-size: 9px;
font-weight: 400;
top: 3px;
}
.post_content > .wp-block-tag-cloud, .post_content > .wp-block-search, .post_content > .wp-block-search, .post_content > .wp-block-latest-posts, .post_content > .wp-block-latest-comments, .post_content > .wp-block-categories, .post_content > .wp-block-calendar, .post_content > .wp-block-archives {
margin-bottom: 1.6em;
} .line-list .menu {
padding: 0;
}
.line-list .menu li {
padding-left: 0;
display: inline-block;
margin: 0 35px;
}
.fix-instagram {
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
position: absolute !important;
width: auto !important;
z-index: 9;
}
.fix-instagram a {
opacity: 1;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.fix-instagram a:hover {
opacity: 0.8;
}
#sb_instagram .sbi_photo {
position: relative;
}
#sb_instagram .sbi_photo:before {
content: "";
display: block;
width: 102%;
height: 102%;
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
background: #335154;
opacity: 0.85;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#sb_instagram .sbi_photo:hover {
opacity: 1;
}
#sb_instagram .sbi_photo:hover:before {
opacity: 0.35;
}
.extra-inline-sep .elementor-widget-container {
height: 20px;
min-width: 1px;
} .widget_instagram_images_item:before {
background: #335154;
opacity: 0.85;
}
.widget_instagram_images_item:hover:before {
opacity: 0.35;
} .trx_popup .trx_popup_close {
top: 19px;
right: 19px;
width: 10px;
height: 10px;
}
.trx_popup .trx_popup_container {
width: 402px;
height: 334px;
padding: 25px;
background: #F0F2F2;
}
.trx_popup .trx_popup_container .trx_popup_title {
font-size: 33px;
margin-bottom: 30px;
letter-spacing: 0;
line-height: 1.1em;
}
.trx_popup .trx_popup_container .trx_popup_subtitle {
margin-bottom: 14px;
font-size: 14px;
font-weight: 400;
color: var(--theme-color-alter_text);
}
.trx_popup .trx_popup_container .trx_popup_button.sc_button {
font-size: 12px !important;
line-height: 16px !important;
padding: 18px 36px !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
background-color: var(--theme-color-text_link);
-webkit-box-shadow: var(--theme-color-text_link) 0 1px 3px 0 inset;
box-shadow: var(--theme-color-text_link) 0 1px 3px 0 inset;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
background-color: var(--theme-color-text_hover) !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
color: var(--theme-color-text_link);
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
color: var(--theme-color-inverse_link);
}
.partners-slider .slider-slide .slider-slide:after {
content: "";
background: var(--theme-color-input_bd_color);
height: 45px;
width: 1px;
position: absolute;
position: absolute;
z-index: 1;
top: 50%;
left: -20px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.blog_mode_post .post_content table {
width: 100%;
text-align: center;
}
.widget_instagram_images_item .widget_instagram_images_item_counters {
display: none;
}
.has-drop-cap.has-medium-font-size + * {
clear: both;
}
.widget_block h1, .widget_block h2, .widget_block h3, .widget_block h4, .widget_block h5, .widget_block h6 {
margin-top: 0;
}
.wp-block-file__button {
color: var(--theme-color-bg_color);
background-color: var(--theme-color-text_dark);
}
.wp-block-file__button:hover {
color: var(--theme-color-inverse_link);
background-color: var(--theme-color-text_link);
}.post_layout_excerpt {
position: relative;
margin-bottom: 0;
}
.post_layout_excerpt + .excerpt_1,
.post_layout_excerpt + .post_layout_excerpt {
margin-top: 118px;
}
.post_layout_excerpt.sticky {
padding: 70px !important;
}
.post_layout_excerpt .post_featured {
display: inline-block;
margin-bottom: 50px;
}
.post_layout_excerpt.post_format_audio .post_featured.without_thumb,
.post_layout_excerpt.post_format_gallery .post_featured.without_thumb {
display: block;
}
.post_layout_excerpt .post_header {
margin: 0;
position: relative;
}
.post_layout_excerpt .post_header .post_price {
width: auto;
color: var(--theme-color-text_link);
font-weight: 800;
font-size: 23px;
line-height: 1em;
margin: 1em 0;
}
.post_layout_excerpt .post_category {
margin-bottom: 0.5em;
}
.post_layout_excerpt .post_meta {
margin: 0;
}
.post_layout_excerpt .post_meta .post_meta_item.post_categories {
display: inline;
}
.post_layout_excerpt .post_title {
margin: 0;
font-size: 30px;
font-weight: 800;
}
.post_layout_excerpt .post_title + .post_meta {
margin: 26px 0 0 0;
}
.post_layout_excerpt .post_title a {
display: inline;
}
.post_layout_excerpt .post_header + .post_content {
margin-top: 25px;
}
.post_layout_excerpt .post_content_inner + .post_meta {
margin-top: 1em;
}
.post_layout_excerpt .post_content p:last-child {
margin-bottom: 0;
}
body:not(.blog_style_excerpt) .post_layout_excerpt {
margin-bottom: 3em;
}
.post_layout_excerpt blockquote {
margin: 0;
}
.post_layout_excerpt .post_featured .post_meta {
position: absolute;
top: 0;
left: 0;
z-index: 9;
margin: 0;
}
.post_layout_excerpt .post_featured .post_meta .post_date {
display: inline-block;
padding: 6px 15px;
color: var(--theme-color-inverse_hover) !important;
background-color: var(--theme-color-text_hover) !important;
}
.post_layout_excerpt .post_featured .post_meta .post_date a {
color: var(--theme-color-inverse_hover) !important;
background-color: var(--theme-color-text_hover) !important;
}
.post_layout_excerpt .more-link {
margin-top: 40px;
font-size: 16px !important;
padding: 20px 31px !important;
line-height: 18px !important;
}
.post_layout_excerpt .slider_container .swiper-pagination, .post_layout_excerpt .slider_outer .swiper-pagination {
display: none;
}
.post_layout_excerpt.post_format_gallery .post_featured.with_thumb > img {
opacity: 0;
}
.post_layout_excerpt.post_format_gallery .post_featured .post_meta {
position: absolute;
top: 0;
left: 0;
z-index: 9999;
}.posts_container.columns_wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: calc(-1 * var(--theme-var-grid_gap));
}
.posts_container.columns_wrap .post_layout_classic {
display: inline-block;
vertical-align: top;
width: 100%;
height: 100%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.post_layout_classic {
position: relative;
border-color: var(--theme-color-bd_color);
}
.post_layout_classic .post_featured {
margin-bottom: 1.25em;
}
.post_layout_classic .post_featured[class*=hover_] {
display: block;
}
.post_layout_classic .post_featured img {
width: 100%;
}
.post_layout_classic .post_header {
padding-top: 0.02px;
}
.post_layout_classic .post_category {
margin-bottom: 0.5em;
}
.post_layout_classic .post_title {
margin: 0;
font-size: 25px;
}
.post_layout_classic_4 .post_title,
.sc_layouts_submenu .post_layout_classic .post_title {
font-size: 1.5em;
}
.post_layout_classic blockquote {
margin: 0;
}
.post_layout_classic .post_header + .post_content {
padding-top: 1em;
}
.post_layout_classic .post_content + .post_meta {
margin-top: 1em;
}
.post_layout_classic .post_featured.with_thumb .post_audio .audio_wrap {
padding: 10px;
}
.post_layout_classic .post_featured.with_thumb .post_audio .post_info_audio {
padding: 0 32px;
}
.post_layout_classic.format-audio .post_featured .post_audio_title {
font-size: 25px;
margin-top: 10px;
margin-bottom: 15px;
}
.post_layout_classic blockquote, .post_layout_classic blockquote[class*=wp-block-quote][class*=is-style-], .post_layout_classic blockquote[class*=wp-block-quote][class*=is-], .post_layout_classic .wp-block-quote:not(.is-large):not(.is-style-large), .post_layout_classic .wp-block-freeform.block-library-rich-text__tinymce blockquote {
padding: 2.2em 2em 2.4em 5em;
}
.post_layout_classic blockquote:before {
top: 0.58em;
left: 0.6em;
}
.post_layout_classic > .post_header:first-child .post_category .post_meta {
margin-top: -5px;
}
.classic-masonry_wrap.classic-masonry_4 .post_format_audio .mejs-controls a.mejs-horizontal-volume-slider,
.classic_wrap.classic_4 .post_format_audio .mejs-controls a.mejs-horizontal-volume-slider {
display: none !important;
}.masonry_wrap {
position: relative;
margin-right: calc(-1 * var(--theme-var-grid_gap));
}
.masonry_wrap .masonry_item {
position: relative;
display: inline-block;
vertical-align: top;
padding: 0 var(--theme-var-grid_gap) var(--theme-var-grid_gap) 0;
margin-bottom: 0;
width: 50%;
border-width: 0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.masonry_wrap .masonry_item-1_1 {
width: 100%;
}
.masonry_wrap .masonry_item-1_3 {
width: 33.3333%;
}
.masonry_wrap .masonry_item-1_4 {
width: 25%;
}.post_featured.hover_dots .post_info .post_title {
font-size: 22px;
}
.post_layout_portfolio_4 .post_title {
font-size: 22px;
}
.post_layout_portfolio .post_featured {
margin-bottom: 0;
}
.post_layout_portfolio .post_featured[class*=hover_] {
display: block;
}
.post_layout_portfolio .post_featured img {
width: 100%;
}
.post_layout_portfolio .post_featured.with_thumb .post_audio .audio_wrap {
padding: 10px;
}
.post_layout_portfolio .post_featured.with_thumb .post_audio .post_info_audio {
padding: 0 32px;
}
.post_layout_portfolio.format-audio .post_featured .post_audio_title {
font-size: 25px;
margin-top: 10px;
margin-bottom: 15px;
}
.portfolio_wrap.portfolio_4 .post_format_audio .mejs-controls a.mejs-horizontal-volume-slider {
display: none !important;
}.post_layout_custom {
position: relative;
}
.post_layout_custom .post_featured[class*=hover_] {
display: block;
}
.post_layout_custom .post_featured img {
width: 100%;
}
.post_layout_custom .post_header {
padding-top: 0.02px;
}[class*=sc_button_hover_slide] {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.sc_button_hover_just_init {
-webkit-transition: none !important;
transition: none !important;
}
[class*=sc_button_hover_]:not(.sc_button_bg_image) {
-webkit-transition: color 0.3s ease, border-color 0.3s ease, background-position 0.3s ease, background-color 0s linear 0.3s;
transition: color 0.3s ease, border-color 0.3s ease, background-position 0.3s ease, background-color 0s linear 0.3s;
} .sc_button_hover_arrow {
position: relative;
overflow: hidden;
padding-left: 2em !important;
padding-right: 2em !important;
}
.sc_button_hover_arrow:before {
content: "\e8f4";
font-family: "fontello";
position: absolute;
z-index: 1;
right: -2em !important;
left: auto !important;
top: 50% !important;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
background-color: transparent !important;
color: inherit !important;
}
.sc_button_hover_arrow:hover:before,
.sc_button_hover_arrow.active:before,
.vc_active .sc_button_hover_arrow:before {
right: 0.5em !important;
} .sc_button_hover_slide_left {
background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--theme-color-text_hover)), color-stop(50%, var(--theme-color-text_link))) no-repeat scroll right bottom/210% 100% var(--theme-color-text_link) !important;
background: linear-gradient(to right, var(--theme-color-text_hover) 50%, var(--theme-color-text_link) 50%) no-repeat scroll right bottom/210% 100% var(--theme-color-text_link) !important;
}
.sc_button_hover_slide_right {
background: -webkit-gradient(linear, right top, left top, color-stop(50%, var(--theme-color-text_hover)), color-stop(50%, var(--theme-color-text_link))) no-repeat scroll left bottom/210% 100% var(--theme-color-text_link) !important;
background: linear-gradient(to left, var(--theme-color-text_hover) 50%, var(--theme-color-text_link) 50%) no-repeat scroll left bottom/210% 100% var(--theme-color-text_link) !important;
}
.sc_button_hover_slide_top {
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, var(--theme-color-text_hover)), color-stop(50%, var(--theme-color-text_link))) no-repeat scroll right bottom/100% 210% var(--theme-color-text_link) !important;
background: linear-gradient(to bottom, var(--theme-color-text_hover) 50%, var(--theme-color-text_link) 50%) no-repeat scroll right bottom/100% 210% var(--theme-color-text_link) !important;
}
.sc_button_hover_slide_bottom {
background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, var(--theme-color-text_hover)), color-stop(50%, var(--theme-color-text_link))) no-repeat scroll right top/100% 210% var(--theme-color-text_link) !important;
background: linear-gradient(to top, var(--theme-color-text_hover) 50%, var(--theme-color-text_link) 50%) no-repeat scroll right top/100% 210% var(--theme-color-text_link) !important;
}
.sc_button_hover_style_link2.sc_button_hover_slide_left {
background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--theme-color-text_hover2)), color-stop(50%, var(--theme-color-text_link2))) no-repeat scroll right bottom/210% 100% var(--theme-color-text_link2) !important;
background: linear-gradient(to right, var(--theme-color-text_hover2) 50%, var(--theme-color-text_link2) 50%) no-repeat scroll right bottom/210% 100% var(--theme-color-text_link2) !important;
}
.sc_button_hover_style_link2.sc_button_hover_slide_right {
background: -webkit-gradient(linear, right top, left top, color-stop(50%, var(--theme-color-text_hover2)), color-stop(50%, var(--theme-color-text_link2))) no-repeat scroll left bottom/210% 100% var(--theme-color-text_link2) !important;
background: linear-gradient(to left, var(--theme-color-text_hover2) 50%, var(--theme-color-text_link2) 50%) no-repeat scroll left bottom/210% 100% var(--theme-color-text_link2) !important;
}
.sc_button_hover_style_link2.sc_button_hover_slide_top {
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, var(--theme-color-text_hover2)), color-stop(50%, var(--theme-color-text_link2))) no-repeat scroll right bottom/100% 210% var(--theme-color-text_link2) !important;
background: linear-gradient(to bottom, var(--theme-color-text_hover2) 50%, var(--theme-color-text_link2) 50%) no-repeat scroll right bottom/100% 210% var(--theme-color-text_link2) !important;
}
.sc_button_hover_style_link2.sc_button_hover_slide_bottom {
background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, var(--theme-color-text_hover2)), color-stop(50%, var(--theme-color-text_link2))) no-repeat scroll right top/100% 210% var(--theme-color-text_link2) !important;
background: linear-gradient(to top, var(--theme-color-text_hover2) 50%, var(--theme-color-text_link2) 50%) no-repeat scroll right top/100% 210% var(--theme-color-text_link2) !important;
}
.sc_button_hover_style_link3.sc_button_hover_slide_left {
background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--theme-color-text_hover3)), color-stop(50%, var(--theme-color-text_link3))) no-repeat scroll right bottom/210% 100% var(--theme-color-text_link3) !important;
background: linear-gradient(to right, var(--theme-color-text_hover3) 50%, var(--theme-color-text_link3) 50%) no-repeat scroll right bottom/210% 100% var(--theme-color-text_link3) !important;
}
.sc_button_hover_style_link3.sc_button_hover_slide_right {
background: -webkit-gradient(linear, right top, left top, color-stop(50%, var(--theme-color-text_hover3)), color-stop(50%, var(--theme-color-text_link3))) no-repeat scroll left bottom/210% 100% var(--theme-color-text_link3) !important;
background: linear-gradient(to left, var(--theme-color-text_hover3) 50%, var(--theme-color-text_link3) 50%) no-repeat scroll left bottom/210% 100% var(--theme-color-text_link3) !important;
}
.sc_button_hover_style_link3.sc_button_hover_slide_top {
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, var(--theme-color-text_hover3)), color-stop(50%, var(--theme-color-text_link3))) no-repeat scroll right bottom/100% 210% var(--theme-color-text_link3) !important;
background: linear-gradient(to bottom, var(--theme-color-text_hover3) 50%, var(--theme-color-text_link3) 50%) no-repeat scroll right bottom/100% 210% var(--theme-color-text_link3) !important;
}
.sc_button_hover_style_link3.sc_button_hover_slide_bottom {
background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, var(--theme-color-text_hover3)), color-stop(50%, var(--theme-color-text_link3))) no-repeat scroll right top/100% 210% var(--theme-color-text_link3) !important;
background: linear-gradient(to top, var(--theme-color-text_hover3) 50%, var(--theme-color-text_link3) 50%) no-repeat scroll right top/100% 210% var(--theme-color-text_link3) !important;
}
.sc_button_hover_style_dark.sc_button_hover_slide_left {
background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--theme-color-text_link)), color-stop(50%, var(--theme-color-text_dark))) no-repeat scroll right bottom/210% 100% var(--theme-color-text_dark) !important;
background: linear-gradient(to right, var(--theme-color-text_link) 50%, var(--theme-color-text_dark) 50%) no-repeat scroll right bottom/210% 100% var(--theme-color-text_dark) !important;
}
.sc_button_hover_style_dark.sc_button_hover_slide_right {
background: -webkit-gradient(linear, right top, left top, color-stop(50%, var(--theme-color-text_link)), color-stop(50%, var(--theme-color-text_dark))) no-repeat scroll left bottom/210% 100% var(--theme-color-text_dark) !important;
background: linear-gradient(to left, var(--theme-color-text_link) 50%, var(--theme-color-text_dark) 50%) no-repeat scroll left bottom/210% 100% var(--theme-color-text_dark) !important;
}
.sc_button_hover_style_dark.sc_button_hover_slide_top {
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, var(--theme-color-text_link)), color-stop(50%, var(--theme-color-text_dark))) no-repeat scroll right bottom/100% 210% var(--theme-color-text_dark) !important;
background: linear-gradient(to bottom, var(--theme-color-text_link) 50%, var(--theme-color-text_dark) 50%) no-repeat scroll right bottom/100% 210% var(--theme-color-text_dark) !important;
}
.sc_button_hover_style_dark.sc_button_hover_slide_bottom {
background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, var(--theme-color-text_link)), color-stop(50%, var(--theme-color-text_dark))) no-repeat scroll right top/100% 210% var(--theme-color-text_dark) !important;
background: linear-gradient(to top, var(--theme-color-text_link) 50%, var(--theme-color-text_dark) 50%) no-repeat scroll right top/100% 210% var(--theme-color-text_dark) !important;
}
.sc_button_hover_style_light.sc_button_hover_slide_left {
background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--theme-color-text_link)), color-stop(50%, var(--theme-color-text_light))) no-repeat scroll right bottom/210% 100% var(--theme-color-text_light) !important;
background: linear-gradient(to right, var(--theme-color-text_link) 50%, var(--theme-color-text_light) 50%) no-repeat scroll right bottom/210% 100% var(--theme-color-text_light) !important;
}
.sc_button_hover_style_light.sc_button_hover_slide_right {
background: -webkit-gradient(linear, right top, left top, color-stop(50%, var(--theme-color-text_link)), color-stop(50%, var(--theme-color-text_light))) no-repeat scroll left bottom/210% 100% var(--theme-color-text_light) !important;
background: linear-gradient(to left, var(--theme-color-text_link) 50%, var(--theme-color-text_light) 50%) no-repeat scroll left bottom/210% 100% var(--theme-color-text_light) !important;
}
.sc_button_hover_style_light.sc_button_hover_slide_top {
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, var(--theme-color-text_link)), color-stop(50%, var(--theme-color-text_light))) no-repeat scroll right bottom/100% 210% var(--theme-color-text_light) !important;
background: linear-gradient(to bottom, var(--theme-color-text_link) 50%, var(--theme-color-text_light) 50%) no-repeat scroll right bottom/100% 210% var(--theme-color-text_light) !important;
}
.sc_button_hover_style_light.sc_button_hover_slide_bottom {
background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, var(--theme-color-text_link)), color-stop(50%, var(--theme-color-text_light))) no-repeat scroll right top/100% 210% var(--theme-color-text_light) !important;
background: linear-gradient(to top, var(--theme-color-text_link) 50%, var(--theme-color-text_light) 50%) no-repeat scroll right top/100% 210% var(--theme-color-text_light) !important;
}
.sc_button_hover_style_inverse.sc_button_hover_slide_left {
background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--theme-color-inverse_link)), color-stop(50%, var(--theme-color-text_link))) no-repeat scroll right bottom/210% 100% var(--theme-color-text_link) !important;
background: linear-gradient(to right, var(--theme-color-inverse_link) 50%, var(--theme-color-text_link) 50%) no-repeat scroll right bottom/210% 100% var(--theme-color-text_link) !important;
}
.sc_button_hover_style_inverse.sc_button_hover_slide_right {
background: -webkit-gradient(linear, right top, left top, color-stop(50%, var(--theme-color-inverse_link)), color-stop(50%, var(--theme-color-text_link))) no-repeat scroll left bottom/210% 100% var(--theme-color-text_link) !important;
background: linear-gradient(to left, var(--theme-color-inverse_link) 50%, var(--theme-color-text_link) 50%) no-repeat scroll left bottom/210% 100% var(--theme-color-text_link) !important;
}
.sc_button_hover_style_inverse.sc_button_hover_slide_top {
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, var(--theme-color-inverse_link)), color-stop(50%, var(--theme-color-text_link))) no-repeat scroll right bottom/100% 210% var(--theme-color-text_link) !important;
background: linear-gradient(to bottom, var(--theme-color-inverse_link) 50%, var(--theme-color-text_link) 50%) no-repeat scroll right bottom/100% 210% var(--theme-color-text_link) !important;
}
.sc_button_hover_style_inverse.sc_button_hover_slide_bottom {
background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, var(--theme-color-inverse_link)), color-stop(50%, var(--theme-color-text_link))) no-repeat scroll right top/100% 210% var(--theme-color-text_link) !important;
background: linear-gradient(to top, var(--theme-color-inverse_link) 50%, var(--theme-color-text_link) 50%) no-repeat scroll right top/100% 210% var(--theme-color-text_link) !important;
}
.sc_button_hover_style_hover.sc_button_hover_slide_left {
background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--theme-color-text_hover)), color-stop(50%, var(--theme-color-text_link))) no-repeat scroll right bottom/210% 100% var(--theme-color-text_link) !important;
background: linear-gradient(to right, var(--theme-color-text_hover) 50%, var(--theme-color-text_link) 50%) no-repeat scroll right bottom/210% 100% var(--theme-color-text_link) !important;
}
.sc_button_hover_style_hover.sc_button_hover_slide_right {
background: -webkit-gradient(linear, right top, left top, color-stop(50%, var(--theme-color-text_hover)), color-stop(50%, var(--theme-color-text_link))) no-repeat scroll left bottom/210% 100% var(--theme-color-text_link) !important;
background: linear-gradient(to left, var(--theme-color-text_hover) 50%, var(--theme-color-text_link) 50%) no-repeat scroll left bottom/210% 100% var(--theme-color-text_link) !important;
}
.sc_button_hover_style_hover.sc_button_hover_slide_top {
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, var(--theme-color-text_hover)), color-stop(50%, var(--theme-color-text_link))) no-repeat scroll right bottom/100% 210% var(--theme-color-text_link) !important;
background: linear-gradient(to bottom, var(--theme-color-text_hover) 50%, var(--theme-color-text_link) 50%) no-repeat scroll right bottom/100% 210% var(--theme-color-text_link) !important;
}
.sc_button_hover_style_hover.sc_button_hover_slide_bottom {
background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, var(--theme-color-text_hover)), color-stop(50%, var(--theme-color-text_link))) no-repeat scroll right top/100% 210% var(--theme-color-text_link) !important;
background: linear-gradient(to top, var(--theme-color-text_hover) 50%, var(--theme-color-text_link) 50%) no-repeat scroll right top/100% 210% var(--theme-color-text_link) !important;
}
.sc_button_hover_style_alter.sc_button_hover_slide_left {
background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--theme-color-alter_dark)), color-stop(50%, var(--theme-color-alter_link))) no-repeat scroll right bottom/210% 100% var(--theme-color-alter_link) !important;
background: linear-gradient(to right, var(--theme-color-alter_dark) 50%, var(--theme-color-alter_link) 50%) no-repeat scroll right bottom/210% 100% var(--theme-color-alter_link) !important;
}
.sc_button_hover_style_alter.sc_button_hover_slide_right {
background: -webkit-gradient(linear, right top, left top, color-stop(50%, var(--theme-color-alter_dark)), color-stop(50%, var(--theme-color-alter_link))) no-repeat scroll left bottom/210% 100% var(--theme-color-alter_link) !important;
background: linear-gradient(to left, var(--theme-color-alter_dark) 50%, var(--theme-color-alter_link) 50%) no-repeat scroll left bottom/210% 100% var(--theme-color-alter_link) !important;
}
.sc_button_hover_style_alter.sc_button_hover_slide_top {
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, var(--theme-color-alter_dark)), color-stop(50%, var(--theme-color-alter_link))) no-repeat scroll right bottom/100% 210% var(--theme-color-alter_link) !important;
background: linear-gradient(to bottom, var(--theme-color-alter_dark) 50%, var(--theme-color-alter_link) 50%) no-repeat scroll right bottom/100% 210% var(--theme-color-alter_link) !important;
}
.sc_button_hover_style_alter.sc_button_hover_slide_bottom {
background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, var(--theme-color-alter_dark)), color-stop(50%, var(--theme-color-alter_link))) no-repeat scroll right top/100% 210% var(--theme-color-alter_link) !important;
background: linear-gradient(to top, var(--theme-color-alter_dark) 50%, var(--theme-color-alter_link) 50%) no-repeat scroll right top/100% 210% var(--theme-color-alter_link) !important;
}
.sc_button_hover_style_alterbd.sc_button_hover_slide_left {
background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--theme-color-alter_link)), color-stop(50%, var(--theme-color-alter_bd_color))) no-repeat scroll right bottom/210% 100% var(--theme-color-alter_bd_color) !important;
background: linear-gradient(to right, var(--theme-color-alter_link) 50%, var(--theme-color-alter_bd_color) 50%) no-repeat scroll right bottom/210% 100% var(--theme-color-alter_bd_color) !important;
}
.sc_button_hover_style_alterbd.sc_button_hover_slide_right {
background: -webkit-gradient(linear, right top, left top, color-stop(50%, var(--theme-color-alter_link)), color-stop(50%, var(--theme-color-alter_bd_color))) no-repeat scroll left bottom/210% 100% var(--theme-color-alter_bd_color) !important;
background: linear-gradient(to left, var(--theme-color-alter_link) 50%, var(--theme-color-alter_bd_color) 50%) no-repeat scroll left bottom/210% 100% var(--theme-color-alter_bd_color) !important;
}
.sc_button_hover_style_alterbd.sc_button_hover_slide_top {
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, var(--theme-color-alter_link)), color-stop(50%, var(--theme-color-alter_bd_color))) no-repeat scroll right bottom/100% 210% var(--theme-color-alter_bd_color) !important;
background: linear-gradient(to bottom, var(--theme-color-alter_link) 50%, var(--theme-color-alter_bd_color) 50%) no-repeat scroll right bottom/100% 210% var(--theme-color-alter_bd_color) !important;
}
.sc_button_hover_style_alterbd.sc_button_hover_slide_bottom {
background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, var(--theme-color-alter_link)), color-stop(50%, var(--theme-color-alter_bd_color))) no-repeat scroll right top/100% 210% var(--theme-color-alter_bd_color) !important;
background: linear-gradient(to top, var(--theme-color-alter_link) 50%, var(--theme-color-alter_bd_color) 50%) no-repeat scroll right top/100% 210% var(--theme-color-alter_bd_color) !important;
}
.sc_button_hover_style_extra.sc_button_hover_slide_left {
background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--theme-color-extra_link)), color-stop(50%, var(--theme-color-extra_bg_color))) no-repeat scroll right bottom/210% 100% var(--theme-color-extra_bg_color) !important;
background: linear-gradient(to right, var(--theme-color-extra_link) 50%, var(--theme-color-extra_bg_color) 50%) no-repeat scroll right bottom/210% 100% var(--theme-color-extra_bg_color) !important;
}
.sc_button_hover_style_extra.sc_button_hover_slide_right {
background: -webkit-gradient(linear, right top, left top, color-stop(50%, var(--theme-color-extra_link)), color-stop(50%, var(--theme-color-extra_bg_color))) no-repeat scroll left bottom/210% 100% var(--theme-color-extra_bg_color) !important;
background: linear-gradient(to left, var(--theme-color-extra_link) 50%, var(--theme-color-extra_bg_color) 50%) no-repeat scroll left bottom/210% 100% var(--theme-color-extra_bg_color) !important;
}
.sc_button_hover_style_extra.sc_button_hover_slide_top {
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, var(--theme-color-extra_link)), color-stop(50%, var(--theme-color-extra_bg_color))) no-repeat scroll right bottom/100% 210% var(--theme-color-extra_bg_color) !important;
background: linear-gradient(to bottom, var(--theme-color-extra_link) 50%, var(--theme-color-extra_bg_color) 50%) no-repeat scroll right bottom/100% 210% var(--theme-color-extra_bg_color) !important;
}
.sc_button_hover_style_extra.sc_button_hover_slide_bottom {
background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, var(--theme-color-extra_link)), color-stop(50%, var(--theme-color-extra_bg_color))) no-repeat scroll right top/100% 210% var(--theme-color-extra_bg_color) !important;
background: linear-gradient(to top, var(--theme-color-extra_link) 50%, var(--theme-color-extra_bg_color) 50%) no-repeat scroll right top/100% 210% var(--theme-color-extra_bg_color) !important;
}
.sc_button_hover_style_alter.sc_button_hover_slide_left:hover,
.sc_button_hover_style_alter.sc_button_hover_slide_right:hover,
.sc_button_hover_style_alter.sc_button_hover_slide_top:hover,
.sc_button_hover_style_alter.sc_button_hover_slide_bottom:hover {
color: var(--theme-color-bg_color) !important;
}
.sc_button_hover_style_extra.sc_button_hover_slide_left:hover,
.sc_button_hover_style_extra.sc_button_hover_slide_right:hover,
.sc_button_hover_style_extra.sc_button_hover_slide_top:hover,
.sc_button_hover_style_extra.sc_button_hover_slide_bottom:hover {
color: var(--theme-color-inverse_link) !important;
}
.sc_button_hover_slide_left:hover,
.sc_button_hover_slide_left.active,
.ui-state-active .sc_button_hover_slide_left,
.vc_active .sc_button_hover_slide_left,
.vc_tta-accordion .vc_tta-panel-title:hover .sc_button_hover_slide_left,
li.active .sc_button_hover_slide_left {
background-position: left bottom !important;
color: var(--theme-color-bg_color) !important;
}
.sc_button_hover_slide_right:hover,
.sc_button_hover_slide_right.active,
.ui-state-active .sc_button_hover_slide_right,
.vc_active .sc_button_hover_slide_right,
.vc_tta-accordion .vc_tta-panel-title:hover .sc_button_hover_slide_right,
li.active .sc_button_hover_slide_right {
background-position: right bottom !important;
color: var(--theme-color-bg_color) !important;
}
.sc_button_hover_slide_top:hover,
.sc_button_hover_slide_top.active,
.ui-state-active .sc_button_hover_slide_top,
.vc_active .sc_button_hover_slide_top,
.vc_tta-accordion .vc_tta-panel-title:hover .sc_button_hover_slide_top,
li.active .sc_button_hover_slide_top {
background-position: right top !important;
color: var(--theme-color-bg_color) !important;
}
.sc_button_hover_slide_bottom:hover,
.sc_button_hover_slide_bottom.active,
.ui-state-active .sc_button_hover_slide_bottom,
.vc_active .sc_button_hover_slide_bottom,
.vc_tta-accordion .vc_tta-panel-title:hover .sc_button_hover_slide_bottom,
li.active .sc_button_hover_slide_bottom {
background-position: right bottom !important;
color: var(--theme-color-bg_color) !important;
} .post_featured[class*=hover_] {
position: relative;
-webkit-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
.post_featured:not(.post_featured_bg)[class*=hover_] {
display: inline-block;
vertical-align: top;
}
.post_featured[class*=hover_],
.post_featured[class*=hover_] * {
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.post_featured .mask {
content: " ";
position: absolute;
z-index: 4;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
pointer-events: none;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.post_featured .post_info {
position: absolute;
z-index: 6;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%) scale(1, 1);
-ms-transform: translate(-50%, -50%) scale(1, 1);
transform: translate(-50%, -50%) scale(1, 1);
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
display: none;
font-size: 1.1429em;
line-height: 1.3em;
width: 92%;
text-align: center;
margin: -1.1em auto 0;
opacity: 0;
}
.post_featured .post_link {
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.format-video .post_featured .icon,
.format-video .post_featured .icons,
.format-audio .post_featured .icon,
.format-audio .post_featured .icons,
.format-gallery .post_featured .icon,
.format-gallery .post_featured .icons {
display: none;
} .post_featured.hover_ .icons {
position: absolute;
z-index: 7;
top: 0;
left: 0;
right: 0;
bottom: 0;
} .post_featured.hover_icon,
.post_featured.hover_icons {
position: relative;
}
.post_featured.hover_icon .mask {
background-color: rgba(0, 0, 0, 0);
}
.post_featured.hover_icon:hover .mask {
opacity: 1;
}
.post_featured.hover_icon img,
.post_featured.hover_icons img {
-webkit-transition: -webkit-transform 0.3s ease;
transition: -webkit-transform 0.3s ease;
transition: transform 0.3s ease;
transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.post_featured.hover_icon:hover img,
.post_featured.hover_icons:hover img {
-webkit-transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
}
.post_featured.hover_icon .icons {
position: absolute;
top: 50%;
left: 50%;
-webkit-animation: auto;
animation: auto;
bottom: auto;
z-index: 10;
}
.post_featured.hover_icons .icons {
position: absolute;
z-index: 5;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 9;
}
.post_featured.hover_icon .link-go {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 9;
background: none !important;
}
.post_featured.hover_icon .icons a,
.post_featured.hover_icons .icons a {
display: inline-block;
font-size: 1.7143em;
cursor: pointer;
opacity: 0;
margin: -25px 0 0 -25px;
position: absolute;
z-index: 10;
top: 50%;
left: 50%;
-webkit-transform: scale(0.3, 0.3);
-ms-transform: scale(0.3, 0.3);
transform: scale(0.3, 0.3);
-webkit-transition: all 0.5s ease, transform 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
-webkit-transition: all 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
transition: all 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
transition: all 0.5s ease, transform 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
transition: all 0.5s ease, transform 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s, -webkit-transform 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
border-radius: 50%;
color: var(--theme-color-inverse_link);
background-color: var(--theme-color-text_link);
}
.post_featured.hover_icon .icons a {
font-size: 18px;
color: var(--theme-color-bg_color);
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
border-radius: 50%;
}
.post_featured.hover_icon .icon a:hover,
.post_featured.hover_icon .icons a:hover {
color: var(--theme-color-inverse_hover);
background-color: var(--theme-color-text_hover);
}
.post_featured.hover_icons .icons a {
margin-left: -2.25em;
color: var(--theme-color-text_dark);
background-color: var(--theme-color-bg_color_07);
}
.post_featured.hover_icons a:hover {
color: var(--theme-color-text_link);
background-color: var(--theme-color-bg_color);
}
.post_featured.hover_icons .icons a + a {
margin-left: 0.25em;
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s;
}
.post_featured.hover_icons .icons a.single_icon {
margin-left: 0;
}
.post_featured.hover_icon:hover .icons a,
.post_featured.hover_icons:hover .icons a {
opacity: 1;
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1);
-webkit-transition: all 0.5s ease, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
-webkit-transition: all 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
transition: all 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
transition: all 0.5s ease, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
transition: all 0.5s ease, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.post_featured.hover_icons:hover .icons a + a {
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s;
} .post_featured.hover_zoom:before {
content: " ";
position: absolute;
z-index: 5;
top: 50%;
left: 50%;
width: 100px;
height: 100px;
margin: -50px 0 0 -50px;
border: 2px solid #fff;
background-color: rgba(0, 0, 0, 0.15);
-webkit-transform: scale(0, 0) rotate(0deg);
-ms-transform: scale(0, 0) rotate(0deg);
transform: scale(0, 0) rotate(0deg);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.post_featured.hover_zoom:hover:before {
-webkit-transform: scale(1, 1) rotate(45deg);
-ms-transform: scale(1, 1) rotate(45deg);
transform: scale(1, 1) rotate(45deg);
}
.post_featured.hover_zoom .mask {
background-color: rgba(255, 255, 255, 0.15);
}
.post_featured.hover_zoom:hover .mask {
opacity: 1;
}
.post_featured.hover_zoom img {
-webkit-transition: -webkit-transform 0.3s ease;
transition: -webkit-transform 0.3s ease;
transition: transform 0.3s ease;
transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.post_featured.hover_zoom:hover img {
-webkit-transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
}
.post_featured.hover_zoom .icons {
position: absolute;
z-index: 6;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
display: inline-block;
}
.post_featured.hover_zoom .icons a {
display: inline-block;
font-size: 18px;
width: 32px;
height: 32px;
line-height: 32px;
text-align: center;
color: #fff;
position: relative;
left: -50px;
opacity: 0;
border-radius: 3px;
-webkit-transform: scale(0, 0);
-ms-transform: scale(0, 0);
transform: scale(0, 0);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.post_featured.hover_zoom .icons a + a {
margin-left: 8px;
left: 50px;
}
.post_featured.hover_zoom .icons a:hover {
color: #fff;
background-color: rgba(255, 255, 255, 0.2);
}
.post_featured.hover_zoom:hover .icons a {
left: 0;
opacity: 1;
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1);
} .post_featured.hover_dots:hover .mask {
opacity: 1;
}
.post_featured.hover_dots img {
-webkit-transition: -webkit-transform 0.3s ease;
transition: -webkit-transform 0.3s ease;
transition: transform 0.3s ease;
transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.post_featured.hover_dots:hover img {
-webkit-transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
}
.post_featured.hover_dots .icons {
position: absolute;
z-index: 6;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.post_featured.hover_dots .icons span {
display: inline-block;
opacity: 0;
position: absolute;
z-index: 5;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 6px;
height: 6px;
border-radius: 50%;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
background-color: var(--theme-color-text_link);
}
.post_featured.hover_dots:hover .icons span {
opacity: 1;
display: inline-block;
}
.post_featured.hover_dots:hover .icons span:first-child {
margin-left: -13px;
}
.post_featured.hover_dots:hover .icons span + span + span {
margin-left: 13px;
}
.post_featured.hover_dots.hover_with_info .icons span {
margin-top: 1em;
}
.post_featured.hover_dots .post_info {
display: block;
top: 45%;
}
.post_featured.hover_dots .post_info .post_title {
margin: 0;
line-height: 1em;
}
.post_featured.hover_dots:hover .post_info {
-webkit-transform: translate(-50%, -50%) scale(1, 1);
-ms-transform: translate(-50%, -50%) scale(1, 1);
transform: translate(-50%, -50%) scale(1, 1);
opacity: 1;
}
.post_featured.hover_dots .post_info,
.post_featured.hover_dots .post_info a,
.post_featured.hover_dots .post_info a:hover {
color: var(--theme-color-inverse_link);
} .post_featured.hover_fade,
.post_featured.hover_slide,
.post_featured.hover_pull,
.post_featured.hover_excerpt,
.post_featured.hover_border {
position: relative;
overflow: hidden;
}
.post_featured.hover_fade .post_info,
.post_featured.hover_slide .post_info,
.post_featured.hover_pull .post_info,
.post_featured.hover_excerpt .post_info,
.post_featured.hover_border .post_info {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
overflow: hidden;
text-align: center;
display: block;
margin: 0;
opacity: 1;
font-size: 1em;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: none;
transition: none;
-webkit-transform: none "";
-ms-transform: none "";
transform: none;
}
.post_featured.hover_fade .post_info .post_info_back,
.post_featured.hover_slide .post_info .post_info_back,
.post_featured.hover_pull .post_info .post_info_back,
.post_featured.hover_excerpt .post_info .post_info_back,
.post_featured.hover_border .post_info .post_info_back {
max-width: none;
padding: 0;
}
.post_featured.hover_fade .post_info .post_title,
.post_featured.hover_slide .post_info .post_title,
.post_featured.hover_pull .post_info .post_title,
.post_featured.hover_excerpt .post_info .post_title,
.post_featured.hover_border .post_info .post_title {
margin: 0 0 0.5em;
text-align: center;
}
.post_featured.hover_fade .post_info .post_descr,
.post_featured.hover_slide .post_info .post_descr,
.post_featured.hover_pull .post_info .post_descr,
.post_featured.hover_excerpt .post_info .post_descr,
.post_featured.hover_border .post_info .post_descr {
margin: 0;
position: relative;
padding: 0.5em 1em;
text-align: center;
}
.post_featured.hover_fade .post_info .post_title span,
.post_featured.hover_slide .post_info .post_title span,
.post_featured.hover_pull .post_info .post_title span,
.post_featured.hover_excerpt .post_info .post_title span,
.post_featured.hover_border .post_info .post_title span {
font-weight: 700;
}
.post_featured.hover_fade .post_info .post_excerpt,
.post_featured.hover_slide .post_info .post_excerpt,
.post_featured.hover_pull .post_info .post_excerpt,
.post_featured.hover_border .post_info .post_excerpt {
margin-top: 1em;
display: none;
}
.post_featured.hover_excerpt .post_info .post_excerpt {
margin-top: 1em;
}
.post_featured.hover_fade img,
.post_featured.hover_fade .post_info .post_info_back,
.post_featured.hover_fade .post_info .post_title,
.post_featured.hover_fade .post_info .post_descr,
.post_featured.hover_slide img,
.post_featured.hover_slide .post_info .post_info_back,
.post_featured.hover_slide .post_info .post_title,
.post_featured.hover_slide .post_info .post_descr,
.post_featured.hover_pull img,
.post_featured.hover_pull .post_info .post_info_back,
.post_featured.hover_pull .post_info .post_title,
.post_featured.hover_pull .post_info .post_descr,
.post_featured.hover_excerpt img,
.post_featured.hover_excerpt .post_info .post_info_back,
.post_featured.hover_excerpt .post_info .post_title,
.post_featured.hover_excerpt .post_info .post_descr,
.post_featured.hover_border img,
.post_featured.hover_border .post_info .post_info_back,
.post_featured.hover_border .post_info .post_title,
.post_featured.hover_border .post_info .post_descr {
-webkit-transition: -webkit-transform 0.3s ease, color 0.3s ease, opacity 0.3s ease, margin 0.3s ease;
-webkit-transition: color 0.3s ease, opacity 0.3s ease, margin 0.3s ease, -webkit-transform 0.3s ease;
transition: color 0.3s ease, opacity 0.3s ease, margin 0.3s ease, -webkit-transform 0.3s ease;
transition: transform 0.3s ease, color 0.3s ease, opacity 0.3s ease, margin 0.3s ease;
transition: transform 0.3s ease, color 0.3s ease, opacity 0.3s ease, margin 0.3s ease, -webkit-transform 0.3s ease;
} .post_featured.hover_fade:hover .mask {
opacity: 1;
}
.post_featured.hover_fade img {
-webkit-transition: -webkit-transform 0.3s ease;
transition: -webkit-transform 0.3s ease;
transition: transform 0.3s ease;
transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.post_featured.hover_fade:hover img {
-webkit-transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
}
.post_featured.hover_fade .post_info .post_info_back {
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 100%;
text-align: center;
padding: 15px;
opacity: 0;
}
.post_featured.hover_fade.top_to_bottom .post_info .post_info_back {
margin-top: -100%;
}
.post_featured.hover_fade.bottom_to_top .post_info .post_info_back {
margin-top: 100%;
}
.post_featured.hover_fade.left_to_right .post_info .post_info_back {
margin-left: -100%;
}
.post_featured.hover_fade.right_to_left .post_info .post_info_back {
margin-left: 100%;
}
.post_featured.hover_fade:hover .post_info .post_info_back {
opacity: 1;
}
.post_featured.hover_fade .post_info,
.post_featured.hover_fade .post_info a,
.post_featured.hover_fade .post_info .post_meta_item {
color: var(--theme-color-inverse_link);
}
.post_featured.hover_fade .post_info a:hover {
color: var(--theme-color-text_link);
} .post_featured.hover_info {
position: relative;
overflow: hidden;
}
.post_featured.hover_info .post_info {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
overflow: hidden;
text-align: left;
display: block;
margin: 0;
opacity: 1;
font-size: 1em;
padding: 1.5em;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: none;
transition: none;
-webkit-transform: none "";
-ms-transform: none "";
transform: none;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-ms-flex-pack: end;
-webkit-box-pack: end;
justify-content: flex-end;
}
.post_featured.hover_info .post_info .post_category {
position: absolute;
z-index: 1;
top: 1.5em;
left: 1.5em;
}
.post_featured.hover_info .post_info .post_category a {
display: inline-block;
vertical-align: top;
padding: 4px 1em;
margin: 0 0.3em 0.3em 0;
border-radius: 2em;
}
.post_featured.hover_info .post_info .post_category a, .post_featured.hover_info .post_info .post_category a .trx_addons_extended_taxonomy {
-webkit-transition: background-color 0.3s ease, color 0.3s ease;
transition: background-color 0.3s ease, color 0.3s ease;
}
.post_featured.hover_info .post_info .post_title {
margin: 0;
text-align: left;
}
.post_featured.hover_info .post_info .post_descr {
margin: 0.5em 0 0;
padding: 0;
position: relative;
text-align: left;
}
body.sidebar_show [class*=column-1_3] .post_featured.hover_info .post_info .post_descr,
body.sidebar_show [class*=column-1_4] .post_featured.hover_info .post_info .post_descr,
body.sidebar_show [class*=masonry_item-1_3] .post_featured.hover_info .post_info .post_descr {
display: none;
}
.post_featured.hover_info img,
.post_featured.hover_info .post_info .post_category,
.post_featured.hover_info .post_info .post_title,
.post_featured.hover_info .post_info .post_descr {
-webkit-transition: -webkit-transform 0.3s ease, color 0.3s ease, opacity 0.3s ease;
-webkit-transition: color 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
transition: color 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
transition: transform 0.3s ease, color 0.3s ease, opacity 0.3s ease;
transition: transform 0.3s ease, color 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.post_featured.hover_info .mask {
opacity: 0.5;
background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(33%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.85)));
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.85) 100%);
}
.post_featured.hover_info:hover .mask {
opacity: 1;
}
.post_featured.hover_info:hover img {
-webkit-transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
}
.post_featured.hover_info .post_info,
.post_featured.hover_info .post_info a,
.post_featured.hover_info .post_info .post_meta_item {
color: var(--theme-color-inverse_link);
}
.post_featured.hover_info .post_info a:hover {
color: var(--theme-color-text_link);
}
.post_featured.hover_info .post_info .post_category a {
background-color: var(--theme-color-text_link);
color: var(--theme-color-inverse_link);
}
.post_featured.hover_info .post_info .post_category a:hover {
background-color: var(--theme-color-text_hover);
color: var(--theme-color-inverse_hover);
}
.post_featured.hover_info .post_info .post_category a:hover .trx_addons_extended_taxonomy {
color: var(--theme-color-inverse_hover);
} .post_featured.hover_slide .mask {
opacity: 0.3 !important;
}
.post_featured.hover_slide:hover .mask {
opacity: 1 !important;
}
.post_featured.hover_slide .post_info,
.post_featured.hover_slide .post_info a,
.post_featured.hover_slide .post_info .post_meta_item {
color: var(--theme-color-inverse_link);
}
.post_featured.hover_slide .post_info a:hover {
color: var(--theme-color-text_link);
}
.post_featured.hover_slide .post_info .post_info_back {
background-color: transparent !important;
}
.post_featured.hover_slide .post_info,
.post_featured.hover_slide .post_info .post_title,
.post_featured.hover_slide .post_info .post_descr {
text-align: left;
}
.post_featured.hover_slide img,
.post_featured.hover_slide .post_info .post_title,
.post_featured.hover_slide .post_info .post_descr {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.post_featured.hover_slide .post_info .post_title,
.post_featured.hover_slide .post_info .post_descr {
position: relative;
margin: 0;
}
.post_featured.hover_slide .post_info .post_title {
padding: 0 0 15px;
margin: 30px 30px 15px !important;
overflow: hidden;
}
.post_featured.hover_slide .post_info .post_title:after {
content: " ";
display: block !important;
top: auto;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 2px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
background-color: var(--theme-color-inverse_link);
}
.post_featured.hover_slide:hover .post_info .post_title:after {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.post_featured.hover_slide > img {
max-width: none;
width: calc(100% + 20px);
-webkit-transform: translateX(-10px);
-ms-transform: translateX(-10px);
transform: translateX(-10px);
}
.post_featured.hover_slide:hover > img {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.post_featured.hover_slide .post_info,
.post_featured.hover_slide .post_info .post_title,
.post_featured.hover_slide .post_info .post_descr {
text-align: left;
}
.post_featured.hover_slide .post_info .post_descr {
padding: 0 30px 30px;
opacity: 0;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
}
.post_featured.hover_slide:hover .post_info .post_descr {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
} .post_featured.hover_pull {
background-color: var(--theme-color-extra_bg_color);
}
.post_featured.hover_pull .post_info,
.post_featured.hover_pull .post_info .post_title,
.post_featured.hover_pull .post_info .post_descr {
text-align: left;
}
.post_featured.hover_pull .post_info .post_title,
.post_featured.hover_pull .post_info .post_descr {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
margin: 0;
}
.post_featured.hover_pull .post_info,
.post_featured.hover_pull .post_info a,
.post_featured.hover_pull .post_info a:before {
color: var(--theme-color-extra_dark);
}
.post_featured.hover_pull .post_info a:hover,
.post_featured.hover_pull .post_info a:hover:before {
color: var(--theme-color-extra_link);
}
.post_featured.hover_pull .mask {
opacity: 0.3;
}
.post_featured.hover_pull:hover .mask {
opacity: 1;
}
.post_featured.hover_pull:hover > img {
-webkit-transform: translateY(-60px);
-ms-transform: translateY(-60px);
transform: translateY(-60px);
}
.post_featured.hover_pull .post_info .post_title {
padding: 20px;
}
.post_featured.hover_pull:hover .post_info .post_title {
-webkit-transform: translateY(-70px);
-ms-transform: translateY(-70px);
transform: translateY(-70px);
}
.post_featured.hover_pull .post_info .post_descr {
height: 60px;
-webkit-transform: translateY(60px);
-ms-transform: translateY(60px);
transform: translateY(60px);
}
.post_featured.hover_pull:hover .post_info .post_descr {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.post_featured.hover_pull .post_info .post_descr .post_meta {
max-height: 60px;
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
margin: 0;
padding: 0 10px 0 20px;
} .post_featured.hover_excerpt {
background-color: var(--theme-color-extra_bg_color);
}
.post_featured.hover_excerpt .post_info,
.post_featured.hover_excerpt .post_info .post_title,
.post_featured.hover_excerpt .post_info .post_descr {
text-align: left;
}
.post_featured.hover_excerpt .post_info .post_title,
.post_featured.hover_excerpt .post_info .post_descr {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
margin: 0;
padding: 0 15px;
}
.post_featured.hover_excerpt .post_info,
.post_featured.hover_excerpt .post_info a,
.post_featured.hover_excerpt .post_info a:before {
color: var(--theme-color-extra_dark);
}
.post_featured.hover_excerpt .post_info a:hover,
.post_featured.hover_excerpt .post_info a:hover:before {
color: var(--theme-color-extra_link);
}
.post_featured.hover_excerpt .mask {
opacity: 0.3;
}
.post_featured.hover_excerpt:hover .mask {
opacity: 1;
}
.post_featured.hover_excerpt:hover > img {
-webkit-transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
}
.post_featured.hover_excerpt .post_info .post_title {
-webkit-transform: translateY(-15px);
-ms-transform: translateY(-15px);
transform: translateY(-15px);
}
.post_featured.hover_excerpt:hover .post_info .post_title {
-webkit-transform: translateY(-105px);
-ms-transform: translateY(-105px);
transform: translateY(-105px);
}
.post_featured.hover_excerpt .post_info .post_descr {
-webkit-transform: translateY(110%);
-ms-transform: translateY(110%);
transform: translateY(110%);
opacity: 0;
}
.post_featured.hover_excerpt:hover .post_info .post_descr {
-webkit-transform: translateY(-15px);
-ms-transform: translateY(-15px);
transform: translateY(-15px);
opacity: 1;
}
.post_featured.hover_excerpt .post_info .post_descr .post_excerpt {
color: #ccc;
height: 80px;
line-height: 1.5em;
margin: 0;
} .post_featured.hover_border:hover .mask {
opacity: 1;
}
.post_featured.hover_border .post_info:before,
.post_featured.hover_border .post_info:after {
content: " ";
position: absolute;
top: 30px;
right: 30px;
bottom: 30px;
left: 30px;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
pointer-events: none;
}
.post_featured.hover_border .post_info:before {
border-top: 1px solid var(--theme-color-inverse_link);
border-bottom: 1px solid var(--theme-color-inverse_link);
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
}
.post_featured.hover_border:hover .post_info:before {
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
}
.post_featured.hover_border .post_info:after {
border-left: 1px solid var(--theme-color-inverse_link);
border-right: 1px solid var(--theme-color-inverse_link);
-webkit-transform: scaleY(0);
-ms-transform: scaleY(0);
transform: scaleY(0);
}
.post_featured.hover_border:hover .post_info:after {
-webkit-transform: scaleY(1);
-ms-transform: scaleY(1);
transform: scaleY(1);
}
.post_featured.hover_border .post_info .post_info_back {
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 100%;
text-align: center;
padding: 45px;
background-color: transparent !important;
}
.post_featured.hover_border .post_info,
.post_featured.hover_border .post_info a,
.post_featured.hover_border .post_info .post_meta_item {
color: var(--theme-color-inverse_link);
}
.post_featured.hover_border .post_info a:hover {
color: var(--theme-color-text_link);
}
.post_featured.hover_border img,
.post_featured.hover_border .post_info .post_title,
.post_featured.hover_border .post_info .post_descr {
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.post_featured.hover_border:hover > img {
-webkit-transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
}
.post_featured.hover_border .post_info .post_title,
.post_featured.hover_border .post_info .post_descr {
opacity: 0;
position: relative;
text-align: center;
margin: 0;
}
.post_featured.hover_border .post_info .post_title {
padding: 0 0 15px;
-webkit-transform: translateY(-1em);
-ms-transform: translateY(-1em);
transform: translateY(-1em);
}
.post_featured.hover_border:hover .post_info .post_title {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.post_featured.hover_border .post_info .post_descr {
padding: 0;
-webkit-transform: translateY(1em);
-ms-transform: translateY(1em);
transform: translateY(1em);
}
.post_featured.hover_border:hover .post_info .post_descr {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.post_featured.hover_border .post_info .post_info_item + .post_info_item:before {
content: " ";
display: block;
margin: 0.5em 0 0 0;
} .post_featured.hover_shop {
position: relative;
display: block;
}
.post_item:hover .post_featured.hover_shop .mask,
.post_item:hover .post_featured.hover_shop:hover .mask {
opacity: 0.9;
}
.post_featured.hover_shop .mask {
background-color: var(--theme-color-alter_bg_color) !important;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
.post_featured.hover_shop .icons {
position: absolute;
z-index: 1002;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
}
.post_featured.hover_shop .icons a {
display: inline-block;
pointer-events: all;
font-size: 17px !important;
padding: 0 !important;
letter-spacing: 0 !important;
cursor: pointer;
text-align: center;
color: var(--theme-color-inverse_link) !important;
background-color: var(--theme-color-text_link) !important;
opacity: 0;
margin-left: 0;
position: absolute;
z-index: 10;
top: 50%;
left: 50%;
width: 50px;
height: 50px;
line-height: 50px !important;
border-radius: 50% !important;
-webkit-transform: translateX(-50%) translateY(-50%) scale(0.8, 0.8);
-ms-transform: translateX(-50%) translateY(-50%) scale(0.8, 0.8);
transform: translateX(-50%) translateY(-50%) scale(0.8, 0.8);
-webkit-transition: all 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
transition: all 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
-webkit-transition: opacity 0.3s ease, background-color 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
transition: opacity 0.3s ease, background-color 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
transition: opacity 0.3s ease, transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
transition: opacity 0.3s ease, transform 0.3s ease, background-color 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
}
.post_featured.hover_shop .icons a:hover {
color: var(--theme-color-inverse_hover) !important;
border-color: var(--theme-color-text_hover) !important;
background-color: var(--theme-color-text_hover) !important;
}
.post_featured.hover_shop .icons a.added_to_cart {
display: none;
}
.post_featured.hover_shop .icons a.product_out_stock:not(.product_type_external) {
display: none !important;
}
.product-category .post_featured.hover_shop .icons a,
.post_featured.hover_shop .icons a.product_out_stock:not(.product_type_external) + a {
margin-left: 0;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.post_featured.hover_shop .icons a + a,
.post_featured.hover_shop .icons a + a + a {
margin-left: 1.5em;
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s;
}
.post_featured.hover_shop .icons a.shop_cart:before {
font-family: "fontello" !important;
font-weight: 400 !important;
content: "\e9b6" !important;
}
.post_featured.hover_shop .icons a:before,
.post_featured.hover_shop .icons a:after {
margin: 0 !important;
padding: 0 !important;
}
.post_featured.hover_shop .icons a:after {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
position: absolute;
top: 0;
right: 0;
width: 17px;
height: 17px;
line-height: 17px;
border-radius: 50%;
font-size: 0.6em;
color: var(--theme-color-alter_bg_color);
background-color: var(--theme-color-text_hover);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
font-family: "fontello" !important;
font-weight: 400 !important;
content: "\e8ad" !important;
}
.ua_safari .post_featured.hover_shop .icons a:after {
line-height: 17px;
}
.post_featured.hover_shop .icons a:hover:after {
color: var(--theme-color-inverse_link);
background-color: var(--theme-color-text_link);
}
.post_featured.hover_shop .icons a.added:after {
content: "\e8ab" !important;
}
.post_item:hover .post_featured.hover_shop .icons a,
.post_featured.hover_shop:hover .icons a {
opacity: 1;
-webkit-transform: translate(-50%, -50%) scale(1, 1);
-ms-transform: translate(-50%, -50%) scale(1, 1);
transform: translate(-50%, -50%) scale(1, 1);
-webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
-webkit-transition: opacity 0.3s ease, background-color 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
transition: opacity 0.3s ease, background-color 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
transition: opacity 0.3s ease, transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
transition: opacity 0.3s ease, transform 0.3s ease, background-color 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
}
.post_item:hover .post_featured.hover_shop .icons a + a,
.post_item:hover .post_featured.hover_shop .icons a + a + a,
.post_featured.hover_shop:hover .icons a + a,
.post_featured.hover_shop:hover .icons a + a + a {
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s;
} .post_featured.hover_shop_buttons {
position: relative;
display: block;
overflow: hidden !important;
}
.post_featured.hover_shop_buttons .mask {
display: none;
}
.post_featured.hover_shop_buttons .icons {
position: absolute;
z-index: 1002;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
}
.post_featured.hover_shop_buttons .icons a {
position: absolute;
z-index: 10;
bottom: -5em;
left: 0;
font-size: 1em !important;
letter-spacing: 0 !important;
display: block;
text-transform: none !important;
width: 50%;
text-align: center;
padding: 0.5em 1em !important;
pointer-events: all;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.post_featured.hover_shop_buttons .icons a + a,
.post_featured.hover_shop_buttons .icons a + a + a {
left: 50%;
}
.post_featured.hover_shop_buttons .icons a:before {
font-family: "fontello" !important;
font-weight: 400 !important;
content: "\e93d" !important;
margin-right: 0.3em;
}
.post_featured.hover_shop_buttons .icons a.shop_link:before {
content: "\e8b5" !important;
}
.post_item:hover .post_featured.hover_shop_buttons .icons a,
.post_featured.hover_shop_buttons:hover .icons a {
bottom: 0;
border-radius: 0;
}
.post_featured.hover_shop_buttons .icons .shop_link {
color: var(--theme-color-bg_color) !important;
background-color: var(--theme-color-text_dark) !important;
}
.post_featured.hover_shop_buttons .icons a:hover {
color: var(--theme-color-inverse_hover) !important;
background-color: var(--theme-color-text_hover) !important;
}
.post_featured.hover_shop_buttons .icons a.added_to_cart {
display: none;
}
.post_featured.hover_shop_buttons .icons a.product_out_stock {
display: none;
}
.product-category .post_featured.hover_shop_buttons .icons a,
.post_featured.hover_shop_buttons .icons a.product_out_stock + a {
width: 100%;
left: 0 !important;
}
  .trx_addons_hover_content .trx_addons_hover_link,
.trx_addons_hover_content .trx_addons_hover_links a,
.properties_search_form .properties_search_basic,
.cars_search_form .cars_search_basic,
.sc_promo_modern .sc_promo_link2,
.sc_slider_controls .slider_controls_wrap > a,
.sc_slider_controls.slider_pagination_style_progress .sc_slider_controls_wrap,
.sc_slider_controls .slider_progress_bar,
.slider_container.slider_controls_side .slider_controls_wrap > a,
.slider_outer_controls_side .slider_controls_wrap > a,
.slider_outer_controls_outside .slider_controls_wrap > a,
.slider_outer_controls_top .slider_controls_wrap > a,
.slider_outer_controls_bottom .slider_controls_wrap > a {
border-radius: var(--theme-var-rad4);
}
.sc_button,
.sc_form button,
.sc_matches_item_pair .sc_matches_item_player .post_featured > img {
border-radius: var(--theme-var-rad);
}
.trx_addons_scroll_to_top,
.socials_wrap:not(.socials_type_list) .social_item .social_icon,
.sc_matches_other .sc_matches_item_logo1 img,
.sc_matches_other .sc_matches_item_logo2 img,
.sc_points_table .sc_points_table_logo img {
border-radius: var(--theme-var-rad50);
} .trx_addons_accent,
.trx_addons_accent > a,
.trx_addons_accent > * {
color: var(--theme-color-text_link);
}
.trx_addons_accent > a:hover {
color: var(--theme-color-text_dark);
}
.sidebar .trx_addons_accent,
[class*=scheme_].sidebar .trx_addons_accent,
.sidebar .trx_addons_accent > a,
[class*=scheme_].sidebar .trx_addons_accent > a,
.sidebar .trx_addons_accent > *,
[class*=scheme_].sidebar .trx_addons_accent > *,
.footer_wrap .trx_addons_accent,
[class*=scheme_].footer_wrap .trx_addons_accent,
.footer_wrap .trx_addons_accent > a,
[class*=scheme_].footer_wrap .trx_addons_accent > a,
.footer_wrap .trx_addons_accent > *,
[class*=scheme_].footer_wrap .trx_addons_accent > * {
color: var(--theme-color-alter_link);
}
.sidebar .trx_addons_accent > a:hover,
[class*=scheme_].sidebar .trx_addons_accent > a:hover,
.footer_wrap .trx_addons_accent > a:hover,
[class*=scheme_].footer_wrap .trx_addons_accent > a:hover {
color: var(--theme-color-alter_dark);
}
.trx_addons_hover,
.trx_addons_hover > * {
color: var(--theme-color-text_hover);
}
.trx_addons_accent_bg {
background-color: var(--theme-color-text_dark);
color: var(--theme-color-alter_light);
padding: 0 0.6em;
}
.trx_addons_inverse {
color: var(--theme-color-bg_color);
background-color: var(--theme-color-text_dark);
}
.trx_addons_dark,
.trx_addons_dark > a {
color: var(--theme-color-text_dark);
}
.trx_addons_dark > a:hover {
color: var(--theme-color-text_link);
}
.trx_addons_inverse,
.trx_addons_inverse > a {
color: var(--theme-color-bg_color);
background-color: var(--theme-color-text_dark);
}
.trx_addons_inverse > a:hover {
color: var(--theme-color-inverse_hover);
}
.trx_addons_dropcap {
font-size: 55px;
font-weight: 800;
line-height: 68px;
height: 68px;
width: 68px;
border-radius: 0;
margin: 8px 23px 0 0;
}
.trx_addons_dropcap_style_1 {
color: var(--theme-color-inverse_link);
background-color: var(--theme-color-text_link);
}
.trx_addons_dropcap_style_2 {
color: var(--theme-color-text_link);
background: none;
margin: 0;
width: 55px;
height: 55px;
line-height: 53px;
text-align: left;
}
ul[class*=trx_addons_list] {
list-style-type: none !important;
}
ul[class*=trx_addons_list] > li:before {
color: var(--theme-color-text_link);
}
ul[class*=trx_addons_list][class*=_circled] > li:before {
color: var(--theme-color-inverse_link);
background-color: var(--theme-color-text_link);
}
.trx_addons_list_parameters > li + li {
border-color: var(--theme-color-bd_color);
}
.trx_addons_tooltip {
color: var(--theme-color-text);
border-color: var(--theme-color-text);
}
[data-tooltip-text]:after {
color: var(--theme-color-inverse_link);
background-color: var(--theme-color-text_link);
padding: 6px 12px;
font-size: 1em;
line-height: 1.25em;
top: -33px;
}
[data-tooltip-text]:before {
border-top-color: var(--theme-color-text_link);
top: -3px;
}
blockquote.trx_addons_blockquote_style_1:before,
blockquote.trx_addons_blockquote_style_1 {
color: var(--theme-color-bg_color);
background-color: var(--theme-color-text_dark);
}
blockquote.trx_addons_blockquote_style_1 b {
color: var(--theme-color-bg_color);
}
blockquote.trx_addons_blockquote_style_1 a,
blockquote.trx_addons_blockquote_style_1 cite {
color: var(--theme-color-text_link);
}
blockquote.trx_addons_blockquote_style_1 a:hover {
color: var(--theme-color-bg_color);
}
blockquote.trx_addons_blockquote_style_2 {
color: var(--theme-color-inverse_text);
background-color: var(--theme-color-text_link);
}
blockquote.trx_addons_blockquote_style_2:before,
blockquote.trx_addons_blockquote_style_2 a,
blockquote.trx_addons_blockquote_style_2 cite {
color: var(--theme-color-inverse_link);
}
blockquote.trx_addons_blockquote_style_2 a:hover {
color: var(--theme-color-inverse_hover);
}
.trx_addons_hover_mask {
background-color: var(--theme-color-extra_bg_color_07);
}
.trx_addons_hover_title {
color: var(--theme-color-extra_dark);
}
.trx_addons_hover_content .trx_addons_hover_text {
color: var(--theme-color-extra_text);
}
.trx_addons_hover_content .trx_addons_hover_icon,
.trx_addons_hover_content .trx_addons_hover_links a {
color: var(--theme-color-inverse_link);
background-color: var(--theme-color-extra_link);
}
.trx_addons_hover_content .trx_addons_hover_icon:hover,
.trx_addons_hover_content .trx_addons_hover_links a:hover {
color: var(--theme-color-inverse_hover) !important;
background-color: var(--theme-color-extra_hover);
} body:not(.ua_ie) .trx_addons_text_gradient {
background: var(--theme-color-text_link);
background: -webkit-gradient(linear, left bottom, left top, from(var(--theme-color-text_link)), to(var(--theme-color-text_hover)));
background: linear-gradient(0deg, var(--theme-color-text_link), var(--theme-color-text_hover));
} .menu_side_left .sc_layouts_row_fixed_on {
margin-left: 6rem !important;
}
.menu_side_right .sc_layouts_row_fixed_on {
margin-right: 6rem !important;
}
body.mobile_layout.menu_side_left .sc_layouts_row_fixed_on {
margin-left: 0 !important;
}
body.mobile_layout.menu_side_right .sc_layouts_row_fixed_on {
margin-right: 0 !important;
}
.header_position_under:not(.mobile_layout) .top_panel .wpb_row {
background-color: transparent !important;
}
.top_panel.with_bg_image .sc_layouts_row:not(.sc_layouts_row_fixed_on) {
background-color: transparent;
} .menu_side_right .sc_stack_section_fixed {
right: 6rem !important;
}
.menu_side_left .sc_stack_section_fixed {
left: 6rem !important;
} .sidebar .trx_addons_columns_wrap {
margin-right: 0;
}
.sidebar .trx_addons_columns_wrap [class*=trx_addons_column-] {
display: block;
width: 100%;
padding: 0;
} .widget .trx_addons_tabs .trx_addons_tabs_titles li a {
color: var(--theme-color-text);
background-color: var(--theme-color-bd_color);
}
.widget .trx_addons_tabs .trx_addons_tabs_titles li.ui-state-active a,
.widget .trx_addons_tabs .trx_addons_tabs_titles li a:hover {
color: var(--theme-color-inverse_link);
background-color: var(--theme-color-text_link);
}
[class*=scheme_].sidebar .widget .trx_addons_tabs .trx_addons_tabs_titles li a {
color: var(--theme-color-alter_text);
background-color: var(--theme-color-alter_bd_color);
}
[class*=scheme_].sidebar .widget .trx_addons_tabs .trx_addons_tabs_titles li.ui-state-active a,
[class*=scheme_].sidebar .widget .trx_addons_tabs .trx_addons_tabs_titles li a:hover {
color: var(--theme-color-inverse_link);
background-color: var(--theme-color-alter_link);
} .trx_addons_emotions_item {
background-color: var(--theme-color-bg_color);
border-color: var(--theme-color-bd_color);
color: var(--theme-color-text_light);
}
.trx_addons_emotions_item:hover {
color: var(--theme-color-alter_dark);
border-color: var(--theme-color-alter_bd_hover);
background-color: var(--theme-color-alter_bg_hover);
}
.trx_addons_emotions_active {
color: var(--theme-color-alter_text);
border-color: var(--theme-color-alter_bd_color);
background-color: var(--theme-color-alter_bg_color);
}
.trx_addons_emotions_item_number {
color: var(--theme-color-text);
} .content .search_wrap {
max-width: 50%;
margin: 0;
}
.post_item_none_search .search_wrap,
.post_item_none_archive .search_wrap {
max-width: none;
}
.content .search_wrap .search_form_wrap {
width: 100%;
}
.content .search_wrap .search_form_wrap .search_field {
width: 100%;
}
.content .search_wrap .search_submit {
background-color: transparent;
}
.post_item_none_search .search_wrap .search_field,
.post_item_none_archive .search_wrap .search_field {
padding: 1.1em 4em 1.1em 1.9em !important;
}
.post_item_none_search .search_wrap .search_submit:before,
.post_item_none_archive .search_wrap .search_submit:before {
content: "\e9c6";
font-family: "fontello";
display: block;
font-size: 13px;
}
.post_item_none_search .search_wrap .search_submit,
.post_item_none_archive .search_wrap .search_submit {
left: auto;
right: 0;
top: 0;
padding: 0 1.5em;
}
.content .search_wrap .search_results {
width: 100%;
}  .sidebar .slider_pagination_pos_bottom > .swiper-pagination,
.sidebar .slider_outer_pagination_pos_bottom > .swiper-pagination {
bottom: 0.5em;
}
.sidebar .slider_container .swiper-pagination-bullet,
.sidebar .slider_outer .swiper-pagination-bullet {
width: 8px;
height: 8px;
line-height: 8px;
text-align: center;
}
.sc_slider_controls.slider_pagination_style_bullets .slider_pagination_bullet,
.slider_container .slider_pagination_wrap .swiper-pagination-bullet,
.slider_outer .slider_pagination_wrap .swiper-pagination-bullet,
.swiper-pagination-custom .swiper-pagination-button {
border-color: var(--theme-color-alter_bd_color);
background-color: var(--theme-color-alter_bg_color);
}
.swiper-pagination-custom .swiper-pagination-button.swiper-pagination-button-active,
.sc_slider_controls.slider_pagination_style_bullets .slider_pagination_bullet.swiper-pagination-bullet-active,
.sc_slider_controls.slider_pagination_style_bullets .slider_pagination_bullet:hover,
.slider_container .slider_pagination_wrap .swiper-pagination-bullet.swiper-pagination-bullet-active,
.slider_outer .slider_pagination_wrap .swiper-pagination-bullet.swiper-pagination-bullet-active,
.slider_container .slider_pagination_wrap .swiper-pagination-bullet:hover,
.slider_outer .slider_pagination_wrap .swiper-pagination-bullet:hover {
border-color: var(--theme-color-text_link);
background-color: var(--theme-color-text_link);
}
.slider_container .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.slider_outer .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
background-color: var(--theme-color-text_link);
}
.slider_outer > .swiper-pagination-fraction {
color: var(--theme-color-text_dark);
}
.sc_slider_controls.slider_pagination_style_progress .sc_slider_controls_wrap {
background-color: var(--theme-color-bd_color);
}
.sc_slider_controls .slider_progress_bar {
background-color: var(--theme-color-text_link);
} .sc_slider_controls .slider_controls_wrap > a {
color: var(--theme-color-text_dark);
background-color: transparent;
}
.slider_container.slider_controls_side .slider_controls_wrap > a {
color: var(--theme-color-inverse_link);
background-color: transparent;
}
.slider_outer_controls_side .slider_controls_wrap > a,
.slider_outer_controls_outside .slider_controls_wrap > a {
color: var(--theme-color-text_dark);
background-color: transparent;
border-color: var(--theme-color-text_dark);
}
.sc_slider_controls .slider_controls_wrap > a:hover,
.slider_container.slider_controls_side .slider_controls_wrap > a:hover {
color: var(--theme-color-text_link);
background-color: transparent;
}
.slider_outer_controls_side .slider_controls_wrap > a:hover,
.slider_outer_controls_outside .slider_controls_wrap > a:hover {
color: var(--theme-color-text_link);
border-color: var(--theme-color-text_link);
}
.sc_slider_controls .slider_controls_wrap > a, .slider_container.slider_controls_side .slider_controls_wrap > a {
width: 90px;
height: 44px;
line-height: 44px;
}
.slider_container.slider_controls_side .slider_next, .slider_outer_controls_side .slider_controls_wrap > .slider_next {
opacity: 1;
margin-right: 0;
right: 28px;
}
.slider_container.slider_controls_side .slider_controls_wrap > .slider_prev, .slider_outer_controls_side .slider_controls_wrap > .slider_prev {
opacity: 1;
margin-left: 0;
left: 28px;
}
.slider_container.slider_controls_side .slider_controls_wrap > .slider_next, .slider_outer_controls_side .slider_controls_wrap > .slider_next {
opacity: 1;
margin-right: 0;
right: 28px;
}
#extra-slider .slider_container .slide_content {
padding: 0;
}
.sc_slider_controls_default.slider_pagination_style_bullets .slider_controls_wrap:not(.with_prev):not(.with_next) .slider_pagination_wrap {
-webkit-box-pack: left;
-ms-flex-pack: left;
justify-content: left;
}
.sc_slider_controls_default.slider_pagination_style_bullets .slider_controls_wrap:not(.with_prev):not(.with_next) .slider_pagination_wrap .swiper-pagination-bullet,
.sc_slider_controls_default.slider_pagination_style_bullets .slider_controls_wrap:not(.with_prev):not(.with_next) .slider_pagination_wrap .slider_pagination_bullet,
.slider_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-bullets .swiper-pagination-bullet,
.slider_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-bullets .slider_pagination_bullet {
width: 50px;
height: 2px;
border: none;
border-radius: 0;
background-color: #cdd3d4;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
margin: 0;
}
.sc_slider_controls_default.slider_pagination_style_bullets .slider_controls_wrap:not(.with_prev):not(.with_next) .slider_pagination_wrap .swiper-pagination-bullet + .swiper-pagination-bullet,
.sc_slider_controls_default.slider_pagination_style_bullets .slider_controls_wrap:not(.with_prev):not(.with_next) .slider_pagination_wrap .swiper-pagination-bullet + .slider_pagination_bullet,
.sc_slider_controls_default.slider_pagination_style_bullets .slider_controls_wrap:not(.with_prev):not(.with_next) .slider_pagination_wrap .slider_pagination_bullet + .swiper-pagination-bullet,
.sc_slider_controls_default.slider_pagination_style_bullets .slider_controls_wrap:not(.with_prev):not(.with_next) .slider_pagination_wrap .slider_pagination_bullet + .slider_pagination_bullet,
.slider_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-bullets .swiper-pagination-bullet + .swiper-pagination-bullet,
.slider_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-bullets .swiper-pagination-bullet + .slider_pagination_bullet,
.slider_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-bullets .slider_pagination_bullet + .swiper-pagination-bullet,
.slider_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-bullets .slider_pagination_bullet + .slider_pagination_bullet {
margin-left: 15px;
}
.sc_slider_controls_default.slider_pagination_style_bullets .slider_controls_wrap:not(.with_prev):not(.with_next) .slider_pagination_wrap .swiper-pagination-bullet.swiper-pagination-bullet-active, .sc_slider_controls_default.slider_pagination_style_bullets .slider_controls_wrap:not(.with_prev):not(.with_next) .slider_pagination_wrap .swiper-pagination-bullet.slider_pagination_bullet_active, .sc_slider_controls_default.slider_pagination_style_bullets .slider_controls_wrap:not(.with_prev):not(.with_next) .slider_pagination_wrap .swiper-pagination-bullet:hover,
.sc_slider_controls_default.slider_pagination_style_bullets .slider_controls_wrap:not(.with_prev):not(.with_next) .slider_pagination_wrap .slider_pagination_bullet.swiper-pagination-bullet-active,
.sc_slider_controls_default.slider_pagination_style_bullets .slider_controls_wrap:not(.with_prev):not(.with_next) .slider_pagination_wrap .slider_pagination_bullet.slider_pagination_bullet_active,
.sc_slider_controls_default.slider_pagination_style_bullets .slider_controls_wrap:not(.with_prev):not(.with_next) .slider_pagination_wrap .slider_pagination_bullet:hover,
.slider_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.slider_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-bullets .swiper-pagination-bullet.slider_pagination_bullet_active,
.slider_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-bullets .swiper-pagination-bullet:hover,
.slider_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-bullets .slider_pagination_bullet.swiper-pagination-bullet-active,
.slider_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-bullets .slider_pagination_bullet.slider_pagination_bullet_active,
.slider_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-bullets .slider_pagination_bullet:hover {
background-color: var(--theme-color-text_dark);
}
.slider_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-bullets {
margin-top: 2.6em;
}
.related_item.post_format_gallery .slider_controls_wrap {
display: none;
}
.related_item.post_format_gallery .slider_container.slider_pagination_pos_bottom .swiper-pagination-bullets,
.related_item.post_format_gallery .slider_outer.slider_outer_pagination_pos_bottom .swiper-pagination-bullets {
bottom: 2.2em;
}
.slider_container.slider_controls_top .slider_controls_wrap > a,
.slider_container.slider_controls_bottom .slider_controls_wrap > a,
.slider_outer_controls_top .slider_controls_wrap > a,
.slider_outer_controls_bottom .slider_controls_wrap > a {
color: var(--theme-color-extra_dark);
background-color: var(--theme-color-extra_bg_color);
border-color: var(--theme-color-extra_bd_color);
}
.slider_container.slider_controls_top .slider_controls_wrap > a:hover,
.slider_container.slider_controls_bottom .slider_controls_wrap > a:hover,
.slider_outer_controls_top .slider_controls_wrap > a:hover,
.slider_outer_controls_bottom .slider_controls_wrap > a:hover {
color: var(--theme-color-extra_link);
border-color: var(--theme-color-extra_bd_hover);
background-color: var(--theme-color-extra_bg_hover);
}
.slider_style_modern .slider_controls_label {
color: var(--theme-color-bg_color);
}
.slider_style_modern .slider_pagination_wrap {
color: var(--theme-color-text_light);
}
.slider_style_modern .swiper-pagination-current {
color: var(--theme-color-text_dark);
} .sc_slider_controls .slider_controls_wrap > a:before,
.slider_container.slider_controls_side .slider_controls_wrap > a:before,
.slider_outer_controls_side .slider_controls_wrap > a:before,
.slider_outer_controls_outside .slider_controls_wrap > a:before,
.slider_outer_controls_top .slider_controls_wrap > a:before,
.slider_outer_controls_bottom .slider_controls_wrap > a:before {
font-family: "fontello";
font-size: 5.4em;
}
.sc_slider_controls .slider_controls_wrap > .slider_prev:before,
.slider_container.slider_controls_side .slider_controls_wrap > .slider_prev:before,
.slider_outer_controls_side .slider_controls_wrap > .slider_prev:before,
.slider_outer_controls_outside .slider_controls_wrap > .slider_prev:before,
.slider_outer_controls_top .slider_controls_wrap > .slider_prev:before,
.slider_outer_controls_bottom .slider_controls_wrap > .slider_prev:before {
content: "\e9cf";
}
.sc_slider_controls .slider_controls_wrap > .slider_next:before,
.slider_container.slider_controls_side .slider_controls_wrap > .slider_next:before,
.slider_outer_controls_side .slider_controls_wrap > .slider_next:before,
.slider_outer_controls_outside .slider_controls_wrap > .slider_next:before,
.slider_outer_controls_top .slider_controls_wrap > .slider_next:before,
.slider_outer_controls_bottom .slider_controls_wrap > .slider_next:before {
content: "\e9d0";
}
.slider_elastistack_outer.slider_outer_controls > .slider_controls_wrap > .slider_next:before,
.slider_elastistack.slider_controls > .slider_controls_wrap > .slider_next:before {
content: "\e929";
}
.sc_slider_controls .slider_controls_wrap > a, .slider_container.slider_controls_side .slider_controls_wrap > a, .slider_outer_controls_outside .slider_controls_wrap > a, .slider_outer_controls_side .slider_controls_wrap > a, .slider_outer_controls_top .slider_controls_wrap > a, .slider_outer_controls_bottom .slider_controls_wrap > a {
width: 5.4em;
} .slider_container .slide_info.slide_info_large {
background-color: var(--theme-color-bg_color_07);
}
.slider_container .slide_info.slide_info_large:hover {
background-color: var(--theme-color-bg_color);
}
.slider_container .slide_info.slide_info_large .slide_cats {
color: var(--theme-color-text);
}
.slider_container .slide_info.slide_info_large .slide_cats a {
color: var(--theme-color-text_link);
}
.slider_container .slide_info.slide_info_large .slide_title,
.slider_container .slide_info.slide_info_large .slide_title a {
color: var(--theme-color-text_dark);
}
.slider_container .slide_info.slide_info_large .slide_date {
color: var(--theme-color-text);
}
.slider_container .slide_info.slide_info_large:hover .slide_date {
color: var(--theme-color-text_light);
}
.slider_container .slide_info.slide_info_large .slide_cats a:hover,
.slider_container .slide_info.slide_info_large .slide_title a:hover {
color: var(--theme-color-text_hover);
}
.slider_container.slider_multi .slide_cats a:hover,
.slider_container.slider_multi .slide_title a:hover,
.slider_container.slider_multi a:hover .slide_title {
color: var(--theme-color-text_hover);
}
.slider_titles_outside_wrap .slide_title a {
color: var(--theme-color-text_dark);
}
.slider_titles_outside_wrap .slide_title a:hover {
color: var(--theme-color-text_link);
}
.slider_titles_outside_wrap .slide_cats,
.slider_titles_outside_wrap .slide_subtitle {
color: var(--theme-color-text_link);
} .header_widgets_wrap .slider_container .slide_overlay.slide_overlay_large {
background-color: transparent;
}
.header_widgets_wrap .slider_container.slider_titles_center:not(.slider_multi) .slide_info.slide_info_large {
width: 18em;
}
.sidebar .slider_container.slider_multi .slide_info:not(.slide_info_large),
.sidebar .slider_container .slide_info:not(.slide_info_large),
.footer_wrap .slider_container.slider_multi .slide_info:not(.slide_info_large),
.footer_wrap .slider_container .slide_info:not(.slide_info_large) {
bottom: 8px;
}
.sidebar .slider_container.slider_multi .slide_title,
.sidebar .slider_container .slide_info:not(.slide_info_large) .slide_title,
.footer_wrap .slider_container.slider_multi .slide_title,
.footer_wrap .slider_container .slide_info:not(.slide_info_large) .slide_title {
font-size: 1.2em;
line-height: 1.2em;
margin-bottom: 6px;
}
.sidebar .slider_container.slider_multi .slide_date,
.sidebar .slider_container .slide_info:not(.slide_info_large) .slide_date,
.footer_wrap .slider_container.slider_multi .slide_date,
.footer_wrap .slider_container .slide_info:not(.slide_info_large) .slide_date {
font-size: 12px;
line-height: 16px;
} .sc_slider_controller .slider-slide.swiper-slide-active:after {
background-color: var(--theme-color-text_link);
}
.sc_slider_controller_titles .slider-slide {
background-color: var(--theme-color-alter_bg_color);
}
.sc_slider_controller_titles .slider-slide:after {
background-color: var(--theme-color-alter_bd_color);
}
.sc_slider_controller_titles .slider-slide.swiper-slide-active {
background-color: var(--theme-color-bg_color);
}
.sc_slider_controller_titles .sc_slider_controller_info_title {
color: var(--theme-color-alter_dark);
}
.sc_slider_controller_titles .sc_slider_controller_info_number {
color: var(--theme-color-alter_light);
}
.sc_slider_controller_titles .slider_controls_wrap > a {
color: var(--theme-color-inverse_link);
background-color: var(--theme-color-text_link);
}
.sc_slider_controller_titles .slider_controls_wrap > a:hover {
color: var(--theme-color-bg_color);
background-color: var(--theme-color-text_dark);
}
.slider_outer_wrap .sc_slider_controller .sc_slider_controller_item_info_date {
color: var(--theme-color-text_light);
}
.slider_outer_wrap .sc_slider_controller .slider-slide.swiper-slide-active {
background-color: var(--theme-color-alter_bg_color);
}
.slider_outer_wrap .sc_slider_controller .slider-slide.swiper-slide-active .sc_slider_controller_item_info_date {
color: var(--theme-color-alter_light);
}
.slider_outer_wrap .sc_slider_controller .slider-slide.swiper-slide-active .sc_slider_controller_item_info_title {
color: var(--theme-color-alter_dark);
}
.slider_outer_wrap .sc_slider_controller .slider-slide.swiper-slide-active .sc_slider_controller_item_info_cats a {
color: var(--theme-color-alter_link);
}
.slider_outer_wrap .sc_slider_controller .slider-slide.swiper-slide-active .sc_slider_controller_item_info_cats a:hover {
color: var(--theme-color-alter_hover);
}  .footer_wrap .sc_layouts_row {
line-height: 1.7857em;
}
.footer_wrap .sc_layouts_row .sc_layouts_item,
.footer_wrap .sc_layouts_row .widget {
vertical-align: top;
margin-top: 0.5em !important;
margin-bottom: 0.5em !important;
}
.footer_wrap .sc_layouts_item.elementor-widget-divider,
.footer_wrap .sc_layouts_item.elementor-widget-spacer,
.footer_wrap .sc_layouts_item .widget {
margin-top: 0 !important;
margin-bottom: 0 !important;
} .widget_categories_list .categories_list_style_1 .categories_list_icon {
color: var(--theme-color-text_dark);
}
.widget_categories_list .categories_list_style_1 .categories_list_item:hover .categories_list_icon {
color: var(--theme-color-text_link);
}
.widget_categories_list .categories_list_style_1 .categories_list_item:hover .categories_list_title {
color: var(--theme-color-text_link);
}
.widget_categories_list .categories_list_style_2 .categories_list_title {
color: var(--theme-color-alter_dark);
background-color: var(--theme-color-alter_bg_color_07);
}
.widget_categories_list .categories_list_style_2 .categories_list_item:hover .categories_list_title {
color: var(--theme-color-alter_link);
background-color: var(--theme-color-alter_bg_hover);
}
.widget_categories_list .categories_list_style_3 .categories_list_item {
background-color: var(--theme-color-alter_bg_color);
}
.widget_categories_list .categories_list_style_3 .categories_list_item:hover .categories_list_title,
.widget_categories_list .categories_list_style_3 .categories_list_item:hover .categories_list_icon {
color: var(--theme-color-text_link);
} .widget_categories_list[class*=column-] [class*=column-],
.sidebar .widget_categories_list [class*=column-] {
width: 100%;
float: none;
overflow: hidden;
}
.widget_categories_list[class*=column-] [class*=column-] + [class*=column-],
.sidebar .widget_categories_list [class*=column-] + [class*=column-] {
margin-top: 0.5em;
}
.widget_categories_list[class*=column-] .categories_list_style_1 .categories_list_item,
.sidebar .widget_categories_list .categories_list_style_1 .categories_list_item {
text-align: left;
}
.widget_categories_list[class*=column-] .categories_list_style_1 .categories_list_image {
display: inline-block;
width: 20%;
}
.sidebar .widget_categories_list .categories_list_style_1 .categories_list_image {
display: inline-block;
width: 32px;
vertical-align: middle;
}
.widget_categories_list[class*=column-] .categories_list_style_1 .categories_list_image img,
.sidebar .widget_categories_list .categories_list_style_1 .categories_list_image img {
width: 100%;
height: auto;
}
.widget_categories_list[class*=column-] .categories_list_style_1 .categories_list_title,
.sidebar .widget_categories_list .categories_list_style_1 .categories_list_title {
display: inline-block;
vertical-align: middle;
width: 70%;
margin: 0;
font-size: 1em;
text-align: left;
text-transform: none;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.widget_categories_list[class*=column-] .categories_list_style_1 .categories_list_image + .categories_list_title,
.sidebar .widget_categories_list .categories_list_style_1 .categories_list_image + .categories_list_title {
padding-left: 1em;
} .footer_wrap .widget_contacts .contacts_description,
.footer_wrap .widget_contacts .contacts_content {
margin-left: auto;
margin-right: auto;
}
.footer_wrap .columns_wrap .widget_contacts .contacts_description,
.footer_wrap .columns_wrap .widget_contacts .contacts_content {
max-width: none;
}
.widget_contacts .contacts_info {
color: var(--theme-color-text);
}
.widget_contacts .contacts_info span:before,
.widget_contacts .contacts_info > div > a:before,
.widget_contacts .contacts_info > a:before {
color: var(--theme-color-text_link);
}
.widget_contacts .contacts_info span a,
.widget_contacts .contacts_info > div > a,
.widget_contacts .contacts_info > a {
color: var(--theme-color-text_dark);
}
.widget_contacts .contacts_info span a:hover,
.widget_contacts .contacts_info > div > a:hover,
.widget_contacts .contacts_info > a:hover {
color: var(--theme-color-text_link);
}
[class*=scheme_].sidebar .widget_contacts .contacts_info,
[class*=scheme_].footer_wrap .widget_contacts .contacts_info {
color: var(--theme-color-alter_text);
}
[class*=scheme_].sidebar .widget_contacts .contacts_info span:before,
[class*=scheme_].sidebar .widget_contacts .contacts_info > div > a:before,
[class*=scheme_].sidebar .widget_contacts .contacts_info > a:before,
[class*=scheme_].footer_wrap .widget_contacts .contacts_info span:before,
[class*=scheme_].footer_wrap .widget_contacts .contacts_info > div > a:before,
[class*=scheme_].footer_wrap .widget_contacts .contacts_info > a:before {
color: var(--theme-color-alter_link);
}
[class*=scheme_].sidebar .widget_contacts .contacts_info span a,
[class*=scheme_].sidebar .widget_contacts .contacts_info > div > a,
[class*=scheme_].sidebar .widget_contacts .contacts_info > a,
[class*=scheme_].footer_wrap .widget_contacts .contacts_info span a,
[class*=scheme_].footer_wrap .widget_contacts .contacts_info > div > a,
[class*=scheme_].footer_wrap .widget_contacts .contacts_info > a {
color: var(--theme-color-alter_dark);
}
[class*=scheme_].sidebar .widget_contacts .contacts_info span a:hover,
[class*=scheme_].sidebar .widget_contacts .contacts_info > div > a:hover,
[class*=scheme_].sidebar .widget_contacts .contacts_info > a:hover,
[class*=scheme_].footer_wrap .widget_contacts .contacts_info span a:hover,
[class*=scheme_].footer_wrap .widget_contacts .contacts_info > div > a:hover,
[class*=scheme_].footer_wrap .widget_contacts .contacts_info > a:hover {
color: var(--theme-color-alter_link);
} body.expand_content .sc_recent_news_style_news-announce .post_size_full,
.sc_layouts_submenu .sc_recent_news_style_news-announce .post_size_full {
height: 656px;
}
body.expand_content .sc_recent_news_style_news-announce .post_size_big,
.sc_layouts_submenu .sc_recent_news_style_news-announce .post_size_big {
height: 328px;
}
body.expand_content .sc_recent_news_style_news-announce .post_size_medium,
.sc_layouts_submenu .sc_recent_news_style_news-announce .post_size_medium,
body.expand_content .sc_recent_news_style_news-announce .post_size_small,
.sc_layouts_submenu .sc_recent_news_style_news-announce .post_size_small {
height: 164px;
} .sc_recent_news_header {
border-color: var(--theme-color-text_dark);
}
.sc_recent_news_header_category_item_more {
color: var(--theme-color-text_link);
}
.sc_recent_news_header_more_categories {
border-color: var(--theme-color-extra_bd_color);
background-color: var(--theme-color-extra_bg_color);
}
.sc_recent_news_header_more_categories > a {
color: var(--theme-color-extra_link);
}
.sc_recent_news_header_more_categories > a:hover {
color: var(--theme-color-extra_hover);
background-color: var(--theme-color-extra_bg_hover);
}
.sc_recent_news_style_news-magazine .post_accented_border {
border-color: var(--theme-color-bd_color);
}
.sc_recent_news_style_news-excerpt .post_item {
border-color: var(--theme-color-bd_color);
} .widget_twitter .widget_content .sc_twitter_item,
.widget_twitter .widget_content li {
color: var(--theme-color-text);
}
.widget_twitter .widget_content .sc_twitter_item .sc_twitter_item_icon {
color: var(--theme-color-text_link) !important;
}
.widget_twitter .swiper-pagination-bullet {
background-color: var(--theme-color-text_light);
}
.widget_twitter .swiper-pagination-bullet-active {
background-color: var(--theme-color-text_link);
}
.widget_twitter .widget_content .sc_twitter_list li {
color: var(--theme-color-text);
}
.widget_twitter .widget_content .sc_twitter_list li:before {
color: var(--theme-color-text_link) !important;
}
[class*=scheme_].sidebar .widget_twitter .widget_content .sc_twitter_list li {
color: var(--theme-color-alter_text);
}
[class*=scheme_].sidebar .widget_twitter .widget_content .sc_twitter_list li:before {
color: var(--theme-color-alter_link) !important;
} .narrow_content .trx_addons_video_list_controller_bottom .trx_addons_video_list_controller_wrap .trx_addons_video_list_controller_item {
width: 50%;
}
.narrow_content .trx_addons_video_list_controller_bottom .trx_addons_video_list_controller_wrap .trx_addons_video_list_controller_item .trx_addons_video_list_title {
font-size: 1em;
} .trx_addons_reviews_stars_default,
.trx_addons_reviews_stars_hover {
color: var(--theme-color-text_link);
}
[class*=scheme_].sidebar .trx_addons_reviews_stars_default,
[class*=scheme_].sidebar .trx_addons_reviews_stars_hover {
color: var(--theme-color-alter_link);
}
.trx_addons_reviews_bubble {
background-color: var(--theme-color-bg_color);
}
.trx_addons_reviews_bubble:before {
background-color: var(--theme-color-bg_color);
border-right-color: var(--theme-color-bd_color);
border-bottom-color: var(--theme-color-bd_color);
} .trx_addons_reviews_block_short .trx_addons_reviews_block_info {
color: var(--theme-color-alter_text);
background-color: var(--theme-color-alter_bg_color);
}
.trx_addons_reviews_block_short .trx_addons_reviews_block_title {
color: var(--theme-color-extra_dark);
background-color: var(--theme-color-extra_bg_color);
}
.trx_addons_reviews_block_short .trx_addons_reviews_block_title:after {
border-top-color: var(--theme-color-extra_bg_color);
}
.trx_addons_reviews_block_short .trx_addons_reviews_block_mark_value {
border-color: var(--theme-color-alter_bd_hover);
background-color: var(--theme-color-alter_bg_hover);
}
.trx_addons_reviews_block_detailed {
color: var(--theme-color-alter_text);
background-color: var(--theme-color-alter_bg_color);
}
.trx_addons_reviews_block_detailed .trx_addons_reviews_block_title {
color: var(--theme-color-extra_dark);
background-color: var(--theme-color-extra_bg_color);
}
.trx_addons_reviews_block_detailed .trx_addons_reviews_block_pn {
color: var(--theme-color-alter_dark);
background-color: var(--theme-color-alter_bg_hover);
}
.trx_addons_reviews_block_detailed .trx_addons_reviews_block_pn .trx_addons_reviews_block_list li:before {
color: var(--theme-color-alter_dark);
}
.trx_addons_reviews_block_detailed .trx_addons_reviews_block_criterias {
color: var(--theme-color-alter_dark);
}
.trx_addons_reviews_block_detailed .trx_addons_reviews_block_criterias[data-mark-max="10"] [class*=trx_addons_reviews_block_list_mark_line],
.trx_addons_reviews_block_detailed .trx_addons_reviews_block_criterias[data-mark-max="100"] [class*=trx_addons_reviews_block_list_mark_line] {
background-color: var(--theme-color-text_link);
}  .sc_item_subtitle {
color: var(--theme-color-text_link);
}
.color_style_link2 .sc_item_subtitle {
color: var(--theme-color-text_link2);
}
.color_style_link3 .sc_item_subtitle {
color: var(--theme-color-text_link3);
}
.sc_item_subtitle.sc_item_title_style_shadow {
color: var(--theme-color-text_light);
}
.theme_scroll_down:hover {
color: var(--theme-color-text_link);
}
.sc_item_filters_align_left,
.sc_item_filters_align_right,
.sc_item_filters .sc_item_filters_header {
border-color: var(--theme-color-text_dark);
}
ul.sc_layouts_submenu .sc_item_filters_tabs_left .sc_item_filters_tabs > li > a.active,
ul.sc_layouts_submenu .sc_item_filters_tabs_left .sc_item_filters_tabs > li > a.active > span {
color: var(--theme-color-extra_dark) !important;
}
ul.sc_layouts_submenu .post_featured.hover_info .post_info {
padding: 1em;
}
ul.sc_layouts_submenu .post_featured.hover_info .post_info .post_category {
top: 1em;
left: 1em;
}
ul.sc_layouts_submenu .post_featured .post_info .post_title {
font-size: 1.25em;
}
ul.sc_layouts_submenu .post_featured .post_info .post_descr {
display: none;
}
.menu_mobile ul.sc_layouts_submenu .sc_item_filters_tabs_left .sc_item_filters,
.menu_mobile ul.sc_layouts_submenu .sc_item_filters_tabs_left .sc_item_posts_container,
.menu_mobile ul.sc_layouts_submenu .sc_item_filters_tabs_left .sc_item_pagination {
margin-left: 0;
}
.menu_mobile ul.sc_layouts_submenu .sc_item_filters_tabs_right .sc_item_filters,
.menu_mobile ul.sc_layouts_submenu .sc_item_filters_tabs_right .sc_item_posts_container,
.menu_mobile ul.sc_layouts_submenu .sc_item_filters_tabs_right .sc_item_pagination {
margin-right: 0;
}
.menu_mobile ul.sc_layouts_submenu .sc_item_filters .sc_item_filters_tabs {
position: static;
width: 100%;
padding: 0 !important;
margin-bottom: 1em !important;
}
.menu_mobile ul.sc_layouts_submenu .sc_item_filters .sc_item_filters_tabs li {
display: inline-block;
vertical-align: top;
margin-right: 1em;
width: auto;
}
.menu_mobile ul.sc_layouts_submenu .sc_item_filters .sc_item_filters_tabs li > a {
padding: 0;
}
.menu_mobile ul.sc_layouts_submenu .sc_item_filters .sc_item_filters_tabs li:last-child {
margin-right: 0;
}
.menu_mobile ul.sc_layouts_submenu .sc_item_posts_container [class*=column-] + [class*=column-] {
padding-top: 1em;
}
.sc_item_featured [class*=post_info_] {
color: var(--theme-color-extra_text);
background-color: var(--theme-color-extra_bg_color_07);
}
.sc_item_featured:hover [class*=post_info_] {
background-color: var(--theme-color-extra_bg_color_07);
}
.sc_item_featured [class*=post_info_] a {
color: var(--theme-color-extra_dark);
}
.sc_item_featured [class*=post_info_] a:hover,
.sc_item_featured [class*=post_info_] a:focus {
color: var(--theme-color-extra_hover);
}
.sc_item_featured .post_meta a {
color: var(--theme-color-extra_light);
}
.sc_item_featured .post_meta a:hover,
.sc_item_featured .post_meta a:focus {
color: var(--theme-color-extra_hover);
}
.sc_item_featured .post_meta_item.post_categories,
.sc_item_featured .post_meta_item.post_categories a {
color: var(--theme-color-extra_link);
}
.sc_item_featured .post_meta_item.post_categories a:hover,
.sc_item_featured .post_meta_item.post_categories a:focus {
color: var(--theme-color-extra_hover);
} .sc_typed_entry {
color: var(--theme-color-text_link);
} .sc_action_item .sc_action_item_subtitle {
color: var(--theme-color-text_link);
}
.sc_action_item.color_style_link2 .sc_action_item_subtitle {
color: var(--theme-color-text_link2);
}
.sc_action_item.color_style_link3 .sc_action_item_subtitle {
color: var(--theme-color-text_link3);
}
.sc_action_item.color_style_dark .sc_action_item_subtitle {
color: var(--theme-color-text_dark);
}
.sc_action_item_event .sc_action_item_date,
.sc_action_item_event .sc_action_item_info {
color: var(--theme-color-text_dark);
border-color: var(--theme-color-text);
}
.sc_action_item_event .sc_action_item_description {
color: var(--theme-color-text);
}
.sc_action_item_event.with_image .sc_action_item_inner {
background-color: var(--theme-color-bg_color);
} .sc_blogger .post_featured + .post_header {
max-width: none;
padding: 0;
display: block;
}
.sc_blogger_item_list.sc_blogger_item_image_position_left .sc_blogger_item_title,
.sc_blogger_item_list.sc_blogger_item_image_position_right .sc_blogger_item_title,
.sc_blogger_item_list.sc_blogger_item_image_position_alter .sc_blogger_item_title {
font-size: 1.15em;
line-height: 1.5em;
font-weight: 400;
}
.sc_blogger_item_list.sc_blogger_item_with_image.sc_blogger_item_image_position_left .sc_blogger_item_title,
.sc_blogger_item_list.sc_blogger_item_with_image.sc_blogger_item_image_position_right .sc_blogger_item_title,
.sc_blogger_item_list.sc_blogger_item_with_image.sc_blogger_item_image_position_alter .sc_blogger_item_title {
margin-top: -0.5em;
}
.post_item_single .post_content_single .sc_item_filters_title,
.editor-block-list__layout .sc_item_filters_title {
font-size: 1.15em;
line-height: 1.25em;
text-transform: uppercase;
}
.post_item_single .post_content_single .sc_blogger_item_excerpt,
.editor-block-list__layout .sc_blogger_item_excerpt {
line-height: 1.5em;
}
.sc_blogger.slider_container .swiper-pagination-bullet {
border-color: var(--theme-color-text_light);
}
.sc_blogger_item_on_plate .sc_blogger_item_body {
color: var(--theme-color-alter_text);
}
.sc_blogger_item_default.sc_blogger_item_on_plate .sc_blogger_item_body,
.sc_blogger_item_list.sc_blogger_item_on_plate .sc_blogger_item_body,
.sc_blogger_item_wide.sc_blogger_item_on_plate {
background-color: var(--theme-color-alter_bg_color);
}
.sc_blogger_item_on_plate .sc_blogger_item_content .post_meta,
.sc_blogger_item_on_plate .sc_blogger_item_content .post_meta a {
color: var(--theme-color-alter_light);
}
.sc_blogger_item_on_plate .sc_blogger_item_content .post_meta a:hover {
color: var(--theme-color-alter_dark);
}
.sc_blogger_item_on_plate .sc_blogger_item_content a {
color: var(--theme-color-alter_link);
}
.sc_blogger_item_on_plate .sc_blogger_item_content a:hover {
color: var(--theme-color-alter_hover);
}
.sc_blogger_item_on_plate .sc_blogger_item_content a.sc_button_simple:hover {
color: var(--theme-color-alter_hover) !important;
}
.sc_blogger_item_on_plate .sc_blogger_item_content .sc_blogger_item_title a {
color: var(--theme-color-alter_dark);
}
.sc_blogger_item_on_plate .sc_blogger_item_content .sc_blogger_item_title a:hover {
color: var(--theme-color-alter_link);
}
.sc_blogger_item_default.sc_blogger_item_on_plate .sc_blogger_item_excerpt:after {
background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme-color-alter_bg_color_00)), to(var(--theme-color-alter_bg_color)));
background-image: linear-gradient(180deg, var(--theme-color-alter_bg_color_00), var(--theme-color-alter_bg_color));
}
.sc_blogger_content .sc_blogger_item {
border-color: var(--theme-color-bd_color);
}
.sc_blogger_item_list.sc_blogger_item_with_numbers:not(.sc_blogger_item_with_image) .sc_blogger_item_title:before,
.sc_blogger_item_list.sc_blogger_item_with_numbers.sc_blogger_item_with_image .sc_blogger_item_featured:after {
color: var(--theme-color-extra_dark);
background-color: var(--theme-color-extra_bg_color);
} .sc_cars_item,
.sc_cars_item_params {
border-color: var(--theme-color-bd_color);
}
.sc_cars_item_param {
color: var(--theme-color-text_light);
}
.sc_cars_item_param .sc_cars_item_param_text,
.sc_cars_item_footer {
color: var(--theme-color-text);
}
.sc_cars_columns_1 .sc_cars_item,
.sc_cars_item .sc_cars_item_thumb {
background-color: var(--theme-color-alter_bg_color);
}
.sc_cars_item_status > a,
.sc_cars_item_type > a,
.sc_cars_item_compare {
color: var(--theme-color-text_light);
}
.sc_cars_item_compare.in_compare_list {
color: var(--theme-color-text_link);
}
.sc_cars_item_status > a:hover,
.sc_cars_item_type > a:hover,
.sc_cars_item_compare:hover,
.sc_cars_item_compare.in_compare_list:hover {
color: var(--theme-color-text_dark);
}
.sc_cars_item_options .sc_cars_item_row_address,
.sc_cars_item_options .sc_cars_item_row_meta {
color: var(--theme-color-text_light);
}
.cars_page_title .cars_page_status > a {
color: var(--theme-color-inverse_link);
background-color: var(--theme-color-text_link);
}
.cars_page_title .cars_page_status > a:hover {
color: var(--theme-color-inverse_hover);
background-color: var(--theme-color-text_link_blend);
}
.cars_page_title_address {
color: var(--theme-color-text_light);
}
.cars_price {
color: var(--theme-color-text_light);
}
.cars_page_attachments_list > a:before,
.cars_page_features_list > a:before {
color: var(--theme-color-text_link);
}
.cars_page_tabs.trx_addons_tabs .trx_addons_tabs_titles {
border-color: var(--theme-color-alter_bd_color);
}
.cars_page_tabs.trx_addons_tabs .trx_addons_tabs_titles li > a {
background-color: var(--theme-color-alter_bg_color);
border-color: var(--theme-color-alter_bg_color);
border-bottom-color: var(--theme-color-alter_bd_color);
}
.cars_page_tabs.trx_addons_tabs .trx_addons_tabs_titles li.ui-state-active > a {
border-color: var(--theme-color-alter_bd_color);
background-color: var(--theme-color-bg_color);
border-bottom-color: var(--theme-color-bg_color);
}
.cars_page_tabs.trx_addons_tabs .trx_addons_tabs_titles li:not(.ui-state-active) > a:hover {
background-color: var(--theme-color-alter_bg_hover);
border-color: var(--theme-color-alter_bg_hover) var(--theme-color-alter_bg_hover) var(--theme-color-alter_bd_color);
}
.cars_page_section_title {
border-color: var(--theme-color-bd_color);
}
.cars_page_agent_info_position {
color: var(--theme-color-text_light);
}
.cars_page_agent_info_phones > span,
.cars_page_agent_info_phones > a {
color: var(--theme-color-text);
}
.cars_page_agent_info_phones > a:hover {
color: var(--theme-color-text_link);
}
.cars_page_agent_info_address:before,
.cars_page_agent_info_phones > :before {
color: var(--theme-color-text_dark);
}
.cars_page_agent_info_profiles.socials_wrap:not(.socials_type_list) .social_item .social_icon {
color: var(--theme-color-text);
}
.cars_search_form .cars_search_basic .cars_search_show_advanced {
color: var(--theme-color-input_text);
background-color: var(--theme-color-input_bg_color);
}
.cars_search_form .cars_search_basic .cars_search_show_advanced:hover {
color: var(--theme-color-input_dark);
}
.sc_cars_compare_data .cars_feature_present {
color: var(--theme-color-text_link);
} .sc_content_number {
color: var(--theme-color-alter_bg_hover);
}
.sc_content_width_1_1, .sc_inner_width_1_1 > .elementor-column-wrap {
width: var(--theme-var-page);
}
.sc_content_width_1_2, .sc_inner_width_1_2 > .elementor-column-wrap {
width: var(--theme-var-page_1_2);
}
.sc_content_width_1_3, .sc_inner_width_1_3 > .elementor-column-wrap {
width: var(--theme-var-page_1_3);
}
.sc_content_width_2_3, .sc_inner_width_2_3 > .elementor-column-wrap {
width: var(--theme-var-page_2_3);
}
.sc_content_width_1_4, .sc_inner_width_1_4 > .elementor-column-wrap {
width: var(--theme-var-page_1_4);
}
.sc_content_width_3_4, .sc_inner_width_3_4 > .elementor-column-wrap {
width: var(--theme-var-page_3_4);
} .sc_courses.slider_container .swiper-pagination-bullet {
border-color: var(--theme-color-text_light);
}
.sc_courses_default .sc_courses_item {
background-color: var(--theme-color-alter_bg_color);
}
.sc_courses_default .sc_courses_item_categories {
background-color: var(--theme-color-alter_dark);
}
.sc_courses_default .sc_courses_item_categories a {
color: var(--theme-color-bg_color);
}
.sc_courses_default .sc_courses_item_categories a:hover {
color: var(--theme-color-alter_link);
}
.sc_courses_default .sc_courses_item_meta {
color: var(--theme-color-alter_light);
}
.sc_courses_default .sc_courses_item_date {
color: var(--theme-color-alter_dark);
}
.sc_courses_default .sc_courses_item_price {
color: var(--theme-color-alter_link);
}
.sc_courses_default .sc_courses_item_period {
color: var(--theme-color-alter_light);
}
.courses_single .courses_page_meta {
color: var(--theme-color-text_light);
}
.courses_single .courses_page_meta_item_date {
color: var(--theme-color-text_dark);
}
.courses_single .courses_page_period {
color: var(--theme-color-text_light);
} .sc_dishes_item .post_featured[class*=hover_] .post_info {
display: none !important;
}
.sc_dishes_default .sc_dishes_item {
color: var(--theme-color-alter_text);
background-color: var(--theme-color-alter_bg_color);
}
.sc_dishes_default .sc_dishes_item_subtitle,
.sc_dishes_default .sc_dishes_item_subtitle a {
color: var(--theme-color-alter_link);
}
.sc_dishes_default .sc_dishes_item_subtitle a:hover {
color: var(--theme-color-alter_hover);
}
.sc_dishes_default.color_style_link2 .sc_dishes_item_subtitle,
.sc_dishes_default.color_style_link2 .sc_dishes_item_subtitle a {
color: var(--theme-color-alter_link2);
}
.sc_dishes_default.color_style_link2 .sc_dishes_item_subtitle a:hover {
color: var(--theme-color-alter_hover2);
}
.sc_dishes_default.color_style_link3 .sc_dishes_item_subtitle,
.sc_dishes_default.color_style_link3 .sc_dishes_item_subtitle a {
color: var(--theme-color-alter_link3);
}
.sc_dishes_default.color_style_link3 .sc_dishes_item_subtitle a:hover {
color: var(--theme-color-alter_hover3);
}
.sc_dishes_default.color_style_dark .sc_dishes_item_subtitle,
.sc_dishes_default.color_style_dark .sc_dishes_item_subtitle a {
color: var(--theme-color-alter_dark);
}
.sc_dishes_default.color_style_dark .sc_dishes_item_subtitle a:hover {
color: var(--theme-color-alter_link);
}
.sc_dishes_default .sc_dishes_item_featured_left,
.sc_dishes_default .sc_dishes_item_featured_right {
color: var(--theme-color-text);
background-color: transparent;
}
.sc_dishes_default .sc_dishes_item_featured_left .sc_dishes_item_subtitle,
.sc_dishes_default .sc_dishes_item_featured_left .sc_dishes_item_subtitle a,
.sc_dishes_default .sc_dishes_item_featured_right .sc_dishes_item_subtitle,
.sc_dishes_default .sc_dishes_item_featured_right .sc_dishes_item_subtitle a {
color: var(--theme-color-text_link);
}
.sc_dishes_default .sc_dishes_item_featured_left .sc_dishes_item_subtitle a:hover,
.sc_dishes_default .sc_dishes_item_featured_right .sc_dishes_item_subtitle a:hover {
color: var(--theme-color-text_hover);
}
.sc_dishes_default.color_style_link2 .sc_dishes_item_featured_left .sc_dishes_item_subtitle,
.sc_dishes_default.color_style_link2 .sc_dishes_item_featured_left .sc_dishes_item_subtitle a,
.sc_dishes_default.color_style_link2 .sc_dishes_item_featured_right .sc_dishes_item_subtitle,
.sc_dishes_default.color_style_link2 .sc_dishes_item_featured_right .sc_dishes_item_subtitle a {
color: var(--theme-color-text_link2);
}
.sc_dishes_default.color_style_link2 .sc_dishes_item_featured_left .sc_dishes_item_subtitle a:hover,
.sc_dishes_default.color_style_link2 .sc_dishes_item_featured_right .sc_dishes_item_subtitle a:hover {
color: var(--theme-color-text_hover2);
}
.sc_dishes_default.color_style_link3 .sc_dishes_item_featured_left .sc_dishes_item_subtitle,
.sc_dishes_default.color_style_link3 .sc_dishes_item_featured_left .sc_dishes_item_subtitle a,
.sc_dishes_default.color_style_link3 .sc_dishes_item_featured_right .sc_dishes_item_subtitle,
.sc_dishes_default.color_style_link3 .sc_dishes_item_featured_right .sc_dishes_item_subtitle a {
color: var(--theme-color-text_link3);
}
.sc_dishes_default.color_style_link3 .sc_dishes_item_featured_left .sc_dishes_item_subtitle a:hover,
.sc_dishes_default.color_style_link3 .sc_dishes_item_featured_right .sc_dishes_item_subtitle a:hover {
color: var(--theme-color-text_hover3);
}
.sc_dishes_default.color_style_dark .sc_dishes_item_featured_left .sc_dishes_item_subtitle,
.sc_dishes_default.color_style_dark .sc_dishes_item_featured_left .sc_dishes_item_subtitle a,
.sc_dishes_default.color_style_dark .sc_dishes_item_featured_right .sc_dishes_item_subtitle,
.sc_dishes_default.color_style_dark .sc_dishes_item_featured_right .sc_dishes_item_subtitle a {
color: var(--theme-color-text_dark);
}
.sc_dishes_default.color_style_dark .sc_dishes_item_featured_left .sc_dishes_item_subtitle a:hover,
.sc_dishes_default.color_style_dark .sc_dishes_item_featured_right .sc_dishes_item_subtitle a:hover {
color: var(--theme-color-text_link);
}
.sc_dishes_compact .sc_dishes_item {
color: var(--theme-color-alter_text);
background-color: var(--theme-color-alter_bg_color);
}
.sc_dishes_compact .sc_dishes_item_header {
color: var(--theme-color-bg_color);
background-color: var(--theme-color-text_dark);
}
.sc_dishes_compact .sc_dishes_item_price,
.sc_dishes_compact .sc_dishes_item_subtitle a {
color: var(--theme-color-bg_color);
}
.sc_dishes_compact .sc_dishes_item_price:hover,
.sc_dishes_compact .sc_dishes_item:hover .sc_dishes_item_price,
.sc_dishes_compact .sc_dishes_item_subtitle a:hover,
.sc_dishes_compact .sc_dishes_item:hover .sc_dishes_item_subtitle a {
color: var(--theme-color-text_link);
}
.sc_dishes_compact.color_style_link2 .sc_dishes_item_price:hover,
.sc_dishes_compact.color_style_link2 .sc_dishes_item:hover .sc_dishes_item_price,
.sc_dishes_compact.color_style_link2 .sc_dishes_item_subtitle a:hover,
.sc_dishes_compact.color_style_link2 .sc_dishes_item:hover .sc_dishes_item_subtitle a {
color: var(--theme-color-text_link2);
}
.sc_dishes_compact.color_style_link3 .sc_dishes_item_price:hover,
.sc_dishes_compact.color_style_link3 .sc_dishes_item:hover .sc_dishes_item_price,
.sc_dishes_compact.color_style_link3 .sc_dishes_item_subtitle a:hover,
.sc_dishes_compact.color_style_link3 .sc_dishes_item:hover .sc_dishes_item_subtitle a {
color: var(--theme-color-text_link3);
}
.sc_dishes_compact .sc_dishes_item_title a {
color: var(--theme-color-text_link);
}
.sc_dishes_compact.color_style_link2 .sc_dishes_item_title a {
color: var(--theme-color-text_link2);
}
.sc_dishes_compact.color_style_link3 .sc_dishes_item_title a {
color: var(--theme-color-text_link3);
}
.sc_dishes_compact .sc_dishes_item_title a:hover,
.sc_dishes_compact .sc_dishes_item:hover .sc_dishes_item_title a {
color: var(--theme-color-bg_color);
}
.sc_dishes.slider_container .swiper-pagination-bullet {
border-color: var(--theme-color-text_light);
} .sc_events.slider_container .swiper-pagination-bullet {
border-color: var(--theme-color-text_light);
}
.sc_events_default .sc_events_item_thumb .sc_events_item_date {
background-color: var(--theme-color-alter_bg_color);
color: var(--theme-color-alter_text);
}
.sc_events_default .sc_events_item_thumb .sc_events_item_date_day {
color: var(--theme-color-alter_link);
}
.sc_events_default .sc_events_item_thumb:hover .sc_events_item_date {
background-color: var(--theme-color-alter_bg_hover);
color: var(--theme-color-alter_dark);
}
.sc_events_default .sc_events_item_thumb:hover .sc_events_item_date_day {
color: var(--theme-color-alter_hover);
}
.sc_events_default .sc_events_item_meta {
color: var(--theme-color-text_light);
}
.sc_events_default .sc_events_item_price {
color: var(--theme-color-text_link);
} .sc_form .sc_form_info_item .sc_form_info_icon:before {
font-family: "fontello";
}
.sc_form .sc_form_info_item_address .sc_form_info_icon:before {
content: "\e8fd";
}
.sc_form .sc_form_info_item_email .sc_form_info_icon:before {
content: "\e8fa";
}
.sc_form .sc_form_info_item_phone .sc_form_info_icon:before {
content: "\e8f5";
}
[class*=scheme_].sc_form {
background-color: var(--theme-color-bg_color);
}
span.sc_form_field_title {
color: var(--theme-color-text_dark);
}
.sc_form .sc_form_info_icon {
color: var(--theme-color-text_link);
}
.sc_form .sc_form_info_data > a,
.sc_form .sc_form_info_data > span {
color: var(--theme-color-text_dark);
}
.sc_form .sc_form_info_data > a:hover {
color: var(--theme-color-text_link);
} [class*=sc_input_hover_] .sc_form_field_hover {
color: var(--theme-color-text_dark);
}
.sc_input_hover_accent input[type=text]:focus,
.sc_input_hover_accent input[type=number]:focus,
.sc_input_hover_accent input[type=email]:focus,
.sc_input_hover_accent input[type=password]:focus,
.sc_input_hover_accent input[type=search]:focus,
.sc_input_hover_accent select:focus,
.sc_input_hover_accent .select2-container.select2-container--focus span.select2-selection,
.sc_input_hover_accent .select2-container.select2-container--open span.select2-selection,
.sc_input_hover_accent textarea:focus {
border-color: var(--theme-color-text_link) !important;
}
.sc_input_hover_accent .sc_form_field_hover:before {
color: var(--theme-color-text_link_02);
}
.sc_input_hover_path .sc_form_field_graphic {
stroke: var(--theme-color-input_bd_color);
}
.sc_input_hover_jump .sc_form_field_hover {
color: var(--theme-color-input_light);
}
.sc_input_hover_jump .sc_form_field_content:before {
color: var(--theme-color-text_link);
}
.sc_input_hover_jump input[type=text],
.sc_input_hover_jump input[type=number],
.sc_input_hover_jump input[type=email],
.sc_input_hover_jump input[type=password],
.sc_input_hover_jump input[type=search],
.sc_input_hover_jump textarea {
border-color: var(--theme-color-input_bd_color);
}
.sc_input_hover_jump input[type=text]:focus,
.sc_input_hover_jump input[type=number]:focus,
.sc_input_hover_jump input[type=email]:focus,
.sc_input_hover_jump input[type=password]:focus,
.sc_input_hover_jump input[type=search]:focus,
.sc_input_hover_jump textarea:focus {
border-color: var(--theme-color-text_link) !important;
}
.sc_input_hover_underline .sc_form_field_hover:before {
background-color: var(--theme-color-input_bd_color);
}
.sc_input_hover_underline input:focus + .sc_form_field_hover:before,
.sc_input_hover_underline textarea:focus + .sc_form_field_hover:before,
.sc_input_hover_underline input.filled + .sc_form_field_hover:before,
.sc_input_hover_underline textarea.filled + .sc_form_field_hover:before {
background-color: var(--theme-color-text_link);
}
.sc_input_hover_underline .sc_form_field_content {
color: var(--theme-color-input_dark);
}
.sc_input_hover_underline input:focus,
.sc_input_hover_underline textarea:focus,
.sc_input_hover_underline input.filled,
.sc_input_hover_underline textarea.filled,
.sc_input_hover_underline input:focus + .sc_form_field_hover > .sc_form_field_content,
.sc_input_hover_underline textarea:focus + .sc_form_field_hover > .sc_form_field_content,
.sc_input_hover_underline input.filled + .sc_form_field_hover > .sc_form_field_content,
.sc_input_hover_underline textarea.filled + .sc_form_field_hover > .sc_form_field_content {
color: var(--theme-color-text_link) !important;
}
.sc_input_hover_iconed .sc_form_field_hover {
color: var(--theme-color-input_light);
}
.sc_input_hover_iconed input:focus + .sc_form_field_hover,
.sc_input_hover_iconed textarea:focus + .sc_form_field_hover,
.sc_input_hover_iconed input.filled + .sc_form_field_hover,
.sc_input_hover_iconed textarea.filled + .sc_form_field_hover {
color: var(--theme-color-input_dark);
} .sc_googlemap_content,
[class*=scheme_].sc_googlemap_content {
color: var(--theme-color-text);
background-color: var(--theme-color-bg_color);
}
.sc_googlemap_content b,
.sc_googlemap_content strong,
[class*=scheme_].sc_googlemap_content b,
[class*=scheme_].sc_googlemap_content strong {
color: var(--theme-color-text_dark);
}
.sc_googlemap_content_detailed:before {
color: var(--theme-color-text_link);
} .sc_yandexmap_content,
[class*=scheme_].sc_yandexmap_content {
color: var(--theme-color-text);
background-color: var(--theme-color-bg_color);
}
.sc_yandexmap_content b,
.sc_yandexmap_content strong,
[class*=scheme_].sc_yandexmap_content b,
[class*=scheme_].sc_yandexmap_content strong {
color: var(--theme-color-text_dark);
}
.sc_yandexmap_content_detailed:before {
color: var(--theme-color-text_link);
} .sc_osmap_content,
[class*=scheme_].sc_osmap_content {
color: var(--theme-color-text);
background-color: var(--theme-color-bg_color);
}
.sc_osmap_content b,
.sc_osmap_content strong,
[class*=scheme_].sc_osmap_content b,
[class*=scheme_].sc_osmap_content strong {
color: var(--theme-color-text_dark);
}
.sc_osmap_content_detailed:before {
color: var(--theme-color-text_link);
}
.sc_osmap input[type=text] {
padding: 0.3em 0.5em;
} .footer_wrap .sc_icons .sc_icons_icon + .sc_icons_item_title {
margin-top: 1em;
margin-bottom: 2em;
}
.sc_icons .sc_icons_icon {
color: var(--theme-color-text_link);
}
.sc_icons .sc_icons_item_linked:hover .sc_icons_icon {
color: var(--theme-color-text_dark);
}
.sc_icons .sc_icons_item_title {
color: var(--theme-color-text_dark);
}
[class*=scheme_].footer_wrap .sc_icons .sc_icons_item_title {
color: var(--theme-color-text_dark);
}
[class*=scheme_].footer_wrap .sc_icons .sc_icons_item_description {
color: var(--theme-color-text);
}
.sc_icons_item_description {
color: var(--theme-color-alter_text);
} .sc_portfolio_default .sc_portfolio_item {
-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.portfolio_page_details_share {
border-color: var(--theme-color-bd_color);
}
.portfolio_page_details_share .socials_wrap .social_item .social_icon {
color: var(--theme-color-text_dark);
}
.portfolio_page_details_share .socials_wrap .social_item:hover .social_icon {
color: var(--theme-color-text_hover);
}
[class*=scheme_].sc_portfolio_preview {
color: var(--theme-color-text);
}
[class*=scheme_].sc_portfolio_preview:before {
background-color: var(--theme-color-bg_color);
} .sc_price_item {
color: var(--theme-color-alter_text);
background-color: var(--theme-color-alter_bg_color);
border-color: var(--theme-color-alter_bd_color);
}
.sc_price_item .sc_price_item_icon {
color: var(--theme-color-alter_link);
}
.sc_price_item .sc_price_item_label {
background-color: var(--theme-color-alter_link);
color: var(--theme-color-inverse_link);
}
.sc_price_item .sc_price_item_subtitle {
color: var(--theme-color-inverse_hover);
background-color: var(--theme-color-text_hover);
}
.sc_price_item .sc_price_item_title,
.sc_price_item .sc_price_item_title a {
color: var(--theme-color-alter_dark);
}
.sc_price_item .sc_price_item_price {
color: var(--theme-color-alter_dark);
}
.sc_price_item .sc_price_item_description,
.sc_price_item .sc_price_item_details {
color: var(--theme-color-alter_text);
}
.sc_price_item .sc_button.sc_price_item_link {
font-size: 16px;
}
.sc_price_item .sc_button.sc_price_item_link:before, .sc_price_item .sc_button.sc_price_item_link:after {
display: inline-block;
}
.sc_price_item_description, .sc_price_item_details {
font-size: 1em;
line-height: inherit;
font-weight: 400;
font-style: normal;
letter-spacing: 0;
margin: 0.65em 0;
}
.sc_price_item_subtitle {
font-size: 14px;
height: 32px;
line-height: 32px;
font-weight: normal;
text-transform: none;
letter-spacing: 0;
margin: 0;
display: inline-block;
padding: 0 13px;
position: relative;
}
.sc_price_item_subtitle:after, .sc_price_item_subtitle:before {
content: "";
display: block;
width: 1000%;
height: 2px;
position: absolute;
left: auto;
right: -1000%;
top: 16px;
background-color: var(--theme-color-bg_color);
}
.sc_price_item_subtitle:before {
left: -1000%;
right: auto;
}
.sc_price_item_title {
font-size: 25px;
line-height: 1.35em;
font-weight: 800;
text-transform: none;
letter-spacing: 0;
}
.sc_price_item_subtitle + .sc_price_item_title {
margin-top: 37px;
}
.sc_price_item_price {
font-size: 25px;
line-height: 1.25em;
font-weight: 800;
letter-spacing: 0;
}
.sc_price_item .trx_addons_list_parameters > li {
padding-left: 23px;
margin: 11px 0;
border-bottom: 1px solid #e2e7e7;
padding-bottom: 11px;
}
.sc_price_item .trx_addons_list_parameters > li + li {
padding-top: 0;
margin-top: 0;
border-top: none;
}
.sc_price_item .trx_addons_list_parameters > li:before {
content: "\e9ce";
font-family: "fontello" !important;
font-size: 11px;
top: 1px !important;
display: inline-block !important;
position: absolute;
z-index: 1;
left: 0 !important;
}
.sc_price_item_label {
height: 2em;
line-height: 1.9em;
font-weight: 600;
}
.sc_price_item .sc_price_item_details {
text-align: left;
}
.sc_price_item_details ul li:before {
display: inline-block;
}
.trx_addons_list_parameters > li > em {
font-weight: 800;
font-size: 17px;
text-align: right;
color: var(--theme-color-alter_dark);
width: 23%;
}
.sc_price_item_info {
padding: 50px;
}
.sc_price_item_image + .sc_price_item_info {
padding-top: 9px;
}
.sc_price_item_subtitle + .sc_price_item_link, .sc_price_item_title + .sc_price_item_link, .sc_price_item_description + .sc_price_item_link, .sc_price_item_details + .sc_price_item_link {
margin-top: 26px;
}
.sc_price_item_price + .sc_price_item_details,
.sc_price_item_title + .sc_price_item_details {
margin-top: 31px;
}
.sc_price_item_image {
margin-top: 22px;
}
.sc_price_columns_wrap.columns_padding_bottom:not(.no_margin):not(.columns_in_single_row) {
margin-bottom: calc(-1 * var(--theme-var-grid_gap));
}
.sc_testimonials_columns_wrap.columns_padding_bottom:not(.no_margin):not(.columns_in_single_row) {
margin-bottom: calc(-1 * var(--theme-var-grid_gap));
} .sc_promo_icon {
color: var(--theme-color-text_link);
}
.sc_promo .sc_promo_title,
.sc_promo .sc_promo_descr {
color: var(--theme-color-text_dark);
}
.sc_promo .sc_promo_content {
color: var(--theme-color-text);
}
.sc_promo_modern .sc_promo_link2 {
color: var(--theme-color-inverse_link);
background-color: var(--theme-color-text_link) !important;
}
.sc_promo_modern .sc_promo_link2:hover {
color: var(--theme-color-bg_color);
background-color: var(--theme-color-text_dark);
}
[class*=scheme_].sc_promo .sc_promo_text.trx_addons_stretch_height,
[class*=scheme_].sc_promo .sc_promo_text_inner {
background-color: var(--theme-color-alter_bg_color);
}
[class*=scheme_].sc_promo .sc_promo_title {
color: var(--theme-color-alter_link);
}
[class*=scheme_].sc_promo .sc_promo_subtitle {
color: var(--theme-color-alter_hover);
}
[class*=scheme_].sc_promo .sc_promo_descr {
color: var(--theme-color-alter_dark);
}
[class*=scheme_].sc_promo .sc_promo_content {
color: var(--theme-color-alter_text);
} .sc_properties_columns_1 .sc_properties_item {
background-color: var(--theme-color-alter_bg_color);
}
.sc_properties_item_status > a,
.sc_properties_item_type > a,
.sc_properties_item_compare {
color: var(--theme-color-text_light);
}
.sc_properties_item_compare.in_compare_list {
color: var(--theme-color-text_link);
}
.sc_properties_item_status > a:hover,
.sc_properties_item_type > a:hover,
.sc_properties_item_compare:hover,
.sc_properties_item_compare.in_compare_list:hover {
color: var(--theme-color-text_dark);
}
.sc_properties_item_options .sc_properties_item_row_address,
.sc_properties_item_options .sc_properties_item_row_meta {
color: var(--theme-color-text_light);
}
.properties_page_title .properties_page_status > a {
color: var(--theme-color-inverse_link);
background-color: var(--theme-color-text_link);
}
.properties_page_title .properties_page_status > a:hover {
color: var(--theme-color-inverse_hover);
background-color: var(--theme-color-text_link_blend);
}
.properties_page_title_address {
color: var(--theme-color-text_light);
}
.properties_price {
color: var(--theme-color-text_light);
}
.properties_page_section_title {
border-color: var(--theme-color-bd_color);
}
.properties_page_attachments_list > a:before,
.properties_page_features_list > a:before {
color: var(--theme-color-text_link);
}
.properties_page_floor_plans_list .properties_page_floor_plans_list_item_title {
background-color: var(--theme-color-alter_bg_color) !important;
color: var(--theme-color-alter_text);
}
.properties_page_virtual_tour_wrap {
background-color: var(--theme-color-alter_bg_color);
color: var(--theme-color-alter_text);
}
.properties_page_tabs.trx_addons_tabs .trx_addons_tabs_titles {
border-color: var(--theme-color-alter_bd_color);
}
.properties_page_tabs.trx_addons_tabs .trx_addons_tabs_titles li > a {
background-color: var(--theme-color-alter_bg_color);
border-color: var(--theme-color-alter_bg_color);
border-bottom-color: var(--theme-color-alter_bd_color);
}
.properties_page_tabs.trx_addons_tabs .trx_addons_tabs_titles li.ui-state-active > a {
border-color: var(--theme-color-alter_bd_color);
background-color: var(--theme-color-bg_color);
border-bottom-color: var(--theme-color-bg_color);
}
.properties_page_tabs.trx_addons_tabs .trx_addons_tabs_titles li:not(.ui-state-active) > a:hover {
background-color: var(--theme-color-alter_bg_hover);
border-color: var(--theme-color-alter_bg_hover) var(--theme-color-alter_bg_hover) var(--theme-color-alter_bd_color);
}
.properties_page_agent_info_position {
color: var(--theme-color-text_light);
}
.properties_page_agent_info_phones > span,
.properties_page_agent_info_phones > a {
color: var(--theme-color-text);
}
.properties_page_agent_info_phones > a:hover {
color: var(--theme-color-text_link);
}
.properties_page_agent_info_address:before,
.properties_page_agent_info_phones > :before {
color: var(--theme-color-text_dark);
}
.properties_page_agent_info_profiles.socials_wrap .social_item .social_icon {
color: var(--theme-color-text);
}
.properties_search_form .properties_search_basic .properties_search_show_advanced {
color: var(--theme-color-input_text);
background-color: var(--theme-color-input_bg_color);
}
.properties_search_form .properties_search_basic .properties_search_show_advanced:hover {
color: var(--theme-color-input_dark);
}
.sc_properties_compare_data .properties_feature_present {
color: var(--theme-color-text_link);
} .sidebar_hide.narrow_content .trx_addons_reviews_block.trx_addons_reviews_block_short {
margin-top: 0;
} .services_page_tabs {
margin-top: 5em;
}
.services_page_tabs .show_comments_single {
display: none;
}
.services_page_tabs .comments_wrap {
display: block;
}
.services_page_tabs .comments_list_wrap,
.services_page_tabs .comments_form_wrap:first-child {
margin-top: 0;
padding-top: 0;
border-top-width: 0;
}
.services_page_tabs .comments_list_wrap + .comments_form_wrap {
margin-top: 3em;
padding-top: 3em;
border-top-width: 1px;
}
.sc_services .sc_services_item .post_featured .post_info {
display: none;
}
.sc_services .sc_services_item_number {
color: var(--theme-color-alter_bg_hover);
}
.sc_services_default .sc_services_item {
color: var(--theme-color-alter_text);
background-color: var(--theme-color-alter_bg_color);
margin-bottom: 0;
}
.sc_services_default .sc_services_item_icon {
color: var(--theme-color-alter_link);
border-color: var(--theme-color-alter_link);
}
.sc_services_light.sc_services_featured_top .sc_services_item:hover .sc_services_item_icon,
.sc_services_default.sc_services_featured_top .sc_services_item:hover .sc_services_item_icon {
-webkit-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px);
}
.sc_services_default.color_style_link2 .sc_services_item_icon {
color: var(--theme-color-alter_link2);
border-color: var(--theme-color-alter_link2);
}
.sc_services_default.color_style_link2 .sc_services_item:hover .sc_services_item_icon {
color: var(--theme-color-inverse_dark);
background-color: var(--theme-color-alter_link2);
border-color: var(--theme-color-alter_link2);
}
.sc_services_default.color_style_link3 .sc_services_item_icon {
color: var(--theme-color-alter_link3);
border-color: var(--theme-color-alter_link3);
}
.sc_services_default.color_style_link3 .sc_services_item:hover .sc_services_item_icon {
color: var(--theme-color-inverse_dark);
background-color: var(--theme-color-alter_link3);
border-color: var(--theme-color-alter_link3);
}
.sc_services_default.color_style_dark .sc_services_item_icon {
color: var(--theme-color-alter_dark);
border-color: var(--theme-color-alter_dark);
}
.sc_services_default.color_style_dark .sc_services_item:hover .sc_services_item_icon {
color: var(--theme-color-inverse_dark);
background-color: var(--theme-color-alter_dark);
border-color: var(--theme-color-alter_dark);
}
.sc_services_default .sc_services_item_subtitle a {
color: var(--theme-color-alter_link);
}
.sc_services_default .sc_services_item_subtitle a:hover {
color: var(--theme-color-alter_hover);
}
.sc_services_default.color_style_link2 .sc_services_item_subtitle a {
color: var(--theme-color-alter_link2);
}
.sc_services_default.color_style_link2 .sc_services_item_subtitle a:hover {
color: var(--theme-color-alter_hover2);
}
.sc_services_default.color_style_link3 .sc_services_item_subtitle a {
color: var(--theme-color-alter_link3);
}
.sc_services_default.color_style_link3 .sc_services_item_subtitle a:hover {
color: var(--theme-color-alter_hover3);
}
.sc_services_default.color_style_dark .sc_services_item_subtitle a {
color: var(--theme-color-alter_dark);
}
.sc_services_default.color_style_dark .sc_services_item_subtitle a:hover {
color: var(--theme-color-alter_link);
}
.sc_services_default .sc_services_item_featured_left,
.sc_services_default .sc_services_item_featured_right,
.sc_services_list .sc_services_item {
color: var(--theme-color-text);
background-color: transparent;
}
.sc_services_default .sc_services_item_featured_left .sc_services_item_icon,
.sc_services_default .sc_services_item_featured_right .sc_services_item_icon,
.sc_services_list .sc_services_item .sc_services_item_icon {
color: var(--theme-color-text_link);
border-color: var(--theme-color-text_link);
}
.sc_services_list .sc_services_item:hover .sc_services_item_icon {
color: var(--theme-color-text_hover);
}
.sc_services_default .sc_services_item_featured_left:hover .sc_services_item_icon,
.sc_services_default .sc_services_item_featured_right:hover .sc_services_item_icon,
.sc_services_list .sc_services_item_featured_left:hover .sc_services_item_icon,
.sc_services_list .sc_services_item_featured_right:hover .sc_services_item_icon {
color: var(--theme-color-inverse_dark);
border-color: var(--theme-color-text_link);
}
.sc_services_default .sc_services_item_featured_left .sc_services_item_subtitle a,
.sc_services_default .sc_services_item_featured_right .sc_services_item_subtitle a {
color: var(--theme-color-text_link);
}
.sc_services_default .sc_services_item_featured_left .sc_services_item_subtitle a:hover,
.sc_services_default .sc_services_item_featured_right .sc_services_item_subtitle a:hover {
color: var(--theme-color-text_hover);
}
.sc_services_default.color_style_link2 .sc_services_item_featured_left .sc_services_item_icon,
.sc_services_default.color_style_link2 .sc_services_item_featured_right .sc_services_item_icon,
.sc_services_list.color_style_link2 .sc_services_item_icon {
color: var(--theme-color-text_link2);
border-color: var(--theme-color-text_link2);
}
.sc_services_list.color_style_link2 .sc_services_item:hover .sc_services_item_icon {
color: var(--theme-color-text_hover2);
}
.sc_services_default.color_style_link2 .sc_services_item_featured_left:hover .sc_services_item_icon,
.sc_services_default.color_style_link2 .sc_services_item_featured_right:hover .sc_services_item_icon,
.sc_services_list.color_style_link2 .sc_services_item_featured_left:hover .sc_services_item_icon,
.sc_services_list.color_style_link2 .sc_services_item_featured_right:hover .sc_services_item_icon {
color: var(--theme-color-inverse_dark);
background-color: var(--theme-color-text_link2);
border-color: var(--theme-color-text_link2);
}
.sc_services_default.color_style_link2 .sc_services_item_featured_left .sc_services_item_subtitle a,
.sc_services_default.color_style_link2 .sc_services_item_featured_right .sc_services_item_subtitle a {
color: var(--theme-color-text_link2);
}
.sc_services_default.color_style_link2 .sc_services_item_featured_left .sc_services_item_subtitle a:hover,
.sc_services_default.color_style_link2 .sc_services_item_featured_right .sc_services_item_subtitle a:hover {
color: var(--theme-color-text_hover2);
}
.sc_services_default.color_style_link3 .sc_services_item_featured_left .sc_services_item_icon,
.sc_services_default.color_style_link3 .sc_services_item_featured_right .sc_services_item_icon,
.sc_services_list.color_style_link3 .sc_services_item_icon {
color: var(--theme-color-text_link3);
border-color: var(--theme-color-text_link3);
}
.sc_services_list.color_style_link3 .sc_services_item:hover .sc_services_item_icon {
color: var(--theme-color-text_hover3);
}
.sc_services_default.color_style_link3 .sc_services_item_featured_left:hover .sc_services_item_icon,
.sc_services_default.color_style_link3 .sc_services_item_featured_right:hover .sc_services_item_icon,
.sc_services_list.color_style_link3 .sc_services_item_featured_left:hover .sc_services_item_icon,
.sc_services_list.color_style_link3 .sc_services_item_featured_right:hover .sc_services_item_icon {
color: var(--theme-color-inverse_dark);
background-color: var(--theme-color-text_link3);
border-color: var(--theme-color-text_link3);
}
.sc_services_default.color_style_link3 .sc_services_item_featured_left .sc_services_item_subtitle a,
.sc_services_default.color_style_link3 .sc_services_item_featured_right .sc_services_item_subtitle a {
color: var(--theme-color-text_link3);
}
.sc_services_default.color_style_link3 .sc_services_item_featured_left .sc_services_item_subtitle a:hover,
.sc_services_default.color_style_link3 .sc_services_item_featured_right .sc_services_item_subtitle a:hover {
color: var(--theme-color-text_hover3);
}
.sc_services_default.color_style_dark .sc_services_item_featured_left .sc_services_item_icon,
.sc_services_default.color_style_dark .sc_services_item_featured_right .sc_services_item_icon,
.sc_services_list.color_style_dark .sc_services_item_icon {
color: var(--theme-color-text_dark);
border-color: var(--theme-color-text_dark);
}
.sc_services_list.color_style_dark .sc_services_item:hover .sc_services_item_icon {
color: var(--theme-color-text_link);
}
.sc_services_default.color_style_dark .sc_services_item_featured_left:hover .sc_services_item_icon,
.sc_services_default.color_style_dark .sc_services_item_featured_right:hover .sc_services_item_icon,
.sc_services_list.color_style_dark .sc_services_item_featured_left:hover .sc_services_item_icon,
.sc_services_list.color_style_dark .sc_services_item_featured_right:hover .sc_services_item_icon {
color: var(--theme-color-inverse_dark);
background-color: var(--theme-color-text_dark);
border-color: var(--theme-color-text_dark);
}
.sc_services_default.color_style_dark .sc_services_item_featured_left .sc_services_item_subtitle a,
.sc_services_default.color_style_dark .sc_services_item_featured_right .sc_services_item_subtitle a {
color: var(--theme-color-text_dark);
}
.sc_services_default.color_style_dark .sc_services_item_featured_left .sc_services_item_subtitle a:hover,
.sc_services_default.color_style_dark .sc_services_item_featured_right .sc_services_item_subtitle a:hover {
color: var(--theme-color-text_link);
}
.sc_services_light .sc_services_item_icon {
color: var(--theme-color-text_link);
}
.sc_services_light .sc_services_item:hover .sc_services_item_icon {
color: var(--theme-color-text_hover);
}
.sc_services_light.color_style_link2 .sc_services_item_icon {
color: var(--theme-color-text_link2);
}
.sc_services_light.color_style_link2 .sc_services_item:hover .sc_services_item_icon {
color: var(--theme-color-text_hover2);
}
.sc_services_light.color_style_link3 .sc_services_item_icon {
color: var(--theme-color-text_link3);
}
.sc_services_light.color_style_link3 .sc_services_item:hover .sc_services_item_icon {
color: var(--theme-color-text_hover3);
}
.sc_services_light.color_style_dark .sc_services_item_icon {
color: var(--theme-color-text_dark);
}
.sc_services_light.color_style_dark .sc_services_item:hover .sc_services_item_icon {
color: var(--theme-color-text_link);
}
.sc_services_callouts .sc_services_item {
background-color: var(--theme-color-alter_bg_color);
}
.sc_services_callouts .sc_services_item_marker {
border-color: var(--theme-color-bg_color);
background-color: var(--theme-color-alter_link);
color: var(--theme-color-inverse_link);
}
.sc_services_callouts .sc_services_item .sc_services_item_marker_back {
border-color: var(--theme-color-bg_color);
background-color: var(--theme-color-alter_hover);
color: var(--theme-color-inverse_hover);
}
.sc_services_callouts.color_style_link2 .sc_services_item_marker {
background-color: var(--theme-color-alter_link2);
}
.sc_services_callouts.color_style_link2 .sc_services_item .sc_services_item_marker_back {
background-color: var(--theme-color-alter_hover2);
}
.sc_services_callouts.color_style_link3 .sc_services_item_marker {
background-color: var(--theme-color-alter_link3);
}
.sc_services_callouts.color_style_link3 .sc_services_item .sc_services_item_marker_back {
background-color: var(--theme-color-alter_hover3);
}
.sc_services_callouts.color_style_dark .sc_services_item_marker {
background-color: var(--theme-color-alter_dark);
}
.sc_services_callouts.color_style_dark .sc_services_item .sc_services_item_marker_back {
background-color: var(--theme-color-alter_link);
}
.sc_services_callouts .sc_services_item_marker_bg {
border-color: var(--theme-color-bg_color);
background-color: var(--theme-color-bg_color);
}
.sc_services_timeline .sc_services_item_timeline {
border-color: var(--theme-color-bd_color);
}
.sc_services_timeline .sc_services_item_marker {
border-color: var(--theme-color-text_link);
background-color: var(--theme-color-text_link);
color: var(--theme-color-inverse_link);
}
.sc_services_timeline .sc_services_item:hover .sc_services_item_marker {
border-color: var(--theme-color-text_hover);
background-color: var(--theme-color-text_hover);
color: var(--theme-color-inverse_hover);
}
.sc_services_timeline.color_style_link2 .sc_services_item_marker {
border-color: var(--theme-color-text_link2);
background-color: var(--theme-color-text_link2);
}
.sc_services_timeline.color_style_link2 .sc_services_item:hover .sc_services_item_marker {
border-color: var(--theme-color-text_hover2);
background-color: var(--theme-color-text_hover2);
}
.sc_services_timeline.color_style_link3 .sc_services_item_marker {
border-color: var(--theme-color-text_link3);
background-color: var(--theme-color-text_link3);
}
.sc_services_timeline.color_style_link3 .sc_services_item:hover .sc_services_item_marker {
border-color: var(--theme-color-text_hover3);
background-color: var(--theme-color-text_hover3);
}
.sc_services_timeline.color_style_dark .sc_services_item_marker {
border-color: var(--theme-color-text_dark);
background-color: var(--theme-color-text_dark);
}
.sc_services_timeline.color_style_dark .sc_services_item:hover .sc_services_item_marker {
border-color: var(--theme-color-text_link);
background-color: var(--theme-color-text_link);
}
.sc_services_iconed .sc_services_item {
color: var(--theme-color-alter_text);
background-color: var(--theme-color-alter_bg_color);
}
.sc_services_iconed .sc_services_item_icon:hover,
.sc_services_iconed .sc_services_item:hover .sc_services_item_icon,
.sc_services_iconed .sc_services_item_header .sc_services_item_subtitle a:hover,
.sc_services_iconed .sc_services_item:hover .sc_services_item_header .sc_services_item_subtitle a {
color: var(--theme-color-text_link);
}
.sc_services_iconed.color_style_link2 .sc_services_item_icon:hover,
.sc_services_iconed.color_style_link2 .sc_services_item:hover .sc_services_item_icon,
.sc_services_iconed.color_style_link2 .sc_services_item_header .sc_services_item_subtitle a:hover,
.sc_services_iconed.color_style_link2 .sc_services_item:hover .sc_services_item_header .sc_services_item_subtitle a {
color: var(--theme-color-text_link2);
}
.sc_services_iconed.color_style_link3 .sc_services_item_icon:hover,
.sc_services_iconed.color_style_link3 .sc_services_item:hover .sc_services_item_icon,
.sc_services_iconed.color_style_link3 .sc_services_item_header .sc_services_item_subtitle a:hover,
.sc_services_iconed.color_style_link3 .sc_services_item:hover .sc_services_item_header .sc_services_item_subtitle a {
color: var(--theme-color-text_link3);
}
.sc_services_iconed .sc_services_item_header .sc_services_item_title a {
color: var(--theme-color-text_link);
}
.sc_services_iconed.color_style_link2 .sc_services_item_header .sc_services_item_title a {
color: var(--theme-color-text_link2);
}
.sc_services_iconed.color_style_link3 .sc_services_item_header .sc_services_item_title a {
color: var(--theme-color-text_link3);
}
.sc_services_iconed .sc_services_item_header .sc_services_item_title a:hover,
.sc_services_iconed .sc_services_item:hover .sc_services_item_header .sc_services_item_title a {
color: #fff;
}
.sc_services_iconed .sc_services_item .sc_services_item_header .sc_services_item_subtitle a {
color: #fff;
}
.sc_services_iconed .sc_services_item:hover .sc_services_item_header .sc_services_item_subtitle a,
.sc_services_iconed .sc_services_item .sc_services_item_header .sc_services_item_subtitle a:hover {
color: var(--theme-color-text_link);
}
.sc_services_iconed.color_style_link2 .sc_services_item:hover .sc_services_item_header .sc_services_item_subtitle a,
.sc_services_iconed.color_style_link2 .sc_services_item .sc_services_item_header .sc_services_item_subtitle a:hover {
color: var(--theme-color-text_link2);
}
.sc_services_iconed.color_style_link3 .sc_services_item:hover .sc_services_item_header .sc_services_item_subtitle a,
.sc_services_iconed.color_style_link3 .sc_services_item .sc_services_item_header .sc_services_item_subtitle a:hover {
color: var(--theme-color-text_link3);
}
.sc_services_iconed .sc_services_item_content .sc_services_item_title a {
color: var(--theme-color-alter_dark);
}
.sc_services_iconed .sc_services_item_content .sc_services_item_title a:hover,
.sc_services_iconed .sc_services_item:hover .sc_services_item_content .sc_services_item_title a {
color: var(--theme-color-alter_link);
}
.sc_services_iconed.color_style_link2 .sc_services_item_content .sc_services_item_title a:hover,
.sc_services_iconed.color_style_link2 .sc_services_item:hover .sc_services_item_content .sc_services_item_title a {
color: var(--theme-color-alter_link2);
}
.sc_services_iconed.color_style_link3 .sc_services_item_content .sc_services_item_title a:hover,
.sc_services_iconed.color_style_link3 .sc_services_item:hover .sc_services_item_content .sc_services_item_title a {
color: var(--theme-color-alter_link3);
}
.sc_services_iconed.color_style_dark .sc_services_item_content .sc_services_item_title a:hover,
.sc_services_iconed.color_style_dark .sc_services_item:hover .sc_services_item_content .sc_services_item_title a {
color: var(--theme-color-alter_dark);
}
.sc_services.slider_container .swiper-pagination-bullet {
border-color: var(--theme-color-text_light);
}
.sc_services_list .sc_services_item_featured_left .sc_services_item_number,
.sc_services_list .sc_services_item_featured_right .sc_services_item_number {
color: var(--theme-color-text_light);
}
.sc_services_chess .sc_services_item:hover .sc_services_item_title a:hover {
color: var(--theme-color-text_hover);
}
.sc_services_hover .sc_services_item_icon,
.sc_services_hover .sc_services_item_title a:hover,
.sc_services_hover .sc_services_item_subtitle a:hover {
color: var(--theme-color-text_link);
}
.sc_services_hover.color_style_link2 .sc_services_item_icon,
.sc_services_hover.color_style_link2 .sc_services_item_title a:hover,
.sc_services_hover.color_style_link2 .sc_services_item_subtitle a:hover {
color: var(--theme-color-text_link2);
}
.sc_services_hover.color_style_link3 .sc_services_item_icon,
.sc_services_hover.color_style_link3 .sc_services_item_title a:hover,
.sc_services_hover.color_style_link3 .sc_services_item_subtitle a:hover {
color: var(--theme-color-text_link3);
}
.sc_services_hover [class*=column-]:nth-child(2n) .sc_services_item.with_image .sc_services_item_header.without_image,
.sc_services_hover .slider-slide:nth-child(2n) .sc_services_item.with_image .sc_services_item_header.without_image {
background-color: var(--theme-color-alter_bg_hover);
}
.sc_services_hover [class*=column-]:nth-child(2n+1) .sc_services_item.with_image .sc_services_item_header.without_image,
.sc_services_hover .slider-slide:nth-child(2n+1) .sc_services_item.with_image .sc_services_item_header.without_image {
background-color: var(--theme-color-alter_bg_color);
}
.sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_icon,
.sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_number {
color: var(--theme-color-alter_light);
}
.sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_title,
.sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_title a {
color: var(--theme-color-alter_dark) !important;
}
.sc_services_hover .sc_services_item.with_image:hover .sc_services_item_header.without_image .sc_services_item_title a,
.sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_title a:hover {
color: var(--theme-color-alter_link) !important;
}
.sc_services_hover.color_style_link2 .sc_services_item.with_image:hover .sc_services_item_header.without_image .sc_services_item_title a,
.sc_services_hover.color_style_link2 .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_title a:hover {
color: var(--theme-color-alter_link2) !important;
}
.sc_services_hover.color_style_link3 .sc_services_item.with_image:hover .sc_services_item_header.without_image .sc_services_item_title a,
.sc_services_hover.color_style_link3 .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_title a:hover {
color: var(--theme-color-alter_link3) !important;
}
.sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_subtitle,
.sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_subtitle a {
color: var(--theme-color-alter_link) !important;
}
.sc_services_hover.color_style_link2 .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_subtitle,
.sc_services_hover.color_style_link2 .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_subtitle a {
color: var(--theme-color-alter_link2) !important;
}
.sc_services_hover.color_style_link3 .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_subtitle,
.sc_services_hover.color_style_link3 .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_subtitle a {
color: var(--theme-color-alter_link3) !important;
}
.sc_services_hover .sc_services_item.with_image:hover .sc_services_item_header.without_image .sc_services_item_subtitle a,
.sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_subtitle a:hover {
color: var(--theme-color-alter_hover) !important;
}
.sc_services_hover.color_style_link2 .sc_services_item.with_image:hover .sc_services_item_header.without_image .sc_services_item_subtitle a,
.sc_services_hover.color_style_link2 .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_subtitle a:hover {
color: var(--theme-color-alter_hover2) !important;
}
.sc_services_hover.color_style_link3 .sc_services_item.with_image:hover .sc_services_item_header.without_image .sc_services_item_subtitle a,
.sc_services_hover.color_style_link3 .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_subtitle a:hover {
color: var(--theme-color-alter_hover3) !important;
}
.sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_text {
color: var(--theme-color-alter_text) !important;
}
.sc_services_tabs_simple .sc_services_item_icon {
color: var(--theme-color-text_link);
}
.sc_services_tabs_simple.color_style_link2 .sc_services_item_icon {
color: var(--theme-color-text_link2);
}
.sc_services_tabs_simple.color_style_link3 .sc_services_item_icon {
color: var(--theme-color-text_link3);
}
.sc_services_tabs_simple.color_style_dark .sc_services_item_icon {
color: var(--theme-color-text_dark);
}
.sc_services_tabs_simple .sc_services_item:hover .sc_services_item_icon,
.sc_services_tabs_simple .sc_services_item:hover .sc_services_item_title,
.sc_services_tabs_simple .sc_services_item:hover .sc_services_item_subtitle,
.sc_services_tabs_simple .sc_services_tabs_list_item.sc_services_tabs_list_item_active .sc_services_item_icon,
.sc_services_tabs_simple .sc_services_tabs_list_item.sc_services_tabs_list_item_active .sc_services_item_title,
.sc_services_tabs_simple .sc_services_tabs_list_item.sc_services_tabs_list_item_active .sc_services_item_subtitle {
color: var(--theme-color-text_hover);
}
.sc_services_tabs_simple.color_style_link2 .sc_services_item:hover .sc_services_item_icon,
.sc_services_tabs_simple.color_style_link2 .sc_services_item:hover .sc_services_item_title,
.sc_services_tabs_simple.color_style_link2 .sc_services_item:hover .sc_services_item_subtitle,
.sc_services_tabs_simple.color_style_link2 .sc_services_tabs_list_item.sc_services_tabs_list_item_active .sc_services_item_icon,
.sc_services_tabs_simple.color_style_link2 .sc_services_tabs_list_item.sc_services_tabs_list_item_active .sc_services_item_title,
.sc_services_tabs_simple.color_style_link2 .sc_services_tabs_list_item.sc_services_tabs_list_item_active .sc_services_item_subtitle {
color: var(--theme-color-text_hover2);
}
.sc_services_tabs_simple.color_style_link3 .sc_services_item:hover .sc_services_item_icon,
.sc_services_tabs_simple.color_style_link3 .sc_services_item:hover .sc_services_item_title,
.sc_services_tabs_simple.color_style_link3 .sc_services_item:hover .sc_services_item_subtitle,
.sc_services_tabs_simple.color_style_link3 .sc_services_tabs_list_item.sc_services_tabs_list_item_active .sc_services_item_icon,
.sc_services_tabs_simple.color_style_link3 .sc_services_tabs_list_item.sc_services_tabs_list_item_active .sc_services_item_title,
.sc_services_tabs_simple.color_style_link3 .sc_services_tabs_list_item.sc_services_tabs_list_item_active .sc_services_item_subtitle {
color: var(--theme-color-text_hover3);
}
.sc_services_tabs .sc_services_item_content {
color: var(--theme-color-alter_text);
background-color: var(--theme-color-alter_bg_color);
}
.sc_services_tabs .sc_services_item_title a {
color: var(--theme-color-alter_dark);
}
.sc_services_tabs .sc_services_item_title a:hover {
color: var(--theme-color-alter_link);
}
.sc_services_tabs.color_style_link2 .sc_services_item_title a:hover {
color: var(--theme-color-alter_link2);
}
.sc_services_tabs.color_style_link3 .sc_services_item_title a:hover {
color: var(--theme-color-alter_link3);
}
.sc_services_tabs .sc_services_tabs_list_item .sc_services_item_icon {
color: var(--theme-color-alter_link);
}
.sc_services_tabs.color_style_link2 .sc_services_tabs_list_item .sc_services_item_icon {
color: var(--theme-color-alter_link2);
}
.sc_services_tabs.color_style_link3 .sc_services_tabs_list_item .sc_services_item_icon {
color: var(--theme-color-alter_link3);
}
.sc_services_tabs .sc_services_tabs_list_item .sc_services_item_number {
color: var(--theme-color-alter_light);
}
.sc_services_tabs .sc_services_tabs_list_item {
background-color: var(--theme-color-alter_bg_color);
}
.sc_services_tabs .sc_services_tabs_list_item:nth-child(2n+2) {
background-color: var(--theme-color-alter_bg_hover);
}
.sc_services_tabs .sc_services_tabs_list_item:hover,
.sc_services_tabs .sc_services_tabs_list_item:nth-child(2n+2):hover {
background-color: var(--theme-color-alter_bd_hover);
}
.sc_services_tabs .sc_services_tabs_list_item .sc_services_item_title {
color: var(--theme-color-alter_dark);
}
.sc_services_tabs .sc_services_tabs_list_item:hover .sc_services_item_title {
color: var(--theme-color-alter_link);
}
.sc_services_tabs.color_style_link2 .sc_services_tabs_list_item:hover .sc_services_item_title {
color: var(--theme-color-alter_link2);
}
.sc_services_tabs.color_style_link3 .sc_services_tabs_list_item:hover .sc_services_item_title {
color: var(--theme-color-alter_link3);
}
.sc_services_tabs.color_style_dark .sc_services_tabs_list_item:hover .sc_services_item_title {
color: var(--theme-color-alter_dark);
}
.sc_services_tabs .sc_services_tabs_list_item:hover .sc_services_item_icon {
color: var(--theme-color-alter_hover);
}
.sc_services_tabs.color_style_link2 .sc_services_tabs_list_item:hover .sc_services_item_icon {
color: var(--theme-color-alter_hover2);
}
.sc_services_tabs.color_style_link3 .sc_services_tabs_list_item:hover .sc_services_item_icon {
color: var(--theme-color-alter_hover3);
}
.sc_services_tabs.color_style_dark .sc_services_tabs_list_item:hover .sc_services_item_icon {
color: var(--theme-color-alter_dark);
}
.sc_services_tabs .sc_services_tabs_list_item:hover .sc_services_item_number {
color: var(--theme-color-alter_text);
}
.sc_services_tabs .sc_services_tabs_list_item.sc_services_tabs_list_item_active {
background-color: var(--theme-color-alter_dark) !important;
}
.sc_services_tabs .sc_services_tabs_list_item.sc_services_tabs_list_item_active .sc_services_item_title {
color: var(--theme-color-bg_color);
}
.sc_services_tabs .sc_services_tabs_list_item.sc_services_tabs_list_item_active .sc_services_item_icon,
.sc_services_tabs .sc_services_tabs_list_item.sc_services_tabs_list_item_active .sc_services_item_number {
color: var(--theme-color-alter_link);
}
.sc_services_tabs.color_style_link2 .sc_services_tabs_list_item.sc_services_tabs_list_item_active .sc_services_item_icon,
.sc_services_tabs.color_style_link2 .sc_services_tabs_list_item.sc_services_tabs_list_item_active .sc_services_item_number {
color: var(--theme-color-alter_link2);
}
.sc_services_tabs.color_style_link3 .sc_services_tabs_list_item.sc_services_tabs_list_item_active .sc_services_item_icon,
.sc_services_tabs.color_style_link3 .sc_services_tabs_list_item.sc_services_tabs_list_item_active .sc_services_item_number {
color: var(--theme-color-alter_link3);
}
.sc_services_tabs.color_style_dark .sc_services_tabs_list_item.sc_services_tabs_list_item_active .sc_services_item_icon,
.sc_services_tabs.color_style_dark .sc_services_tabs_list_item.sc_services_tabs_list_item_active .sc_services_item_number {
color: var(--theme-color-alter_dark);
} .sc_skills_counter .sc_skills_icon {
color: var(--theme-color-text_dark);
}
.sc_skills .sc_skills_total {
color: var(--theme-color-text_link);
}
.sc_skills.color_style_link2 .sc_skills_total {
color: var(--theme-color-text_link2);
}
.sc_skills.color_style_link3 .sc_skills_total {
color: var(--theme-color-text_link3);
}
.sc_skills.color_style_dark .sc_skills_total {
color: var(--theme-color-text_dark);
}
.sc_skills .sc_skills_item_title,
.sc_skills .sc_skills_legend_title,
.sc_skills .sc_skills_legend_value {
color: var(--theme-color-text_dark);
}
.sc_skills_counter .sc_skills_column + .sc_skills_column:before {
background-color: var(--theme-color-bd_color);
} .socials_wrap:not(.socials_type_list) .social_item .social_icon {
background-color: var(--theme-color-alter_bg_color);
}
.socials_wrap:not(.socials_type_list) .social_item .social_icon,
.socials_wrap:not(.socials_type_list) .social_item .social_icon i {
color: var(--theme-color-alter_dark);
}
.socials_wrap:not(.socials_type_list) .social_item:hover .social_icon {
background-color: var(--theme-color-alter_bg_hover);
}
.socials_wrap:not(.socials_type_list) .social_item:hover .social_icon,
.socials_wrap:not(.socials_type_list) .social_item:hover .social_icon i {
color: var(--theme-color-alter_link);
}
.sidebar_inner .socials_wrap:not(.socials_type_list) .social_item .social_icon {
background-color: var(--theme-color-alter_bg_hover);
}
.sidebar_inner .socials_wrap:not(.socials_type_list) .social_item:hover .social_icon,
.sidebar_inner .socials_wrap:not(.socials_type_list) .social_item:hover .social_icon i {
color: var(--theme-color-inverse_link);
}
.sidebar_inner .socials_wrap:not(.socials_type_list) .social_item:hover .social_icon {
background-color: var(--theme-color-alter_hover);
}
[class*=scheme_].sidebar .socials_wrap:not(.socials_type_list) .social_item .social_icon,
[class*=scheme_].footer_wrap .socials_wrap:not(.socials_type_list) .social_item .social_icon {
color: var(--theme-color-inverse_link);
background-color: var(--theme-color-alter_link);
}
[class*=scheme_].sidebar .socials_wrap:not(.socials_type_list) .social_item:hover .social_icon,
[class*=scheme_].footer_wrap .socials_wrap:not(.socials_type_list) .social_item:hover .social_icon {
color: var(--theme-color-inverse_hover);
background-color: var(--theme-color-alter_hover);
}
[class*=scheme_].sidebar .sc_layouts_row_type_compact .socials_wrap .social_item .social_icon,
[class*=scheme_].footer_wrap .sc_layouts_row_type_compact .socials_wrap .social_item .social_icon {
color: var(--theme-color-text_dark);
background-color: transparent;
}
[class*=scheme_].sidebar .sc_layouts_row_type_compact .socials_wrap .social_item:hover .social_icon,
[class*=scheme_].footer_wrap .sc_layouts_row_type_compact .socials_wrap .social_item:hover .social_icon {
color: var(--theme-color-text_link);
background-color: transparent;
}
[class*=scheme_].footer_wrap .social_item.social_item_type_icons {
margin-right: 10px;
}
[class*=scheme_].footer_wrap .social_item.social_item_type_icons .social_icon {
width: 3.1em;
height: 3.1em;
line-height: 3.1em;
color: var(--theme-color-inverse_hover) !important;
background-color: var(--theme-color-alter_hover) !important;
}
[class*=scheme_].footer_wrap .social_item.social_item_type_icons .social_icon:hover {
color: var(--theme-color-inverse_link) !important;
background-color: var(--theme-color-alter_link) !important;
} .sport_page_list {
border-color: var(--theme-color-bd_color);
}
.sport_page_list li + li {
border-color: var(--theme-color-bd_color);
}
.sport_page_list li:nth-child(2n+1) {
background-color: var(--theme-color-alter_bg_color);
color: var(--theme-color-alter_text);
}
.sc_sport_default .sc_sport_item_subtitle .sc_sport_item_date {
color: var(--theme-color-text_light);
}
.sc_matches_main .swiper-pagination .swiper-pagination-bullet {
border-color: var(--theme-color-bd_color);
}
.sc_matches_main .sc_matches_item_score a {
color: var(--theme-color-text_dark);
}
.sc_matches_main .sc_matches_item_score a:hover {
color: var(--theme-color-text_link);
}
.color_style_link2 .sc_matches_main .sc_matches_item_score a:hover {
color: var(--theme-color-text_link2);
}
.color_style_link3 .sc_matches_main .sc_matches_item_score a:hover {
color: var(--theme-color-text_link3);
}
.color_style_dark .sc_matches_main .sc_matches_item_score a:hover {
color: var(--theme-color-text_dark);
}
.sc_matches_other .sc_matches_item_link {
color: var(--theme-color-alter_dark);
background-color: var(--theme-color-alter_bg_color);
}
.sc_matches_other .sc_matches_item_club {
color: var(--theme-color-alter_light);
}
.sc_matches_other .sc_matches_item_date {
color: var(--theme-color-alter_dark);
background-color: var(--theme-color-alter_bd_color);
}
.sc_matches_other .sc_matches_item_link:hover {
background-color: var(--theme-color-alter_bg_hover);
}
.sc_matches_other .sc_matches_item_link:hover .sc_matches_item_date {
background-color: var(--theme-color-alter_bd_hover);
}
.sc_points_table td a {
color: var(--theme-color-alter_dark);
}
.sc_points_table tr:hover td {
background-color: var(--theme-color-alter_hover) !important;
}
.sc_points_table tr:hover a,
.sc_points_table td a:hover {
color: var(--theme-color-inverse_hover) !important;
}
.sc_points_table tr.sc_points_table_accented_top td {
background-color: var(--theme-color-text_link_07);
}
.sc_points_table tr.sc_points_table_accented_bottom td {
background-color: var(--theme-color-alter_bg_color);
} .sc_supertitle_no_icon {
background-color: var(--theme-color-text_link);
} .sc_team_default .sc_team_item {
color: var(--theme-color-alter_text);
background-color: var(--theme-color-alter_bg_color);
}
.sc_team .sc_team_item_thumb .sc_team_item_title a:hover {
color: var(--theme-color-alter_link);
}
.sc_team.color_style_link2 .sc_team_item_thumb .sc_team_item_title a:hover {
color: var(--theme-color-alter_link2);
}
.sc_team.color_style_link3 .sc_team_item_thumb .sc_team_item_title a:hover {
color: var(--theme-color-alter_link3);
}
.sc_team_default .sc_team_item_subtitle {
color: var(--theme-color-alter_text);
}
.sc_team_default.color_style_link2 .sc_team_item_subtitle {
color: var(--theme-color-alter_link2);
}
.sc_team_default.color_style_link3 .sc_team_item_subtitle {
color: var(--theme-color-alter_link3);
}
.sc_team_default.color_style_dark .sc_team_item_subtitle {
color: var(--theme-color-alter_dark);
}
.sc_team_default .sc_team_item_socials .social_item .social_icon {
color: var(--theme-color-inverse_hover);
background-color: var(--theme-color-text_hover);
}
.team_member_page .team_member_socials .social_item .social_icon {
color: var(--theme-color-inverse_link);
background-color: var(--theme-color-text_link);
}
.sc_team_default.color_style_link2 .sc_team_item_socials .social_item .social_icon {
background-color: var(--theme-color-alter_link2);
}
.sc_team_default.color_style_link3 .sc_team_item_socials .social_item .social_icon {
background-color: var(--theme-color-alter_link3);
}
.sc_team_default.color_style_dark .sc_team_item_socials .social_item .social_icon {
background-color: var(--theme-color-alter_dark);
}
.sc_team_default .sc_team_item_socials .social_item:hover .social_icon {
color: var(--theme-color-inverse_link);
background-color: var(--theme-color-alter_link);
}
.team_member_page .team_member_socials .social_item:hover .social_icon {
color: var(--theme-color-inverse_hover);
background-color: var(--theme-color-text_hover);
}
.sc_team_default.color_style_link2 .sc_team_item_socials .social_item:hover .social_icon {
background-color: var(--theme-color-alter_hover2);
}
.sc_team_default.color_style_link3 .sc_team_item_socials .social_item:hover .social_icon {
background-color: var(--theme-color-alter_hover3);
}
.sc_team_default.color_style_dark .sc_team_item_socials .social_item:hover .social_icon {
background-color: var(--theme-color-alter_link);
}
.sc_team .sc_team_item_thumb .sc_team_item_socials .social_item .social_icon {
color: var(--theme-color-inverse_link);
border-color: var(--theme-color-inverse_link);
}
.sc_team .sc_team_item_thumb .sc_team_item_socials .social_item:hover .social_icon {
color: var(--theme-color-text_link);
background-color: var(--theme-color-inverse_link);
}
.team_member_page .team_member_featured .team_member_avatar {
border-color: var(--theme-color-bd_color);
}
.sc_team_short .sc_team_item_thumb {
border-color: var(--theme-color-text_link);
}
.sc_team_short .sc_team_item_thumb + .sc_team_item_info {
margin-top: 10px;
}
.sc_team_short.color_style_link2 .sc_team_item_thumb {
border-color: var(--theme-color-text_link2);
}
.sc_team_short.color_style_link3 .sc_team_item_thumb {
border-color: var(--theme-color-text_link3);
}
.sc_team_short.color_style_dark .sc_team_item_thumb {
border-color: var(--theme-color-text_dark);
}
.sc_team.slider_container .swiper-pagination-bullet {
border-color: var(--theme-color-text_light);
}
.team_member_projects {
border-color: var(--theme-color-bd_color);
}
.sc_team_columns_wrap.columns_padding_bottom:not(.no_margin):not(.columns_in_single_row) {
margin-bottom: calc(-1 * var(--theme-var-grid_gap));
}
.sc_team_default .sc_team_item_title {
font-size: 25px;
}
.sc_team_default .sc_team_item_subtitle {
font-size: 16px;
line-height: 20px;
font-style: normal;
letter-spacing: 0;
margin-top: 16px;
font-weight: 600;
}
.sc_team_default .sc_team_item_socials {
text-align: center;
position: relative;
z-index: 9;
display: inline-block;
}
.sc_team_default .sc_team_item_socials .social_item {
margin: 0 5px 10px !important;
}
.sc_team_default .socials_wrap:not(.socials_type_list) .social_item .social_icon {
width: 50px;
height: 50px;
line-height: 50px;
}
.sc_team_default .sc_team_item_top_info {
margin-top: 53px;
margin-bottom: -35px;
text-align: center;
}
.sc_team_default .post_featured + .sc_team_item_top_info {
margin-top: -26px;
}
.sc_team_default .sc_team_item_info {
padding: 53px 30px;
}
.sc_team_default .sc_team_item {
height: auto;
position: relative;
top: 0;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
}
.sc_team_default .sc_team_item:hover {
-webkit-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px);
}
.sc_team_default .sc_team_item .sc_team_item_content {
margin-top: 1.3em;
margin-bottom: 0;
}
.team_member_page .team_member_position {
font-size: 54px;
}
.team_member_page .team_member_featured {
width: 52%;
padding: 0 2.9em 0 0;
}
.team_member_page .team_member_description {
margin-top: -4px;
}
.team_member_page .team_member_title + .team_member_details,
.team_member_page .team_member_position + .team_member_details,
.team_member_page .team_member_brief_info + .team_member_details {
margin-top: 2.7em;
}
.team_member_page .sc_team_posts_item_title {
margin: 0;
font-weight: 800;
font-size: 25px;
line-height: 1.35em;
}
.team_member_page .team_member_socials .social_item {
display: inline-block;
margin: 0 10px 10px 0;
}
.team_member_page .team_member_details .socials_wrap:not(.socials_type_list) .social_item .social_icon {
width: 50px;
height: 50px;
line-height: 50px;
}
.team_member_page .team_member_details > div:before {
font-family: "fontello";
display: inline-block;
vertical-align: middle;
font-weight: 400;
margin-right: 5px;
font-size: 1.05em;
position: relative;
top: -2px;
color: var(--theme-color-text_dark);
}
.team_member_page .team_member_details > div + div {
margin-top: 7px;
}
.team_member_page .team_member_details .team_member_details_email:before {
content: "\e9af";
}
.team_member_page .team_member_details .team_member_details_phone:before {
content: "\e9bf";
}
.team_member_page .team_member_details .team_member_details_address:before {
content: "\e9c5";
}
.team_member_page .team_member_socials {
margin: 2em 0 0 0;
}
.team_member_page .team_member_title + .team_member_brief_info,
.team_member_page .team_member_position + .team_member_brief_info,
.team_member_page .team_member_details + .team_member_brief_info {
margin-top: 2.7em;
} .sc_testimonials_item_content {
color: var(--theme-color-text_dark);
}
.sc_testimonials_item_content:before {
content: "\e8b6";
font-family: "fontello";
}
.sc_testimonials_item_content:before,
.sc_testimonials_item_author_title {
color: var(--theme-color-text_link);
}
.sc_testimonials_item_author_title {
font-weight: 600;
font-size: 16px;
line-height: 18px;
font-style: normal;
color: var(--theme-color-text_dark);
}
.color_style_link2 .sc_testimonials_item_content:before,
.color_style_link2 .sc_testimonials_item_author_title {
color: var(--theme-color-text_link2);
}
.color_style_link3 .sc_testimonials_item_content:before,
.color_style_link3 .sc_testimonials_item_author_title {
color: var(--theme-color-text_link3);
}
.color_style_dark .sc_testimonials_item_content:before,
.color_style_dark .sc_testimonials_item_author_title {
color: var(--theme-color-text_dark);
}
.sc_testimonials_item_author_subtitle {
color: var(--theme-color-text_light);
}
.sc_testimonials_simple .sc_testimonials_item_author_data:before {
background-color: var(--theme-color-text_light);
}
.sc_testimonials_simple [class*=column] .sc_testimonials_item_author_data {
border-color: var(--theme-color-text_light);
}
.sc_testimonials_rating_stars_default {
color: #e2e7e7;
}
.sc_testimonials_rating_stars_hover {
color: #fbc900;
}
[class*=scheme_].sidebar .sc_testimonials_rating_stars_default,
[class*=scheme_].sidebar .sc_testimonials_rating_stars_hover {
color: var(--theme-color-alter_hover);
}
.color_style_link2 .sc_testimonials_rating_stars_default,
.color_style_link2 .sc_testimonials_rating_stars_hover {
color: var(--theme-color-text_hover2);
}
.color_style_link3 .sc_testimonials_rating_stars_default,
.color_style_link3 .sc_testimonials_rating_stars_hover {
color: var(--theme-color-text_hover3);
}
.color_style_dark .sc_testimonials_rating_stars_default,
.color_style_dark .sc_testimonials_rating_stars_hover {
color: var(--theme-color-text_dark);
} .sc_testimonials_default .sc_testimonials_item {
text-align: center;
background-color: var(--theme-color-alter_bg_color);
padding: 50px;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.sc_testimonials_default .sc_testimonials_item_content,
.sc_testimonials_default [class*=column] .sc_testimonials_item_content {
text-align: center;
font-size: 1em;
line-height: 1.68em;
color: var(--theme-color-alter_text);
}
.sc_testimonials_default .sc_testimonials_item_author,
.sc_testimonials_default [class*=column] .sc_testimonials_item_author {
text-align: center;
padding: 0;
margin: 0;
}
.sc_testimonials_default .sc_testimonials_item_author_header + .sc_testimonials_item_content {
margin-top: 27px;
}
.sc_testimonials_default .sc_testimonials_item_content:before {
display: none;
}
.sc_testimonials_default .sc_testimonials_item_author_header:before {
content: "“";
font-size: 60px;
font-weight: 800;
width: 100%;
line-height: 1em;
height: 30px;
text-align: center;
display: block;
color: var(--theme-color-text_link);
margin-bottom: 42px;
}
.sc_testimonials_default .sc_testimonials_item_author_subtitle,
.sc_testimonials_default .sc_testimonials_item_author_title + .sc_testimonials_item_author_subtitle {
color: var(--theme-color-aler_text);
}
.sc_testimonials_default .sc_testimonials_item_author_avatar {
margin: 0 1em 0 0;
width: 4em;
height: 4em;
}
.sc_testimonials_default .sc_testimonials_item_author {
margin-top: 24px !important;
}
.sc_testimonials_default .sc_testimonials_rating_stars_default {
opacity: 1;
}
.sc_testimonials_default .sc_testimonials_item_author_rating {
line-height: 1;
font-size: 16px;
}
.sc_testimonials_default .sc_testimonials_item_author_rating .sc_testimonials_rating_star {
width: 1.15em;
}
.sc_testimonials_default .sc_testimonials_item_author_rating .sc_testimonials_rating {
height: 1em;
font-size: 1em;
line-height: 1em;
}  .sc_blogger .trx_addons_loading {
background-color: var(--theme-color-bg_color_07);
}
ul.sc_layouts_submenu .sc_blogger .trx_addons_loading {
background-color: var(--theme-color-extra_bg_color_07);
} .menu_side_right .trx_addons_scroll_to_top {
left: 2em;
right: auto;
}
.trx_addons_scroll_to_top,
.trx_addons_cv .trx_addons_scroll_to_top {
color: var(--theme-color-inverse_link);
background-color: var(--theme-color-text_link);
}
.trx_addons_scroll_to_top:hover,
.trx_addons_cv .trx_addons_scroll_to_top:hover {
color: var(--theme-color-inverse_hover);
background-color: var(--theme-color-text_hover);
} .scroll_progress_wrap .scroll_progress_status {
background-color: var(--theme-color-text_link);
} .trx_addons_popup, [class*=scheme_].trx_addons_popup,
.sc_layouts_popup, [class*=scheme_].sc_layouts_popup,
.sc_layouts_panel_inner, [class*=scheme_].sc_layouts_panel_inner {
background-color: var(--theme-color-alter_bg_color);
border-color: var(--theme-color-alter_bd_color);
color: var(--theme-color-alter_text);
}
.trx_addons_popup button.mfp-close {
background-color: var(--theme-color-alter_bg_hover);
border-color: var(--theme-color-alter_bd_hover);
color: var(--theme-color-alter_text);
}
.trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title {
background-color: var(--theme-color-alter_bg_hover);
border-color: var(--theme-color-alter_bd_hover);
}
.trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title.ui-tabs-active {
background-color: var(--theme-color-alter_bg_color);
border-bottom-color: transparent;
}
.trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title a,
.trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title a > i {
color: var(--theme-color-alter_text);
}
.trx_addons_popup li.trx_addons_tabs_title a:hover,
.trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title a:hover > i {
color: var(--theme-color-alter_link);
}
.trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title[data-disabled=true] a,
.trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title[data-disabled=true] a > i,
.trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title[data-disabled=true] a:hover,
.trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title[data-disabled=true] a:hover > i {
color: var(--theme-color-alter_light);
}
.trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title.ui-tabs-active a,
.trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title.ui-tabs-active a > i,
.trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title.ui-tabs-active a:hover,
.trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title.ui-tabs-active a:hover > i {
color: var(--theme-color-alter_dark);
} .trx_addons_profiler {
background-color: var(--theme-color-alter_bg_color);
border-color: var(--theme-color-alter_bd_hover);
}
.trx_addons_profiler_title {
color: var(--theme-color-alter_dark);
}
.trx_addons_profiler table td,
.trx_addons_profiler table th {
border-color: var(--theme-color-alter_bd_color);
}
.trx_addons_profiler table td {
color: var(--theme-color-alter_text);
}
.trx_addons_profiler table th {
background-color: var(--theme-color-alter_bg_hover);
color: var(--theme-color-alter_dark);
} .trx_addons_attrib_item.trx_addons_attrib_color {
margin: 0 10px 5px 0;
padding: 2px;
}
.trx_addons_attrib_item.trx_addons_attrib_color {
border: none;
}
.trx_addons_attrib_item.trx_addons_attrib_button,
.trx_addons_attrib_item.trx_addons_attrib_image,
.trx_addons_attrib_item.trx_addons_attrib_color {
border-color: var(--theme-color-alter_bd_color);
background-color: #e2e7e7;
}
.trx_addons_attrib_item.trx_addons_attrib_button:hover,
.trx_addons_attrib_item.trx_addons_attrib_image:hover,
.trx_addons_attrib_item.trx_addons_attrib_color:hover {
border-color: transparent;
background-color: var(--theme-color-text_dark);
}
.trx_addons_attrib_item.trx_addons_attrib_selected {
border-color: transparent !important;
background-color: var(--theme-color-text_dark);
}
.trx_addons_attrib_item.trx_addons_attrib_disabled span:before,
.trx_addons_attrib_item.trx_addons_attrib_disabled span:after {
background-color: var(--theme-color-alter_hover);
} .trx_addons_range_slider_label_min {
color: var(--theme-color-alter_text);
}
.trx_addons_range_slider_label_max {
color: var(--theme-color-alter_text);
}
div.ui-slider {
background-color: var(--theme-color-alter_bg_color);
border-color: var(--theme-color-alter_bd_color);
}
div.ui-slider .ui-slider-handle {
border-color: var(--theme-color-alter_bd_hover);
background-color: var(--theme-color-alter_bg_hover);
}
div.ui-slider .ui-slider-range {
background-color: var(--theme-color-alter_bg_hover);
}  .sc_edd_add_to_cart_default,
.sc_edd_details {
background-color: var(--theme-color-alter_bg_color);
border-color: var(--theme-color-alter_bd_hover);
color: var(--theme-color-alter_text);
}
.sc_edd_add_to_cart_default a,
.sc_edd_details a {
color: var(--theme-color-alter_link);
}
.sc_edd_add_to_cart_default a:hover,
.sc_edd_details a:hover {
color: var(--theme-color-alter_hover);
}
.edd_price_options ul > li > label > input[type=checkbox] + span:before {
border-color: var(--theme-color-alter_bd_color);
}
.single-download .edd_download_purchase_form .trx_addons_edd_purchase_subtotal {
border-color: var(--theme-color-alter_bd_color);
} .trx_addons_cv,
.trx_addons_cv_body_wrap {
color: var(--theme-color-alter_text);
background-color: var(--theme-color-alter_bg_color);
}
.trx_addons_cv a {
color: var(--theme-color-alter_link);
}
.trx_addons_cv a:hover {
color: var(--theme-color-alter_hover);
}
.trx_addons_cv_header {
background-color: var(--theme-color-bg_color);
}
.trx_addons_cv_header_image img {
border-color: var(--theme-color-text_dark);
}
.trx_addons_cv_header .trx_addons_cv_header_letter,
.trx_addons_cv_header .trx_addons_cv_header_text {
color: var(--theme-color-text_dark);
}
.trx_addons_cv_header .trx_addons_cv_header_socials .social_item > .social_icon {
color: var(--theme-color-text_dark_07);
}
.trx_addons_cv_header .trx_addons_cv_header_socials .social_item:hover > .social_icon {
color: var(--theme-color-text_dark);
}
.trx_addons_cv_header_letter,
.trx_addons_cv_header_text,
.trx_addons_cv_header_socials .social_item > .social_icon {
text-shadow: 1px 1px 6px var(--theme-color-bg_color);
}
.trx_addons_cv_tint_dark .trx_addons_cv_header_letter,
.trx_addons_cv_tint_dark .trx_addons_cv_header_text,
.trx_addons_cv_tint_dark .trx_addons_cv_header_socials .social_item > .social_icon {
color: var(--theme-color-bg_color);
text-shadow: 1px 1px 3px var(--theme-color-text_dark);
}
.trx_addons_cv_tint_dark .trx_addons_cv_header_socials .social_item:hover > .social_icon {
color: var(--theme-color-text_hover);
}
.trx_addons_cv_navi_buttons .trx_addons_cv_navi_buttons_area .trx_addons_cv_navi_buttons_item {
color: var(--theme-color-alter_light);
background-color: var(--theme-color-alter_bg_color);
border-color: var(--theme-color-bg_color);
}
.trx_addons_cv_navi_buttons .trx_addons_cv_navi_buttons_area .trx_addons_cv_navi_buttons_item_active,
.trx_addons_cv_navi_buttons .trx_addons_cv_navi_buttons_area .trx_addons_cv_navi_buttons_item:hover {
color: var(--theme-color-alter_dark);
border-color: var(--theme-color-alter_bg_color);
}
.trx_addons_cv .trx_addons_cv_section_title,
.trx_addons_cv .trx_addons_cv_section_title a {
color: var(--theme-color-alter_dark);
}
.trx_addons_cv_section_title.ui-state-active {
border-color: var(--theme-color-alter_dark);
}
.trx_addons_cv_section_content .trx_addons_tabs .trx_addons_tabs_titles li > a {
color: var(--theme-color-alter_light);
}
.trx_addons_cv_section_content .trx_addons_tabs .trx_addons_tabs_titles li.ui-state-active > a,
.trx_addons_cv_section_content .trx_addons_tabs .trx_addons_tabs_titles li > a:hover {
color: var(--theme-color-alter_dark);
}
.trx_addons_cv_section .trx_addons_pagination > * {
color: var(--theme-color-alter_text);
}
.trx_addons_cv_section .trx_addons_pagination > a:hover {
color: var(--theme-color-alter_dark);
}
.trx_addons_pagination > span.active {
color: var(--theme-color-alter_dark);
border-color: var(--theme-color-alter_dark);
}
.trx_addons_cv_breadcrumbs .trx_addons_cv_breadcrumbs_item {
color: var(--theme-color-alter_light);
}
.trx_addons_cv_breadcrumbs a.trx_addons_cv_breadcrumbs_item:hover {
color: var(--theme-color-alter_dark);
}
.trx_addons_cv_single .trx_addons_cv_single_title {
color: var(--theme-color-alter_dark);
}
.trx_addons_cv_single .trx_addons_cv_single_subtitle {
color: var(--theme-color-alter_light);
}
.trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns .trx_addons_cv_resume_item,
.trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_2 .trx_addons_cv_resume_column:nth-child(2n+2) .trx_addons_cv_resume_item,
.trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_3 .trx_addons_cv_resume_column:nth-child(3n+2) .trx_addons_cv_resume_item,
.trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_3 .trx_addons_cv_resume_column:nth-child(3n+3) .trx_addons_cv_resume_item,
.trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+2) .trx_addons_cv_resume_item,
.trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+3) .trx_addons_cv_resume_item,
.trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+4) .trx_addons_cv_resume_item,
.trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_2 .trx_addons_cv_resume_column:nth-child(2n+3) .trx_addons_cv_resume_item,
.trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_2 .trx_addons_cv_resume_column:nth-child(2n+4) .trx_addons_cv_resume_item,
.trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_3 .trx_addons_cv_resume_column:nth-child(3n+4) .trx_addons_cv_resume_item,
.trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_3 .trx_addons_cv_resume_column:nth-child(3n+5) .trx_addons_cv_resume_item,
.trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_3 .trx_addons_cv_resume_column:nth-child(3n+6) .trx_addons_cv_resume_item,
.trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+5) .trx_addons_cv_resume_item,
.trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+6) .trx_addons_cv_resume_item,
.trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+7) .trx_addons_cv_resume_item,
.trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+8) .trx_addons_cv_resume_item {
border-color: var(--theme-color-alter_bd_color);
}
.trx_addons_cv_resume_item_meta {
color: var(--theme-color-alter_dark);
}
.trx_addons_cv_resume_item .trx_addons_cv_resume_item_title,
.trx_addons_cv_resume_item .trx_addons_cv_resume_item_title a {
color: var(--theme-color-alter_dark);
}
.trx_addons_cv_resume_item .trx_addons_cv_resume_item_title a:hover {
color: var(--theme-color-alter_link);
}
.trx_addons_cv_resume_item_subtitle {
color: var(--theme-color-alter_light);
}
.trx_addons_cv_resume_style_skills .trx_addons_cv_resume_item_skills {
color: var(--theme-color-alter_dark);
}
.trx_addons_cv_resume_style_skills .trx_addons_cv_resume_item_skill:after {
border-color: var(--theme-color-alter_dark);
}
.trx_addons_cv_resume_style_education .trx_addons_cv_resume_item_number {
color: var(--theme-color-alter_light);
}
.trx_addons_cv_resume_style_services .trx_addons_cv_resume_item_icon {
color: var(--theme-color-alter_dark);
}
.trx_addons_cv_resume_style_services .trx_addons_cv_resume_item_icon:hover,
.trx_addons_cv_resume_style_services .trx_addons_cv_resume_item_text a:hover {
color: var(--theme-color-text_hover);
}
.trx_addons_cv_resume_style_services .trx_addons_cv_resume_item_title > a:hover:after {
border-color: var(--theme-color-text_hover);
}
.trx_addons_cv_resume_style_services .trx_addons_cv_resume_item_title > a:after {
border-top-color: var(--theme-color-alter_dark);
}
.trx_addons_cv_resume_style_services .trx_addons_cv_resume_item_text a {
color: var(--theme-color-alter_dark);
}
.trx_addons_cv_portfolio_item .trx_addons_cv_portfolio_item_title,
.trx_addons_cv_portfolio_item .trx_addons_cv_portfolio_item_title a {
color: var(--theme-color-alter_dark);
}
.trx_addons_cv_testimonials_item .trx_addons_cv_testimonials_item_title,
.trx_addons_cv_testimonials_item .trx_addons_cv_testimonials_item_title a {
color: var(--theme-color-alter_dark);
}
.trx_addons_cv_certificates_item .trx_addons_cv_certificates_item_title,
.trx_addons_cv_certificates_item .trx_addons_cv_certificates_item_title a {
color: var(--theme-color-alter_dark);
} .trx_addons_cv .trx_addons_contact_form .trx_addons_contact_form_title {
color: var(--theme-color-alter_dark);
}
.trx_addons_cv .trx_addons_contact_form_field_title {
color: var(--theme-color-alter_dark);
}
.trx_addons_contact_form .trx_addons_contact_form_field input[type=text],
.trx_addons_contact_form .trx_addons_contact_form_field textarea {
border-color: var(--theme-color-alter_bd_color);
color: var(--theme-color-alter_text);
}
.trx_addons_contact_form .trx_addons_contact_form_field input[type=text]:focus,
.trx_addons_contact_form .trx_addons_contact_form_field textarea:focus {
background-color: var(--theme-color-alter_bg_hover);
color: var(--theme-color-alter_dark);
}
.trx_addons_contact_form_field button {
background-color: var(--theme-color-alter_dark);
border-color: var(--theme-color-alter_dark);
color: var(--theme-color-bg_color);
}
.trx_addons_contact_form_field button:hover {
color: var(--theme-color-alter_dark);
}
.trx_addons_contact_form_info_icon {
color: var(--theme-color-alter_light);
}
.trx_addons_contact_form_info_area {
color: var(--theme-color-alter_dark);
}
.trx_addons_contact_form_info_item_phone .trx_addons_contact_form_info_data {
color: var(--theme-color-alter_dark) !important;
} .trx_addons_cv_about_page .trx_addons_cv_single_title {
color: var(--theme-color-alter_dark);
}
ul[class*=trx_addons_list_success] > li:before {
content: "\e9ce";
font-family: "fontello";
font-size: 11px;
top: 1px;
}
ul[class*=trx_addons_list_dot] > li:before {
font-size: 26px;
left: -1.3rem;
}
ul[class*=trx_addons_list] {
padding-left: 1.3em;
}
ul.trx_addons_list_success,
ul.trx_addons_list_error,
ul.trx_addons_list_plus,
ul.trx_addons_list_minus {
padding-left: 1.5em;
}
ul.trx_addons_list_success > li:before,
ul.trx_addons_list_error > li:before,
ul.trx_addons_list_plus > li:before,
ul.trx_addons_list_minus > li:before {
left: -1.5rem;
} .sc_socials_icons_names .socials_wrap {
line-height: 1;
}
.sc_socials_icons_names .socials_wrap .social_item {
margin: 0;
line-height: 1;
padding: 0 10px;
}
.sc_socials_icons_names .socials_wrap .social_item:first-child {
padding-left: 0;
}
.sc_socials_icons_names .socials_wrap .social_item:last-child {
padding-right: 0;
}
.sc_socials_icons_names .socials_wrap .social_item .social_icon {
display: inline-block;
width: 1.5em;
height: 1.5em;
line-height: 1.5em;
vertical-align: middle;
background: none !important;
font-size: 15px;
font-weight: 400;
text-align: left;
margin-top: -1px;
padding-left: 1px;
}
.sc_socials_icons_names .socials_wrap .social_item .social_icon + .social_name {
margin: 0 0 0 5px;
vertical-align: middle;
font-size: 16px;
font-weight: 600;
}
.extra-soc .sc_socials_icons_names .socials_wrap .social_item {
width: 50%;
float: left;
text-align: left;
padding: 0;
line-height: 2;
}
.breadcrumbs {
font-size: 15px;
line-height: 18px;
}
.sc_layouts_login_icon.trx_addons_icon-user-alt:before {
content: "\e9c7";
font-family: "fontello";
}
.trx_addons_tabs .trx_addons_tabs_titles li {
text-transform: none;
}
.sc_input_hover_iconed .sc_form_field_hover {
padding: 1em 1em 1em 1.5em !important;
}
[class*=sc_input_hover_] input[type=text], [class*=sc_input_hover_] input[type=number], [class*=sc_input_hover_] input[type=email], [class*=sc_input_hover_] input[type=password], [class*=sc_input_hover_] input[type=search], [class*=sc_input_hover_] select, [class*=sc_input_hover_] textarea {
line-height: 1.2em;
padding: 1.2em !important;
} .sc_skills_pie.sc_skills_compact_off .sc_skills_item_title {
font-weight: 600;
font-size: 16px;
line-height: 20px;
letter-spacing: 0;
color: var(--theme-color-text_dark);
}
.sc_skills_pie.sc_skills_compact_off .sc_skills_total {
font-size: 30px;
font-weight: 800;
line-height: 1em;
color: var(--theme-color-text_dark);
top: 48%;
} .sc_countdown .sc_countdown_label,
.sc_countdown_default .sc_countdown_digits span {
color: var(--theme-color-text_dark);
background: none;
}
.sc_countdown_circle .sc_countdown_digits {
color: var(--theme-color-alter_link);
border-color: var(--theme-color-alter_bd_color);
background-color: var(--theme-color-alter_bg_color);
}
.sc_countdown_default .sc_countdown_digits span {
width: 0.6em;
}
.sc_countdown_default .sc_countdown_digits span + span {
margin: 0;
}
.sc_countdown .sc_countdown_digits {
margin-bottom: 0;
}
.sc_countdown_default .sc_countdown_digits {
font-size: 54px;
font-weight: 800;
line-height: 1.1em;
height: 1.1em;
}
.sc_countdown_default .sc_countdown_separator {
width: 0;
opacity: 0;
margin: 0 27px;
}
.sc_countdown .sc_countdown_label {
font-size: 24px;
font-weight: 800;
line-height: 1em;
margin-top: -5px;
display: block;
}
.sc_countdown.aligncenter {
margin-bottom: 0 !important;
} .sc_item_title {
line-height: 1.1em;
}
h4.sc_item_title {
line-height: 1.2em;
}
h4.sc_item_title_tag + .sc_item_button_simple .sc_button_simple {
font-size: 16px;
}
h4.sc_item_title_tag + .sc_item_button_simple .sc_button_simple:before, h4.sc_item_title_tag + .sc_item_button_simple .sc_button_simple:after {
top: 2px;
} .sc_title_accent h1.sc_item_title {
font-size: 110px;
line-height: 1em;
}
.sc_title_accent h2.sc_item_title {
font-size: 100px;
line-height: 1em;
} .sc_icons.sc_icons_modern .sc_icons_icon:before,
.sc_icons.sc_icons_modern .sc_icons_icon > span:before {
font-size: 30px;
line-height: 1.1em !important;
}
.sc_icons.sc_icons_modern .sc_icon_type_svg svg,
.sc_icons.sc_icons_modern .sc_icon_type_svg object {
width: 30px;
height: 1em;
display: inline-block;
overflow: visible;
margin-bottom: -0.1em;
}
.sc_icons.sc_icons_modern.sc_icons_size_small .sc_icons_icon:before, .sc_icons.sc_icons_modern.sc_icons_size_small .sc_icons_icon > span:before {
font-size: 21px;
line-height: 1.1em !important;
}
.sc_icons.sc_icons_modern.sc_icons_size_small .sc_icon_type_svg svg, .sc_icons.sc_icons_modern.sc_icons_size_small .sc_icon_type_svg object {
width: 21px;
height: 1em;
}
.sc_icons.sc_icons_modern.sc_icons_size_large .sc_icons_icon:before, .sc_icons.sc_icons_modern.sc_icons_size_large .sc_icons_icon > span:before {
font-size: 44px;
line-height: 1.1em !important;
}
.sc_icons.sc_icons_modern.sc_icons_size_large .sc_icon_type_svg svg, .sc_icons.sc_icons_modern.sc_icons_size_large .sc_icon_type_svg object {
width: 44px;
height: 1em;
}
.sc_icons.sc_icons_modern .sc_icons_item_details {
min-height: 3em;
padding-left: 4em;
}
.sc_icons.sc_icons_modern.sc_align_right .sc_icons_item_details {
padding-left: 0;
padding-right: 4em;
}
.sc_icons.sc_icons_modern.sc_icons_size_small .sc_icons_item_details {
min-height: 35px;
padding-left: 3em;
}
.sc_icons.sc_icons_modern.sc_icons_size_small.sc_align_right .sc_icons_item_details {
padding-left: 0;
padding-right: 3em;
}
.sc_icons.sc_icons_modern.sc_icons_size_large .sc_icons_item_details {
min-height: 3.5em;
padding-left: 4em;
}
.sc_icons.sc_icons_modern.sc_icons_size_large.sc_align_right .sc_icons_item_details {
padding-left: 0;
padding-right: 4em;
}
.sc_icons.sc_icons_modern .sc_icons_item_title {
font-size: 25px;
line-height: 1.15em;
font-weight: 800;
font-style: normal;
text-transform: none;
letter-spacing: 0;
}
.sc_icons.sc_icons_modern > .sc_icons_item {
margin-bottom: 31px;
padding-bottom: 31px;
border-bottom: 1px solid #e2e7e7;
}
.sc_icons.sc_icons_modern > .sc_icons_item:last-child {
margin-bottom: 0 !important;
padding-bottom: 0 !important;
border-bottom: none !important;
}
.sc_icons.sc_icons_modern .sc_icons_item_description strong {
font-weight: 600;
margin-top: 11px;
display: inline-block;
}
.sc_icons.sc_icons_modern .sc_icons_item_description > span + span strong {
margin-top: 20px;
}
.sc_icons.sc_icons_modern .sc_icons_item_description a {
color: var(--theme-color-text);
}
.sc_icons.sc_icons_modern .sc_icons_item_description a:hover {
color: var(--theme-color-text_link);
}
.sc_icons.sc_icons_modern .sc_icons_icon,
.sc_icons.sc_icons_modern .sc_icons_image {
top: 2px;
}
.sc_icons.sc_icons_modern .sc_icons_item_title + .sc_icons_item_description {
margin-top: 0.45em;
}
.extra-icon-list .sc_icons.sc_icons_modern .sc_icons_item_description strong {
margin-top: 0;
}
.extra-icon-list .trx_addons_columns_wrap.columns_padding_bottom > [class*=trx_addons_column-] {
padding-bottom: 30px;
} .sc_item_title.sc_item_title_style_accent i {
display: inline-block;
font-size: inherit;
font-weight: inherit;
font-style: inherit;
padding: 0;
background-color: transparent;
text-align: inherit;
position: relative;
z-index: 1;
top: 0;
right: 0;
width: auto;
height: auto;
line-height: inherit;
border-radius: 0;
letter-spacing: inherit;
color: var(--theme-color-text_link);
} .sc_services_default .sc_services_item_icon, .sc_services_default .sc_services_item_pictogram {
position: relative;
display: inline-block;
font-size: 5.3em;
width: 1.5em;
height: 1.5em;
line-height: 1.5em;
text-align: center;
margin-top: 35px;
border: none;
top: 0;
border-radius: 0;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.sc_services_default .sc_services_item_info {
padding: 50px 40px;
}
.sc_services_default.sc_services_featured_top .sc_services_item_icon + .sc_services_item_info {
padding-top: 18px;
}
.sc_services_default.sc_services_featured_top .sc_services_item_content {
margin-top: 1.4em;
}
.sc_services_default.sc_services_featured_top.with_icon .sc_services_item_title {
margin: 0 auto;
max-width: 70%;
}
.sc_services .sc_services_item_button .sc_button_simple {
font-size: 16px;
}
.sc_services_default .no_margin .sc_services_item_info {
padding: 62px 40px;
}
.sc_services_default .no_margin .sc_services_item_icon + .sc_services_item_info {
padding-top: 18px;
}
.sc_services_default .no_margin .sc_services_item_icon, .sc_services_default .no_margin .sc_services_item_pictogram {
margin-top: 42px;
}
.services_page_related .sc_services_item_content {
display: none;
}
.services_page_related .sc_services_item_title {
font-size: 25px;
line-height: 1.2em;
}
.services_page_related.sc_services_default .sc_services_item_info {
padding: 40px 30px;
}
.services_page_related.sc_services_default .sc_services_item_button {
margin: 1.1em 0 0;
} .sc_services_light .sc_services_item {
margin-bottom: 2em;
}
.sc_services_light .sc_services_item_featured_top .post_featured + .sc_services_item_info {
padding-top: 2.2em;
}
.sc_services_light.sc_services_featured_top .sc_services_item_icon, .sc_services_light.sc_services_featured_top .sc_services_item_pictogram {
position: relative;
display: inline-block;
font-size: 5.4em;
width: 1.5em;
height: 1.5em;
line-height: 1.5em;
text-align: center;
margin-top: 0;
border: none;
top: 0;
border-radius: 0;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.sc_services_light .sc_services_item_title {
font-size: 30px;
font-weight: 800;
line-height: 1.25em;
padding: 0 20px;
}
.sc_services_light .post_featured.with_thumb + .sc_services_item_info .sc_services_item_title {
padding: 0;
}
.sc_services_light.sc_services_featured_top.with_icon .sc_services_item_title {
max-width: 70%;
margin: 0 auto;
}
.sc_services_light .sc_services_item_content {
margin-top: 20px;
}
.sc_services_light.sc_services_featured_top .sc_services_item_icon + .sc_services_item_info {
margin-top: 20px;
}
.sc_services_light .sc_services_item_button {
margin: 1.5em 0 0;
}
.sc_services_columns_wrap.columns_padding_bottom:not(.no_margin):not(.columns_in_single_row) {
margin-bottom: calc(-1 * var(--theme-var-grid_gap));
}
.sc_services_default .trx_addons_columns_wrap.no_margin {
background-color: var(--theme-color-bg_color);
}
.trx_addons_columns_wrap.no_margin > [class*=trx_addons_column-] {
padding: 1px !important;
}
.trx_addons_columns_wrap.no_margin {
margin-left: -1px !important;
margin-right: -1px !important;
} .trx_addons_columns_wrap > [class*=trx_addons_column-] {
padding-right: 50px;
}
.trx_addons_columns_wrap.columns_padding_bottom > [class*=trx_addons_column-],
.trx_addons_columns_wrap > [class*=trx_addons_column-].columns_padding_bottom {
padding-bottom: 50px;
}
.trx_addons_columns_wrap {
margin-right: -50px;
} .sc_layouts_cart_widget .cart_list {
max-height: 300px;
}
.sc_layouts_cart_widget {
top: 3.6em;
right: 0;
width: 330px;
padding: 25px;
border: none;
}
.sc_layouts_cart_widget:after {
border-top: none;
border-left: none;
}
.sc_layouts_cart_widget:after {
content: " ";
display: block;
position: absolute;
z-index: 1;
top: 0;
right: 2.5em;
margin: -4px 0 0 -4px;
width: 10px;
height: 10px;
} .sc_item_subtitle {
font-style: normal;
}
h3.sc_item_title_tag + .sc_item_descr, h3.sc_item_title_tag + .sc_item_slider, h3.sc_item_title_tag + .sc_item_columns, h3.sc_item_title_tag + .sc_item_content {
margin-top: 2.6em;
margin-bottom: 0;
}
.sc_item_title + .sc_item_button, .sc_item_title + .sc_item_button_image, .sc_item_subtitle + .sc_item_button, .sc_item_subtitle + .sc_item_button_image, .sc_item_descr + .sc_item_button, .sc_item_descr + .sc_item_button_image, .sc_item_content + .sc_item_button, .sc_item_content + .sc_item_button_image, .sc_item_slider + .sc_item_button, .sc_item_slider + .sc_item_button_image, .sc_item_columns + .sc_item_button, .sc_item_columns + .sc_item_button_image, .sc_item_pagination + .sc_item_button, .sc_item_pagination + .sc_item_button_image {
margin-top: 3.5em;
}
.sc_item_title + .sc_item_button_simple, .sc_item_subtitle + .sc_item_button_simple, .sc_item_descr + .sc_item_button_simple, .sc_item_content + .sc_item_button_simple, .sc_item_slider + .sc_item_button_simple, .sc_item_columns + .sc_item_button_simple, .sc_item_pagination + .sc_item_button_simple {
margin-top: 1.5em;
}
.sc_item_descr p {
margin: 0;
}
.sc_item_descr p + p {
margin-top: 1em;
}
.sc_title_accent h2.sc_item_title_tag + .sc_item_descr, .sc_title_accent h2.sc_item_title_tag + .sc_item_slider, .sc_title_accent h2.sc_item_title_tag + .sc_item_columns, .sc_title_accent h2.sc_item_title_tag + .sc_item_content {
margin-top: 2.5em;
}
.sc_title_accent .sc_item_descr {
line-height: 1.7em;
} .sc_action_item.with_image .sc_action_item_inner {
padding: 3em 2em;
}
.sc_action_item_default .sc_action_item_title {
font-size: 36px;
}
.sc_action_item_default .sc_action_item_title span {
display: block;
}
.sc_action_item_default.with_image:after {
background: rgba(0, 0, 0, 0.1);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.sc_action_item_default.with_image:hover:after {
background: rgba(0, 0, 0, 0.5);
} .sc_events_default .sc_events_item .sc_events_item_meta {
font-size: 14px;
}
.sc_events_default .sc_events_item .post_featured.hover_icon img,
.sc_events_default .sc_events_item .post_featured.hover_icons img,
.sc_events_default .sc_events_item .post_featured.hover_icon:hover img,
.sc_events_default .sc_events_item .post_featured.hover_icons:hover img {
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1);
} .sc_events_classic .sc_events_columns .sc_events_item_info > div + div {
margin-top: 15px;
}
.sc_events_classic .sc_events_content > .sc_events_item {
border-top: 2px solid var(--theme-color-bg_color);
}
.sc_events_classic .sc_events_content > .sc_events_item .sc_events_item_info {
padding: 40px 50px;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: var(--theme-color-alter_text);
}
.sc_events_classic .sc_events_content > .sc_events_item .sc_events_item_info .sc_events_item_first {
-webkit-box-flex: 40%;
-ms-flex: 40% 0 0px;
flex: 40% 0 0;
padding-right: 45px;
}
.sc_events_classic .sc_events_content > .sc_events_item .sc_events_item_info .sc_events_item_second {
-webkit-box-flex: 42%;
-ms-flex: 42% 0 0px;
flex: 42% 0 0;
padding-right: 15px;
}
.sc_events_classic .sc_events_content > .sc_events_item .sc_events_item_info .sc_events_item_third {
-webkit-box-flex: 18%;
-ms-flex: 18% 0 0px;
flex: 18% 0 0;
text-align: right;
padding-right: 15px;
}
.sc_events_classic .sc_events_item_title {
font-size: 25px;
}
.sc_events_classic .sc_events_item_meta {
position: relative;
font-size: 16px;
line-height: 1.5em;
margin-top: 0.5em;
letter-spacing: 0;
color: var(--theme-color-alter_text);
}
.sc_events_classic .sc_events_item_meta:before {
content: "\e9c0";
font-family: "fontello";
color: var(--theme-color-alter_link);
margin-right: 8px;
}
.sc_events_classic .sc_events_item_meta .sc_events_item_date {
letter-spacing: 0;
font-style: normal;
color: var(--theme-color-alter_text);
}
.sc_events_classic .sc_button.sc_button_simple.sc_button_size_small:before,
.sc_events_classic .sc_button.sc_button_simple.sc_button_size_small:after {
top: 1px !important;
}
.sc_events_classic .sc_events_item {
background-color: var(--theme-color-alter_bg_color);
} .sc_skills_counter .sc_skills_total {
font-size: 54px;
font-weight: 800;
}
.sc_skills_counter .sc_skills_item_title {
text-align: center;
font-size: 30px;
font-weight: 800;
line-height: 1.25em;
font-style: normal;
margin-top: 5px;
} .sc_blogger_item_featured {
z-index: 1;
}
.sc_blogger_item_default .sc_button.sc_button_simple {
font-size: 16px;
}
.sc_blogger .sc_blogger_item_title + .sc_blogger_item_button, .sc_blogger .sc_blogger_item_meta + .sc_blogger_item_button, .sc_blogger .sc_blogger_item_excerpt + .sc_blogger_item_button {
margin-top: 1.3em;
}
.sc_blogger_item_default.sc_blogger_item_on_plate.sc_blogger_item_image_position_top .sc_blogger_item_content {
text-align: center;
}
.sc_blogger_item_default.sc_blogger_item_on_plate .sc_blogger_item_content {
padding: 3.6em 2em;
}
.sc_blogger_default.sc_blogger_default_classic_4 .sc_blogger_item_title + .post_meta {
margin-top: 20px;
}
.sc_blogger_default.sc_blogger_default_classic_4 .post_meta.post_meta_date {
margin: 0;
}
.sc_blogger_default.sc_blogger_default_classic_4 .post_meta.post_meta_date a {
color: var(--theme-color-inverse_hover);
background-color: var(--theme-color-text_hover);
height: 32px;
line-height: 32px;
padding: 0 13px;
font-size: 14px;
display: inline-block;
letter-spacing: 0;
text-indent: 2px;
position: relative;
}
.sc_blogger_default.sc_blogger_default_classic_4 .post_meta.post_meta_date a:hover {
color: var(--theme-color-inverse_link);
background-color: var(--theme-color-text_link);
}
.sc_blogger_default.sc_blogger_default_classic_4 .sc_blogger_item_default.sc_blogger_item_on_plate.sc_blogger_item_image_position_top .post_featured + .sc_blogger_item_content .post_meta.post_meta_date {
margin-top: -3.6rem;
margin-bottom: 16px;
position: relative;
top: -17px;
z-index: 9;
} .trx_addons_video_list_video_wrap .trx_addons_video_list_title_wrap .trx_addons_video_list_title {
font-size: 2em;
}
.trx_addons_video_list_controller_wrap .trx_addons_video_list_subtitle {
display: none;
}
.trx_addons_video_list_video_wrap .trx_addons_video_list_subtitle a {
color: var(--theme-color-alter_dark);
}
.trx_addons_video_list_video_wrap .trx_addons_video_list_subtitle a:hover {
color: var(--theme-color-inverse_hover);
background-color: var(--theme-color-text_hover);
}
.title-extra-padding .sc_services .sc_services_item_title.entry-title {
padding: 0 70px;
}
.sc_layouts_title_title > .sc_layouts_title_caption {
word-break: break-word;
} .sc_igenerator_form_field_prompt .sc_igenerator_form_field_inner .sc_igenerator_form_field_prompt_button,
.sc_tgenerator_form_field_prompt .sc_tgenerator_form_field_inner .sc_tgenerator_form_field_prompt_button,
.sc_chat_form_field_prompt .sc_chat_form_field_inner .sc_chat_form_field_prompt_button {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.sc_igenerator .sc_igenerator_form_settings_button {
border-radius: var(--theme-var-rad);
color: var(--theme-color-inverse_link);
background-color: var(--theme-color-text_link);
}
.sc_igenerator .sc_igenerator_form_settings_button:hover {
background-color: var(--theme-color-text_hover);
}
.sc_igenerator .sc_igenerator_form_settings {
top: 100%;
background-color: var(--theme-color-bg_color);
-webkit-box-shadow: 0 0 10px var(--theme-color-alter_bg_color_04);
box-shadow: 0 0 10px var(--theme-color-alter_bg_color_04);
border-radius: var(--theme-var-rad);
}
.sc_igenerator .sc_igenerator_form_settings .sc_igenerator_form_settings_field + .sc_igenerator_form_settings_field {
margin-top: 10px;
}
.sc_igenerator .sc_igenerator_form_settings .sc_igenerator_form_settings_field input[type=radio] + label {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-left: 0;
}
.sc_igenerator .sc_igenerator_form_settings .sc_igenerator_form_settings_field input[type=radio] + label:hover {
cursor: pointer;
}
.sc_igenerator .sc_igenerator_form_settings .sc_igenerator_form_settings_field input[type=radio] + label:before {
position: static;
display: inline-block;
margin-right: 10px;
}
.sc_igenerator .sc_igenerator_form_field_tags_item {
border-radius: var(--theme-var-rad);
}
.sc_tgenerator_form_field_select .sc_tgenerator_form_field_select_label {
border: none;
color: var(--theme-color-text_link);
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.sc_tgenerator_form_field_select .sc_tgenerator_form_field_select_label:hover {
color: var(--theme-color-text_hover);
}
.sc_tgenerator_form_field_select .sc_tgenerator_form_field_select_options {
border-radius: var(--theme-var-rad);
background-color: var(--theme-color-bg_color);
-webkit-box-shadow: 0 0 10px var(--theme-color-alter_bg_color_04);
box-shadow: 0 0 10px var(--theme-color-alter_bg_color_04);
}
.sc_tgenerator_form_field_select .sc_tgenerator_form_field_select_options .sc_tgenerator_form_field_select_option {
color: var(--theme-color-input_text);
}
.sc_tgenerator_form_field_select .sc_tgenerator_form_field_select_options .sc_tgenerator_form_field_select_option:hover, .sc_tgenerator_form_field_select .sc_tgenerator_form_field_select_options .sc_tgenerator_form_field_select_option:focus {
color: var(--theme-color-text_hover);
background-color: var(--theme-color-input_bg_hover);
}
.sc_chat_content {
border-radius: var(--theme-var-rad);
background-color: var(--theme-color-bg_color);
}
.sc_chat_content .sc_chat_form_field,
.sc_chat_content .sc_chat_result {
border-radius: 0;
border-color: var(--theme-color-bd_color);
border-radius: var(--theme-var-rad);
}
.sc_chat_content .sc_chat_form_field_prompt_label {
color: var(--theme-color-extra_dark);
background-color: var(--theme-color-extra_bg_color);
}
.sc_chat_content .sc_chat_result .sc_chat_list .sc_chat_list_item_loading .sc_chat_list_item_content {
color: var(--theme-color-inverse_link);
background-color: var(--theme-color-text_link);
}
.sc_chat_content .sc_chat_result .sc_chat_list .sc_chat_list_item_loading .sc_chat_list_item_loading_dot {
background-color: var(--theme-color-inverse_link);
}
.sc_chat_content .sc_chat_result .sc_chat_list .sc_chat_list_item_user .sc_chat_list_item_content {
font-size: var(--theme-font-p_font-size);
line-height: var(--theme-font-p_line-height);
color: var(--theme-color-alter_text);
background-color: var(--theme-color-alter_bg_color);
}
.sc_chat_content .sc_chat_result .sc_chat_list .sc_chat_list_item_assistant .sc_chat_list_item_content {
color: var(--theme-color-alter_text);
background-color: var(--theme-color-alter_bg_color);
}
.sc_chat_content .sc_chat_result .sc_chat_list .sc_chat_list_item .sc_chat_list_item_time {
font-family: var(--theme-font-info_font-family);
font-size: var(--theme-font-info_font-size);
line-height: var(--theme-font-info_line-height);
font-weight: var(--theme-font-info_font-weight);
letter-spacing: var(--theme-font-menu_letter-spacing);
text-transform: var(--theme-font-info_text-transform);
color: var(--theme-color-text);
}
.sc_chat_content .sc_chat_result .sc_chat_list .sc_chat_list_item .sc_chat_list_item_content h1,
.sc_chat_content .sc_chat_result .sc_chat_list .sc_chat_list_item .sc_chat_list_item_content h2,
.sc_chat_content .sc_chat_result .sc_chat_list .sc_chat_list_item .sc_chat_list_item_content h3,
.sc_chat_content .sc_chat_result .sc_chat_list .sc_chat_list_item .sc_chat_list_item_content h4,
.sc_chat_content .sc_chat_result .sc_chat_list .sc_chat_list_item .sc_chat_list_item_content h5,
.sc_chat_content .sc_chat_result .sc_chat_list .sc_chat_list_item .sc_chat_list_item_content h6 {
color: var(--theme-color-text_dark);
}
.sc_layouts_panel_inner .sc_chat_topics .sc_chat_topics_item {
border-bottom-color: var(--theme-color-bd_color);
}
.sc_tgenerator_result .sc_tgenerator_result_content {
border-color: var(--theme-color-bd_color);
background-color: var(--theme-color-alter_bg_color);
}.post_content > .elementor,
[class*=type-cpt_] > [class*=_page_content] > .elementor {
margin-left: calc(-1 * var(--theme-var-elm_add_page_margins) / 2);
margin-right: calc(-1 * var(--theme-var-elm_add_page_margins) / 2);
} .body_style_fullscreen .post_content > .elementor .elementor-section.elementor-section-full_width > .elementor-container.elementor-column-gap-no,
.body_style_fullscreen [class*=type-cpt_] > [class*=_page_content] > .elementor .elementor-section.elementor-section-full_width > .elementor-container.elementor-column-gap-no {
margin-left: calc(var(--theme-var-elm_add_page_margins) / 2);
margin-right: calc(var(--theme-var-elm_add_page_margins) / 2);
} .elementor-column-gap-narrow > .elementor-row > .elementor-column > .elementor-element-populated {
padding: calc(var(--theme-var-elm_gap_narrow) / 2);
}
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
padding: calc(var(--theme-var-elm_gap_default) / 2);
}
.elementor-column-gap-extended > .elementor-row > .elementor-column > .elementor-element-populated {
padding: calc(var(--theme-var-elm_gap_extended) / 2);
}
.elementor-column-gap-wide > .elementor-row > .elementor-column > .elementor-element-populated {
padding: calc(var(--theme-var-elm_gap_wide) / 2);
}
.elementor-column-gap-wider > .elementor-row > .elementor-column > .elementor-element-populated {
padding: calc(var(--theme-var-elm_gap_wider) / 2);
}
.elementor-container > .elementor-row > .elementor-column > .elementor-element-populated {
padding-top: 0;
padding-bottom: 0;
} .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container:not(.elementor-column-gap-no) {
max-width: none;
position: relative;
} .body_style_fullwide .elementor-section.elementor-section-boxed > .elementor-container.elementor-container {
max-width: var(--theme-var-page_fullwide);
}
.body_style_fullwide .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-narrow {
max-width: calc(var(--theme-var-page_fullwide) + var(--theme-var-elm_gap_narrow));
}
.body_style_fullwide .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-default {
max-width: calc(var(--theme-var-page_fullwide) + var(--theme-var-elm_gap_default));
}
.body_style_fullwide .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-extended {
max-width: calc(var(--theme-var-page_fullwide) + var(--theme-var-elm_gap_extended));
}
.body_style_fullwide .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-wide {
max-width: calc(var(--theme-var-page_fullwide) + var(--theme-var-elm_gap_wide));
}
.body_style_fullwide .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-wider {
max-width: calc(var(--theme-var-page_fullwide) + var(--theme-var-elm_gap_wider));
} .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-no {
max-width: var(--theme-var-page);
} .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-narrow {
max-width: var(--theme-var-page10);
}
.elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-narrow,
.elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-narrow {
width: var(--theme-var-page10);
}
.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-narrow,
.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-narrow {
width: var(--theme-var-content10);
}
.content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-narrow,
.content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-narrow {
left: calc(-1 * var(--theme-var-elm_gap_narrow) / 2);
}
.content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width.elementor-section-stretched:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-narrow {
margin-left: calc(-1 * var(--theme-var-elm_gap_narrow) / 2);
margin-right: calc(-1 * var(--theme-var-elm_gap_narrow) / 2);
} .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-default {
max-width: var(--theme-var-page20);
}
.elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-default,
.elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-default {
width: var(--theme-var-page20);
}
.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-default,
.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-default {
width: var(--theme-var-content20);
}
.content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-default,
.content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-default {
left: calc(-1 * var(--theme-var-elm_gap_default) / 2);
}
.content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width.elementor-section-stretched:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-default {
margin-left: calc(-1 * var(--theme-var-elm_gap_default) / 2);
margin-right: calc(-1 * var(--theme-var-elm_gap_default) / 2);
} .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-extended {
max-width: var(--theme-var-page50);
}
.elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-extended,
.elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-extended {
width: var(--theme-var-page50);
}
.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-extended,
.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-extended {
width: var(--theme-var-content50);
}
.content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-extended,
.content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-extended {
left: calc(-1 * var(--theme-var-elm_gap_extended) / 2);
}
.content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width.elementor-section-stretched:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-extended {
margin-left: calc(-1 * var(--theme-var-elm_gap_extended) / 2);
margin-right: calc(-1 * var(--theme-var-elm_gap_extended) / 2);
} .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-wide {
max-width: var(--theme-var-page40);
}
.elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wide,
.elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wide {
width: var(--theme-var-page40);
}
.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wide,
.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wide {
width: var(--theme-var-content40);
}
.content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wide,
.content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wide {
left: calc(-1 * var(--theme-var-elm_gap_wide) / 2);
}
.content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width.elementor-section-stretched:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wide {
margin-left: calc(-1 * var(--theme-var-elm_gap_wide) / 2);
margin-right: calc(-1 * var(--theme-var-elm_gap_wide) / 2);
} .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-wider {
max-width: var(--theme-var-page60);
}
.elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wider,
.elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wider {
width: var(--theme-var-page60);
}
.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wider,
.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wider {
width: var(--theme-var-content60);
}
.content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wider,
.content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wider {
left: calc(-1 * var(--theme-var-elm_gap_wider) / 2);
}
.content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width.elementor-section-stretched:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wider {
margin-left: calc(-1 * var(--theme-var-elm_gap_wider) / 2);
margin-right: calc(-1 * var(--theme-var-elm_gap_wider) / 2);
} .elementor-lightbox {
background-color: var(--theme-color-bg_color_07);
}
.elementor-lightbox .dialog-lightbox-close-button,
.elementor-lightbox .elementor-swiper-button {
color: var(--theme-color-text_dark);
background-color: transparent;
}
.elementor-lightbox .dialog-lightbox-close-button:hover,
.elementor-lightbox .elementor-swiper-button:hover {
color: var(--theme-color-text_link);
} .elementor-shape .elementor-shape-fill {
fill: var(--theme-color-bg_color);
} .elementor-widget-divider {
--divider-border-color: var(--theme-color-bd_color);
}
.elementor-divider-separator {
border-color: var(--theme-color-bd_color);
} .elementor-progress-wrapper,
.elementor-progress-bar {
border-radius: 0;
overflow: visible !important;
}
.elementor-widget-progress .elementor-title,
.elementor-progress-bar {
font-size: 16px;
font-weight: 600;
color: var(--theme-color-text_dark);
}
.elementor-widget-progress .elementor-progress-percentage {
padding-right: 0;
position: absolute;
z-index: 1;
top: -27px;
line-height: 1;
right: 0;
}
.elementor-title + .elementor-progress-wrapper {
margin-top: 5px;
}
.elementor-widget-progress + .elementor-widget-progress {
margin-top: 16px;
} .elementor-heading-title > small:first-child {
font-size: 53%;
vertical-align: top;
margin: 0 10px 0 0;
position: relative;
top: 3px;
}
h3.elementor-heading-title > small {
font-size: 42%;
top: 7px;
vertical-align: top;
margin: 0 10px 0 0;
position: relative;
}
h3.elementor-heading-title > small:first-child {
font-size: 42%;
bottom: 4px;
top: auto;
vertical-align: bottom;
margin: 0 10px 0 0;
position: relative;
} .elementor-widget-spacer.sc_height_small .elementor-spacer-inner {
height: 45px !important;
}
.elementor-widget-spacer.sc_height_medium .elementor-spacer-inner {
height: 82px !important;
}
.elementor-widget-spacer.sc_height_large .elementor-spacer-inner,
.elementor-widget-spacer.sc_height_big .elementor-spacer-inner {
height: 110px !important;
}
.elementor-widget-spacer.sc_height_huge .elementor-spacer-inner {
height: 135px !important;
} .elementor-widget-tabs .elementor-tab-title a {
color: var(--theme-color-bg_color);
-webkit-transition: none;
transition: none;
}
.elementor-widget-tabs .elementor-tab-title {
background-color: var(--theme-color-text_hover);
}
.elementor-widget-tabs .elementor-tab-title.elementor-active {
background-color: var(--theme-color-text_link);
}
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-title + .elementor-tab-title {
margin-left: 14px;
}
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
display: inline-block;
}
.elementor-widget-tabs .elementor-tab-desktop-title {
padding: 22px 30px;
}
.elementor-widget-tabs .elementor-tab-content {
padding: 0;
margin-top: 50px;
}
.elementor-widget-tabs .elementor-tab-content p {
margin-bottom: 0;
}
.elementor-widget-tabs .elementor-tab-content p + p {
margin-top: 10px;
}
.elementor-icon-wrapper {
line-height: 1;
}
.elementor-icon {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.elementor-icon i, .elementor-icon svg {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.elementor-icon.trx_addons_popup_link svg {
right: -1px;
}  .animated.animated-slow {
-webkit-animation-duration: 1000ms;
animation-duration: 1000ms;
}
.animated {
-webkit-animation-duration: 750ms;
animation-duration: 750ms;
}
.animated.animated-fast {
-webkit-animation-duration: 500ms;
animation-duration: 500ms;
} .yokoo-fadeinup {
-webkit-animation-name: yokoo-fadeinup;
animation-name: yokoo-fadeinup;
-webkit-animation-timing-function: ease;
animation-timing-function: ease;
}
@-webkit-keyframes yokoo-fadeinup {
from {
opacity: 0;
-webkit-transform: translateY(60px);
transform: translateY(60px);
}
to {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes yokoo-fadeinup {
from {
opacity: 0;
-webkit-transform: translateY(60px);
transform: translateY(60px);
}
to {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
} .yokoo-fadeinleft {
-webkit-animation-name: yokoo-fadeinleft;
animation-name: yokoo-fadeinleft;
-webkit-animation-timing-function: ease;
animation-timing-function: ease;
}
@-webkit-keyframes yokoo-fadeinleft {
from {
opacity: 0;
-webkit-transform: translateX(-60px);
transform: translateX(-60px);
}
to {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes yokoo-fadeinleft {
from {
opacity: 0;
-webkit-transform: translateX(-60px);
transform: translateX(-60px);
}
to {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
} .yokoo-fadeinright {
-webkit-animation-name: yokoo-fadeinright;
animation-name: yokoo-fadeinright;
-webkit-animation-timing-function: ease;
animation-timing-function: ease;
}
@-webkit-keyframes yokoo-fadeinright {
from {
opacity: 0;
-webkit-transform: translateX(60px);
transform: translateX(60px);
}
to {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes yokoo-fadeinright {
from {
opacity: 0;
-webkit-transform: translateX(60px);
transform: translateX(60px);
}
to {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
} .yokoo-fadeindown {
-webkit-animation-name: yokoo-fadeindown;
animation-name: yokoo-fadeindown;
-webkit-animation-timing-function: ease;
animation-timing-function: ease;
}
@-webkit-keyframes yokoo-fadeindown {
from {
opacity: 0;
-webkit-transform: translateY(-60px);
transform: translateY(-60px);
}
to {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes yokoo-fadeindown {
from {
opacity: 0;
-webkit-transform: translateY(-60px);
transform: translateY(-60px);
}
to {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
} .yokoo-fadein {
-webkit-animation-name: yokoo-fadein;
animation-name: yokoo-fadein;
-webkit-animation-timing-function: ease;
animation-timing-function: ease;
}
@-webkit-keyframes yokoo-fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes yokoo-fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.elementor-invisible .select_container select:not(.esg-sorting-select):not([class*=trx_addons_attrib_]) {
visibility: hidden;
}
.elementor-widget-divider .elementor-divider {
font-size: 0;
}
.elementor-widget:not(:last-child) {
margin-bottom: 0;
}.editor-block-list__layout .mce-toolbar .mce-btn i {
font-family: "dashicons", "tinymce";
}
.editor-block-list__layout .mce-toolbar .mce-btn button,
.editor-block-list__layout input[type=text][role=button] {
background-color: transparent !important;
}
.editor-block-list__layout .mce-toolbar .mce-btn button {
color: #333 !important;
padding: 2px 3px !important;
} .editor-post-title__block .editor-post-title__input {
min-height: 1em;
height: unset;
background-color: transparent !important;
}
.editor-post-title__block .editor-post-title__input,
.editor-post-title__block .editor-post-title__input:focus {
color: var(--theme-color-text_dark);
} div.edit-post-layout {
height: unset;
}
body.edit-post-visual-editor {
font-size: 14px !important;
padding: 3em 0;
min-height: 50vh;
-ms-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
} .editor-writing-flow {
margin: 0 auto;
}
.editor-writing-flow,
.editor-block-list__block,
.editor-post-title__block,
.editor-default-block-appender {
max-width: var(--theme-var-content) !important;
} body.sidebar_position_hide.expand_content .editor-writing-flow,
body.sidebar_position_hide.expand_content .editor-block-list__block,
body.sidebar_position_hide.expand_content .editor-post-title__block,
body.sidebar_position_hide.expand_content .editor-default-block-appender {
max-width: var(--theme-var-page) !important;
}
body.sidebar_position_hide.narrow_content .editor-writing-flow,
body.sidebar_position_hide.narrow_content .editor-block-list__block,
body.sidebar_position_hide.narrow_content .editor-post-title__block,
body.sidebar_position_hide.narrow_content .editor-default-block-appender {
max-width: var(--theme-var-content_narrow) !important;
} body.post-type-cpt_layouts .editor-block-list__block,
body.post-type-cpt_layouts.sidebar_position_hide.expand_content .editor-block-list__block,
body.post-type-cpt_layouts .editor-post-title__block,
body.post-type-cpt_layouts .editor-default-block-appender {
max-width: none !important;
}
body.single-cpt_layouts .trx-addons-layout--single-preview {
max-width: var(--theme-var-page) !important;
position: relative;
margin: 0 auto;
} @media (min-width: 600px) {
body.edit-post-visual-editor .editor-block-list__block:not([data-align]) .editor-block-list__block-edit {
margin-left: calc(-1 * (43px - var(--theme-var-grid_gap) / 2));
margin-right: calc(-1 * (43px - var(--theme-var-grid_gap) / 2));
}
} body.edit-post-visual-editor:not(.post-type-cpt_layouts):not(.sidebar_position_hide) {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-direction: row;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
-ms-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.sidebar_position_hide .editor-post-sidebar-holder,
body.post-type-cpt_layouts .editor-post-sidebar-holder {
display: none;
}
.editor-post-sidebar-holder {
width: var(--theme-var-sidebar);
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
background-color: var(--theme-color-alter_bg_color);
min-height: 75vh;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
}
.editor-post-sidebar-holder:before {
content: "Sidebar";
display: inline-block;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
font-size: 3em;
line-height: 1em;
font-weight: bold;
color: var(--theme-color-alter_text);
text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
} body.sidebar_position_hide.narrow_content .block-editor-block-list__block[data-align=left] > .block-editor-block-list__block-edit .is-style-alignfar,
body.sidebar_position_hide.narrow_content .block-editor-block-list__block[data-align=right] > .block-editor-block-list__block-edit .is-style-alignfar {
max-width: calc((var(--theme-var-page) - var(--theme-var-content_narrow)) / 2 - 30px);
}
body.sidebar_position_hide.narrow_content .block-editor-block-list__block[data-align=left] > .block-editor-block-list__block-edit .is-style-alignfar {
float: left;
margin: 1em 1em 1em calc((var(--theme-var-page) - var(--theme-var-content_narrow)) / -2);
}
body.sidebar_position_hide.narrow_content .block-editor-block-list__block[data-align=right] > .block-editor-block-list__block-edit .is-style-alignfar {
float: right;
margin: 1em calc((var(--theme-var-page) - var(--theme-var-content_narrow)) / -2) 1em 2em;
}
body.sidebar_position_hide.narrow_content .block-editor-block-list__block[data-align=left][data-type="core/image"] > .block-editor-block-list__block-edit .is-style-alignfar,
body.sidebar_position_hide.narrow_content .block-editor-block-list__block[data-align=right][data-type="core/image"] > .block-editor-block-list__block-edit .is-style-alignfar {
max-width: none !important;
} body.sidebar_position_hide.normal_content .block-editor-block-list__block[data-align=left] > .block-editor-block-list__block-edit .is-style-alignfar {
float: left;
margin: 1em 1em 1em calc((var(--theme-var-page) - var(--theme-var-content)) / -2);
}
body.sidebar_position_hide.normal_content .block-editor-block-list__block[data-align=right] > .block-editor-block-list__block-edit .is-style-alignfar {
float: right;
margin: 1em calc((var(--theme-var-page) - var(--theme-var-content)) / -2) 1em 2em;
}
body.sidebar_position_hide.normal_content .block-editor-block-list__block[data-align=left][data-type="core/image"] > .block-editor-block-list__block-edit .is-style-alignfar,
body.sidebar_position_hide.normal_content .block-editor-block-list__block[data-align=right][data-type="core/image"] > .block-editor-block-list__block-edit .is-style-alignfar {
max-width: none !important;
} body:not(.sidebar_position_hide) .editor-block-list__layout .alignwide,
body:not(.sidebar_position_hide) .editor-block-list__block[data-align=wide],
body:not(.sidebar_position_hide) .editor-block-list__layout .alignfull,
body:not(.sidebar_position_hide) .editor-block-list__block[data-align=full] {
max-width: 100% !important;
margin-left: auto !important;
margin-right: auto !important;
}
body.sidebar_position_hide .editor-block-list__layout .alignwide,
body.sidebar_position_hide .editor-block-list__block[data-align=wide] {
max-width: none !important;
width: calc(100% + 8em);
margin-left: -4em;
}
body.sidebar_position_hide .editor-block-list__layout .alignfull,
body.sidebar_position_hide .editor-block-list__block[data-align=full] {
max-width: none !important;
width: calc(100% + 14em);
margin-left: -7em;
}
.block-editor-block-list__layout .block-editor-block-list__block[data-align=wide] > .block-editor-block-list__block-edit:before,
.block-editor-block-list__layout .block-editor-block-list__block[data-align=full] > .block-editor-block-list__block-edit:before {
left: -14px;
right: -14px;
border-right-width: 1px;
}  .wp-block-nextpage > span {
height: auto;
background-color: var(--theme-color-bg_color);
color: var(--theme-color-text_dark);
} .block-editor-rich-text {
z-index: 1;
}
figure .block-editor-rich-text__editable[data-is-placeholder-visible=true] {
position: absolute !important;
}
figure .block-editor-rich-text {
width: 100%;
}
.blocks-gallery-item .block-editor-rich-text {
position: static;
} [data-type="core/image"][data-align=center] .block-editor-block-list__block-edit figure,
[data-type="core/image"][data-align=left] .block-editor-block-list__block-edit figure,
[data-type="core/image"][data-align=right] .block-editor-block-list__block-edit figure {
display: inline-block;
vertical-align: top;
} .wp-block-image .components-resizable-box__container {
vertical-align: top;
} .wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
color: #fff;
width: 100%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
padding: 2em;
} .editor-block-list__block .kt-tabs-title-list {
margin-bottom: 0;
padding-left: 0;
}
.editor-block-list__block .kt-tabs-layout-vtabs > .kt-tabs-wrap > .kt-tabs-title-list li {
margin-bottom: 1px;
}
.editor-block-list__block .kt-tabs-content-wrap {
border: 1px solid #ddd;
}.woocommerce table th, .woocommerce table td {
border-width: 0;
} .woocommerce #respond input#submit,
.woocommerce .button, .woocommerce-page .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce input[type=button], .woocommerce-page input[type=button],
.woocommerce input[type=submit], .woocommerce-page input[type=submit],
.woocommerce .woocommerce-message .button,
.woocommerce ul.products li.product .button,
.woocommerce div.product form.cart .button,
.woocommerce #review_form #respond p.form-submit input[type=submit],
.woocommerce-page #review_form #respond p.form-submit input[type=submit],
.woocommerce table.my_account_orders .order-actions .button,
.woocommerce table.cart td.actions .button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.yith-woocompare-widget a.clear-all {
-webkit-appearance: none;
cursor: pointer;
display: inline-block;
vertical-align: top;
font-size: 18px;
line-height: 22px;
font-weight: 600;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
border-radius: var(--theme-var-rad);
text-transform: none;
white-space: nowrap;
letter-spacing: 0;
height: auto;
max-width: 100%;
color: var(--theme-color-inverse_link);
border-color: var(--theme-color-text_link);
background-color: var(--theme-color-text_link);
padding: 1.58em 2.7em;
border-width: 0 !important;
font-size: 16px !important;
}
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus,
.woocommerce .button:hover, .woocommerce-page .button:hover,
.woocommerce .button:focus, .woocommerce-page .button:focus,
.woocommerce a.button:hover, .woocommerce-page a.button:hover,
.woocommerce a.button:focus, .woocommerce-page a.button:focus,
.woocommerce button.button:hover, .woocommerce-page button.button:hover,
.woocommerce button.button:focus, .woocommerce-page button.button:focus,
.woocommerce input.button:hover, .woocommerce-page input.button:hover,
.woocommerce input.button:focus, .woocommerce-page input.button:focus,
.woocommerce input[type=button]:hover, .woocommerce-page input[type=button]:hover,
.woocommerce input[type=button]:focus, .woocommerce-page input[type=button]:focus,
.woocommerce input[type=submit]:hover, .woocommerce-page input[type=submit]:hover,
.woocommerce input[type=submit]:focus, .woocommerce-page input[type=submit]:focus,
.woocommerce .woocommerce-message .button:hover,
.woocommerce .woocommerce-message .button:focus,
.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .button:focus,
.woocommerce div.product form.cart .button:hover,
.woocommerce div.product form.cart .button:focus,
.woocommerce #review_form #respond p.form-submit input[type=submit]:hover,
.woocommerce #review_form #respond p.form-submit input[type=submit]:focus,
.woocommerce-page #review_form #respond p.form-submit input[type=submit]:hover,
.woocommerce-page #review_form #respond p.form-submit input[type=submit]:focus,
.woocommerce table.my_account_orders .order-actions .button:hover,
.woocommerce table.my_account_orders .order-actions .button:focus,
.woocommerce table.cart td.actions .button:hover,
.woocommerce table.cart td.actions .button:focus,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:focus,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:focus,
.yith-woocompare-widget a.clear-all:hover,
.yith-woocompare-widget a.clear-all:focus {
color: var(--theme-color-inverse_hover);
border-color: var(--theme-color-text_hover);
background-color: var(--theme-color-text_hover);
} .woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit[disabled]:disabled,
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button[disabled]:disabled,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button[disabled]:disabled,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button[disabled]:disabled {
-webkit-appearance: none;
cursor: pointer;
display: inline-block;
vertical-align: top;
font-size: 18px;
line-height: 22px;
font-weight: 600;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
border-radius: var(--theme-var-rad);
text-transform: none;
white-space: nowrap;
letter-spacing: 0;
height: auto;
max-width: 100%;
color: var(--theme-color-inverse_link);
border-color: var(--theme-color-text_link);
background-color: var(--theme-color-text_link);
padding: 1.58em 2.7em;
border-width: 0 !important;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit[disabled]:disabled,
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button[disabled]:disabled,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button[disabled]:disabled,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button[disabled]:disabled,
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit[disabled]:disabled:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button[disabled]:disabled:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button[disabled]:disabled:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button[disabled]:disabled:hover {
color: var(--theme-color-text) !important;
border-color: var(--theme-color-text_light) !important;
background-color: var(--theme-color-text_light) !important;
} .woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
color: var(--theme-color-inverse_link);
border-color: var(--theme-color-text_link);
background-color: var(--theme-color-text_link);
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit.alt:focus,
.woocommerce a.button.alt:hover,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:hover,
.woocommerce input.button.alt:focus {
color: var(--theme-color-inverse_hover);
border-color: var(--theme-color-text_hover);
background-color: var(--theme-color-text_hover);
} .widget.woocommerce .button,
.widget.WOOCS_CONVERTER .button,
.widget.yith-woocompare-widget a.button,
.widget.yith-woocompare-widget a.clear-all {
font-size: 16px;
line-height: 20px;
padding: 10px 16px;
}
.widget.woocommerce .button + .button {
margin-left: 3px;
}
[class*=scheme_].sidebar .woocommerce-message .button,
[class*=scheme_].sidebar .woocommerce-error .button,
[class*=scheme_].sidebar .woocommerce-info .button,
[class*=scheme_].sidebar .widget.woocommerce .button,
[class*=scheme_].sidebar .widget.woocommerce a.button,
[class*=scheme_].sidebar .widget.woocommerce button.button,
[class*=scheme_].sidebar .widget.woocommerce input.button,
[class*=scheme_].sidebar .widget.woocommerce input[type=button],
[class*=scheme_].sidebar .widget.woocommerce input[type=submit],
[class*=scheme_].sidebar .widget.WOOCS_CONVERTER .button,
[class*=scheme_].sidebar .widget.yith-woocompare-widget a.button,
[class*=scheme_].sidebar .widget_product_search .search_button {
color: var(--theme-color-inverse_link);
border-color: var(--theme-color-alter_link);
background-color: var(--theme-color-alter_link);
}
[class*=scheme_].sidebar .woocommerce-message .button:hover,
[class*=scheme_].sidebar .woocommerce-message .button:focus,
[class*=scheme_].sidebar .woocommerce-error .button:hover,
[class*=scheme_].sidebar .woocommerce-error .button:focus,
[class*=scheme_].sidebar .woocommerce-info .button:hover,
[class*=scheme_].sidebar .woocommerce-info .button:focus,
[class*=scheme_].sidebar .widget.woocommerce .button:hover,
[class*=scheme_].sidebar .widget.woocommerce .button:focus,
[class*=scheme_].sidebar .widget.woocommerce a.button:hover,
[class*=scheme_].sidebar .widget.woocommerce a.button:focus,
[class*=scheme_].sidebar .widget.woocommerce button.button:hover,
[class*=scheme_].sidebar .widget.woocommerce button.button:focus,
[class*=scheme_].sidebar .widget.woocommerce input.button:hover,
[class*=scheme_].sidebar .widget.woocommerce input.button:focus,
[class*=scheme_].sidebar .widget.woocommerce input[type=button]:hover,
[class*=scheme_].sidebar .widget.woocommerce input[type=button]:focus,
[class*=scheme_].sidebar .widget.woocommerce input[type=submit]:hover,
[class*=scheme_].sidebar .widget.woocommerce input[type=submit]:focus,
[class*=scheme_].sidebar .widget.WOOCS_CONVERTER .button:hover,
[class*=scheme_].sidebar .widget.WOOCS_CONVERTER .button:focus,
[class*=scheme_].sidebar .widget.yith-woocompare-widget a.button:hover,
[class*=scheme_].sidebar .widget.yith-woocompare-widget a.button:focus,
[class*=scheme_].sidebar .widget_product_search .search_button:hover,
[class*=scheme_].sidebar .widget_product_search .search_button:focus {
color: var(--theme-color-inverse_hover);
border-color: var(--theme-color-alter_hover);
background-color: var(--theme-color-alter_hover);
}
.single-product div.product .woocommerce-tabs .wc-tabs li a,
.widget.WOOCS_SELECTOR .woocommerce-currency-switcher-form .chosen-container-single .chosen-single {
border-radius: var(--theme-var-rad);
}
.woocommerce ul.products li.product .post_featured.hover_shop_buttons .icons a {
border-radius: 0;
}
.woocommerce div.product form.cart div.quantity span,
.woocommerce-page div.product form.cart div.quantity span,
.woocommerce .shop_table.cart div.quantity span,
.woocommerce-page .shop_table.cart div.quantity span {
color: var(--theme-color-alter_text);
background-color: var(--theme-color-input_bg_color);
}
.woocommerce div.product form.cart div.quantity span:hover, .woocommerce-page div.product form.cart div.quantity span:hover,
.woocommerce .shop_table.cart div.quantity span:hover, .woocommerce-page .shop_table.cart div.quantity span:hover {
color: var(--theme-color-text_link);
}
.woocommerce div.product form.cart div.quantity input[type=number], .woocommerce-page div.product form.cart div.quantity input[type=number],
.woocommerce .shop_table.cart input[type=number], .woocommerce-page .shop_table.cart div.quantity input[type=number] {
border-color: var(--theme-color-input_bd_color);
}
.woocommerce div.product form.cart div.quantity span.q_inc,
.woocommerce-page div.product form.cart div.quantity span.q_inc,
.woocommerce .shop_table.cart div.quantity span.q_inc,
.woocommerce-page .shop_table.cart div.quantity span.q_inc {
border-radius: 0 var(--theme-var-rad) 0 0;
}
.woocommerce div.product form.cart div.quantity span.q_dec,
.woocommerce-page div.product form.cart div.quantity span.q_dec,
.woocommerce .shop_table.cart div.quantity span.q_dec,
.woocommerce-page .shop_table.cart div.quantity span.q_dec {
border-radius: 0 0 var(--theme-var-rad) 0;
}
.woocommerce ul.products li.product .yith_buttons_wrap,
.woocommerce ul.products li.product .yith_buttons_wrap a > .tooltip {
border-radius: var(--theme-var-rad3);
} .woocommerce table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon .input-text {
padding: 1.1em 1.9em;
border-width: 2px;
border-style: solid;
border-radius: var(--theme-var-rad);
} .woocommerce ul.products:before, .woocommerce-page ul.products:before,
.woocommerce .products ul:before, .woocommerce-page .products ul:before,
.woocommerce div.product #reviews .comment:before, .woocommerce-page div.product #reviews .comment:before,
.woocommerce #content div.product #reviews .comment:before, .woocommerce-page #content div.product #reviews .comment:before,
.woocommerce .woocommerce-pagination ul.page-numbers:before, .woocommerce-page .woocommerce-pagination ul.page-numbers:before {
display: none;
}
.woocommerce .list_products_header, .woocommerce-page .list_products_header {
padding: 0;
margin-bottom: 2em;
display: none;
}
.woocommerce .woocommerce-breadcrumb {
font-size: 1em;
color: var(--theme-color-text);
}
.woocommerce .woocommerce-breadcrumb a {
color: var(--theme-color-text_link);
}
.woocommerce .woocommerce-breadcrumb a:hover {
color: var(--theme-color-text_hover);
}
.woocommerce .woocommerce-breadcrumb-delimiter,
.woocommerce .woocommerce-breadcrumb-item {
display: inline-block;
vertical-align: baseline;
}
.woocommerce .woocommerce-breadcrumb-delimiter {
margin: 0 0.5em;
}
.woocommerce .woocommerce-breadcrumb-delimiter:before {
content: "\e93a";
font-family: "fontello";
}
.woocommerce .post_item_single .woocommerce-breadcrumb {
margin: -2em 0 3em;
display: none;
}
.woocommerce.sidebar_show .post_item_single .woocommerce-breadcrumb {
margin-top: 0;
}
.woocommerce .post_item_single .summary > .woocommerce-breadcrumb {
margin-top: 0;
margin-bottom: 2em;
}
.woocommerce .page-title {
margin: 0;
}
.woocommerce .yokoo_shop_mode_buttons,
.woocommerce-page .yokoo_shop_mode_buttons {
float: left;
font-size: 17px;
line-height: 20px;
margin: 1.1em 1.5em 1.1em 0;
display: block;
}
.woocommerce .yokoo_shop_mode_buttons a {
color: var(--theme-color-text_dark);
}
.woocommerce .yokoo_shop_mode_buttons a:hover {
color: var(--theme-color-text_link);
}
.woocommerce .yokoo_shop_mode_buttons a + a,
.woocommerce-page .yokoo_shop_mode_buttons a + a {
margin-left: 0.5em;
}
.shop_mode_thumbs .yokoo_shop_mode_buttons a.woocommerce_thumbs,
.shop_mode_list .yokoo_shop_mode_buttons a.woocommerce_list {
color: #cdd3d4;
}
.woocommerce .woocommerce-message .button,
.woocommerce ul.products li.product .button,
.woocommerce div.product form.cart .button {
margin-top: 0;
}
.woocommerce ul.products li.product .add_to_cart:before,
.woocommerce div.product form.cart .button:before {
content: "\e93d";
font-family: "fontello";
margin-right: 0.6em;
}
.woocommerce ul.products li.product.outofstock a[class*=add_to_cart] {
display: none;
}
.woocommerce ul.products li.product .outofstock_label {
position: absolute;
z-index: 2000;
top: 1.7em;
left: -2.3em;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
width: 10em;
height: 2em;
line-height: 2em;
font-size: 10px;
letter-spacing: 0.1px;
background-color: #1b3e41;
color: #fff;
text-align: center;
display: block;
}
.woocommerce .woocommerce-result-count {
margin: 1.2em 0.5em 1.2em 0;
font-size: 15px;
line-height: 20px;
color: var(--theme-color-alter_text);
}
.woocommerce .woocommerce-ordering {
margin-top: 0;
margin-bottom: 3.6em;
min-width: calc(50% - 25px);
}
.woocommerce.sidebar_hide .woocommerce-ordering {
min-width: 320px;
}
.sidebar_show.woocommerce ul.products.columns-4, .sidebar_show.woocommerce-page ul.products.columns-4,
.woocommerce ul.products.columns-5, .woocommerce-page ul.products.columns-5,
.woocommerce ul.products.columns-6, .woocommerce-page ul.products.columns-6,
.woocommerce ul.products.columns-6, .woocommerce-page ul.products.columns-7,
.woocommerce ul.products.columns-6, .woocommerce-page ul.products.columns-8 {
font-size: 0.9286em;
}
.sidebar_show.woocommerce ul.products.columns-4 a.button, .sidebar_show.woocommerce-page ul.products.columns-4 a.button,
.woocommerce ul.products.columns-5 a.button, .woocommerce-page ul.products.columns-5 a.button,
.woocommerce ul.products.columns-6 a.button, .woocommerce-page ul.products.columns-6 a.button {
padding: 1em 1.5em;
}
.woocommerce ul.products, .woocommerce-page ul.products {
margin-right: calc(-1 * var(--theme-var-grid_gap));
margin-bottom: calc(-1 * var(--theme-var-grid_gap));
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.woocommerce ul.products li.product > .post_item.post_layout_thumbs {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
height: 100%;
}
.woocommerce .products.related ul.products li.product > .post_item.post_layout_thumbs {
height: auto;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product,
.woocommerce[class*=columns-] ul.products li.product, .woocommerce-page[class*=columns-] ul.products li.product,
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
margin: 0;
clear: none;
padding: 0 var(--theme-var-grid_gap) var(--theme-var-grid_gap) 0;
position: relative;
width: 50%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.woocommerce.columns-1 ul.products li.product, .woocommerce-page.columns-1 ul.products li.product,
.woocommerce ul.products.columns-1 li.product, .woocommerce-page ul.products.columns-1 li.product,
.woocommerce ul.products li.product.column-1_1, .woocommerce-page ul.products li.product.column-1_1,
.woocommerce .related.products ul.products.columns-1 li.product, .woocommerce-page .related.products ul.products.columns-1 li.product,
.woocommerce .related.products ul.products li.product.column-1_1, .woocommerce-page .related.products ul.products li.product.column-1_1,
.woocommerce .upcells.products ul.products.columns-1 li.product, .woocommerce-page .upcells.products ul.products.columns-1 li.product,
.woocommerce .upcells.products ul.products li.product.column-1_1, .woocommerce-page .upcells.products ul.products li.product.column-1_1 {
width: 100%;
}
.woocommerce.columns-2 ul.products li.product, .woocommerce-page.columns-2 ul.products li.product,
.woocommerce ul.products.columns-2 li.product, .woocommerce-page ul.products.columns-2 li.product,
.woocommerce ul.products li.product.column-1_2, .woocommerce-page ul.products li.product.column-1_2,
.woocommerce .related.products ul.products.columns-2 li.product, .woocommerce-page .related.products ul.products.columns-2 li.product,
.woocommerce .related.products ul.products li.product.column-1_2, .woocommerce-page .related.products ul.products li.product.column-1_2,
.woocommerce .upcells.products ul.products.columns-2 li.product, .woocommerce-page .upcells.products ul.products.columns-2 li.product,
.woocommerce .upcells.products ul.products li.product.column-1_2, .woocommerce-page .upcells.products ul.products li.product.column-1_2 {
width: 50%;
}
.woocommerce.columns-3 ul.products li.product, .woocommerce-page.columns-3 ul.products li.product,
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product,
.woocommerce ul.products li.product.column-1_3, .woocommerce-page ul.products li.product.column-1_3,
.woocommerce .related.products ul.products.columns-3 li.product, .woocommerce-page .related.products ul.products.columns-3 li.product,
.woocommerce .related.products ul.products li.product.column-1_3, .woocommerce-page .related.products ul.products li.product.column-1_3,
.woocommerce .upcells.products ul.products.columns-3 li.product, .woocommerce-page .upcells.products ul.products.columns-3 li.product,
.woocommerce .upcells.products ul.products li.product.column-1_3, .woocommerce-page .upcells.products ul.products li.product.column-1_3 {
width: 33.3333333333%;
}
.woocommerce.columns-4 ul.products li.product, .woocommerce-page.columns-4 ul.products li.product,
.woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product,
.woocommerce ul.products li.product.column-1_4, .woocommerce-page ul.products li.product.column-1_4,
.woocommerce .related.products ul.products.columns-4 li.product, .woocommerce-page .related.products ul.products.columns-4 li.product,
.woocommerce .related.products ul.products li.product.column-1_4, .woocommerce-page .related.products ul.products li.product.column-1_4,
.woocommerce .upcells.products ul.products.columns-4 li.product, .woocommerce-page .upcells.products ul.products.columns-4 li.product,
.woocommerce .upcells.products ul.products li.product.column-1_4, .woocommerce-page .upcells.products ul.products li.product.column-1_4 {
width: 25%;
}
.woocommerce.columns-5 ul.products li.product, .woocommerce-page.columns-5 ul.products li.product,
.woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product,
.woocommerce ul.products li.product.column-1_5, .woocommerce-page ul.products li.product.column-1_5,
.woocommerce .related.products ul.products.columns-5 li.product, .woocommerce-page .related.products ul.products.columns-5 li.product,
.woocommerce .related.products ul.products li.product.column-1_5, .woocommerce-page .related.products ul.products li.product.column-1_5,
.woocommerce .upcells.products ul.products.columns-5 li.product, .woocommerce-page .upcells.products ul.products.columns-5 li.product,
.woocommerce .upcells.products ul.products li.product.column-1_5, .woocommerce-page .upcells.products ul.products li.product.column-1_5 {
width: 20%;
}
.woocommerce.columns-6 ul.products li.product, .woocommerce-page.columns-6 ul.products li.product,
.woocommerce ul.products.columns-6 li.product, .woocommerce-page ul.products.columns-6 li.product,
.woocommerce ul.products li.product.column-1_6, .woocommerce-page ul.products li.product.column-1_6,
.woocommerce .related.products ul.products.columns-6 li.product, .woocommerce-page .related.products ul.products.columns-6 li.product,
.woocommerce .related.products ul.products li.product.column-1_6, .woocommerce-page .related.products ul.products li.product.column-1_6,
.woocommerce .upcells.products ul.products.columns-6 li.product, .woocommerce-page .upcells.products ul.products.columns-6 li.product,
.woocommerce .upcells.products ul.products li.product.column-1_6, .woocommerce-page .upcells.products ul.products li.product.column-1_6 {
width: 16.6666666667%;
}
.woocommerce.columns-7 ul.products li.product, .woocommerce-page.columns-7 ul.products li.product,
.woocommerce ul.products.columns-7 li.product, .woocommerce-page ul.products.columns-7 li.product,
.woocommerce ul.products li.product.column-1_7, .woocommerce-page ul.products li.product.column-1_7,
.woocommerce .related.products ul.products.columns-7 li.product, .woocommerce-page .related.products ul.products.columns-7 li.product,
.woocommerce .related.products ul.products li.product.column-1_7, .woocommerce-page .related.products ul.products li.product.column-1_7,
.woocommerce .upcells.products ul.products.columns-7 li.product, .woocommerce-page .upcells.products ul.products.columns-7 li.product,
.woocommerce .upcells.products ul.products li.product.column-1_7, .woocommerce-page .upcells.products ul.products li.product.column-1_7 {
width: 14.2857142857%;
}
.woocommerce.columns-8 ul.products li.product, .woocommerce-page.columns-8 ul.products li.product,
.woocommerce ul.products.columns-8 li.product, .woocommerce-page ul.products.columns-8 li.product,
.woocommerce ul.products li.product.column-1_8, .woocommerce-page ul.products li.product.column-1_8,
.woocommerce .related.products ul.products.columns-8 li.product, .woocommerce-page .related.products ul.products.columns-8 li.product,
.woocommerce .related.products ul.products li.product.column-1_8, .woocommerce-page .related.products ul.products li.product.column-1_8,
.woocommerce .upcells.products ul.products.columns-8 li.product, .woocommerce-page .upcells.products ul.products.columns-8 li.product,
.woocommerce .upcells.products ul.products li.product.column-1_8, .woocommerce-page .upcells.products ul.products li.product.column-1_8 {
width: 12.5%;
}
.woocommerce ul.products li.product-category mark,
.woocommerce-page ul.products li.product-category mark {
background: none;
}
.woocommerce ul.products li.product .post_item,
.woocommerce-page ul.products li.product .post_item {
margin-bottom: 0;
-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.woocommerce ul.products li.product .post_featured {
-ms-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
overflow: hidden;
margin-bottom: -16px;
background-color: var(--theme-color-bg_color);
} .woocommerce > ul.products li.product .post_item,
.woocommerce .shop_mode_thumbs ul.products li.product .post_item,
.woocommerce-page .shop_mode_thumbs ul.products li.product .post_item {
background-color: var(--theme-color-alter_bg_color);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
position: relative;
-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
-ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
box-shadow: 0 0 0 rgba(0, 0, 0, 0);
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.woocommerce > ul.products li.product .post_item:hover,
.woocommerce .shop_mode_thumbs ul.products li.product .post_item:hover,
.woocommerce-page .shop_mode_thumbs ul.products li.product .post_item:hover {
-webkit-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px);
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img,
.woocommerce ul.products li.product a:hover img, .woocommerce-page ul.products li.product a:hover img {
margin: 0;
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
-webkit-transition: opacity 0.3s ease, transform 0.3s ease;
-webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
transition: opacity 0.3s ease, transform 0.3s ease;
transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.woocommerce ul.products li.product .post_featured.hover_shop:hover img,
.woocommerce-page ul.products li.product .post_featured.hover_shop:hover img,
.woocommerce ul.products li.product a:hover img,
.woocommerce-page ul.products li.product a:hover img {
-webkit-transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
}
.woocommerce span.onsale {
color: var(--theme-color-inverse_link);
background-color: var(--theme-color-text_link);
min-height: auto;
min-width: auto;
}
.woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale {
font-size: 16px;
font-weight: 600;
width: auto;
height: 46px;
line-height: 45px;
margin: 0;
padding: 0 19px;
right: 0;
text-transform: none;
top: 0;
border-radius: 0;
}
.woocommerce ul.products li.product strong {
margin-top: 0.5em;
}
.woocommerce ul.products li.product .post_data,
.woocommerce-page ul.products li.product .post_data {
padding: 0 1.5em 55px;
text-align: center;
overflow: hidden;
position: relative;
z-index: 9;
}
.woocommerce-page.trx_addons_absent .shop_mode_list ul.products li.product .post_featured:not(.hover_none) + .post_data .button,
.woocommerce-page.trx_addons_absent .shop_mode_thumbs ul.products li.product .post_featured:not(.hover_none) + .post_data .button,
.woocommerce ul.products li.product.outofstock .post_featured:not(.hover_none) + .post_data .button,
.woocommerce-page ul.products li.product.outofstock .post_featured:not(.hover_none) + .post_data .button,
.woocommerce ul.products li.product .post_featured:not(.hover_none) + .post_data .add_to_cart_button,
.woocommerce-page ul.products li.product .post_featured:not(.hover_none) + .post_data .add_to_cart_button,
.woocommerce ul.products li.product .post_featured:not(.hover_none) + .post_data .button.product_type_external,
.woocommerce-page ul.products li.product .post_featured:not(.hover_none) + .post_data .button.product_type_external,
.woocommerce ul.products li.product .post_featured:not(.hover_none) + .post_data .button.product_type_grouped,
.woocommerce-page ul.products li.product .post_featured:not(.hover_none) + .post_data .button.product_type_grouped {
display: none;
}
.woocommerce ul.products li.product .post_header a {
color: var(--theme-color-alter_dark);
}
.woocommerce ul.products li.product .post_header a:hover {
color: var(--theme-color-alter_link);
}
.woocommerce ul.products li.product .post_header .post_tags {
font-size: 1em;
line-height: 1.4em;
font-weight: 400;
font-style: italic;
letter-spacing: 0;
margin-bottom: 0.5em;
}
.woocommerce ul.products li.product .post_header .post_tags,
.woocommerce ul.products li.product .post_header .post_tags a {
color: var(--theme-color-alter_link);
}
.woocommerce ul.products li.product .post_header .post_tags a:hover {
color: var(--theme-color-alter_hover);
}
.woocommerce ul.products li.product .post_header, .woocommerce-page ul.products li.product .post_header {
margin-bottom: 0;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
font-size: 25px;
line-height: 1.35em;
font-weight: 800;
margin-top: 35px;
margin-bottom: 0;
padding: 0;
}
.woocommerce .shop_mode_list ul.products li.product .woocommerce-loop-category__title,
.woocommerce .shop_mode_list ul.products li.product .woocommerce-loop-product__title,
.woocommerce .shop_mode_list ul.products li.product h3,
.woocommerce-page .shop_mode_list ul.products li.product .woocommerce-loop-category__title,
.woocommerce-page .shop_mode_list ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page .shop_mode_list ul.products li.product h3 {
margin-top: 0;
}
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
font-size: 25px;
line-height: 1em;
font-weight: 800;
margin: 20px auto 0;
}
.woocommerce ul.products li.product .price .woocommerce-Price-currencySymbol,
.woocommerce-page ul.products li.product .price .woocommerce-Price-currencySymbol {
font-size: 14px;
vertical-align: top;
margin-top: -3px;
margin-right: 5px;
display: inline-block;
}
.woocommerce ul.products.columns-5 li.product .post_data,
.woocommerce-page ul.products.columns-5 li.product .post_data,
.woocommerce ul.products.columns-6 li.product .post_data,
.woocommerce-page ul.products.columns-6 li.product .post_data {
padding: 1em 0.5em;
}
.woocommerce ul.products.columns-5 li.product .woocommerce-loop-category__title,
.woocommerce ul.products.columns-5 li.product .woocommerce-loop-product__title,
.woocommerce ul.products.columns-5 li.product h3,
.woocommerce ul.products.columns-5 li.product .price,
.woocommerce-page ul.products.columns-5 li.product .price,
.woocommerce ul.products.columns-6 li.product .woocommerce-loop-category__title,
.woocommerce ul.products.columns-6 li.product .woocommerce-loop-product__title,
.woocommerce ul.products.columns-6 li.product h3,
.woocommerce ul.products.columns-6 li.product .price,
.woocommerce-page ul.products.columns-6 li.product .price {
font-size: 1em;
line-height: 1.3em;
font-weight: 400;
}
.woocommerce ul.products.columns-5 li.product .post_featured .icons,
.woocommerce ul.products.columns-6 li.product .post_featured .icons {
display: none !important;
}
span.amount {
line-height: 1em;
}
span.amount > .decimals {
position: relative;
display: inline;
font-size: 0.75em;
line-height: 1em;
vertical-align: top;
margin-left: 0.2em;
}
span.amount > .decimals_separator {
display: none;
}
.woocommerce span.amount,
.woocommerce-page span.amount {
color: var(--theme-color-text_link);
}
.woocommerce table.shop_table td span.amount {
color: var(--theme-color-alter_text);
}
.cart-collaterals table.shop_table td span.amount {
color: var(--theme-color-alter_dark);
}
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-page div.product p.price,
.woocommerce-page div.product span.price {
color: var(--theme-color-text_dark);
}
div.summary p.price,
div.summary span.price {
color: var(--theme-color-text_dark);
}
div.summary p.price span.amount,
div.summary span.price span.amount {
color: var(--theme-color-text_dark);
}
div.summary p.price span.amount .woocommerce-Price-currencySymbol,
div.summary span.price span.amount .woocommerce-Price-currencySymbol {
margin-right: 10px;
}
.woocommerce ul.products li.product .price .decimals,
.woocommerce-page ul.products li.product .price .decimals {
top: -0.2em;
}
.woocommerce ul.products li.product .price ins {
text-decoration: none;
font-weight: inherit;
font-style: inherit;
}
.woocommerce ul.products li.product .price del {
display: inline-block;
margin-right: 15px;
font-size: 1em;
opacity: 1;
text-decoration: none;
position: relative;
}
.woocommerce ul.products li.product .price del:before {
content: " ";
position: absolute;
z-index: 1;
top: 45%;
left: 0;
width: 100%;
height: 3px;
}
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
.woocommerce ul.products li.product .price ins,
.woocommerce-page ul.products li.product .price ins {
color: var(--theme-color-text_link);
}
.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del {
color: var(--theme-color-alter_light);
}
.woocommerce .price del:before {
background-color: var(--theme-color-alter_light);
}
aside.woocommerce del,
.woocommerce del, .woocommerce del > span.amount,
.woocommerce-page del, .woocommerce-page del > span.amount {
color: var(--theme-color-alter_light) !important;
} .woocommerce .shop_mode_thumbs ul.products li.product .post_data,
.woocommerce-page .shop_mode_thumbs ul.products li.product .post_data {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-grow: 10;
-webkit-box-flex: 10;
-ms-flex-positive: 10;
flex-grow: 10;
-ms-flex-align: stretch;
-webkit-box-align: stretch;
align-items: stretch;
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
}
.woocommerce .shop_mode_thumbs ul.products li.product .post_data_inner,
.woocommerce-page .shop_mode_thumbs ul.products li.product .post_data_inner {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-ms-flex-pack: stretch;
-webkit-box-pack: stretch;
justify-content: stretch;
}
.woocommerce .shop_mode_thumbs ul.products li.product .price,
.woocommerce-page .shop_mode_thumbs ul.products li.product .price {
margin: 22px auto 0;
} .woocommerce .shop_mode_list ul.products li.product, .woocommerce-page .shop_mode_list ul.products li.product {
overflow: hidden;
margin: 0;
float: none;
width: 100%;
}
.woocommerce .shop_mode_list ul.products li.product .post_item, .woocommerce-page .shop_mode_list ul.products li.product .post_item {
overflow: hidden;
text-align: left;
border: none;
}
.woocommerce .shop_mode_list ul.products li.product .post_data, .woocommerce-page .shop_mode_list ul.products li.product .post_data {
height: auto;
overflow: hidden;
text-align: left;
padding: 0;
}
.woocommerce .shop_mode_list ul.products li.product .post_featured, .woocommerce-page .shop_mode_list ul.products li.product .post_featured {
float: left;
margin: 0 2em 0 0;
width: 33%;
max-width: 270px;
position: relative;
border: 1px solid #ddd;
}
.woocommerce .shop_mode_list ul.products li.product .description, .woocommerce-page .shop_mode_list ul.products li.product .description {
margin-bottom: 1.5em;
line-height: 1.3em;
overflow: hidden;
max-height: 6.6em;
}
.woocommerce .shop_mode_list ul.products li.product-category .description, .woocommerce-page .shop_mode_list ul.products li.product-category .description {
border-bottom: none;
}
.woocommerce .shop_mode_list ul.products li.product .post_content, .woocommerce-page .shop_mode_list ul.products li.product .post_content {
margin: 1.2em 0 1.6em;
}
.woocommerce .shop_mode_list ul.products li.product .description p, .woocommerce-page .shop_mode_list ul.products li.product .description p,
.woocommerce .shop_mode_list ul.products li.product .description ul, .woocommerce-page .shop_mode_list ul.products li.product .description ul {
padding-bottom: 0;
margin-bottom: 0;
line-height: 1.3em;
}
.woocommerce .shop_mode_list ul.products li.product .price,
.woocommerce-page .shop_mode_list ul.products li.product .price {
margin: 0;
}
.woocommerce .shop_mode_list ul.products li.product .post_data .add_to_cart_button, .woocommerce-page .shop_mode_list ul.products li.product .post_data .add_to_cart_button,
.woocommerce .shop_mode_list ul.products li.product .post_data .added_to_cart, .woocommerce-page .shop_mode_list ul.products li.product .post_data .added_to_cart {
margin-top: 2em;
}
.woocommerce a.added_to_cart,
.woocommerce-page a.added_to_cart {
padding: 1.3em 0 0 1em;
vertical-align: top;
line-height: 1em;
}
.woocommerce #respond input#submit.loading:after, .woocommerce a.button.loading:after, .woocommerce button.button.loading:after, .woocommerce input.button.loading:after {
display: none;
} .woocommerce .products .star-rating {
float: none;
margin: 0.6em auto -0.6em;
}
.woocommerce ul.products li.product .post_header {
position: relative;
overflow: visible;
}
.woocommerce ul.products li.product .star-rating + .button,
.woocommerce ul.products li.product .post_header + .button {
margin-top: 15px;
}
.woocommerce ul.products li.product .star-rating {
font-size: 14px;
width: 88px;
margin: 26px auto 0;
letter-spacing: 4px;
}
.woocommerce .shop_mode_list .products .star-rating,
.woocommerce .shop_mode_list ul.products li.product .star-rating {
position: relative;
top: auto;
left: auto;
float: none;
margin: 1.5em 0 0;
-webkit-transform: none "";
-ms-transform: none "";
transform: none;
}
.woocommerce .products .star-rating:before,
.woocommerce .products .star-rating span {
top: 0;
left: 1px;
}
.woocommerce .star-rating span:before,
.woocommerce .star-rating:before {
content: "\e9d7\e9d7\e9d7\e9d7\e9d7";
font-family: "fontello";
}
.woocommerce p.stars a,
.star-rating span,
.star-rating:before {
color: #fbc900;
}
.woocommerce p.stars a:hover {
color: var(--theme-color-text_link);
}
#review_form :not(.wpgdprc-checkbox) > label {
margin-bottom: 7px;
font-weight: 600;
display: block;
font-size: 16px;
line-height: 20px;
color: var(--theme-color-text_dark);
}
#review_form #respond p.form-submit input[type=submit] {
color: var(--theme-color-inverse_link);
background-color: var(--theme-color-text_link);
}
#review_form #respond p.form-submit input[type=submit]:hover,
#review_form #respond p.form-submit input[type=submit]:focus {
color: var(--theme-color-bg_color);
background-color: var(--theme-color-text_dark);
} .woocommerce-links-more + .woocommerce-pagination {
display: none;
}  .woocommerce .woocommerce-message,
.woocommerce .woocommerce-info {
background-color: var(--theme-color-alter_bg_color);
border-top-color: var(--theme-color-alter_dark);
color: var(--theme-color-alter_text);
}
.woocommerce .woocommerce-error {
background-color: var(--theme-color-alter_bg_color);
border-top-color: var(--theme-color-alter_link);
}
.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-info:before {
color: var(--theme-color-alter_dark);
}
.woocommerce .woocommerce-error:before {
color: var(--theme-color-alter_link);
}
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button {
margin: 0 0 0.5em 1em;
} .woocommerce div.product .product_title {
margin: -0.05em 0 1em;
font-size: 25px;
}
.trx_addons_present div.product .product_title {
display: none;
} .woocommerce div.product p.price,
.woocommerce div.product span.price {
position: relative;
font-size: 54px;
font-weight: 800;
}
.woocommerce div.product p.price {
margin: 0 0 43px;
}
.woocommerce div.product p.price ins {
text-decoration: none;
font-style: normal;
font-weight: 800;
}
.woocommerce td.product-name dl.variation dd {
display: table-cell;
}
.woocommerce-variation-price .price del,
.woocommerce div.product p.price del {
font-size: 25px;
font-weight: 800;
font-style: normal;
text-decoration: none;
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del {
opacity: 1;
position: relative;
}
.woocommerce div.product p.price del:before, .woocommerce div.product span.price del:before {
content: " ";
position: absolute;
z-index: 1;
top: 45%;
left: 0;
width: 100%;
height: 3px;
background-color: var(--theme-color-alter_light);
}
.woocommerce div.product p.price del .woocommerce-Price-currencySymbol, .woocommerce div.product span.price del .woocommerce-Price-currencySymbol {
font-size: 14px;
vertical-align: top;
margin-top: -3px;
margin-right: 5px;
display: inline-block;
}
.woocommerce div.product p.price del + ins {
margin-left: 20px;
} .woocommerce-main-image {
position: relative;
display: block;
}
.woocommerce div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images {
margin-bottom: 4.5em;
}
.woocommerce.sidebar_show div.product div.images, .woocommerce-page.sidebar_show div.product div.images,
.woocommerce.sidebar_show #content div.product div.images, .woocommerce-page.sidebar_show #content div.product div.images {
width: 100%;
float: none;
}
.woocommerce.sidebar_hide div.product div.images, .woocommerce-page.sidebar_hide div.product div.images,
.woocommerce.sidebar_hide #content div.product div.images, .woocommerce-page.sidebar_hide #content div.product div.images {
width: 48%;
float: left;
}
.woocommerce div.product div.images img {
border: none;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:first-child {
margin-bottom: 30px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
padding: 0 30px 30px 0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.woocommerce div.product div.images .flex-control-thumbs li {
width: 33.33%;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
opacity: 0.8;
} .woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
max-width: none;
display: block;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child {
margin-bottom: 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(n+2) {
padding: 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
border: none;
}
.woocommerce div.product div.images .flex-viewport {
border: none;
margin-bottom: 30px;
}
.woocommerce div.product div.images .flex-control-thumbs {
margin: 0 -30px 0 0;
}
.woocommerce div.product div.images .flex-control-thumbs li {
padding: 0 30px 30px 0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.woocommerce div.product div.images img {
border-color: var(--theme-color-bd_color);
}
.woocommerce div.product div.images a:hover img {
border-color: var(--theme-color-text_link);
}
.woocommerce div.product span.onsale {
position: absolute;
z-index: 2000;
top: 0;
left: 0;
pointer-events: none;
color: var(--theme-color-inverse_link);
background-color: var(--theme-color-text_link);
font-size: 16px;
font-weight: 600;
width: auto;
height: 46px;
line-height: 45px;
margin: 0;
padding: 0 19px;
text-transform: none;
border-radius: 0;
}
.woocommerce div.product div.thumbnails > div,
.woocommerce div.product div.thumbnails > ul {
max-height: 12em;
}
.woocommerce #content div.product div.thumbnails a, .woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a {
margin-right: 1.5%;
width: 18.5%;
position: relative;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.woocommerce #content div.product div.thumbnails a:hover, .woocommerce div.product div.thumbnails a:hover,
.woocommerce-page #content div.product div.thumbnails a:hover, .woocommerce-page div.product div.thumbnails a:hover {
border-style: solid;
}
.woocommerce #content div.product div.thumbnails.columns-4 a, .woocommerce div.product div.thumbnails.columns-4 a,
.woocommerce-page #content div.product div.thumbnails.columns-4 a, .woocommerce-page div.product div.thumbnails.columns-4 a {
margin-right: 2.6666%;
width: 23%;
}
.woocommerce #content div.product div.thumbnails.columns-3 a, .woocommerce div.product div.thumbnails.columns-3 a,
.woocommerce-page #content div.product div.thumbnails.columns-3 a, .woocommerce-page div.product div.thumbnails.columns-3 a {
margin-right: 3.5%;
width: 31%;
}
.woocommerce #content div.product div.thumbnails a:before, .woocommerce div.product div.thumbnails a:before, .woocommerce-page #content div.product div.thumbnails a:before, .woocommerce-page div.product div.thumbnails a:before {
content: " ";
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.woocommerce #content div.product div.thumbnails a:hover:before, .woocommerce div.product div.thumbnails a:hover:before, .woocommerce-page #content div.product div.thumbnails a:hover:before, .woocommerce-page div.product div.thumbnails a:hover:before {
background-color: rgba(255, 255, 255, 0.4);
}
.woocommerce #content div.product div.thumbnails a.first, .woocommerce div.product div.thumbnails a.first, .woocommerce-page #content div.product div.thumbnails a.first, .woocommerce-page div.product div.thumbnails a.first {
clear: none;
}
.woocommerce #content div.product div.thumbnails a.last, .woocommerce div.product div.thumbnails a.last, .woocommerce-page #content div.product div.thumbnails a.last, .woocommerce-page div.product div.thumbnails a.last {
margin-right: 0;
}
.woocommerce #content div.product div.thumbnails a:nth-child(4n+1), .woocommerce div.product div.thumbnails a:nth-child(4n+1), .woocommerce-page #content div.product div.thumbnails a:nth-child(4n+1), .woocommerce-page div.product div.thumbnails a:nth-child(4n+1) {
clear: both;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
div.pp_woocommerce .pp_arrow_next, div.pp_woocommerce .pp_arrow_previous {
margin-top: 4px;
}
.pswp {
z-index: 10000;
} .woocommerce #content div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page div.product div.summary {
margin-bottom: 4.5em;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.woocommerce.sidebar_show #content div.product div.summary,
.woocommerce-page.sidebar_show #content div.product div.summary,
.woocommerce.sidebar_show div.product div.summary,
.woocommerce-page.sidebar_show div.product div.summary {
width: 100%;
float: none;
}
.woocommerce.sidebar_hide #content div.product div.summary,
.woocommerce-page.sidebar_hide #content div.product div.summary,
.woocommerce.sidebar_hide div.product div.summary,
.woocommerce-page.sidebar_hide div.product div.summary {
width: 52%;
padding-left: 3em;
float: right;
}
.woocommerce #content div.product div.summary:after,
.woocommerce div.product div.summary:after,
.woocommerce-page #content div.product div.summary:after,
.woocommerce-page div.product div.summary:after {
content: " ";
float: none;
clear: both;
width: 100%;
height: 0;
display: block;
}
.single-product div.product .woocommerce-tabs ul.wc-tabs li a {
color: var(--theme-color-alter_dark);
background-color: var(--theme-color-alter_bg_color);
}
.single-product div.product .woocommerce-tabs ul.wc-tabs li.active a {
color: var(--theme-color-inverse_hover);
background-color: var(--theme-color-text_hover);
}
.single-product div.product .woocommerce-tabs ul.wc-tabs li:not(.active) a:hover {
color: var(--theme-color-inverse_hover);
background-color: var(--theme-color-text_hover);
}
.single_product_layout_stretched .page_content_wrap {
background-color: var(--theme-color-alter_bg_color_04);
}
.woocommerce.single_product_layout_stretched #content div.product div.summary,
.woocommerce-page.single_product_layout_stretched #content div.product div.summary,
.woocommerce.single_product_layout_stretched div.product div.summary,
.woocommerce-page.single_product_layout_stretched div.product div.summary {
width: 52%;
padding: 3em;
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
background-color: var(--theme-color-bg_color);
}
.woocommerce.single_product_layout_stretched.sidebar_show #content div.product div.summary,
.woocommerce-page.single_product_layout_stretched.sidebar_show #content div.product div.summary,
.woocommerce.single_product_layout_stretched.sidebar_show div.product div.summary,
.woocommerce-page.single_product_layout_stretched.sidebar_show div.product div.summary {
width: 100%;
}
.woocommerce.single_product_layout_stretched.sidebar_show #content div.product .woocommerce-tabs,
.woocommerce-page.single_product_layout_stretched.sidebar_show #content div.product .woocommerce-tabs,
.woocommerce.single_product_layout_stretched.sidebar_show div.product .woocommerce-tabs,
.woocommerce-page.single_product_layout_stretched.sidebar_show div.product .woocommerce-tabs {
background-color: var(--theme-color-bg_color);
}
.single_product_layout_stretched div.product .woocommerce-tabs .wc-tabs li a {
color: var(--theme-color-text_dark);
}
.single_product_layout_stretched div.product .woocommerce-tabs .wc-tabs li.active a {
color: var(--theme-color-text_link);
}
.single_product_layout_stretched div.product .woocommerce-tabs .wc-tabs li:not(.active) a:hover {
color: var(--theme-color-text_hover);
}
.single-product div.product .woocommerce-tabs .panel {
color: var(--theme-color-text);
}
.single_product_layout_stretched div.product .woocommerce-tabs .panel {
border-color: var(--theme-color-bd_color);
} .woocommerce .product_meta span {
display: block;
}
.woocommerce .product_meta span span {
display: inline;
}
.woocommerce .product_meta span,
.woocommerce .product_meta span span,
.woocommerce .product_meta a {
font-weight: 400;
color: var(--theme-color-text_dark);
}
.woocommerce div.product .product_meta span > a,
.woocommerce div.product .product_meta span > span {
font-size: 1em;
font-style: none;
letter-spacing: 0;
color: var(--theme-color-alter_text);
}
.woocommerce div.product .product_meta a:hover {
color: var(--theme-color-text_link);
}
.woocommerce div.product .summary .stock {
font-size: 12px;
font-weight: bold;
text-decoration: underline;
text-transform: uppercase;
letter-spacing: 1px;
} .woocommerce div.product form.cart, .woocommerce #content div.product form.cart, .woocommerce-page div.product form.cart, .woocommerce-page #content div.product form.cart {
padding: 0;
margin-bottom: 2em;
}
.woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity,
.woocommerce .shop_table.cart div.quantity, .woocommerce-page .shop_table.cart div.quantity {
margin: 0 10px 0 0;
width: 8em;
height: 60px;
position: relative;
}
.woocommerce .shop_table.cart div.quantity, .woocommerce-page .shop_table.cart div.quantity {
margin: 0 auto;
width: 7em;
}
.woocommerce div.product form.cart div.quantity span, .woocommerce-page div.product form.cart div.quantity span,
.woocommerce .shop_table.cart div.quantity span, .woocommerce-page .shop_table.cart div.quantity span {
display: block;
position: absolute;
z-index: 1;
top: 0;
right: 0;
width: 2.5em;
height: 50%;
line-height: 1.3em;
text-align: left;
cursor: pointer;
right: 2px;
top: 2px;
padding-left: 0.5em;
}
.woocommerce .shop_table.cart div.quantity span.q_inc, .woocommerce-page .shop_table.cart div.quantity span.q_inc,
.woocommerce div.product form.cart div.quantity span.q_inc, .woocommerce-page div.product form.cart div.quantity span.q_inc {
line-height: 1.9em;
}
.woocommerce div.product form.cart div.quantity span.q_dec, .woocommerce-page div.product form.cart div.quantity span.q_dec,
.woocommerce .shop_table.cart div.quantity span.q_dec, .woocommerce-page .shop_table.cart div.quantity span.q_dec {
top: auto;
bottom: 2px;
}
.woocommerce div.product form.cart div.quantity span:before, .woocommerce-page div.product form.cart div.quantity span:before,
.woocommerce .shop_table.cart div.quantity span:before, .woocommerce-page .shop_table.cart div.quantity span:before {
font-family: "fontello";
font-size: 9px;
}
.woocommerce div.product form.cart div.quantity span.q_inc:before, .woocommerce-page div.product form.cart div.quantity span.q_inc:before,
.woocommerce .shop_table.cart div.quantity span.q_inc:before, .woocommerce-page .shop_table.cart div.quantity span.q_inc:before {
content: "\e9a9";
}
.woocommerce div.product form.cart div.quantity span.q_dec:before, .woocommerce-page div.product form.cart div.quantity span.q_dec:before,
.woocommerce .shop_table.cart div.quantity span.q_dec:before, .woocommerce-page .shop_table.cart div.quantity span.q_dec:before {
content: "\e9a8";
}
.woocommerce div.product form.cart div.quantity input[type=number], .woocommerce-page div.product form.cart div.quantity input[type=number],
.woocommerce .shop_table.cart div.quantity input[type=number], .woocommerce-page .shop_table.cart div.quantity input[type=number] {
width: 100%;
height: 100%;
padding: 0 0 0 26px;
font-size: 15px;
text-align: left;
} .woocommerce div.product form.cart .group_table {
margin-bottom: 1.8em;
}
.woocommerce div.product form.cart .group_table td {
padding: 1em;
vertical-align: middle;
}
.woocommerce div.product form.cart .group_table tr:nth-child(2n+1) > td {
background-color: var(--theme-color-alter_bg_hover);
} .woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
padding: 0 0 0.5em;
background-color: transparent;
}
.woocommerce div.product form.cart .variations td.label {
font-weight: 600;
vertical-align: middle;
color: var(--theme-color-text_dark);
}
.woocommerce div.product form.cart .variations label {
font-weight: 600;
color: var(--theme-color-text_dark);
}
.woocommerce div.product form.cart .reset_variations {
font-style: italic;
font-size: 1em;
letter-spacing: 0;
}
.woocommerce-variation-price {
margin: 2em 0 1em;
}
.woocommerce td.product-name dl.variation dd, .woocommerce td.product-name dl.variation dt {
font-size: 0.9333em;
line-height: 1.25em;
font-weight: 400;
padding: 0;
margin: 0;
}
.woocommerce td.product-name dl.variation dd {
padding-left: 0.5em;
}
.woocommerce .reset_variations {
display: none !important;
} .woocommerce .product .summary > .yith-wcwl-add-to-wishlist {
float: left;
width: auto;
margin-top: 0;
margin-bottom: 2em;
}
.woocommerce .product .summary > .compare {
float: left;
margin-bottom: 2em;
margin-right: 2em;
}
.woocommerce .product .summary div.woocommerce-tabs + .compare,
.woocommerce .product .summary div.woocommerce-tabs + .compare + .yith-wcwl-add-to-wishlist,
.woocommerce .product .summary div.woocommerce-product-gallery__image + .compare,
.woocommerce .product .summary div.woocommerce-product-gallery__image + .compare + .yith-wcwl-add-to-wishlist {
margin-top: 2em;
margin-bottom: 0;
}
.woocommerce .product .yith-wcwl-add-to-wishlist {
margin: 0;
}
.woocommerce .product .compare:before,
.woocommerce .product .yith-wcwl-add-to-wishlist .add_to_wishlist:before,
.woocommerce .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a:before,
.woocommerce .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a:before {
content: "\e8a8";
font-family: "fontello";
margin-right: 0.2em;
}
.woocommerce .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a:before {
content: "\e8aa";
}
.woocommerce .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a:before {
content: "\e8aa";
}
.woocommerce .product .compare:before {
content: "\e8e7";
margin-right: 0.5em;
}
.woocommerce .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.woocommerce .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-direction: row;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
-ms-flex-align: start;
-webkit-box-align: start;
align-items: flex-start;
}
.woocommerce .product .yith-wcwl-add-to-wishlist .feedback,
.woocommerce .product .yith-wcwl-add-to-wishlist .feedback {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
margin: 0 0 0 0.5em;
font-size: 0.923em;
}
.woocommerce .product .yith-wcwl-add-to-wishlist .feedback:before,
.woocommerce .product .yith-wcwl-add-to-wishlist .feedback:before {
content: "(";
}
.woocommerce .product .yith-wcwl-add-to-wishlist .feedback:after,
.woocommerce .product .yith-wcwl-add-to-wishlist .feedback:after {
content: ")";
}
.woocommerce .product .summary ~ .yith-wcwl-add-to-wishlist {
margin-top: 2em;
}
.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist .feedback {
display: none;
}
.woocommerce ul.products li.product.add-to-wishlist-before_image > .yith-wcwl-add-to-wishlist {
display: none;
}
.woocommerce ul.products li.product.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
position: static;
left: auto;
top: auto;
margin: 0;
}
.woocommerce ul.products li.product.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist i,
.woocommerce ul.products li.product.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-icon {
display: none;
}
.woocommerce ul.products li.product.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .feedback + a,
.woocommerce ul.products li.product.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .add_to_wishlist,
.woocommerce ul.products li.product.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .disabled_item,
.woocommerce ul.products li.product.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .open-pretty-photo {
font-size: 1em;
}
.woocommerce ul.products li.product.add-to-wishlist-before_image .yith_buttons_wrap {
position: absolute;
z-index: 2000;
top: 1em;
left: 1em;
-webkit-transform: translateX(-60%);
-ms-transform: translateX(-60%);
transform: translateX(-60%);
-webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
-webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
transition: transform 0.3s ease, opacity 0.3s ease;
transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
opacity: 0;
border: 1px solid var(--theme-color-extra_bd_color);
background-color: var(--theme-color-extra_bg_color);
}
.woocommerce .related.products ul.products li.product.add-to-wishlist-before_image .post_item .yith_buttons_wrap {
top: -1em;
-webkit-transform: translateX(-200%);
-ms-transform: translateX(-200%);
transform: translateX(-200%);
}
.woocommerce .related.products ul.products li.product.add-to-wishlist-before_image .post_item:hover .yith_buttons_wrap {
-webkit-transform: translateX(-60%);
-ms-transform: translateX(-60%);
transform: translateX(-60%);
}
.mobile_layout.woocommerce ul.products li.product.add-to-wishlist-before_image .yith_buttons_wrap,
.woocommerce ul.products li.product.add-to-wishlist-before_image .post_item:hover .yith_buttons_wrap {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
.woocommerce ul.products li.product.add-to-wishlist-before_image .yith_buttons_wrap > :nth-child(n+1) {
border-top: 1px dotted var(--theme-color-extra_bd_color);
}
.woocommerce ul.products li.product.add-to-wishlist-before_image .yith_buttons_wrap > .yith-wcwl-add-to-wishlist {
margin: 0;
}
.woocommerce ul.products li.product.add-to-wishlist-before_image .yith_buttons_wrap > .yith-wcwl-add-to-wishlist > div {
position: relative;
}
.woocommerce ul.products li.product.add-to-wishlist-before_image .yith_buttons_wrap > .yith-wcwl-add-to-wishlist > div > img {
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
margin: 0;
}
.woocommerce ul.products li.product.add-to-wishlist-before_image .yith_buttons_wrap > a,
.woocommerce ul.products li.product.add-to-wishlist-before_image .yith_buttons_wrap > .yith-wcwl-add-to-wishlist > div > a {
display: block;
position: relative;
z-index: 2;
width: 2em;
height: 2em;
line-height: 2em;
text-align: center;
}
.woocommerce ul.products li.product.add-to-wishlist-before_image .yith_buttons_wrap > a:before,
.woocommerce ul.products li.product.add-to-wishlist-before_image .yith_buttons_wrap > .yith-wcwl-add-to-wishlist > div > a:before {
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 2em;
height: 2em;
line-height: 2em;
text-align: center;
}
.woocommerce ul.products li.product.add-to-wishlist-before_image .yith_buttons_wrap > .yith-wcwl-add-to-wishlist > div > span {
display: none !important;
}
.woocommerce ul.products li.product.add-to-wishlist-before_image .yith_buttons_wrap a {
color: var(--theme-color-extra_link);
}
.woocommerce ul.products li.product.add-to-wishlist-before_image .yith_buttons_wrap a:hover {
color: var(--theme-color-extra_hover);
}
.woocommerce ul.products li.product.add-to-wishlist-before_image .yith_buttons_wrap a > .tooltip {
display: inline-block;
vertical-align: top;
pointer-events: none;
padding: 6px 10px;
font-size: 12px;
line-height: 16px;
position: absolute;
z-index: 1;
top: 0;
left: 100%;
margin-left: 10px;
white-space: nowrap;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
opacity: 0;
-webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
-webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
transition: transform 0.3s ease, opacity 0.3s ease;
transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
border-width: 0;
color: var(--theme-color-extra_text);
background-color: var(--theme-color-extra_bg_color);
border-color: var(--theme-color-extra_bg_color);
}
.woocommerce ul.products li.product.add-to-wishlist-before_image .yith_buttons_wrap a > .tooltip:before {
content: " ";
position: absolute;
z-index: 1;
top: 50%;
left: -7px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
border-style: solid;
border-width: 0 0 4px 7px;
border-bottom-color: inherit;
border-left-color: transparent !important;
border-right-color: transparent !important;
border-top-color: transparent !important;
}
.woocommerce ul.products li.product.add-to-wishlist-before_image .yith_buttons_wrap a:hover > .tooltip {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
.woocommerce ul.products.columns-5 li.product.add-to-wishlist-before_image .yith_buttons_wrap .tooltip,
.woocommerce ul.products.columns-6 li.product.add-to-wishlist-before_image .yith_buttons_wrap .tooltip {
padding: 3px 6px;
font-size: 10px;
line-height: 14px;
}
.woocommerce.single-product ul.products li.product.add-to-wishlist-before_image .yith_buttons_wrap {
border-color: var(--theme-color-alter_bd_color);
background-color: var(--theme-color-alter_bg_color);
}
.woocommerce.single-product ul.products li.product.add-to-wishlist-before_image .yith_buttons_wrap > :nth-child(n+1) {
border-color: var(--theme-color-alter_bd_color);
}
.woocommerce.single-product ul.products li.product.add-to-wishlist-before_image .yith_buttons_wrap a {
color: var(--theme-color-alter_link);
}
.woocommerce.single-product ul.products li.product.add-to-wishlist-before_image .yith_buttons_wrap a:hover {
color: var(--theme-color-alter_hover);
}
.woocommerce.single-product ul.products li.product.add-to-wishlist-before_image .yith_buttons_wrap a > .tooltip {
color: var(--theme-color-alter_text);
background-color: var(--theme-color-alter_bg_color);
border-color: var(--theme-color-alter_bg_color);
}
.woocommerce ul.products li.product.add-to-wishlist-before_add_to_cart .yith_buttons_wrap,
.woocommerce ul.products li.product.add-to-wishlist-after_add_to_cart .yith_buttons_wrap {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-direction: row;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
}
.woocommerce ul.products li.product.add-to-wishlist-before_add_to_cart .yith_buttons_wrap .compare + .yith-wcwl-add-to-wishlist,
.woocommerce ul.products li.product.add-to-wishlist-after_add_to_cart .yith_buttons_wrap .compare + .yith-wcwl-add-to-wishlist {
margin-left: 1em;
}
.woocommerce ul.products li.product.add-to-wishlist-before_add_to_cart .add_to_cart_wrap + .yith_buttons_wrap,
.woocommerce ul.products li.product.add-to-wishlist-after_add_to_cart .add_to_cart_wrap + .yith_buttons_wrap {
margin-top: 1em;
}
.woocommerce ul.products.columns-4 li.product.add-to-wishlist-before_add_to_cart .yith_buttons_wrap, .woocommerce ul.products.columns-4 li.product.add-to-wishlist-after_add_to_cart .yith_buttons_wrap,
.woocommerce ul.products.columns-5 li.product.add-to-wishlist-before_add_to_cart .yith_buttons_wrap,
.woocommerce ul.products.columns-5 li.product.add-to-wishlist-after_add_to_cart .yith_buttons_wrap,
.woocommerce ul.products.columns-6 li.product.add-to-wishlist-before_add_to_cart .yith_buttons_wrap,
.woocommerce ul.products.columns-6 li.product.add-to-wishlist-after_add_to_cart .yith_buttons_wrap,
.woocommerce ul.products.columns-7 li.product.add-to-wishlist-before_add_to_cart .yith_buttons_wrap,
.woocommerce ul.products.columns-7 li.product.add-to-wishlist-after_add_to_cart .yith_buttons_wrap,
.woocommerce ul.products.columns-8 li.product.add-to-wishlist-before_add_to_cart .yith_buttons_wrap,
.woocommerce ul.products.columns-8 li.product.add-to-wishlist-after_add_to_cart .yith_buttons_wrap {
-ms-flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
}
.woocommerce ul.products.columns-4 li.product.add-to-wishlist-before_add_to_cart .yith_buttons_wrap .compare + .yith-wcwl-add-to-wishlist, .woocommerce ul.products.columns-4 li.product.add-to-wishlist-after_add_to_cart .yith_buttons_wrap .compare + .yith-wcwl-add-to-wishlist,
.woocommerce ul.products.columns-5 li.product.add-to-wishlist-before_add_to_cart .yith_buttons_wrap .compare + .yith-wcwl-add-to-wishlist,
.woocommerce ul.products.columns-5 li.product.add-to-wishlist-after_add_to_cart .yith_buttons_wrap .compare + .yith-wcwl-add-to-wishlist,
.woocommerce ul.products.columns-6 li.product.add-to-wishlist-before_add_to_cart .yith_buttons_wrap .compare + .yith-wcwl-add-to-wishlist,
.woocommerce ul.products.columns-6 li.product.add-to-wishlist-after_add_to_cart .yith_buttons_wrap .compare + .yith-wcwl-add-to-wishlist,
.woocommerce ul.products.columns-7 li.product.add-to-wishlist-before_add_to_cart .yith_buttons_wrap .compare + .yith-wcwl-add-to-wishlist,
.woocommerce ul.products.columns-7 li.product.add-to-wishlist-after_add_to_cart .yith_buttons_wrap .compare + .yith-wcwl-add-to-wishlist,
.woocommerce ul.products.columns-8 li.product.add-to-wishlist-before_add_to_cart .yith_buttons_wrap .compare + .yith-wcwl-add-to-wishlist,
.woocommerce ul.products.columns-8 li.product.add-to-wishlist-after_add_to_cart .yith_buttons_wrap .compare + .yith-wcwl-add-to-wishlist {
margin-left: 0;
}
.woocommerce.yith-wcwl-form .wishlist-title > h2 {
margin: 0;
}
.woocommerce.yith-wcwl-form .hidden-title-form a.hide-title-form {
vertical-align: top;
}
.woocommerce.yith-wcwl-form table.wishlist_table {
font-size: 1em;
}
.woocommerce.yith-wcwl-form table.wishlist_table td.product-add-to-cart a {
display: inline-block !important;
}
.woocommerce.yith-wcwl-form .yith_wcwl_wishlist_footer .yith-wcwl-share {
margin: 0;
float: none;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-direction: row;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
-ms-flex-pack: start;
-webkit-box-pack: start;
justify-content: flex-start;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
}
.woocommerce.yith-wcwl-form .yith_wcwl_wishlist_footer .yith-wcwl-share h4.yith-wcwl-share-title {
font-size: 1em;
margin-right: 1em;
}
.woocommerce.yith-wcwl-form .yith_wcwl_wishlist_footer .yith-wcwl-share li a {
min-width: 0;
min-height: 0;
width: 2em;
height: 2em;
line-height: 2em;
text-align: center;
border-radius: var(--theme-var-rad50);
color: var(--theme-color-alter_dark);
background-color: var(--theme-color-alter_bg_color);
}
.woocommerce.yith-wcwl-form .yith_wcwl_wishlist_footer .yith-wcwl-share li a:hover {
color: var(--theme-color-alter_link);
background-color: var(--theme-color-alter_bg_hover);
} .woocommerce div.product .product_meta {
clear: both;
} .woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce #content div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
padding-left: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before {
border-width: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
margin: 0;
background: transparent !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
background: none;
border: none;
padding: 0;
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li + li,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li + li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li + li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li + li {
margin-left: 15px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
margin: 0 0 32px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {
border: none;
border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after {
display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a {
text-shadow: inherit;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a, .woocommerce #content div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a {
font-weight: 600;
padding: 1em 1.9em;
font-size: 16px;
}
.woocommerce div.product .woocommerce-tabs .panel, .woocommerce #content div.product .woocommerce-tabs .panel, .woocommerce-page div.product .woocommerce-tabs .panel, .woocommerce-page #content div.product .woocommerce-tabs .panel {
margin: 0;
padding: 0;
display: none;
}
.woocommerce div.product .woocommerce-tabs h2, .woocommerce #content div.product .woocommerce-tabs h2, .woocommerce-page div.product .woocommerce-tabs h2, .woocommerce-page #content div.product .woocommerce-tabs h2 {
margin: 0 0 1em;
font-size: 25px;
line-height: 1.111em;
font-weight: 800;
letter-spacing: 0;
color: var(--theme-color-text_dark);
}
.woocommerce div.product .woocommerce-tabs h3, .woocommerce #content div.product .woocommerce-tabs h3, .woocommerce-page div.product .woocommerce-tabs h3, .woocommerce-page #content div.product .woocommerce-tabs h3 {
font-size: 1.5385em;
margin-bottom: 0.25em !important;
letter-spacing: 1px;
}
.woocommerce div.product .woocommerce-tabs p, .woocommerce #content div.product .woocommerce-tabs p, .woocommerce-page div.product .woocommerce-tabs p, .woocommerce-page #content div.product .woocommerce-tabs p {
margin: 0;
}
.woocommerce div.product .woocommerce-tabs p + p, .woocommerce #content div.product .woocommerce-tabs p + p, .woocommerce-page div.product .woocommerce-tabs p + p, .woocommerce-page #content div.product .woocommerce-tabs p + p {
margin-top: 0.5em;
}
.woocommerce div.product .woocommerce-tabs #tab-description h2 {
display: none;
}
.woocommerce table.shop_attributes td {
font-style: normal;
} .single_product_layout_stretched div.product .trx-stretch-width {
background-color: var(--theme-color-bg_color);
}
.single_product_layout_stretched div.product .trx-stretch-width-wrap {
clear: both;
}
.single_product_layout_stretched div.product .woocommerce-tabs {
padding: 4em 0;
}
.single_product_layout_stretched.sidebar_show div.product .woocommerce-tabs {
padding: 3em;
}
.single_product_layout_stretched div.product .trx-stretch-width,
.single_product_layout_stretched.sidebar_show div.product .woocommerce-tabs {
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.single_product_layout_stretched div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce-page div.product .woocommerce-tabs .panel,
.woocommerce #content div.product .woocommerce-tabs .panel,
.woocommerce-page #content div.product .woocommerce-tabs .panel {
border-color: var(--theme-color-bd_color);
}
.single_product_layout_stretched div.product .woocommerce-tabs .panel {
border: none;
padding: 3em 0 0 0;
}
.single_product_layout_stretched div.product .woocommerce-tabs .wc-tabs {
padding-left: 0;
margin-bottom: -1px;
}
.single_product_layout_stretched div.product .woocommerce-tabs .wc-tabs:before,
.single_product_layout_stretched div.product .woocommerce-tabs .wc-tabs:after {
display: none;
}
.single_product_layout_stretched div.product .woocommerce-tabs .wc-tabs li {
border: none !important;
background-color: transparent !important;
margin: 0 !important;
padding: 0 !important;
}
.single_product_layout_stretched div.product .woocommerce-tabs .wc-tabs li a {
position: relative;
font-size: 1.2em;
line-height: 1.5em;
padding: 0 !important;
text-transform: uppercase;
letter-spacing: 1px;
margin-right: 2em;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
background-color: transparent !important;
}
.single_product_layout_stretched div.product .woocommerce-tabs .panel {
margin-top: 1em;
border-top: 1px solid #ddd;
}
.single_product_layout_stretched div.product .woocommerce-tabs #review_form_wrapper {
margin-top: 1em;
} .woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
font-weight: 400;
text-align: left;
}
.woocommerce table.shop_attributes tr:nth-child(2n+1) > * {
background-color: var(--theme-color-alter_bg_color_04);
}
.woocommerce table.shop_attributes tr:nth-child(2n) > *,
.woocommerce table.shop_attributes tr.alt > * {
background-color: var(--theme-color-alter_bg_color_02);
}
.woocommerce table.shop_attributes th {
color: var(--theme-color-text_dark);
} .woocommerce div.product .woocommerce-product-rating, .woocommerce-page div.product .woocommerce-product-rating {
float: none;
margin-top: 0.15em;
margin-bottom: 1em;
}
.woocommerce .woocommerce-product-rating .woocommerce-review-link, .woocommerce-page .woocommerce-product-rating .woocommerce-review-link {
display: none;
}
.woocommerce .woocommerce-product-rating .star-rating, .woocommerce-page .woocommerce-product-rating .star-rating {
margin-top: 4px;
margin-bottom: 4px;
}
.woocommerce .star-rating, .woocommerce-page .star-rating {
margin-top: 4px;
margin-bottom: 4px;
font-size: 14px;
width: 88px;
letter-spacing: 4px;
} .woocommerce #reviews {
display: block;
margin-left: calc(-1 * var(--theme-var-grid_gap) / 2);
margin-right: calc(-1 * var(--theme-var-grid_gap) / 2);
overflow: hidden;
}
.woocommerce #reviews #comments,
.woocommerce #comments + #review_form_wrapper {
float: left;
width: 50%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
padding-left: calc(var(--theme-var-grid_gap) / 2);
padding-right: calc(var(--theme-var-grid_gap) / 2);
}
.woocommerce #reviews #comments ol.commentlist {
padding: 0;
font-style: inherit;
font-weight: inherit;
}
.woocommerce #reviews #comments ol.commentlist ul.children {
padding: 0;
margin: 0 0 0 4em;
}
.woocommerce #reviews #comments ol.commentlist li {
margin-bottom: 0;
}
.woocommerce #reviews #comments ol.commentlist li + li,
.woocommerce #reviews #comments ol.commentlist ul.children {
padding-top: 1.5em;
margin-top: 1.5em;
border-top: 1px dotted #ddd;
}
.woocommerce .woocommerce-tabs .form-submit {
display: block;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar, .woocommerce-page #reviews #comments ol.commentlist li img.avatar {
background: none;
border: none;
padding: 0;
width: 4em;
float: left;
margin: 0 1.5em 0.5em 0;
position: static;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text, .woocommerce-page #reviews #comments ol.commentlist li .comment-text {
margin: 0;
padding: 0;
border: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p, .woocommerce-page #reviews #comments ol.commentlist li .comment-text p {
margin: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p + p, .woocommerce-page #reviews #comments ol.commentlist li .comment-text p + p {
margin-top: 0.3em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta, .woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta {
margin-top: -5px;
margin-bottom: 4px;
font-size: 0.9333em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong, .woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta strong {
font-size: 1em;
font-weight: 400;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time, .woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta time {
font-style: normal;
letter-spacing: 0;
}
.woocommerce #review_form #respond textarea, .woocommerce-page #review_form #respond textarea {
height: 10em;
font-weight: 400;
overflow: auto;
}
.woocommerce #review_form #respond #reply-title {
font-size: 25px;
line-height: 1.111em;
font-weight: 800;
letter-spacing: 0;
margin-bottom: 20px;
display: inline-block;
color: var(--theme-color-text_dark);
}
.woocommerce #review_form #respond p {
margin: 0 0 1.5em;
}
.woocommerce #review_form #respond .comment-form-rating {
margin-bottom: 5px;
}
.woocommerce #review_form #respond .form-submit {
margin-top: 1.5em;
}
.woocommerce #review_form #respond p.comment-form-rating,
.woocommerce #review_form #respond p.comment-form-rating .stars {
margin-bottom: 0;
}
.woocommerce #review_form #respond p.stars {
margin-bottom: 0;
}
.woocommerce .comment-form .comment-form-author label,
.woocommerce .comment-form .comment-form-email label {
display: block;
} .single-product .related,
.single-product .upsells {
margin-top: 6em;
padding-top: 5.5em;
border-top: 1px solid var(--theme-color-bd_color);
}
.single-product .woocommerce-tabs + .related,
.single-product .trx-stretch-width-wrap + .related,
.single_product_layout_stretched .related,
.single-product .woocommerce-tabs + .upsells,
.single-product .trx-stretch-width-wrap + .upsells,
.single_product_layout_stretched .upsells {
padding-top: 0;
border-top: none;
}
.single-product .related h2,
.single-product .upsells h2 {
margin-top: 0;
font-size: 29px;
margin-bottom: 50px;
}
.single-product ul.products li.product .post_item {
padding: 0;
position: relative;
background-color: var(--theme-color-alter_bg_color);
}
.single-product .footer_logo_wrap + .footer_copyright_wrap,
.single-product .footer_socials_wrap + .footer_copyright_wrap,
.single-product .footer_menu_wrap + .footer_copyright_wrap {
margin-top: 0;
}
.woocommerce .related ul li.product, .woocommerce .related ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .upsells.products ul li.product, .woocommerce-page .upsells.products ul.products li.product {
border: none;
-webkit-box-shadow: none;
box-shadow: none;
} .woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-ms-flex-align: end;
-webkit-box-align: end;
align-items: flex-end;
}
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
float: none;
width: 100%;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
float: none;
} .woocommerce ul.products li.product.product-category .thumb_wrapper,
.woocommerce-page ul.products li.product.product-category .thumb_wrapper {
border-radius: 50%;
background: url(//www.elite-wheels.cn/wp-content/themes/yokoo/plugins/woocommerce/images/shop-cat-bg-1.jpg) center center no-repeat;
padding: 1em;
overflow: hidden;
} .woocommerce ul.products li.product.product-category .thumb_wrapper img,
.woocommerce-page ul.products li.product.product-category .thumb_wrapper img {
-moz-transform: scale(1.7) translate(15%, 15%);
-ms-transform: scale(1.7) translate(15%, 15%);
-o-transform: scale(1.7) translate(15%, 15%);
}
.woocommerce ul.products li.product.product-category .thumb_wrapper,
.woocommerce-page ul.products li.product.product-category .thumb_wrapper {
background: url(//www.elite-wheels.cn/wp-content/themes/yokoo/plugins/woocommerce/images/shop-cat-bg-1.jpg) center center no-repeat;
}
.woocommerce ul.products li.product.product-category:nth-child(6n+2) .thumb_wrapper,
.woocommerce-page ul.products li.product.product-category:nth-child(6n+2) .thumb_wrapper {
background: url(//www.elite-wheels.cn/wp-content/themes/yokoo/plugins/woocommerce/images/shop-cat-bg-2.jpg) center center no-repeat;
}
.woocommerce ul.products li.product.product-category:nth-child(6n+3) .thumb_wrapper,
.woocommerce-page ul.products li.product.product-category:nth-child(6n+3) .thumb_wrapper {
background: url(//www.elite-wheels.cn/wp-content/themes/yokoo/plugins/woocommerce/images/shop-cat-bg-3.jpg) center center no-repeat;
}
.woocommerce ul.products li.product.product-category:nth-child(6n+4) .thumb_wrapper,
.woocommerce-page ul.products li.product.product-category:nth-child(6n+4) .thumb_wrapper {
background: url(//www.elite-wheels.cn/wp-content/themes/yokoo/plugins/woocommerce/images/shop-cat-bg-4.jpg) center center no-repeat;
}
.woocommerce ul.products li.product.product-category:nth-child(6n+5) .thumb_wrapper,
.woocommerce-page ul.products li.product.product-category:nth-child(6n+5) .thumb_wrapper {
background: url(//www.elite-wheels.cn/wp-content/themes/yokoo/plugins/woocommerce/images/shop-cat-bg-5.jpg) center center no-repeat;
}
.woocommerce ul.products li.product.product-category:nth-child(6n+6) .thumb_wrapper,
.woocommerce-page ul.products li.product.product-category:nth-child(6n+6) .thumb_wrapper {
background: url(//www.elite-wheels.cn/wp-content/themes/yokoo/plugins/woocommerce/images/shop-cat-bg-6.jpg) center center no-repeat;
}
.woocommerce ul.products li.product.product-category img,
.woocommerce-page ul.products li.product.product-category img {
width: 100%;
height: auto;
}
.woocommerce ul.products li.product.product-category h3, .woocommerce ul.products li.product.product-category .woocommerce-loop-category__title,
.woocommerce-page ul.products li.product.product-category h3, .woocommerce-page ul.products li.product.product-category .woocommerce-loop-category__title {
margin-bottom: 0;
border-bottom: none;
}
.woocommerce ul.products li.product.product-category mark.count,
.woocommerce-page ul.products li.product.product-category mark.count {
font-weight: 400;
font-style: normal;
}  .woocommerce a.remove {
margin-top: 0.5em;
text-align: left;
font-size: 1.8em;
}
.woocommerce a.remove,
.woocommerce a.remove:hover {
color: var(--theme-color-alter_bd_hover) !important;
background-color: transparent !important;
}
.woocommerce a.remove:hover {
color: var(--theme-color-text_link) !important;
}
.woocommerce table.shop_table {
border-collapse: collapse;
margin-bottom: 2em;
border: none;
}
.woocommerce table.shop_table td {
border-color: var(--theme-color-alter_bd_color) !important;
}
.woocommerce table.shop_table td + td {
border-left: 2px solid var(--theme-color-alter_bd_color);
}
.woocommerce table.shop_table th {
border-color: transparent !important;
}
.woocommerce table.shop_table tfoot th,
.woocommerce-page table.shop_table tfoot th {
color: var(--theme-color-text_dark);
border-color: transparent !important;
background-color: transparent;
}
.woocommerce table.shop_table tr:first-child th {
border-style: solid;
border-width: 0 0 1px 0 !important;
}
.woocommerce table.shop_table tr:nth-child(n+1) th:first-child,
.woocommerce table.shop_table tr:nth-child(n+1) td:first-child,
.woocommerce table.shop_table td {
border-style: solid;
border-width: 2px 0;
}
.woocommerce .shop_table p {
margin: 0;
}
.woocommerce .shop_table a.remove {
margin: 0 auto;
font-weight: 400;
text-align: center;
}
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.product_list_widget li {
padding: 0 0 1em 83px;
overflow: hidden;
}
.woocommerce.widget_shopping_cart ul.cart_list li {
padding: 0 1.5em 1em 83px;
overflow: hidden;
}
.woocommerce ul.cart_list li dl:after,
.woocommerce ul.product_list_widget li dl:after {
clear: none;
}
.woocommerce ul.cart_list li:before,
.woocommerce ul.product_list_widget li:before,
.woocommerce-page ul.cart_list li:before,
.woocommerce-page ul.product_list_widget li:before {
display: none;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a,
.woocommerce-page ul.cart_list li a,
.woocommerce-page ul.product_list_widget li a {
font-weight: 600;
font-size: 16px;
}
.woocommerce ul.cart_list li a:not(.remove) {
color: var(--theme-color-text_dark) !important;
}
.woocommerce ul.cart_list li a:not(.remove):hover {
color: var(--theme-color-text_link) !important;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
width: 60px;
float: none;
margin: 0;
position: absolute;
z-index: 1;
top: 6px;
left: 0;
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}
.woocommerce ul.cart_list li img,
.woocommerce-page ul.cart_list li img {
left: 0;
}
.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl,
.woocommerce-page ul.cart_list li dl,
.woocommerce-page ul.product_list_widget li dl {
overflow: hidden;
font-size: 14px;
padding-left: 0;
border-left-width: 0;
line-height: 18px;
margin-top: 5px;
margin-bottom: 4px !important;
}
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce ul.product_list_widget li dl dt {
padding: 0;
margin: 0;
}
.woocommerce ul.product_list_widget li dl dt,
.woocommerce-page ul.product_list_widget li dl dt {
font-weight: 400;
margin-right: 0.3em;
}
.woocommerce ul.product_list_widget li dl dt:before,
.woocommerce-page ul.product_list_widget li dl dt:before {
content: " ";
display: block;
width: 100%;
height: 0;
}
.woocommerce ul.cart_list li dl dd,
.woocommerce-page ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce-page ul.product_list_widget li dl dd {
margin-right: 2em;
}
.woocommerce.widget_shopping_cart .quantity,
.woocommerce-page.widget_shopping_cart .quantity,
.woocommerce .widget_shopping_cart .quantity,
.woocommerce-page .widget_shopping_cart .quantity {
margin: 0.1em 0 0;
display: inline-block;
font-weight: 400;
font-size: 14px;
}
.woocommerce .quantity input.qty,
.woocommerce-page .quantity input.qty,
.woocommerce #content .quantity input.qty,
.woocommerce-page #content .quantity input.qty {
color: var(--theme-color-input_dark);
}
.woocommerce .widget_shopping_cart .buttons,
.woocommerce.widget_shopping_cart .buttons {
margin-top: 2.5em;
}
.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
margin: 0;
padding: 20px 20px;
width: calc(50% - 5px);
text-align: center;
}
.woocommerce .widget_shopping_cart .buttons a + a,
.woocommerce.widget_shopping_cart .buttons a + a {
margin-left: 10px !important;
}
.woocommerce .widget_shopping_cart .buttons a.checkout,
.woocommerce.widget_shopping_cart .buttons a.checkout {
color: var(--theme-color-inverse_hover) !important;
background-color: var(--theme-color-alter_hover) !important;
}
.woocommerce .widget_shopping_cart .buttons a.checkout:hover,
.woocommerce.widget_shopping_cart .buttons a.checkout:hover {
color: var(--theme-color-inverse_link) !important;
background-color: var(--theme-color-alter_link) !important;
}
.top_panel_custom .woocommerce.widget_shopping_cart .buttons {
margin-top: 1em;
}
.woocommerce ul.cart_list li .star-rating, .woocommerce ul.product_list_widget li .star-rating {
margin-top: 8px;
margin-bottom: 3px;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
position: absolute;
top: -20px;
left: auto;
right: 0;
text-align: right;
font-weight: 400;
font-size: 32px;
}
.woocommerce ul.cart_list li > .amount,
.woocommerce-page ul.cart_list li > .amount,
.woocommerce ul.product_list_widget li > .amount,
.woocommerce-page ul.product_list_widget li > .amount,
.woocommerce ul.cart_list li span .amount,
.woocommerce-page ul.cart_list li span .amount,
.woocommerce ul.product_list_widget li span .amount,
.woocommerce-page ul.product_list_widget li span .amount,
.woocommerce ul.cart_list li ins .amount,
.woocommerce-page ul.cart_list li ins .amount,
.woocommerce ul.product_list_widget li ins .amount,
.woocommerce-page ul.product_list_widget li ins .amount {
font-size: 14px;
font-weight: 400;
color: var(--theme-color-alter_text);
}
.woocommerce ul.cart_list li ins,
.woocommerce-page ul.cart_list li ins,
.woocommerce ul.product_list_widget li ins,
.woocommerce-page ul.product_list_widget li ins {
text-decoration: none;
font-style: normal;
font-size: 14px;
color: var(--theme-color-alter_text) !important;
}
.woocommerce ul.cart_list li del,
.woocommerce-page ul.cart_list li del,
.woocommerce ul.product_list_widget li del,
.woocommerce-page ul.product_list_widget li del {
font-size: 14px;
font-weight: 400;
color: var(--theme-color-alter_text) !important;
}
.woocommerce.widget_shopping_cart .total,
.woocommerce-page.widget_shopping_cart .total,
.woocommerce .widget_shopping_cart .total,
.woocommerce-page .widget_shopping_cart .total {
border-top: none;
font-size: 1em;
padding: 0.75em 0 0;
color: var(--theme-color-text_dark);
}
.woocommerce.widget_shopping_cart .total strong,
.woocommerce-page.widget_shopping_cart .total strong,
.woocommerce .widget_shopping_cart .total strong,
.woocommerce-page .widget_shopping_cart .total strong {
font-weight: 600;
}
.woocommerce.widget_shopping_cart .total .amount,
.woocommerce-page.widget_shopping_cart .total .amount,
.woocommerce .widget_shopping_cart .total .amount,
.woocommerce-page .widget_shopping_cart .total .amount {
font-size: 16px;
font-weight: 600;
color: var(--theme-color-text_dark);
} .woocommerce .widget_layered_nav_filters > ul > li {
padding: 0 0.625em 0.5em 0;
display: block;
}
.woocommerce .widget_layered_nav_filters > ul > li:before {
display: none;
}
.woocommerce .widget_layered_nav ul {
padding-left: 1.2em;
}
.woocommerce .widget_layered_nav_filters > ul > li a,
.woocommerce .widget_layered_nav ul li.chosen a,
.woocommerce-page .widget_layered_nav ul li.chosen a {
background-color: transparent;
border: none;
padding: 0;
}
.widget_layered_nav ul li.chosen a {
color: var(--theme-color-text_dark);
} .woocommerce .widget_rating_filter ul li .star-rating {
vertical-align: middle;
} .woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
background-color: var(--theme-color-text_dark);
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
margin-bottom: 0.9em;
height: 7px;
background: var(--theme-color-bd_color);
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
border-radius: 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
width: 10px;
height: 14px;
margin-left: -5px;
top: -4px;
border-radius: 0;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
height: 7px;
top: 0;
}
.woocommerce .widget_price_filter .price_slider_amount {
font-size: 1em;
line-height: 2.5em;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.woocommerce .widget_price_filter .price_slider_amount span {
font-weight: 600;
}
.widget_price_filter .price_label span {
color: var(--theme-color-text_dark);
}
.woocommerce .widget_price_filter .price_slider_amount .button {
float: none;
padding: 20px 10px;
margin-top: 25px;
width: 100px;
}
.woocommerce .widget_price_filter .price_slider_amount {
text-align: left;
}
.widget_price_filter .price_label {
font-weight: 600;
color: var(--theme-color-text_dark);
}  .widget_product_search form:after {
color: var(--theme-color-input_light);
}
.widget_product_search form:hover:after {
color: var(--theme-color-input_dark);
} .woocommerce.widget_rating_filter ul li:before {
display: none !important;
} aside.woocommerce .product-title,
aside.woocommerce .mini_cart_item > a:not(.remove) {
display: block;
line-height: 1.5em;
} .trx_addons_woocommerce_search_type_inline .trx_addons_woocommerce_search_form_field input[type=text],
.trx_addons_woocommerce_search_type_inline .trx_addons_woocommerce_search_form_field .trx_addons_woocommerce_search_form_field_label {
border-color: var(--theme-color-text_link);
color: var(--theme-color-text_link);
}
.trx_addons_woocommerce_search_type_inline .trx_addons_woocommerce_search_form_field input[type=text]:focus,
.trx_addons_woocommerce_search_type_inline .trx_addons_woocommerce_search_form_field .trx_addons_woocommerce_search_form_field_label:hover {
border-color: var(--theme-color-text_hover);
color: var(--theme-color-text_hover);
}
.trx_addons_woocommerce_search_type_inline .trx_addons_woocommerce_search_form_field_list {
color: var(--theme-color-alter_text);
border-color: var(--theme-color-alter_bd_color);
background-color: var(--theme-color-alter_bg_color);
}
.trx_addons_woocommerce_search_type_inline .trx_addons_woocommerce_search_form_field_list li:hover {
color: var(--theme-color-alter_dark);
background-color: var(--theme-color-alter_bg_hover);
} .widget.WOOCS_CONVERTER .woocs_converter_shortcode > * {
vertical-align: middle;
}
.widget.WOOCS_CONVERTER .woocs_converter_shortcode .select_container {
display: inline-block;
width: 43%;
margin-right: 0.3em;
}
.widget.WOOCS_CONVERTER .woocs_converter_shortcode .select_container + .select_container {
margin-left: 0.3em;
margin-right: 0;
}
.widget.WOOCS_CONVERTER .button {
margin-top: 1em;
}
.widget.WOOCS_SELECTOR .woocommerce-currency-switcher-form .chosen-container-single .chosen-single {
height: auto;
padding: 1em 0 1em 1em;
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
color: var(--theme-color-input_text);
background: var(--theme-color-input_bg_color);
}
.widget.WOOCS_SELECTOR .woocommerce-currency-switcher-form .chosen-container-single .chosen-single:hover {
color: var(--theme-color-input_dark);
background: var(--theme-color-input_bg_hover);
}
.widget.WOOCS_SELECTOR .woocommerce-currency-switcher-form .chosen-container-single .chosen-single div {
background: none;
}
.widget.WOOCS_SELECTOR .chosen-container-single .chosen-drop {
margin-top: 1px;
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
border-radius: 4px;
}
.widget.WOOCS_SELECTOR .woocommerce-currency-switcher-form .chosen-container .chosen-drop {
color: var(--theme-color-input_dark);
background: var(--theme-color-input_bg_hover);
border-color: var(--theme-color-input_bd_hover);
}
.widget.WOOCS_SELECTOR .woocommerce-currency-switcher-form .chosen-container .chosen-results li {
background-position: right center !important;
color: var(--theme-color-input_dark);
}
.widget.WOOCS_SELECTOR .woocommerce-currency-switcher-form .chosen-container .chosen-results li:hover,
.widget.WOOCS_SELECTOR .woocommerce-currency-switcher-form .chosen-container .chosen-results li.highlighted,
.widget.WOOCS_SELECTOR .woocommerce-currency-switcher-form .chosen-container .chosen-results li.result-selected {
color: var(--theme-color-alter_link) !important;
} .yith_magnifier_zoom_wrap .yith_magnifier_zoom_magnifier {
border-color: var(--theme-color-bd_color);
} .yith-woocompare-widget ul.products-list {
padding-left: 0;
}
.yith-woocompare-widget ul.products-list li:before {
display: none;
}
.yith-woocompare-widget ul.products-list li .remove {
margin-top: 0;
}
.yith-woocompare-widget a.compare {
float: left;
}
.yith-woocompare-widget a.clear-all {
display: inline-block;
float: right;
color: var(--theme-color-inverse_link);
background-color: var(--theme-color-alter_link);
}
.yith-woocompare-widget a.clear-all:hover {
color: var(--theme-color-inverse_hover);
background-color: var(--theme-color-alter_hover);
} .woocommerce .woocommerce-cart-form table.shop_table_responsive tr.woocommerce-cart-form__cart-item td {
vertical-align: middle;
}
.woocommerce .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce-page #content .quantity input.qty {
font-weight: 400;
padding-left: 0.75em;
padding-right: 0;
width: 4em;
font-size: 0.8421em;
line-height: 1em;
}
.woocommerce table.cart .product-remove, .woocommerce #content table.cart .product-remove, .woocommerce-page table.cart .product-remove, .woocommerce-page #content table.cart .product-remove,
.woocommerce table.cart .product-thumbnail, .woocommerce #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail {
text-align: center;
width: 40px;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
width: 70px;
}
#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
min-width: 70px;
}
.woocommerce table.cart .product-name, .woocommerce #content table.cart .product-name, .woocommerce-page table.cart .product-name, .woocommerce-page #content table.cart .product-name {
text-align: left !important;
}
.woocommerce table.cart th, .woocommerce #content table.cart th, .woocommerce-page table.cart th, .woocommerce-page #content table.cart th,
.woocommerce table.cart td, .woocommerce #content table.cart td, .woocommerce-page table.cart td, .woocommerce-page #content table.cart td {
padding: 9px 14px;
text-align: center;
}
.woocommerce table.cart td.actions,
.woocommerce-page table.cart td.actions,
.woocommerce #content table.cart td.actions,
.woocommerce-page #content table.cart td.actions {
border-bottom: none !important;
padding-top: 1em;
}
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon .input-text {
width: 10.7em;
margin-right: 20px;
padding: 0.9rem 1.8em;
min-width: 16em;
line-height: 60px !important;
height: 60px;
}
.woocommerce table.cart td.actions,
.woocommerce-page table.cart td.actions,
.woocommerce #content table.cart td.actions,
.woocommerce-page #content table.cart td.actions {
padding: 28px 0 0 !important;
background: none !important;
}
.woocommerce table.cart td.actions .button {
padding: 0 1.9em !important;
height: 60px;
line-height: 60px;
font-size: 16px !important;
}
.woocommerce table.cart td.actions .coupon + .button,
.woocommerce-page table.cart td.actions .coupon + .button,
.woocommerce #content table.cart td.actions .coupon + .button,
.woocommerce-page #content table.cart td.actions .coupon + .button {
float: right;
}
.woocommerce table.shop_table tfoot th,
.woocommerce-page table.shop_table tfoot th {
text-align: center;
}
.woocommerce .cart-collaterals h2,
.woocommerce-page .cart-collaterals h2 {
font-size: 25px;
line-height: 1.3em;
font-weight: 800;
margin: 1em 0 0.6em;
}
.woocommerce .cart-collaterals .cart-subtotal .amount,
.woocommerce-page .cart-collaterals .cart-subtotal .amount {
font-size: 1em;
font-weight: 700;
}
.woocommerce .cart-collaterals .cart_totals table {
border-collapse: collapse;
}
.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce-page .cart-collaterals .cart_totals table td {
padding: 20px;
vertical-align: middle;
}
.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table th {
padding: 20px;
font-weight: 600;
text-align: left;
vertical-align: middle;
}
.woocommerce .cart-collaterals .cart_totals table select,
.woocommerce-page .cart-collaterals .cart_totals table select {
font-size: 1em;
color: var(--theme-color-input_text);
background-color: var(--theme-color-input_bg_color);
}
.woocommerce .cart-collaterals .cart_totals table select:focus,
.woocommerce-page .cart-collaterals .cart_totals table select:focus {
color: var(--theme-color-input_dark);
background-color: var(--theme-color-input_bg_hover);
}
.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button:after,
.woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
color: var(--theme-color-text_dark);
}
.woocommerce table.shop_table .cart-subtotal .amount, .woocommerce-page table.shop_table .cart-subtotal .amount,
.woocommerce table.shop_table .shipping td, .woocommerce-page table.shop_table .shipping td {
color: var(--theme-color-alter_text);
}
.woocommerce table.cart td + td a,
.woocommerce-page table.cart td + td a,
.woocommerce #content table.cart td + td a,
.woocommerce-page #content table.cart td + td a,
.woocommerce table.cart td + td span,
.woocommerce-page table.cart td + td span,
.woocommerce #content table.cart td + td span,
.woocommerce-page #content table.cart td + td span {
color: var(--theme-color-alter_text);
}
.woocommerce table.cart td + td a:hover,
.woocommerce-page table.cart td + td a:hover,
.woocommerce #content table.cart td + td a:hover,
.woocommerce-page #content table.cart td + td a:hover {
color: var(--theme-color-text_link);
}
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
border-color: var(--theme-color-input_bd_color);
}
.woocommerce table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
width: 100px;
}
.woocommerce ul#shipping_method li {
padding-left: 0;
text-indent: 0;
margin: 0.1em 0;
}
.woocommerce .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form,
.woocommerce-page .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form {
margin: 1em 0;
}
.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button:after,
.woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
font-size: 1em;
font-weight: 400;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
display: block;
}
.woocommerce-shipping-calculator .select2-container.select2-container--default .select2-selection .select2-selection__arrow {
display: none;
}
.woocommerce-shipping-calculator .select_container:before {
top: 2px;
right: 2px;
bottom: 2px;
} .woocommerce form .form-row {
padding: 0;
margin-bottom: 1.5em;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
line-height: 1.5em;
}
.woocommerce form .form-row label.inline {
margin-left: 1em;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
line-height: 1.5em;
height: 60px;
}
.woocommerce form.checkout_coupon .button {
padding: 0 1.9em !important;
line-height: 60px;
height: 60px;
}
.woocommerce form.checkout_coupon {
padding-bottom: 0.6em;
}
.woocommerce form.checkout_coupon p + p {
float: left;
padding-left: 0.3em;
}
label.woocommerce-form__label-for-checkbox > input[type=checkbox] + span,
.woocommerce-checkout h3 {
margin-bottom: 0.8em;
margin-top: 0;
font-size: 25px;
font-weight: 800;
line-height: 1.2em;
}
label.woocommerce-form__label-for-checkbox > input[type=checkbox] + span {
padding-left: 30px;
}
label.woocommerce-form__label-for-checkbox > input[type=checkbox] + span:before {
top: 6px !important;
font-weight: 400;
}
label.woocommerce-form__label-for-checkbox > input[type=checkbox] {
display: none !important;
}
.woocommerce .checkout input[type=checkbox] {
display: inline;
position: static !important;
clip: auto;
}
.woocommerce .checkout .col-2 h3#ship-to-different-address label, .woocommerce-page .checkout .col-2 h3#ship-to-different-address label {
display: inline-block;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce-page form .form-row input.input-text, .woocommerce-page form .form-row textarea {
font-weight: 400;
}
.woocommerce .checkout table.shop_table {
margin-bottom: 3em;
}
.woocommerce .checkout table.shop_table th, .woocommerce .checkout table.shop_table td {
text-align: left;
}
.woocommerce .checkout table.shop_table tfoot th {
text-align: right;
}
.woocommerce .checkout table.shop_table tfoot td,
.woocommerce .checkout table.shop_table tfoot th {
font-weight: 600;
}
.woocommerce table.shop_table .cart-subtotal .amount, .woocommerce-page table.shop_table .cart-subtotal .amount,
.woocommerce table.shop_table .shipping td, .woocommerce-page table.shop_table .shipping td {
font-weight: 400;
}
.woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .shipping_calculator {
clear: none;
float: left;
margin-bottom: 30px;
}
.woocommerce .checkout #order_review,
.woocommerce-page .checkout #order_review {
margin-bottom: 2em;
}
.woocommerce .checkout #order_review_heading,
.woocommerce-page .checkout #order_review_heading {
padding-top: 1.825em;
}
.woocommerce .checkout #order_review .order-total .amount,
.woocommerce-page .checkout #order_review .order-total .amount {
letter-spacing: 0;
}
.woocommerce .checkout #order_review .payment_methods li,
.woocommerce-page .checkout #order_review .payment_methods li {
list-style: none;
}
.woocommerce .checkout #order_review .payment_methods li label,
.woocommerce-page .checkout #order_review .payment_methods li label {
display: inline-block;
}
#add_payment_method #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
margin: -5px 0.5em 0;
max-height: 30px;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
color: var(--theme-color-input_dark);
background-color: var(--theme-color-input_bg_hover);
}
#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
border-color: transparent transparent var(--theme-color-input_bg_hover);
}
.woocommerce-checkout #payment div.payment_box:after {
top: 0;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
background-color: transparent;
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
border-top: 1px solid var(--theme-color-bd_color);
}
#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
line-height: 1.7em;
float: none;
}
.woocommerce .order_details.woocommerce-thankyou-order-details {
padding: 1em;
color: var(--theme-color-alter_text);
background-color: var(--theme-color-alter_bg_color);
}
.woocommerce .order_details.woocommerce-thankyou-order-details li strong {
font-weight: 400;
margin-top: 0.2em;
color: var(--theme-color-alter_dark);
}
.woocommerce .shop_table.order_details th,
.woocommerce .shop_table.customer_details th {
text-align: left;
}
.woocommerce .shop_table.order_details tfoot th {
text-align: right;
}
.woocommerce .shop_table.order_details td.product-name strong {
font-style: normal;
}
.woocommerce .order_details li,
.woocommerce-page .order_details li {
font-size: 1em;
line-height: 1em;
list-style: none;
}
.woocommerce .order_details li strong,
.woocommerce-page .order_details li strong {
color: var(--theme-color-text_dark);
}
.woocommerce .woocommerce-customer-details address {
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.woocommerce form .form-row #createaccount {
margin-right: 4px;
vertical-align: middle;
}
.woocommerce form .form-row input[type=radio] + label:before,
.woocommerce form .form-row input[type=checkbox] + label:before {
top: 10px;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-form__input-checkbox {
display: inline;
}
.woocommerce-terms-and-conditions-wrapper p {
margin-bottom: 0.5em;
}
.woocommerce-terms-and-conditions-wrapper label {
padding-left: 1.15em;
position: relative;
}
.woocommerce-terms-and-conditions-wrapper label input[type=checkbox] {
position: static !important;
clip: auto;
width: 0;
outline: 0 !important;
-webkit-appearance: none;
-moz-appearance: none;
}
.woocommerce-terms-and-conditions-wrapper label input[type=checkbox]:before {
content: "";
font-family: "fontello";
display: block;
border: 1px solid #ddd;
width: 1em;
height: 1em;
line-height: 1em;
text-align: center;
position: absolute;
z-index: 1;
top: 0.13em;
left: 0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.woocommerce-terms-and-conditions-wrapper label input[type=checkbox]:checked:before {
content: "\e8ab";
}
.ua_ie .woocommerce-terms-and-conditions-wrapper label {
padding-left: 0;
}
.ua_ie .woocommerce-terms-and-conditions-wrapper input[type=checkbox] {
width: auto;
}
.ua_ie .woocommerce-terms-and-conditions-wrapper input[type=checkbox]:before {
display: none;
} .woocommerce form .form-row label.inline input[type=checkbox] {
display: inline;
position: relative !important;
clip: auto;
top: 2px;
}
.woocommerce-account h2,
.woocommerce-account .address .title h3 {
margin: 1em 0 0.4em;
}
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content .woocommerce-Address-title a {
font-size: 1em;
line-height: 1.4em;
font-weight: 500;
text-transform: none;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
border: 2px solid var(--theme-color-bd_color);
}
.woocommerce-account .woocommerce-MyAccount-navigation {
width: 20%;
float: left;
border-color: var(--theme-color-bd_color);
}
.woocommerce-MyAccount-navigation ul {
padding: 0;
margin: 0;
list-style-type: none;
}
.woocommerce-MyAccount-navigation ul li {
padding: 0;
margin: 0;
border-color: var(--theme-color-bd_color);
}
.woocommerce-MyAccount-navigation ul li + li {
border-top: 1px solid var(--theme-color-bd_color);
}
.woocommerce-MyAccount-navigation ul li a {
display: block;
padding: 1em 0;
-webkit-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.woocommerce-MyAccount-navigation li.is-active a {
color: var(--theme-color-text_link);
}
.woocommerce table.my_account_orders {
font-size: 1em;
}
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
font-weight: 400;
}
.woocommerce table.shop_table tfoot tr:last-child td {
font-weight: 700;
}
.woocommerce-account .woocommerce-MyAccount-content {
width: 75%;
float: right;
}
.woocommerce-MyAccount-content .my_account_orders th {
text-align: left;
}
.woocommerce-MyAccount-content .my_account_orders .button {
padding: 0;
background-color: transparent !important;
color: var(--theme-color-text_link);
}
.woocommerce-MyAccount-content .my_account_orders .button:hover {
color: var(--theme-color-text_hover);
}
.woocommerce-MyAccount-content .my_account_orders .button + .button:before {
content: "|";
display: inline-block;
line-height: inherit;
margin: 0 0.5em;
}
.woocommerce-MyAccount-content .woocommerce-Address-title {
position: relative;
}
.woocommerce-MyAccount-content .woocommerce-Address-title h3 {
display: inline-block;
margin-top: 0.5em;
}
.woocommerce-MyAccount-content .woocommerce-Address-title a {
display: inline-block;
vertical-align: text-top;
margin: 0 0 0 2em;
text-decoration: underline;
float: none !important;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
margin-top: 2em;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset legend {
top: -1em;
}
.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
padding: 10px 8px 7px;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
border-radius: 0;
}
.woocommerce .woocommerce-MyAccount-content h3 {
margin-top: 0;
}
.woocommerce .woocommerce-address-fields .select_container:before {
top: 2px;
right: 2px;
}
.woocommerce .woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
display: none;
} .woocommerce table.shop_table_responsive thead, .woocommerce-page table.shop_table_responsive thead {
display: table-row-group;
}
.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
display: table-row;
}
.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
display: table-cell;
text-align: left !important;
vertical-align: top;
}
.woocommerce table.shop_table_responsive tr td.product-price, .woocommerce-page table.shop_table_responsive tr td.product-price,
.woocommerce table.shop_table_responsive tr td.product-quantity, .woocommerce-page table.shop_table_responsive tr td.product-quantity,
.woocommerce table.shop_table_responsive tr td.product-subtotal, .woocommerce-page table.shop_table_responsive tr td.product-subtotal {
text-align: center !important;
}
.woocommerce table.shop_table_responsive tr td:before, .woocommerce-page table.shop_table_responsive tr td:before {
display: none;
} .product .post_data_inner .product-cat {
position: relative;
margin-top: -2px;
margin-bottom: -2px;
}
.product .post_data_inner .product-cat:before {
content: "";
display: block;
width: 1000%;
height: 2px;
position: absolute;
left: -200%;
right: -200%;
top: 18px;
background-color: var(--theme-color-bg_color);
z-index: 1;
}
.product .post_data_inner .product-cat a {
font-size: 14px;
line-height: 31px;
height: 32px;
font-weight: 400;
display: inline-block;
padding: 0 14px;
margin: 2px 3px;
position: relative;
z-index: 2;
color: var(--theme-color-inverse_hover) !important;
background-color: var(--theme-color-text_dark);
}
.product .post_data_inner .product-cat a:hover {
color: var(--theme-color-inverse_link) !important;
background-color: var(--theme-color-text_link);
}
.woocommerce nav.woocommerce-pagination {
text-align: left;
}
.woocommerce div.product .out-of-stock {
color: #f22f2f;
}
.woocommerce div.product form.cart .single_add_to_cart_button {
height: 60px;
font-size: 16px !important;
padding: 0 1.8em !important;
}
.woocommerce div.product form.cart .single_add_to_cart_button:before {
display: none;
}
.woocommerce-product-details__short-description {
margin-bottom: 40px;
}
.woocommerce-product-details__short-description p {
margin-bottom: 0;
}
.woocommerce-product-details__short-description p + p {
margin-top: 1em;
}
.woocommerce-variation-price {
margin: 0;
}
.woocommerce-variation-price .price {
padding-bottom: 26px;
display: inline-block;
}
.pswp__caption__center {
text-align: center;
}
.woocommerce table.shop_table th {
font-weight: 600;
padding-top: 28px;
padding-bottom: 28px;
}
.woocommerce table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot th {
padding-top: 9px;
padding-bottom: 9px;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
border: 2px solid var(--theme-color-bd_color);
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
line-height: 1.5em;
font-weight: 600;
font-size: 16px;
margin-bottom: 10px;
color: var(--theme-color-text_dark);
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
right: 20px;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table th {
padding: 20px;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table td {
padding: 20px;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td {
padding-top: 12px;
padding-bottom: 12px;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
float: left;
margin-top: 15px;
}
.woof_submit_search_form_container {
margin: 0;
}
.woof_submit_search_form_container > button {
margin-top: 25px !important;
}
.woof_submit_search_form_container .woof_reset_search_form {
padding: 20px 10px !important;
margin-top: 25px;
width: 100px;
}
.woof_container {
margin-bottom: 0;
padding-bottom: 0;
}
.woof_container + .woof_container {
margin-top: 30px;
}
.woof_container h4 {
font-size: 22px;
letter-spacing: 0;
margin-top: 0;
}
.woof_list li {
margin: 0 !important;
}
.woof_block_html_items ul {
padding-left: 0;
}
.woof_block_html_items ul > li:before {
display: none;
}
.woof_radio_label {
margin-left: 0;
}
.woof_list label {
padding-top: 3px;
padding-bottom: 3px;
color: var(--theme-color-alter_dark);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.woof_list label:hover {
color: var(--theme-color-alter_link);
}
.woof_list label:before {
top: 6px !important;
}
.widget.WOOF_Widget > .widget {
width: 100% !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
.widget .woof_redraw_zone ul li a.woof_radio_term_reset:before {
content: "\e9a6";
font-family: "fontello";
font-size: 11px;
margin-left: 5px;
color: var(--theme-color-alter_link);
-webkit-transition: 0.3s all;
transition: 0.3s all;
}
.widget .woof_redraw_zone ul li a.woof_radio_term_reset:hover:before {
color: var(--theme-color-alter_dark);
}
.widget .woof_redraw_zone ul li a.woof_radio_term_reset img {
display: none;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:before {
content: "\e9aa";
font-family: "fontello";
}
.select2-container .select2-selection--single .select2-selection__rendered {
padding-right: 40px;
}
.form-row.form-row-wide.validate-required .select_container {
overflow: hidden;
}
.form-row.form-row-wide.validate-required .select2-container .select2-selection--single {
margin: 0;
} body div.woof_info_popup {
-webkit-animation: rotate 1.5s linear infinite;
animation: rotate 1.5s linear infinite;
background-color: transparent;
background-position: center !important;
border-radius: 50%;
-webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
background-repeat: no-repeat !important;
background-size: cover !important;
content: "";
height: 102px;
opacity: 1 !important;
padding: 0;
-webkit-transition: all 1.5s ease;
transition: all 1.5s ease;
width: 102px;
top: 50%;
left: 50%;
margin: -51px 0 0 -51px;
}
@-webkit-keyframes rotate {
from {
-webkit-transform: rotate(-360deg);
transform: rotate(-360deg);
}
}
@keyframes rotate {
from {
-webkit-transform: rotate(-360deg);
transform: rotate(-360deg);
}
}
.trx_addons_woocommerce_search .trx_addons_woocommerce_search_button:before {
font-weight: 400;
}
.trx_addons_woocommerce_search_type_inline .trx_addons_woocommerce_search_form_options, .trx_addons_woocommerce_search_type_inline .trx_addons_woocommerce_search_form_button {
vertical-align: middle;
}
.trx_addons_woocommerce_search_type_inline .trx_addons_woocommerce_search_form_field_list li {
width: 100%;
padding: 0.5em 1em;
margin: 0;
}
.woocommerce-MyAccount-content .woocommerce-Address-title h3 {
font-size: 3em;
}
.woocommerce div.product form.cart .variations th {
display: block;
text-align: left;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
vertical-align: baseline;
}
.woocommerce div.product form.cart .variations td.value {
max-width: 70%;
}
.woocommerce table.cart .product-name {
border-left: none;
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
right: 1.2em;
top: 1.2em;
}
.woocommerce form .password-input input[type=text],
.woocommerce-page form .password-input input[type=text],
.woocommerce form .password-input input[type=password],
.woocommerce-page form .password-input input[type=password] {
padding-right: 3em;
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
top: auto;
}.dummy_class { color: inherit; }