.wdt-before-after-slider-container {
display: grid;
position: relative;
width: 100%;
max-width: 100%;
height: 600px;
border: 0px solid white;
overflow: hidden;
}
.wdt-before-after-slider-container .wdt-img:not(div[data-widget-type="wdt-advanced-before-after-slider.default"]) {
position: relative;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-size: 900px 100%;
overflow: hidden;
z-index: 1;
}
.wdt-before-after-slider-container>* {
grid-area: 1/-1;
}
.wdt-before-after-slider-container .background-img {
background-image: url(https://i.imgur.com/s08MkXC.jpg);
}
.wdt-before-after-slider-container .foreground-img {
background-image: url(https://i.imgur.com/PfIWek4.jpg);
width: 50%;
}
.wdt-background-img img {
height: inherit;
object-fit: cover;
width: 100%;
object-position: center;
}
.wdt-foreground-img img {
width: auto;
height: 100%;
object-fit: cover;
object-position: center;
}
.wdt-before-after-slider-container .wdt-before-after-sliders {
position: absolute;
-webkit-appearance: none;
appearance: none;
width: 100%;
height: 100%;
background: transparent;
outline: none;
margin: 0;
transition: all 0.2s;
display: flex;
justify-content: center;
align-items: center;
padding: 0;
border-width: 0;
z-index: 2;
}
.wdt-before-after-slider-container .wdt-before-after-sliders:hover {
background: transparent;
}
.wdt-before-after-slider-container .wdt-before-after-sliders::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 0px;
height: 100%;
background: transparent;
cursor: pointer;
}
.wdt-before-after-slider-container .wdt-before-after-sliders::-moz-range-thumb {
-webkit-appearance: none;
appearance: none;
width: 0px;
height: 0%;
min-height: 0;
background: transparent;
cursor: pointer;
display: none;
}
.wdt-before-after-slider-container .wdt-slider-button {
pointer-events: none;
position: absolute;
width: 15px;
height: 100px;
border-radius: 0;
background-color: transparent;
top: calc(50% - 0px);
display: flex;
justify-content: center;
align-items: center;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
z-index: 5;
}
.wdt-before-after-slider-container .wdt-slider-button span {
font-size: 0;
position: relative;
align-items: center;
display: flex;
}
.wdt-before-after-slider-container .wdt-slider-button span:after {
content: "";
padding: 3px;
display: block;
border: solid #fff;
border-width: 0 2px 2px 0;
width: 3px;
height: 3px;
transform: rotate(-45deg);
position: relative;
right: -13px;
animation: lefttoright 0.6s alternate infinite;
-webkit-animation: lefttoright 0.6s alternate infinite;
animation-play-state: running;
-webkit-animation-play-state: running;
}
@keyframes lefttoright {
from {
transform: rotate(-45deg) translate(0, 0);
}
to {
transform: rotate(-45deg) translate(5px, 5px);
}
}
@-webkit-keyframes lefttoright {
from {
transform: rotate(-45deg) translate(0, 0);
}
to {
transform: rotate(-45deg) translate(5px, 5px);
}
}
.wdt-before-after-slider-container .wdt-slider-button span:before {
content: "";
padding: 3px;
display: inline-block;
border: solid #fff;
border-width: 0 2px 2px 0;
transform: rotate(135deg);
width: 3px;
height: 3px;
left: -13px;
position: relative;
animation: righttoleft 0.6s alternate infinite;
-webkit-animation: righttoleft 0.6s alternate infinite;
animation-play-state: running;
-webkit-animation-play-state: running;
}
.wdt-before-after-slider-container:hover .wdt-slider-button span:before,
.wdt-before-after-slider-container:hover .wdt-slider-button span:after {
animation-play-state: paused;
-webkit-animation-play-state: paused;
}
@keyframes righttoleft {
from {
transform: rotate(135deg) translate(0, 0);
}
to {
transform: rotate(135deg) translate(5px, 5px);
}
}
@-webkit-keyframes righttoleft {
from {
transform: rotate(135deg) translate(0, 0);
}
to {
transform: rotate(135deg) translate(5px, 5px);
}
}
.wdt-before-after-slider-container .wdt-slider-button:before {
content: "";
position: absolute;
width: 1px;
height: 100vh;
background: white;
top: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%) translateX(-50%);
left: 50%;
z-index: -1;
}
.wdt-before-after-slider-container .wdt-slider-button:after {
content: "";
position: absolute;
width: 15px;
height: 100px;
background: white;
top: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%) translateX(-50%);
left: 50%;
z-index: -1;
}
.wdt-before-after-slider-container:hover .wdt-slider-button,
.wdt-before-after-slider-container .wdt-slider-button:focus {
background-color: var(--wdtLinkHoverColor);
color: var(--wdtAccentTxtColor);
}
.wdt-before-after-slider-span-after { font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
font-weight: calc(var(--wdtFontWeight_Alt) - 100);
font-family: var(--wdtFontTypo_H1);
text-transform: uppercase;
letter-spacing: 0;
position: absolute;
color: var(--wdtAccentTxtColor);
bottom: 60px;
right: 160px;
}
.wdt-before-after-slider-span-before { font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
font-weight: calc(var(--wdtFontWeight_Alt) - 100);
font-family: var(--wdtFontTypo_H1);
text-transform: uppercase;
letter-spacing: 0;
position: absolute;
color: var(--wdtAccentTxtColor);
bottom: 60px;
left: 160px;
}
.wdt-custom-befr-aftr-slider .swiper-slide.swiper-slide-active {
clip-path: inset(0 -25%);
transition: all 0.3S linear;
z-index: 5;
}
.wdt-custom-befr-aftr-slider .swiper-slide.swiper-slide-active .wdt-content-item {
width: 150%;
left: -25%;
}
.wdt-custom-befr-aftr-slider .swiper-slide {
clip-path: inset(16% 0);
transition: all 0.3S linear;
} .wdt-custom-befaftr-slide-hom-2 .wdt-before-after-slider-container {
height: 540px;
}
@media only screen and (max-width: 767px) {
.wdt-before-after-slider-span-after {
right: 60px;
}
.wdt-before-after-slider-span-before {
left: 60px;
}
}
@media only screen and (max-width: 479px) {
.wdt-custom-befaftr-slide-hom-2 .wdt-before-after-slider-container {
height: 500px;
}
.wdt-before-after-slider-span-after {
bottom: 20px;
right: 20px;
}
.wdt-before-after-slider-span-before {
bottom: 20px;
left: 20px;
}
}
body.rtl .wdt-before-after-slider-container .wdt-before-after-sliders {
transform: rotateY(180deg);
}.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8;
}
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden;
}
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box;
}
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
display: none;
}
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto;
}
.mfp-ajax-cur {
cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out;
}
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.mfp-loading.mfp-figure {
display: none;
}
.mfp-hide {
display: none !important;
}
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044;
}
.mfp-preloader a {
color: #CCC;
}
.mfp-preloader a:hover {
color: #FFF;
}
.mfp-s-ready .mfp-preloader {
display: none;
}
.mfp-s-error .mfp-content {
display: none;
}
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation;
}
button::-moz-focus-inner {
padding: 0;
border: 0;
}
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
opacity: 1;
}
.mfp-close:active {
top: 1px;
}
.mfp-close-btn-in .mfp-close {
color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%;
}
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap;
}
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent;
}
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px;
}
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7;
}
.mfp-arrow-left {
left: 0;
}
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px;
}
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
right: 0;
}
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px;
}
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
top: -40px;
}
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000;
} img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto;
} .mfp-figure {
line-height: 0;
}
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444;
}
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px;
}
.mfp-figure figure {
margin: 0;
}
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto;
}
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px;
}
.mfp-image-holder .mfp-content {
max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer;
}
.mfp-image-holder .mfp-close, 
.mfp-iframe-holder .mfp-close { 
width: 40px; height: 40px; padding: 10px; display: flex; align-items: center; justify-content: center;  transform: none; top: -10px; right: 0;
cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0;
}
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px;
}
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0;
}
}
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75);
}
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0;
}
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%;
}
.mfp-container {
padding-left: 6px;
padding-right: 6px;
}
}.wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element,
.wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element .wdt-popup-box-trigger-label,
.wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element .wdt-popup-box-trigger-icon,
.wdt-popup-box-window button.mfp-close,
.wdt-popup-box-window button.mfp-arrow {
-webkit-transition: var(--wdt-elementor-base-transition);
transition: var(--wdt-elementor-base-transition);
}
.wdt-popup-box-window.mfp-bg,
.wdt-popup-box-window.mfp-wrap {
height: auto;
bottom: 0;
left: 0;
right: 0;
top: 0;
width: auto;
cursor: default;
}
.wdt-popup-box-window.mfp-wrap .mfp-container.mfp-inline-holder .mfp-content .wdt-popup-box-content-holder {
background-color: var(--wdt-elementor-color-white);
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
margin: auto;
max-width: 80vw;
padding: 0px;
width: 900px;
-webkit-border-radius: var(--wdtRadius_Zero);
border-radius: var(--wdtRadius_Zero);
-webkit-transition: var(--wdt-elementor-base-transition);
transition: var(--wdt-elementor-base-transition);
border-radius: var(--wdtRadius_2X);
overflow: hidden;
}
.wdt-popup-box-window.mfp-wrap .mfp-container.mfp-inline-holder .mfp-content .wdt-popup-box-content-holder .wdt-popup-box-content-inner {
max-height: calc(80vh - 2*1.5em);
overflow-y: auto;
}
.wdt-popup-box-window .wdt-popup-box-content-holder .wdt-popup-box-content-inner>*:first-child {
margin-top: 0;
}
.wdt-popup-box-window .wdt-popup-box-content-holder .wdt-popup-box-content-inner>*:last-child {
margin-bottom: 0;
} .wdt-popup-box-trigger-holder.wdt-click-element-icon {
display: flex;
}
.wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element .wdt-popup-box-trigger-icon,
.wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element .wdt-popup-box-trigger-icon>i {
display: inherit;
} .wdt-popup-box-trigger-holder,
.wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element {
display: inline-flex;
will-change: transform;
}
.wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element {
cursor: pointer;
}
.wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element img {
align-self: start;
}
.wdt-popup-box-trigger-holder:empty {
display: none;
}
.wdt-popup-box-trigger-element .wdt-popup-box-trigger-icon {
font-size: 1.5rem;
padding: 0;
position: relative;
text-align: center;
vertical-align: top;
z-index: 0;
}
.wdt-popup-box-trigger-holder.wdt-click-element-label-n-icon .wdt-popup-box-trigger-element .wdt-popup-box-trigger-label {
display: inline-grid;
align-content: center;
}
.wdt-popup-box-trigger-holder.wdt-click-element-label-n-icon .wdt-popup-box-trigger-element .wdt-popup-box-trigger-label+.wdt-popup-box-trigger-icon {
margin-left: 8px;
}
.wdt-popup-box-trigger-holder.wdt-click-element-label-n-icon .wdt-popup-box-trigger-element .wdt-popup-box-trigger-label {
text-transform: uppercase;
color: var(--wdtHeadAltColor);
font-weight: var(--wdtFontWeight_Alt);
}
.wdt-click-element-image-n-icon .wdt-popup-box-trigger-element .wdt-popup-box-trigger-icon {
position: absolute;
left: 0;
right: 0;
top: 50%;
bottom: 50%;
pointer-events: all;
}
.wdt-click-element-image-n-icon .wdt-popup-box-trigger-element {
pointer-events: none;
} .wdt-popup-box-window .wdt-popup-box-content-holder .mfp-close,
.wdt-popup-box-window .mfp-close {
margin: 14px;
font-size: 0;
height: 36px;
width: 36px;
line-height: 36px;
border-radius: var(--wdtRadius_Zero);
-webkit-transform: none;
transform: none;
display: flex;
align-items: center;
justify-content: center;
opacity: 1;
}
.wdt-popup-box-window.wdt-fade-zoom.mfp-ready.mfp-close-btn-in .mfp-close:before,
.wdt-popup-box-window.wdt-fade-zoom.mfp-ready.mfp-close-btn-in .mfp-close:after,
.wdt-popup-box-window .mfp-close:before,
.wdt-popup-box-window .mfp-close:after {
content: "" !important;
width: 16px;
height: 1.5px;
background-color: currentColor;
position: absolute;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 18px;
left: 10px;
-webkit-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.wdt-popup-box-window.wdt-fade-zoom.mfp-ready.mfp-close-btn-in .mfp-close:after,
.wdt-popup-box-window .mfp-close:after {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.wdt-popup-box-window.wdt-fade-zoom.mfp-ready.mfp-close-btn-in .mfp-close:hover:before,
.wdt-popup-box-window .mfp-close:hover:before {
-webkit-transform: rotate(-135deg);
transform: rotate(-135deg);
}
.wdt-popup-box-window.wdt-fade-zoom.mfp-ready.mfp-close-btn-in .mfp-close:hover:after,
.wdt-popup-box-window .mfp-close:hover:after {
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}
.wdt-popup-box-window .wdt-popup-box-content-holder .mfp-close,
.wdt-popup-box-window .mfp-close,
.wdt-popup-box-window.mfp-wrap .mfp-container.mfp-inline-holder .mfp-content .wdt-popup-box-content-holder .wdt-popup-box-content-inner~.mfp-close {
background-color: var(--wdtPrimaryColor);
color: var(--wdtAccentTxtColor);
}
.wdt-popup-box-window .wdt-popup-box-content-holder .mfp-close:hover,
.wdt-popup-box-window .mfp-close:hover,
.wdt-popup-box-window.mfp-wrap .mfp-container.mfp-inline-holder .mfp-content .wdt-popup-box-content-holder .wdt-popup-box-content-inner~.mfp-close:hover {
background-color: rgba(var(--wdtLinkHoverColorRgb), 1);
color: var(--wdtAccentTxtColor);
}
.wdt-popup-box-window .mfp-close:empty {
display: none;
} .wdt-popup-box-window.mfp-wrap .mfp-container.mfp-inline-holder .mfp-content .wdt-popup-box-content-holder .wdt-popup-box-content-inner~.mfp-close {
background-color: rgba(var(--wdtPrimaryColorRgb), 1);
opacity: 1;
top: 10px;
right: 10px;
margin: 0px;
height: 36px;
width: 36px;
color: var(--wdtAccentTxtColor);
border-radius: var(--wdtRadius_Full);
}  .wdt-fade-zoom .mfp-content .mfp-iframe,
.wdt-fade-zoom .mfp-content .mfp-img,
.wdt-fade-zoom .mfp-content .mfp-figure:after,
.wdt-fade-zoom .mfp-container.mfp-inline-holder .mfp-content .wdt-popup-box-content-holder {
opacity: 0;
-webkit-transform: scale(0.8);
transform: scale(0.8);
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.wdt-fade-zoom.mfp-ready .mfp-content .mfp-iframe,
.wdt-fade-zoom.mfp-ready .mfp-content .mfp-img,
.wdt-fade-zoom.mfp-ready .mfp-content .mfp-figure:after,
.wdt-fade-zoom.mfp-ready .mfp-container.mfp-inline-holder .mfp-content .wdt-popup-box-content-holder {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.wdt-popup-box-window.wdt-fade-zoom.mfp-ready.mfp-close-btn-in .mfp-close {
-webkit-transform: scale(1);
transform: scale(1);
width: 30px;
height: 30px;
display: flex;
align-items: center;
justify-content: center;
padding: 10px;
cursor: pointer;
top: 5px;
right: 0;
opacity: 1;
} .wdt-fade-slide .mfp-content .mfp-iframe,
.wdt-fade-slide .mfp-content .mfp-img,
.wdt-fade-slide .mfp-content .mfp-figure:after,
.wdt-fade-slide .mfp-container.mfp-inline-holder .mfp-content .wdt-popup-box-content-holder {
opacity: 0;
-webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
transform: translateY(-20px) perspective(600px) rotateX(10deg);
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.wdt-fade-slide.mfp-ready .mfp-content .mfp-iframe,
.wdt-fade-slide.mfp-ready .mfp-content .mfp-img,
.wdt-fade-slide.mfp-ready .mfp-content .mfp-figure:after,
.wdt-fade-slide.mfp-ready .mfp-container.mfp-inline-holder .mfp-content .wdt-popup-box-content-holder {
opacity: 1;
-webkit-transform: translateY(0) perspective(600px) rotateX(0);
transform: translateY(0) perspective(600px) rotateX(0);
} .wdt-popup-box-window.mfp-wrap[class*="side-slide"] .mfp-container.mfp-inline-holder .mfp-content .wdt-popup-box-content-holder {
box-shadow: 0 0 70px 20px rgb(255 255 255 / 8%);
}
.wdt-popup-box-window.mfp-wrap[class*="side-slide"] .mfp-content .wdt-popup-box-content-holder {
display: flex;
justify-content: center;
align-items: center;
}
.wdt-popup-box-window.mfp-wrap[class*="side-slide"] .mfp-container.mfp-inline-holder {
padding: 0;
}
.wdt-popup-box-window.mfp-wrap[class*="side-slide"] .mfp-container.mfp-inline-holder .mfp-content {
height: 100%;
max-height: 100%;
}
.wdt-popup-box-window.mfp-wrap[class*="side-slide"] .mfp-container.mfp-inline-holder .mfp-content .wdt-popup-box-content-holder .wdt-popup-box-content-inner {
height: 100%;
max-height: 100%;
display: grid;
place-items: center;
} .wdt-popup-box-window.mfp-wrap.wdt-right-side-slide .mfp-container.mfp-inline-holder .mfp-content .wdt-popup-box-content-holder {
height: 100%;
margin-right: 0;
margin-left: auto;
max-width: 660px;
padding: 40px;
}
.wdt-popup-box-window.wdt-right-side-slide .mfp-container.mfp-inline-holder .mfp-content .wdt-popup-box-content-holder {
-webkit-transform: translateX(800px);
transform: translateX(800px);
opacity: 1;
-webkit-transition: 0.45s cubic-bezier(0.5, 1, 0.89, 1) .45s;
transition: 0.45s cubic-bezier(0.5, 1, 0.89, 1) .45s;
}
.wdt-popup-box-window.wdt-right-side-slide.mfp-ready .mfp-container.mfp-inline-holder .mfp-content .wdt-popup-box-content-holder {
-webkit-transform: translateY(0);
transform: translateY(0);
}
.wdt-popup-box-window.mfp-wrap.wdt-right-side-slide .mfp-container.mfp-inline-holder .mfp-content .wdt-popup-box-content-holder .wdt-popup-box-content-inner~.mfp-close {
top: 12px;
right: 12px;
} .wdt-popup-box-window.mfp-wrap.wdt-left-side-slide .mfp-container.mfp-inline-holder .mfp-content .wdt-popup-box-content-holder {
height: 100%;
margin-right: auto;
margin-left: 0;
max-width: 660px;
padding: 40px;
}
.wdt-popup-box-window.wdt-left-side-slide .mfp-container.mfp-inline-holder .mfp-content .wdt-popup-box-content-holder {
-webkit-transform: translateX(-800px);
transform: translateX(-800px);
opacity: 1;
-webkit-transition: 0.45s cubic-bezier(0.5, 1, 0.89, 1) .45s;
transition: 0.45s cubic-bezier(0.5, 1, 0.89, 1) .45s;
}
.wdt-popup-box-window.wdt-left-side-slide.mfp-ready .mfp-container.mfp-inline-holder .mfp-content .wdt-popup-box-content-holder {
-webkit-transform: translateY(0);
transform: translateY(0);
}
.wdt-popup-box-window.mfp-wrap.wdt-left-side-slide .mfp-container.mfp-inline-holder .mfp-content .wdt-popup-box-content-holder .wdt-popup-box-content-inner~.mfp-close {
top: 12px;
left: 12px;
} .wdt-popup-box-window.mfp-wrap.wdt-left-side-slide-full .mfp-container.mfp-inline-holder .mfp-content .wdt-popup-box-content-holder {
height: 100%;
margin-right: auto;
margin-left: 0;
width: 100vw;
max-width: 100vw;
padding: 40px;
}
.wdt-popup-box-window.wdt-left-side-slide-full .mfp-container.mfp-inline-holder .mfp-content .wdt-popup-box-content-holder {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
opacity: 1;
-webkit-transition: 0.45s cubic-bezier(0.5, 1, 0.89, 1) .45s;
transition: 0.45s cubic-bezier(0.5, 1, 0.89, 1) .45s;
}
.wdt-popup-box-window.wdt-left-side-slide-full.mfp-ready .mfp-container.mfp-inline-holder .mfp-content .wdt-popup-box-content-holder {
-webkit-transform: translateY(0%);
transform: translateY(0%);
}
.wdt-popup-box-window.mfp-wrap.wdt-left-side-slide-full .mfp-container.mfp-inline-holder .mfp-content .wdt-popup-box-content-holder .wdt-popup-box-content-inner~.mfp-close {
top: 12px;
left: 12px;
} .wdt-popup-box-window.mfp-wrap.wdt-right-side-slide-full .mfp-container.mfp-inline-holder .mfp-content .wdt-popup-box-content-holder {
height: 100%;
margin-right: auto;
margin-left: 0;
width: 100vw;
max-width: 100vw;
padding: 40px;
}
.wdt-popup-box-window.wdt-right-side-slide-full .mfp-container.mfp-inline-holder .mfp-content .wdt-popup-box-content-holder {
-webkit-transform: translateX(100%);
transform: translateX(100%);
opacity: 1;
-webkit-transition: 0.45s cubic-bezier(0.5, 1, 0.89, 1) .45s;
transition: 0.45s cubic-bezier(0.5, 1, 0.89, 1) .45s;
}
.wdt-popup-box-window.wdt-right-side-slide-full.mfp-ready .mfp-container.mfp-inline-holder .mfp-content .wdt-popup-box-content-holder {
-webkit-transform: translateY(0%);
transform: translateY(0%);
}
.wdt-popup-box-window.mfp-wrap.wdt-right-side-slide-full .mfp-container.mfp-inline-holder .mfp-content .wdt-popup-box-content-holder .wdt-popup-box-content-inner~.mfp-close {
top: 12px;
right: 12px;
}
.wdt-popup-box-window.mfp-wrap.wdt-right-side-slide .mfp-container.mfp-inline-holder .mfp-content .wdt-popup-box-content-holder {
width: 500px;
border-radius: var(--wdtRadius_Zero);
}  .wdt-popup-box-window.mfp-wrap .mfp-container.mfp-inline-holder .wdt-popup-box-content-holder .wdt-popup-box-content-inner {
-webkit-scrollbar-width: none;
scrollbar-width: none;
scrollbar-color: var(--wdtPrimaryColor) transparent;
} .wdt-popup-box-window.mfp-wrap .mfp-container.mfp-inline-holder .wdt-popup-box-content-holder .wdt-popup-box-content-inner::-webkit-scrollbar {
width: 0px;
display: none;
}
.wdt-popup-box-window.mfp-wrap .mfp-container.mfp-inline-holder .wdt-popup-box-content-holder .wdt-popup-box-content-inner::-webkit-scrollbar-track {
background: transparent;
}
.wdt-popup-box-window.mfp-wrap .mfp-container.mfp-inline-holder .wdt-popup-box-content-holder .wdt-popup-box-content-inner::-webkit-scrollbar-thumb {
background-color: var(--wdtPrimaryColor);
border-radius: 0px;
} .newsletter-pop-style.wdt-popup-box-window.mfp-wrap.wdt-right-side-slide .mfp-container.mfp-inline-holder .mfp-content .wdt-popup-box-content-holder {
height: auto;
position: absolute;
right: 0;
bottom: 0;
margin-right: 60px;
margin-bottom: 60px;
border-radius: var(--wdtRadius_2X);
padding: 0;
} @media (max-width: 1280px) {
.wdt-popup-box-window.mfp-wrap.wdt-right-side-slide .mfp-container.mfp-inline-holder .mfp-content .wdt-popup-box-content-holder,
.wdt-popup-box-window.mfp-wrap.wdt-left-side-slide .mfp-container.mfp-inline-holder .mfp-content .wdt-popup-box-content-holder {
max-width: 540px;
padding: 30px;
}
.wdt-popup-box-window.mfp-wrap.wdt-left-side-slide-full .mfp-container.mfp-inline-holder .mfp-content .wdt-popup-box-content-holder,
.wdt-popup-box-window.mfp-wrap.wdt-right-side-slide-full .mfp-container.mfp-inline-holder .mfp-content .wdt-popup-box-content-holder {
padding: 30px;
}
}
@media (max-width: 1024px) {
.wdt-popup-box-window.mfp-wrap.wdt-right-side-slide .mfp-container.mfp-inline-holder .mfp-content .wdt-popup-box-content-holder,
.wdt-popup-box-window.mfp-wrap.wdt-left-side-slide .mfp-container.mfp-inline-holder .mfp-content .wdt-popup-box-content-holder {
max-width: 460px;
padding: 30px 20px;
}
.wdt-popup-box-window.mfp-wrap.wdt-left-side-slide-full .mfp-container.mfp-inline-holder .mfp-content .wdt-popup-box-content-holder,
.wdt-popup-box-window.mfp-wrap.wdt-right-side-slide-full .mfp-container.mfp-inline-holder .mfp-content .wdt-popup-box-content-holder {
padding: 30px 20px;
}
}
@media (max-width: 767px) {
.wdt-popup-box-window.mfp-wrap.wdt-right-side-slide .mfp-container.mfp-inline-holder .mfp-content .wdt-popup-box-content-holder,
.wdt-popup-box-window.mfp-wrap.wdt-left-side-slide .mfp-container.mfp-inline-holder .mfp-content .wdt-popup-box-content-holder {
max-width: 440px;
}
.wdt-popup-box-window .wdt-popup-box-content-holder .wdt-popup-box-content-inner>*:last-child {
width: 100%;
} .newsletter-pop-style.wdt-popup-box-window.mfp-wrap.wdt-right-side-slide .mfp-container.mfp-inline-holder .mfp-content .wdt-popup-box-content-holder {
top: 50%;
left: 50%;
margin: auto;
margin-bottom: auto;
border-radius: var(--wdtRadius_2X);
padding: 0;
transform: translate(-50%, -50%);
bottom: inherit;
right: inherit;
}
}
@media (max-width: 480px) {
.wdt-popup-box-window.mfp-wrap.wdt-right-side-slide .mfp-container.mfp-inline-holder .mfp-content .wdt-popup-box-content-holder,
.wdt-popup-box-window.mfp-wrap.wdt-left-side-slide .mfp-container.mfp-inline-holder .mfp-content .wdt-popup-box-content-holder {
max-width: 320px;
}
}.wdt-countdown-holder .wdt-downcount {
display: flex;
width: max-content;
border: 1px solid var(--wdtHeadAltColor);
}
.wdt-counter-wrapper .wdt-counter-number {
font-size: var(--wdtFontSize_H2);
}
.wdt-countdown-holder .wdt-counter-wrapper .wdt-counter-inner-wrapper {
padding: 20px;
text-align: center;
}
.wdt-countdown-holder .wdt-counter-wrapper {
display: flex;
align-items: center;
}
.wdt-countdown-holder .wdt-counter-wrapper .wdt-counter-inner-wrapper .title {
margin: 0 0;
font-size: var(--wdtFontSize_H4);
}
.wdt-countdown-holder .wdt-counter-wrapper .wdt-counter-divider {
line-height: 1.2em;
font-size: var(--wdtFontSize_Alt);
}
.wdt-custom-home-6-countdown .wdt-countdown-holder .wdt-downcount {
border-width: 0px;
}
.wdt-custom-home-6-countdown .wdt-countdown-holder .wdt-countdown-label {
display: none;
}
.wdt-custom-home-6-countdown .wdt-countdown-holder .wdt-counter-wrapper .wdt-counter-inner-wrapper {
display: flex;
align-items: baseline;
}
.wdt-custom-home-6-countdown .wdt-counter-wrapper .wdt-counter-number {
font-size: clamp(1.125rem, 0.5192rem + 2.6923vw, 3.75rem);
color: var(--wdtAccentTxtColor);
font-family: var(--wdtFontTypo_Alt);
font-weight: var(--wdtFontWeight_Base);
padding-right: 6px;
}
.wdt-custom-home-6-countdown .wdt-countdown-holder .wdt-counter-wrapper .wdt-counter-inner-wrapper .title {
font-size: var(--wdtFontSize_Ext);
color: var(--wdtAccentTxtColor);
font-family: var(--wdtFontTypo_Base);
font-weight: var(--wdtFontWeight_Base);
}
.wdt-custom-home-6-countdown .wdt-countdown-holder .wdt-counter-wrapper .wdt-counter-inner-wrapper {
padding: 0 clamp(0.625rem, 0.1923rem + 1.9231vw, 2.5rem);
}
.wdt-custom-home-6-countdown .wdt-countdown-holder .wdt-counter-wrapper .wdt-counter-divider {
font-size: 0px;
position: relative;
}
.wdt-custom-home-6-countdown .wdt-countdown-holder .wdt-counter-wrapper .wdt-counter-divider:after {
content: '';
width: 1px;
height: 48px;
background: var(--wdtAccentTxtColor);
right: 0px;
position: absolute;
top: 50%;
transform: translateY(-50%);
} .wdt-simple-countdown.elementor-widget.elementor-widget-wdt-countdown p.wdt-countdown-label {
display: none;
}
.wdt-simple-countdown.elementor-widget.elementor-widget-wdt-countdown .wdt-downcount {
border: none;
}
.wdt-simple-countdown .wdt-countdown-holder .wdt-counter-wrapper .wdt-counter-inner-wrapper {
padding: 0 20px;
}
.wdt-simple-countdown.elementor-widget .wdt-counter-wrapper .wdt-counter-number {
font-size: clamp(2.5rem, 2.125rem + 1.875vw, 4.375rem);
font-family: var(--wdtFontTypo_Alt);
font-weight: var(--wdtFontWeight_Base);
line-height: 1;
}
.wdt-simple-countdown.elementor-widget .wdt-countdown-holder .wdt-counter-wrapper .wdt-counter-inner-wrapper .title {
font-size: var(--wdtFontSize_Base);
font-weight: var(--wdtFontWeight_Base);
font-family: var(--wdtFontTypo_Base);
opacity: 0.5;
}
.wdt-simple-countdown.elementor-widget .wdt-countdown-holder .wdt-counter-wrapper .wdt-counter-divider {
line-height: 1;
font-size: 50px;
font-weight: 100;
} @media only screen and (max-width:767px) {
.wdt-countdown-holder .wdt-counter-wrapper .wdt-counter-inner-wrapper {
padding: 12px;
}
}
@media only screen and (max-width: 480px) {
.wdt-counter-wrapper .wdt-counter-number {
font-size: var(--wdtFontSize_H4);
}
.wdt-countdown-holder .wdt-counter-wrapper .wdt-counter-inner-wrapper {
padding: 5px;
}
.wdt-countdown-holder .wdt-counter-wrapper .wdt-counter-divider {
font-size: var(--wdtFontSize_H4);
}
.wdt-countdown-holder .wdt-counter-wrapper .wdt-counter-inner-wrapper .title {
font-size: var(--wdtFontSize_H6);
}
.wdt-simple-countdown.elementor-widget .wdt-counter-wrapper .wdt-counter-number {
font-size: clamp(1.25rem, 1.25rem + 0vw, 1.25rem);
}
}.wdt-testimonial-holder.wdt-rc-template-cover .wdt-content-item, .wdt-testimonial-holder.wdt-rc-template-overlay .wdt-content-item { justify-content: start; text-align: start; }
.wdt-testimonial-holder.wdt-rc-template-cover .wdt-content-item .wdt-content-media-group,
.wdt-testimonial-holder.wdt-rc-template-overlay .wdt-content-item .wdt-content-media-group,
.wdt-testimonial-holder.wdt-rc-template-cover .wdt-content-item .wdt-media-image-cover,
.wdt-testimonial-holder.wdt-rc-template-overlay .wdt-content-item .wdt-media-image-overlay,
.wdt-testimonial-holder.wdt-rc-template-cover .wdt-content-item .wdt-media-image-cover > .wdt-media-image-cover-container,
.wdt-testimonial-holder.wdt-rc-template-overlay .wdt-content-item .wdt-media-image-overlay > .wdt-media-image-overlay-container { justify-content: inherit; text-align: inherit; } .wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item { text-align: center; }
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-image > span, .wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-image > a { -webkit-border-radius: 1em; border-radius: 1em; }
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper { margin-bottom: 0; }
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper + .wdt-content-icon-wrapper { display: block; font-size: 60px; line-height: 0; margin-top: -8px; margin-bottom: -0.4em; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-media-group .wdt-content-icon-wrapper .wdt-content-icon span { background-color: var(--wdt-elementor-color-white); color: rgba(var(--wdt-elementor-color-accent-rgb),0.85); font-size: 24px; height: 60px; width: 60px; -webkit-border-radius: 50%; border-radius: 50%; -webkit-box-shadow: 0 0 3px 0 rgba(var(--wdt-elementor-color-secondary-rgb),0.15); box-shadow: 0 0 3px 0 rgba(var(--wdt-elementor-color-secondary-rgb),0.15); }
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item:hover .wdt-content-media-group .wdt-content-icon-wrapper .wdt-content-icon span { background-color: var(--wdt-elementor-color-accent); color: var(--wdt-elementor-color-white); } .wdt-testimonial-holder.wdt-rc-template-side-image .wdt-content-item { display: flex; flex-wrap: wrap; }
.wdt-testimonial-holder.wdt-rc-template-side-image .wdt-content-item > * { padding: 10px; }
.wdt-testimonial-holder.wdt-rc-template-side-image .wdt-content-item .wdt-content-media-group { display: inline-flex; flex: 0 1 0; margin-bottom: 0; }
.wdt-testimonial-holder.wdt-rc-template-side-image .wdt-content-item .wdt-content-detail-group { flex: 1 1 0; width: 100%; }
.wdt-testimonial-holder.wdt-rc-template-side-image .wdt-content-item .wdt-content-image-wrapper { place-content: center; margin-bottom: 0 !important; width: 100%; }
.wdt-testimonial-holder.wdt-rc-template-side-image .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > a,
.wdt-testimonial-holder.wdt-rc-template-side-image .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > span { align-self: flex-start; }
.wdt-testimonial-holder.wdt-rc-template-side-image .wdt-content-item .wdt-content-image-wrapper,
.wdt-testimonial-holder.wdt-rc-template-side-image .wdt-content-item .wdt-content-image-wrapper .wdt-content-image,
.wdt-testimonial-holder.wdt-rc-template-side-image .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > a,
.wdt-testimonial-holder.wdt-rc-template-side-image .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > span { min-width: 110px; }
.wdt-testimonial-holder.wdt-rc-template-side-image .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > a,
.wdt-testimonial-holder.wdt-rc-template-side-image .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > span { height: 110px; width: 110px; -webkit-border-radius: 10px; border-radius: 10px; }
.wdt-testimonial-holder.wdt-rc-template-side-image .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > a img,
.wdt-testimonial-holder.wdt-rc-template-side-image .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > span img { height: 100%; object-fit: cover; object-position: center center; }
.wdt-testimonial-holder.wdt-rc-template-side-image .wdt-content-item .wdt-content-image-wrapper + .wdt-content-icon-wrapper { position: absolute; right: 0; top: 90px; }
.wdt-testimonial-holder.wdt-rc-template-side-image .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span { background-color: var(--wdt-elementor-color-white); color: rgba(var(--wdt-elementor-color-accent-rgb),0.85); font-size: 18px; height: 40px; width: 40px; -webkit-border-radius: 50%; border-radius: 50%; -webkit-box-shadow: 0 0 3px rgba(var(--wdt-elementor-color-secondary-rgb),0.15); box-shadow: 0 0 3px rgba(var(--wdt-elementor-color-secondary-rgb),0.15); }
.wdt-testimonial-holder.wdt-rc-template-side-image .wdt-content-item:hover .wdt-content-icon-wrapper .wdt-content-icon span { background-color: var(--wdt-elementor-color-accent); color: var(--wdt-elementor-color-white); } .wdt-testimonial-holder.wdt-rc-template-aside-content .wdt-content-item { padding: 15px; justify-content: start; text-align: start; -webkit-border-radius: 10px; border-radius: 10px; -webkit-box-shadow: 0 0 3px rgba(var(--wdt-elementor-color-secondary-rgb),0.15); box-shadow: 0 0 3px rgba(var(--wdt-elementor-color-secondary-rgb),0.15); }
.wdt-testimonial-holder.wdt-rc-template-aside-content .wdt-content-item .wdt-content-detail-group { display: flex; flex-wrap: wrap; position: relative; justify-content: inherit; text-align: inherit; }
.wdt-testimonial-holder.wdt-rc-template-aside-content .wdt-content-item .wdt-content-group { display: inline-flex; flex-wrap: wrap; margin-left: -10px; margin-right: -10px; align-content: center; align-items: start; width: auto; }
.wdt-testimonial-holder.wdt-rc-template-aside-content .wdt-content-item .wdt-content-group > * { margin: 0 10px; }
.wdt-testimonial-holder.wdt-rc-template-aside-content .wdt-content-item .wdt-content-description { flex: 1 1 0; margin-top: 5px; margin-bottom: 5px; text-align: start; }
.wdt-testimonial-holder.wdt-rc-template-aside-content .wdt-content-item .wdt-content-image-wrapper { flex: 0 1 0; height: auto !important; margin-bottom: 0; }
.wdt-testimonial-holder.wdt-rc-template-aside-content .wdt-content-item .wdt-content-image-wrapper .wdt-content-image { justify-content: inherit; }
.wdt-testimonial-holder.wdt-rc-template-aside-content .wdt-content-item .wdt-content-image-wrapper,
.wdt-testimonial-holder.wdt-rc-template-aside-content .wdt-content-item .wdt-content-image-wrapper .wdt-content-image,
.wdt-testimonial-holder.wdt-rc-template-aside-content .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > a,
.wdt-testimonial-holder.wdt-rc-template-aside-content .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > span { min-width: 75px; }
.wdt-testimonial-holder.wdt-rc-template-aside-content .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > a,
.wdt-testimonial-holder.wdt-rc-template-aside-content .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > span { height: 75px; width: 75px; -webkit-border-radius: 50%; border-radius: 50%; }
.wdt-testimonial-holder.wdt-rc-template-aside-content .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > a img,
.wdt-testimonial-holder.wdt-rc-template-aside-content .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > span img { height: 100%; object-fit: cover; object-position: center center; }
.wdt-testimonial-holder.wdt-rc-template-aside-content .wdt-content-item .wdt-content-icon-wrapper { margin: 0 !important; opacity: 0.075; position: absolute; right: 5px; top: 5px; }
.wdt-testimonial-holder.wdt-rc-template-aside-content .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span { font-size: 35px; height: 1em; padding: 0; width: 1em; }
.wdt-testimonial-holder.wdt-rc-template-aside-content .wdt-content-item .wdt-content-separator.separator-2 span { height: 1px; max-width: 100%; width: 100%; }
.wdt-testimonial-holder.wdt-rc-template-aside-content .wdt-content-item > div[class*="group"] > .wdt-rating-container { margin-bottom: 5px; } .wdt-testimonial-holder.wdt-rc-template-aside-title .wdt-content-item { text-align: start; justify-content: start; }
.wdt-testimonial-holder.wdt-rc-template-aside-title .wdt-content-item .wdt-content-detail-group { position: relative; text-align: inherit; justify-content: inherit; }
.wdt-testimonial-holder.wdt-rc-template-aside-title .wdt-content-item .wdt-content-group { display: inline-flex; flex-wrap: wrap; margin-left: -10px; margin-right: -10px; align-content: center; align-items: start; width: auto; }
.wdt-testimonial-holder.wdt-rc-template-aside-title .wdt-content-item .wdt-content-group > * { margin: 0 10px; }
.wdt-testimonial-holder.wdt-rc-template-aside-title .wdt-content-item .wdt-content-title-group { display: inline-block; flex: 1 1 0; margin-top: 5px; margin-bottom: 5px; text-align: start; }
.wdt-testimonial-holder.wdt-rc-template-aside-title .wdt-content-item .wdt-content-title-group > span { display: none; }
.wdt-testimonial-holder.wdt-rc-template-aside-title .wdt-content-item .wdt-content-title-group .wdt-content-title { margin-top: 8px; margin-bottom: 0; }
.wdt-testimonial-holder.wdt-rc-template-aside-title .wdt-content-item .wdt-content-image-wrapper { flex: 0 1 0; height: auto !important; margin-bottom: 0; }
.wdt-testimonial-holder.wdt-rc-template-aside-title .wdt-content-item .wdt-content-image-wrapper .wdt-content-image { justify-content: inherit; }
.wdt-testimonial-holder.wdt-rc-template-aside-title .wdt-content-item .wdt-content-image-wrapper,
.wdt-testimonial-holder.wdt-rc-template-aside-title .wdt-content-item .wdt-content-image-wrapper .wdt-content-image,
.wdt-testimonial-holder.wdt-rc-template-aside-title .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > a,
.wdt-testimonial-holder.wdt-rc-template-aside-title .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > span { min-width: 75px; }
.wdt-testimonial-holder.wdt-rc-template-aside-title .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > a,
.wdt-testimonial-holder.wdt-rc-template-aside-title .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > span { height: 75px; width: 75px; -webkit-border-radius: 50%; border-radius: 50%; }
.wdt-testimonial-holder.wdt-rc-template-aside-title .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > a img,
.wdt-testimonial-holder.wdt-rc-template-aside-title .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > span img { height: 100%; object-fit: cover; object-position: center center; }
.wdt-testimonial-holder.wdt-rc-template-aside-title .wdt-content-item .wdt-content-icon-wrapper { margin: 0 !important; opacity: 0.075; position: absolute; right: 15px; }
.wdt-testimonial-holder.wdt-rc-template-aside-title .wdt-content-item .wdt-content-icon-wrapper, .wdt-testimonial-holder.wdt-rc-template-aside-title .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon { display: block; }
.wdt-testimonial-holder.wdt-rc-template-aside-title .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span { font-size: 60px; height: 1em; padding: 0; width: 1em; }
.wdt-testimonial-holder.wdt-rc-template-aside-title .wdt-content-item > div[class*="group"] > .wdt-rating-container { margin-bottom: 5px; } .wdt-testimonial-holder.wdt-rc-template-boxed .wdt-content-item { background: rgba(var(--wdt-elementor-color-accent-rgb),0.8); padding: 10px 10px 20px; text-align: center; -webkit-border-radius: 5px; border-radius: 5px; }
.wdt-testimonial-holder.wdt-rc-template-boxed .wdt-content-item, .wdt-testimonial-holder.wdt-rc-template-boxed .wdt-content-item .wdt-content-title h5, .wdt-testimonial-holder.wdt-rc-template-boxed .wdt-content-item .wdt-content-title h5 > a, .wdt-testimonial-holder.wdt-rc-template-boxed .wdt-content-item .wdt-content-subtitle, .wdt-testimonial-holder.wdt-rc-template-boxed .wdt-content-item .wdt-social-icons-list li a, .wdt-testimonial-holder.wdt-rc-template-boxed .wdt-content-item .wdt-rating li span, .wdt-testimonial-holder.wdt-rc-template-boxed .wdt-content-item ul li, .wdt-testimonial-holder.wdt-rc-template-boxed .wdt-content-item span { color: var(--wdt-elementor-color-white); }
.wdt-testimonial-holder.wdt-rc-template-boxed .wdt-content-item:hover { background-color: var(--wdt-elementor-color-accent); }
.wdt-testimonial-holder.wdt-rc-template-boxed .wdt-content-item:hover .wdt-content-title h5 > a:hover, .wdt-testimonial-holder.wdt-rc-template-boxed .wdt-content-item:hover .wdt-social-icons-list li a:hover { color: var(--wdt-elementor-color-black); }
.wdt-testimonial-holder.wdt-rc-template-boxed .wdt-content-item .wdt-media-image-overlay .wdt-content-image-wrapper:before { background-color: var(--wdt-elementor-color-accent); }
.wdt-testimonial-holder.wdt-rc-template-boxed .wdt-content-item .wdt-content-media-group .wdt-media-image-overlay-container { justify-content: center; }
.wdt-testimonial-holder.wdt-rc-template-boxed .wdt-content-item .wdt-content-media-group .wdt-media-image-overlay-container .wdt-content-icon-wrapper .wdt-content-icon span { background-color: var(--wdt-elementor-color-accent); color: var(--wdt-elementor-color-white); font-size: 20px; height: 45px; width: 45px; -webkit-border-radius: 50%; border-radius: 50%; }
.wdt-testimonial-holder.wdt-rc-template-boxed .wdt-content-item .wdt-content-media-group .wdt-media-image-overlay-container .wdt-content-icon-wrapper .wdt-content-icon span:before,
.wdt-testimonial-holder.wdt-rc-template-boxed .wdt-content-item .wdt-content-media-group .wdt-media-image-overlay-container .wdt-content-icon-wrapper .wdt-content-icon span:after { background-color: inherit; content: ""; height: auto; opacity: 0.5; position: absolute; bottom: 0; left: 0; right: 0; top: 0; width: auto; z-index: -1; -webkit-border-radius: inherit; border-radius: inherit; -webkit-transition: inherit; transition: inherit; }
.wdt-testimonial-holder.wdt-rc-template-boxed .wdt-content-item .wdt-content-media-group .wdt-media-image-overlay-container .wdt-content-icon-wrapper .wdt-content-icon span:before,
.wdt-testimonial-holder.wdt-rc-template-boxed .wdt-content-item:hover .wdt-content-media-group:hover .wdt-media-image-overlay-container .wdt-content-icon-wrapper .wdt-content-icon span:after { margin: -10px; }
.wdt-testimonial-holder.wdt-rc-template-boxed .wdt-content-item:hover .wdt-content-media-group:hover .wdt-media-image-overlay-container .wdt-content-icon-wrapper .wdt-content-icon span:before,
.wdt-testimonial-holder.wdt-rc-template-boxed .wdt-content-item .wdt-content-media-group .wdt-media-image-overlay-container .wdt-content-icon-wrapper .wdt-content-icon span:after { margin: 0; } .wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item { padding: 15px; -webkit-box-shadow: 0 0 3px rgba(var(--wdt-elementor-color-secondary-rgb),0.15); box-shadow: 0 0 3px rgba(var(--wdt-elementor-color-secondary-rgb),0.15); }
.wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper:before, 
.wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper:after { background-color: var(--wdt-elementor-color-accent); }
.wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper,
.wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item .wdt-media-image-cover > .wdt-media-image-cover-container { overflow: hidden; }
.wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item .wdt-media-image-cover > .wdt-media-image-cover-container { text-align: center; justify-content: center; }
.wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper:before { opacity: 0.25; }
.wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item .wdt-media-image-cover-container .wdt-content-icon-wrapper .wdt-content-icon span { background-color: var(--wdt-elementor-color-accent); color: var(--wdt-elementor-color-white); font-size: 20px; height: 45px; width: 45px; -webkit-border-radius: 50%; border-radius: 50%; }
.wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item .wdt-media-image-cover-container .wdt-content-icon-wrapper .wdt-content-icon span:before,
.wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item .wdt-media-image-cover-container .wdt-content-icon-wrapper .wdt-content-icon span:after { background-color: inherit; content: ""; height: auto; opacity: 0.5; position: absolute; bottom: 0; left: 0; right: 0; top: 0; width: auto; z-index: -1; -webkit-border-radius: inherit; border-radius: inherit; -webkit-transition: inherit; transition: inherit; }
.wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item .wdt-media-image-cover-container .wdt-content-icon-wrapper .wdt-content-icon span:before,
.wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item:hover .wdt-media-image-cover-container .wdt-content-icon-wrapper .wdt-content-icon span:after { margin: -10px; }
.wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item:hover .wdt-media-image-cover-container .wdt-content-icon-wrapper .wdt-content-icon span:before,
.wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item .wdt-media-image-cover-container .wdt-content-icon-wrapper .wdt-content-icon span:after { margin: 0; }
.wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item .wdt-content-separator + .wdt-social-icons-container { margin-top: -8px; } .wdt-testimonial-holder.wdt-rc-template-aside-icon .wdt-content-item .wdt-content-elements-group.wdt-media-group { display: inline-flex; perspective: 250px; }
.wdt-testimonial-holder.wdt-rc-template-aside-icon .wdt-content-item .wdt-content-image-wrapper { margin-bottom: 0; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); -webkit-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; }
.wdt-testimonial-holder.wdt-rc-template-aside-icon .wdt-content-item .wdt-content-image-wrapper,
.wdt-testimonial-holder.wdt-rc-template-aside-icon .wdt-content-item .wdt-content-image-wrapper .wdt-content-image,
.wdt-testimonial-holder.wdt-rc-template-aside-icon .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > a,
.wdt-testimonial-holder.wdt-rc-template-aside-icon .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > span { min-width: 75px; }
.wdt-testimonial-holder.wdt-rc-template-aside-icon .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > a,
.wdt-testimonial-holder.wdt-rc-template-aside-icon .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > span,
.wdt-testimonial-holder.wdt-rc-template-aside-icon .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span { height: 75px; width: 75px; -webkit-border-radius: 50%; border-radius: 50%; }
.wdt-testimonial-holder.wdt-rc-template-aside-icon .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > a img,
.wdt-testimonial-holder.wdt-rc-template-aside-icon .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > span img { height: 100%; object-fit: cover; object-position: center center; }
.wdt-testimonial-holder.wdt-rc-template-aside-icon .wdt-content-item .wdt-content-icon-wrapper { margin: 0; -webkit-transform: translate3d(-15px,0,-30px); transform: translate3d(-15px,0,-30px); -webkit-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; }
.wdt-testimonial-holder.wdt-rc-template-aside-icon .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span { background-color: var(--wdt-elementor-color-white); color: var(--wdt-elementor-color-accent); font-size: 35px; -webkit-box-shadow: 0 0 3px rgba(var(--wdt-elementor-color-secondary-rgb),0.15); box-shadow: 0 0 3px rgba(var(--wdt-elementor-color-secondary-rgb),0.15); }
.wdt-testimonial-holder.wdt-rc-template-aside-icon .wdt-content-item:hover .wdt-content-image-wrapper { -webkit-transform: translate3d(80%,0,0); transform: translate3d(80%,0,0); }
.wdt-testimonial-holder.wdt-rc-template-aside-icon .wdt-content-item:hover .wdt-content-icon-wrapper { margin-left: -5px; -webkit-transform: translate3d(-100%,0,-15px); transform: translate3d(-100%,0,-15px); }
.wdt-testimonial-holder.wdt-rc-template-aside-icon .wdt-content-item:hover .wdt-content-icon-wrapper .wdt-content-icon span { background-color: var(--wdt-elementor-color-accent); color: var(--wdt-elementor-color-white); } .wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item { margin-top: 10px; text-align: center; box-shadow: 0 0 2px 0 rgba(var(--wdt-elementor-color-secondary-rgb),0.25); }
.wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item > * { margin: 0; }
.wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item .wdt-content-detail-group { z-index: -1; }
.wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item .wdt-media-group,
.wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item .wdt-content-group { padding: 35px; }
.wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item .wdt-media-group { background-color: #fff; position: relative; }
.wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item .wdt-media-group:after { background-color: inherit; content: ""; height: 15px; margin: 0 auto -8px; position: absolute; bottom: 0; left: 0; right: 0; width: 15px; z-index: 1; -webkit-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: inherit; transition: inherit; }
.wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item .wdt-content-detail-group, .wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item .wdt-content-group .wdt-content-title h5, .wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item .wdt-content-group .wdt-content-title h5 > a, .wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item .wdt-content-group .wdt-content-subtitle, .wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item .wdt-content-group .wdt-social-icons-list li a, .wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item .wdt-content-group .wdt-rating li span, .wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item .wdt-content-group ul li, .wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item .wdt-content-group span { color: var(--wdt-elementor-color-white); }
.wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item:hover .wdt-content-group { background-color: var(--wdt-elementor-color-accent); }
.wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item:hover .wdt-content-title h5 > a:hover, .wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item:hover .wdt-social-icons-list li a:hover { color: var(--wdt-elementor-color-black); }
.wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item .wdt-content-icon-wrapper { margin: -10px 0 0 15px; position: absolute; left: 0; top: 0; }
.wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span { background-color: var(--wdt-elementor-color-accent); color: var(--wdt-elementor-color-white); font-size: 13px; height: 35px; width: 25px; -webkit-transform: skewY(15deg); transform: skewY(15deg); -webkit-transform-origin: left top; transform-origin: left top; }
.wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span i, .wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span:after { -webkit-transform: skewY(-15deg); transform: skewY(-15deg); }
.wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span:after { background-color: inherit; content: ""; height: 1em; opacity: 0.75; position: absolute; left: 0; top: 0; width: 1em; z-index: -1; -webkit-transform: rotate(45deg) skew(15deg, -45deg); transform: rotate(45deg) skew(15deg, -45deg); -webkit-transform-origin: left top; transform-origin: left top; }
.wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item .wdt-content-group { background-color: rgba(var(--wdt-elementor-color-accent-rgb),0.85); display: inline-flex; flex-wrap: wrap; align-content: center; align-items: start; margin-left: 0; margin-right: 0; position: relative; width: 100%; z-index: 0; }
.wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item .wdt-content-group > * { margin: 0 5px; }
.wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item .wdt-content-group .wdt-content-title-group { display: inline-flex; flex-wrap: wrap; flex: 1 1 0; margin-top: 10px; margin-bottom: 10px; text-align: start; }
.wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item .wdt-content-group .wdt-content-title-group > * { display: inline-block; flex: 1 1 100%; margin-bottom: 0; }
.wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item .wdt-content-group .wdt-content-title-group > span { display: none; }
.wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item .wdt-content-image-wrapper { flex: 0 1 0; height: auto !important; margin-bottom: 0; }
.wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item .wdt-content-image-wrapper .wdt-content-image { justify-content: inherit; }
.wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item .wdt-content-image-wrapper,
.wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item .wdt-content-image-wrapper .wdt-content-image,
.wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > a,
.wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > span { min-width: 75px; }
.wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > a,
.wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > span { height: 75px; width: 75px; -webkit-border-radius: 50%; border-radius: 50%; -webkit-box-shadow: 0 0 3px rgba(var(--wdt-elementor-color-secondary-rgb),0.15); box-shadow: 0 0 3px rgba(var(--wdt-elementor-color-secondary-rgb),0.15); }
.wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > a img,
.wdt-testimonial-holder.wdt-rc-template-duotone .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > span img { height: 100%; object-fit: cover; object-position: center center; } .wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item { background-color: rgba(var(--wdt-elementor-color-accent-rgb),0.1); display: flex; flex-wrap: wrap; -webkit-border-radius: 1em; border-radius: 1em; }
.wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item > * { margin-bottom: 0 !important; }
.wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item .wdt-media-group,
.wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item .wdt-content-group { margin-bottom: 0 !important; padding: 20px; }
.wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item .wdt-content-media-group { display: inline-flex; flex: 2 1 0; max-width: 100%; -webkit-border-radius: inherit; border-radius: inherit; }
.wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item .wdt-content-media-group > * { flex: 1 1 100%; }
.wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item .wdt-media-group { background-color: rgba(var(--wdt-elementor-color-accent-rgb),0.85); display: inline-flex; flex-wrap: wrap; height: 100%; -webkit-border-radius: inherit; border-radius: inherit; }
.wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item:hover .wdt-media-group { background-color: var(--wdt-elementor-color-accent); }
.wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item .wdt-content-detail-group { flex: 3 1 0; overflow-wrap: anywhere; }
.wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item .wdt-content-separator.separator-2 span { max-width: 100%; width: 100%; }
.wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item .wdt-media-group, .wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item .wdt-media-group .wdt-content-title h5, .wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item .wdt-media-group .wdt-content-title h5 > a, .wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item .wdt-media-group .wdt-content-subtitle, .wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item .wdt-media-group .wdt-social-icons-list li a, .wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item .wdt-media-group .wdt-rating li span, .wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item .wdt-media-group ul li, .wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item .wdt-media-group span { color: var(--wdt-elementor-color-white); }
.wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item:hover .wdt-content-title h5 > a:hover, .wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item:hover .wdt-social-icons-list li a:hover { color: var(--wdt-elementor-color-black); }
.wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > a,
.wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > span { border: 2px solid currentColor; color: inherit; }
.wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item .wdt-content-image-wrapper,
.wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item .wdt-content-image-wrapper .wdt-content-image,
.wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > a,
.wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > span { min-width: 75px; }
.wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > a,
.wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > span { height: 75px; padding: 0; width: 75px; -webkit-border-radius: 50%; border-radius: 50%; }
.wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > a img,
.wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > span img { height: 100%; object-fit: cover; object-position: center center; }
.wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item:hover .wdt-content-image-wrapper .wdt-content-image > a,
.wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item:hover .wdt-content-image-wrapper .wdt-content-image > span { border-color: transparent; -webkit-box-shadow: 0 0 0 2px var(--wdt-elementor-color-white); box-shadow: 0 0 0 2px var(--wdt-elementor-color-white); }
.wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item:hover .wdt-content-image-wrapper .wdt-content-image > a img,
.wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item:hover .wdt-content-image-wrapper .wdt-content-image > span img { -webkit-transform: scale(0.98); transform: scale(0.98); }
.wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item .wdt-content-icon-wrapper { margin: 0 !important; opacity: 0.15; position: absolute; right: 0; top: 0; -webkit-transform: translate(-35px, 30px); transform: translate(-35px, 30px); transition: var(--wdt-elementor-base-transition); }
.wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span { color: var(--wdt-elementor-color-black); font-size: 35px; height: 1em; padding: 0; width: 1em; }
.wdt-testimonial-holder.wdt-rc-template-split-aside .wdt-content-item:hover .wdt-content-icon-wrapper { opacity: 0.5; -webkit-transform: translate(-25px, 25px); transform: translate(-25px, 25px); } .wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item { text-align: center; -webkit-box-shadow: 0 0 1px 1px rgba(var(--wdt-elementor-color-secondary-rgb),0.15) inset; box-shadow: 0 0 1px 1px rgba(var(--wdt-elementor-color-secondary-rgb),0.15) inset; }
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group { margin-bottom: 0; }
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-media-group { background-color: rgba(var(--wdt-elementor-color-accent-rgb),0.25); }
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-media-group,
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-group { padding: 20px; }
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image-wrapper,
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image-wrapper .wdt-content-image,
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > a,
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > span { min-width: 100px; }
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > a,
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > span { height: 100px; padding: 0; width: 100px; -webkit-border-radius: 50%; border-radius: 50%; -webkit-box-shadow: 0 0 2px rgba(var(--wdt-elementor-color-secondary-rgb),0.25); box-shadow: 0 0 2px rgba(var(--wdt-elementor-color-secondary-rgb),0.25); }
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > a img,
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > span img { height: 100%; object-fit: cover; object-position: center center; }
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item:hover .wdt-media-group { background-color: var(--wdt-elementor-color-accent); }
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-media-group .wdt-content-title h5, .wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-media-group .wdt-content-title h5 > a { color: var(--wdt-elementor-color-accent); }
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item:hover .wdt-media-group .wdt-content-title h5, .wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item:hover .wdt-media-group .wdt-content-title h5 > a { color: var(--wdt-elementor-color-white); }
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item:hover .wdt-media-group .wdt-content-title h5 > a:hover { color: var(--wdt-elementor-color-black); } .wdt-custom-product-testimonial .wdt-testimonial-holder .wdt-content-item { display: flex; flex-direction: column-reverse; }
.wdt-custom-product-testimonial .wdt-testimonial-holder .wdt-content-item .wdt-content-detail-group { padding-bottom: clamp(1.875rem, 1.4423rem + 1.9231vw, 3.75rem); width: 90%; border-bottom: 1px solid rgba(var(--wdtBorderColorRgb), 0.1); }
.wdt-custom-product-testimonial .wdt-testimonial-holder .wdt-content-item .wdt-content-media-group { margin-bottom: 0px !important; padding-top: clamp(1.875rem, 1.4423rem + 1.9231vw, 3.75rem); display: flex; align-items: center; }
.wdt-custom-product-testimonial .wdt-testimonial-holder .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper { margin-bottom: 0px !important; margin-right: 16px; }
.wdt-custom-product-testimonial .wdt-testimonial-holder .wdt-content-item .wdt-content-detail-group .wdt-content-description { font-size: clamp(1.25rem, 1.05rem + 1vw, 2.25rem); text-transform: uppercase; font-family: var(--wdtFontTypo_Alt); font-weight: var(--wdtFontWeight_Alt); }
.wdt-custom-product-testimonial .wdt-testimonial-holder .wdt-content-item .wdt-rating li .fas.fa-star:before {content: "\2605";}
.wdt-custom-product-testimonial .wdt-testimonial-holder .wdt-content-item .wdt-rating li span { font-size: 18px; color: #FFC30A; }
.wdt-custom-product-testimonial .wdt-testimonial-holder .wdt-content-item .wdt-content-detail-group .wdt-rating-container { margin-bottom: 0px !important; }
.wdt-custom-product-testimonial .wdt-testimonial-holder .wdt-content-item .wdt-content-media-group .wdt-content-image > a > img { border-radius: var(--wdtRadius_Full); } 
.wdt-custom-product-testimonial .wdt-testimonial-holder .wdt-content-item .wdt-content-media-group .wdt-content-title h5 { text-transform: uppercase; font-weight: var(--wdtFontWeight_H4); }
.wdt-custom-product-testimonial .wdt-testimonial-holder .wdt-content-item .wdt-content-media-group .wdt-content-subtitle { font-size: var(--wdtFontSize_Ext); letter-spacing: 0px; text-transform: capitalize; } .wdt-custom-home-3-testimonial .wdt-testimonial-holder .wdt-content-item .wdt-content-media-group .wdt-content-title-group .wdt-content-title h5{ text-transform: uppercase; font-size: var(--wdtFontSize_Base); font-weight: var(--wdtFontWeight_Base); }
.wdt-custom-home-3-testimonial .wdt-testimonial-holder .wdt-content-item .wdt-content-media-group .wdt-content-title-group .wdt-content-subtitle { letter-spacing: 0px; font-weight: var(--wdtFontWeight_Ext); text-transform: capitalize; }
.wdt-custom-home-3-testimonial .wdt-testimonial-holder .wdt-content-item .wdt-content-detail-group .wdt-content-description { text-transform: uppercase; font-size: clamp(1.25rem, 1.1058rem + 0.641vw, 1.875rem); font-family: var(--wdtFontTypo_Alt); padding: 0 30px; }
.wdt-custom-home-3-testimonial .wdt-testimonial-holder .wdt-content-item .wdt-content-detail-group .wdt-content-description:after{
content: "";
position: absolute;
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='33' height='17' viewBox='0 0 33 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.5928 0.524414C24.9365 0.703451 27.0199 0.792969 28.8428 0.792969C30.6657 0.792969 31.7969 0.776693 32.2363 0.744141C32.2363 0.923177 32.2526 1.09408 32.2852 1.25684L30.7959 7.89746C29.8356 13.6266 29.0788 16.4912 28.5254 16.4912C26.4909 16.5889 23.9518 16.6377 20.9082 16.6377H19.834L18.8086 16.6133H17.0752L16.6602 16.0273C18.5319 11.0794 19.9235 7.22201 20.835 4.45508H20.8105C21.4616 2.4694 22.0557 1.15918 22.5928 0.524414ZM0.498047 16.7354L0.0585938 15.832L1.42578 12.1943C1.55599 11.8363 1.87337 10.9248 2.37793 9.45996C2.88249 7.99512 3.30566 6.85579 3.64746 6.04199L4.0625 5.04102C4.92513 2.42057 5.53548 0.972005 5.89355 0.695312H9.67773C13.6491 0.695312 15.6348 0.703451 15.6348 0.719727C15.6348 1.43587 15.4476 2.44499 15.0732 3.74707C14.7152 5.03288 14.471 6.09082 14.3408 6.9209C13.2666 13.2848 12.5016 16.4668 12.0459 16.4668H9.62891L4.86816 16.6133L0.498047 16.7354Z' fill='currentcolor'/%3E%3C/svg%3E%0A");
mask-image: url("data:image/svg+xml,%3Csvg width='33' height='17' viewBox='0 0 33 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.5928 0.524414C24.9365 0.703451 27.0199 0.792969 28.8428 0.792969C30.6657 0.792969 31.7969 0.776693 32.2363 0.744141C32.2363 0.923177 32.2526 1.09408 32.2852 1.25684L30.7959 7.89746C29.8356 13.6266 29.0788 16.4912 28.5254 16.4912C26.4909 16.5889 23.9518 16.6377 20.9082 16.6377H19.834L18.8086 16.6133H17.0752L16.6602 16.0273C18.5319 11.0794 19.9235 7.22201 20.835 4.45508H20.8105C21.4616 2.4694 22.0557 1.15918 22.5928 0.524414ZM0.498047 16.7354L0.0585938 15.832L1.42578 12.1943C1.55599 11.8363 1.87337 10.9248 2.37793 9.45996C2.88249 7.99512 3.30566 6.85579 3.64746 6.04199L4.0625 5.04102C4.92513 2.42057 5.53548 0.972005 5.89355 0.695312H9.67773C13.6491 0.695312 15.6348 0.703451 15.6348 0.719727C15.6348 1.43587 15.4476 2.44499 15.0732 3.74707C14.7152 5.03288 14.471 6.09082 14.3408 6.9209C13.2666 13.2848 12.5016 16.4668 12.0459 16.4668H9.62891L4.86816 16.6133L0.498047 16.7354Z' fill='currentcolor'/%3E%3C/svg%3E%0A");
-webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; background: var(--wdtPrimaryColor);
width: 33px; height: 17px; right: 0%; bottom: 0;
}
.wdt-custom-home-3-testimonial .wdt-testimonial-holder .wdt-content-item .wdt-content-detail-group .wdt-content-description:before{
content: "";
position: absolute;
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='33' height='17' viewBox='0 0 33 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.4072 0.524414C8.06348 0.703451 5.98014 0.792969 4.15723 0.792969C2.33431 0.792969 1.20312 0.776693 0.763672 0.744141C0.763672 0.923177 0.747396 1.09408 0.714844 1.25684L2.2041 7.89746C3.16439 13.6266 3.92122 16.4912 4.47461 16.4912C6.50911 16.5889 9.04818 16.6377 12.0918 16.6377H13.166L14.1914 16.6133H15.9248L16.3398 16.0273C14.4681 11.0794 13.0765 7.22201 12.165 4.45508H12.1895C11.5384 2.4694 10.9443 1.15918 10.4072 0.524414ZM32.502 16.7354L32.9414 15.832L31.5742 12.1943C31.444 11.8363 31.1266 10.9248 30.6221 9.45996C30.1175 7.99512 29.6943 6.85579 29.3525 6.04199L28.9375 5.04102C28.0749 2.42057 27.4645 0.972005 27.1064 0.695313L23.3223 0.695313C19.3509 0.695313 17.3652 0.703451 17.3652 0.719727C17.3652 1.43587 17.5524 2.44499 17.9268 3.74707C18.2848 5.03288 18.529 6.09082 18.6592 6.9209C19.7334 13.2848 20.4984 16.4668 20.9541 16.4668H23.3711L28.1318 16.6133L32.502 16.7354Z' fill='currentcolor'/%3E%3C/svg%3E%0A");
mask-image: url("data:image/svg+xml,%3Csvg width='33' height='17' viewBox='0 0 33 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.4072 0.524414C8.06348 0.703451 5.98014 0.792969 4.15723 0.792969C2.33431 0.792969 1.20312 0.776693 0.763672 0.744141C0.763672 0.923177 0.747396 1.09408 0.714844 1.25684L2.2041 7.89746C3.16439 13.6266 3.92122 16.4912 4.47461 16.4912C6.50911 16.5889 9.04818 16.6377 12.0918 16.6377H13.166L14.1914 16.6133H15.9248L16.3398 16.0273C14.4681 11.0794 13.0765 7.22201 12.165 4.45508H12.1895C11.5384 2.4694 10.9443 1.15918 10.4072 0.524414ZM32.502 16.7354L32.9414 15.832L31.5742 12.1943C31.444 11.8363 31.1266 10.9248 30.6221 9.45996C30.1175 7.99512 29.6943 6.85579 29.3525 6.04199L28.9375 5.04102C28.0749 2.42057 27.4645 0.972005 27.1064 0.695313L23.3223 0.695313C19.3509 0.695313 17.3652 0.703451 17.3652 0.719727C17.3652 1.43587 17.5524 2.44499 17.9268 3.74707C18.2848 5.03288 18.529 6.09082 18.6592 6.9209C19.7334 13.2848 20.4984 16.4668 20.9541 16.4668H23.3711L28.1318 16.6133L32.502 16.7354Z' fill='currentcolor'/%3E%3C/svg%3E%0A");
-webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; background: var(--wdtPrimaryColor);
width: 33px; height: 17px; left: 0%; top: 0;
} @media(max-width: 1280px){
.wdt-custom-product-testimonial .wdt-testimonial-holder .wdt-content-item .wdt-content-detail-group{ width: 100%; }
}
@media (max-width: 480px) {
.wdt-testimonial-holder.wdt-rc-template-side-image .wdt-content-item .wdt-content-detail-group { flex: 1 1 100%; }
}.wdt-mailchimp-holder .wdt-mailchimp-wrapper,
.wdt-mailchimp-holder .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form>*,
.wdt-mailchimp-holder .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form .wdt-mailchimp-subscription-button-holder button[type='submit'],
.wdt-mailchimp-holder.wdt-template-type3 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form:after {
-webkit-transition: var(--wdt-elementor-base-transition);
transition: var(--wdt-elementor-base-transition);
} .wdt-mailchimp-holder {
display: flex;
align-items: center;
flex-wrap: wrap;
width: 100%;
}
.wdt-mailchimp-holder .wdt-mailchimp-wrapper {
display: inline-flex;
flex-wrap: wrap;
width: 100%;
}
.wdt-mailchimp-holder .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form {
display: inline-flex;
flex-wrap: wrap;
width: 100%;
}
.wdt-mailchimp-holder .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form>*:not(:last-child) {
margin-bottom: 20px;
}
.wdt-mailchimp-holder .wdt-mailchimp-wrapper .wdt-mailchimp-title,
.wdt-mailchimp-holder .wdt-mailchimp-wrapper .wdt-mailchimp-subtitle,
.wdt-mailchimp-holder .wdt-mailchimp-wrapper .wdt-mailchimp-description {
line-height: 1;
}
.wdt-mailchimp-holder .wdt-mailchimp-wrapper .wdt-mailchimp-title {
font-size: 2em;
}
.wdt-mailchimp-holder .wdt-mailchimp-wrapper .wdt-mailchimp-subtitle {
font-size: 1.5em;
letter-spacing: .05em;
}
.wdt-mailchimp-holder .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form input[type='text'],
.wdt-mailchimp-holder .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form input[type='email'] {
font-size: 1em;
line-height: 1;
width: 100%;
padding: 1em;
border: 1px solid;
border-radius: inherit;
}
.wdt-mailchimp-holder .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form input,
.wdt-mailchimp-holder .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form input:focus-visible {
outline: none;
}
.wdt-mailchimp-holder .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form .wdt-mailchimp-subscription-button-holder button[type='submit'] {
font-size: 1em;
line-height: 1;
position: relative;
display: inline-flex;
align-items: center;
flex-wrap: wrap;
height: 100%;
margin-top: 0;
padding: .75em 1.5em;
text-align: center;
color: var(--wdt-elementor-color-white);
border: 1px solid transparent;
-webkit-border-radius: inherit;
border-radius: inherit;
outline: none;
background-color: var(--wdt-elementor-color-accent);
fill: var(--wdt-elementor-color-white);
}
.wdt-mailchimp-holder .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form .wdt-mailchimp-subscription-button-holder button[type='submit']>*:last-child {
margin: 0 0 0 10px;
}
.wdt-mailchimp-holder .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form .wdt-mailchimp-subscription-button-holder button[type='submit']>*:only-child {
margin: 0;
}
.wdt-mailchimp-holder .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form.with-btn-icon .wdt-mailchimp-subscription-button-holder button {
padding: 1em;
}
.wdt-mailchimp-holder .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form .wdt-mailchimp-subscription-button-holder button[type='submit'] i {
font-size: inherit;
}
.wdt-mailchimp-holder .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form input:not(:last-child) {
margin: 0 0 20px;
}
.wdt-mailchimp-holder .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form button[type='submit']:before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
visibility: hidden;
width: 25px;
height: 25px;
margin: auto;
content: '';
-webkit-animation: jet-spinner .6s linear infinite;
animation: jet-spinner .6s linear infinite;
border: 3px solid #e1e1e1;
border-top-color: #000000;
-webkit-border-radius: 50%;
border-radius: 50%;
}
@-webkit-keyframes jet-spinner {
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes jet-spinner {
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.wdt-mailchimp-holder .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form button[type='submit'].loading:before {
visibility: visible;
}
.wdt-mailchimp-holder .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form button[type='submit'].loading>* {
visibility: hidden;
}
.wdt-mailchimp-holder .wdt-mailchimp-wrapper .wdt-mailchimp-subscription-msg {
position: relative;
display: flex;
align-items: center;
width: 100%;
margin: 20px 0 0;
}
.wdt-mailchimp-holder .wdt-mailchimp-wrapper .wdt-mailchimp-title:empty,
.wdt-mailchimp-holder .wdt-mailchimp-wrapper .wdt-mailchimp-subtitle:empty,
.wdt-mailchimp-holder .wdt-mailchimp-wrapper .wdt-mailchimp-description:empty,
.wdt-mailchimp-holder .wdt-mailchimp-wrapper .wdt-mailchimp-subscription-msg:empty {
display: none;
}
.wdt-mailchimp-holder .wdt-mailchimp-wrapper .wdt-mailchimp-subscription-msg .wdt-mailchimp-subscription-msg-inner {
line-height: var(--wdtLineHeight_Base);
display: flex;
align-items: center;
flex-wrap: wrap;
width: 100%;
padding: 20px 25px;
border-radius: var(--wdtRadius_1X);
}
.wdt-mailchimp-holder .wdt-mailchimp-wrapper .wdt-mailchimp-subscription-msg .success {
color: #5cb85c;
background-color: #d9efd9;
}
.wdt-mailchimp-holder .wdt-mailchimp-wrapper .wdt-mailchimp-subscription-msg .error {
color: #d9534f;
background-color: #ffcac9;
} .wdt-mailchimp-holder.wdt-template-type2 .wdt-mailchimp-wrapper {
display: flex;
-webkit-box-align: start;
align-items: center;
-ms-flex-align: start;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
width: 100%;
}
.wdt-mailchimp-holder.wdt-template-type2 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form {
position: relative;
z-index: 1;
display: flex;
flex-wrap: nowrap;
width: 100%;
margin: 0;
padding: 15px 35px;
border-radius: 50px;
}
.wdt-mailchimp-holder.wdt-template-type2 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form:before {
position: absolute;
z-index: -1;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
content: '';
opacity: .25;
border-radius: inherit;
}
.wdt-mailchimp-holder.wdt-template-type2 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form input {
line-height: 1;
margin: 0;
padding: 0;
border: none;
outline: none;
background: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.wdt-mailchimp-holder.wdt-template-type2 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form input[type='email'] {
padding-right: 25px;
}
.wdt-mailchimp-holder.wdt-template-type2 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form .wdt-mailchimp-subscription-button-holder {
width: auto;
}
.wdt-mailchimp-holder.wdt-template-type2 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form .wdt-mailchimp-subscription-button-holder button[type='submit'] {
flex-wrap: nowrap;
padding: 15px 0 15px 25px;
letter-spacing: .9px;
text-transform: uppercase;
border-left-width: 1px;
border-left-style: solid;
border-radius: 0;
}
.wdt-mailchimp-holder.wdt-template-type2 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form .wdt-mailchimp-subscription-button-holder button[type='submit'] {
color: inherit;
border-left-color: #e1e1e1;
background: transparent;
}
.wdt-mailchimp-holder.wdt-template-type2 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form .wdt-mailchimp-subscription-button-holder button[type='submit']:hover {
color: var(--wdt-elementor-color-primary);
background-color: transparent;
}
.wdt-bottom-border-newsletter .wdt-mailchimp-holder.wdt-template-type2 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form input[type='email'] {
background: transparent;
border-bottom: 1px solid;
border-radius: 0;
padding: var(--wdtInputPadding);
padding-left: 0;
padding-right: 110px;
}
.wdt-bottom-border-newsletter .wdt-mailchimp-holder.wdt-template-type2 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form:before {
background-color: transparent;
}
.wdt-bottom-border-newsletter .wdt-mailchimp-holder.wdt-template-type2 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form {
padding: 0;
}
.wdt-bottom-border-newsletter .wdt-mailchimp-holder.wdt-template-type2 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form .wdt-mailchimp-subscription-button-holder {
position: absolute;
bottom: 0;
right: 0;
}
.wdt-mailchimp-holder.wdt-template-type2 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form .wdt-mailchimp-subscription-button-holder button[type='submit'] {
border-left-color: transparent;
background: transparent;
padding: 0;
}
.wdt-mailchimp-holder.wdt-template-type2 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form .wdt-mailchimp-subscription-button-holder button[type='submit']:hover {
color: var(--wdtPrimaryColor);
} .wdt-mailchimp-holder.wdt-template-type3 .wdt-mailchimp-wrapper {
display: flex;
-webkit-box-align: start;
align-items: center;
-ms-flex-align: start;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.wdt-mailchimp-holder.wdt-template-type3 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form {
position: relative;
display: flex;
width: 100%;
margin: 0;
}
.wdt-mailchimp-holder.wdt-template-type3 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form:hover:before {
width: 100%;
}
.wdt-mailchimp-holder.wdt-template-type3 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form input {
margin: 0;
outline: none;
background: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.wdt-mailchimp-holder.wdt-template-type3 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form.with-btn-text input {
padding-right: 6em;
}
.wdt-mailchimp-holder.wdt-template-type3 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form.with-btn-icon input {
padding-right: 3em;
}
.wdt-mailchimp-holder.wdt-template-type3 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form.with-btn-icon-and-text input {
padding-right: 8em;
}
.wdt-mailchimp-holder.wdt-template-type3 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form .wdt-mailchimp-subscription-button-holder {
position: absolute;
z-index: 1;
top: 0;
right: 0;
bottom: 0;
left: auto;
display: inline-flex;
align-items: center;
margin: auto;
}
.wdt-mailchimp-holder.wdt-template-type3 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form.with-btn-icon .wdt-mailchimp-subscription-button-holder button {
align-items: center;
justify-content: center;
width: 50px;
height: 50px;
padding: 0;
} .wdt-mailchimp-holder.wdt-template-type4 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form input[type='text'],
.wdt-mailchimp-holder.wdt-template-type4 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form input[type='email'] {
padding-right: 0;
padding-left: 0;
border-width: 0 0 1px;
border-style: solid;
} .wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper {
display: flex;
-webkit-box-align: start;
align-items: center;
-ms-flex-align: start;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form {
position: relative;
display: flex;
width: 100%;
margin: 0;
border-radius: 50px;
}
.wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form:hover:before {
width: 100%;
}
.wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form input {
margin: 0;
outline: none;
background: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form.with-btn-text input {
padding-right: 8em;
}
.wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form.with-btn-icon input {
padding-right: 4em;
}
.wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form.with-btn-icon-and-text input {
padding-right: 10em;
}
.wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form .wdt-mailchimp-subscription-button-holder {
position: absolute;
z-index: 1;
top: 0;
right: 0;
bottom: 0;
left: auto;
align-items: center;
margin: 5px;
border-radius: 50px;
}
.wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form.with-btn-icon .wdt-mailchimp-subscription-button-holder button {
display: inline-flex;
align-items: center;
justify-content: center;
width: 50px;
height: 50px;
padding: 0;
}
.wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form .wdt-mailchimp-subscription-button-holder+div {
margin-top: 15px;
}
.wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form,
.wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form .wdt-mailchimp-subscription-button-holder button[type='submit'] {
border-radius: var(--wdtRadius_2X);
}
.wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form.with-btn-text input {
background: var(--wdtTertiaryColor);
}
.wdt-mailchimp-holder .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form .wdt-mailchimp-subscription-button-holder button[type='submit'] {
height: 43px;
right: 10px;
top: -3px;
}
.wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form.with-btn-text input {
margin-top: -3px;
margin-right: 10px;
} .wdt-mailchimp-holder.wdt-template-type6 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form {
flex-wrap: nowrap;
}
.wdt-mailchimp-holder.wdt-template-type6 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form input {
margin: 0 10px 0 0;
}
.wdt-mailchimp-holder.wdt-template-type6 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form .wdt-mailchimp-subscription-button-holder button[type='submit'] {
flex-wrap: nowrap;
} .wdt-mailchimp-holder .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form input[type='text'],
.wdt-mailchimp-holder .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form input[type='email'] {
border-color: #e1e1e1;
}
.wdt-mailchimp-holder .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form input:focus {
border-color: var(--wdtLinkHoverColor);
}
.wdt-mailchimp-holder .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form .wdt-mailchimp-subscription-button-holder button[type='submit']:hover {
background-color: var(--wdt-elementor-color-primary);
}
.wdt-mailchimp-holder.wdt-template-type2 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form:before {
background-color: #e1e1e1;
}
.wdt-mailchimp-holder.wdt-template-type3 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form button[type='submit'],
.wdt-mailchimp-holder.wdt-template-type3 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form button[type='submit']:hover {
background-color: transparent;
}
.wdt-mailchimp-holder.wdt-template-type3 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form button[type='submit'] {
color: inherit;
}
.wdt-mailchimp-holder.wdt-template-type3 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form button[type='submit']:hover {
color: var(--wdt-elementor-color-primary);
}   @media only screen and (max-width: 767px) {
.wdt-mailchimp-holder.wdt-template-type2 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form {
padding: 10px 25px;
}
.wdt-mailchimp-holder.wdt-template-type2 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form input[type='email'] {
padding-right: 10px;
}
.wdt-mailchimp-holder.wdt-template-type2 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form button[type='submit'] {
padding: 10px 0 10px 15px;
}
.wdt-mailchimp-holder.wdt-template-type6 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form {
flex-wrap: wrap;
}
.wdt-mailchimp-holder.wdt-template-type6 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form input {
margin: 0 0 10px 0;
}
}.wdt-accordion-toggle-holder,
.wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder,
.wdt-accordion-toggle-holder[class*='-template-simple'] .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-icon {
-webkit-transition: var(--wdt-elementor-base-transition);
transition: var(--wdt-elementor-base-transition);
}
.wdt-accordion-toggle-holder {
overflow: hidden;
width: 100%;
margin: 0 auto;
}
.wdt-accordion-toggle-holder .wdt-accordion-toggle-wrapper:not(:last-child) {
margin-bottom: 20px;
}
.wdt-accordion-toggle-holder .wdt-accordion-toggle-wrapper {
display: flex;
flex-wrap: wrap;
width: 100%;
}
.wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder {
font-size: 1em;
line-height: 1;
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
margin: 0 auto;
padding: 1em 1.5em;
cursor: pointer;
border-width: 1px;
border-style: solid;
}
.wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-title {
display: flex;
align-items: baseline;
font-family: var(--wdtFontTypo_H1);
}
.wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-title div[class*='-title-prefix'] {
line-height: 1;
position: relative;
margin: 0 10px 0 0;
padding: 0 5px 0 0;
}
.wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-title div[class*='-title-prefix']:not(.icon):before {
position: absolute;
right: 0;
bottom: 2px;
width: 3px;
height: 3px;
content: '';
background: currentColor;
}
.wdt-accordion-toggle-holder[class*='-expand-collapse-position-start'] .wdt-accordion-toggle-title-holder {
flex-direction: row-reverse;
justify-content: start;
}
.wdt-accordion-toggle-holder[class*='-expand-collapse-position-start'] .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-icon {
margin: 0 20px 0 0;
}
.wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-title,
.wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-icon {
line-height: 1;
}
.wdt-accordion-toggle-holder .wdt-accordion-toggle-description {
padding: 1.5em 2em;
border-width: 0 1px 1px 1px;
border-style: solid;
width: 100%;
font-family: var(--wdtFontTypo_Base);
background: transparent;
font-family: var(--wdtFontTypo_Base);
font-size: var(--wdtFontSize_Base);
line-height: var(--wdtLineHeight_Base);
color: var(--wdtBodyTxtColor);
}
.wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-icon {
position: relative;
display: flex;
flex-shrink: 0;
width: 1em;
height: 1em;
margin-left: 10px;
}
.wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-icon>div {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: flex;
align-items: center;
justify-content: flex-end;
margin: auto;
}
.wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder.ui-state-active .wdt-accordion-toggle-icon [class*='-toggle-icon-expand'] {
opacity: 0;
}
.wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-icon [class*='-toggle-icon-expand'] {
opacity: 1;
}
.wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder.ui-state-active .wdt-accordion-toggle-icon [class*='-toggle-icon-collapse'] {
opacity: 1;
}
.wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-icon [class*='-toggle-icon-collapse'] {
opacity: 0;
} .wdt-accordion-toggle-holder[class*='-template-bordered'] .wdt-accordion-toggle-wrapper {
margin-bottom: 0;
}
.wdt-accordion-toggle-holder[class*='-template-bordered'] .wdt-accordion-toggle-title-holder {
border-width: 2px;
}
.wdt-accordion-toggle-holder[class*='-template-bordered'] .wdt-accordion-toggle-wrapper:not(:last-child) .wdt-accordion-toggle-title-holder {
margin-bottom: -2px;
}
.wdt-accordion-toggle-holder[class*='-template-bordered'] .wdt-accordion-toggle-description {
padding: 2.5em 2em;
border-width: 2px;
}
.wdt-accordion-toggle-holder[class*='-template-bordered'] .wdt-accordion-toggle-wrapper:last-child .wdt-accordion-toggle-description {
border-top: 0;
}
.wdt-accordion-toggle-holder[class*='-template-bordered'] .wdt-accordion-toggle-wrapper:not(:last-child) .wdt-accordion-toggle-description {
border-bottom: 0;
} .wdt-accordion-toggle-holder[class*='-template-simple'] .wdt-accordion-toggle-wrapper {
margin-bottom: 0;
}
.wdt-accordion-toggle-holder[class*='-template-simple'] .wdt-accordion-toggle-title-holder {
padding: 1.2em 3em 1.2em 0;
border-width: 0 0 1px;
}
.wdt-accordion-toggle-holder[class*='-template-simple'][class*='-expand-collapse-position-start'] .wdt-accordion-toggle-title-holder {
padding: 1.2em 0 1.2em 3em;
}
.wdt-accordion-toggle-holder[class*='-template-simple'][class*='-expand-collapse-position-start'] .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-icon {
right: auto;
left: 0;
}
.wdt-accordion-toggle-holder[class*='-template-simple'] .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-icon {
position: absolute;
top: 50%;
right: 0;
width: 50px;
height: 50px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.wdt-accordion-toggle-holder[class*='-template-simple'] .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-icon>div {
justify-content: center;
}
.wdt-accordion-toggle-holder[class*='-template-simple'] .wdt-accordion-toggle-description {
padding: 2em 0;
border-width: 0 0 1px;
} .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder {
background-color: rgb(var(--wdt-elementor-color-secondary-rgb), .04);
}
.wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder,
.wdt-accordion-toggle-holder .wdt-accordion-toggle-description {
border-color: rgb(var(--wdt-elementor-color-secondary-rgb), .2);
}
.wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder.ui-state-hover,
.wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder.ui-state-active {
color: var(--wdt-elementor-color-white);
border-color: var(--wdt-elementor-color-primary);
background-color: var(--wdt-elementor-color-primary);
}
.wdt-accordion-toggle-holder[class*='-template-bordered'] .wdt-accordion-toggle-title-holder,
.wdt-accordion-toggle-holder[class*='-template-bordered'] .wdt-accordion-toggle-title-holder.ui-state-hover,
.wdt-accordion-toggle-holder[class*='-template-bordered'] .wdt-accordion-toggle-title-holder.ui-state-active {
border-color: #e1e1e1;
background-color: transparent;
}
.wdt-accordion-toggle-holder[class*='-template-bordered'] .wdt-accordion-toggle-title-holder.ui-state-hover,
.wdt-accordion-toggle-holder[class*='-template-bordered'] .wdt-accordion-toggle-title-holder.ui-state-active {
color: var(--wdt-elementor-color-primary);
}
.wdt-accordion-toggle-holder[class*='-template-bordered'] .wdt-accordion-toggle-description {
border-left-color: var(--wdt-elementor-color-primary);
}
.wdt-accordion-toggle-holder[class*='-template-simple'] .wdt-accordion-toggle-title-holder {
background-color: transparent;
}
.wdt-accordion-toggle-holder[class*='-template-simple'] .wdt-accordion-toggle-title-holder.ui-state-hover,
.wdt-accordion-toggle-holder[class*='-template-simple'] .wdt-accordion-toggle-title-holder.ui-state-active {
color: var(--wdt-elementor-color-primary);
border-color: var(--wdt-elementor-color-primary);
}
.wdt-accordion-toggle-holder[class*='-template-simple'] .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-icon {
background-color: rgb(var(--wdt-elementor-color-secondary-rgb), .04);
}
.wdt-accordion-toggle-holder[class*='-template-simple'] .wdt-accordion-toggle-title-holder.ui-state-hover .wdt-accordion-toggle-icon,
.wdt-accordion-toggle-holder[class*='-template-simple'] .wdt-accordion-toggle-title-holder.ui-state-active .wdt-accordion-toggle-icon {
color: var(--wdt-elementor-color-white);
background-color: var(--wdt-elementor-color-primary);
}
.wdt-accordion-toggle-holder[class*='-template-classic'] .wdt-accordion-toggle-title-holder {
color: var(--wdt-elementor-color-white);
border-color: var(--wdt-elementor-color-primary);
background-color: var(--wdt-elementor-color-primary);
}
.wdt-accordion-toggle-holder[class*='-template-classic'] .wdt-accordion-toggle-description {
background: rgb(var(--wdt-elementor-color-primary-rgb), 0.2);
color: var(--wdt-elementor-color-text);
border-color: rgb(var(--wdt-elementor-color-primary-rgb), 0.4);
}
.wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder {
background: none;
border: none;
padding: 20px 30px;
}
.wdt-accordion-toggle-holder .wdt-accordion-toggle-description {
border-width: 0;
padding-top: 0;
}
.wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder.ui-state-hover,
.wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder.ui-state-active {
color: var(--wdtSecondaryColor);
border-color: transparent;
background-color: transparent;
}
.wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-title {
font-family: var(--wdtFontTypo_H1);
font-size: var(--wdtFontSize_H5);
font-weight: var(--wdtFontWeight_H4);
text-transform: uppercase;
color: var(--wdtSecondaryColor);
}
.wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-icon>div {
font-size: 12px;
width: 40px;
height: 40px;
justify-content: center;
align-items: center;
border: 1px solid var(--wdtSecondaryColor);
border-radius: 50%;
margin-right: 0;
color: var(--wdtSecondaryColor);
}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}