@charset "UTF-8";

    .ewd-ulb-hidden {
display: none;
}
.ewd-ulb-lightbox {
cursor: pointer;
} .ewd-ulb-background {
z-index: 9000;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100% !important;
background: #222;
background: rgba(0,0,0,.83);
} .ewd-ulb-lightbox-container {
z-index: 9001;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
height: 100vh;
}
.ewd-ulb-slide-container {
position: relative;
float: left;
width: calc(100% - 160px);
padding: 0 10px;
height: calc(100% - 116px);
height: calc(100vh - 116px);
margin: 58px 80px 0;
}
.ewd-ulb-thumbnails-top .ewd-ulb-slide-container, .ewd-ulb-thumbnails-bottom .ewd-ulb-slide-container {
height: calc(100% - 222px);
height: calc(100vh - 222px);
}
@media screen and (max-width: 640px) {
.ewd-ulb-slide-container {
width: 96%;
margin: 58px 2% 0;
}
}
.ewd-ulb-thumbnails-top .ewd-ulb-slide-container {
margin-top: 164px;
}
.ewd-ulb-slide {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%; visibility: hidden;
}
.ewd-ulb-active-slide { visibility: visible;
}
.ewd-ulb-old-active-slide.ewd-ulb-transition-next.ewd-ulb-no-transition,
.ewd-ulb-old-active-slide.ewd-ulb-transition-previous.ewd-ulb-no-transition { visibility: hidden;
}
.ewd-ulb-active-slide.ewd-ulb-transition-next.ewd-ulb-horizontal-slide {
left: 100%;
-webkit-animation: 0.5s linear 0s slidein forwards;
-moz-animation: 0.5s linear 0s slidein forwards;
-o-animation: 0.5s linear 0s slidein forwards;
animation: 0.5s linear 0s slidein forwards;
}
@-webkit-keyframes slidein {
100% {
left: 0px;
opacity: 1;
}
}
@-moz-keyframes slidein {
100% {
left: 0px;
opacity: 1;
}
}
@-o-keyframes slidein {
100% {
left: 0px;
opacity: 1;
}
}
@keyframes slidein {
100% {
left: 0px;
opacity: 1;
}
}
.ewd-ulb-old-active-slide.ewd-ulb-transition-next.ewd-ulb-horizontal-slide {
left: 0px;
-webkit-animation: 0.5s linear 0s slideout forwards;
-moz-animation: 0.5s linear 0s slideout forwards;
-o-animation: 0.5s linear 0s slideout forwards;
animation: 0.5s linear 0s slideout forwards;
}
@-webkit-keyframes slideout {
100% {
left: -100%;
opacity: 1;
}
}
@-moz-keyframes slideout {
100% {
left: -100%;
opacity: 1;
}
}
@-o-keyframes slideout {
100% {
left: -100%;
opacity: 1;
}
}
@keyframes slideout {
100% {
left: -100%;
opacity: 1;
}
}
.ewd-ulb-active-slide.ewd-ulb-transition-previous.ewd-ulb-horizontal-slide {
left: -100%;
-webkit-animation: 0.5s linear 0s prevSlidein forwards;
-moz-animation: 0.5s linear 0s prevSlidein forwards;
-o-animation: 0.5s linear 0s prevSlidein forwards;
animation: 0.5s linear 0s prevSlidein forwards;
}
@-webkit-keyframes prevSlidein {
100% {
left: 0px;
opacity: 1;
}
}
@-moz-keyframes prevSlidein {
100% {
left: 0px;
opacity: 1;
}
}
@-o-keyframes prevSlidein {
100% {
left: 0px;
opacity: 1;
}
}
@keyframes prevSlidein {
100% {
left: 0px;
opacity: 1;
}
}
.ewd-ulb-old-active-slide.ewd-ulb-transition-previous.ewd-ulb-horizontal-slide {
left: 0px;
-webkit-animation: 0.5s linear 0s prevSlideout forwards;
-moz-animation: 0.5s linear 0s prevSlideout forwards;
-o-animation: 0.5s linear 0s prevSlideout forwards;
animation: 0.5s linear 0s prevSlideout forwards;
}
@-webkit-keyframes prevSlideout {
100% {
left: 100%;
opacity: 1;
}
}
@-moz-keyframes prevSlideout {
100% {
left: 100%;
opacity: 1;
}
}
@-o-keyframes prevSlideout {
100% {
left: 100%;
opacity: 1;
}
}
@keyframes prevSlideout {
100% {
left: 100%;
opacity: 1;
}
}
.ewd-ulb-active-slide.ewd-ulb-zoom-one .ewd-ulb-slide-img img {
-moz-transform: scale(1.4);
-webkit-transform: scale(1.4);
transform: scale(1.4);
}
.ewd-ulb-active-slide.ewd-ulb-zoom-two .ewd-ulb-slide-img img {
-moz-transform: scale(1.8);
-webkit-transform: scale(1.8);
transform: scale(1.8);
}
.ewd-ulb-slide-img {
position: relative;
float: left;
width: 100%;
height: 100%;
display: inline-block;
text-align: center;
}
.ewd-ulb-slide-img img {
display: inline-block;
position: relative;
float: none;
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
}
.ewd-ulb-slide-img:before {
content: "";
display: inline-block;
height: 50%;
width: 1px;
margin-right: -1px;
} .ewd-ulb-slide .ewd-ulb-slide-overlay {
display: block;
position: absolute;
bottom: 0;
min-height: 48px;
width: 100%;
padding: 14px 16px;
background: #111;
background: rgba(0,0,0,.6);
color: #fff;
margin: 0 auto;
box-sizing: border-box;
}
.ewd-ulb-slide-title {
clear: both;
position: relative;
float: left;
width: 100%;
margin-bottom: 8px;
font-size: 1.5em;
text-align: center;
}
.ewd-ulb-slide-description {
clear: both;
position: relative;
float: left;
width: 100%;
font-size: .9em;
text-align: center;
} .ewd-ulb-top-toolbar, .ewd-ulb-bottom-toolbar {
position: absolute;
left: 0;
width: 100%;
height: 48px;
z-index: 2;
background: #111;
background: rgba(0,0,0,.5);
color: #fff;
}
.ewd-ulb-top-toolbar {
top: 0;
}
.ewd-ulb-bottom-toolbar {
bottom: 0;
background: #111;
background: rgba(0,0,0,.625);
}
.ewd-ulb-left-top-toolbar, .ewd-ulb-right-top-toolbar, .ewd-ulb-left-bottom-toolbar, .ewd-ulb-right-bottom-toolbar {
position: relative;
width: auto;
height: 100%;
padding: 8px 16px;
}
.ewd-ulb-left-top-toolbar, .ewd-ulb-left-bottom-toolbar {
float: left;
}
.ewd-ulb-right-top-toolbar, .ewd-ulb-right-bottom-toolbar {
float: right;
}
.ewd-ulb-control {
position: relative;
float: left;
margin: 0 4px;
cursor: pointer;
font-size: 2em; //PChanges
}
.ewd-ulb-slide-counter {
font-size: 1em;
} .ewd-ulb-slide-control {
position: absolute;
width: 80px;
height: 80px;
top: calc(50% - 40px);
top: calc(50vh - 40px);
font-size: 1.4em;
background: #111;
background: rgba(0,0,0,.4);
text-align: center;
padding-top: 20px;
color: #fff;
z-index: 3;
cursor: pointer;
}
.ewd-ulb-slide-control:hover {
background: #111;
background: rgba(0,0,0,.7);
}
.ewd-ulb-slide-control-previous {
left: 0;
}
.ewd-ulb-slide-control-next {
right: 0;
} .ewd-ulb-thumbnail-hidden {
display: none;
}
.ewd-ulb-bottom-thumbnail-bar, .ewd-ulb-top-thumbnail-bar {
position: absolute;
left: 0;
width: 100%;
height: 106px;
background: #111;
background: rgba(0,0,0,.25);
display: none;
}
.ewd-ulb-bottom-thumbnail-bar {
bottom: 48px;
}
.ewd-ulb-top-thumbnail-bar {
top: 48px;
}
.ewd-ulb-thumbnails-bottom .ewd-ulb-bottom-thumbnail-bar {
display: block;
}
.ewd-ulb-thumbnails-bottom .ewd-ulb-top-thumbnail-bar {
display: none;
}
.ewd-ulb-thumbnails-top .ewd-ulb-top-thumbnail-bar {
display: block;
}
.ewd-ulb-thumbnails-top .ewd-ulb-bottom-thumbnail-bar {
display: none;
}
.ewd-ulb-bottom-thumbnail-bar.ewd-ulb-thumbnail-bar-hidden, 
.ewd-ulb-top-thumbnail-bar.ewd-ulb-thumbnail-bar-hidden {
display: none;
}
.ewd-ulb-bottom-thumbnails, .ewd-ulb-top-thumbnails {
position: relative;
float: left;
width: 864px;
height: 100%;
margin-left: 50%;
right: 432px;
overflow: hidden;
}
@media screen and (max-width: 960px) {
.ewd-ulb-bottom-thumbnails, .ewd-ulb-top-thumbnails {
width: 720px;
right: 360px;
}
}
@media screen and (max-width: 800px) {
.ewd-ulb-bottom-thumbnails, .ewd-ulb-top-thumbnails {
width: 576px;
right: 288px;
}
}
@media screen and (max-width: 640px) {
.ewd-ulb-bottom-thumbnails, .ewd-ulb-top-thumbnails {
width: 432px;
right: 216px;
}
}
@media screen and (max-width: 480px) {
.ewd-ulb-bottom-thumbnails, .ewd-ulb-top-thumbnails {
width: 288px;
right: 144px;
}
}
.ewd-ulb-thumbnails-inside {
position: relative;
float: left;
width: 300000000000%;
}
.ewd-ulb-slide-thumbnail {
position: relative;
float: left;
width: 128px;
height: 106px;
margin: 0 8px;
cursor: pointer;
text-align: center;
}
.ewd-ulb-slide-thumbnail img {
position: relative;
margin-top: 10px;
width: auto;
height: auto;
max-width: 128px;
max-height: 86px;
}
.ewd-ulb-active-thumbnail img {
border: 3px solid #fff;
}
.ewd-thumbnail-toggle {
position: relative;
float: left;
top: 10px;
left: 10px;
cursor: pointer;
color: #fff;
z-index: 5;
}
.ewd-thumbnail-toggle-up {
top: 84px;
}
.ewd-thumbnail-toggle-top.ewd-thumbnail-toggle-up {
top: 120px;
}
.ewd-thumbnail-toggle-top.ewd-thumbnail-toggle-down {
top: 48px;
}
.ewd-thumbnail-scroll-button {
position: absolute;
top: 40px;
width: 24px;
height: 24px;
background: transparent;
cursor: pointer;
z-index: 2;
font-family: 'untitled-font-7';
font-size: 18px;
color: #fff;
}
.ewd-thumbnail-scroll-button-left {
left: 48px;
}
.ewd-thumbnail-scroll-button-right {
right: 48px;
}
@media screen and (max-width: 716px) {
.ewd-thumbnail-scroll-button-left {
left: 24px;
}
.ewd-thumbnail-scroll-button-right {
right: 24px;
}
}
@media screen and (max-width: 480px) {
.ewd-ulb-mobile-hide {
display: none !important;
}
} .ewd-ulb-iframe-parent {
position: relative;
}
.ewd-ulb-overlay {
position: absolute;
cursor: pointer;
right: 0;
top: 0;
width: 100%;
height: 100%;
}
.ewd-ulb-slide-img iframe {
display: block;
margin: 0 auto;
max-height: 100%;
max-width: 100%;
} @font-face { font-family: 'untitled-font-7';
src: url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-arrow/untitled-font-7.eot);
src: url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-arrow/untitled-font-7.woff2) format('woff2'),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-arrow/untitled-font-7.woff) format('woff'),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-arrow/untitled-font-7.ttf) format("truetype"),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-arrow/untitled-font-7.svg#untitled-font-7) format("svg");
font-weight: normal;
font-style: normal;
}
.ewd-ulb-arrow {
font-family: 'untitled-font-7';
}
@font-face { font-family: 'ewd-lightbox-autoplay';
src: url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-autoplay/ewd-lightbox-autoplay.eot);
src: url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-autoplay/ewd-lightbox-autoplay.woff2) format('woff2'),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-autoplay/ewd-lightbox-autoplay.woff) format('woff'),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-autoplay/ewd-lightbox-autoplay.ttf) format("truetype"),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-autoplay/ewd-lightbox-autoplay.svg#ewd-lightbox-autoplay) format("svg");
font-weight: normal;
font-style: normal;
}
.ewd-ulb-autoplay {
font-family: 'ewd-lightbox-autoplay';
}
@font-face { font-family: 'ewd-lightbox-close';
src: url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-close/ewd-lightbox-close.eot);
src: url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-close/ewd-lightbox-close.woff2) format('woff2'),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-close/ewd-lightbox-close.woff) format('woff'),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-close/ewd-lightbox-close.ttf) format("truetype"),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-close/ewd-lightbox-close.svg#ewd-lightbox-close) format("svg");
font-weight: normal;
font-style: normal;
}
.ewd-ulb-exit {
font-family: 'ewd-lightbox-close';
}
@font-face { font-family: 'ewd-lightbox-download';
src: url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-download/ewd-lightbox-download.eot);
src: url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-download/ewd-lightbox-download.woff2) format('woff2'),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-download/ewd-lightbox-download.woff) format('woff'),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-download/ewd-lightbox-download.ttf) format("truetype"),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-download/ewd-lightbox-download.svg#ewd-lightbox-download) format("svg");
font-weight: normal;
font-style: normal;
}
.ewd-ulb-download {
font-family: 'ewd-lightbox-download';
color: white;
}
@font-face { font-family: 'ewd-lightbox-exit-fullscreen';
src: url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-exit-fullscreen/ewd-lightbox-exit-fullscreen.eot);
src: url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-exit-fullscreen/ewd-lightbox-exit-fullscreen.woff2) format('woff2'),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-exit-fullscreen/ewd-lightbox-exit-fullscreen.woff) format('woff'),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-exit-fullscreen/ewd-lightbox-exit-fullscreen.ttf) format("truetype"),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-exit-fullscreen/ewd-lightbox-exit-fullscreen.svg#ewd-lightbox-exit-fullscreen) format("svg");
font-weight: normal;
font-style: normal;
}
.ewd-ulb-regular_screen {
font-family: 'ewd-lightbox-exit-fullscreen';
}
@font-face { font-family: 'ewd-lightbox-fullscreen';
src: url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-fullscreen/ewd-lightbox-fullscreen.eot);
src: url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-fullscreen/ewd-lightbox-fullscreen.woff2) format('woff2'),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-fullscreen/ewd-lightbox-fullscreen.woff) format('woff'),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-fullscreen/ewd-lightbox-fullscreen.ttf) format("truetype"),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-fullscreen/ewd-lightbox-fullscreen.svg#ewd-lightbox-fullscreen) format("svg");
font-weight: normal;
font-style: normal;
}
.ewd-ulb-fullscreen {
font-family: 'ewd-lightbox-fullscreen';
}
@font-face { font-family: 'ewd-lightbox-original';
src: url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-original/ewd-lightbox-original.eot);
src: url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-original/ewd-lightbox-original.woff2) format('woff2'),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-original/ewd-lightbox-original.woff) format('woff'),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-original/ewd-lightbox-original.ttf) format("truetype"),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-original/ewd-lightbox-original.svg#ewd-lightbox-original) format("svg");
font-weight: normal;
font-style: normal;
}
.ewd-ulb-fullsize {
font-family: 'ewd-lightbox-original';
}
@font-face { font-family: 'ewd-lightbox-share';
src: url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-share/ewd-lightbox-share.eot);
src: url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-share/ewd-lightbox-share.woff2) format('woff2'),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-share/ewd-lightbox-share.woff) format('woff'),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-share/ewd-lightbox-share.ttf) format("truetype"),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-share/ewd-lightbox-share.svg#ewd-lightbox-share) format("svg");
font-weight: normal;
font-style: normal;
}
.ewd-ulb-share {
font-family: 'ewd-lightbox-share';
}
@font-face { font-family: 'ewd-lightbox-thumbnail';
src: url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-thumbnail/ewd-lightbox-thumbnail.eot);
src: url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-thumbnail/ewd-lightbox-thumbnail.woff2) format('woff2'),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-thumbnail/ewd-lightbox-thumbnail.woff) format('woff'),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-thumbnail/ewd-lightbox-thumbnail.ttf) format("truetype"),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-thumbnail/ewd-lightbox-thumbnail.svg#ewd-lightbox-thumbnail) format("svg");
font-weight: normal;
font-style: normal;
}
.ewd-ulb-thumbnail {
font-family: 'ewd-lightbox-thumbnail';
}
@font-face { font-family: 'ewd-lightbox-unzoom';
src: url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-unzoom/ewd-lightbox-unzoom.eot);
src: url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-unzoom/ewd-lightbox-unzoom.woff2) format('woff2'),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-unzoom/ewd-lightbox-unzoom.woff) format('woff'),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-unzoom/ewd-lightbox-unzoom.ttf) format("truetype"),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-unzoom/ewd-lightbox-unzoom.svg#ewd-lightbox-unzoom) format("svg");
font-weight: normal;
font-style: normal;
}
.ewd-ulb-zoom_out {
font-family: 'ewd-lightbox-unzoom';
}
@font-face { font-family: 'ewd-lightbox-zoom';
src: url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-zoom/ewd-lightbox-zoom.eot);
src: url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-zoom/ewd-lightbox-zoom.woff2) format('woff2'),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-zoom/ewd-lightbox-zoom.woff) format('woff'),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-zoom/ewd-lightbox-zoom.ttf) format("truetype"),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-zoom/ewd-lightbox-zoom.svg#ewd-lightbox-zoom) format("svg");
font-weight: normal;
font-style: normal;
}
.ewd-ulb-zoom {
font-family: 'ewd-lightbox-zoom';
} .animate { 
transition: transform 0.3s ease-out; 
}
.ms-touch.slider 
{
overflow-x: scroll;
overflow-y: hidden;
-ms-overflow-style: none; -ms-scroll-chaining: none; -ms-scroll-snap-type: mandatory; -ms-scroll-snap-points-x: snapInterval(0%, 100%); }   .ewd-ulb-style-matte .ewd-ulb-control {
font-size: 1.5em;
line-height: 1.5
}
.ewd-ulb-style-matte .ewd-ulb-slide-control,
.ewd-ulb-style-matte .ewd-ulb-top-toolbar,
.ewd-ulb-style-matte .ewd-ulb-bottom-toolbar,
.ewd-ulb-style-matte .ewd-ulb-bottom-thumbnail-bar,
.ewd-ulb-style-matte .ewd-ulb-top-thumbnail-bar {
background: transparent;
}
.ewd-ulb-style-matte .ewd-ulb-slide-control:hover {
background: transparent;
opacity: .7;
}
.ewd-ulb-background.ewd-ulb-style-light {
background: rgba(255,255,255,.9);
}
.ewd-ulb-style-light .ewd-ulb-top-toolbar,
.ewd-ulb-style-light .ewd-ulb-bottom-toolbar,
.ewd-ulb-style-light .ewd-thumbnail-scroll-button,
.ewd-ulb-style-light .ewd-thumbnail-toggle,
.ewd-ulb-style-light .ewd-ulb-download,
.ewd-ulb-style-light .ewd-ulb-slide-control {
color: #000;
}
.ewd-ulb-style-contrast .ewd-ulb-top-toolbar,
.ewd-ulb-style-contrast .ewd-ulb-top-thumbnail-bar {
border-bottom: 1px solid #fff;
}
.ewd-ulb-style-contrast .ewd-ulb-bottom-thumbnail-bar,
.ewd-ulb-style-contrast .ewd-ulb-bottom-toolbar {
border-top: 1px solid #fff;
}
.ewd-ulb-style-light.ewd-ulb-style-contrast .ewd-ulb-top-toolbar,
.ewd-ulb-style-light.ewd-ulb-style-contrast .ewd-ulb-top-thumbnail-bar {
border-bottom: 1px solid #000;
}
.ewd-ulb-style-light.ewd-ulb-style-contrast .ewd-ulb-bottom-thumbnail-bar,
.ewd-ulb-style-light.ewd-ulb-style-contrast .ewd-ulb-bottom-toolbar {
border-top: 1px solid #000;
}.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
content: " ";
display: block;
background: white;
position: absolute;
z-index: 30;
-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
width: 3px;
height: 9999px;
left: 50%;
margin-left: -1.5px; }
.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
width: 9999px;
height: 3px;
top: 50%;
margin-top: -1.5px; }
.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
position: absolute;
top: 0;
width: 100%;
height: 100%; }
.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
-webkit-transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
transition-duration: 0.5s; }
.twentytwenty-before-label, .twentytwenty-after-label {
-webkit-transition-property: opacity;
-moz-transition-property: opacity;
transition-property: opacity; }
.twentytwenty-before-label:before, .twentytwenty-after-label:before {
color: white;
font-size: 13px;
letter-spacing: 0.1em; }
.twentytwenty-before-label:before, .twentytwenty-after-label:before {
position: absolute;
background: rgba(255, 255, 255, 0.2);
line-height: 38px;
padding: 0 20px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px; }
.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
top: 50%;
margin-top: -19px; }
.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
left: 50%;
margin-left: -45px;
text-align: center;
width: 90px; }
.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
width: 0;
height: 0;
border: 6px inset transparent;
position: absolute; }
.twentytwenty-left-arrow, .twentytwenty-right-arrow {
top: 50%;
margin-top: -6px; }
.twentytwenty-up-arrow, .twentytwenty-down-arrow {
left: 50%;
margin-left: -6px; }
.twentytwenty-container {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
z-index: 0;
overflow: hidden;
position: relative;
-webkit-user-select: none;
-moz-user-select: none; }
.twentytwenty-container img {
max-width: 100%;
position: absolute;
top: 0;
display: block; }
.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
background: rgba(0, 0, 0, 0); }
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
opacity: 0; }
.twentytwenty-container * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box; }
.twentytwenty-before-label {
opacity: 0; }
.twentytwenty-before-label:before {
content: attr(data-content); }
.twentytwenty-after-label {
opacity: 0; }
.twentytwenty-after-label:before {
content: attr(data-content); }
.twentytwenty-horizontal .twentytwenty-before-label:before {
left: 10px; }
.twentytwenty-horizontal .twentytwenty-after-label:before {
right: 10px; }
.twentytwenty-vertical .twentytwenty-before-label:before {
top: 10px; }
.twentytwenty-vertical .twentytwenty-after-label:before {
bottom: 10px; }
.twentytwenty-overlay {
-webkit-transition-property: background;
-moz-transition-property: background;
transition-property: background;
background: rgba(0, 0, 0, 0);
z-index: 25; }
.twentytwenty-overlay:hover {
background: rgba(0, 0, 0, 0.5); }
.twentytwenty-overlay:hover .twentytwenty-after-label {
opacity: 1; }
.twentytwenty-overlay:hover .twentytwenty-before-label {
opacity: 1; }
.twentytwenty-before {
z-index: 20; }
.twentytwenty-after {
z-index: 10; }
.twentytwenty-handle {
height: 38px;
width: 38px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -22px;
margin-top: -22px;
border: 3px solid white;
-webkit-border-radius: 1000px;
-moz-border-radius: 1000px;
border-radius: 1000px;
-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
z-index: 40;
cursor: pointer; }
.twentytwenty-horizontal .twentytwenty-handle:before {
bottom: 50%;
margin-bottom: 22px;
-webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:after {
top: 50%;
margin-top: 22px;
-webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:before {
left: 50%;
margin-left: 22px;
-webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:after {
right: 50%;
margin-right: 22px;
-webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-left-arrow {
border-right: 6px solid white;
left: 50%;
margin-left: -17px; }
.twentytwenty-right-arrow {
border-left: 6px solid white;
right: 50%;
margin-right: -17px; }
.twentytwenty-up-arrow {
border-bottom: 6px solid white;
top: 50%;
margin-top: -17px; }
.twentytwenty-down-arrow {
border-top: 6px solid white;
bottom: 50%;
margin-bottom: -17px; }.cmplz-video.cmplz-iframe-styles{background-color:transparent}.cmplz-video.cmplz-hidden{visibility:hidden !important}.cmplz-blocked-content-notice{display:none}.cmplz-placeholder-parent{height:inherit}.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice{display:block}.cmplz-blocked-content-container,.cmplz-wp-video{animation-name:cmplz-fadein;animation-duration:600ms;background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);display:flex;justify-content:center;align-items:center;background-repeat:no-repeat !important;background-size:cover !important;height:inherit;position:relative}.cmplz-blocked-content-container.gmw-map-cover,.cmplz-wp-video.gmw-map-cover{max-height:100%;position:absolute}.cmplz-blocked-content-container.cmplz-video-placeholder,.cmplz-wp-video.cmplz-video-placeholder{padding-bottom:initial}.cmplz-blocked-content-container iframe,.cmplz-wp-video iframe{visibility:hidden;max-height:100%;border:0 !important}.cmplz-blocked-content-container .cmplz-custom-accept-btn,.cmplz-wp-video .cmplz-custom-accept-btn{white-space:normal;text-transform:initial;cursor:pointer;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,.cmplz-wp-video .cmplz-custom-accept-btn:focus{border:1px dotted #cecece}.cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-wp-video .cmplz-blocked-content-notice{white-space:normal;text-transform:initial;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:300px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links{display:block;margin-bottom:10px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a{color:#fff}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body{display:block}.cmplz-blocked-content-container div div{display:none}.cmplz-wp-video .cmplz-placeholder-element{width:100%;height:inherit}@keyframes cmplz-fadein{from{opacity:0}to{opacity:1}}.ssa-upcoming-appointments{
height: 100%;
width: 100%;
display: flex;
flex-direction: column;
gap: 1rem;
margin-bottom: 1rem;
}
.ssa-upcoming-appointments .appointment-card{
display: flex;
flex-direction: column;
color: #858585;
background-color: white;
border-radius: 4px;
}
.ssa-upcoming-appointments .appointment-card-header{
display: flex;
flex-wrap: wrap;
gap: 1rem;
padding: 1.5rem 1.5rem 0 1.5rem;
}
.wp-container-core-group-layout-6 .ssa-upcoming-appointments .appointment-card-header{
justify-content: center;
}
.wp-container-core-columns-layout-1 .ssa-upcoming-appointments .appointment-card-header{
justify-content: center;
}
.wp-container-core-columns-layout-2 .ssa-upcoming-appointments .appointment-card-header{
justify-content: center;
}
.wp-container-core-group-layout-6 .ssa-upcoming-appointments .appointment-card .appointment-card-header .member-avatar img{
object-fit: contain;
}
.wp-container-core-columns-layout-1 .ssa-upcoming-appointments .appointment-card .appointment-card-header .member-avatar img{
object-fit: contain;
}
.wp-container-core-columns-layout-2 .ssa-upcoming-appointments .appointment-card .appointment-card-header .member-avatar img{
object-fit: contain;
}
.wp-container-core-group-layout-6 .ssa-upcoming-appointments .appointment-card .action-bar{
display: flex;
justify-content: center;
}
.wp-container-core-columns-layout-1 .ssa-upcoming-appointments .appointment-card .action-bar{
display: flex;
justify-content: center;
}
.wp-container-core-columns-layout-2 .ssa-upcoming-appointments .appointment-card .action-bar{
display: flex;
justify-content: center;
}
.ssa-upcoming-appointments .appointment-card .appointment-card-header .appointment-information{
display: flex;
flex-direction: column;
}
.ssa-upcoming-appointments .appointment-card .appointment-card-header .appointment-information .appointment-header {
display: flex;
flex-direction: column;
font-size: 20px;
font-weight: normal;
padding-top: 5px;
}
.ssa-upcoming-appointments .appointment-card .appointment-card-header .appointment-information .appointment-header .appointment-staff {
color: #242424;
}
.ssa-upcoming-appointments .appointment-card .appointment-card-header .appointment-information .appointment-header p:first-of-type{
font-size: 22px;
font-weight: bold;
color: #636363;
}
.ssa-upcoming-appointments .appointment-card .appointment-card-header .appointment-information .appointment-details ul {
padding-left: 18px;
margin: 11px 0 0 0;
font-size: 18px;
}
.ssa-upcoming-appointments .appointment-card .appointment-card-header .appointment-information .appointment-details ul li {
list-style-type: none;
}
.ssa-upcoming-appointments .appointment-card .appointment-card-header .appointment-information .appointment-details ul li a{
color: #000000 !important;
text-decoration: underline !important;
}
.ssa-upcoming-appointments .appointment-card .appointment-card-header .appointment-information .appointment-header p{
margin: 0;
}
.ssa-upcoming-appointments .appointment-card .appointment-card-header img{
width: 70px;
height: 70px;
border-radius: 120px;
object-fit: cover;
}
.ssa-upcoming-appointments .appointment-card .appointment-card-header .staff-images-container{
width: 70px;
height: 70px;
position: relative;
}
.ssa-upcoming-appointments .appointment-card .appointment-card-header .staff-images-container img{
width: 56px;
height: 56px;
position: absolute;
border-radius: 120px;
object-fit: cover;
}
.ssa-upcoming-appointments .appointment-card .appointment-card-header .staff-images-container .secondary-image{
top: 0;
left: 0;
}
.ssa-upcoming-appointments .appointment-card .appointment-card-header .staff-images-container .primary-image{
bottom: 0;
right: 0;
}
.ssa-upcoming-appointments .appointment-card .action-bar{
padding: 1rem;
}
.ssa-upcoming-appointments .appointment-card .action-bar button{
padding: 0.5rem 8px;
font-size: 18px;
background-color: transparent;
border: none;
color: #000000;
content: 'Edit Appointment';
border-radius: 4px;
}
.ssa-upcoming-appointments .appointment-card .action-bar button:hover{
cursor: pointer;
background-color: #FAFDF8;
}
@media screen and (min-width: 486px) and (max-width: 768px){
.ssa-upcoming-appointments .appointment-card-header{
justify-content: center;
}
.ssa-upcoming-appointments .appointment-card .appointment-card-header .member-avatar img {
object-fit: contain;
}
.ssa-upcoming-appointments .appointment-card .action-bar{
display: flex;
justify-content: center;
}
}
@media screen and (min-width: 600px) and (max-width: 768px) {
.wp-container-core-group-layout-6 .ssa-upcoming-appointments .appointment-card .action-bar{
display:block;
justify-content: none;
}
.wp-container-core-columns-layout-1 .ssa-upcoming-appointments .appointment-card .action-bar{
display:block;
justify-content: none;
}
.wp-container-core-columns-layout-2 .ssa-upcoming-appointments .appointment-card .action-bar{
display:block;
justify-content: none;
}
}iframe.ssa_booking_iframe {
border: 0 none;
height: 600px;
max-height:  none !important; min-width: 100%;
width: 1px;
}
.ssa-admin-warning {
background-color: #fff9c4;
border-left: 4px solid #fdd835;
color: #c6a700; 
margin: 0;
padding: 16px;
}body .wp-block-uagb-container.uagb-position__sticky{transition-property:top,bottom;transition-duration:250ms;transition-timing-function:ease}body .wp-block-uagb-container.uagb-position__sticky--stuck{position:fixed;margin:0!important}body .wp-block-uagb-container.uagb-position__sticky--restricted{position:absolute;margin:0!important}.uag-blocks-common-selector{z-index:var(--z-index-desktop) !important}@media (max-width: 976px){.uag-blocks-common-selector{z-index:var(--z-index-tablet) !important}}@media (max-width: 767px){.uag-blocks-common-selector{z-index:var(--z-index-mobile) !important}}
.wp-block-uagb-image{display:flex}.wp-block-uagb-image__figure{position:relative;display:flex;flex-direction:column;max-width:100%;height:auto;margin:0}.wp-block-uagb-image__figure img{height:auto;display:flex;max-width:100%;transition:box-shadow 0.2s ease}.wp-block-uagb-image__figure>a{display:inline-block}.wp-block-uagb-image__figure figcaption{text-align:center;margin-top:0.5em;margin-bottom:1em}.wp-block-uagb-image .components-placeholder.block-editor-media-placeholder .components-placeholder__instructions{align-self:center}.wp-block-uagb-image--align-left{text-align:left}.wp-block-uagb-image--align-right{text-align:right}.wp-block-uagb-image--align-center{text-align:center}.wp-block-uagb-image--align-full .wp-block-uagb-image__figure{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);max-width:100vw;width:100vw;height:auto}.wp-block-uagb-image--align-full .wp-block-uagb-image__figure img{height:auto;width:100% !important}.wp-block-uagb-image--align-wide .wp-block-uagb-image__figure img{height:auto;width:100%}.wp-block-uagb-image--layout-overlay__color-wrapper{position:absolute;left:0;top:0;right:0;bottom:0;opacity:0.2;background:rgba(0,0,0,0.5);transition:opacity 0.35s ease-in-out}.wp-block-uagb-image--layout-overlay-link{position:absolute;left:0;right:0;bottom:0;top:0}.wp-block-uagb-image--layout-overlay .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__color-wrapper{opacity:1}.wp-block-uagb-image--layout-overlay__inner{position:absolute;left:15px;right:15px;bottom:15px;top:15px;display:flex;align-items:center;justify-content:center;flex-direction:column;border-color:#fff;transition:0.35s ease-in-out}.wp-block-uagb-image--layout-overlay__inner.top-left,.wp-block-uagb-image--layout-overlay__inner.top-center,.wp-block-uagb-image--layout-overlay__inner.top-right{justify-content:flex-start}.wp-block-uagb-image--layout-overlay__inner.bottom-left,.wp-block-uagb-image--layout-overlay__inner.bottom-center,.wp-block-uagb-image--layout-overlay__inner.bottom-right{justify-content:flex-end}.wp-block-uagb-image--layout-overlay__inner.top-left,.wp-block-uagb-image--layout-overlay__inner.center-left,.wp-block-uagb-image--layout-overlay__inner.bottom-left{align-items:flex-start}.wp-block-uagb-image--layout-overlay__inner.top-right,.wp-block-uagb-image--layout-overlay__inner.center-right,.wp-block-uagb-image--layout-overlay__inner.bottom-right{align-items:flex-end}.wp-block-uagb-image--layout-overlay__inner .uagb-image-heading{color:#fff;transition:transform 0.35s, opacity 0.35s ease-in-out;transform:translate3d(0, 24px, 0);margin:0;line-height:1em}.wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{width:30%;border-top-width:2px;border-top-color:#fff;border-top-style:solid;margin-bottom:10px;opacity:0;transition:transform 0.4s, opacity 0.4s ease-in-out;transform:translate3d(0, 30px, 0)}.wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity:0;overflow:visible;color:#fff;transition:transform 0.45s, opacity 0.45s ease-in-out;transform:translate3d(0, 35px, 0)}.wp-block-uagb-image--layout-overlay__inner:hover .uagb-image-heading,.wp-block-uagb-image--layout-overlay__inner:hover .uagb-image-separator,.wp-block-uagb-image--layout-overlay__inner:hover .uagb-image-caption{opacity:1;transform:translate3d(0, 0, 0)}.wp-block-uagb-image--effect-zoomin .wp-block-uagb-image__figure img,.wp-block-uagb-image--effect-zoomin .wp-block-uagb-image__figure .wp-block-uagb-image--layout-overlay__color-wrapper{transform:scale(1);transition:transform 0.35s ease-in-out}.wp-block-uagb-image--effect-zoomin .wp-block-uagb-image__figure:hover img,.wp-block-uagb-image--effect-zoomin .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__color-wrapper{transform:scale(1.05)}.wp-block-uagb-image--effect-slide .wp-block-uagb-image__figure img,.wp-block-uagb-image--effect-slide .wp-block-uagb-image__figure .wp-block-uagb-image--layout-overlay__color-wrapper{width:calc(100% + 40px) !important;max-width:none !important;transform:translate3d(-40px, 0, 0);transition:transform 0.35s ease-in-out}.wp-block-uagb-image--effect-slide .wp-block-uagb-image__figure:hover img,.wp-block-uagb-image--effect-slide .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__color-wrapper{transform:translate3d(0, 0, 0)}.wp-block-uagb-image--effect-grayscale img{filter:grayscale(0%);transition:0.35s ease-in-out}.wp-block-uagb-image--effect-grayscale:hover img{filter:grayscale(100%)}.wp-block-uagb-image--effect-blur img{filter:blur(0);transition:0.35s ease-in-out}.wp-block-uagb-image--effect-blur:hover img{filter:blur(3px)}
.uagb-block-1b4ce92d.wp-block-uagb-image{text-align: center;justify-content: center;align-self: center;}.uagb-block-1b4ce92d .wp-block-uagb-image__figure{align-items: center;}.uagb-block-1b4ce92d.wp-block-uagb-image--layout-default figure img{box-shadow: 0px 0px 0 #00000070;}.uagb-block-1b4ce92d.wp-block-uagb-image .wp-block-uagb-image__figure figcaption{font-style: normal;align-self: center;}.uagb-block-1b4ce92d.wp-block-uagb-image--layout-overlay figure img{box-shadow: 0px 0px 0 #00000070;}.uagb-block-1b4ce92d.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__color-wrapper{opacity: 0.2;}.uagb-block-1b4ce92d.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner{left: 15px;right: 15px;top: 15px;bottom: 15px;}.uagb-block-1b4ce92d.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading{font-style: normal;color: #fff;opacity: 1;}.uagb-block-1b4ce92d.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading a{color: #fff;}.uagb-block-1b4ce92d.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity: 0;}.uagb-block-1b4ce92d.wp-block-uagb-image--layout-overlay .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__color-wrapper{opacity: 1;}.uagb-block-1b4ce92d.wp-block-uagb-image .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{width: 30%;border-top-width: 2px;border-top-color: #fff;opacity: 0;}.uagb-block-1b4ce92d.wp-block-uagb-image .wp-block-uagb-image__figure img{width: px;height: auto;}.uagb-block-1b4ce92d.wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity: 1;}.uagb-block-1b4ce92d.wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{opacity: 1;}.uagb-block-1b4ce92d.wp-block-uagb-image--layout-default figure:hover img{box-shadow: 0px 0px 0 #00000070;}.uagb-block-1b4ce92d.wp-block-uagb-image--layout-overlay figure:hover img{box-shadow: 0px 0px 0 #00000070;}@media only screen and (max-width: 976px) {.uagb-block-1b4ce92d.wp-block-uagb-image .wp-block-uagb-image__figure img{width: px;height: auto;}}@media only screen and (max-width: 767px) {.uagb-block-1b4ce92d.wp-block-uagb-image .wp-block-uagb-image__figure img{width: px;height: auto;}}.wp-block-uagb-container{display:flex;position:relative;box-sizing:border-box;transition-property:box-shadow;transition-duration:0.2s;transition-timing-function:ease}.wp-block-uagb-container .spectra-container-link-overlay{bottom:0;left:0;position:absolute;right:0;top:0;z-index:10}.wp-block-uagb-container.uagb-is-root-container{margin-left:auto;margin-right:auto}.wp-block-uagb-container.alignfull.uagb-is-root-container .uagb-container-inner-blocks-wrap{display:flex;position:relative;box-sizing:border-box;margin-left:auto !important;margin-right:auto !important}.wp-block-uagb-container .wp-block-uagb-blockquote,.wp-block-uagb-container .wp-block-spectra-pro-login,.wp-block-uagb-container .wp-block-spectra-pro-register{margin:unset}.wp-block-uagb-container .uagb-container__video-wrap{height:100%;width:100%;top:0;left:0;position:absolute;overflow:hidden;-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s}.wp-block-uagb-container .uagb-container__video-wrap video{max-width:100%;width:100%;height:100%;margin:0;line-height:1;border:none;display:inline-block;vertical-align:baseline;-o-object-fit:cover;object-fit:cover;background-size:cover}.wp-block-uagb-container.uagb-layout-grid{display:grid;width:100%}.wp-block-uagb-container.uagb-layout-grid>.uagb-container-inner-blocks-wrap{display:inherit;width:inherit}.wp-block-uagb-container.uagb-layout-grid>.uagb-container-inner-blocks-wrap>.wp-block-uagb-container{max-width:unset !important;width:unset !important}.wp-block-uagb-container.uagb-layout-grid>.wp-block-uagb-container{max-width:unset !important;width:unset !important}.wp-block-uagb-container.uagb-layout-grid.uagb-is-root-container{margin-left:auto;margin-right:auto}.wp-block-uagb-container.uagb-layout-grid.uagb-is-root-container>.wp-block-uagb-container{max-width:unset !important;width:unset !important}.wp-block-uagb-container.uagb-layout-grid.alignwide.uagb-is-root-container{margin-left:auto;margin-right:auto}.wp-block-uagb-container.uagb-layout-grid.alignfull.uagb-is-root-container .uagb-container-inner-blocks-wrap{display:inherit;position:relative;box-sizing:border-box;margin-left:auto !important;margin-right:auto !important}body .wp-block-uagb-container>.uagb-container-inner-blocks-wrap>*:not(.wp-block-uagb-container):not(.wp-block-uagb-column):not(.wp-block-uagb-container):not(.wp-block-uagb-section):not(.uagb-container__shape):not(.uagb-container__video-wrap):not(.wp-block-spectra-pro-register):not(.wp-block-spectra-pro-login):not(.uagb-slider-container):not(.spectra-image-gallery__control-lightbox):not(.wp-block-uagb-info-box),body .wp-block-uagb-container>.uagb-container-inner-blocks-wrap,body .wp-block-uagb-container>*:not(.wp-block-uagb-container):not(.wp-block-uagb-column):not(.wp-block-uagb-container):not(.wp-block-uagb-section):not(.uagb-container__shape):not(.uagb-container__video-wrap):not(.wp-block-spectra-pro-register):not(.wp-block-spectra-pro-login):not(.uagb-slider-container):not(.spectra-container-link-overlay):not(.spectra-image-gallery__control-lightbox):not(.wp-block-uagb-lottie):not(.uagb-faq__outer-wrap){min-width:unset !important;width:100%;position:relative}body .ast-container .wp-block-uagb-container>.uagb-container-inner-blocks-wrap>.wp-block-uagb-container>ul,body .ast-container .wp-block-uagb-container>.uagb-container-inner-blocks-wrap>.wp-block-uagb-container ol,body .ast-container .wp-block-uagb-container>.uagb-container-inner-blocks-wrap>ul,body .ast-container .wp-block-uagb-container>.uagb-container-inner-blocks-wrap ol{max-width:-webkit-fill-available;margin-block-start:0;margin-block-end:0;margin-left:20px}.ast-plain-container .editor-styles-wrapper .block-editor-block-list__layout.is-root-container .uagb-is-root-container.wp-block-uagb-container.alignwide{margin-left:auto;margin-right:auto}.uagb-container__shape{overflow:hidden;position:absolute;left:0;width:100%;line-height:0;direction:ltr}.uagb-container__shape-top{top:-3px}.uagb-container__shape-bottom{bottom:-3px}.uagb-container__shape.uagb-container__invert.uagb-container__shape-bottom,.uagb-container__shape.uagb-container__invert.uagb-container__shape-top{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.uagb-container__shape.uagb-container__shape-flip svg{transform:translateX(-50%) rotateY(180deg)}.uagb-container__shape svg{display:block;width:-webkit-calc(100% + 1.3px);width:calc(100% + 1.3px);position:relative;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.uagb-container__shape .uagb-container__shape-fill{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.uagb-container__shape.uagb-container__shape-above-content{z-index:9;pointer-events:none}.nv-single-page-wrap .nv-content-wrap.entry-content .wp-block-uagb-container.alignfull{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}@media only screen and (max-width: 767px){.wp-block-uagb-container .wp-block-uagb-advanced-heading{width:-webkit-fill-available}}.wp-block-uagb-image--align-none{justify-content:center}
.wp-block-uagb-container.uagb-block-220a272a .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-220a272a .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-220a272a .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-220a272a .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-220a272a .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-220a272a{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-220a272a > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;}.wp-block-uagb-container.uagb-block-220a272a{box-shadow: 0px 0px   #00000070 ;padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;overflow: visible;order: initial;border-color: inherit;}@media only screen and (max-width: 976px) {.wp-block-uagb-container.uagb-is-root-container .uagb-block-220a272a{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-220a272a > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;}.wp-block-uagb-container.uagb-block-220a272a{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;order: initial;}}@media only screen and (max-width: 767px) {.wp-block-uagb-container.uagb-is-root-container .uagb-block-220a272a{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-220a272a > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.wp-block-uagb-container.uagb-block-220a272a{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;order: initial;}}