.wdt-interactive-showcase-container a.wdt-interactive-showcase-element:empty { display: none; }
.wdt-interactive-showcase-container { display: flex; will-change: flex; flex-wrap: wrap; margin: -20px; width: auto; align-items: center; }
.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper,
.wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper { flex: 1; padding: 20px; }
.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list { padding: 0; margin: 0 auto 0 0; width: 100%; max-width: 680px;  }
.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li { list-style-type: none; padding: 20px 30px; position: relative; }
.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:not(:last-child) { margin-bottom: 5px; }
.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li > * { position: relative; }
.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-content-title { 
font-size: clamp(1.25rem, 1.0192rem + 1.0256vw, 2.25rem); font-weight: 600; }
.wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper .wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper .wdt-content-image img { width: 100vw; }
.wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper .wdt-content-item .wdt-media-image-cover > .wdt-media-image-cover-container { padding: 0; }
.wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper .wdt-content-item .wdt-content-button > a { display: inline-flex; align-items: center;
text-transform: uppercase; letter-spacing: var(--wdtLetterspacing_2x); padding: clamp(1.25rem, 0.5288rem + 3.2051vw, 4.375rem) clamp(1.5rem, 0.6923rem + 3.5897vw, 5rem); }
.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li > .wdt-interactive-showcase-content-group { 
display: grid; grid-template-columns: 112px 1fr; gap: 40px; align-items: center; }
.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li > .wdt-interactive-showcase-content-group a.wdt-interactive-showcase-element {
grid-column: 1/3; }
.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li > .wdt-interactive-showcase-content-group .wdt-content-image,
.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li > .wdt-interactive-showcase-content-group .wdt-content-image img { 
width: 110px; height: 110px; border-radius: 50%; }
.wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper { position: relative; display: grid; }
.wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"] { grid-area: 1/-1; visibility: hidden; transition: var(--wdtBaseTransition);-webkit-transition: var(--wdtBaseTransition);opacity: 0; }
.wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"].wdt-interactive-showcase-active { visibility: visible;opacity: 1; }
.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:before {
content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: var(--wdtPrimaryColor);
visibility: hidden; transform: scaleX(0); transform-origin: 0 50%; z-index: 0; transition: transform .2s ease .25s,visibility 03s ease; }
.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:hover:before,
.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active:before {
transform: scaleX(1); visibility: visible;  }
.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:after {
content: ''; position: absolute; top: 0; left: 0; width: 5px; height: 100%; background: var(--wdtSecondaryColor); visibility: hidden; transform: scaleY(0); 
transform-origin: 50% 0; z-index: 1; transition: transform .2s ease, visibility .3s ease; }
.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:hover:after,
.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active:after {
visibility: visible; transform: scaleY(1); } .wdt-right-slide-content .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:after
{
left: unset;
right: -50px;
transform: scaleY(0.9);
visibility: visible;
width: 2px;
background-color: rgba(var(--wdtPrimaryColorRgb), 0.3);
transition: transform .3s ease, visibility .3s ease;
opacity: 0;
}
.wdt-right-slide-content .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list
{
display: grid;
grid-template-columns: 1fr;
grid-gap: 30px;
position: relative;
max-width: 700px;
padding-right: 50px;
}
.wdt-right-slide-content .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list:after {
content: '';
position: absolute;
right: 0px;
background: rgba(var(--wdtPrimaryColorRgb), 0.3);
width: 1px;
height: 100%;
}
.wdt-right-slide-content .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:hover:after, 
.wdt-right-slide-content .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active:after
{
transform: scaleY(1) scaleX(3);
background-color: rgba(var(--wdtPrimaryColorRgb), 1);
border-radius: 100px;
opacity: 1;
}
.wdt-right-slide-content .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li > .wdt-interactive-showcase-content-group .wdt-content-image, 
.wdt-right-slide-content .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li > .wdt-interactive-showcase-content-group .wdt-content-image img
{
border-radius: 0;
}
.wdt-right-slide-content .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li
{
padding: 0;
}
.wdt-right-slide-content .wdt-interactive-showcase-button {
order: -1;
margin-bottom: 5px;
}
.wdt-right-slide-content .wdt-interactive-showcase-content-group {
display: flex;
flex-direction: column;
}
.wdt-right-slide-content .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li > .wdt-interactive-showcase-content-group .wdt-content-image, 
.wdt-right-slide-content .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li > .wdt-interactive-showcase-content-group .wdt-content-image img {
width: 100%;
height: 100%;
border-radius: 0;
object-fit: cover;
}
.wdt-right-slide-content .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li > .wdt-interactive-showcase-content-group
{
grid-template-columns: 37% 1fr;
gap:0;
}
.wdt-right-slide-content .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:before
{
border: 2px solid var(--wdtPrimaryColor);
outline: 1px solid var(--wdtPrimaryColor);
outline-offset: -7px;
background: #FBF6E8;
transition: transform .4s ease .15s,visibility 03s ease;
}
.wdt-right-slide-content .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-content-title {
font-size: calc(var(--wdtFontSize_H3) - 4px);
font-weight: var(--wdtFontWeight_H2);
letter-spacing: 0.8px;
line-height: normal;
margin-bottom: 15px;
font-family: var(--wdtFontTypo_Alt);
}
.wdt-right-slide-content .wdt-interactive-showcase-button-link span {
background: var(--wdtPrimaryColor);
color: var(--wdtAccentTxtColor);
font-size: 14px;
font-weight: 500;
padding: 2px 6px;
border-radius: 3px;
}
.wdt-right-slide-content .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li > .wdt-interactive-showcase-content-group >.wdt-interactive-showcase-content-group {
padding: 30px;
}
.wdt-right-slide-content .wdt-interactive-showcase-media-group {
height: 100%;
width: 100%;
}
.wdt-right-slide-content .wdt-interactive-showcase-media-group .wdt-content-image-wrapper {
height: 100%;
}
.wdt-right-slide-content .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper .wdt-google-map-wrapper .wdt-google-map
{
border-radius: 50%;
}
.wdt-right-slide-content .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper .wdt-google-map-wrapper .wdt-google-map:after {
position: absolute;
content: "";
mask-image: url(https://herittage.wpengine.com/wp-content/uploads/2023/05/mask-map.png);
-webkit-mask-image: url(https://herittage.wpengine.com/wp-content/uploads/2023/05/mask-map.png);
mask-size: cover;
mask-position: center;
-webkit-mask-size: cover;
-webkit-mask-position: center;
background: radial-gradient(circle, #ffffff, #fffcf2, #FFFCF2);
z-index: 1;
pointer-events: none;
top: -1px;
bottom: -1px;
left: -1px;
right: -1px;
}
.wdt-right-slide-content .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"]
{
transform: scale(0.85);
transform-origin: 50% 50%;
opacity: 0;
transition: var(--wdtBaseTransition);
}
.wdt-right-slide-content .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"].wdt-interactive-showcase-active
{
opacity: 1;
transform: scale(1);
} .wdt-cus-amenities-interactive-gallery-section .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li > .wdt-interactive-showcase-content-group .wdt-content-image img, .wdt-cus-amenities-interactive-gallery-section .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li > .wdt-interactive-showcase-content-group .wdt-content-image{border-radius: 0;width: auto;height: auto;margin-right: 70px;}
.wdt-cus-amenities-interactive-gallery-section .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li > .wdt-interactive-showcase-content-group{grid-template-columns: auto auto;gap: 0;}
.wdt-cus-amenities-interactive-gallery-section .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li{padding: 56px 100px 56px 60px;background-color:rgb(32, 30, 26);border: 2px solid var(--wdtPrimaryColor);} .wdt-cus-amenities-interactive-gallery-section .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-content-title{font-size: var(--wdtFontSize_H4);letter-spacing: 0.6px;line-height: normal;font-weight: var(--wdtFontWeight_H6);font-family: var(--wdtFontTypo_Alt);color: var(--wdtPrimaryColor);margin-bottom: 10px;}
.wdt-cus-amenities-interactive-gallery-section .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-content-description{color: var(--wdtAccentTxtColor);letter-spacing: 0.34px;line-height: 27px;margin-bottom: 26px;}
.wdt-cus-amenities-interactive-gallery-section .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:before{background-color:rgb(32, 30, 26);border: 1px solid var(--wdtPrimaryColor);margin: auto;width: 99%;height: 97%;right: 0;bottom: 0;transform: unset;-webkit-transform: unset;visibility: unset;transform-origin: unset;-webkit-transform-origin: unset;opacity: 1;transition: transform 0.2s ease-out;-webkit-transition: transform 0.2s ease-out;}
@keyframes bg 
{
0% 
{
background-size:0 2px,2px 0,0 2px,2px 0;
}
25% 
{
background-size:100% 2px,2px 0,0 2px,2px 0;
}
50% 
{
background-size:100% 2px,2px 100%,0 1px,1px 0;
}
75% 
{
background-size:100% 1px,2px 100%,100% 2px,2px 0;
}
100% {
background-size:100% 2px,2px 100%,100% 2px,2px 100%;
}
}
@-webkit-keyframes bg {
0%
{
background-size:0 2px,2px 0,0 2px,2px 0;
}
25% 
{
background-size:100% 2px,2px 0,0 2px,2px 0;
}
50% 
{
background-size:100% 2px,2px 100%,0 1px,1px 0;
}
75% 
{
background-size:100% 1px,2px 100%,100% 2px,2px 0;
}
100% 
{
background-size:100% 2px,2px 100%,100% 2px,2px 100%;
}
}
.wdt-cus-amenities-interactive-gallery-section .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:hover:before, .wdt-cus-amenities-interactive-gallery-section .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active:before{transform: unset ;-webkit-transform: unset ;visibility: unset;opacity: 1;border: none;background-repeat: no-repeat;background-image:   linear-gradient(to right, var(--wdtTertiaryColor) 100%, var(--wdtTertiaryColor) 100%),linear-gradient(to bottom, var(--wdtTertiaryColor) 100%, var(--wdtTertiaryColor) 100%),linear-gradient(to right, var(--wdtTertiaryColor) 100%, #C9C9C9 100%),linear-gradient(to bottom, var(--wdtTertiaryColor) 100%, var(--wdtTertiaryColor) 100%);background-size:100% 2px,2px 100%,100% 2px,2px 100%;background-position:0 0,100% 0,100% 100%,0 100%;animation: bg 1s cubic-bezier(0.19, 1, 0.22, 1) alternate;-webkit-animation: bg 1s cubic-bezier(0.19, 1, 0.22, 1) alternate;animation-play-state: running;-webkit-animation-play-state: running;}
.wdt-cus-amenities-interactive-gallery-section .wdt-interactive-showcase-container{flex-direction: row-reverse;}
.wdt-cus-amenities-interactive-gallery-section .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper{width: 43%;padding: 0 120px 0 60px ;}
.wdt-cus-amenities-interactive-gallery-section .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper{width: 57%;margin-top: -400px;}
.wdt-cus-amenities-interactive-gallery-section .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list{max-width: 100%;}
.wdt-cus-amenities-interactive-gallery-section .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:after{width: 0;}
.wdt-cus-amenities-interactive-gallery-section .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:not(:last-child){margin-bottom: 30px;} .wdt-cus-amenities-interactive-gallery-section .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-interactive-showcase-button a{font-weight: var(--wdtFontWeight_Ext);color: var(--wdtPrimaryColor);padding: 0;letter-spacing: 1.7px;}
.wdt-cus-amenities-interactive-gallery-section .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-interactive-showcase-button a .wdt-interactive-showcase-button-link{position: relative;width: fit-content;}
.wdt-cus-amenities-interactive-gallery-section .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-interactive-showcase-button a .wdt-interactive-showcase-button-link:after{content: "";position: absolute;bottom: 5px;left:  0;height: 1px;width: 100%;background-color: var(--wdtPrimaryColor);transition: transform .5s linear;-webkit-transition: transform .5s linear;transform-origin: right;-webkit-transform-origin: right;transform: scaleX(1);-webkit-transform: scaleX(1);}
.wdt-cus-amenities-interactive-gallery-section .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-interactive-showcase-button a:hover .wdt-interactive-showcase-button-link:after{background-color: var(--wdtAccentTxtColor);transform-origin: left;-webkit-transform-origin: left;transform: scaleX(0);-webkit-transform: scaleX(0);}
.wdt-cus-amenities-interactive-gallery-section .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-interactive-showcase-button a:hover{color: var(--wdtAccentTxtColor);} .wdt-cus-img-box-interactive-gallery .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li > .wdt-interactive-showcase-content-group .wdt-content-image{width: 100%;height: 100%;border-radius: 0;margin-bottom: 10px;}
.wdt-cus-img-box-interactive-gallery .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li > .wdt-interactive-showcase-content-group .wdt-content-image img{width: auto;height: auto;border-radius: 0;}
.wdt-cus-img-box-interactive-gallery .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li > .wdt-interactive-showcase-content-group{display: unset;}
.wdt-cus-img-box-interactive-gallery .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list{display: flex;max-width: 50%;position: absolute;bottom: 100px;}
.wdt-cus-img-box-interactive-gallery .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper{padding: 0;flex: unset;width: 50%}
.wdt-cus-img-box-interactive-gallery .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper .wdt-interactive-showcase-list li .wdt-interactive-showcase-content-group .wdt-interactive-showcase-content-group{display: inline-flex;align-items: center;}
.wdt-cus-img-box-interactive-gallery .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li{padding: 0 20px 0 20px;transform-origin: center;-webkit-transform-origin: center;transform: scale(1) translateZ(0);-webkit-transform: scale(1) translateZ(0);transition: transform 200ms linear;-webkit-transition:  transform 200ms linear;}
.wdt-cus-img-box-interactive-gallery .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:hover, .wdt-cus-img-box-interactive-gallery .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active{transform: scale(1.05) translateZ(0);-webkit-transform: scale(1.05) translateZ(0);}
.wdt-cus-img-box-interactive-gallery .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:not(:last-child){margin-bottom: 0;}
.wdt-cus-img-box-interactive-gallery .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:before{display: none;}
.wdt-cus-img-box-interactive-gallery .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:after{display: none}
.wdt-cus-img-box-interactive-gallery .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-content-title{font-family: var(--wdtFontTypo_Alt);font-size: clamp(var(--wdtFontSize_H4), 1.475rem + 2vw, calc(var(--wdtFontSize_H2) - 10px ));font-weight: var(--wdtFontWeight_Alt);letter-spacing: 4.8px;color: rgb(var(--wdtPrimaryColorRgb),0.2);line-height: normal;padding-right: 5px;transition: var(--wdtBaseTransition);}
.wdt-cus-img-box-interactive-gallery .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-content-description{font-family: var(--wdtFontTypo_Alt);font-size: var(--wdtFontSize_H4);letter-spacing: 0.6px;text-transform: capitalize;color: rgb(var(--wdtPrimaryColorRgb));font-weight: var(--wdtFontWeight_Alt);line-height: normal;}
.wdt-cus-img-box-interactive-gallery .wdt-interactive-showcase-container{flex-wrap: nowrap;}
.wdt-cus-img-box-interactive-gallery .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper{flex: unset;width: 50%}
.wdt-cus-img-box-interactive-gallery .wdt-interactive-showcase-list li .wdt-interactive-showcase-media-group .wdt-content-image-wrapper .wdt-content-image {transition: filter 200ms linear;-webkit-transition: filter 200ms linear;}
.wdt-cus-img-box-interactive-gallery .wdt-interactive-showcase-list:hover li .wdt-interactive-showcase-media-group .wdt-content-image-wrapper .wdt-content-image:not(:hover) {filter: brightness(0.5) saturate(0) contrast(1.2) blur(0px);} .wdt-cus-img-box-interactive-gallery .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:hover .wdt-content-title, .wdt-cus-img-box-interactive-gallery .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active .wdt-content-title{color: var(--wdtLinkColor)}
.wdt-cus-img-box-interactive-gallery .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"] {opacity: 0;transition: opacity .5s ease .25s ,visibility 03s ease;transform: none;-webkit-transform: none;}
.wdt-cus-img-box-interactive-gallery .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"].wdt-interactive-showcase-active {opacity: 1;} .wdt-custom-interactive-banner-heading .elementor-widget-container .wdt-heading-holder .wdt-heading-subtitle{color: var(--wdtAccentTxtColor);}
.wdt-custom-interactive-banner-heading .elementor-widget-container .wdt-heading-holder h2.wdt-heading-title-wrapper{line-height: 1.2;}
.wdt-custom-popup-interactive .elementor-widget-container{display: flex;flex-wrap: wrap;justify-content: center;}
.wdt-custom-popup-interactive .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element:before{content: "";position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;background-color: #000000;opacity: 0.5;}
.wdt-custom-popup-interactive .wdt-click-element-image-n-icon .wdt-popup-box-trigger-element .wdt-popup-box-trigger-icon{left: 30%;transform: translateX(-30%);right: unset;}
.wdt-custom-popup-interactive .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element span.wdt-popup-box-trigger-item{position: absolute;left: 30%;transform: translateX(-30%) translateY(-55%);top: 55%;width: 117px;height: 117px;display: grid;place-items: center;background-color: var(--wdtTertiaryColor);border-radius: var(--wdtRadius_Full);font-size: calc(var(--wdtFontSize_Base) - 1px);transition: all 0.3s linear;}
.wdt-custom-popup-interactive .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element span.wdt-popup-box-trigger-item:after{content: "";position: absolute;border: 1px solid var(--wdtPrimaryColor);top: -7px;bottom: -7px;left: -7px;right: -7px;border-radius: var(--wdtRadius_Full);transition: all 0.3s linear;}
.wdt-custom-popup-interactive .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element span.wdt-popup-box-trigger-item:before{content: "";position: absolute;border: 2px solid var(--wdtPrimaryColor);top: 0px;bottom: 0px;left: 0px;right: 0px;border-radius: var(--wdtRadius_Full);transition: all 0.3s linear;}
.wdt-custom-popup-interactive .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element span.wdt-popup-box-trigger-item:hover:after{top: 0;bottom: 0;left: 0;right: 0;}
.wdt-custom-popup-interactive .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element span.wdt-popup-box-trigger-item:hover:before{top: -7px;bottom: -7px;left: -7px;right: -7px;}
.wdt-custom-popup-interactive .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element{width: 100%;}
.wdt-custom-popup-interactive .wdt-popup-box-trigger-holder{width: 100%;} .wdt-custom-popup-interactive .wdt-interactive-showcase-container{display: grid;overflow: hidden;}
.wdt-custom-popup-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper{grid-area: 1 / -1;width: fit-content;z-index: 1;max-width: fit-content;float: right;margin-left: auto;height: 100%;}
.wdt-custom-popup-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper{grid-area: 1 / -1;}
.wdt-custom-popup-interactive .wdt-interactive-showcase-container{margin: 0;align-items: flex-start;width: 100%;}
.wdt-custom-popup-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list{max-width: 800px;display: grid;grid-template-columns: 50% 50%;height: 100%;}
.wdt-custom-popup-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li{width: 400px;height: 100%;max-height: 230px;padding: 37px 150px 60px 50px;backdrop-filter: blur(6px);background-color: rgba(var(--wdtHeadAltColorRgb),.15);margin-bottom: 0;border-style: solid;border-color: var(--wdtBodyBGColor);border-width: 1px;}
.wdt-custom-popup-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:nth-child(1){grid-area: 1 / 2;}
.wdt-custom-popup-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:nth-child(2){grid-area: 2 / 2;}
.wdt-custom-popup-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:nth-child(3){grid-area: 3 / 2;border-left-width: 1px;}
.wdt-custom-popup-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:nth-child(4){grid-area: 4 / 2;border-left-width: 1px;}
.wdt-custom-popup-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:nth-child(5){grid-area: 3 / 1;border-right: 0;}
.wdt-custom-popup-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:nth-child(6){grid-area: 4 / 1;border-right: 0;}
.wdt-custom-popup-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper, 
.wdt-custom-popup-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper{padding: 0;margin-bottom: -1px;}
.wdt-custom-popup-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:not(:last-child){margin-bottom: 0;border-bottom: 0;}
.wdt-custom-popup-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li a{color: var(--wdtAccentTxtColor);}
.wdt-custom-popup-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-content-title{font-size: var(--wdtFontSize_H3);font-weight: var(--wdtFontWeight_Alt);letter-spacing: 1px;font-family: var(--wdtFontTypo_H3);line-height: 1.2;}
.wdt-custom-popup-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active:after{visibility: hidden;opacity: 0;}
.wdt-custom-popup-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:before{background-color: rgba(var(--wdtPrimaryColorRgb), 0.7);} .wdt-custom-popup-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"]{opacity: 0;transition: all 3s cubic-bezier(0.7, 0, 0.3, 1);-webkit-transition: all .7s linear;transform: scale(1.1);-webkit-transform: scale(1.1);}
.wdt-custom-popup-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"].wdt-interactive-showcase-active{opacity: 1;transform: scale(1);-webkit-transform: scale(1);}  @media screen and (min-width:1541px)
{
.wdt-custom-popup-interactive .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element img{min-height: 920px;object-fit: cover;width: 100%;}
.wdt-custom-popup-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li{min-height: 100%;}
}
@media only screen and (max-width:1540px)
{
.wdt-cus-amenities-interactive-gallery-section .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper{padding: 0 50px 0 30px;}.wdt-cus-amenities-interactive-gallery-section .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li{padding: 30px;}.wdt-cus-amenities-interactive-gallery-section .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper{margin-top: -300px}
.wdt-cus-img-box-interactive-gallery .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li{padding: 0 10px 0 10px;}
.wdt-cus-img-box-interactive-gallery .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list{bottom: 60px;}
.wdt-custom-popup-interactive .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element img{min-height: 700px;}
.wdt-custom-popup-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li{padding: 36px 115px 30px 50px;max-height: 100%;width: 325px;}
.wdt-custom-popup-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-content-title{font-size: var(--wdtFontSize_H4);}
}
@media only screen and (max-width:1280px){
.wdt-cus-amenities-interactive-gallery-section .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li{padding: 26px;}
.wdt-cus-amenities-interactive-gallery-section .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-content-title{font-size: var(--wdtFontSize_H5);}
.wdt-cus-amenities-interactive-gallery-section .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper{margin-top: -330px;}
.wdt-custom-popup-interactive .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element img{min-height: 600px;}
.wdt-custom-popup-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li{padding: 25px 90px 25px 35px;max-height: 100%;width: 275px;}
.wdt-cus-amenities-interactive-gallery-section .wdt-interactive-showcase-container{margin: -36px;}
.wdt-cus-amenities-interactive-gallery-section .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper{padding: 0 60px 0 0px;}
}
@media ( max-width: 1024px) 
{
.wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper { flex: 1 1 100%; padding: 20px; }
.wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"] { position: relative; } 
.wdt-cus-amenities-interactive-gallery-section .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper{margin-top: 60px}
.wdt-cus-amenities-interactive-gallery-section .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper{padding: 0 40px ;}
.elementor-element.wdt-cus-interactive-gallery-section-heading{position: unset !important;}
.wdt-cus-img-box-interactive-gallery .wdt-interactive-showcase-container{flex-direction: column;}
.wdt-cus-img-box-interactive-gallery .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list{position: relative;bottom: 0;max-width: 100%;margin-bottom: 50px;padding: 0 20px;}
.wdt-cus-img-box-interactive-gallery .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper{width: 100%}
.wdt-cus-img-box-interactive-gallery .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper{width: 100%}
.wdt-right-slide-content .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list{margin: auto;}
.wdt-right-slide-content .wdt-google-map-wrapper{justify-content: center;}
.wdt-custom-popup-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list{height: auto;}
.wdt-custom-popup-interactive .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element img{min-height: 600px;}
.wdt-custom-popup-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-content-title{font-size: var(--wdtFontSize_H5);}
.wdt-custom-popup-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li{padding: 25px;width: 33.3%;background-color: rgba(var(--wdtHeadAltColorRgb),.5);border-width: 1px;}
.wdt-custom-popup-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list{display: flex;flex-wrap: wrap;max-width: 100%;}
.wdt-custom-popup-interactive .wdt-interactive-showcase-container{display: grid;}
.wdt-custom-popup-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:not(:last-child){border-bottom: 1px solid var(--wdtAccentTxtColor);}
.wdt-custom-popup-interactive .elementor-widget-container{justify-content: start;}
.wdt-custom-popup-interactive .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element span.wdt-popup-box-trigger-item{top: 48%;left: 36%;}
}
@media only screen and (max-width:768px){
.wdt-cus-amenities-interactive-gallery-section .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper{padding: 0 30px ;}
.wdt-cus-amenities-interactive-gallery-section .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li > .wdt-interactive-showcase-content-group .wdt-content-image img, 
.wdt-cus-amenities-interactive-gallery-section .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li > .wdt-interactive-showcase-content-group .wdt-content-image{margin-right: 20px;}
.wdt-custom-popup-interactive .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element img{min-height: 550px;}
.wdt-custom-popup-interactive .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element span.wdt-popup-box-trigger-item{width: 97px !important;height: 97px !important;top: 50%;left: 80%;}
.wdt-custom-popup-interactive .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element span.wdt-popup-box-trigger-item:after{top: -5px;bottom: -5px;left: -5px;right: -5px;}
.wdt-custom-popup-interactive .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element span.wdt-popup-box-trigger-item:hover:before{top: -5px;bottom: -5px;left: -5px;right: -5px;}
.wdt-custom-popup-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-content-title{font-size: calc(var(--wdtFontSize_H5) - 2px);}
.wdt-custom-popup-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li{width: 50%;padding: 20px;}
.wdt-cus-amenities-interactive-gallery-section .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:before{width: 98%;height: 98%;}
.wdt-custom-inner-for-popup.elementor-section-content-bottom .wdt-custom-interactive-banner-heading.elementor-absolute.elementor-widget-tablet__width-inherit.elementor-widget.elementor-widget-wdt-heading{top: unset !important;bottom: 70px !important;}
.wdt-custom-inner-for-popup.elementor-section-content-bottom .elementor-widget-wdt-heading{bottom: -30px !important;}
.wdt-custom-inner-for-popup.elementor-section-content-bottom .elementor-widget-wrap.elementor-element-populated.wdt-interactive-showcase-active{width: 350px;}
}
@media (max-width: 480px) {
.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li > .wdt-interactive-showcase-content-group {display: grid; grid-template-columns: 1fr; gap: 10px; align-items: center; }
.wdt-cus-amenities-interactive-gallery-section .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li > .wdt-interactive-showcase-content-group{grid-template-columns: 100%;}
.wdt-cus-amenities-interactive-gallery-section .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li > .wdt-interactive-showcase-content-group .wdt-content-image img, 
.wdt-cus-amenities-interactive-gallery-section .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li > .wdt-interactive-showcase-content-group .wdt-content-image{margin-right: 0px;margin-bottom: 10px;}
.wdt-cus-img-box-interactive-gallery .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list{flex-direction:column;padding:  0 20px;margin: 0;}
.wdt-cus-img-box-interactive-gallery .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li{padding: 0 0 40px 0;}
.wdt-cus-img-box-interactive-gallery .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:hover, 
.wdt-cus-img-box-interactive-gallery .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active{transform: scale(1) translateZ(0);-webkit-transform: scale(1) translateZ(0);}
.wdt-custom-popup-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-content-title{max-width: 180px;margin: auto;text-align: center;}
.wdt-custom-popup-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li{padding: 15px;}
.wdt-custom-popup-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li{width: 100%;}
.wdt-right-slide-content .wdt-interactive-showcase-media-group,
.wdt-right-slide-content .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li > .wdt-interactive-showcase-content-group >.wdt-interactive-showcase-content-group{grid-column: 1/3;}
.wdt-custom-popup-interactive .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element span.wdt-popup-box-trigger-item {transform: translateX(-50%) translateY(-50%);left: 83%;top: 75%; width: 80px !important; height: 80px !important;font-size: 12px;}
.wdt-right-slide-content .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list:after,
.wdt-right-slide-content .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:after{display: none;}
.wdt-right-slide-content .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list{padding-right: 0;}
.wdt-custom-inner-for-popup.elementor-section-content-bottom .elementor-widget-wdt-heading .elementor-widget-container .wdt-heading-content-wrapper{display: none;}
.wdt-custom-inner-for-popup.elementor-section-content-bottom .elementor-widget-container .wdt-heading-holder h2.wdt-heading-title-wrapper{font-size: 30px;}
.wdt-custom-popup-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:not(:last-child){border-bottom: none;}
.wdt-custom-inner-for-popup.elementor-section-content-bottom .wdt-custom-interactive-banner-heading.elementor-absolute.elementor-widget-tablet__width-inherit.elementor-widget.elementor-widget-wdt-heading{bottom: -30px !important;}
}.wdt-pricing-table-holder,
.wdt-pricing-table-holder > div,
.wdt-pricing-table-holder div[class*='-table-header'] .wdt-content-title h5,
.wdt-pricing-table-holder div[class*='-table-header'] .wdt-content-title h5 a,
.wdt-pricing-table-holder div[class*='-table-header'] .wdt-content-subtitle,
.wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list li .wdt-pricing-table-features-list-icon,
.wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list li .wdt-pricing-table-features-list-text,
.wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list li:not(:last-child):after,
.wdt-pricing-table-holder div[class*='-table-media'] .wdt-content-image span,
.wdt-pricing-table-holder .wdt-content-image a,
.wdt-pricing-table-holder div[class*='-table-media'] .wdt-content-icon-wrapper .wdt-content-icon span,
.wdt-pricing-table-holder div[class*='-table-footer'] .wdt-content-button,
.wdt-pricing-table-holder div[class*='-table-footer'] .wdt-content-button > a,
.wdt-pricing-table-holder div[class*='-table-footer'] .wdt-pricing-table-footer-description,
.wdt-pricing-table-holder[class*='-template-classic'] div[class*='-table-header']:before,
.wdt-pricing-table-holder[class*='-template-list'],
.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-header,
.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-features,
.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-footer
{
-webkit-transition: var(--wdt-elementor-base-transition);
transition: var(--wdt-elementor-base-transition);
} .wdt-pricing-table-holder
{
position: relative;
z-index: 0;
border-width: 0;
border-style: solid;
border-color: transparent;
}
.wdt-pricing-table-holder > div:not(:last-child)
{
margin-bottom: 20px;
} .wdt-pricing-table-holder div[class*='-table-media']
{
position: relative;
} .wdt-pricing-table-holder div[class*='-table-media'] .wdt-content-image-wrapper,
.wdt-pricing-table-holder .wdt-content-image-wrapper .wdt-content-image,
.wdt-pricing-table-holder div[class*='-table-media'] .wdt-content-image > span,
.wdt-pricing-table-holder .wdt-content-image > a
{
display: inline-flex;
}
.wdt-pricing-table-holder div[class*='-table-media'] .wdt-content-image > span > img,
.wdt-pricing-table-holder div[class*='-table-media'] .wdt-content-image > a > img
{
-webkit-border-radius: inherit;
border-radius: inherit;
width: 100%;
height: 100%;
}
.wdt-pricing-table-holder div[class*='-table-media'] .wdt-content-image span
{
position: relative;
display: inline-block;
width: 120px;
height: 120px;
background-position: center;
background-size: cover;
}
.wdt-pricing-table-holder div[class*='-table-media'] .wdt-content-image span:before
{
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
content: '';
-webkit-border-radius: inherit;
border-radius: inherit;
}
.wdt-pricing-table-holder div[class*='-table-media'] .wdt-content-image span:before
{
background-color: rgba(0,0,0,.2);
} .wdt-pricing-table-holder div[class*='-table-media'] .wdt-content-icon-wrapper .wdt-content-icon
{
display: inline-block;
}
.wdt-pricing-table-holder div[class*='-table-media'] .wdt-content-icon-wrapper .wdt-content-icon span
{
font-size: 1.125rem;
position: relative;
z-index: 0;
display: inline-block;
width: 45px;
height: 45px;
text-align: center;
}
.wdt-pricing-table-holder div[class*='-table-media'] .wdt-content-icon-wrapper .wdt-content-icon span i
{
position: relative;
display: inline-flex;
width: 100%;
height: 100%;
margin: 0;
padding: 5px;
place-content: center;
place-items: center;
}
.wdt-pricing-table-holder div[class*='-table-media'] .wdt-content-icon-wrapper .wdt-content-icon span svg
{
width: 1em;
height: 1em;
fill: currentColor;
}
.wdt-pricing-table-holder div[class*='-table-media'] .wdt-content-icon-wrapper .wdt-content-icon span:before
{
position: absolute;
z-index: -1;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: auto;
height: auto;
content: '';
-webkit-border-radius: inherit;
border-radius: inherit;
}
.wdt-pricing-table-holder div[class*='-table-media'] .wdt-content-icon-wrapper .wdt-content-icon span
{
color: var(--wdt-elementor-color-white);
}
.wdt-pricing-table-holder div[class*='-table-media'] .wdt-content-icon-wrapper .wdt-content-icon span:before
{
background-color: var(--wdt-elementor-color-secondary);
} .wdt-pricing-table-holder div[class*='-table-header']
{
position: relative;
}
.wdt-pricing-table-holder div[class*='-table-header'] > div:not(:last-child)
{
margin-bottom: 10px;
}
.wdt-pricing-table-holder div[class*='-table-header'] .wdt-content-title h5
{
font-size: 1.25em;
margin-top: 0;
margin-bottom: 0;
text-transform: none;
}
.wdt-pricing-table-holder div[class*='-table-header'] .wdt-content-title h5 a
{
-webkit-transition: inherit;
transition: inherit;
}
.wdt-pricing-table-holder div[class*='-table-header'] .wdt-content-title h5,
.wdt-pricing-table-holder div[class*='-table-header'] .wdt-content-title h5 a
{
color: var(--wdt-elementor-color-primary);
}
.wdt-pricing-table-holder div[class*='-table-header'] .wdt-content-title h5 a:hover
{
color: var(--wdt-elementor-color-accent);
}
.wdt-pricing-table-holder div[class*='-table-header'] .wdt-content-subtitle
{
font-size: 1rem;
letter-spacing: .05em;
color: var(--wdt-elementor-color-secondary);
} .wdt-pricing-table-holder div[class*='-table-footer']
{
position: relative;
display: inline-block;
width: 100%;
}
.wdt-pricing-table-holder div[class*='-table-footer'] > div:not(:last-child)
{
margin-bottom: 20px;
} .wdt-pricing-table-holder div[class*='-table-footer'] .wdt-content-button
{
position: relative;
z-index: 0;
}
.wdt-pricing-table-holder div[class*='-table-footer'] .wdt-content-button > a
{
font-size: 1em;
line-height: 1;
display: inline-block;
padding: .75em 1.5em;
text-align: center;
color: var(--wdt-elementor-color-white);
border: 1px solid transparent;
-webkit-border-radius: 0;
border-radius: 0;
background-color: var(--wdt-elementor-color-accent);
fill: var(--wdt-elementor-color-white);
}
.wdt-pricing-table-holder div[class*='-table-footer'] .wdt-content-button.fullwidth
{
display: inline-flex;
width: 100%;
}
.wdt-pricing-table-holder div[class*='-table-footer'] .wdt-content-button.fullwidth > a
{
width: 100%;
}
.wdt-pricing-table-holder div[class*='-table-footer'] .wdt-content-button:not(.fullwidth)
{
margin-bottom: 20px;
}
.wdt-pricing-table-holder div[class*='-table-footer'] .wdt-content-button > a:hover
{
background-color: var(--wdt-elementor-color-primary);
} .wdt-pricing-table-holder div[class*='-table-footer'] .wdt-pricing-table-footer-description
{
position: relative;
z-index: 0;
padding: 0 10px;
} .wdt-pricing-table-holder .wdt-pricing-table-pricing
{
font-size: 1em;
line-height: 1em;
position: relative;
margin: 0;
padding: 0;
}
.wdt-pricing-table-holder .wdt-pricing-table-pricing .wdt-pricing-table-pricing-original
{
font-size: .8em;
font-weight: 400;
line-height: 1;
display: inline-flex;
-ms-flex-item-align: center;
flex-wrap: wrap;
margin-right: 15px;
text-decoration: line-through;
}
.wdt-pricing-table-holder .wdt-pricing-table-pricing .wdt-pricing-table-pricing-sale
{
line-height: 1;
display: inline-table;
}
.wdt-pricing-table-holder .wdt-pricing-table-pricing .wdt-pricing-table-pricing-sale > span
{
display: table-cell;
}
.wdt-pricing-table-holder .wdt-pricing-table-pricing .wdt-pricing-table-pricing-suffix.below
{
display: block;
width: 100%;
padding-top: 5px;
}
.wdt-pricing-table-holder .wdt-pricing-table-pricing div[class*='-table-pricing-sale'] .wdt-pricing-table-pricing-sale-fraction
{
padding-left: 5px;
}
.wdt-pricing-table-holder .wdt-pricing-table-pricing div[class*='-table-pricing-sale'] .wdt-pricing-table-pricing-prefix
{
padding-right: 5px;
}
.wdt-pricing-table-holder .wdt-pricing-table-pricing div[class*='-table-pricing-sale'] .wdt-pricing-table-pricing-suffix
{
padding-left: 5px;
}
.wdt-pricing-table-holder .wdt-pricing-table-pricing div[class*='-table-pricing-sale'] .wdt-pricing-table-pricing-prefix:last-child,
.wdt-pricing-table-holder .wdt-pricing-table-pricing div[class*='-table-pricing-sale'] .wdt-pricing-table-pricing-sale-price + .wdt-pricing-table-pricing-prefix,
.wdt-pricing-table-holder .wdt-pricing-table-pricing div[class*='-table-pricing-sale'] .wdt-pricing-table-pricing-sale-fraction + .wdt-pricing-table-pricing-prefix
{
padding-right: 0;
padding-left: 5px;
}
.wdt-pricing-table-holder .wdt-pricing-table-pricing div[class*='-table-pricing-sale'] .wdt-pricing-table-pricing-prefix,
.wdt-pricing-table-holder .wdt-pricing-table-pricing div[class*='-table-pricing-sale'] .wdt-pricing-table-pricing-sale-fraction
{
line-height: 1;
}
.wdt-pricing-table-holder .wdt-pricing-table-pricing
{
color: var(--wdt-elementor-color-secondary);
} .wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list
{
margin: 0;
padding: 0;
list-style-type: none;
}
.wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list li
{
font-size: inherit;
line-height: 1;
position: relative;
margin: 0;
padding: 0;
}
.wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list li:not(:last-child):after
{
display: inline-block;
clear: both;
width: 100%;
content: '';
}
.wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list li .wdt-pricing-table-features-list-icon
{
display: inline-block;
}
.wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list li .wdt-pricing-table-features-list-text
{
clear: both;
}
.wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list li .wdt-pricing-table-features-list-text:not(:only-child)
{
padding-left: 10px;
}
.wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list li[class*='-feature-excluded']
{
opacity: .5;
}
.wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list li .wdt-pricing-table-features-list-icon:empty
{
display: none;
}
.wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list li.wdt-pricing-table-feature-included .wdt-pricing-table-features-list-icon
{
color: #b4d856;
}
.wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list li.wdt-pricing-table-feature-excluded .wdt-pricing-table-features-list-icon
{
color: #d85656;
}
.wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list li .wdt-pricing-table-features-list-text
{
color: var(--wdt-elementor-color-text);
} .wdt-pricing-table-holder div[class*='-table-badge']:not(.type4)
{
font-size: 1rem;
font-weight: 400;
line-height: 1;
position: absolute;
margin: 0;
color: var(--wdt-elementor-color-white);
background-color: var(--wdt-elementor-color-secondary);
}
.wdt-pricing-table-holder div[class*='-table-badge'] { z-index: 1; }
.wdt-pricing-table-holder div[class*='-table-badge'].left
{
right: auto;
left: 15px;
}
.wdt-pricing-table-holder div[class*='-table-badge'].right
{
right: 15px;
left: auto;
}
.wdt-pricing-table-holder div[class*='-table-badge'].type1
{
top: 15px;
padding: 8px 15px;
}
.wdt-pricing-table-holder div[class*='-table-badge'].type2
{
top: 30px;
padding: 8px 15px;
}
.wdt-pricing-table-holder div[class*='-table-badge'].type2:after
{
position: absolute;
z-index: 9;
top: -15px;
width: 0;
height: 0;
content: '';
opacity: .9;
border-bottom: 15px solid var(--wdt-elementor-color-secondary);
}
.wdt-pricing-table-holder div[class*='-table-badge'].type2.left
{
right: auto;
left: -15px;
}
.wdt-pricing-table-holder div[class*='-table-badge'].type2.right
{
right: -15px;
left: auto;
}
.wdt-pricing-table-holder div[class*='-table-badge'].type2.left:after
{
right: auto;
left: 0;
border-left: 15px solid transparent;
}
.wdt-pricing-table-holder div[class*='-table-badge'].type2.right:after
{
right: 0;
left: auto;
border-right: 15px solid transparent;
}
.wdt-pricing-table-holder div[class*='-table-badge'].type3
{
font-weight: 500;
top: -1px;
width: auto;
padding: 20px 12px;
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
transform: rotate(180deg);
letter-spacing: 1.5px;
text-transform: uppercase;
border-radius: 50px 50px 0 0;
writing-mode: vertical-rl;
-webkit-writing-mode: vertical-rl;
}
.wdt-pricing-table-holder div[class*='-table-badge'].type4
{
position: absolute;
top: 0;
overflow: hidden;
width: 100px;
height: 100px;
margin: 0;
}
.wdt-pricing-table-holder div[class*='-table-badge'].type4.left
{
right: auto;
left: 0;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
}
.wdt-pricing-table-holder div[class*='-table-badge'].type4.right
{
right: 0;
left: auto;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.wdt-pricing-table-holder div[class*='-table-badge'].type4 .wdt-pricing-table-badge-inner
{
font-size: .6em;
font-weight: 700;
display: inline-block;
width: 150%;
margin-top: 35px;
padding: 10px 15px;
-webkit-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
-ms-transform: rotate(45deg);
transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
text-align: center;
letter-spacing: 1px;
text-transform: uppercase;
color: var(--wdt-elementor-color-white);
background: var(--wdt-elementor-color-secondary);
} .wdt-pricing-table-holder[class*='-template-default']
{
padding: 0;
text-align: center;
border: 1px solid;
border-radius: 5px;
}
.wdt-pricing-table-holder[class*='-template-default'] > div:not(.wdt-pricing-table-badge):first-child,
.wdt-pricing-table-holder[class*='-template-default'] > .wdt-pricing-table-badge + div
{
padding: 30px 20px 0 20px;
}
.wdt-pricing-table-holder[class*='-template-default'] div[class*='-table-media'] .wdt-content-icon-wrapper .wdt-content-icon span
{
width: 50px;
height: 50px;
}
.wdt-pricing-table-holder[class*='-template-default'] div[class*='-table-header'] .wdt-content-title h5
{
font-size: 25px;
text-transform: uppercase;
}
.wdt-pricing-table-holder[class*='-template-default'] .wdt-pricing-table-pricing
{
font-size: 60px;
font-weight: 700;
}
.wdt-pricing-table-holder[class*='-template-default'] .wdt-pricing-table-pricing + .wdt-pricing-table-features
{
margin-top: 50px;
padding: 20px 0 0;
border-top: 1px solid;
}
.wdt-pricing-table-holder[class*='-template-default'] div[class*='-table-features'] .wdt-pricing-table-features-list li:not(:last-child):after
{
margin-top: 20px;
padding-bottom: 20px;
}
.wdt-pricing-table-holder[class*='-template-default'] div[class*='-table-features'] .wdt-pricing-table-features-list li .wdt-pricing-table-features-list-icon
{
font-size: 14px;
}
.wdt-pricing-table-holder[class*='-template-default'] div[class*='-table-features'] .wdt-pricing-table-features-list li .wdt-pricing-table-features-list-text
{
font-size: 16px;
letter-spacing: .5px;
}
.wdt-pricing-table-holder[class*='-template-default'] .wdt-pricing-table-pricing-original,
.wdt-pricing-table-holder[class*='-template-default'] .wdt-pricing-table-pricing div[class*='-table-pricing-sale'] .wdt-pricing-table-pricing-prefix,
.wdt-pricing-table-holder[class*='-template-default'] .wdt-pricing-table-pricing div[class*='-table-pricing-sale'] .wdt-pricing-table-pricing-sale-fraction,
.wdt-pricing-table-holder[class*='-template-default'] .wdt-pricing-table-pricing div[class*='-table-pricing-sale'] .wdt-pricing-table-pricing-suffix
{
font-size: 25px;
}
.wdt-pricing-table-holder[class*='-template-default'] .wdt-pricing-table-pricing .wdt-pricing-table-pricing-original
{
vertical-align: top;
}
.wdt-pricing-table-holder[class*='-template-default'] .wdt-pricing-table-pricing .wdt-pricing-table-pricing-sale .wdt-pricing-table-pricing-prefix
{
vertical-align: top;
}
.wdt-pricing-table-holder[class*='-template-default'] .wdt-pricing-table-pricing .wdt-pricing-table-pricing-sale .wdt-pricing-table-pricing-sale-fraction
{
vertical-align: baseline;
}
.wdt-pricing-table-holder[class*='-template-default'] .wdt-pricing-table-footer:last-child
{
margin-top: 10px;
}
.wdt-pricing-table-holder[class*='-template-default'] .wdt-pricing-table-footer:last-child .fullwidth
{
border-top-width: 1px;
border-top-style: solid;
}
.wdt-pricing-table-holder[class*='-template-default'] .wdt-pricing-table-footer .wdt-content-button > a
{
font-size: 20px;
font-weight: 700;
padding: 25px 40px;
color: var(--wdt-elementor-color-secondary);
background-color: #f9f9f9;
}
.wdt-pricing-table-holder[class*='-template-default']
{
background-color: var(--wdt-elementor-color-white);
}
.wdt-pricing-table-holder[class*='-template-default'],
.wdt-pricing-table-holder[class*='-template-default'] .wdt-pricing-table-pricing + .wdt-pricing-table-features,
.wdt-pricing-table-holder[class*='-template-default'] .wdt-pricing-table-pricing .wdt-pricing-table-features .wdt-pricing-table-features-list li:after,
.wdt-pricing-table-holder[class*='-template-default'] div[class*='-table-features'] .wdt-pricing-table-features-list li:not(:last-child):after,
.wdt-pricing-table-holder[class*='-template-default'] .wdt-pricing-table-footer:last-child .fullwidth
{
border-color: #e1e1e1;
}
.wdt-pricing-table-holder[class*='-template-default'] div[class*='-table-header'] .wdt-content-title h5,
.wdt-pricing-table-holder[class*='-template-default'] div[class*='-table-header'] .wdt-content-title h5 a
{
color: var(--wdt-elementor-color-secondary);
}
.wdt-pricing-table-holder[class*='-template-default']:hover
{
background-color: #f9f9f9;
}
.wdt-pricing-table-holder[class*='-template-default']:hover .wdt-pricing-table-footer .wdt-content-button > a
{
color: var(--wdt-elementor-color-white);
background-color: var(--wdt-elementor-color-secondary);
}
.wdt-pricing-table-holder[class*='-template-default']:hover,
.wdt-pricing-table-holder[class*='-template-default']:hover .wdt-pricing-table-pricing + .wdt-pricing-table-features,
.wdt-pricing-table-holder[class*='-template-default']:hover .wdt-pricing-table-pricing .wdt-pricing-table-features .wdt-pricing-table-features-list li:after,
.wdt-pricing-table-holder[class*='-template-default']:hover div[class*='-table-features'] .wdt-pricing-table-features-list li:not(:last-child):after,
.wdt-pricing-table-holder[class*='-template-default']:hover .wdt-pricing-table-footer:last-child .fullwidth
{
border-color: var(--wdt-elementor-color-secondary);
} .wdt-pricing-table-holder[class*='-template-classic']
{
padding: 0;
text-align: center;
border: 1px solid;
}
.wdt-pricing-table-holder[class*='-template-classic'] div[class*='-table-badge']
{
z-index: 2;
}
.wdt-pricing-table-holder[class*='-template-classic'] div[class*='-table-badge'].type2:after
{
opacity: .7;
}
.wdt-pricing-table-holder[class*='-template-classic'] div[class*='-table-header']
{
z-index: 1;
padding: 50px 20px;
background-color: #f9f9f9;
}
.wdt-pricing-table-holder[class*='-template-classic'] .wdt-pricing-table-media
{
padding: 0 0 20px;
}
.wdt-pricing-table-holder[class*='-template-classic'] div[class*='-table-media'] .wdt-content-icon-wrapper .wdt-content-icon span
{
font-size: 50px;
width: 120px;
height: 120px;
border-radius: 50%;
}
.wdt-pricing-table-holder[class*='-template-classic'] div[class*='-table-header'] .wdt-content-title h5
{
font-size: 25px;
text-transform: uppercase;
}
.wdt-pricing-table-holder[class*='-template-classic'] div[class*='-table-header']:before
{
position: absolute;
z-index: -1;
top: 0;
left: 0;
display: block;
width: 100%;
height: 5px;
content: '';
}
.wdt-pricing-table-holder[class*='-template-classic']:hover div[class*='-table-header']:before
{
height: 100%;
}
.wdt-pricing-table-holder[class*='-template-classic'] .wdt-pricing-table-pricing
{
padding: 30px 0;
}
.wdt-pricing-table-holder[class*='-template-classic'] .wdt-pricing-table-pricing
{
font-size: 60px;
font-weight: 700;
}
.wdt-pricing-table-holder[class*='-template-classic'] .wdt-pricing-table-footer .wdt-content-button > a
{
font-size: 20px;
font-weight: 700;
padding: 25px 40px;
color: var(--wdt-elementor-color-secondary);
background-color: #f9f9f9;
}
.wdt-pricing-table-holder[class*='-template-classic']
{
background-color: var(--wdt-elementor-color-white);
}
.wdt-pricing-table-holder[class*='-template-classic'] div[class*='-table-badge']:not(.type4),
.wdt-pricing-table-holder[class*='-template-classic'] div[class*='-table-badge'].type4 .wdt-pricing-table-badge-inner
{
background-color: var(--wdt-elementor-color-primary);
}
.wdt-pricing-table-holder[class*='-template-classic'] div[class*='-table-badge'].type2:after
{
border-bottom-color: var(--wdt-elementor-color-primary);
}
.wdt-pricing-table-holder[class*='-template-classic'] div[class*='-table-header']:before
{
background-color: var(--wdt-elementor-color-secondary);
}
.wdt-pricing-table-holder[class*='-template-classic'],
.wdt-pricing-table-holder[class*='-template-classic'] .wdt-pricing-table-pricing,
.wdt-pricing-table-holder[class*='-template-classic'] .wdt-pricing-table-pricing .wdt-pricing-table-features .wdt-pricing-table-features-list li:after,
.wdt-pricing-table-holder[class*='-template-classic'] div[class*='-table-features'] .wdt-pricing-table-features-list li:not(:last-child):after,
.wdt-pricing-table-holder[class*='-template-classic'] .wdt-pricing-table-footer:last-child .fullwidth
{
border-color: #e1e1e1;
}
.wdt-pricing-table-holder[class*='-template-classic'] div[class*='-table-header'] .wdt-content-title h5,
.wdt-pricing-table-holder[class*='-template-classic'] div[class*='-table-header'] .wdt-content-title h5 a
{
color: var(--wdt-elementor-color-secondary);
}
.wdt-pricing-table-holder[class*='-template-classic']:hover div[class*='-table-header'] .wdt-content-title h5,
.wdt-pricing-table-holder[class*='-template-classic']:hover div[class*='-table-header'] .wdt-content-title h5 a,
.wdt-pricing-table-holder[class*='-template-classic']:hover div[class*='-table-header'] .wdt-content-subtitle
{
color: var(--wdt-elementor-color-white);
}
.wdt-pricing-table-holder[class*='-template-classic']:hover .wdt-pricing-table-footer .wdt-content-button > a
{
color: var(--wdt-elementor-color-white);
background-color: var(--wdt-elementor-color-secondary);
}
.wdt-pricing-table-holder[class*='-template-classic']:hover,
.wdt-pricing-table-holder[class*='-template-classic']:hover .wdt-pricing-table-pricing,
.wdt-pricing-table-holder[class*='-template-classic']:hover .wdt-pricing-table-pricing .wdt-pricing-table-features .wdt-pricing-table-features-list li:after,
.wdt-pricing-table-holder[class*='-template-classic']:hover div[class*='-table-features'] .wdt-pricing-table-features-list li:not(:last-child):after,
.wdt-pricing-table-holder[class*='-template-classic']:hover .wdt-pricing-table-footer:last-child .fullwidth
{
border-color: var(--wdt-elementor-color-secondary);
} .wdt-pricing-table-holder[class*='-template-list']
{
display: flex;
align-items: center;
flex-wrap: wrap;
padding: 0;
border: 1px solid;
}
.wdt-pricing-table-holder[class*='-template-list'] > *
{
padding: 25px;
}
.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-header,
.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-footer
{
min-width: 20%;
}
.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-header
{
display: inline-flex;
align-content: center;
align-items: center;
align-self: stretch;
flex: 0 1 30%;
flex-wrap: wrap;
margin-bottom: 0;
border-right: 1px solid;
}
.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-header > div
{
width: 100%;
}
.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-features
{
display: inline-flex;
align-content: center;
align-items: center;
align-self: stretch;
flex: 0 1 50%;
flex-wrap: wrap;
margin-bottom: 0;
}
.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-footer
{
display: inline-flex;
align-items: center;
align-self: stretch;
flex: 0 1 20%;
flex-wrap: wrap;
justify-content: flex-start;
}
.wdt-pricing-table-holder[class*='-template-list']
{
border-color: var(--wdt-elementor-color-primary);
background-color: var(--wdt-elementor-color-white);
}
.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-header
{
border-color: var(--wdt-elementor-color-primary);
background: rgba(110,193,228,.1);
}
.wdt-pricing-table-holder[class*='-template-list']:hover
{
background-color: rgba(110,193,228,.1);
}
.wdt-pricing-table-holder[class*='-template-list']:hover .wdt-pricing-table-header
{
background-color: var(--wdt-elementor-color-white);
} .wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-pricing-inner
{
font-size: 22px;
line-height: 1em;
position: relative;
margin: 10px 0 0;
padding: 0;
}
.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-pricing-inner .wdt-pricing-table-pricing-original
{
font-size: 18px;
font-weight: 400;
line-height: 1;
display: inline-flex;
-ms-flex-item-align: center;
flex-wrap: wrap;
margin-right: 15px;
text-decoration: line-through;
}
.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-pricing-inner .wdt-pricing-table-pricing-sale
{
line-height: 1;
display: inline-table;
}
.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-pricing-inner .wdt-pricing-table-pricing-sale > span
{
display: table-cell;
}
.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-pricing-inner .wdt-pricing-table-pricing-suffix.below
{
display: block;
width: 100%;
padding-top: 5px;
}
.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-pricing-inner div[class*='-table-pricing-sale'] .wdt-pricing-table-pricing-sale-fraction
{
padding-left: 5px;
}
.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-pricing-inner div[class*='-table-pricing-sale'] .wdt-pricing-table-pricing-prefix
{
padding-right: 5px;
}
.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-pricing-inner div[class*='-table-pricing-sale'] .wdt-pricing-table-pricing-suffix
{
padding-left: 5px;
}
.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-pricing-inner div[class*='-table-pricing-sale'] .wdt-pricing-table-pricing-prefix:last-child,
.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-pricing-inner div[class*='-table-pricing-sale'] .wdt-pricing-table-pricing-sale-price + .wdt-pricing-table-pricing-prefix,
.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-pricing-inner div[class*='-table-pricing-sale'] .wdt-pricing-table-pricing-sale-fraction + .wdt-pricing-table-pricing-prefix
{
padding-right: 0;
padding-left: 5px;
}
.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-pricing-inner div[class*='-table-pricing-sale'] .wdt-pricing-table-pricing-prefix,
.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-pricing-inner div[class*='-table-pricing-sale'] .wdt-pricing-table-pricing-sale-fraction
{
line-height: 1;
} .wdt-pricing-table-holder[class*='-template-list'] div[class*='-table-features'] .wdt-pricing-table-features-list
{
display: inline-flex;
align-content: center;
align-items: center;
flex-wrap: wrap;
justify-content: flex-start;
gap: 20px;
}
.wdt-pricing-table-holder[class*='-template-list'] div[class*='-table-features'] .wdt-pricing-table-features-list li
{
display: inline-flex;
flex-wrap: wrap;
min-width: 30%;
}
.wdt-pricing-table-holder[class*='-template-list'] div[class*='-table-features'] .wdt-pricing-table-features-list li .wdt-pricing-table-features-list-inner
{
display: inline-flex;
align-items: center;
flex-wrap: wrap;
}
.wdt-pricing-table-holder[class*='-template-list'] div[class*='-table-features'] .wdt-pricing-table-features-list li .wdt-pricing-table-features-list-icon
{
font-size: 10px;
line-height: 25px;
width: 25px;
height: 25px;
text-align: center;
color: #ffffff;
border: 1px solid rgba(110,193,228,.1);
}
.wdt-pricing-table-holder[class*='-template-list'] div[class*='-table-features'] .wdt-pricing-table-features-list li.wdt-pricing-table-feature-included .wdt-pricing-table-features-list-icon
{
background: #b4d856;
}
.wdt-pricing-table-holder[class*='-template-list'] div[class*='-table-features'] .wdt-pricing-table-features-list li.wdt-pricing-table-feature-excluded .wdt-pricing-table-features-list-icon
{
background: #d85656;
} .wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-header div[class*='-table-badge']:not(.type4)
{
width: auto;
}
.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-header div[class*='-table-badge'].type1
{
top: 25px;
}
.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-header div[class*='-table-badge'].left
{
right: auto;
left: 25px;
}
.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-header div[class*='-table-badge'].right
{
right: 25px;
left: auto;
}
.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-header div[class*='-table-badge'].type2.left
{
right: auto;
left: -15px;
}
.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-header div[class*='-table-badge'].type2.right
{
right: -15px;
left: auto;
}
.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-header div[class*='-table-badge'].type4
{
width: 100px;
height: 100px;
}
.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-header div[class*='-table-badge'].type4.left
{
right: auto;
left: 0;
}
.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-header div[class*='-table-badge'].type4.right
{
right: 0;
left: auto;
} .wdt-cus-pricing-table-column .elementor-element-populated{
margin: 0 20px 0 20px;
}
.wdt-cus-pricing-table-column.center .elementor-element-populated{
margin: -90px 20px 0 20px;
}
.wdt-cus-pricing-table.elementor-element .wdt-pricing-table-holder{
padding:90px 64px 76px 64px;
}
.wdt-cus-pricing-table.elementor-element{
transition: all 0.5s linear;
}
.elementor-element.wdt-cus-pricing-table:before{content: "";position: absolute;top: 0;left: 0;bottom: 0;right: 0;margin: auto;width: auto;height: auto;background-color: rgb(251, 246, 232);border: 1px solid var(--wdtPrimaryColor);pointer-events: none;transition: all 0.5s linear;}
.elementor-element.wdt-cus-pricing-table.active:before, .elementor-element.wdt-cus-pricing-table:hover:before{background-color: var(--wdtPrimaryColor);transition: all 0.5s linear;}
.elementor-element.wdt-cus-pricing-table:after{content: "";position: absolute;top: 0;left: 0;bottom: 0;right: 0;margin: auto;width: auto;height: auto;background-color: var(--wdtPrimaryColor);-webkit-mask-image: url(https://herittage.wpengine.com/wp-content/uploads/2023/05/pricing-mask.png);mask-image:url(https://herittage.wpengine.com/wp-content/uploads/2023/05/pricing-mask.png);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-position:center;-webkit-mask-position:center;mask-size:92% 95%;-webkit-mask-size:92% 95%;pointer-events: none;transition: all 0.5s linear;}
.elementor-element.wdt-cus-pricing-table.active:after, .elementor-element.wdt-cus-pricing-table:hover:after{background-color: var(--wdtBodyBGColor);transition: all 0.5s linear;} .wdt-cus-pricing-table .wdt-pricing-table-holder:before{content:"";position: absolute;top: 0;left: 0;width: 50%;height: 50%;background-color: rgb(152, 124, 74);-webkit-mask-image: url(https://herittage.wpengine.com/wp-content/uploads/2023/05/bg-mask.png);mask-image: url(https://herittage.wpengine.com/wp-content/uploads/2023/05/bg-mask.png);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position: bottom right;opacity: 0;}
.wdt-cus-pricing-table .wdt-pricing-table-holder:after{content:"";position: absolute;bottom: 0;right: 0;width: 100%;height: 60%;background-color: rgb(152, 124, 74);-webkit-mask-image: url(https://herittage.wpengine.com/wp-content/uploads/2023/05/bg-mask.png);mask-image: url(https://herittage.wpengine.com/wp-content/uploads/2023/05/bg-mask.png);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position: top center;z-index: -1;opacity: 0;}
.wdt-cus-pricing-table:hover .wdt-pricing-table-holder:after, .wdt-cus-pricing-table:hover .wdt-pricing-table-holder:before, .wdt-cus-pricing-table.active .wdt-pricing-table-holder:after, .wdt-cus-pricing-table.active .wdt-pricing-table-holder:before{opacity: 1;transition: 0.5s linear 0.5s;}
.wdt-cus-pricing-table.active .wdt-pricing-table-holder:before, .wdt-cus-pricing-table.active .wdt-pricing-table-holder:after{background-color: rgb(152, 124, 74);} .wdt-cus-pricing-table .wdt-pricing-table-holder .wdt-pricing-table-pricing .wdt-pricing-table-pricing-sale{font-family: var(--wdtFontTypo_Alt);font-size: var(--wdtFontSize_Alt);}
.wdt-cus-pricing-table.active .wdt-pricing-table-holder .wdt-pricing-table-pricing, .wdt-cus-pricing-table.active .wdt-pricing-table-holder .wdt-pricing-table-pricing .wdt-pricing-table-pricing-suffix.below,.wdt-cus-pricing-table:hover .wdt-pricing-table-holder .wdt-pricing-table-pricing,.wdt-cus-pricing-table:hover .wdt-pricing-table-holder .wdt-pricing-table-pricing .wdt-pricing-table-pricing-suffix.below{color: var(--wdtBodyBGColor);}
.wdt-cus-pricing-table .wdt-pricing-table-holder .wdt-pricing-table-pricing{color: var(--wdtPrimaryColor);padding-bottom: 50px;}
.wdt-cus-pricing-table .wdt-pricing-table-holder .wdt-pricing-table-pricing .wdt-pricing-table-pricing-suffix.below{font-size: var(--wdtFontSize_Ext);font-weight: var(--wdtFontWeight_Ext);color: var(--wdtSecondaryColor);letter-spacing: 4.2px;text-transform: uppercase;transition: all 0.5s linear;} .wdt-cus-pricing-table .wdt-pricing-table-holder .wdt-pricing-table-features{padding: 20px 0 50px 0;}
.wdt-cus-pricing-table .wdt-pricing-table-holder .wdt-pricing-table-features .wdt-pricing-table-features-list li{font-size: calc(var(--wdtFontSize_H6) + 2px );font-weight: var(--wdtFontWeight_H6);line-height: 28px;}
.wdt-cus-pricing-table:hover .wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list li .wdt-pricing-table-features-list-text{color:rgb(212, 204, 180);}
.wdt-cus-pricing-table .wdt-pricing-table-holder .wdt-pricing-table-features .wdt-pricing-table-features-list li.wdt-pricing-table-feature-excluded{color: var(--wdtPrimaryColor);text-decoration: line-through;}
.wdt-cus-pricing-table.active .wdt-pricing-table-holder .wdt-pricing-table-features .wdt-pricing-table-features-list li.wdt-pricing-table-feature-excluded, .wdt-cus-pricing-table:hover  .wdt-pricing-table-holder .wdt-pricing-table-features .wdt-pricing-table-features-list li.wdt-pricing-table-feature-excluded{color: rgb(212, 204, 180);} .wdt-cus-pricing-table.active .wdt-pricing-table-holder .wdt-pricing-table-pricing:after, .wdt-cus-pricing-table:hover .wdt-pricing-table-holder .wdt-pricing-table-pricing:after{background-color: var(--wdtBodyBGColor);}
.wdt-cus-pricing-table .wdt-pricing-table-holder .wdt-pricing-table-pricing:after{content: "";position: absolute;bottom: 0;left: 0;right: 0;width: 100%;height: 14px;
background-color: var(--wdtPrimaryColor);-webkit-mask-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 392.9 13' style='enable-background:new 0 0 392.9 13;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st1%7Bfill:cuttentColor;%7D%0A%3C/style%3E%3Cg transform='translate(0 0)' class='st0'%3E%3Cpath class='st1' d='M382.4,1.1c-0.8-2.3-1.7-0.1-1.7-0.1s-1.2,3.3-2.4,4.1c0,1,0,2,0,3c1.2,0.7,2.4,4,2.4,4 s0.9,2.2,1.7-0.1c0.5-1.3,8.1-4.4,10.5-5.3V6.3C390.5,5.5,382.9,2.4,382.4,1.1'/%3E%3Crect x='12.1' y='5' class='st1' width='372.7' height='3'/%3E%3Cpath class='st1' d='M12.2,0.9c0,0-0.9-2.2-1.7,0.1C10,2.4,2.4,5.4,0,6.3v0.4c2.4,0.9,10,3.9,10.5,5.3 c0.8,2.3,1.7,0.1,1.7,0.1s1.2-3.3,2.4-4.1c0-1,0-2,0-3C13.4,4.2,12.2,0.9,12.2,0.9'/%3E%3Crect x='8.1' y='5' class='st1' width='372.7' height='3'/%3E%3C/g%3E%3C/svg%3E%0A");
mask-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 392.9 13' style='enable-background:new 0 0 392.9 13;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st1%7Bfill:cuttentColor;%7D%0A%3C/style%3E%3Cg transform='translate(0 0)' class='st0'%3E%3Cpath class='st1' d='M382.4,1.1c-0.8-2.3-1.7-0.1-1.7-0.1s-1.2,3.3-2.4,4.1c0,1,0,2,0,3c1.2,0.7,2.4,4,2.4,4 s0.9,2.2,1.7-0.1c0.5-1.3,8.1-4.4,10.5-5.3V6.3C390.5,5.5,382.9,2.4,382.4,1.1'/%3E%3Crect x='12.1' y='5' class='st1' width='372.7' height='3'/%3E%3Cpath class='st1' d='M12.2,0.9c0,0-0.9-2.2-1.7,0.1C10,2.4,2.4,5.4,0,6.3v0.4c2.4,0.9,10,3.9,10.5,5.3 c0.8,2.3,1.7,0.1,1.7,0.1s1.2-3.3,2.4-4.1c0-1,0-2,0-3C13.4,4.2,12.2,0.9,12.2,0.9'/%3E%3Crect x='8.1' y='5' class='st1' width='372.7' height='3'/%3E%3C/g%3E%3C/svg%3E%0A");mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-position:center;-webkit-mask-position:center;transition: all 0.5s linear;
} .wdt-cus-pricing-table.active  .wdt-pricing-table-holder .wdt-pricing-table-footer .wdt-content-button a , .wdt-cus-pricing-table:hover  .wdt-pricing-table-holder .wdt-pricing-table-footer .wdt-content-button a{background-color: var(--wdtBodyBGColor);color: var(--wdtPrimaryColor);}
.wdt-cus-pricing-table.active  .wdt-pricing-table-holder .wdt-pricing-table-footer .wdt-content-button a:hover, .wdt-cus-pricing-table  .wdt-pricing-table-holder .wdt-pricing-table-footer .wdt-content-button a:hover{background-color: var(--wdtSecondaryColor);color: var(--wdtTertiaryColor);}
.wdt-cus-pricing-table.active  .wdt-pricing-table-holder .wdt-pricing-table-footer .wdt-content-button a:before, .wdt-cus-pricing-table:hover  .wdt-pricing-table-holder .wdt-pricing-table-footer .wdt-content-button a:before{border-color: var(--wdtPrimaryColor);}
.wdt-cus-pricing-table.active  .wdt-pricing-table-holder .wdt-pricing-table-footer .wdt-content-button:hover a:before, .wdt-cus-pricing-table  .wdt-pricing-table-holder .wdt-pricing-table-footer .wdt-content-button:hover a:before{border-color: var(--wdtTertiaryColor);}
.wdt-cus-pricing-table .wdt-pricing-table-holder .wdt-pricing-table-footer .wdt-content-button a:before{content: "";position: absolute;margin: auto;top: 0;left: 0;right: 0;bottom: 0;width: 97.5%;height: 82%;border: 1px solid var(--wdtTertiaryColor);z-index: 1} @media only screen and (max-width:1540px)
{
.wdt-cus-pricing-table.elementor-element .wdt-pricing-table-holder{padding:80px 50px 70px 50px;}
.wdt-cus-pricing-table-column .elementor-element-populated{margin: 0 10px 0 10px;}
.wdt-cus-pricing-table-column.center .elementor-element-populated{margin: -90px 10px 0 10px;}
.wdt-cus-pricing-table .wdt-pricing-table-holder .wdt-pricing-table-features .wdt-pricing-table-features-list li{font-size: var(--wdtFontSize_H6);line-height: 22px;}
}
@media only screen and (max-width:1280px)
{
.wdt-cus-pricing-table.elementor-element .wdt-pricing-table-holder{padding:70px 40px 60px 40px;}
.wdt-cus-pricing-table .wdt-pricing-table-holder .wdt-pricing-table-features .wdt-pricing-table-features-list li{font-size: var(--wdtFontSize_Base);line-height: 18px;}
}
@media only screen and (max-width:1024px)
{
.wdt-cus-pricing-table.elementor-element .wdt-pricing-table-holder{padding:70px 60px 60px 60px;} 
}
@media only screen and (min-width: 768px) and (max-width: 1024px)
{
.wdt-pricing-table-holder[class*='-template-list']{justify-content: space-between;}
.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-header{flex: 0 1 100%;border-width: 0 0 1px 0;border-style: solid;}
.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-footer{flex: 0 1 50%;}
.wdt-pricing-table-holder[class*='-template-list'] div[class*='-table-features'] .wdt-pricing-table-features-list li{min-width: 100%;}
}
@media only screen and (max-width: 767px)
{
.wdt-pricing-table-holder[class*='-template-list']{justify-content: space-between;}
.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-header{flex: 0 1 100%;border-width: 0 0 1px 0;border-style: solid;}
.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-features{flex: 0 1 100%;}
.wdt-pricing-table-holder[class*='-template-list'] .wdt-pricing-table-footer{flex: 0 1 100%;}
.wdt-pricing-table-holder[class*='-template-list'] div[class*='-table-features'] .wdt-pricing-table-features-list li{min-width: 100%;}
}
@media only screen and (max-width:480px)
{
.wdt-cus-pricing-table.elementor-element .wdt-pricing-table-holder{padding:60px 40px 50px 40px;}
.wdt-cus-pricing-table .wdt-pricing-table-holder .wdt-pricing-table-features{padding: 0px 0 10px 0;}
.wdt-cus-pricing-table .wdt-pricing-table-holder .wdt-pricing-table-features .wdt-pricing-table-features-list li{font-size: var(--wdtFontSize_Ext);}
}