@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}.wdt-tabs-container .wdt-tabs-list,
.wdt-tabs-container .wdt-tabs-list li,
.wdt-tabs-container .wdt-tabs-list li .ui-tabs-anchor,
.wdt-tabs-container[class*='-template-classic'] .wdt-tabs-list li .ui-tabs-anchor:before,
.wdt-tabs-container[class*='-template-minimal'] .wdt-tabs-list li .ui-tabs-anchor:before,
.wdt-tabs-container[class*='-template-hunch-back-icon'] .wdt-tabs-list-wrapper .wdt-hunch-back-icon-border,
.wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper .wdt-tabs-list li,
.wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper .wdt-tabs-list li a,
.wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper .wdt-tabs-list:before,
.wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper .wdt-tabs-list:after
{
-webkit-transition: var(--wdt-elementor-base-transition);
transition: var(--wdt-elementor-base-transition);
}
.wdt-tabs-container[class*='-layout-horizontal'] .wdt-tabs-list
{
position: relative;
z-index: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
align-items: center;
-ms-flex-align: center;
flex-flow: row wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
margin: 0;
padding: 0;
list-style-type: none;
}
.wdt-tabs-container .wdt-tabs-list li
{
position: relative;
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
align-items: center;
-ms-flex-align: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
cursor: pointer;
}
.wdt-tabs-container .wdt-tabs-list li:not(:last-child)
{
margin: 0 10px 0 0;
}
.wdt-tabs-container .wdt-tabs-list li .ui-tabs-anchor
{
font-size: 1em;
font-weight: 400;
position: relative;
display: inline-flex;
align-items: center;
flex-wrap: wrap;
justify-content: center;
width: 100%;
padding: 1.5em;
letter-spacing: .8px;
text-transform: uppercase;
}
.wdt-tabs-container[class*='-icon-style-block'] .wdt-tabs-list li .ui-tabs-anchor .wdt-content-title
{
-webkit-box-flex: 1;
-ms-flex: 1 1 100%;
flex: 1 1 100%;
}
.wdt-tabs-container .wdt-tabs-list li .ui-tabs-anchor .wdt-content-icon-wrapper,
.wdt-tabs-container .wdt-tabs-list li .ui-tabs-anchor .wdt-content-icon,
.wdt-tabs-container .wdt-tabs-list li .ui-tabs-anchor .wdt-content-title
{
line-height: 1;
}
.wdt-tabs-container[class*='-icon-style-inline'] .wdt-tabs-list li .ui-tabs-anchor .wdt-content-icon
{
margin: 0 10px 0 0;
}
.wdt-tabs-container[class*='-icon-style-block'] .wdt-tabs-list li .ui-tabs-anchor .wdt-content-icon
{
margin: 0 0 10px;
}
.wdt-tabs-container[class*='-position-after-title'] li .ui-tabs-anchor
{
flex-direction: row-reverse;
}
.wdt-tabs-container[class*='-position-after-title'][class*='-icon-style-inline'] .wdt-tabs-list li .ui-tabs-anchor .wdt-content-icon
{
margin: 0 0 0 10px;
}
.wdt-tabs-container .wdt-tabs-content-wrapper
{
padding: 2em;
}
.wdt-tabs-container .wdt-tabs-content-wrapper,
.wdt-tabs-container .wdt-tabs-content { width: 100%; }
.wdt-tabs-container[class*='-layout-vertical'],
.wdt-tabs-container[class*='-layout-vertical'] > .wdt-tabs-list-wrapper
{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: stretch;
align-items: stretch;
-ms-flex-align: stretch;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
}
.wdt-tabs-container[class*='-layout-vertical'] > .wdt-tabs-list-wrapper > .wdt-tabs-list
{
-webkit-box-align: stretch;
align-items: stretch;
-ms-flex-align: stretch;
-ms-flex-flow: column wrap;
flex-flow: column nowrap;
-webkit-box-orient: vertical;
-webkit-box-direction: normal; 
min-width: 250px;
margin: 0;
padding: 0;
}
.wdt-tabs-container[class*='-layout-vertical'] .wdt-tabs-list li:not(:last-child)
{
margin: 0 0 10px 0;
}
.wdt-tabs-container[class*='-layout-vertical'] .wdt-tabs-list li .ui-tabs-anchor
{
flex-wrap: nowrap;
justify-content: flex-start;
}
.wdt-tabs-container[class*='-layout-vertical'][class*='-icon-style-block'] .wdt-tabs-list li .ui-tabs-anchor
{
flex-wrap: wrap;
}
.wdt-tabs-container[class*='-layout-vertical'][class*='-position-after-title'] li .ui-tabs-anchor
{
justify-content: flex-end;
}
.wdt-tabs-container[class*='-layout-vertical'] .wdt-tabs-list li .ui-tabs-anchor .wdt-content-title
{
overflow-wrap: anywhere;
} .wdt-tabs-container[class*='-template-bordered'] .wdt-tabs-list li .ui-tabs-anchor:before,
.wdt-tabs-container[class*='-template-bordered'] .wdt-tabs-list li .ui-tabs-anchor:after
{
position: absolute;
margin: auto;
content: '';
}
.wdt-tabs-container[class*='-layout-horizontal'][class*='-template-bordered'] .wdt-tabs-list li .ui-tabs-anchor:after
{
-webkit-transition: width .8s cubic-bezier(.22, .61, .36, 1);
-moz-transition: width .8s cubic-bezier(.22, .61, .36, 1);
transition: width .8s cubic-bezier(.22, .61, .36, 1);
}
.wdt-tabs-container[class*='-layout-horizontal'][class*='-template-bordered'] .wdt-tabs-list li.ui-state-active .ui-tabs-anchor:before,
.wdt-tabs-container[class*='-layout-horizontal'][class*='-template-bordered'] .wdt-tabs-list li.ui-state-hover .ui-tabs-anchor:before
{
-webkit-transition: width .5s cubic-bezier(.22, .61, .36, 1);
-moz-transition: width .5s cubic-bezier(.22, .61, .36, 1);
transition: width .5s cubic-bezier(.22, .61, .36, 1);
}
.wdt-tabs-container[class*='-layout-vertical'][class*='-template-bordered'] .wdt-tabs-list li .ui-tabs-anchor:after
{
-webkit-transition: height .8s cubic-bezier(.22, .61, .36, 1);
-moz-transition: height .8s cubic-bezier(.22, .61, .36, 1);
transition: height .8s cubic-bezier(.22, .61, .36, 1);
}
.wdt-tabs-container[class*='-layout-vertical'][class*='-template-bordered'] .wdt-tabs-list li.ui-state-active .ui-tabs-anchor:before,
.wdt-tabs-container[class*='-layout-vertical'][class*='-template-bordered'] .wdt-tabs-list li.ui-state-hover .ui-tabs-anchor:before
{
-webkit-transition: height .5s cubic-bezier(.22, .61, .36, 1);
-moz-transition: height .5s cubic-bezier(.22, .61, .36, 1);
transition: height .5s cubic-bezier(.22, .61, .36, 1);
}
.wdt-tabs-container[class*='-layout-horizontal'] .wdt-tabs-list li .ui-tabs-anchor
{
text-align: center;
}
.wdt-tabs-container[class*='-layout-vertical'] .wdt-tabs-list li .ui-tabs-anchor
{
text-align: left;
}
.wdt-tabs-container[class*='-layout-horizontal'][class*='-template-bordered'] .wdt-tabs-list
{
border-width: 0 0 2px;
border-style: solid;
}
.wdt-tabs-container[class*='-layout-vertical'][class*='-template-bordered'] .wdt-tabs-list
{
border-width: 0 2px 0 0;
border-style: solid;
}
.wdt-tabs-container[class*='-layout-horizontal'][class*='-template-bordered'] .wdt-tabs-list li:not(:last-child)
{
margin: 0 25px 0 0;
}
.wdt-tabs-container[class*='-layout-vertical'][class*='-template-bordered'] .wdt-tabs-list li:not(:last-child)
{
margin: 0 0 25px 0;
}
.wdt-tabs-container[class*='-layout-horizontal'][class*='-template-bordered'] .wdt-tabs-list li .ui-tabs-anchor
{
padding: 0 1.5em 1em 1.5em;
}
.wdt-tabs-container[class*='-layout-vertical'][class*='-template-bordered'] .wdt-tabs-list li .ui-tabs-anchor
{
padding: 1em 1.5em 1em 0;
}
.wdt-tabs-container[class*='-layout-horizontal'][class*='-template-bordered'] .wdt-tabs-list li .ui-tabs-anchor:before,
.wdt-tabs-container[class*='-layout-horizontal'][class*='-template-bordered'] .wdt-tabs-list li .ui-tabs-anchor:after
{
bottom: -2px;
width: 0;
height: 2px;
}
.wdt-tabs-container[class*='-layout-vertical'][class*='-template-bordered'] .wdt-tabs-list li .ui-tabs-anchor:before,
.wdt-tabs-container[class*='-layout-vertical'][class*='-template-bordered'] .wdt-tabs-list li .ui-tabs-anchor:after
{
right: -2px;
width: 2px;
height: 0;
}
.wdt-tabs-container[class*='-layout-horizontal'][class*='-template-bordered'] .wdt-tabs-list li .ui-tabs-anchor:before
{
left: 0;
}
.wdt-tabs-container[class*='-layout-vertical'][class*='-template-bordered'] .wdt-tabs-list li .ui-tabs-anchor:before
{
top: 0;
}
.wdt-tabs-container[class*='-layout-horizontal'][class*='-template-bordered'] .wdt-tabs-list li.ui-state-active .ui-tabs-anchor:before,
.wdt-tabs-container[class*='-layout-horizontal'][class*='-template-bordered'] .wdt-tabs-list li.ui-state-hover .ui-tabs-anchor:before
{
width: 100%;
}
.wdt-tabs-container[class*='-layout-vertical'][class*='-template-bordered'] .wdt-tabs-list li.ui-state-active .ui-tabs-anchor:before,
.wdt-tabs-container[class*='-layout-vertical'][class*='-template-bordered'] .wdt-tabs-list li.ui-state-hover .ui-tabs-anchor:before
{
height: 100%;
}
.wdt-tabs-container[class*='-layout-horizontal'][class*='-template-bordered'] .wdt-tabs-list li .ui-tabs-anchor:after
{
right: 0;
}
.wdt-tabs-container[class*='-layout-vertical'][class*='-template-bordered'] .wdt-tabs-list li .ui-tabs-anchor:after
{
bottom: 0;
}
.wdt-tabs-container[class*='-layout-horizontal'][class*='-template-bordered'] .wdt-tabs-list li.ui-state-active .ui-tabs-anchor:after,
.wdt-tabs-container[class*='-layout-horizontal'][class*='-template-bordered'] .wdt-tabs-list li.ui-state-hover .ui-tabs-anchor:after
{
width: 100%;
}
.wdt-tabs-container[class*='-layout-vertical'][class*='-template-bordered'] .wdt-tabs-list li.ui-state-active .ui-tabs-anchor:after,
.wdt-tabs-container[class*='-layout-vertical'][class*='-template-bordered'] .wdt-tabs-list li.ui-state-hover .ui-tabs-anchor:after
{
height: 100%;
}
.wdt-tabs-container[class*='-layout-horizontal'][class*='-template-bordered'] .wdt-tabs-content-wrapper
{
padding: 2em 0;
}
.wdt-tabs-container[class*='-layout-vertical'][class*='-template-bordered'] .wdt-tabs-content-wrapper
{
padding: 0 2em;
} .wdt-tabs-container[class*='-template-modern'] > .wdt-tabs-list-wrapper { position: relative; }
.wdt-tabs-container[class*='-template-modern'] > .wdt-tabs-list-wrapper > .wdt-tabs-list
{
justify-content: center;
padding: 5px;
}
.wdt-tabs-container[class*='-template-modern'] > .wdt-tabs-list-wrapper > .wdt-tabs-list:before
{
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
content: '';
opacity: .1;
}
.wdt-tabs-container[class*='-layout-horizontal'][class*='-template-modern'] > .wdt-tabs-list li:not(:last-child)
{
margin: 0 5px 0 0;
}
.wdt-tabs-container[class*='-layout-vertical'][class*='-template-modern'] > .wdt-tabs-list li:not(:last-child)
{
margin: 0 0 5px 0;
}
.wdt-tabs-container[class*='-layout-horizontal'][class*='-template-modern'] > .wdt-tabs-list li .ui-tabs-anchor
{
padding: 1em 3em;
}
.wdt-tabs-container[class*='-layout-vertical'][class*='-template-modern'] > .wdt-tabs-list li .ui-tabs-anchor
{
padding: 1.5em;
}
.wdt-tabs-container[class*='-layout-horizontal'][class*='-template-modern'] > .wdt-tabs-content-wrapper
{
padding: 2em 0;
}
.wdt-tabs-container[class*='-layout-vertical'][class*='-template-modern'] > .wdt-tabs-content-wrapper
{
padding: 0 2em;
}
.wdt-tabs-container[class*='-template-modern'] > .wdt-tabs-content-wrapper
{
background-color: transparent;
} .wdt-tabs-container[class*='-layout-horizontal'][class*='-template-classic'] .wdt-tabs-list
{
border-bottom-width: 1px;
border-bottom-style: solid;
}
.wdt-tabs-container[class*='-layout-vertical'][class*='-template-classic'] .wdt-tabs-list
{
border-right-width: 1px;
border-right-style: solid;
}
.wdt-tabs-container[class*='-layout-horizontal'][class*='-template-classic'] .wdt-tabs-list li,
.wdt-tabs-container[class*='-layout-vertical'][class*='-template-classic'] .wdt-tabs-list li
{
margin: 0;
}
.wdt-tabs-container[class*='-layout-horizontal'][class*='-template-classic'] .wdt-tabs-list li .ui-tabs-anchor
{
margin: 0 0 -1px 0;
border: 1px solid;
}
.wdt-tabs-container[class*='-layout-vertical'][class*='-template-classic'] .wdt-tabs-list li .ui-tabs-anchor
{
margin: 0 -2px 0 0;
border: 1px solid;
}
.wdt-tabs-container[class*='-layout-horizontal'][class*='-template-classic'] .wdt-tabs-list li:not(:last-child) .ui-tabs-anchor
{
border-right-width: 0;
}
.wdt-tabs-container[class*='-layout-vertical'][class*='-template-classic'] .wdt-tabs-list li:not(:last-child) .ui-tabs-anchor
{
border-bottom-width: 0;
}
.wdt-tabs-container[class*='-layout-horizontal'][class*='-template-classic'] .wdt-tabs-content-wrapper
{
border-width: 0 1px 1px;
border-style: solid;
}
.wdt-tabs-container[class*='-layout-vertical'][class*='-template-classic'] .wdt-tabs-content-wrapper
{
border-width: 1px 1px 1px 0;
border-style: solid;
}
.wdt-tabs-container[class*='-layout-horizontal'][class*='-template-classic'] .wdt-tabs-list li .ui-tabs-anchor:before,
.wdt-tabs-container[class*='-layout-vertical'][class*='-template-classic'] .wdt-tabs-list li .ui-tabs-anchor:before
{
position: absolute;
top: -1px;
right: -1px;
bottom: -1px;
left: -1px;
content: '';
}
.wdt-tabs-container[class*='-layout-horizontal'][class*='-template-classic'] .wdt-tabs-list li .ui-tabs-anchor:before
{
height: 0;
}
.wdt-tabs-container[class*='-layout-vertical'][class*='-template-classic'] .wdt-tabs-list li .ui-tabs-anchor:before
{
width: 0;
}
.wdt-tabs-container[class*='-layout-horizontal'][class*='-template-classic'] .wdt-tabs-list li.ui-state-active .ui-tabs-anchor:before
{
height: 5px;
}
.wdt-tabs-container[class*='-layout-vertical'][class*='-template-classic'] .wdt-tabs-list li.ui-state-active .ui-tabs-anchor:before
{
width: 5px;
} .wdt-tabs-container[class*='-template-minimal'] .wdt-tabs-list
{
justify-content: center;
padding: 0;
}
.wdt-tabs-container[class*='-template-minimal'] .wdt-tabs-list:before
{
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
content: '';
opacity: .1;
}
.wdt-tabs-container[class*='-template-minimal'] .wdt-tabs-list li:not(:last-child)
{
margin: 0;
}
.wdt-tabs-container[class*='-template-minimal'] .wdt-tabs-list li:not(:last-child):before
{
position: absolute;
z-index: -1;
margin: auto;
content: '';
}
.wdt-tabs-container[class*='-layout-horizontal'][class*='-template-minimal'] .wdt-tabs-list li:not(:last-child):before
{
top: 0;
bottom: 0;
}
.wdt-tabs-container[class*='-layout-vertical'][class*='-template-minimal'] .wdt-tabs-list li:not(:last-child):before
{
right: 0;
left: 0;
}
.wdt-tabs-container[class*='-layout-horizontal'][class*='-template-minimal'] .wdt-tabs-list li:not(:last-child):before
{
right: 0;
left: auto;
}
.wdt-tabs-container[class*='-layout-vertical'][class*='-template-minimal'] .wdt-tabs-list li:not(:last-child):before
{
top: auto;
bottom: 0;
}
.wdt-tabs-container[class*='-layout-horizontal'][class*='-template-minimal'] .wdt-tabs-list li:not(:last-child):before
{
width: 1px;
height: 60%;
}
.wdt-tabs-container[class*='-layout-vertical'][class*='-template-minimal'] .wdt-tabs-list li:not(:last-child):before
{
width: 60%;
height: 1px;
}
.wdt-tabs-container[class*='-layout-horizontal'][class*='-template-minimal'] .wdt-tabs-list li .ui-tabs-anchor
{
padding: 1em 3em;
}
.wdt-tabs-container[class*='-layout-vertical'][class*='-template-minimal'] .wdt-tabs-list li .ui-tabs-anchor
{
justify-content: center;
padding: 1.5em;
text-align: center;
}
.wdt-tabs-container[class*='-template-minimal'] .wdt-tabs-list li .ui-tabs-anchor:before
{
position: absolute;
width: 10px;
height: 10px;
margin: auto;
content: '';
-webkit-transition: none;
transition: none;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
opacity: 0;
background-color: inherit;
}
.wdt-tabs-container[class*='-template-minimal'] .wdt-tabs-list li.ui-state-active .ui-tabs-anchor:before
{
opacity: 1;
}
.wdt-tabs-container[class*='-layout-horizontal'][class*='-template-minimal'] .wdt-tabs-list li .ui-tabs-anchor:before
{
bottom: 0;
}
.wdt-tabs-container[class*='-layout-vertical'][class*='-template-minimal'] .wdt-tabs-list li .ui-tabs-anchor:before
{
right: 0;
}
.wdt-tabs-container[class*='-layout-horizontal'][class*='-template-minimal'] .wdt-tabs-list li.ui-state-active .ui-tabs-anchor:before
{
bottom: -5px;
}
.wdt-tabs-container[class*='-layout-vertical'][class*='-template-minimal'] .wdt-tabs-list li.ui-state-active .ui-tabs-anchor:before
{
right: -5px;
}
.wdt-tabs-container[class*='-layout-horizontal'][class*='-template-minimal'] .wdt-tabs-content-wrapper
{
padding: 2em 0;
}
.wdt-tabs-container[class*='-layout-vertical'][class*='-template-minimal'] .wdt-tabs-content-wrapper
{
padding: 0 2em;
}
.wdt-tabs-container[class*='-template-minimal'] .wdt-tabs-content-wrapper
{
background-color: transparent;
} .wdt-tabs-container[class*='-template-hunch-back-icon'] .wdt-tabs-list
{
justify-content: space-around;
}
.wdt-tabs-container[class*='-layout-horizontal'][class*='-template-hunch-back-icon'] .wdt-tabs-list
{
padding: 0 50px;
}
.wdt-tabs-container[class*='-layout-vertical'][class*='-template-hunch-back-icon'] .wdt-tabs-list
{
min-width: 100px;
padding: 50px 0;
}
.wdt-tabs-container[class*='-template-hunch-back-icon'] .wdt-tabs-list li
{
flex: 1 1 0;
margin: 0;
cursor: initial;
}
.wdt-tabs-container[class*='-template-hunch-back-icon'] .wdt-tabs-list li .ui-tabs-anchor
{
z-index: 1;
justify-content: center;
width: 75px;
height: 75px;
padding: 0;
}
.wdt-tabs-container[class*='-layout-horizontal'][class*='-template-hunch-back-icon'] .wdt-tabs-list li.ui-state-active .ui-tabs-anchor
{
-webkit-transform: translate3d(0, -1em , 0);
transform: translate3d(0, -1em , 0);
}
.wdt-tabs-container[class*='-layout-vertical'][class*='-template-hunch-back-icon'] .wdt-tabs-list li.ui-state-active .ui-tabs-anchor
{
-webkit-transform: translate3d(-1em, 0 , 0);
transform: translate3d(-1em, 0 , 0);
}
.wdt-tabs-container[class*='-template-hunch-back-icon'] .wdt-tabs-list li .ui-tabs-anchor:before
{
position: absolute;
z-index: -1;
top: 0;
right: 0;
bottom: 0;
left: 0;
content: '';
transition: inherit;
-webkit-transform: scale(0);
transform: scale(0);
border-radius: 50%;
}
.wdt-tabs-container[class*='-template-hunch-back-icon'] .wdt-tabs-list li.ui-state-active .ui-tabs-anchor:before
{
-webkit-transform: scale(1);
transform: scale(1);
}
.wdt-tabs-container[class*='-template-hunch-back-icon'] .wdt-tabs-list li .ui-tabs-anchor .wdt-content-icon span
{
font-size: 1.5em;
}
.wdt-tabs-container[class*='-template-hunch-back-icon'] .wdt-tabs-list-wrapper .wdt-hunch-back-icon-border
{
position: absolute;
display: inline-block;
mask-position: center;
-webkit-mask-position: center;
mask-repeat: no-repeat;
-webkit-mask-repeat: no-repeat;
mask-size: contain;
-webkit-mask-size: contain;
}
.wdt-tabs-container[class*='-layout-horizontal'][class*='-template-hunch-back-icon'] .wdt-tabs-list-wrapper .wdt-hunch-back-icon-border
{
width: 200px;
height: 40px;
}
.wdt-tabs-container[class*='-layout-vertical'][class*='-template-hunch-back-icon'] .wdt-tabs-list-wrapper .wdt-hunch-back-icon-border
{
width: 30px;
height: 150px;
}
.wdt-tabs-container[class*='-layout-horizontal'][class*='-template-hunch-back-icon'] .wdt-tabs-list-wrapper .wdt-hunch-back-icon-border
{
mask-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\' x=\'0px\' y=\'0px\' viewBox=\'0 0 250 50\' style=\'enable-background:new 0 0 250 50;\' xml:space=\'preserve\'%3E%3Cstyle type=\'text/css\'%3E .bulge-h%7Bfill:%23595959;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class=\'bulge-h\' d=\'M250,50.2c-83.8,0-166.1,0-250,0c15.5-2.1,28.1-7,39.6-14.2c13.5-8.5,26.7-17.7,41-24.9 c32-16,64-14.6,94.9,2.9c12.3,6.9,23.9,14.8,35.8,22.2C222.6,43.3,234.9,48.1,250,50.2z\'/%3E%3C/g%3E%3C/svg%3E');
-webkit-mask-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\' x=\'0px\' y=\'0px\' viewBox=\'0 0 250 50\' style=\'enable-background:new 0 0 250 50;\' xml:space=\'preserve\'%3E%3Cstyle type=\'text/css\'%3E .bulge-h%7Bfill:%23595959;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class=\'bulge-h\' d=\'M250,50.2c-83.8,0-166.1,0-250,0c15.5-2.1,28.1-7,39.6-14.2c13.5-8.5,26.7-17.7,41-24.9 c32-16,64-14.6,94.9,2.9c12.3,6.9,23.9,14.8,35.8,22.2C222.6,43.3,234.9,48.1,250,50.2z\'/%3E%3C/g%3E%3C/svg%3E');
}
.wdt-tabs-container[class*='-layout-vertical'][class*='-template-hunch-back-icon'] .wdt-tabs-list-wrapper .wdt-hunch-back-icon-border
{
mask-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\' x=\'0px\' y=\'0px\' viewBox=\'0 0 50 250\' style=\'enable-background:new 0 0 50 250;\' xml:space=\'preserve\'%3E%3Cstyle type=\'text/css\'%3E .bulge-v%7Bfill:%23595959;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class=\'bulge-v\' d=\'M50.5-0.1c0.3,83.8,0.6,166.1,0.9,250c-2.2-15.5-7.2-28-14.6-39.6c-8.7-13.5-18-26.6-25.4-40.9 c-16.4-31.9-15-64,2.6-94.9c7-12.3,15-23.9,22.4-35.9C43.6,27.3,48.4,15,50.5-0.1z\'/%3E%3C/g%3E%3C/svg%3E%0A');
-webkit-mask-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\' x=\'0px\' y=\'0px\' viewBox=\'0 0 50 250\' style=\'enable-background:new 0 0 50 250;\' xml:space=\'preserve\'%3E%3Cstyle type=\'text/css\'%3E .bulge-v%7Bfill:%23595959;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class=\'bulge-v\' d=\'M50.5-0.1c0.3,83.8,0.6,166.1,0.9,250c-2.2-15.5-7.2-28-14.6-39.6c-8.7-13.5-18-26.6-25.4-40.9 c-16.4-31.9-15-64,2.6-94.9c7-12.3,15-23.9,22.4-35.9C43.6,27.3,48.4,15,50.5-0.1z\'/%3E%3C/g%3E%3C/svg%3E%0A');
}
.wdt-tabs-container[class*='-layout-horizontal'][class*='-template-hunch-back-icon'] .wdt-tabs-list-wrapper { padding-top: 40px; }
.wdt-tabs-container[class*='-layout-horizontal'][class*='-template-hunch-back-icon'] .wdt-tabs-list-wrapper .wdt-hunch-back-icon-border
{
bottom: calc(100% - 40px);
left: 0;
}
.wdt-tabs-container[class*='-layout-vertical'][class*='-template-hunch-back-icon'] .wdt-tabs-list-wrapper .wdt-hunch-back-icon-border
{
top: 0;
right: 100%;
} .wdt-tabs-container .wdt-tabs-list li .ui-tabs-anchor
{
color: var(--wdt-elementor-color-secondary);
background-color: var(--wdt-elementor-color-white);
}
.wdt-tabs-container .wdt-tabs-list li.ui-state-active .ui-tabs-anchor,
.wdt-tabs-container .wdt-tabs-list li.ui-state-hover .ui-tabs-anchor
{
color: var(--wdt-elementor-color-primary);
background-color: #f9f9f9;
}
.wdt-tabs-container .wdt-tabs-content-wrapper
{
background-color: #f9f9f9;
}
.wdt-tabs-container[class*='-template-bordered'] .wdt-tabs-list
{
border-color: #e1e1e1;
}
.wdt-tabs-container[class*='-template-bordered'] .wdt-tabs-list li .ui-tabs-anchor
{
color: var(--wdt-elementor-color-secondary);
background-color: transparent;
}
.wdt-tabs-container[class*='-template-bordered'] .wdt-tabs-list li.ui-state-active .ui-tabs-anchor,
.wdt-tabs-container[class*='-template-bordered'] .wdt-tabs-list li.ui-state-hover .ui-tabs-anchor
{
color: var(--wdt-elementor-color-primary);
background-color: transparent;
}
.wdt-tabs-container[class*='-template-bordered'] .wdt-tabs-list li .ui-tabs-anchor:before,
.wdt-tabs-container[class*='-template-bordered'] .wdt-tabs-list li .ui-tabs-anchor:after
{
background-color: var(--wdt-elementor-color-primary);
}
.wdt-tabs-container[class*='-template-bordered'] .wdt-tabs-list li.ui-state-active .ui-tabs-anchor:after,
.wdt-tabs-container[class*='-template-bordered'] .wdt-tabs-list li.ui-state-hover .ui-tabs-anchor:after
{
background: transparent;
}
.wdt-tabs-container[class*='-template-bordered'] .wdt-tabs-content-wrapper
{
background-color: transparent;
}
.wdt-tabs-container[class*='-template-modern'] > .wdt-tabs-list-wrapper > .wdt-tabs-list:before
{
background-color: var(--wdt-elementor-color-primary);
}
.wdt-tabs-container[class*='-template-modern'] > .wdt-tabs-list-wrapper > .wdt-tabs-list li.ui-state-active .ui-tabs-anchor,
.wdt-tabs-container[class*='-template-modern'] > .wdt-tabs-list-wrapper > .wdt-tabs-list li.ui-state-hover .ui-tabs-anchor
{
color: var(--wdt-elementor-color-white);
background-color: var(--wdt-elementor-color-primary);
}
.wdt-tabs-container[class*='-template-modern'] > .wdt-tabs-list-wrapper > .wdt-tabs-list li .ui-tabs-anchor
{
color: var(--wdt-elementor-color-primary);
background-color: var(--wdt-elementor-color-white);
}
.wdt-tabs-container[class*='-layout-horizontal'][class*='-template-classic'] .wdt-tabs-list,
.wdt-tabs-container[class*='-layout-horizontal'][class*='-template-classic'] .wdt-tabs-list li .ui-tabs-anchor,
.wdt-tabs-container[class*='-layout-horizontal'][class*='-template-classic'] .wdt-tabs-content-wrapper,
.wdt-tabs-container[class*='-layout-vertical'][class*='-template-classic'] .wdt-tabs-list,
.wdt-tabs-container[class*='-layout-vertical'][class*='-template-classic'] .wdt-tabs-list li .ui-tabs-anchor,
.wdt-tabs-container[class*='-layout-vertical'][class*='-template-classic'] .wdt-tabs-content-wrapper
{
border-color: #e1e1e1;
}
.wdt-tabs-container[class*='-template-classic'] .wdt-tabs-list li .ui-tabs-anchor
{
background-color: #f9f9f9;
}
.wdt-tabs-container[class*='-template-classic'] .wdt-tabs-list li.ui-state-active .ui-tabs-anchor,
.wdt-tabs-container[class*='-template-classic'] .wdt-tabs-list li.ui-state-hover .ui-tabs-anchor,
.wdt-tabs-container[class*='-template-classic'] .wdt-tabs-content-wrapper
{
background: var(--wdt-elementor-color-white);
}
.wdt-tabs-container[class*='-layout-horizontal'][class*='-template-classic'] .wdt-tabs-list li.ui-state-active .ui-tabs-anchor
{
border-bottom-color: var(--wdt-elementor-color-white);
}
.wdt-tabs-container[class*='-layout-vertical'][class*='-template-classic'] .wdt-tabs-list li.ui-state-active .ui-tabs-anchor
{
border-right-color: var(--wdt-elementor-color-white);
}
.wdt-tabs-container[class*='-template-classic'] .wdt-tabs-list li .ui-tabs-anchor:before
{
background-color: var(--wdt-elementor-color-primary);
}
.wdt-tabs-container[class*='-template-minimal'] .wdt-tabs-list:before
{
background-color: var(--wdt-elementor-color-primary);
}
.wdt-tabs-container[class*='-template-minimal'] .wdt-tabs-list li.ui-state-active .ui-tabs-anchor,
.wdt-tabs-container[class*='-template-minimal'] .wdt-tabs-list li.ui-state-hover .ui-tabs-anchor
{
color: var(--wdt-elementor-color-white);
background-color: var(--wdt-elementor-color-primary);
}
.wdt-tabs-container[class*='-layout-horizontal'][class*='-template-minimal'] .wdt-tabs-list li.ui-state-active .ui-tabs-anchor,
.wdt-tabs-container[class*='-layout-horizontal'][class*='-template-minimal'] .wdt-tabs-list li.ui-state-hover .ui-tabs-anchor
{
-webkit-box-shadow: -1px 0 0 var(--wdt-elementor-color-primary);
box-shadow: -1px 0 0 var(--wdt-elementor-color-primary);
}
.wdt-tabs-container[class*='-layout-vertical'][class*='-template-minimal'] .wdt-tabs-list li.ui-state-active .ui-tabs-anchor,
.wdt-tabs-container[class*='-layout-vertical'][class*='-template-minimal'] .wdt-tabs-list li.ui-state-hover .ui-tabs-anchor
{
-webkit-box-shadow: 0 -1px 0 var(--wdt-elementor-color-primary);
box-shadow: 0 -1px 0 var(--wdt-elementor-color-primary);
}
.wdt-tabs-container[class*='-template-minimal'] .wdt-tabs-list li .ui-tabs-anchor
{
color: var(--wdt-elementor-color-secondary);
background-color: transparent;
}
.wdt-tabs-container[class*='-template-minimal'] .wdt-tabs-list li:before,
.wdt-tabs-container[class*='-template-minimal'] .wdt-tabs-list li:first-child:after
{
background-color: #e1e1e1;
}
.wdt-tabs-container[class*='-template-hunch-back-icon'] .wdt-tabs-list li .ui-tabs-anchor
{
color: var(--wdt-elementor-color-white);
background-color: transparent;
}
.wdt-tabs-container[class*='-template-hunch-back-icon'] .wdt-tabs-list,
.wdt-tabs-container[class*='-template-hunch-back-icon'] .wdt-tabs-list-wrapper .wdt-hunch-back-icon-border
{
background-color: var(--wdt-elementor-color-secondary);
}
.wdt-tabs-container[class*='-template-hunch-back-icon'] .wdt-tabs-list li .ui-tabs-anchor:before
{
background-color: var(--wdt-elementor-color-primary);
} .wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper .wdt-tabs-list li
{
background: #f9f9f9;
}
.wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper .wdt-tabs-list li a
{
color: var(--wdt-elementor-color-secondary);
}
.wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper .wdt-tabs-list li:hover,
.wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper .wdt-tabs-list li.wdt-active
{
background: var(--wdtPrimaryColor);
}
.wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper .wdt-tabs-list li:hover a,
.wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper .wdt-tabs-list li.wdt-active a
{
color: var(--wdt-elementor-color-white);
}
.wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper .wdt-tabs-list:before,
.wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper .wdt-tabs-list:after
{
background-color: var(--wdt-elementor-color-white);
}
.wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper .wdt-tabs-list li:not(:last-child),
.wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper .wdt-tabs-list li.wdt-active
{
border-bottom-color: #e1e1e1;
}
.wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-content-wrapper
{
background-color: #f9f9f9;
} .wdt-sidebar-form-tab .wdt-tabs-container[class*='-layout-horizontal'] .wdt-tabs-list,
.wdt-sidebar-form-tab .ui-widget.ui-widget-content
{
background:transparent;
border: none;
}
.wdt-sidebar-form-tab .ui-widget.ui-widget-content,
.wdt-tabs-container .wdt-tabs-list li
{
border: none;
}
.wdt-sidebar-form-tab .ui-widget.ui-widget-content,
.wdt-sidebar-form-tab .wdt-tabs-container
{
border: 2px solid var(--wdtPrimaryColor);
border-radius: 0;
padding: 7px;
outline: 1px solid var(--wdtPrimaryColor);
outline-offset: -9px;
}
.wdt-sidebar-form-tab .wdt-tabs-container .wdt-tabs-list li:not(:last-child) {
margin: 0;
}
.wdt-sidebar-form-tab .ui-tabs .ui-tabs-nav li.ui-tabs-active{padding-bottom: 0;}
.ui-tabs .ui-tabs-nav li{top: 0;}
.wdt-sidebar-form-tab .wdt-tabs-container[class*='-icon-style-block'] .wdt-tabs-list li .ui-tabs-anchor .wdt-content-title
{
font-family: var(--wdtFontTypo_Alt);
font-weight: 400;
letter-spacing: 0.6px;
}
.wdt-sidebar-form-tab .wdt-tabs-container .wdt-tabs-list li
{
border-bottom: 1px solid var(--wdtPrimaryColor) !important;
margin: 0;
}
.wdt-tabs-container .wdt-tabs-list li .ui-tabs-anchor
{
background-color: transparent;
z-index: 1;
}
.wdt-tabs-container .wdt-tabs-list li.ui-state-active .ui-tabs-anchor, 
.wdt-tabs-container .wdt-tabs-list li.ui-state-hover .ui-tabs-anchor
{
background-color: transparent; color: var(--wdtAccentTxtColor);
}
.wdt-tabs-container .wdt-tabs-list li {
flex: 1 1 48%;
background: transparent;
}
.wdt-tabs-container .wdt-tabs-list li .ui-tabs-anchor:after
{
content: '';
position: absolute;
background-image: linear-gradient(180deg, #9B804E, #634E27);
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0;
transition: var(--wdtBaseTransition);
z-index: -1;
}
.wdt-tabs-container .wdt-tabs-list li.ui-state-active .ui-tabs-anchor:after, 
.wdt-tabs-container .wdt-tabs-list li.ui-state-hover .ui-tabs-anchor:after
{
opacity: 1;
}
.wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper .wdt-tabs-list li a .wdt-content-image-wrapper{display: none;} .wdt-cus-menu-list-tab .wdt-tabs-container.wdt-template-default{border: none;background: none;}
.wdt-cus-menu-list-tab .wdt-tabs-container.wdt-template-default .wdt-tabs-list-wrapper .wdt-tabs-list{background: none;border: none;flex-flow:unset;justify-content: center;}
.wdt-cus-menu-list-tab .wdt-tabs-container.wdt-template-default .wdt-tabs-content-wrapper{background: none;padding: 70px 0 0 0;}
.wdt-cus-menu-list-tab .wdt-tabs-container.wdt-template-default .wdt-tabs-content-wrapper .wdt-tabs-content{padding: 0;} .wdt-cus-menu-list-tab .wdt-tabs-container .wdt-tabs-list li{flex: unset;}
.wdt-cus-menu-list-tab .wdt-tabs-container .wdt-tabs-list li .ui-tabs-anchor{font-size: calc(var(--wdtFontSize_Ext) + 2px );font-family: var(--wdtFontTypo_Base);font-weight: calc(var(--wdtFontWeight_Ext) + 100 );text-transform: capitalize;padding: 16px 36px;color: var(--wdtPrimaryColor);border: 1px solid var(--wdtPrimaryColor);}
.wdt-cus-menu-list-tab .wdt-tabs-container .wdt-tabs-list li.ui-state-hover .ui-tabs-anchor, .wdt-cus-menu-list-tab .wdt-tabs-container .wdt-tabs-list li.ui-state-active .ui-tabs-anchor{color: var(--wdtBodyBGColor);}
.wdt-cus-menu-list-tab .wdt-tabs-container .wdt-tabs-list li .ui-tabs-anchor:after{background-image: none;background-color: var(--wdtPrimaryColor);width: 0%;left: 0;}
.wdt-cus-menu-list-tab .wdt-tabs-container .wdt-tabs-list li.ui-state-hover .ui-tabs-anchor:after{width: 100%;right: 0;}
.wdt-cus-menu-list-tab .wdt-tabs-container .wdt-tabs-list li.ui-state-active .ui-tabs-anchor:after{width: 100%;}
.wdt-cus-menu-list-tab .wdt-tabs-container .wdt-tabs-list li:not(:last-child){margin: 0 20px 0 0;}
.wdt-cus-menu-list-tab .wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-content-wrapper{background: none;}
.wdt-cus-menu-list-tab .wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-content-wrapper{padding: 30px 0;}
.wdt-cus-menu-list-tab .wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper .wdt-tabs-list li:hover, .wdt-cus-menu-list-tab .wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper .wdt-tabs-list li.wdt-active{background-color: var(--wdtPrimaryColor);}
.wdt-cus-menu-list-tab .wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper .wdt-tabs-list li a{text-transform: capitalize;}
.wdt-cus-menu-list-tab .wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper .wdt-tabs-list{box-shadow: unset;}
.wdt-cus-menu-list-tab .wdt-tabs-container .wdt-tabs-list li .ui-tabs-anchor .wdt-content-title {font-size: var(--wdtFontSize_Base);font-weight: 600;letter-spacing: 0;}
.wdt-cus-menu-list-tab .wdt-content-item .wdt-content-description{font-family: var(--wdtFontTypo_Base);font-size: var(--wdtFontSize_Base);}
.wdt-tabs-list li .ui-tabs-anchor .wdt-content-image-wrapper {display: none;}
.wdt-custom-rooms-tab-home2 .wdt-tabs-list li .ui-tabs-anchor .wdt-content-image-wrapper {display: inline-block;} .wdt-custom-form-tab input::placeholder{font-family: var(--wdtFontTypo_Base);}
.wdt-custom-form-tab .wdt-tabs-container{font-family: var(--wdtFontTypo_Alt);}
.wdt-custom-form-tab .wdt-tabs-container .wdt-tabs-list li:not(:last-child){margin: 0;}
.wdt-custom-form-tab .wdt-tabs-container .wdt-tabs-list li{margin: 0;flex: 1 1 25%;}
.wdt-custom-form-tab .wdt-tabs-container{border-radius: calc(var(--wdtRadius_3X) * 3);padding: 50px;background-color: var(--wdtTertiaryColor);position: relative;}
.wdt-custom-form-tab .wdt-tabs-container .wdt-tabs-content{padding: 0;background: none;}
.wdt-custom-form-tab .wdt-tabs-container .wdt-tabs-content-wrapper{padding: 90px 35px 80px;background: none;font-family: var(--wdtFontTypo_Base);}
.wdt-custom-form-tab .wdt-tabs-container .wdt-tabs-list-wrapper ul.wdt-tabs-list{background: none;border-width: 0 0 2px 0;border-color: var(--wdtPrimaryColor);border-radius: 0;}
.wdt-tabs-container[class*='-layout-horizontal'] .wdt-tabs-list li .ui-tabs-anchor{text-transform: capitalize;font-size: var(--wdtFontSize_H4);font-weight: var(--wdtFontWeight_Ext);padding: var(--wdtPadding_Btn);   letter-spacing: 3px; }
.wdt-custom-form-tab .wdt-tabs-container .ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom: 0;padding-bottom: 0;}
.wdt-custom-form-tab .wdt-tabs-container .wdt-tabs-list li.ui-tabs-active{margin-bottom: 0;padding-bottom: 0;}
.wdt-custom-form-tab .wdt-tabs-container:before{content: "";position: absolute;top: 45px;bottom: 45px;left: 45px;right: 45px;margin: auto;border-image: url(https://herittage.wpengine.com/wp-content/uploads/2023/05/border-image-k.png) 120 110;border-width: 60px;border-style: solid;filter: brightness(0.5) saturate(15);}
.wdt-custom-form-tab .wdt-tabs-container .wdt-tabs-list li .ui-tabs-anchor:after{top: 1px;bottom: 0;left: 1px;right: 1px;width: unset;height: unset;}
.wdt-custom-form-tab .wdt-tabs-container .wdt-tabs-list li.ui-state-active .ui-tabs-anchor, 
.wdt-custom-form-tab .wdt-tabs-container .wdt-tabs-list li.ui-state-hover .ui-tabs-anchor{color: var(--wdtPrimaryColor);}
.wdt-custom-form-tab .wdt-tabs-container .wdt-tabs-list li.ui-state-active .ui-tabs-anchor:after, 
.wdt-custom-form-tab .wdt-tabs-container .wdt-tabs-list li.ui-state-hover .ui-tabs-anchor:after{opacity: 0;}
.wdt-form-with-box-shadow-tab.wdt-custom-form-tab .wdt-tabs-container{border: none;filter: drop-shadow(0px 0px 30px #00000012);}  .wdt-custom-rooms-tab-home2 .wdt-tabs-list-wrapper{font-family: var(--wdtFontTypo_Base);}
.wdt-custom-rooms-tab-home2 .wdt-tabs-container[class*='-layout-horizontal'] .wdt-tabs-list{background: none;border: none;justify-content: center;}
.wdt-custom-rooms-tab-home2 .ui-widget.ui-widget-content{background: none;border: none;}
.wdt-custom-rooms-tab-home2 .wdt-tabs-container .wdt-tabs-content-wrapper{background: none;}
.wdt-custom-rooms-tab-home2 .wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-content-wrapper{background: none;padding-left: 0;padding-right: 0;}
.wdt-custom-rooms-tab-home2 .wdt-tabs-container .wdt-tabs-list li .wdt-tab-image-container{display: flex;align-items: center;flex-direction: row-reverse;}
.wdt-custom-rooms-tab-home2 .wdt-tabs-container[class*='-layout-horizontal'] .wdt-tabs-list li{flex: 0 1 33.3%;margin-right: 0;position: relative;margin-bottom: 60px;}
.wdt-custom-rooms-tab-home2 .wdt-tabs-container .wdt-tabs-list li .ui-tabs-anchor .wdt-content-title{color: var(--wdtPrimaryColor);letter-spacing: 1px;padding-right: 35px; }
.wdt-custom-rooms-tab-home2 .wdt-tabs-container .wdt-tabs-list li span img{border-radius: calc(var(--wdtRadius_3X) * 3);}
.wdt-custom-rooms-tab-home2 .wdt-tabs-container[class*='-layout-horizontal'] .wdt-tabs-list li a.ui-tabs-anchor{display: flex;flex-direction: row-reverse;flex-wrap: nowrap;padding: 0;}
.wdt-custom-rooms-tab-home2 .wdt-tabs-container .wdt-tabs-list li .ui-tabs-anchor:after{width: 0;height: 0;}
.wdt-custom-rooms-tab-home2 .wdt-tabs-container .wdt-tabs-list li.ui-state-active .ui-tabs-anchor:after, .wdt-custom-rooms-tab-home2 .wdt-tabs-container .wdt-tabs-list li.ui-state-hover .ui-tabs-anchor:after{background: none;}
.wdt-custom-rooms-tab-home2 .ui-tabs .ui-tabs-nav li.ui-tabs-active{padding-bottom: 0;}
.wdt-custom-rooms-tab-home2 .wdt-tabs-container .wdt-tabs-list li span{position: relative;height: 100%;display: inline-flex;}
.wdt-custom-rooms-tab-home2 .wdt-tabs-container .wdt-tabs-list li span:after {content: '';position: absolute;top: 2px;right: 2px;left: 2px;bottom: 2px;box-shadow: inset 0px 0px 0px 6px var(--wdtTertiaryColor);opacity: 0;border-radius: calc(var(--wdtRadius_3X) * 3);transition: var(--wdtBaseTransition);}
.wdt-custom-rooms-tab-home2 .wdt-tabs-container .wdt-tabs-list li.ui-tabs-active span:after,
.wdt-custom-rooms-tab-home2 .wdt-tabs-container .wdt-tabs-list li.ui-state-hover span:after{opacity: 1;}  @media screen and (max-width:1440px)
{
.wdt-custom-rooms-tab-home2 .wdt-tabs-container .wdt-tabs-list li span img{max-width:150px;}
.wdt-custom-rooms-tab-home2 .wdt-tabs-container .wdt-tabs-list li .ui-tabs-anchor .wdt-content-title{padding-right: 20px;}
}
@media screen and (max-width:1280px)
{
.wdt-custom-rooms-tab-home2 .wdt-tabs-container[class*='-layout-horizontal'] .wdt-tabs-list li {flex: 0 1 32%;margin-right: 30px;}
.wdt-custom-rooms-tab-home2 .wdt-tabs-container[class*='-layout-horizontal'] .wdt-tabs-list li{margin-bottom: 30px;}
.wdt-custom-rooms-tab-home2 .wdt-tabs-container .wdt-tabs-list li .ui-tabs-anchor .wdt-content-title{padding-right: 20px;}
}
@media only screen and (max-width:1024px)
{
.wdt-cus-menu-list-tab .wdt-tabs-container .wdt-tabs-list li:not(:last-child){margin: 0 20px 0 0;}
.wdt-cus-menu-list-tab .wdt-tabs-container .wdt-tabs-list li .ui-tabs-anchor{padding: 10px 30px;}
.wdt-custom-rooms-tab-home2 .wdt-tabs-container .wdt-tabs-list li .ui-tabs-anchor .wdt-content-title{padding-right: 15px;font-size: var(--wdtFontSize_H5);}
.wdt-custom-form-tab .wdt-tabs-container{padding: 60px;}
.wdt-custom-form-tab .wdt-tabs-container:before{top: 25px;bottom: 25px;left: 25px;right: 25px;}
.wdt-custom-form-tab .wdt-tabs-container .wdt-tabs-content-wrapper{padding: 60px 20px 0px;}
.wdt-custom-form-tab .wdt-tabs-container .wdt-tabs-list li{flex: 1 1 auto;}
}
@media screen and (min-width:769px)
{
.wdt-custom-rooms-tab-home2 .wdt-tabs-container .wdt-tabs-list li{opacity: .5;}
.wdt-custom-rooms-tab-home2 .wdt-tabs-container .wdt-tabs-list li.ui-state-active, .wdt-custom-rooms-tab-home2 .wdt-tabs-container .wdt-tabs-list li.ui-state-hover{opacity: 1;}
} @media only screen and (min-width:767px) and (max-width:1024px)
{
.wdt-tabs-container[class*='-layout-horizontal'][class*='-template-hunch-back-icon'] .wdt-tabs-list-wrapper .wdt-hunch-back-icon-border
{
width: 150px;
height: 30px;
}
.wdt-tabs-container[class*='-layout-vertical'][class*='-template-hunch-back-icon'] .wdt-tabs-list-wrapper .wdt-hunch-back-icon-border
{
width: 30px;
height: 150px;
}
.wdt-tabs-container[class*='-template-hunch-back-icon'] .wdt-tabs-list li .ui-tabs-anchor
{
width: 65px;
height: 65px;
}
.wdt-tabs-container[class*='-template-hunch-back-icon'] .wdt-tabs-list li .ui-tabs-anchor .wdt-content-icon span
{
font-size: 1.2em;
}
}
@media only screen and (max-width:767px)
{
.wdt-tabs-container[class*='-tabs-toggle-mode']
{
position: relative;
display: inline-flex;
align-items: center;
flex-wrap: wrap;
justify-content: center;
width: 100%;
}
.wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper
{
position: relative;
display: grid;
width: 100%;
height: 3em;
margin: 0 auto 30px;
z-index: 2;
}
.wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper .wdt-tabs-list
{
line-height: normal;
position: unset;
display: grid;
justify-content: center;
width: 100%;
border: none;
grid-template-columns: 1fr;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
padding-left: 0;
padding-right: 0;
}
.wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper .wdt-tabs-list li
{
order: 1;
width: 100%;
margin: 0;
}
.wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper .wdt-tabs-list li:not(:last-child),
.wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper .wdt-tabs-list li.wdt-active
{
border-bottom-width: 1px;
border-bottom-style: solid;
}
.wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper .wdt-tabs-list li.wdt-active
{
z-index: 1;
order: 0;
}
.wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper .wdt-tabs-list:before,
.wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper .wdt-tabs-list:after
{
position: absolute;
z-index: 2;
top: 50%;
display: inline-block;
width: 12px;
height: 1px;
content: '';
}
.wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper .wdt-tabs-list:before
{
right: 27px;
-webkit-transform: rotate(45deg) translateY(-50%);
transform: rotate(45deg) translateY(-50%);
}
.wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper .wdt-tabs-list:after
{
right: 18px;
-webkit-transform: rotate(-45deg) translateY(-50%);
transform: rotate(-45deg) translateY(-50%);
}
.wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper .wdt-tabs-list.wdt-expanded:before
{
right: 18px;
}
.wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper .wdt-tabs-list.wdt-expanded:after
{
right: 26px;
}
.wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper .wdt-tabs-list li:not(.wdt-active)
{
position: absolute;
top: 0;
}
.wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper .wdt-tabs-list.wdt-expanded li:not(.wdt-active)
{
position: relative;
top: auto;
}
.wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper .wdt-tabs-list li a
{
font-size: 1em;
font-weight: 400;
position: relative;
display: inline-flex;
align-items: center;
flex-wrap: wrap;
justify-content: center;
width: 100%;
padding: 1em;
letter-spacing: .8px;
text-transform: uppercase;
}
.wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper .wdt-tabs-list li a,
.wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper .wdt-tabs-list li a .wdt-content-icon-wrapper,
.wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper .wdt-tabs-list li a .wdt-content-icon
{
line-height: 1;
}
.wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper .wdt-tabs-list li a .wdt-content-icon
{
margin: 0 10px 0 0;
}
.wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-content-wrapper
{
width: 100%;
padding: 0;
}
.wdt-cus-menu-list-tab .wdt-tabs-container .wdt-tabs-list li:not(:last-child){margin: 0 0 0 0;}
.wdt-custom-rooms-tab-home2 .wdt-tabs-container .wdt-tabs-list li span img{max-width: 125px;margin-right: 15px;}
.wdt-custom-form-tab .wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-content-wrapper{background: none;padding: 0;}
.wdt-custom-form-tab .wdt-tabs-container{padding: 40px;}
.wdt-custom-form-tab .wdt-tabs-container:before{top: 15px;bottom: 15px;left: 15px;right: 15px;}
.wdt-custom-form-tab .wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper .wdt-tabs-list li a{font-size: var(--wdtFontSize_Base);letter-spacing: 2px;font-weight: var(--wdtFontWeight_Ext);}
.wdt-custom-form-tab .wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper .wdt-tabs-list:before{right: 26px;}
.wdt-custom-form-tab .wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper .wdt-tabs-list:after{right: 18px;}
.wdt-custom-form-tab .wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper .wdt-tabs-list:before, 
.wdt-custom-form-tab .wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper .wdt-tabs-list:after{top: 55%;}
.wdt-custom-form-tab .wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper .wdt-tabs-list li a{justify-content: start;}
.wdt-custom-form-tab .wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper{margin: 10px auto 30px;}
.wdt-tabs-container[class*="-tabs-toggle-mode"] .wdt-tabs-content-wrapper{padding: 0 15px;}
} @media screen and (max-width:480px)
{
.wdt-custom-rooms-tab-home2 .wdt-tabs-container .wdt-tabs-list li span img{width: 0;}
.wdt-custom-form-tab .wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper{width: 90%;}
}.wdt-team-holder.wdt-rc-template-cover .wdt-content-item, .wdt-team-holder.wdt-rc-template-overlay .wdt-content-item { justify-content: start; text-align: start; }
.wdt-team-holder.wdt-rc-template-cover .wdt-content-item .wdt-content-media-group,
.wdt-team-holder.wdt-rc-template-overlay .wdt-content-item .wdt-content-media-group,
.wdt-team-holder.wdt-rc-template-cover .wdt-content-item .wdt-media-image-cover,
.wdt-team-holder.wdt-rc-template-overlay .wdt-content-item .wdt-media-image-overlay,
.wdt-team-holder.wdt-rc-template-cover .wdt-content-item .wdt-media-image-cover > .wdt-media-image-cover-container,
.wdt-team-holder.wdt-rc-template-overlay .wdt-content-item .wdt-media-image-overlay > .wdt-media-image-overlay-container { justify-content: inherit; text-align: inherit; } .wdt-team-holder.wdt-rc-template-default .wdt-content-item { text-align: center; }
.wdt-team-holder.wdt-rc-template-default .wdt-content-item .wdt-content-image > span, .wdt-team-holder.wdt-rc-template-default .wdt-content-item .wdt-content-image > a { -webkit-border-radius: 1em; border-radius: 1em; }
.wdt-team-holder.wdt-rc-template-default .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper { margin-bottom: 0; }
.wdt-team-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-team-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-team-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-team-holder.wdt-rc-template-side-image .wdt-content-item { display: flex; flex-wrap: wrap; }
.wdt-team-holder.wdt-rc-template-side-image .wdt-content-item > * { padding: 10px; }
.wdt-team-holder.wdt-rc-template-side-image .wdt-content-item .wdt-content-media-group { display: inline-flex; flex: 0 1 0; margin-bottom: 0; }
.wdt-team-holder.wdt-rc-template-side-image .wdt-content-item .wdt-content-detail-group { flex: 1 1 0; width: 100%; }
.wdt-team-holder.wdt-rc-template-side-image .wdt-content-item .wdt-content-image-wrapper { place-content: center; margin-bottom: 0 !important; width: 100%; }
.wdt-team-holder.wdt-rc-template-side-image .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > a,
.wdt-team-holder.wdt-rc-template-side-image .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > span { align-self: flex-start; }
.wdt-team-holder.wdt-rc-template-side-image .wdt-content-item .wdt-content-image-wrapper,
.wdt-team-holder.wdt-rc-template-side-image .wdt-content-item .wdt-content-image-wrapper .wdt-content-image,
.wdt-team-holder.wdt-rc-template-side-image .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > a,
.wdt-team-holder.wdt-rc-template-side-image .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > span { min-width: 110px; }
.wdt-team-holder.wdt-rc-template-side-image .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > a,
.wdt-team-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-team-holder.wdt-rc-template-side-image .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > a img,
.wdt-team-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-team-holder.wdt-rc-template-side-image .wdt-content-item .wdt-content-image-wrapper + .wdt-content-icon-wrapper { position: absolute; right: 0; top: 90px; }
.wdt-team-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-team-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-team-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-team-holder.wdt-rc-template-boxed .wdt-content-item, .wdt-team-holder.wdt-rc-template-boxed .wdt-content-item .wdt-content-title h5, .wdt-team-holder.wdt-rc-template-boxed .wdt-content-item .wdt-content-title h5 > a, .wdt-team-holder.wdt-rc-template-boxed .wdt-content-item .wdt-content-subtitle, .wdt-team-holder.wdt-rc-template-boxed .wdt-content-item .wdt-social-icons-list li a, .wdt-team-holder.wdt-rc-template-boxed .wdt-content-item .wdt-rating li span, .wdt-team-holder.wdt-rc-template-boxed .wdt-content-item ul li, .wdt-team-holder.wdt-rc-template-boxed .wdt-content-item span { color: var(--wdt-elementor-color-white); }
.wdt-team-holder.wdt-rc-template-boxed .wdt-content-item:hover { background-color: var(--wdt-elementor-color-accent); }
.wdt-team-holder.wdt-rc-template-boxed .wdt-content-item:hover .wdt-content-title h5 > a:hover, .wdt-team-holder.wdt-rc-template-boxed .wdt-content-item:hover .wdt-social-icons-list li a:hover { color: var(--wdt-elementor-color-black); }
.wdt-team-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-team-holder.wdt-rc-template-boxed .wdt-content-item .wdt-content-media-group .wdt-media-image-overlay-container { justify-content: center; }
.wdt-team-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-team-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-team-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-team-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-team-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-team-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-team-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-team-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-team-holder.wdt-rc-template-classic .wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper:before, 
.wdt-team-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-team-holder.wdt-rc-template-classic .wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper,
.wdt-team-holder.wdt-rc-template-classic .wdt-content-item .wdt-media-image-cover > .wdt-media-image-cover-container { overflow: hidden; }
.wdt-team-holder.wdt-rc-template-classic .wdt-content-item .wdt-media-image-cover > .wdt-media-image-cover-container { text-align: center; justify-content: center; }
.wdt-team-holder.wdt-rc-template-classic .wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper:before { opacity: 0.25; }
.wdt-team-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-team-holder.wdt-rc-template-classic .wdt-content-item .wdt-media-image-cover-container .wdt-content-icon-wrapper .wdt-content-icon span:before,
.wdt-team-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-team-holder.wdt-rc-template-classic .wdt-content-item .wdt-media-image-cover-container .wdt-content-icon-wrapper .wdt-content-icon span:before,
.wdt-team-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-team-holder.wdt-rc-template-classic .wdt-content-item:hover .wdt-media-image-cover-container .wdt-content-icon-wrapper .wdt-content-icon span:before,
.wdt-team-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-team-holder.wdt-rc-template-classic .wdt-content-item .wdt-content-separator + .wdt-social-icons-container { margin-top: -8px; } .wdt-team-holder.wdt-rc-template-stage-over .wdt-content-item { overflow: hidden; padding: 15px; text-align: center; -webkit-box-shadow: 0 0 0 1px rgba(var(--wdt-elementor-color-secondary-rgb),0.08) inset; box-shadow: 0 0 0 1px rgba(var(--wdt-elementor-color-secondary-rgb),0.08) inset; -webkit-border-radius: 10px; border-radius: 10px; }
.wdt-team-holder.wdt-rc-template-stage-over .wdt-content-item .wdt-content-media-group { margin-top: -15px; margin-bottom: 0; position: relative; }
.wdt-team-holder.wdt-rc-template-stage-over .wdt-content-item .wdt-content-media-group, 
.wdt-team-holder.wdt-rc-template-stage-over .wdt-content-item .wdt-content-media-group .wdt-media-group { margin-left: -15px; margin-right: -15px; padding-left: inherit; padding-right: inherit; }
.wdt-team-holder.wdt-rc-template-stage-over .wdt-content-item .wdt-content-media-group .wdt-media-group { background-color: rgba(var(--wdt-elementor-color-accent-rgb),0.75); }
.wdt-team-holder.wdt-rc-template-stage-over .wdt-content-item:hover .wdt-content-media-group .wdt-media-group { background-color: var(--wdt-elementor-color-accent); }
.wdt-team-holder.wdt-rc-template-stage-over .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper { display: block; font-size: 100px; line-height: 0; margin-top: -0.5em; margin-bottom: 0.66em !important; position: relative; }
.wdt-team-holder.wdt-rc-template-stage-over .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper + div { margin-top: 10px; }
.wdt-team-holder.wdt-rc-template-stage-over .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper,
.wdt-team-holder.wdt-rc-template-stage-over .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image,
.wdt-team-holder.wdt-rc-template-stage-over .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image > a,
.wdt-team-holder.wdt-rc-template-stage-over .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image > span { min-width: 100px; }
.wdt-team-holder.wdt-rc-template-stage-over .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image > a,
.wdt-team-holder.wdt-rc-template-stage-over .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image > span { border: 3px solid var(--wdt-elementor-color-white); height: 100px; padding: 0; width: 100px; -webkit-border-radius: 50%; border-radius: 50%; -webkit-transform: translateY(50%); transform: translateY(50%); }
.wdt-team-holder.wdt-rc-template-stage-over .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image > a img,
.wdt-team-holder.wdt-rc-template-stage-over .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image > span img { height: 100%; object-fit: cover; object-position: center center; }
.wdt-team-holder.wdt-rc-template-stage-over .wdt-content-item:hover .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image > a,
.wdt-team-holder.wdt-rc-template-stage-over .wdt-content-item:hover .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image > span { border-color: transparent; -webkit-box-shadow: 0 0 0 3px rgba(var(--wdt-elementor-color-secondary-rgb),0.05); box-shadow: 0 0 0 3px rgba(var(--wdt-elementor-color-secondary-rgb),0.05); }
.wdt-team-holder.wdt-rc-template-stage-over .wdt-content-item:hover .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image > a img,
.wdt-team-holder.wdt-rc-template-stage-over .wdt-content-item:hover .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image > span img { -webkit-transform: scale(0.95); transform: scale(0.95); } .wdt-team-holder.wdt-rc-template-minimal .wdt-content-item { overflow: hidden; padding: 15px; text-align: center; -webkit-box-shadow: 0 0 0 1px rgba(var(--wdt-elementor-color-secondary-rgb),0.08) inset; box-shadow: 0 0 0 1px rgba(var(--wdt-elementor-color-secondary-rgb),0.08) inset; -webkit-border-radius: 15px; border-radius: 15px; }
.wdt-team-holder.wdt-rc-template-minimal .wdt-content-item .wdt-content-media-group { margin-left: -15px; margin-right: -15px; padding-left: inherit; padding-right: inherit; position: relative; }
.wdt-team-holder.wdt-rc-template-minimal .wdt-content-item .wdt-content-media-group .wdt-content-elements-group.wdt-media-group { background: none !important; display: block; position: relative; }
.wdt-team-holder.wdt-rc-template-minimal .wdt-content-item .wdt-content-media-group .wdt-content-elements-group.wdt-media-group:before,
.wdt-team-holder.wdt-rc-template-minimal .wdt-content-item .wdt-content-media-group .wdt-content-elements-group.wdt-media-group:after { content: ""; height: auto; padding-top: 100%; position: absolute; left: 50%; bottom: 120%; width: 100%; z-index: -1; -webkit-border-radius: 50%; border-radius: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); }
.wdt-team-holder.wdt-rc-template-minimal .wdt-content-item .wdt-content-media-group .wdt-content-elements-group.wdt-media-group:before,
.wdt-team-holder.wdt-rc-template-minimal .wdt-content-item:hover .wdt-content-media-group .wdt-content-elements-group.wdt-media-group:after { bottom: 40%; padding-top: 200%; width: 200%; }
.wdt-team-holder.wdt-rc-template-minimal .wdt-content-item:hover .wdt-content-media-group .wdt-content-elements-group.wdt-media-group:before,
.wdt-team-holder.wdt-rc-template-minimal .wdt-content-item .wdt-content-media-group .wdt-content-elements-group.wdt-media-group:after { bottom: 120%; padding-top: 100%; width: 100%; }
.wdt-team-holder.wdt-rc-template-minimal .wdt-content-item .wdt-content-media-group .wdt-content-elements-group.wdt-media-group:before { background-color: rgba(var(--wdt-elementor-color-accent-rgb),0.75); -webkit-transition: all 0.35s ease-in-out 0s; transition: all 0.35s ease-in-out 0s; }
.wdt-team-holder.wdt-rc-template-minimal .wdt-content-item .wdt-content-media-group .wdt-content-elements-group.wdt-media-group:after { background-color: rgba(var(--wdt-elementor-color-accent-rgb),0.9); -webkit-transition: all 0.35s ease-in-out 0.2s; transition: all 0.35s ease-in-out 0.2s; }
.wdt-team-holder.wdt-rc-template-minimal .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper + div { margin-top: 10px; }
.wdt-team-holder.wdt-rc-template-minimal .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper,
.wdt-team-holder.wdt-rc-template-minimal .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image,
.wdt-team-holder.wdt-rc-template-minimal .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image > a,
.wdt-team-holder.wdt-rc-template-minimal .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image > span { min-width: 100px; }
.wdt-team-holder.wdt-rc-template-minimal .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image > a,
.wdt-team-holder.wdt-rc-template-minimal .wdt-content-item .wdt-content-media-group .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-team-holder.wdt-rc-template-minimal .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image > a img,
.wdt-team-holder.wdt-rc-template-minimal .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image > span img { height: 100%; object-fit: cover; object-position: center center; }
.wdt-team-holder.wdt-rc-template-minimal .wdt-content-item:hover .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image > a,
.wdt-team-holder.wdt-rc-template-minimal .wdt-content-item:hover .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image > span { -webkit-box-shadow: 0 0 0 3px rgba(var(--wdt-elementor-color-secondary-rgb),0.05); box-shadow: 0 0 0 3px rgba(var(--wdt-elementor-color-secondary-rgb),0.05); }
.wdt-team-holder.wdt-rc-template-minimal .wdt-content-item:hover .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image > a img,
.wdt-team-holder.wdt-rc-template-minimal .wdt-content-item:hover .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image > span img { -webkit-transform: scale(0.95); transform: scale(0.95); } .wdt-team-holder.wdt-rc-template-boxed-overlap .wdt-content-item { margin-top: -20px; padding: 20px; text-align:  center; }
.wdt-team-holder.wdt-rc-template-boxed-overlap .wdt-content-item .wdt-content-media-group { margin-bottom: -25%; position: relative; z-index: 1; -webkit-border-radius: 10px; border-radius: 10px; }
.wdt-team-holder.wdt-rc-template-boxed-overlap .wdt-content-item .wdt-content-media-group .wdt-media-image-overlay { -webkit-border-radius: inherit; border-radius: inherit; }
.wdt-team-holder.wdt-rc-template-boxed-overlap .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-team-holder.wdt-rc-template-boxed-overlap .wdt-content-item:hover .wdt-content-media-group:hover .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); }
.wdt-team-holder.wdt-rc-template-boxed-overlap .wdt-content-item .wdt-content-media-group .wdt-media-image-overlay-container .wdt-content-icon-wrapper .wdt-content-icon span:before,
.wdt-team-holder.wdt-rc-template-boxed-overlap .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-team-holder.wdt-rc-template-boxed-overlap .wdt-content-item .wdt-content-media-group .wdt-media-image-overlay-container .wdt-content-icon-wrapper .wdt-content-icon span:before,
.wdt-team-holder.wdt-rc-template-boxed-overlap .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-team-holder.wdt-rc-template-boxed-overlap .wdt-content-item:hover .wdt-content-media-group:hover .wdt-media-image-overlay-container .wdt-content-icon-wrapper .wdt-content-icon span:before,
.wdt-team-holder.wdt-rc-template-boxed-overlap .wdt-content-item .wdt-content-media-group .wdt-media-image-overlay-container .wdt-content-icon-wrapper .wdt-content-icon span:after { margin: 0; }
.wdt-team-holder.wdt-rc-template-boxed-overlap .wdt-content-item .wdt-content-detail-group .wdt-content-group { background: rgba(var(--wdt-elementor-color-accent-rgb),0.85); margin: -20px; padding: 20px; -webkit-border-radius: 10px; border-radius: 10px; }
.wdt-team-holder.wdt-rc-template-boxed-overlap .wdt-content-item .wdt-content-detail-group .wdt-content-group:before { content: ""; display: block; padding-top: 25%; }
.wdt-team-holder.wdt-rc-template-boxed-overlap .wdt-content-item, .wdt-team-holder.wdt-rc-template-boxed-overlap .wdt-content-item .wdt-content-detail-group .wdt-content-title h5, .wdt-team-holder.wdt-rc-template-boxed-overlap .wdt-content-item .wdt-content-detail-group .wdt-content-title h5 > a, .wdt-team-holder.wdt-rc-template-boxed-overlap .wdt-content-item .wdt-content-detail-group .wdt-content-subtitle, .wdt-team-holder.wdt-rc-template-boxed-overlap .wdt-content-item .wdt-content-detail-group .wdt-social-icons-list li a, .wdt-team-holder.wdt-rc-template-boxed-overlap .wdt-content-item .wdt-content-detail-group .wdt-rating li span, .wdt-team-holder.wdt-rc-template-boxed-overlap .wdt-content-item .wdt-content-detail-group ul li, .wdt-team-holder.wdt-rc-template-boxed-overlap .wdt-content-item .wdt-content-detail-group span { color: var(--wdt-elementor-color-white); }
.wdt-team-holder.wdt-rc-template-boxed-overlap .wdt-content-item:hover .wdt-content-detail-group .wdt-content-group { background-color: var(--wdt-elementor-color-accent); }
.wdt-team-holder.wdt-rc-template-boxed-overlap .wdt-content-item:hover .wdt-content-detail-group .wdt-content-title h5 > a:hover, .wdt-team-holder.wdt-rc-template-boxed-overlap .wdt-content-item:hover .wdt-content-detail-group .wdt-social-icons-list li a:hover { color: var(--wdt-elementor-color-black); } .wdt-team-holder.wdt-rc-template-modern-overlay .wdt-content-item { overflow: hidden; justify-content: center; text-align: center; -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-team-holder.wdt-rc-template-modern-overlay .wdt-content-item > div, .wdt-team-holder.wdt-rc-template-modern-overlay .wdt-content-item .wdt-media-image-overlay,
.wdt-team-holder.wdt-rc-template-modern-overlay .wdt-content-item .wdt-media-image-overlay > .wdt-media-image-overlay-container { justify-content: inherit; text-align: inherit; }
.wdt-team-holder.wdt-rc-template-modern-overlay .wdt-content-item .wdt-content-media-group { margin-bottom: 0 !important; }
.wdt-team-holder.wdt-rc-template-modern-overlay .wdt-content-item .wdt-content-detail-group { position: absolute; bottom: 0; left: 0; right: 0; -webkit-transition-delay: 0s; transition-delay: 0s; }
.wdt-team-holder.wdt-rc-template-modern-overlay .wdt-content-item .wdt-content-detail-group .wdt-content-group { background-color: var(--wdt-elementor-color-white); padding: 15px; }
.wdt-team-holder.wdt-rc-template-modern-overlay .wdt-content-item:hover .wdt-content-media-group .wdt-media-image-overlay-container { -webkit-transition-delay: 0.1s; transition-delay: 0.1s; }
.wdt-team-holder.wdt-rc-template-modern-overlay .wdt-content-item:hover .wdt-content-detail-group { background-color: transparent; opacity: 0; visibility: hidden; -webkit-transform: translateY(100%); transform: translateY(100%); }
.wdt-team-holder.wdt-rc-template-modern-overlay .wdt-content-item:hover .wdt-content-media-group .wdt-media-image-overlay-container .wdt-content-title h5 > a:hover,
.wdt-team-holder.wdt-rc-template-modern-overlay .wdt-content-item:hover .wdt-content-media-group .wdt-media-image-overlay-container .wdt-social-icons-list li a:hover { opacity: 0.75; } .wdt-team-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-team-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group { margin-bottom: 0; }
.wdt-team-holder.wdt-rc-template-standard .wdt-content-item .wdt-media-group { background-color: rgba(var(--wdt-elementor-color-accent-rgb),0.25); }
.wdt-team-holder.wdt-rc-template-standard .wdt-content-item .wdt-media-group,
.wdt-team-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-group { padding: 20px; }
.wdt-team-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image-wrapper,
.wdt-team-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image-wrapper .wdt-content-image,
.wdt-team-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > a,
.wdt-team-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > span { min-width: 100px; }
.wdt-team-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > a,
.wdt-team-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-team-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > a img,
.wdt-team-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-team-holder.wdt-rc-template-standard .wdt-content-item:hover .wdt-media-group { background-color: var(--wdt-elementor-color-accent); }
.wdt-team-holder.wdt-rc-template-standard .wdt-content-item .wdt-media-group .wdt-content-title h5, .wdt-team-holder.wdt-rc-template-standard .wdt-content-item .wdt-media-group .wdt-content-title h5 > a { color: var(--wdt-elementor-color-accent); }
.wdt-team-holder.wdt-rc-template-standard .wdt-content-item:hover .wdt-media-group .wdt-content-title h5, .wdt-team-holder.wdt-rc-template-standard .wdt-content-item:hover .wdt-media-group .wdt-content-title h5 > a { color: var(--wdt-elementor-color-white); }
.wdt-team-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-cus-team-section .wdt-content-item{width: 100%;overflow: hidden;}
.wdt-cus-team-section .wdt-content-item .wdt-content-title h5{font-size: var(--wdtFontSize_H4);font-weight: var(--wdtFontWeight_H6);letter-spacing: 0.6px;margin-top: 8px;}
.wdt-cus-team-section .wdt-content-item .wdt-content-title h5 a{color: var(--wdtPrimaryColor);}
.wdt-cus-team-section .wdt-content-item .wdt-content-subtitle{letter-spacing: 4.2px;text-transform: uppercase;font-weight: var(--wdtFontWeight_Ext);} .wdt-cus-team-section .wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper .wdt-content-image a{width: 100%;} .wdt-cus-team-section .wdt-content-item .wdt-social-icons-list{flex-direction: column;}
.wdt-cus-team-section .wdt-content-item .wdt-social-icons-list li a{width: 60px;height:60px;border-radius: var(--wdtRadius_Full);background-color: var(--wdtAccentTxtColor);font-size: var(--wdtFontSize_H6);transform: translatex(-60px);-webkit-transform: translatex(-60px);transition: 0.5s ease;-webkit-transition: 0.5s ease;color: var(--wdtSecondaryColor);opacity: 0;}
.wdt-cus-team-section .wdt-content-item:hover .wdt-social-icons-list li:nth-child(1) a{transform: translateY(0);-webkit-transform: translateY(0);transition-delay: 0s;-webkit-transition-delay: 0s;opacity: 1;}
.wdt-cus-team-section .wdt-content-item:hover .wdt-social-icons-list li:nth-child(2) a{transform: translateY(0);-webkit-transform: translateY(0);transition-delay: 0.2s;-webkit-transition-delay: 0.2s;opacity: 1;}
.wdt-cus-team-section .wdt-content-item:hover .wdt-social-icons-list li:nth-child(3) a{transform: translateY(0);-webkit-transform: translateY(0);transition-delay: 0.4s;-webkit-transition-delay: 0.4s;opacity: 1;}
.wdt-cus-team-section .wdt-content-item .wdt-social-icons-list li a i{transition: 0.5s linear;-webkit-transition: 0.5s linear;}
.wdt-cus-team-section .wdt-content-item .wdt-social-icons-list li a:hover i{transform: rotateY(360deg);-webkit-transform: rotateY(360deg);color: var(--wdtPrimaryColor);} .wdt-cus-team-section .wdt-content-item .wdt-content-media-group .wdt-social-icons-container{position: absolute;top: 0;bottom: 0;left: 0;margin: auto;height: fit-content;z-index: 1;margin-left: 20px;} .wdt-cus-team-section .wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper:before{opacity: 0 !important;}
.wdt-cus-team-section .wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper:after{opacity: 0 !important;}
.wdt-cus-team-section  .wdt-team-holder.wdt-carousel-holder .wdt-team-container .wdt-team-wrapper .swiper-slide .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper{position: relative;overflow: hidden;transition: 0.5s;-webkit-transition: 0.5s;}
.wdt-cus-team-section  .wdt-team-holder.wdt-carousel-holder .wdt-team-container .wdt-team-wrapper .swiper-slide .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image:before{content: "";position: absolute;top: 0;left: -100%;width: 100%;height: 100%;z-index: 1;transition: 0.5s;-webkit-transition: 0.5s;background-image: linear-gradient(90deg , rgb(var(--wdtPrimaryColorRgb),0.6) 100% , transparent 100% );}
.wdt-cus-team-section  .wdt-team-holder.wdt-carousel-holder .wdt-team-container .wdt-team-wrapper:hover .swiper-slide .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image:before{left: 0 ;}
.wdt-cus-team-section  .wdt-team-holder.wdt-carousel-holder .wdt-team-container .wdt-team-wrapper .swiper-slide .wdt-content-item:hover .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image:before{left: -100% ;}
.wdt-cus-team-section .wdt-content-item .wdt-content-media-group{margin-bottom: 25px;}.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);}
}.wdt-google-map-wrapper { display: flex; flex-wrap: wrap; }
.wdt-google-map { height: 500px; width: 100%; }
.wdt-google-map .gm-style img { max-width: none; }
.wdt-google-map .gm-style .gm-style-iw-t:after { content: none; }
.wdt-google-map .gm-style .gm-style-iw-c { background: var(--wdt-elementor-color-white); overflow: visible; padding: 15px !important; }
.wdt-google-map .gm-style .gm-style-iw-c:after { background-color: inherit; background-image: inherit; content: ""; height: 15px; position: absolute; left: 50%; top: 100%; width: 15px; z-index: 1; box-shadow: -2px 2px 2px 0 rgba(var(--wdt-elementor-color-secondary-rgb),0.4); transform: translate(-50%,-50%) rotate(-45deg);
-webkit-mask-image: linear-gradient(45deg,rgb(255, 255, 255) 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 100%);
mask-image: linear-gradient(45deg,rgb(255, 255, 255) 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 100%);
}
.wdt-google-map .gm-style .gm-style-iw-d { overflow: auto !important; }
.wdt-google-map .gm-style .gm-style-iw-c button.gm-ui-hover-effect { opacity: 0; visibility: hidden; transform: translate(45%, -45%); border-radius: 50%; box-shadow: 0 0 4em; transition: var(--wdt-elementor-base-transition); }
.wdt-google-map .gm-style .gm-style-iw-c button.gm-ui-hover-effect > span { height: 100% !important; margin: 0 !important; width: 100% !important; transition: inherit; }
.wdt-google-map .gm-style .gm-style-iw-c:hover button.gm-ui-hover-effect { opacity: 1; visibility: visible; transform: translate(60%, -60%); }
.wdt-google-map .gm-style .gm-style-iw-c:hover button.gm-ui-hover-effect span { transform: scale(0.8) translateZ(0); }
.wdt-google-map .gm-style .gm-style-iw-c .wdt-google-map-info-title { color: var(--wdt-elementor-color-primary); font-family: var(--wdt-elementor-typo-primary-font-family); font-size: 1.5em; font-weight: var(--wdt-elementor-typo-primary-font-weight); margin-bottom: 15px; }
.wdt-google-map .gm-style .gm-style-iw-c .wdt-google-map-info-desc > *:last-child { margin-bottom: 0; }
.wdt-google-map .gm-style .gm-style-iw-c .wdt-google-map-info-desc p { margin-top: 0; }
.wdt-google-map-wrapper .wdt-google-map { flex: 1 1 400px; }
.wdt-google-map-wrapper .wdt-google-map-marker-content-wrapper { flex: 1 1 0; }
.wdt-google-map-wrapper .wdt-google-map-marker-content-selection { border: 1px solid rgba(var(--wdt-elementor-color-secondary-rgb), 0.15); background: var(--wdt-elementor-color-white); font-family: inherit; font-size: inherit; padding: 10px; width: 100%; }
.wdt-google-map-marker-content-wrapper { background-color: rgba(var(--wdt-elementor-color-secondary-rgb),0.05); padding: 1.5em; width: 100%; }
.wdt-google-map-marker-content-wrapper .wdt-google-map-marker-content-selection ~ .wdt-google-map-marker-content-item { margin-top: 1.5rem; }
.wdt-google-map-marker-content-wrapper .wdt-google-map-marker-content-item:empty { display: none; }
.wdt-google-map-marker-content-wrapper .wdt-google-map-marker-content-item p { margin-top: 0; }
.wdt-google-map-marker-content-wrapper .wdt-google-map-marker-content-item > *:last-child { margin-bottom: 0; }
.wdt-google-map .gm-style div[role="button"] { padding: 0; opacity: 0; transform: translateY(-10px); }
.wdt-google-map .gm-style .gm-style-iw-tc::after { background: transparent;}  #wdtMarkerLayerSoftBeat > div { -webkit-animation: wdt-soft-beat 0.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite alternate; animation: wdt-soft-beat 0.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite alternate; }
@-webkit-keyframes wdt-soft-beat {
0% { -webkit-transform: scale(0.66); transform: scale(0.66); }
100% {-webkit-transform: scale(0.99); transform: scale(0.99); }
}
@keyframes wdt-soft-beat {
0% { -webkit-transform: scale(0.66); transform: scale(0.66); }
100% {-webkit-transform: scale(0.99); transform: scale(0.99); }
}