@import url('navigation-description-support.css');
@import url('footer.css');
@import url('fundaments-slider.css');
@import url('reviews-slider.css');
@import url('original-iframe.css');
@import url('forms.css');
@import url('designs-plates.css');
@import url('designs-slider.css');
@import url('blockquote.css');
@import url('spy-scroll.css');
@import url('breadcrumbs-custom.css');
@import url('ac-forms.css');
@import url('search.css');
@import url('homepage-slider.css');
@import url('slider-per-view-auto.css');
@import url('modal.css');
@import url('contact-form.css');

body figure {
    margin-bottom: 0 !important;
}

/* Spectra styles fix */
.wp-block-uagb-container:not(.uagb-layout-grid).uagb-is-root-container {
    margin-left: unset;
    margin-right: unset;
}

.around-highliht-latte {
    padding: 10px 15px;
    background-image: url('../svg/home-highlight-website.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
}

.around-highlight-dogger {
    padding: 10px 15px;
    background-image: url('../svg/home-highlight-dogger.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
}

.around-highlight-dogger-special {
    padding: 10px 15px;
    background-image: url('../svg/home-highlight-super-easy.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
}

.highlight-24 {
    padding: 24px !important;
}

.around-highlight-astro {
    padding: 10px 5px;
    background-image: url('../svg/astro-highlight.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
}

.around-highlight-wecandoit {
    padding: 15px 10px;
    background-image: url('../svg/wecandoit-highlight.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
}

.decoration-underline {
    text-decoration: underline;
}

.overflow-hidden {
    overflow: hidden !important;
}

.word-no-break {
    word-break: auto-phrase !important;
}

.white-space-nowrap {
    white-space: nowrap;
}

.inline-center > * {
    display: inline-flex !important;
    align-items: center !important;
}

.inline-center-right > * > *:first-child {
    margin-right: 10px !important;
}

.inline-center-left > * > *:last-child {
    margin-left: 10px !important;
}

.inline-center-paragraph-image {
    display: inline-flex;
    align-items: center;
}

.inline-center-paragraph-image.has-text-align-right {
    width: 100%;
    justify-content: flex-end;
}

.inline-center-paragraph-image > img {
    margin: 0 2px;
}

.width-fit {
    width: fit-content !important;
}

.mobile-phone-ico a img {
    width: 24px;
    height: auto;
}

.mobile-phone-ico a:after {
    display: none !important;
}

.btn-hover-bg-catskill-deep > a,
.btn-hover-bg-catskill-deep > button {
    will-change: background-color;
    transition: background-color .3s !important;
}

.btn-hover-bg-catskill-deep:hover > a,
.btn-hover-bg-catskill-deep:hover > button{
    background-color: var(--wp--preset--color--catskill-deep) !important;
}

.has-background .wp-block-navigation-item.open-on-click > .wp-block-navigation-submenu__toggle,
.has-background .wp-block-navigation-item > a {
    padding: 15px 20px !important;
}

.has-background .wp-block-navigation-item.open-on-click > .wp-block-navigation-submenu__toggle {
    padding-right: 40px !important;
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon {
    margin-left: -30px;
}

.has-background .wp-block-navigation-item.open-on-click > .wp-block-navigation-submenu__toggle:after,
.has-background .wp-block-navigation-item > a:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 25%;
    width: 0;
    height: 2px;
    transform: translateX(-50%);
    transition: width 0.3s ease;
    background-color: var(--wp--preset--color--licorice);
}

.has-background .wp-block-navigation-item.open-on-click > .wp-block-navigation-submenu__toggle:hover:after,
.has-background .wp-block-navigation-item > a:hover:after {
    width: 50%;
    animation: narrowing 0.3s ease-in-out;
}

.footer-with-difm-shapes:before {
    content: '';
    position: absolute;
    bottom: 99.5%;
    right: .5%;
    width: 780px;
    height: 15px;
    background-image: url('../svg/difm-lp-footer-shape.svg');
    background-size: 100%;
    background-position: right top;
    background-repeat: no-repeat;
    z-index: 9;
}

.link-back:before {
    content: "";
    background-image: url('../png/arrow-back.png');
    margin-left: 0;
    margin-right: 5px;
    width: 10px;
    height: 13px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 60%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.w-auto {
    width: auto !important;
}

.w-full {
    width: 100% !important;
}

.w-full * {
    width: 100% !important;
    height: auto !important;
}

.w-auto img {
    width: auto !important;
}

.mt-auto {
    margin-top: auto !important;
}

.responsive-iframe {
    position: relative !important;
    width: 100% !important;
    padding-top: 56.25% !important;
}

.responsive-iframe iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.sticky-content {
    display: block !important;
    height: 100% !important;
}

.sticky-content > * {
    position: sticky !important;
    top: 60px !important;
}

.flex-grow {
    max-width: 100% !important;
    flex-grow: 1 !important;
}

.tour-scroll-url {
    position: absolute;
    left: 33px;
    bottom: 0;
    transform: translate(100%, 0);
}

.tour-scroll-url p {
    margin-top: 6px !important;
    margin-left: -5px !important;
    letter-spacing: 0 !important;
    transform: rotate(6deg) !important;
}

body .break-1200 {
    overflow: hidden !important;
}

body .break-1200 .uagb-container-inner-blocks-wrap {
    overflow: hidden !important;
}

body .align-normal {
    align-items: normal !important;
}

body .wp-block-group.inline-center {
    align-items: center !important;
}

body .uagb-tabs__body-wrap {
    padding: 0 !important;
    margin: 0 !important;
}

body .uagb-tabs__body-wrap .wp-block-uagb-tabs-child {
    padding: 0 !important;
    margin: 0 !important;
}

body .uagb-modal-wrapper {
    margin: 0 !important;
}

@media screen and (min-width: 768px) {
    .height-full {
        height: 100%;
    }

    .show-mobile {
        display: none !important;
    }

    .container-no-full-tablet-up {
        width: auto !important;
        max-width: 100% !important;
    }
}

@media screen and (max-width: 1200px) {
    body .break-1200 .uagb-container-inner-blocks-wrap {
        flex-wrap: wrap !important;
    }

    body .break-1200 .wp-block-uagb-container {
        width: 100% !important;
        max-width: 100% !important;
    }

    body .break-1200 .wp-block-uagb-container:nth-child(2) {
        max-width: 560px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media screen and (max-width: 1126px) {
    .show-1190 {
        display: none !important;
    }
}

@media screen and (max-width: 977px) {
    .tour-scroll-url {
        transform: none;
    }
}

@media screen and (max-width: 991px) {
    .column-first-full-tablet .wp-block-columns {
        flex-wrap: wrap !important;
    }

    .column-first-full-tablet .wp-block-columns .wp-block-column:first-of-type {
        flex-basis: 100% !important;
    }

    .column-first-full-tablet .wp-block-columns .wp-block-column:not(:first-of-type) {
        flex-basis: 50% !important;
    }
    .column-first-full-tablet .wp-block-columns .wp-block-column * {
        text-align: center !important;
    }

    .reverse-tablet {
        flex-direction: column-reverse;
    }

    .center-tablet .wp-block-column > * {
        text-align: center;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }

    .column-padding-tablet {
        padding: 45px 20px !important;
    }

    .sticky-content-desktop {
        display: block;
        height: auto !important;
    }

    .sticky-content-desktop > * {
        position: relative;
        top: auto;
    }
}

@media screen and (max-width: 781px) {
    body .break-1200 .uagb-container-inner-blocks-wrap {
        overflow: visible !important;
    }

    .mobile-full-width {
        margin-left: -30px !important;
        margin-right: -30px !important;
        width: calc(100% + 60px) !important;
        max-width: unset !important;
    }

    .column-padding-mobile {
        padding: 45px 20px !important;
    }

    .mobile-padding-x-reset {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .mobile-margin-top-small {
        margin-top: 50px !important;
    }

    .buttons-mobile-centered {
        justify-content: center !important;
    }

    .footer-with-difm-shapes:before {
        width: 50%;
        background-position: right bottom;
    }

    .overflow-mb-visible {
        overflow: visible !important;
    }
}

@media screen and (max-width: 767px) {
    body .uag-hide-mob {
        display: none !important;
    }

    .btns-mobile-centered {
        justify-content: center !important;
    }

    .btns-mobile-centered > * {
        display: flex !important;
        width: 100% !important;
        justify-content: center !important;
    }

    .sticky-content {
        display: block;
        height: auto;
    }

    .sticky-content > * {
        position: relative;
        top: auto;
    }

    .hide-mobile {
        display: none !important;
    }

    .show-mobile {
        display: block !important;
    }

    body .uagb-tabs__wrap.uagb-tabs__stack1-mobile ul.uagb-tabs__panel {
        flex-direction: row !important;
        flex-wrap: nowrap !important;
    }

    .mobile-center-img-meta .is-acf-field.is-display-inline-block.wp-block-mfb-meta-field-block {
        max-width: max-content !important;
    }

    .text-center-mobile {
        text-align: center !important;
    }
}

.no-wrap-highlight mark {
    white-space: nowrap;
}



/* Moved to responsive.css */
.max-width-text {
    max-width: 70ch !important;
}

.max-width-heading {
    max-width: 30ch !important;
}

.order-last {
	order: 999;
}

.order-first {
	order: 0
}

@media screen and (max-width: 1200px) {
	.order-last-below-lg-tablet {
		order: 999;
	}

	.order-first-below-lg-tablet {
		order: 0
	}
}

@media screen and (max-width: 767px) {
	.order-last-mobile {
		order: 999;
	}

	.order-first-mobile {
		order: 0
	}
}
