/* Variables */
:root {
/*   https://www.fluid-type-scale.com/calculate?minFontSize=17&minWidth=320&minRatio=1.25&maxFontSize=18&maxWidth=1360&maxRatio=1.333&steps=sm%2Cbase%2Cmd%2Clg%2Cxl%2Cxxl%2Cxxxl&baseStep=base&prefix=fs&decimals=2&useRems=on&remValue=16&prevwewFont=Inter&prevwewText=Almost+before+we+knew+it%2C+we+had+left+the+ground&prevwewWidth=320 */
    --fs-sm: clamp(0.85rem, 0.02vw + 0.85rem, 0.87rem);
    --fs-base: clamp(1.06rem, 0.1vw + 1.04rem, 1.13rem);
    --fs-md: clamp(1.33rem, 0.21vw + 1.29rem, 1.46rem);
    --fs-lg: clamp(1.66rem, 0.37vw + 1.59rem, 1.9rem);
    --fs-xl: clamp(2.08rem, 0.61vw + 1.95rem, 2.47rem);
    --fs-xxl: clamp(2.2rem, 0.95vw + 2.15rem, 3.2rem);
    --fs-xxxl: clamp(3rem, 1.44vw + 2.95rem, 3.75rem);

    --sec-pad: clamp(2.5rem, 5.38vw + 1.42rem, 6rem);
    --sec-pad-x: clamp(1.25rem, 1.15vw + 1.02rem, 2rem);
}

/* CSS Resets */
/* Make all images responsive */
:is(img, .oxy-stock-content-styles img, .ct-inner-content img):not(.ct-image) {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
h2.wp-block-heading {
    font-size: calc(var(--fs-xl) * 0.85);
}


/* Header */
.pll_uo_list {
    padding: 0;
    margin:0;
    display: flex;
    list-style-type: none;
    text-transform: uppercase;
    font-family: 'Cormorant Infant';
    font-weight: 500;

    li {
        display: inline-block;
    }
    li:not(:last-of-type)::after {
        content: '\\';
        display: inline-block;
        margin-left: 0.35rem;
        margin-right: 0.35rem;
    }
}
.header-overlay :is(.menu-item:focus-within, .menu-item:hover, .menu-item.current-menu-item) a {
    border-bottom-color: #887950 !important;
}
.header-overlay.sticky {
    transition: 0.2s ease-in-out;
    position: fixed;
    z-index: 99;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: #222;
    
    .header__container {
        min-height: 0;
    }
    
    .site-logo-link {
        height: 65px;
        overflow: hidden;
    }
    
    #site-logo {
        width: 50px;
        transform: translateY(6px);
    }
}
/* Header Ends */

/* Home Page */
body.home {
    .hero-wrap .ct-section-inner-wrap {
        align-items: flex-start;
        text-align: left;
    }

    .hero__content-wrap {
        align-items: flex-start !important;
    }
}

/* Zimmer Page */
@media screen and (min-width:1025px) {
    .zimmer_repeater > *:nth-child(even) {
        flex-direction: row-reverse !important;
    }
}
@media screen and (max-width: 550px) {
    .zimmer__details-wrap {
        flex-wrap: wrap !important;
    }
}
.oxy-carousel-builder_gallery-image img {
    width: 100% !important;
}
@media (hover) {
    .oxy-carousel-builder_gallery-image img {
        width: 100%;
        transition: 0.3s ease-in-out transform;
    }
    .oxy-carousel-builder:hover .oxy-carousel-builder_gallery-image.is-selected img {
        transform: scale(1.1);
    }
}
.page-id-46,
.page-id-308 {
    .list-item__icon--alt {
        margin-top: 10px;
    }
    .list-item__icon {
        margin-top: 8px;
    }
}
.zimmer__text p:not(:first-of-type) {
    margin-top: -6px;
}
#section-317-46 {
	scroll-margin-top: 50px; /* Adjust the value as needed */
}
@supports not (scroll-margin-top: 0) {
	#section-317-46 {
		scroll-snap-margin-top: 50px; /* Compatibility fallback Safari (11 or older) */
	}
}
/* Zimmer Page Ends*/

/* Single Post */
.h-post-content {
    h2 {
        font-family: inherit;
        font-size: calc(var(--fs-xl) * 0.75);
        margin-top: var(--fs-xl);
    }
    h2::after {
        content:'';
        display: block;
        width: 70px;
        height: 2px;
        background-color: #b99d75;
        margin-top: 3px;
        margin-bottom: 10px;
    }
    ul {
        padding-left: 20px;
    }
    .link--primary {
        display: inline-block;
    }
}

 /* Footer */
 .footer__cols p {
    margin-bottom: 0;
 }
 .address p {
     margin-top: 6px;
     margin-bottom: 0;
 }
 .mobile-menu__icon-list__text.address p {
     margin-top: 0;
 }