.wdt-logo-container a {
color: inherit;
}
.wdt-logo-container a img {
display: inline-block;
vertical-align: middle;
vertical-align: middle;
}
.wdt-logo-container a .site-title {
color: var(--wdtHeadAltColor);
clear: both;
display: block;
font-family: var(--wdtFontTypo_Alt);
font-size: var(--wdtFontSize_H2);
font-weight: bold;
line-height: 1.1;
transition: inherit;
}
.wdt-logo-container a:hover .site-title { color: inherit; }.wdt-button-holder
{
position: relative;
display: inline-flex;
-webkit-transition: var(--wdt-elementor-base-transition);
transition: var(--wdt-elementor-base-transition);
}
.wdt-button
{
font-size: 1em;
line-height: normal;
position: relative;
z-index: 0;
display: inline-flex;
overflow: visible;
align-items: stretch;
margin: 0;
-webkit-transition: var(--wdt-elementor-base-transition);
transition: var(--wdt-elementor-base-transition);
text-decoration: none;
letter-spacing: 0;
text-transform: none;
border: 1px solid transparent;
}
.wdt-button,
.wdt-button-holder .wdt-button
{
justify-content: center;
text-align: center;
color: var(--wdt-elementor-color-white);
background-color: var(--wdt-elementor-color-accent);
}
.wdt-button:focus,
.wdt-button-holder .wdt-button:focus,
.wdt-button:hover,
.wdt-button-holder .wdt-button:hover
{
color: var(--wdt-elementor-color-primary);
background-color: var(--wdt-elementor-color-secondary);
}
.wdt-button .wdt-button-text,
.wdt-button .wdt-button-icon
{
vertical-align: top;
}
.wdt-button .wdt-button-text
{
display: inline-grid;
align-content: center;
}
.wdt-button .wdt-button-icon
{
line-height: 0;
display: inline-flex;
transition: var(--wdt-elementor-base-transition);
}
.wdt-button .wdt-button-icon span
{
position: relative;
display: inherit;
align-items: center;
} .wdt-button .wdt-button-text .wdt-button-subtext
{
font-size: .75em;
display: block;
margin-top: -2px;
}
.wdt-button-holder.wdt-button-size-sm .wdt-button
{
font-size: 14px;
padding: .7em 1.5em;
}
.wdt-button-holder.wdt-button-size-nm .wdt-button
{
font-size: 16px;
padding: var(--wdtPadding_Btn);
}
.wdt-button-holder.wdt-button-size-lg .wdt-button
{
font-size: 18px;
padding: .9em 2em;
}
.elementor-align-justify .wdt-button-holder,
.elementor-align-justify .wdt-button-holder .wdt-button
{
width: 100%;
}
.wdt-button-holder.wdt-button-icon-before .wdt-button .wdt-button-icon
{
margin-right: 8px;
}
.wdt-button-holder.wdt-button-icon-after .wdt-button .wdt-button-icon
{
margin-left: 8px;
} .wdt-button-holder.wdt-button-style-underline:before,
.wdt-button-holder.wdt-button-style-overline:before,
.wdt-button-holder.wdt-button-style-line-through .wdt-button .wdt-button-text > span:before
{
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: inline !important;
width: auto;
height: 2px;
content: '';
-webkit-transition: inherit;
transition: inherit;
pointer-events: none;
}
.wdt-button-holder.wdt-button-style-underline .wdt-button
{
margin-bottom: 3px;
}
.wdt-button-holder.wdt-button-style-underline:before
{
top: auto;
bottom: 0;
}
.wdt-button-holder.wdt-button-style-overline .wdt-button
{
margin-top: 3px;
}
.wdt-button-holder.wdt-button-style-overline:before
{
top: 0;
bottom: auto;
}
.wdt-button-holder.wdt-button-style-underline:before,
.wdt-button-holder.wdt-button-style-overline:before
{
color: var(--wdt-elementor-color-accent);
background-color: currentColor;
background-image: inherit;
}
.wdt-button-holder.wdt-button-style-underline:focus:before,
.wdt-button-holder.wdt-button-style-underline:hover:before,
.wdt-button-holder.wdt-button-style-overline:focus:before,
.wdt-button-holder.wdt-button-style-overline:hover:before
{
color: var(--wdt-elementor-color-primary);
background-color: currentColor;
background-image: inherit;
}
.wdt-button-holder.wdt-button-style-line-through .wdt-button .wdt-button-text > span
{
position: relative;
}
.wdt-button-holder.wdt-button-style-line-through .wdt-button .wdt-button-text > span:before
{
margin: auto;
-webkit-transform: translateY(100%);
transform: translateY(100%);
background-color: currentColor;
} .wdt-button-holder.wdt-template-bordered .wdt-button
{
border-width: 1px;
border-color: currentColor;
background: none !important;
}
.wdt-button-holder.wdt-template-bordered .wdt-button:not(:focus),
.wdt-button-holder.wdt-template-bordered .wdt-button:not(:hover)
{
color: var(--wdt-elementor-color-accent);
}
.wdt-button-holder.wdt-template-bordered .wdt-button:focus,
.wdt-button-holder.wdt-template-bordered .wdt-button:hover
{
color: var(--wdt-elementor-color-primary);
} .wdt-button-holder.wdt-template-textual .wdt-button
{
padding: 0;
border-width: 0;
}
.wdt-button-holder.wdt-template-textual .wdt-button:not(:focus),
.wdt-button-holder.wdt-template-textual .wdt-button:not(:hover)
{
color: var(--wdt-elementor-color-accent);
border-width: 0;
background: none !important;
}
.wdt-button-holder.wdt-template-textual .wdt-button:focus,
.wdt-button-holder.wdt-template-textual .wdt-button:hover
{
color: var(--wdt-elementor-color-primary);
border-width: 0;
background: none;
} .wdt-button-holder.wdt-template-icon-highlighted .wdt-button
{
padding: 0;
}
.wdt-button-holder.wdt-template-icon-highlighted.wdt-button-size-sm .wdt-button .wdt-button-text
{
padding: .7em 1.5em;
}
.wdt-button-holder.wdt-template-icon-highlighted.wdt-button-size-nm .wdt-button .wdt-button-text
{
padding: .8em 1.75em;
}
.wdt-button-holder.wdt-template-icon-highlighted.wdt-button-size-lg .wdt-button .wdt-button-text
{
padding: .9em 2em;
}
.wdt-button-holder.wdt-template-icon-highlighted .wdt-button .wdt-button-icon
{
margin-right: 0;
margin-left: 0;
}
.wdt-button-holder.wdt-template-icon-highlighted .wdt-button .wdt-button-icon span
{
padding: 1em;
background-color: rgba(var(--wdt-elementor-color-secondary-rgb),.05);
} .wdt-button-holder.wdt-template-icon-separated .wdt-button .wdt-button-icon:after
{
z-index: -1;
display: inline-flex;
width: 1px;
height: 100%;
content: '';
-webkit-transition: inherit;
transition: inherit;
color: rgba(var(--wdt-elementor-color-secondary-rgb),.15);
background-color: currentColor;
}
.wdt-button-holder.wdt-template-icon-separated .wdt-button .wdt-button-icon span
{
padding: .5em 1em;
}
.wdt-button-holder.wdt-template-icon-separated.wdt-button-icon-before .wdt-button .wdt-button-icon
{
margin-right: 1em;
margin-left: -1em;
}
.wdt-button-holder.wdt-template-icon-separated.wdt-button-icon-after .wdt-button .wdt-button-icon
{
margin-right: -1em;
margin-left: 1em;
}
.wdt-button-holder.wdt-template-icon-separated.wdt-button-icon-after .wdt-button .wdt-button-icon:after
{
order: -1;
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
.wdt-button-holder.wdt-template-icon-separated.wdt-button-icon-before .wdt-button .wdt-button-icon:after
{
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
} .wdt-button-holder[class*='wdt-animation'] .wdt-button:before,
.wdt-button-holder[class*='wdt-animation'] .wdt-button:after,
.wdt-button-holder[class*='wdt-animation-linethrough'] .wdt-button .wdt-button-text > span:after
{
position: absolute;
z-index: -1;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: inline !important;
width: auto;
height: auto;
content: '';
-webkit-transition: inherit;
transition: inherit;
pointer-events: none;
}
.wdt-button-holder[class*='wdt-animation-sweep'] .wdt-button:after,
.wdt-button-holder[class*='wdt-animation-bounce'] .wdt-button:after,
.wdt-button-holder[class*='wdt-animation-shutter-out'] .wdt-button:after,
.wdt-button-holder[class*='wdt-animation-shutter-cross-forward-out'] .wdt-button:after,
.wdt-button-holder[class*='wdt-animation-shutter-cross-backward-out'] .wdt-button:after,
.wdt-button-holder[class*='wdt-animation-radial-in'] .wdt-button:hover:after,
.wdt-button-holder[class*='wdt-animation-radial-out'] .wdt-button:after,
.wdt-button-holder[class*='wdt-animation-shutter-in'] .wdt-button:focus:after,
.wdt-button-holder[class*='wdt-animation-shutter-in'] .wdt-button:hover:after,
.wdt-button-holder[class*='wdt-animation-shutter-cross-forward-in'] .wdt-button:focus:after,
.wdt-button-holder[class*='wdt-animation-shutter-cross-forward-in'] .wdt-button:hover:after,
.wdt-button-holder[class*='wdt-animation-shutter-cross-backward-in'] .wdt-button:focus:after,
.wdt-button-holder[class*='wdt-animation-shutter-cross-backward-in'] .wdt-button:hover:after
{
color: rgba(var(--wdt-elementor-color-secondary-rgb),.05);
background-color: currentColor;
}
.wdt-button-holder[class*='wdt-animation-underline'] .wdt-button:after,
.wdt-button-holder[class*='wdt-animation-overline'] .wdt-button:after
{
color: inherit;
background-color: currentColor;
} .wdt-button-holder[class*='wdt-animation-sweep'],
.wdt-button-holder[class*='wdt-animation-sweep'] .wdt-button
{
overflow: hidden;
} .wdt-button-holder.wdt-animation-sweep-to-top .wdt-button:after
{
top: 0;
bottom: auto;
height: 0;
}
.wdt-button-holder.wdt-animation-sweep-to-top .wdt-button:focus:after,
.wdt-button-holder.wdt-animation-sweep-to-top .wdt-button:hover:after
{
top: auto;
bottom: 0;
height: 100%;
} .wdt-button-holder.wdt-animation-sweep-to-bottom .wdt-button:after
{
top: auto;
bottom: 0;
height: 0;
}
.wdt-button-holder.wdt-animation-sweep-to-bottom .wdt-button:focus:after,
.wdt-button-holder.wdt-animation-sweep-to-bottom .wdt-button:hover:after
{
top: 0;
bottom: auto;
height: 100%;
} .wdt-button-holder.wdt-animation-sweep-to-left .wdt-button:after
{
right: auto;
left: 0;
width: 0;
}
.wdt-button-holder.wdt-animation-sweep-to-left .wdt-button:focus:after,
.wdt-button-holder.wdt-animation-sweep-to-left .wdt-button:hover:after
{
right: 0;
left: auto;
width: 100%;
} .wdt-button-holder.wdt-animation-sweep-to-right .wdt-button:after
{
right: 0;
left: auto;
width: 0;
}
.wdt-button-holder.wdt-animation-sweep-to-right .wdt-button:focus:after,
.wdt-button-holder.wdt-animation-sweep-to-right .wdt-button:hover:after
{
right: auto;
left: 0;
width: 100%;
} .wdt-button-holder[class*='wdt-animation-bounce'],
.wdt-button-holder[class*='wdt-animation-bounce'] .wdt-button
{
overflow: hidden;
}
.wdt-button-holder[class*='wdt-animation-bounce'] .wdt-button:focus:after,
.wdt-button-holder[class*='wdt-animation-bounce'] .wdt-button:hover:after
{
-webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
} .wdt-button-holder.wdt-animation-bounce-to-top .wdt-button:after
{
top: 0;
bottom: auto;
height: 0;
}
.wdt-button-holder.wdt-animation-bounce-to-top .wdt-button:focus:after,
.wdt-button-holder.wdt-animation-bounce-to-top .wdt-button:hover:after
{
top: auto;
bottom: 0;
height: 100%;
} .wdt-button-holder.wdt-animation-bounce-to-bottom .wdt-button:after
{
top: auto;
bottom: 0;
height: 0;
}
.wdt-button-holder.wdt-animation-bounce-to-bottom .wdt-button:focus:after,
.wdt-button-holder.wdt-animation-bounce-to-bottom .wdt-button:hover:after
{
top: 0;
bottom: auto;
height: 100%;
} .wdt-button-holder.wdt-animation-bounce-to-left .wdt-button:after
{
right: auto;
left: 0;
width: 0;
}
.wdt-button-holder.wdt-animation-bounce-to-left .wdt-button:focus:after,
.wdt-button-holder.wdt-animation-bounce-to-left .wdt-button:hover:after
{
right: 0;
left: auto;
width: 100%;
} .wdt-button-holder.wdt-animation-bounce-to-right .wdt-button:after
{
right: 0;
left: auto;
width: 0;
}
.wdt-button-holder.wdt-animation-bounce-to-right .wdt-button:focus:after,
.wdt-button-holder.wdt-animation-bounce-to-right .wdt-button:hover:after
{
right: auto;
left: 0;
width: 100%;
} .wdt-button-holder.wdt-animation-shutter-in-horizontal,
.wdt-button-holder.wdt-animation-shutter-in-horizontal .wdt-button
{
overflow: hidden;
}
.wdt-button-holder.wdt-animation-shutter-in-horizontal .wdt-button:focus:after,
.wdt-button-holder.wdt-animation-shutter-in-horizontal .wdt-button:hover:after
{
-webkit-transform: scaleX(0);
transform: scaleX(0);
} .wdt-button-holder.wdt-animation-shutter-out-horizontal,
.wdt-button-holder.wdt-animation-shutter-out-horizontal .wdt-button
{
overflow: hidden;
}
.wdt-button-holder.wdt-animation-shutter-out-horizontal .wdt-button:after
{
-webkit-transform: scaleX(0);
transform: scaleX(0);
}
.wdt-button-holder.wdt-animation-shutter-out-horizontal .wdt-button:focus:after,
.wdt-button-holder.wdt-animation-shutter-out-horizontal .wdt-button:hover:after
{
-webkit-transform: scaleX(1);
transform: scaleX(1);
} .wdt-button-holder.wdt-animation-shutter-in-vertical,
.wdt-button-holder.wdt-animation-shutter-in-vertical .wdt-button
{
overflow: hidden;
}
.wdt-button-holder.wdt-animation-shutter-in-vertical .wdt-button:focus:after,
.wdt-button-holder.wdt-animation-shutter-in-vertical .wdt-button:hover:after
{
-webkit-transform: scaleY(0);
transform: scaleY(0);
} .wdt-button-holder.wdt-animation-shutter-out-vertical,
.wdt-button-holder.wdt-animation-shutter-out-vertical .wdt-button
{
overflow: hidden;
}
.wdt-button-holder.wdt-animation-shutter-out-vertical .wdt-button:after
{
-webkit-transform: scaleY(0);
transform: scaleY(0);
}
.wdt-button-holder.wdt-animation-shutter-out-vertical .wdt-button:focus:after,
.wdt-button-holder.wdt-animation-shutter-out-vertical .wdt-button:hover:after
{
-webkit-transform: scaleY(1);
transform: scaleY(1);
} .wdt-button-holder[class*='wdt-animation-shutter-cross'],
.wdt-button-holder[class*='wdt-animation-shutter-cross'] .wdt-button
{
overflow: hidden;
} .wdt-button-holder.wdt-animation-shutter-cross-forward-in .wdt-button:after
{
top: 50%;
bottom: auto;
height: auto;
padding-top: 100%;
-webkit-transform: rotate(-45deg) scale(1.25) translate(0,-50%);
transform: rotate(-45deg) scale(1.25) translate(0,-50%);
-webkit-transform-origin: center top;
transform-origin: center top;
}
.wdt-button-holder.wdt-animation-shutter-cross-forward-in .wdt-button:focus:after,
.wdt-button-holder.wdt-animation-shutter-cross-forward-in .wdt-button:hover:after
{
height: auto;
padding-top: 0;
} .wdt-button-holder.wdt-animation-shutter-cross-backward-in .wdt-button:after
{
top: 50%;
bottom: auto;
height: auto;
padding-top: 100%;
-webkit-transform: rotate(45deg) scale(1.25) translate(0,-50%);
transform: rotate(45deg) scale(1.25) translate(0,-50%);
-webkit-transform-origin: center top;
transform-origin: center top;
}
.wdt-button-holder.wdt-animation-shutter-cross-backward-in .wdt-button:focus:after,
.wdt-button-holder.wdt-animation-shutter-cross-backward-in .wdt-button:hover:after
{
height: auto;
padding-top: 0;
} .wdt-button-holder.wdt-animation-shutter-cross-forward-out .wdt-button:after
{
top: 50%;
bottom: auto;
height: auto;
padding-top: 0;
-webkit-transform: rotate(-45deg) scale(1.25) translate(0,-50%);
transform: rotate(-45deg) scale(1.25) translate(0,-50%);
-webkit-transform-origin: center top;
transform-origin: center top;
}
.wdt-button-holder.wdt-animation-shutter-cross-forward-out .wdt-button:focus:after,
.wdt-button-holder.wdt-animation-shutter-cross-forward-out .wdt-button:hover:after
{
height: auto;
padding-top: 100%;
} .wdt-button-holder.wdt-animation-shutter-cross-backward-out .wdt-button:after
{
top: 50%;
bottom: auto;
height: auto;
padding-top: 0;
-webkit-transform: rotate(45deg) scale(1.25) translate(0,-50%);
transform: rotate(45deg) scale(1.25) translate(0,-50%);
-webkit-transform-origin: center top;
transform-origin: center top;
}
.wdt-button-holder.wdt-animation-shutter-cross-backward-out .wdt-button:focus:after,
.wdt-button-holder.wdt-animation-shutter-cross-backward-out .wdt-button:hover:after
{
height: auto;
padding-top: 100%;
} .wdt-button-holder[class*='wdt-animation-radial'],
.wdt-button-holder[class*='wdt-animation-radial'] .wdt-button
{
overflow: hidden;
}
.wdt-button-holder[class*='wdt-animation-radial'] .wdt-button:after
{
top: 50%;
right: auto;
bottom: auto;
left: 50%;
height: auto;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-border-radius: 50%;
border-radius: 50%;
} .wdt-button-holder.wdt-animation-radial-in .wdt-button:after
{
width: 120%;
padding-top: 120%;
}
.wdt-button-holder.wdt-animation-radial-in .wdt-button:focus:after,
.wdt-button-holder.wdt-animation-radial-in .wdt-button:hover:after
{
width: 0;
padding-top: 0;
} .wdt-button-holder.wdt-animation-radial-out .wdt-button:after
{
width: 0;
padding-top: 0;
}
.wdt-button-holder.wdt-animation-radial-out .wdt-button:focus:after,
.wdt-button-holder.wdt-animation-radial-out .wdt-button:hover:after
{
width: 120%;
padding-top: 120%;
} .wdt-button-holder.wdt-animation-ripple-in,
.wdt-button-holder.wdt-animation-ripple-in .wdt-button
{
overflow: visible;
}
.wdt-button-holder.wdt-animation-ripple-in .wdt-button:after
{
margin: -1.2em;
transition: all .4s ease-in-out 0s, opacity .4s ease-in-out .3s;
border-style: solid;
border-color: transparent;
-webkit-border-radius: inherit;
border-radius: inherit;
background: transparent;
}
.wdt-button-holder.wdt-animation-ripple-in .wdt-button:focus:after,
.wdt-button-holder.wdt-animation-ripple-in .wdt-button:hover:after
{
margin: -.2em;
opacity: 0;
border-color: inherit;
background: inherit;
} .wdt-button-holder.wdt-animation-ripple-out,
.wdt-button-holder.wdt-animation-ripple-out .wdt-button
{
overflow: visible;
}
.wdt-button-holder.wdt-animation-ripple-out .wdt-button:after
{
margin: -.2em;
transition: all .4s ease-in-out .15s, opacity .4s ease-in-out 0s;
opacity: 0;
border-style: solid;
border-color: inherit;
-webkit-border-radius: inherit;
border-radius: inherit;
background: inherit;
}
.wdt-button-holder.wdt-animation-ripple-out .wdt-button:focus:after,
.wdt-button-holder.wdt-animation-ripple-out .wdt-button:hover:after
{
margin: -1.2em;
opacity: 1;
border-color: transparent;
background: transparent;
} .wdt-button-holder[class*='wdt-animation-outline'] .wdt-button:after
{
padding: 2px;
background-color: inherit;
background-image: inherit;
-webkit-mask: linear-gradient(var(--wdt-elementor-color-white) 0 0) content-box, linear-gradient(var(--wdt-elementor-color-white) 0 0);
mask: linear-gradient(var(--wdt-elementor-color-white) 0 0) content-box, linear-gradient(var(--wdt-elementor-color-white) 0 0);
-webkit-mask-composite: xor;
mask-composite: exclude;
} .wdt-button-holder.wdt-animation-outline-in .wdt-button:after
{
margin: 0;
opacity: 0;
color: inherit;
-webkit-border-radius: inherit;
border-radius: inherit;
background-color: currentColor;
}
.wdt-button-holder.wdt-animation-outline-in .wdt-button:focus:after,
.wdt-button-holder.wdt-animation-outline-in .wdt-button:hover:after
{
margin: 2px;
opacity: 1;
}
.wdt-button-holder.wdt-template-textual.wdt-animation-outline-in .wdt-button:after
{
margin: -6px;
}
.wdt-button-holder.wdt-template-textual.wdt-animation-outline-in .wdt-button:focus:after,
.wdt-button-holder.wdt-template-textual.wdt-animation-outline-in .wdt-button:hover:after
{
margin: -3px;
} .wdt-button-holder.wdt-animation-outline-out .wdt-button:after
{
margin: 0;
opacity: 0;
color: rgba(var(--wdt-elementor-color-secondary-rgb),.5);
-webkit-border-radius: inherit;
border-radius: inherit;
background-color: currentColor;
}
.wdt-button-holder.wdt-animation-outline-out .wdt-button:focus:after,
.wdt-button-holder.wdt-animation-outline-out .wdt-button:hover:after
{
margin: -5px;
opacity: 1;
} .wdt-button-holder[class*='wdt-animation-overline'],
.wdt-button-holder[class*='wdt-animation-overline'] .wdt-button
{
overflow: hidden;
}
.wdt-button-holder[class*='wdt-animation-overline'] .wdt-button:after
{
top: 0;
bottom: auto;
}
.wdt-button-holder[class*='wdt-animation-underline'],
.wdt-button-holder[class*='wdt-animation-underline'] .wdt-button
{
overflow: hidden;
}
.wdt-button-holder[class*='wdt-animation-underline'] .wdt-button:after
{
top: auto;
bottom: 0;
}
.wdt-button-holder.wdt-animation-overline-left .wdt-button:after,
.wdt-button-holder.wdt-animation-underline-left .wdt-button:after
{
right: 0;
left: auto;
width: 0;
height: 2px;
}
.wdt-button-holder.wdt-animation-overline-left .wdt-button:focus:after,
.wdt-button-holder.wdt-animation-overline-left .wdt-button:hover:after,
.wdt-button-holder.wdt-animation-underline-left .wdt-button:focus:after,
.wdt-button-holder.wdt-animation-underline-left .wdt-button:hover:after
{
right: auto;
left: 0;
width: 100%;
}
.wdt-button-holder.wdt-animation-overline-right .wdt-button:after,
.wdt-button-holder.wdt-animation-underline-right .wdt-button:after
{
right: auto;
left: 0;
width: 0;
height: 2px;
}
.wdt-button-holder.wdt-animation-overline-right .wdt-button:focus:after,
.wdt-button-holder.wdt-animation-overline-right .wdt-button:hover:after,
.wdt-button-holder.wdt-animation-underline-right .wdt-button:focus:after,
.wdt-button-holder.wdt-animation-underline-right .wdt-button:hover:after
{
right: 0;
left: auto;
width: 100%;
}
.wdt-button-holder.wdt-animation-overline-middle .wdt-button:after,
.wdt-button-holder.wdt-animation-underline-middle .wdt-button:after
{
width: 0;
height: 2px;
margin-right: auto;
margin-left: auto;
}
.wdt-button-holder.wdt-animation-overline-middle .wdt-button:focus:after,
.wdt-button-holder.wdt-animation-overline-middle .wdt-button:hover:after,
.wdt-button-holder.wdt-animation-underline-middle .wdt-button:focus:after,
.wdt-button-holder.wdt-animation-underline-middle .wdt-button:hover:after
{
width: 100%;
}
.wdt-button-holder.wdt-animation-overline-reveal .wdt-button:after
{
top: 0;
bottom: auto;
height: 3px;
transition: all .5s ease;
transform: translateY(-100%);
opacity: 0;
}
.wdt-button-holder.wdt-animation-overline-reveal .wdt-button:focus:after,
.wdt-button-holder.wdt-animation-overline-reveal .wdt-button:hover:after
{
transform: translateY(0);
opacity: 1;
}
.wdt-button-holder.wdt-animation-underline-reveal .wdt-button:after
{
top: auto;
bottom: 0;
height: 3px;
transition: all .5s ease;
transform: translateY(100%);
opacity: 0;
}
.wdt-button-holder.wdt-animation-underline-reveal .wdt-button:focus:after,
.wdt-button-holder.wdt-animation-underline-reveal .wdt-button:hover:after
{
transform: translateY(0);
opacity: 1;
} .wdt-button-holder[class*='wdt-animation-updownline'],
.wdt-button-holder[class*='wdt-animation-updownline'] .wdt-button
{
overflow: hidden;
}
.wdt-button-holder[class*='wdt-animation-updownline'] .wdt-button:after
{
top: 0;
bottom: 0;
color: inherit;
border-width: 2px 0;
border-style: solid;
border-color: currentColor;
background: none;
} .wdt-button-holder.wdt-animation-updownline-left .wdt-button:after
{
right: 0;
left: auto;
width: 0;
}
.wdt-button-holder.wdt-animation-updownline-left .wdt-button:focus:after,
.wdt-button-holder.wdt-animation-updownline-left .wdt-button:hover:after
{
right: auto;
left: 0;
width: 100%;
} .wdt-button-holder.wdt-animation-updownline-right .wdt-button:after
{
right: auto;
left: 0;
width: 0;
}
.wdt-button-holder.wdt-animation-updownline-right .wdt-button:focus:after,
.wdt-button-holder.wdt-animation-updownline-right .wdt-button:hover:after
{
right: 0;
left: auto;
width: 100%;
} .wdt-button-holder.wdt-animation-updownline-middle .wdt-button:after
{
width: 0;
margin-right: auto;
margin-left: auto;
}
.wdt-button-holder.wdt-animation-updownline-middle .wdt-button:focus:after,
.wdt-button-holder.wdt-animation-updownline-middle .wdt-button:hover:after
{
width: 100%;
} .wdt-button-holder.wdt-animation-updownline-reveal .wdt-button:after
{
top: -3px;
bottom: -3px;
opacity: 0;
}
.wdt-button-holder.wdt-animation-updownline-reveal .wdt-button:focus:after,
.wdt-button-holder.wdt-animation-updownline-reveal .wdt-button:hover:after
{
top: 0;
bottom: 0;
opacity: 1;
} .wdt-button-holder[class*='wdt-animation-linethrough'] .wdt-button .wdt-button-text > span
{
position: relative;
transition: var(--wdt-elementor-base-transition);
}
.wdt-button-holder[class*='wdt-animation-linethrough'] .wdt-button .wdt-button-text > span:after
{
height: 2px;
margin-top: auto;
margin-bottom: auto;
-webkit-transform: translateY(100%);
transform: translateY(100%);
background-color: currentColor;
} .wdt-button-holder.wdt-animation-linethrough-left .wdt-button .wdt-button-text > span:after
{
right: 0;
left: auto;
width: 0;
}
.wdt-button-holder.wdt-animation-linethrough-left .wdt-button:focus .wdt-button-text > span:after,
.wdt-button-holder.wdt-animation-linethrough-left .wdt-button:hover .wdt-button-text > span:after
{
right: auto;
left: 0;
width: 100%;
} .wdt-button-holder.wdt-animation-linethrough-right .wdt-button .wdt-button-text > span:after
{
right: auto;
left: 0;
width: 0;
}
.wdt-button-holder.wdt-animation-linethrough-right .wdt-button:focus .wdt-button-text > span:after,
.wdt-button-holder.wdt-animation-linethrough-right .wdt-button:hover .wdt-button-text > span:after
{
right: 0;
left: auto;
width: 100%;
} .wdt-button-holder.wdt-animation-linethrough-middle .wdt-button .wdt-button-text > span:after
{
width: 0;
margin-right: auto;
margin-left: auto;
}
.wdt-button-holder.wdt-animation-linethrough-middle .wdt-button:focus .wdt-button-text > span:after,
.wdt-button-holder.wdt-animation-linethrough-middle .wdt-button:hover .wdt-button-text > span:after
{
width: 100%;
} .wdt-button-holder.wdt-animation-linethrough-reveal .wdt-button .wdt-button-text > span
{
perspective: 100px;
}
.wdt-button-holder.wdt-animation-linethrough-reveal .wdt-button .wdt-button-text > span:after
{
transform: translateZ(25px);
opacity: 0;
}
.wdt-button-holder.wdt-animation-linethrough-reveal .wdt-button:focus .wdt-button-text > span:after,
.wdt-button-holder.wdt-animation-linethrough-reveal .wdt-button:hover .wdt-button-text > span:after
{
transform: translateZ(0);
opacity: 1;
}.wdt-heading-holder
{
-webkit-transition: var(--wdt-elementor-base-transition);
transition: var(--wdt-elementor-base-transition);
} .wdt-heading-holder
{
position: relative;
}
.wdt-heading-holder > *:not(:last-child)
{
margin-bottom: 20px;
}
.wdt-heading-holder > *:last-child
{
margin-bottom: 0;
}
.wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title-item
{
line-height: 1.2;
margin-top: 0;
}
.wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title .wdt-heading-title-item { margin: 0; }
.wdt-heading-holder .wdt-heading-title-wrapper.wdt-heading-align-start,
.wdt-heading-holder .wdt-heading-title-wrapper.wdt-heading-align-baseline,
.wdt-heading-holder .wdt-heading-title-wrapper.wdt-heading-align-start .wdt-heading-title .wdt-heading-title-inner,
.wdt-heading-holder .wdt-heading-title-wrapper.wdt-heading-align-baseline .wdt-heading-title .wdt-heading-title-inner
{
line-height: 1;
}
.wdt-heading-holder .wdt-heading-subtitle-wrapper
{
font-size: 1.2em;
letter-spacing: .05em;
}
.wdt-heading-holder .wdt-heading-icon-wrapper .wdt-content-icon-wrapper,
.wdt-heading-holder .wdt-heading-icon-wrapper .wdt-content-icon
{
line-height: 1;
} .wdt-heading-holder > .wdt-heading-separator-wrapper .wdt-heading-separator
{
display: flex;
align-items: center;
}
.wdt-heading-holder > .wdt-heading-separator-wrapper .wdt-heading-separator .wdt-separator-line
{
width: 50px;
height: 2px;
}
.wdt-heading-holder .wdt-heading-separator-wrapper .wdt-heading-separator.with-line .wdt-separator-line[class*='-left-part']
{
margin-right: 5px;
}
.wdt-heading-holder .wdt-heading-separator-wrapper .wdt-heading-separator.with-line .wdt-separator-line[class*='-right-part']
{
margin-left: 5px;
}
.wdt-heading-holder > .wdt-heading-separator-wrapper .wdt-heading-separator .wdt-content-icon-wrapper
{
line-height: 0;
}
.wdt-heading-holder .wdt-heading-separator.with-icon .wdt-content-icon-wrapper .wdt-content-icon
{
display: inline-block;
}
.wdt-heading-holder .wdt-heading-separator.with-icon .wdt-content-icon-wrapper .wdt-content-icon span
{
font-size: 1.125rem;
position: relative;
z-index: 0;
display: inline-block;
text-align: center;
vertical-align: middle;
}
.wdt-heading-holder .wdt-heading-separator.with-icon .wdt-content-icon-wrapper .wdt-content-icon span i
{
position: relative;
display: inline-flex;
width: 100%;
height: 100%;
margin: 0;
place-content: center;
place-items: center;
}
.wdt-heading-holder .wdt-heading-separator.with-icon .wdt-content-icon-wrapper .wdt-content-icon span svg
{
width: 1em;
height: 1em;
fill: currentColor;
}
.wdt-heading-holder .wdt-heading-separator.with-icon .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-heading-holder > .wdt-heading-deco-wrapper > span
{
display: flex;
align-items: center;
flex-wrap: wrap;
white-space: break-spaces;
}
.wdt-heading-holder > .wdt-heading-deco-wrapper > span .wdt-heading-deco-line
{
align-self: center;
width: 50px;
height: 2px;
}
.wdt-heading-holder .wdt-heading-deco-wrapper > span .wdt-heading-deco-inner
{
display: inline-flex;
align-items: baseline;
}
.wdt-heading-holder .wdt-heading-deco-wrapper > span .wdt-heading-deco-inner[class*='-left-part']
{
margin-right: 5px;
}
.wdt-heading-holder .wdt-heading-deco-wrapper > span .wdt-heading-deco-inner[class*='-right-part']
{
margin-left: 5px;
}
.wdt-heading-holder .wdt-heading-deco-wrapper .wdt-heading-deco-icon,
.wdt-heading-holder .wdt-heading-deco-wrapper .wdt-heading-deco-icon span
{
display: inline-flex;
}
.wdt-heading-holder .wdt-heading-deco-wrapper .wdt-content-icon-wrapper .wdt-content-icon span
{
font-size: 1.125rem;
line-height: 1;
position: relative;
z-index: 0;
display: inline-block;
text-align: center;
}
.wdt-heading-holder .wdt-heading-deco-wrapper .wdt-content-icon-wrapper .wdt-content-icon span i
{
position: relative;
display: inline-flex;
width: 100%;
height: 100%;
margin: 0;
place-content: center;
place-items: center;
}
.wdt-heading-holder .wdt-heading-deco-wrapper .wdt-content-icon-wrapper .wdt-content-icon span svg
{
width: 1em;
height: 1em;
fill: currentColor;
}
.wdt-heading-holder .wdt-heading-deco-wrapper .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-heading-holder .wdt-heading-deco-wrapper .wdt-heading-deco-image
{
display: inline-flex;
}
.wdt-heading-holder .wdt-heading-deco-wrapper .wdt-heading-deco-inner .wdt-heading-deco-image span
{
position: relative;
z-index: 0;
display: inline-block;
text-align: center;
}
.wdt-heading-holder .wdt-heading-deco-wrapper .wdt-heading-deco-inner .wdt-heading-deco-image span img
{
display: inherit;
height: 100%;
object-fit: cover;
} .wdt-heading-holder > .wdt-heading-separator-wrapper .wdt-separator-line,
.wdt-heading-holder > .wdt-heading-deco-wrapper > span .wdt-heading-deco-line
{
background-color: var(--wdt-elementor-color-primary);
}
.wdt-heading-holder .wdt-heading-separator.with-icon .wdt-content-icon-wrapper .wdt-content-icon span,
.wdt-heading-holder .wdt-heading-deco-wrapper .wdt-content-icon-wrapper .wdt-content-icon span,
.wdt-heading-holder .wdt-heading-deco-wrapper .wdt-heading-title .wdt-heading-colored-elements
{
color: var(--wdt-elementor-color-primary);
}.wdt-accordion-toggle-holder,
.wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder,
.wdt-accordion-toggle-holder[class*='-template-simple'] .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-icon
{
-webkit-transition: var(--wdt-elementor-base-transition);
transition: var(--wdt-elementor-base-transition);
}
.wdt-accordion-toggle-holder
{
overflow: hidden;
width: 100%;
margin: 0 auto;
}
.wdt-accordion-toggle-holder .wdt-accordion-toggle-wrapper:not(:last-child)
{
margin-bottom: 20px;
}
.wdt-accordion-toggle-holder .wdt-accordion-toggle-wrapper
{
display: flex;
flex-wrap: wrap;
width: 100%;
}
.wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder
{
font-size: 1em;
line-height: 1;
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
margin: 0 auto;
padding: 1em 1.5em;
cursor: pointer;
border-width: 1px;
border-style: solid;
outline: none;
}
.wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-title
{
display: flex;
align-items: center;
-webkit-transition: var(--wdtAltTransition);
transition: var(--wdtAltTransition);
}
.wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-title div[class*='-title-prefix']
{
line-height: 1;
position: relative;
margin: 0 10px 0 0;
padding: 0 5px 0 0;
}
.wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-title div[class*='-title-prefix']:not(.icon):before
{
position: absolute;
right: 0;
bottom: 2px;
width: 3px;
height: 3px;
content: '';
background: currentColor;
}
.wdt-accordion-toggle-holder[class*='-expand-collapse-position-start'] .wdt-accordion-toggle-title-holder
{
flex-direction: row-reverse;
justify-content: start;
}
.wdt-accordion-toggle-holder[class*='-expand-collapse-position-start'] .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-icon
{
margin: 0 20px 0 0;
}
.wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-title,
.wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-icon
{
line-height: 1;
}
.wdt-accordion-toggle-holder .wdt-accordion-toggle-description
{
padding: 1.5em 2em;
border-width: 0 1px 1px 1px;
border-style: solid;
}
.wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-icon
{
position: relative;
display: flex;
flex-shrink: 0;
width: 1em;
height: 1em;
}
.wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-icon > div
{
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: flex;
align-items: center;
justify-content: flex-end;
margin: auto;
}
.wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder.ui-state-active .wdt-accordion-toggle-icon [class*='-toggle-icon-expand']
{
opacity: 0;
}
.wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-icon [class*='-toggle-icon-expand']
{
opacity: 1;
}
.wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder.ui-state-active .wdt-accordion-toggle-icon [class*='-toggle-icon-collapse']
{
opacity: 1;
}
.wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-icon [class*='-toggle-icon-collapse']
{
opacity: 0;
} .wdt-accordion-toggle-holder[class*='-template-bordered'] .wdt-accordion-toggle-wrapper
{
margin-bottom: 0;
}
.wdt-accordion-toggle-holder[class*='-template-bordered'] .wdt-accordion-toggle-title-holder
{
border-width: 2px;
}
.wdt-accordion-toggle-holder[class*='-template-bordered'] .wdt-accordion-toggle-wrapper:not(:last-child) .wdt-accordion-toggle-title-holder
{
margin-bottom: -2px;
}
.wdt-accordion-toggle-holder[class*='-template-bordered'] .wdt-accordion-toggle-description
{
padding: 2.5em 2em;
border-width: 2px;
}
.wdt-accordion-toggle-holder[class*='-template-bordered'] .wdt-accordion-toggle-wrapper:last-child .wdt-accordion-toggle-description
{
border-top: 0;
}
.wdt-accordion-toggle-holder[class*='-template-bordered'] .wdt-accordion-toggle-wrapper:not(:last-child) .wdt-accordion-toggle-description
{
border-bottom: 0;
} .wdt-accordion-toggle-holder[class*='-template-simple'] .wdt-accordion-toggle-wrapper
{
margin-bottom: 0;
}
.wdt-accordion-toggle-holder[class*='-template-simple'] .wdt-accordion-toggle-title-holder
{
padding: 1.2em 3em 1.2em 0;
border-width: 0 0 1px;
}
.wdt-accordion-toggle-holder[class*='-template-simple'][class*='-expand-collapse-position-start'] .wdt-accordion-toggle-title-holder
{
padding: 1.2em 0 1.2em 3em;
}
.wdt-accordion-toggle-holder[class*='-template-simple'][class*='-expand-collapse-position-start'] .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-icon
{
right: auto;
left: 0;
}
.wdt-accordion-toggle-holder[class*='-template-simple'] .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-icon
{
position: absolute;
top: 50%;
right: 0;
width: 50px;
height: 50px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.wdt-accordion-toggle-holder[class*='-template-simple'] .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-icon > div
{
justify-content: center;
}
.wdt-accordion-toggle-holder[class*='-template-simple'] .wdt-accordion-toggle-description
{
padding: 2em 0;
border-width: 0 0 1px;
} .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder
{
background-color: rgb(var(--wdtBorderColorRgb), .15);
}
.wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder,
.wdt-accordion-toggle-holder .wdt-accordion-toggle-description
{
border-color: rgb(var(--wdtBorderColorRgb), .4);
-webkit-transition: border-color .3s linear;
transition: border-color .3s linear;
}
.wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder.ui-state-hover,
.wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder.ui-state-active
{
color: var(--wdt-elementor-color-white);
border-color: var(--wdt-elementor-color-primary);
background-color: var(--wdt-elementor-color-primary);
}
.wdt-accordion-toggle-holder[class*='-template-bordered'] .wdt-accordion-toggle-title-holder,
.wdt-accordion-toggle-holder[class*='-template-bordered'] .wdt-accordion-toggle-title-holder.ui-state-hover,
.wdt-accordion-toggle-holder[class*='-template-bordered'] .wdt-accordion-toggle-title-holder.ui-state-active
{
border-color: #e1e1e1;
background-color: transparent;
}
.wdt-accordion-toggle-holder[class*='-template-bordered'] .wdt-accordion-toggle-title-holder.ui-state-hover,
.wdt-accordion-toggle-holder[class*='-template-bordered'] .wdt-accordion-toggle-title-holder.ui-state-active
{
color: var(--wdt-elementor-color-primary);
}
.wdt-accordion-toggle-holder[class*='-template-bordered'] .wdt-accordion-toggle-description
{
border-left-color: var(--wdt-elementor-color-primary);
}
.wdt-accordion-toggle-holder[class*='-template-simple'] .wdt-accordion-toggle-title-holder
{
background-color: transparent;
}
.wdt-accordion-toggle-holder[class*='-template-simple'] .wdt-accordion-toggle-title-holder.ui-state-hover,
.wdt-accordion-toggle-holder[class*='-template-simple'] .wdt-accordion-toggle-title-holder.ui-state-active
{
color: var(--wdt-elementor-color-primary);
border-color: rgb(var(--wdtBorderColorRgb), .4);
}
.wdt-accordion-toggle-holder[class*='-template-simple'] .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-icon
{
background-color: rgb(var(--wdt-elementor-color-secondary-rgb), .04);
}
.wdt-accordion-toggle-holder[class*='-template-simple'] .wdt-accordion-toggle-title-holder.ui-state-hover .wdt-accordion-toggle-icon,
.wdt-accordion-toggle-holder[class*='-template-simple'] .wdt-accordion-toggle-title-holder.ui-state-active .wdt-accordion-toggle-icon
{
color: var(--wdt-elementor-color-white);
background-color: var(--wdt-elementor-color-primary);
}
.wdt-accordion-toggle-holder[class*='-template-classic'] .wdt-accordion-toggle-title-holder
{
color: var(--wdt-elementor-color-white);
border-color: var(--wdt-elementor-color-primary);
background-color: var(--wdt-elementor-color-primary);
}
.wdt-accordion-toggle-holder[class*='-template-classic'] .wdt-accordion-toggle-description
{
color: var(--mfx-elementor-color-black);
border-color: rgb(var(--wdt-elementor-color-primary-rgb), .4);
background: rgb(var(--wdt-elementor-color-primary-rgb), .2);
}.wdt-content-item { border-color: transparent; border-style: solid; border-width: 0; position: relative; z-index: 0; }
.wdt-content-item, .wdt-content-item > .wdt-content-media-group, .wdt-content-item > .wdt-content-detail-group, .wdt-content-item .wdt-content-elements-group, .wdt-content-item .wdt-content-image > span, .wdt-content-item .wdt-content-image > a, .wdt-content-item .wdt-content-image img, .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span, .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span:before, .wdt-content-item a, .wdt-content-item .wdt-content-title h5, .wdt-content-item .wdt-rating li span, .wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper, .wdt-content-item .wdt-media-image-overlay .wdt-content-image-wrapper, .wdt-content-item .wdt-media-image-cover > .wdt-media-image-cover-container, .wdt-content-item .wdt-media-image-overlay > .wdt-media-image-overlay-container, .wdt-content-item .wdt-media-image-cover > .wdt-media-image-cover-container > div, .wdt-content-item .wdt-media-image-overlay > .wdt-media-image-overlay-container > div, .wdt-content-item .wdt-content-separator span { -webkit-transition: var(--wdt-elementor-base-transition); transition: var(--wdt-elementor-base-transition); }
.wdt-content-item > div:empty { display: none; }
.wdt-content-item > div:not(:last-child),
.wdt-content-item .wdt-content-media-group > div:not(:last-child),
.wdt-content-item .wdt-content-detail-group > div:not(:last-child),
.wdt-content-item .wdt-content-elements-group > div:not(:last-child) { margin-bottom: 20px; } .wdt-content-item .wdt-content-media-group { position: relative; }
.wdt-content-item .wdt-content-image-wrapper, .wdt-content-item .wdt-content-image-wrapper .wdt-content-image,
.wdt-content-item .wdt-content-image > span, .wdt-content-item .wdt-content-image > a { display: inline-flex; }
.wdt-content-item .wdt-content-image > span > img, .wdt-content-item .wdt-content-image > a > img { -webkit-border-radius: inherit; border-radius: inherit; } .wdt-content-item .wdt-content-icon-wrapper, .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon { display: inline-flex; justify-content: inherit; }
.wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span { display: inline-flex; justify-content: center; align-items: center; font-size: 2rem; height: 1em; line-height: 1; padding: 5px; position: relative; text-align: center; vertical-align: top; width: 1em; z-index: 0; }
.wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span i { color: inherit; display: inline-block; font-size: inherit; height: 1em; position: relative; vertical-align: top; width: 1em; }
.wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span svg { fill: currentColor; height: 1em; width: 1em; } .wdt-content-item .wdt-content-title h5 { display: block; font-size: 1.25em; font-weight: bold; margin-top: -8px; margin-bottom: 0; text-transform: none; }
.wdt-content-item .wdt-content-title h5 a { -webkit-transition: inherit; transition: inherit; }
.wdt-content-item .wdt-content-title h5, .wdt-content-item .wdt-content-title h5 a { color: var(--wdt-elementor-color-primary); }
.wdt-content-item .wdt-content-title h5 a:hover { color: var(--wdt-elementor-color-accent); }
.wdt-content-item .wdt-content-subtitle { color: var(--wdt-elementor-color-secondary); font-size: 0.9em; letter-spacing: 0.05em; }
.wdt-content-item > div[class*="group"] > .wdt-content-title,
.wdt-content-item > div[class*="group"] > .wdt-content-subtitle { width: 100%; }
.wdt-content-item .wdt-content-title-group { width: 100%; }
.wdt-content-item .wdt-content-title-group, .wdt-content-item .wdt-content-title-group > * { display: inline-block; }
.wdt-content-item .wdt-content-title-group span { display: inline-block; line-height: 0; margin: 5px 10px; width: 0.5em; }
.wdt-content-item .wdt-content-title-group span:before { background-color: currentColor; content:""; display: inline-block; height: 1px; opacity: 0.75; vertical-align: top; width: 100%; }
.wdt-content-item .wdt-content-title-group.below > * { display: block; }
.wdt-content-item .wdt-content-title-group.below > :not(.wdt-content-separator):not(:last-child) { margin-bottom: 20px; }
.wdt-content-item .wdt-content-title-group.below span { margin: 15px 0; width: 100%; }
.wdt-content-item .wdt-content-title-group.below span:before { background-color: var(--wdt-elementor-color-accent); height: 2px; width: 60px; }
.wdt-content-item > div[class*="group"] .wdt-content-title + .wdt-content-subtitle,
.wdt-content-item > div[class*="group"] .wdt-content-subtitle + .wdt-content-title,
.wdt-content-item > div[class*="group"] .wdt-content-separator + .wdt-content-subtitle,
.wdt-content-item > div[class*="group"] .wdt-rating-container + .wdt-content-title { margin-top: -15px; }
.wdt-content-item > div[class*="group"] .wdt-content-title + .wdt-content-separator { margin-top: -5px; } .wdt-content-item .wdt-content-separator { display: inline-block; line-height: 0; vertical-align: top; width: 100%; }
.wdt-content-item .wdt-content-separator.separator-1 span { background-color: var(--wdt-elementor-color-accent); display: inline-block; height: 2px; vertical-align: top; width: 60px; }
.wdt-content-item .wdt-content-separator.separator-2 span { background-color: currentColor; display: inline-block; height: 1px; opacity: 0.15; max-width: 85%; vertical-align: top; width: 450px; } .wdt-content-item .wdt-content-detail-group { position: relative; }
.wdt-content-item .wdt-content-description { position: relative; z-index: 0; } .wdt-content-item .wdt-social-icons-list { display: inline-flex; flex-wrap: wrap; list-style: none; margin: 0 -5px; padding: 0; }
.wdt-content-item .wdt-social-icons-list li { display: inline-flex; margin: 5px; }
.wdt-content-item .wdt-social-icons-list li a { color: var(--wdt-elementor-color-primary); height: 1em; line-height: 1; width: 1em; }
.wdt-content-item .wdt-social-icons-list li a:hover { color: var(--wdt-elementor-color-accent); } .wdt-content-item .wdt-rating { display: inline-flex; list-style: none; margin: 0 -2px; padding: 0; vertical-align: top; }
.wdt-content-item .wdt-rating li { display: inline-flex; margin: 2px; }
.wdt-content-item .wdt-rating li span { color: var(--wdt-elementor-color-accent); height: 1em; line-height: 1; width: 1em; }
.wdt-content-item .wdt-rating li span.far { opacity: 0.75; } .wdt-content-item .wdt-content-button { position: relative; z-index: 0; }
.wdt-content-item .wdt-content-button > a {
border: 1px solid transparent;
background-color: var(--wdt-elementor-color-accent);
color: var(--wdt-elementor-color-white);
fill: var(--wdt-elementor-color-white);
display: inline-block;
line-height: 1;
font-size: 1em;
padding: 0.75em 1.5em;
text-align: center;
-webkit-border-radius: var(--wdtRadius_3X);
border-radius: var(--wdtRadius_3X);
}
.wdt-content-item .wdt-content-button > a:hover,
.wdt-content-item .wdt-content-button > a:focus { border-color: var(--wdt-elementor-color-secondary); background-color: var(--wdt-elementor-color-secondary); color: var(--wdtHeadAltColor); } .wdt-content-item .wdt-media-image-cover { display: grid; position: relative; z-index: 0; }
.wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper { position: relative; width: 100%; z-index: -1; }
.wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper:before { content: ""; height: 100%; position: absolute; left: 0; top: 0; width: 100%; z-index: 0; -webkit-transition: inherit; transition: inherit;
background-color: var(--wdt-elementor-color-accent);
background-image: linear-gradient(20deg, rgba(0,0,0,0.5), transparent);
}
.wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper:after { background-color: var(--wdt-elementor-color-accent); content: ""; height: auto; position: absolute; left: 50%; top: 50%; opacity: 0.25; padding-top: 0; width: 0; -webkit-border-radius: 50%; border-radius: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); -webkit-transition: all 0.3s ease-in-out 0.15s; transition: all 0.3s ease-in-out 0.15s; }
.wdt-content-item:hover .wdt-media-image-cover .wdt-content-image-wrapper:after { opacity: 0.5; padding-top: 135%; width: 135%; -webkit-border-radius: 35%; border-radius: 35%; }
.wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper .wdt-content-image { align-content: inherit; align-items: inherit; overflow: hidden; }
.wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper .wdt-content-image img { object-fit: cover; object-position: center; }
.wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper .wdt-content-image,
.wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper .wdt-content-image img { height: 100%; width: 100%; }
.wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper,
.wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper:before,
.wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper .wdt-content-image,
.wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper .wdt-content-image > span,
.wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper .wdt-content-image > a { justify-content: inherit; justify-items: inherit; -webkit-border-radius: inherit; border-radius: inherit; }
.wdt-content-item .wdt-media-image-cover > .wdt-content-image-wrapper,
.wdt-content-item .wdt-media-image-cover > .wdt-media-image-cover-container { grid-area: 1/-1; align-content: center; justify-content: center; margin-bottom: 0 !important; overflow: hidden; text-align: center; }
.wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper:before { opacity: 0.6; }
.wdt-content-item .wdt-media-image-cover > .wdt-media-image-cover-container { display: flex; flex-wrap: wrap; padding: 20px; width: 100%; }
.wdt-content-item .wdt-media-image-cover > .wdt-media-image-cover-container > *:not(.wdt-content-icon-wrapper) { flex: 1 1 100%; }
.wdt-content-item .wdt-media-image-cover > .wdt-media-image-cover-container > *:not(:last-child) { margin-bottom: 15px; }
.wdt-content-item .wdt-media-image-cover > .wdt-media-image-cover-container > div,
.wdt-content-item .wdt-media-image-cover > .wdt-media-image-cover-container > div div,
.wdt-content-item .wdt-media-image-cover > .wdt-media-image-cover-container > div span,
.wdt-content-item .wdt-media-image-cover > .wdt-media-image-cover-container > div:not(.wdt-content-button) a,
.wdt-content-item .wdt-media-image-cover > .wdt-media-image-cover-container > div h5,
.wdt-content-item .wdt-media-image-cover > .wdt-media-image-cover-container > div h5 a,
.wdt-content-item .wdt-media-image-cover > .wdt-media-image-cover-container > div ul li,
.wdt-content-item .wdt-media-image-cover > .wdt-media-image-cover-container > div ul li a { color: var(--wdt-elementor-color-white); }
.wdt-content-item:hover .wdt-media-image-cover > .wdt-media-image-cover-container > div,
.wdt-content-item:hover .wdt-media-image-cover > .wdt-media-image-cover-container > div div,
.wdt-content-item:hover .wdt-media-image-cover > .wdt-media-image-cover-container > div span,
.wdt-content-item:hover .wdt-media-image-cover > .wdt-media-image-cover-container > div:not(.wdt-content-button) a,
.wdt-content-item:hover .wdt-media-image-cover > .wdt-media-image-cover-container > div h5,
.wdt-content-item:hover .wdt-media-image-cover > .wdt-media-image-cover-container > div h5 a,
.wdt-content-item:hover .wdt-media-image-cover > .wdt-media-image-cover-container > div ul li,
.wdt-content-item:hover .wdt-media-image-cover > .wdt-media-image-cover-container > div ul li a { color: var(--wdt-elementor-color-black); }
.wdt-content-item:hover .wdt-media-image-cover > .wdt-media-image-cover-container > div:not(.wdt-content-button) a:hover,
.wdt-content-item:hover .wdt-media-image-cover > .wdt-media-image-cover-container > div h5 a:hover,
.wdt-content-item:hover .wdt-media-image-cover > .wdt-media-image-cover-container > div ul li a:hover { color: var(--wdt-elementor-color-white); } .wdt-content-item .wdt-media-image-overlay { display: grid; position: relative; z-index: 0; }
.wdt-content-item .wdt-media-image-overlay .wdt-content-image-wrapper { position: relative; width: 100%; z-index: -1; }
.wdt-content-item .wdt-media-image-overlay .wdt-content-image-wrapper:before { content: ""; height: 100%; opacity: 0; position: absolute; left: 0; top: 0; visibility: hidden; width: 100%; z-index: 0; -webkit-transition: inherit; transition: inherit;
background-color: var(--wdt-elementor-color-accent);
background-image: linear-gradient(20deg, rgba(0,0,0,0.5), transparent);
}
.wdt-content-item .wdt-media-image-overlay .wdt-content-image-wrapper .wdt-content-image { align-content: inherit; align-items: inherit; overflow: hidden; }
.wdt-content-item .wdt-media-image-overlay .wdt-content-image-wrapper .wdt-content-image img { object-fit: cover; object-position: center; }
.wdt-content-item .wdt-media-image-overlay .wdt-content-image-wrapper .wdt-content-image,
.wdt-content-item .wdt-media-image-overlay .wdt-content-image-wrapper .wdt-content-image img { height: 100%; width: 100%; }
.wdt-content-item .wdt-media-image-overlay .wdt-content-image-wrapper,
.wdt-content-item .wdt-media-image-overlay .wdt-content-image-wrapper:before,
.wdt-content-item .wdt-media-image-overlay .wdt-content-image-wrapper .wdt-content-image,
.wdt-content-item .wdt-media-image-overlay .wdt-content-image-wrapper .wdt-content-image > a,
.wdt-content-item .wdt-media-image-overlay .wdt-content-image-wrapper .wdt-content-image > span { justify-content: inherit; justify-items: inherit; -webkit-border-radius: inherit; border-radius: inherit; }
.wdt-content-item .wdt-media-image-overlay > .wdt-content-image-wrapper,
.wdt-content-item .wdt-media-image-overlay > .wdt-media-image-overlay-container { grid-area: 1/-1; align-content: center; justify-content: center; margin-bottom: 0 !important; overflow: hidden; text-align: center; }
.wdt-content-item .wdt-media-image-overlay > .wdt-media-image-overlay-container { display: flex; flex-wrap: wrap; opacity: 0; padding: 20px; visibility: hidden; width: 100%; }
.wdt-content-item .wdt-media-image-overlay > .wdt-media-image-overlay-container > * { flex: 1 1 100%; }
.wdt-content-item .wdt-media-image-overlay > .wdt-media-image-overlay-container > *:not(:last-child) { margin-bottom: 15px; }
.wdt-content-item .wdt-media-image-overlay .wdt-content-image-wrapper:before,
.wdt-content-item .wdt-media-image-overlay > .wdt-media-image-overlay-container { opacity: 0; visibility: hidden; }
.wdt-content-item:hover .wdt-media-image-overlay .wdt-content-image-wrapper:before { opacity: 0.6; visibility: visible; }
.wdt-content-item:hover .wdt-media-image-overlay > .wdt-media-image-overlay-container { opacity: 1; visibility: visible; }
.wdt-content-item .wdt-media-image-overlay > .wdt-media-image-overlay-container > div,
.wdt-content-item .wdt-media-image-overlay > .wdt-media-image-overlay-container > div div,
.wdt-content-item .wdt-media-image-overlay > .wdt-media-image-overlay-container > div span,
.wdt-content-item .wdt-media-image-overlay > .wdt-media-image-overlay-container > div:not(.wdt-content-button) a,
.wdt-content-item .wdt-media-image-overlay > .wdt-media-image-overlay-container > div h5,
.wdt-content-item .wdt-media-image-overlay > .wdt-media-image-overlay-container > div h5 a,
.wdt-content-item .wdt-media-image-overlay > .wdt-media-image-overlay-container > div ul li,
.wdt-content-item .wdt-media-image-overlay > .wdt-media-image-overlay-container > div ul li a { color: var(--wdt-elementor-color-black); }
.wdt-content-item:hover .wdt-media-image-overlay > .wdt-media-image-overlay-container > div,
.wdt-content-item:hover .wdt-media-image-overlay > .wdt-media-image-overlay-container > div div,
.wdt-content-item:hover .wdt-media-image-overlay > .wdt-media-image-overlay-container > div span,
.wdt-content-item:hover .wdt-media-image-overlay > .wdt-media-image-overlay-container > div:not(.wdt-content-button) a,
.wdt-content-item:hover .wdt-media-image-overlay > .wdt-media-image-overlay-container > div h5,
.wdt-content-item:hover .wdt-media-image-overlay > .wdt-media-image-overlay-container > div h5 a,
.wdt-content-item:hover .wdt-media-image-overlay > .wdt-media-image-overlay-container > div ul li,
.wdt-content-item:hover .wdt-media-image-overlay > .wdt-media-image-overlay-container > div ul li a { color: var(--wdt-elementor-color-white); }
.wdt-content-item:hover .wdt-media-image-overlay > .wdt-media-image-overlay-container > div:not(.wdt-content-button) a:hover,
.wdt-content-item:hover .wdt-media-image-overlay > .wdt-media-image-overlay-container > div h5 a:hover,
.wdt-content-item:hover .wdt-media-image-overlay > .wdt-media-image-overlay-container > div ul li a:hover { color: var(--wdt-elementor-color-black); } .wdt-content-item .wdt-content-elements-group { position: relative; z-index: 0; -webkit-transition: inherit; transition: inherit; }.wdt-image-box-holder.wdt-rc-template-default .wdt-content-item { text-align: center; }
.wdt-image-box-holder.wdt-rc-template-default .wdt-content-item .wdt-content-image > span, .wdt-image-box-holder.wdt-rc-template-default .wdt-content-item .wdt-content-image > a { -webkit-border-radius: 1em; border-radius: 1em; }
.wdt-image-box-holder.wdt-rc-template-default .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper { margin-bottom: 0; }
.wdt-image-box-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-image-box-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-image-box-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-image-box-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-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group { background-color: #f5f5f5; margin-bottom: 0; }
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group,
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-detail-group { padding: 20px; }
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper,
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image,
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image > a,
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image > span { min-width: 100px; }
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image > a,
.wdt-image-box-holder.wdt-rc-template-standard .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-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image > a img,
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image > span img { object-fit: cover; object-position: center center; }
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item:hover .wdt-content-media-group { background-color: var(--wdt-elementor-color-accent); }
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item:hover .wdt-content-media-group .wdt-content-title h5, .wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item:hover .wdt-content-media-group .wdt-content-title h5 > a { color: var(--wdt-elementor-color-white); }
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item:hover .wdt-content-media-group .wdt-content-title h5 > a:hover { color: var(--wdt-elementor-color-black); }