/* vars */
:root {
    --color-dark-brown: #332e20;
    --color-gold: #A89467;
    --color-white-corn: #D9D9D9;
    --color-white: #FFFFFF;
    --color-black: #000000;
    --color-polar-bear: #E9E9E0;
    --color-bright-star: #DEE2E6;

    --font-family-civane: "civane-normal", sans-serif;
    --font-family-industry: "industry", sans-serif;

    --offset-top: 0px;
    --test-mode: 0px;
    --maxWidth: 1440px;
    --headerHeight: 85px;
    --btn-size: 10px;
    --arrows-gap: 150px;
}

/* fonts */
.font-family-civane {
    font-family: var(--font-family-civane);
}

.font-family-industry {
    font-family: var(--font-family-industry);
}

/* general */
body {
    font-family: var(--font-family-civane);
    font-style: normal;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5rem;
    letter-spacing: 0.02625rem;

    @media (min-width: 992px) {
        font-size: 1.125rem;
        font-weight: 400;
        line-height: 1.75rem;
        letter-spacing: 0.0675rem;
    }
}

a {
    font-family: var(--font-family-industry);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 800;
    line-height: 1.5rem;
    letter-spacing: 0.13125rem;
    text-transform: uppercase;
    color: var(--color-dark-brown);

    @media (min-width: 992px) {
        font-size: 1rem;
        line-height: 1.875rem;
        letter-spacing: 0.15rem;
    }

    &.secondary {
        border-bottom: solid 2px;
        display: inline-block;
        text-decoration: none;

        &::after {
            background-repeat: no-repeat;
            background-size: cover;
            background-position-x: right;
            width: 53px;
            height: 16px;
            display: inline-block;
            vertical-align: text-top;
            transition: all .3s ease-out;
        }

        &.secondary-dark {
            color: var(--color-dark-brown);
             border-bottom-color: var(--color-dark-brown);

            &::after {
                content: '';
                background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="104" height="16" viewBox="0 0 104 16" fill="none"><path d="M103.707 8.7071C104.098 8.31657 104.098 7.68341 103.707 7.29288L97.3431 0.928924C96.9526 0.538399 96.3195 0.538399 95.9289 0.928924C95.5384 1.31945 95.5384 1.95261 95.9289 2.34314L101.586 7.99999L95.9289 13.6568C95.5384 14.0474 95.5384 14.6805 95.9289 15.0711C96.3195 15.4616 96.9526 15.4616 97.3431 15.0711L103.707 8.7071ZM8.74228e-08 9L103 8.99999L103 6.99999L-8.74228e-08 7L8.74228e-08 9Z" fill="rgb(51,46,32)"/></svg>');
            }
        }

        &.secondary-light {
            color: var(--color-white-corn);
            border-bottom-color: var(--color-gold);

            &::after {
                content: '';
                background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="104" height="16" viewBox="0 0 104 16" fill="none"><path d="M103.707 8.7071C104.098 8.31657 104.098 7.68341 103.707 7.29288L97.3431 0.928924C96.9526 0.538399 96.3195 0.538399 95.9289 0.928924C95.5384 1.31945 95.5384 1.95261 95.9289 2.34314L101.586 7.99999L95.9289 13.6568C95.5384 14.0474 95.5384 14.6805 95.9289 15.0711C96.3195 15.4616 96.9526 15.4616 97.3431 15.0711L103.707 8.7071ZM8.74228e-08 9L103 8.99999L103 6.99999L-8.74228e-08 7L8.74228e-08 9Z" fill="rgb(168,148,103)"/></svg>');
            }
        }

        &:hover {
            text-decoration: none;
        }

        &:hover&.secondary::after {
            width: 104px;
        }
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color-dark-brown);
    margin-bottom: 2.5rem;
}

.color-white {
    color: #fff;
}

.color-dark-brown {
    color: var(--color-dark-brown);
}

.color-gold {
    color: var(--color-gold);
}

.color-white-corn {
    color: var(--color-white-corn);
}

.color-black {
    color: #000;
}

.paper-texture-light {
    background-image: url("/wp-content/themes/limestonebranch/img/paper-texture-light.jpg");
    background-position: center;
    background-size: 200px;
    background-repeat: repeat;
}

.paper-texture-dark {
    background-image: url("/wp-content/themes/limestonebranch/img/paper-texture-dark.png");
    background-position: center;
    background-size: 200px;
    background-repeat: repeat;
}

.darken-bg {
    background-color: rgba(0, 0, 0, .7);
}

.header-page {
    font-family: var(--font-family-industry);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 800;
    line-height: 3.625rem;
    letter-spacing: 0.1875rem;
    text-transform: uppercase;

    @media (min-width: 992px) {
        font-size: 3rem;
        line-height: normal;
        letter-spacing: 0.45rem;
    }
}
.header-secondary {
    font-family: var(--font-family-industry);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0.25rem;
    text-transform: uppercase;

    @media (min-width: 992px) {
        font-size: 2rem;
        font-weight: 700;
        line-height: 2.875rem;
        letter-spacing: 0.45rem;
    }
}
.header-serif {
	font-family: var(--font-family-civane);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 900;
    line-height: 2.125rem; /* 141.667% */
    letter-spacing: 0.09rem;

    @media (min-width: 992px) {
        font-size: 2.5rem;
        line-height: 3rem;
        letter-spacing: 0.15rem;
    }
}
.header-understated {
    font-family: var(--font-family-industry);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 800;
    line-height: 1.875rem;
    letter-spacing: 0.225rem;
    text-transform: uppercase;
}
.header-subheader {
    font-family: var(--font-family-industry);
    font-size: 0.625rem;
    line-height: normal;
    letter-spacing: 0.09375rem;
    font-style: normal;
    font-weight: 800;
    line-height: 1.75rem;
    text-transform: uppercase;

    @media (min-width: 992px) {
        font-size: 1.25rem;
        letter-spacing: 0.25rem;
    }
}

/* buttons */
.btn {
    text-align: center;
    font-family: var(--font-family-industry);
    font-size: 1rem;
    font-style: normal;
    font-weight: 800;
    line-height: 1.25rem; /* 125% */
    letter-spacing: 0.15rem;
    text-transform: uppercase;
    border-radius: 0;

    &.btn-primary {
        padding: 1rem 2rem .75rem 2rem;
        color: var(--color-dark-brown);
        border-color: transparent;
        background-color: var(--color-gold);
    }

    &.btn-primary-dark:hover, &.btn-primary-dark:focus {
        background-color: var(--color-dark-brown);
        color: var(--color-gold);
    }

    &.btn-primary-light:hover, &.btn-primary-light:focus {
        background-color: var(--color-white-corn);
        color: var(--color-gold);
    }

    &.btn-secondary {
        font-size: 0.875rem;
        line-height: 1.125rem; /* 128.571% */
        letter-spacing: 0.13125rem;
        color: var(--color-white-corn);
        border: 3px solid var(--color-gold);
        background-color: transparent;
        white-space: normal;
        border-radius: 50%;
        width: 6.6875rem;
        height: 6.6875rem;
        display: flex;
        align-items: center;
        justify-content: center;

        &:hover, &:focus {
            background-color: var(--color-gold);
            color: var(--color-dark-brown);
        }
    }
}

/* icons */


/* header */
.site-header {
    height: 85px;
    position: fixed;
    width: 100%;
    z-index: 3;
    transition: all .15s ease-in-out;

    &:before {
        content: '';
        position: absolute;
        top: 10px;
        width: 100%;
        height: 1px;
        background-color: var(--color-gold);
        z-index: 1;
    }

    @media (min-width: 992px) {
        background-color: var(--color-white-corn);

        &:before {
            content: none;
        }

        &:hover {
            background-color: var(--color-gold);
        }

        &:hover .header__nav-menu .menu-item .a,
        &:hover .header__nav-menu .menu-item a {
             color: var(--color-white-corn);
        }

        &:hover .header__nav-visit {
             background-color: var(--color-dark-brown);
        }
    }

    .logo-home img,
    .logo-home .img {
        width: 60px;
        position: absolute;
        left: 15px;
        z-index: 1;

        @media (min-width: 992px) {
            width: 100px;
            left: 50px;
            z-index: 4;
        }
    }

    .navbar-toggler {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        padding: 20px;

        @media (min-width: 992px) {
            display: none;
        }

        &:focus {
            box-shadow: none;
        }

        .svg {
            transition: all .15s ease-in-out;
        }

        .icon-hamburger {
            display: block;
        }

        .icon-close {
            display: none;
        }
    }

    .navbar-toggler.navbar-toggler--expanded {
        .icon-hamburger {
            display: none;
        }

        .icon-close {
            display: block;
        }
    }

    .header__nav {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background-image: url("/wp-content/themes/limestonebranch/img/paper-texture-light.jpg");
        background-position: center;
        background-size: 200px;
        background-repeat: repeat;
        transition: all .15s ease-in-out;
        visibility: hidden;
        opacity: 0;

        @media (min-width: 992px) {
            position: relative;
            background: none;
            visibility: visible;
            opacity: 1;
        }
    }

    .menu-primary-container {
        margin-top: 125px;
        margin-left: 85px;

        @media (min-width: 992px) {
            height: 85px;
            margin-top: 0;
            margin-left: 0;
        }
    }

    .header__nav-menu {
        display: flex;
        margin: 0;
        padding: 0;
        list-style: none;
        flex-direction: column;
        align-items: flex-start;
        height: 100%;
        transition: all .15s ease-in-out;

        @media (min-width: 992px) {
            flex-direction: row;
            align-items: center;
        }

        .menu-item {
            display: flex;
            justify-content: start;
            flex-direction: column;
            flex: 1;
            margin-bottom: 85px;

            &.menu-item-visit .a, &.menu-item-visit a {
                background-color: var(--color-dark-brown);
                color: var(--color-white);
                padding: 15px 40px;
                margin: -15px auto -15px -40px;
            }

            @media (min-width: 992px) {
                height: 100%;
                margin-bottom: 0;

                .a, a {
                    border-bottom: 4px solid transparent;
                    display: flex;
                    align-items: center;
                    height: 100%;

                    &:hover {
                        border-color: var(--color-white);
                        color: var(--color-white);
                    }
                }

                &.menu-item-visit {
                    display: none;
                }
            }

            .a, a {
                color: var(--color-dark-brown);
                text-decoration: none;
                max-width: fit-content;
            }
        }

        .sub-menu {
            display: none;
            padding: 0;
            position: absolute;
            top: 85px;
            z-index: 4;

            .menu-item {
                display: block;

                .a, a {
                    padding: 25px 0;
                    display: block;
                    color: var(--color-dark-brown);
                }
            }
        }
    }

    .header__nav-menu-expand {
        visibility: visible;
        opacity: 1;

        &:after {
            content: '';
            position: absolute;
            width: 100%;
            height: 1px;
            background-color: var(--color-gold);
        }

        &:after {
            top: auto;
            bottom: 10px;
        }

        @media (min-width: 992px) {
            &:after {
                content: none;
            }
        }
    }

    .header__nav-visit {
        position: absolute;
        padding: 0 80px;
        height: 85px;
        background-color: var(--color-gold);
        color: var(--color-white-corn);
        top: 0;
        right: 0;
        display: none;
        align-items: center;

        @media (min-width: 992px) {
            display: flex;
            &:hover { color: var(--color-white);}
        }
    }
}

/* main */
.site-main {
    @media (min-width: 992px) {
        padding-top: 85px;
    }
}

/* hero */
.hero-container {
    display: flex;
    justify-content: center;
    height: 540px;
    position: relative;

    @media (min-width: 992px) {
        height: 700px;
    }
}

#hero-container-video {
    min-height: 962px;
    max-height: 962px;

    @media (max-width: 1024px) {
        min-height: 547px;
        max-height: 547px;
    }
}

.hero-bg-img {
    position: absolute;
    object-fit: cover;
    pointer-events: none;
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;

    @media (max-width: 991px) {
        &.obj-pos-sm-left-10 { object-position: 10%; }
        &.obj-pos-sm-left-15 { object-position: 15%; }
        &.obj-pos-sm-left-20 { object-position: 20%; }
        &.obj-pos-sm-left-25 { object-position: 25%; }
        &.obj-pos-sm-left-30 { object-position: 30%; }
        &.obj-pos-sm-left-35 { object-position: 35%; }
        &.obj-pos-sm-left-40 { object-position: 40%; }
        &.obj-pos-sm-left-45 { object-position: 45%; }
        &.obj-pos-sm-left-55 { object-position: 55%; }
        &.obj-pos-sm-left-60 { object-position: 60%; }
        &.obj-pos-sm-left-75 { object-position: 75%; }
        &.obj-pos-sm-left-80 { object-position: 80%; }
    }
    @media (min-width: 992px) {
        &.obj-pos-lg-left-10 { object-position: 10%; }
        &.obj-pos-lg-left-15 { object-position: 15%; }
        &.obj-pos-lg-left-20 { object-position: 20%; }
        &.obj-pos-lg-left-25 { object-position: 25%; }
        &.obj-pos-lg-left-30 { object-position: 30%; }
        &.obj-pos-lg-left-35 { object-position: 35%; }
        &.obj-pos-lg-left-40 { object-position: 40%; }
        &.obj-pos-lg-left-45 { object-position: 45%; }
        &.obj-pos-lg-left-55 { object-position: 55%; }
        &.obj-pos-lg-left-60 { object-position: 60%; }
        &.obj-pos-lg-left-75 { object-position: 75%; }
        &.obj-pos-lg-left-80 { object-position: 80%; }
    }
}

.hero-video {
    min-height: 962px;
    object-fit: cover;
    z-index: -1;
    width: 100%;

    @media (max-width: 1024px) {
        min-height: 547px;
        max-height: 547px;
    }
}

.hero-text-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    font-family: var(--font-family-industry);
    color: var(--color-white-corn);

    .hero-text {
        color: var(--color-white-corn);

        @media (max-width: 1024px) {
            font-size: 1.25rem;
            line-height: 28px;
        }
    }

    & .header-page {
        text-align: center;
        @media (max-width: 991px) {
            margin-bottom: 32px;
        }
    }

    & .header-subheader {
        font-size: 10px;
        margin-bottom: 32px;
        @media (min-width: 992px) {
            font-size: 1.25rem;
            margin-bottom: 50px;
        }
    }

    .hero-logo {
        margin-bottom: 105px;
    }

    .hero-link {
        width: 180px;
        height: 56px;

        display: inline-flex;
        justify-content: center;
        align-items: center;

        font-size: 15px;
        font-style: normal;
        font-weight: 800;
        line-height: 20px; /* 133.333% */
        letter-spacing: 2.25px;
        text-transform: uppercase;
        text-align: center;
        text-decoration: none;
        margin-top: 105px;
        white-space: nowrap;
        z-index: 1;
    }

    & .header-paragraph {
        font-family: var(--font-family-civane);
        color: var(--color-white-corn);
        font-size: 10px;
        font-weight: 100;
        line-height: 2;
        letter-spacing: 0.66px;
        text-align: center;
        @media (min-width: 992px) {
            font-size: 22px;
            line-height: 30px;
        }
    }

    #email-sublogo {
        position: relative;
        right: 45px;

        @media (max-width: 1024px) {
            width: 300px;
            right: 20px;
        }
    }

    #ml-logo {
        margin-bottom: 40px;

        @media (max-width: 1024px) {
            width: 300px;
        }
    }
}

#ml-background {
    object-position: top;
}

.hero-video-overlay {
    position: absolute;
    top: 300px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;

    @media (max-width: 1024px) {
        top: 85px;
    }
}

#error-page-hero {
    position: relative;

    .container-fluid {
        max-width: none !important;
    }

    .hero-link {
        margin-top: 1rem;

        @media (min-width: 768px) {
            margin-top: 5rem;
        }
    }
}

#error-page-header {
    font-size: 8rem;
    margin-bottom: 0;

    @media (max-width: 1024px) {
        font-size: 5rem;
        margin-bottom: 1rem;
    }
}

#error-page-paragraph {
    margin-bottom: 0;
}

/* text-image block */
.text-image-block {
    @media (min-width: 992px) {
        .p, p {
            font-size: 1.375rem;
            font-style: normal;
            font-weight: 500;
            line-height: 1.875rem;
            letter-spacing: 0.04125rem;
        }
    }

    .p, p {
        font-size: 1.375rem;
        font-weight: 500;
        line-height: 1.875rem;
        letter-spacing: 0.04125rem;
    }
}

.text-image-block--dark {
    .text-image-block__title, .p, p {
        color: var(--color-white-corn);
    }
}

.text-image-block__text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3rem 1.5rem;

    @media (min-width: 992px) {
        max-width: 576px;
    }

    .text-image-block__title {
        position: relative;
    }

    .text-image-block__badge {
        &::before {
             content: '';
             background-image: url("/wp-content/themes/limestonebranch/svg/lbd-badge.svg");
             background-position: center;
             background-size: contain;
             background-repeat: no-repeat;
             position: absolute;
             width: 100px;
             height: 100px;
             right: -30px;
             bottom: -20px;
        }

        @media (min-width: 768px) {
            &::before {
                bottom: -50px;
            }
        }

        @media (min-width: 992px) {
            &::before {
                width: 200px;
                height: 200px;
                top: -110px;
                left: -95px;
            }
        }
    }
}

.text-image-block__image {
    display: inline-block;
    max-height: 760px;
    overflow: hidden;

    @media (min-width: 992px) {
        width: 97%;
        margin: 20px;
    }

    .img, img {
        width: 100%;
        height: 100%;
        min-height: 365px;
        object-position: center;
        object-fit: cover;

        &.scale-1_15 {scale: 1.15;}

        @media (min-width: 992px) {
            min-height: 800px;
        }
    }
}

.text-image-block--image-right {
    .text-image-block__text-col {
        order: 2;

        @media (min-width: 992px) {
            order: 1;
            padding: 0 4rem;
        }
    }

    .text-image-block__image-col {
        order: 1;

        @media (min-width: 992px) {
            order: 2;
        }
    }
}

.text-image-block--image-left {
    .text-image-block__text-col {
        order: 2;

        @media (min-width: 992px) {
            padding: 0 4rem;
        }
    }

    .text-image-block__image-col {
        order: 1;
    }
}

.text-image-block__image-caption-name {
    color: var(--color-gold);
    font-family: var(--font-family-civane);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 900;
    line-height: 2.125rem;
    letter-spacing: 0.12rem;
    position: relative;

    @media (min-width: 992px) {
        font-size: 2rem;
    }
}

.text-image-block__image-caption-title {
    position: relative;
    color: var(--color-white-corn);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.125rem;
    letter-spacing: 0.09rem;

    @media (min-width: 992px) {
        font-size: 1.5rem;
    }
}

.text-image-block__image-caption-bottom {
    .img, img {
        margin-bottom: -5.5rem;
    }

    .text-image-block__image-caption-name, .text-image-block__image-caption-title {
        bottom: 0;
        left: 1rem;

        @media (min-width: 992px) {
            bottom: 8rem;
            left: 4rem;
        }
    }
}

.text-image-block__image-caption-top {
    .img, img {
        margin-top: -5.5rem;
    }
    .text-image-block__image-caption-name, .text-image-block__image-caption-title {
        bottom: -16rem;
        left: 1rem;

        @media (min-width: 768px) {
            bottom: 0rem;
        }

        @media (min-width: 992px) {
            top: 2rem;
            left: 4rem;
        }
    }
}

.text-image-block__image-caption-center {
    .img, img {
        margin-top: -5.5rem;
    }
    
    .text-image-block__image-caption-name, .text-image-block__image-caption-title {
        bottom: -16rem;
        left: 1rem;
        text-transform: none;

        @media (min-width: 992px) {
            left: 3rem;
        }
    }

    .text-image-block__image-caption-title {
        @media (min-width: 992px) {
            bottom: -18rem;
        }
    }
    
}

.sns-block {
    .tour-title {
        font-family: "civane-normal", sans-serif !important;
        color: #000000 !important;
        font-weight: 900 !important;
        font-size: 1.25rem;
        line-height: 1.5rem;
        margin: 0;
    }

    .tour-tagline {
        color: #000000 !important;
        font-family: "industry", sans-serif;
        font-size: 0.8125rem;
        font-style: normal;
        font-weight: 500 !important;
        line-height: 1.5;
        letter-spacing: 0.11375rem;
        text-transform: uppercase;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        min-height: 22px;
    }

    .tour-dates-available {
        font-size: 14px;
        font-weight: 500;
    }
	/* h2 {
		font-size: 1.4rem;
		letter-spacing: 0.12rem;
		margin-bottom: 0;
	}
	
	p {
		margin-bottom: 0;
	}
	
	p:last-child {
		margin-top: 1rem;
	} */
}

/* product-cards */
.product-cards {

    .product-cards__container {
        padding-bottom: 92px;

        @media (min-width: 992px) {
            padding-bottom: 144px;
        }
    }

    .product-cards__header {
        text-align: center;
        padding: 100px 0 50px;
    }

    .product-cards__content-container {
        width: 100%;
        height: 65px;
        position: relative;
        display: flex;

        @media (min-width: 992px) {
            height: 125px;
        }

        .product-cards__bg-badge {
            position: relative;
            width: 100%;
            display: flex;
            justify-content: center;
            background-color: var(--color-gold);
            height: 100%;

            .img, img {
                height: 100%;
                position: relative;
                z-index: 2;
                opacity: 0.3;
            }
        }

        .product-cards__name {
            z-index: 2;
            position: absolute;
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            color: var(--color-dark-brown);

            @media (max-width: 992px) {
                font-size: .75rem;
                line-height: normal;
                letter-spacing: .15rem;
            }
        }

        .product-cards__description {
            display: flex;
            position: absolute;
            z-index: 3;
            width: 100%;
            line-height: normal;
            background-color: var(--color-white-corn);
            color: var(--color-dark-brown);
            height: 95%;
            justify-content: center;
            align-items: center;
            text-align: center;
            padding: 0 10px;
            transition: all .3s ease-out;
            font-family: var(--font-family-civane);
            font-size: 12px;
            font-style: normal;
            font-weight: 700;
            line-height: 28px;
            letter-spacing: 0.72px;
            text-transform: none;

            @media (min-width: 992px) {
                padding: 0 50px;
                font-size: 18px;
                font-weight: 400;
                letter-spacing: 1.08px;
            }
        }
    }

    .product-cards__cards {
        cursor: grab;

        &:active {
            cursor: grabbing;
        }
    }

    .glide__slide--active {
        .product-cards__description {
            @media (max-width: 991px) {
                height: 0;
                color: transparent;
            }
        }

        .product-cards__img {
            @media (max-width: 991px) {
                transform: scale(1.2);
            }
        }
    }

    @media (min-width: 992px) {
        .product-cards__carousel:not(.product-cards__carousel--disable-desktop) .glide__slide--active, .product-cards__carousel--disable-desktop .product-cards__card:hover {
            .product-cards__description {
                height: 0;
                color: transparent;
            }

            .product-cards__img {
                transform: scale(1.2);
            }

        }

        .product-cards__carousel--disable-desktop {

            .product-cards__cards {
                cursor: default;

                &:active {
                    cursor: default;
                 }
            }
        }


    }

    .product-cards__img-container {
        overflow: hidden;
        max-height: 560px;

        .product-cards__img {
            width: 100%;
            transition: all .3s ease-out;
        }
    }

    .glide__bullets, .glide__arrows {
        gap: .5rem;
        list-style: none;
        height: 5rem;
        padding: 2rem 0;
        position: absolute;
        z-index: 2;
        left: 50%;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);

        @media (min-width: 992px) {
            height: 9rem;
        }

        .glide__bullet {
            border: 1px solid var(--color-gold);
            width: var(--btn-size);
            height: var(--btn-size);
            border-radius: 50%;
            padding: 0;
        }

        .glide__bullet--active {
            background-color: var(--color-gold);
        }
    }

    .glide__arrows {
        bottom: -4.75rem;
        @media (min-width: 992px) {
            display: none;
        }
    }
}

/* marquee */
.marquee {
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    height: 10rem;

    @media (min-width: 992px) {
        height: 12rem;
    }

    .marquee__text-container {
        height: 7.875rem;
        width: 100%;
        display: flex;
        align-items: center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);

        @media (min-width: 992px) {
            height: 9.875rem;
        }
    }

    .marquee__text {
        position: absolute;
        width: 100%;
        margin: 0;
        /* Starting position */
        -moz-transform:translateX(100%);
        -webkit-transform:translateX(100%);
        transform:translateX(100%);
        /* Apply animation to this element */
        -moz-animation: marquee 15s linear infinite;
        -webkit-animation: marquee 15s linear infinite;
        animation: marquee 15s linear infinite;

        @media (min-width: 992px) {
            -moz-animation: marquee 30s linear infinite;
            -webkit-animation: marquee 30s linear infinite;
            animation: marquee 30s linear infinite;
        }
    }

    .marquee__bullet {
        color: var(--color-gold);
    }
}

/* Move it (define the animation) */
@-moz-keyframes marquee {
    0%   { -moz-transform: translateX(100%); }
    100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes marquee {
    0%   { -webkit-transform: translateX(100%); }
    100% { -webkit-transform: translateX(-100%); }
}
@keyframes marquee {
    0%   {
        -moz-transform: translateX(100%); /* Firefox bug fix */
        -webkit-transform: translateX(100%); /* Firefox bug fix */
        transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%); /* Firefox bug fix */
        -webkit-transform: translateX(-100%); /* Firefox bug fix */
        transform: translateX(-100%);
    }
}

/* feature block */
.feature-block {
    position: relative;
    height: 700px;
    overflow: hidden;

    .feature-block__bg-img {
        position: absolute;
        z-index: -1;
        object-fit: cover;
        pointer-events: none;
        width: 100%;
        height: 100%;
        object-position: center;

        &#home-feature-block {
            @media (max-width: 768px) {
                height: 120%;
                object-position: -245px -122px;
            }
        }
    }

    .feature-block__content {
        height: 100%;
        width: 730px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .btn {
        margin-top: 30px;
        text-wrap: balance;
    }
}

.product-slider {
    --sliderHt: 790px;
    position: relative;

    @media (min-width: 768px)  {
        --sliderHt: 948px;
    }
    @media (min-width: 1200px)  {
        --sliderHt: 1150px;
    }
    @media (min-width: 1440px)  {
        --sliderHt: 1250px;
    }

    .container {
        max-width: none !important;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .product-slider--green-bg {
        height: 50%;
        width: 100%;
        background-color: rgba(90, 100, 75, .7);
        position: absolute;
    }

    .product-slider__slides {
         height: 100%;
    }

    .product-slider__glide {
         height: 100%;
    }

    .glide__track {
        height: 100%;
		overflow-x: clip;
		overflow-y: visible;
    }
	
	.glide__slides {
		overflow-x: clip;
		overflow-y: visible;
	}

    .product-slider__slide {
        height: var(--sliderHt);
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        top: 85px;

        @media (min-width: 1200px) {
            top: -85px;
        }

        @media (min-width: 1440px) {
            top: -25px;
        }
    }

    .product-slider__monogram {
        position: absolute;
        height: 50%;
        z-index: 1;
        left: 50%;
        top: -9%;
        transform: translateX(-50%);
        opacity: 0;
        transition: opacity 300ms ease-in-out;
        @media (min-width: 1200px) {
            top: 85px;
        }
        @media (min-width: 1440px) {
            top: 25px;
        }
    }

    .product-slider__product-img {
        --yellowstoneHt: 571px;
        --minorcaseHt: 417px;
        --bowlingbirchHt: 461px;
        --bottleHt: inherit;
        z-index: 2;
        width: auto;

        height: calc(var(--bottleHt) * 0.9);

        &#minor-case { --bottleHt: var(--minorcaseHt); }
        &#bowling-birch { --bottleHt: var(--bowlingbirchHt); }
        &#yellowstone { --bottleHt: var(--yellowstoneHt); }

        @media (min-width: 768px) {
            height: calc(var(--bottleHt) * 1.1);
        }

        @media (min-width: 1200px) {
            height: calc(var(--bottleHt) * 1.35);
        }

        @media (min-width: 1440px) {
            height: calc(var(--bottleHt) * 1.5);
        }
    }

    .product-slider__content {
        width: calc(100vw - 30px);
        max-width: 650px;
        text-align: center;
        opacity: 0;
        transition: opacity .3s ease-in-out;
        min-height: 310px;
        margin: 50px 0;

        @media (min-width: 768px) {
            min-height: 330px;
        }

        @media (min-width: 1200px) {
           min-height: 240px;
        }

        @media (min-width: 1440px) {
            min-height: 350px;
        }

        .product-slider__title {
            margin-bottom: 1rem;
        }
    }

    .glide__slide--active {
        .product-slider__monogram {
            opacity: 0.1;
            transition: opacity 300ms ease-in-out;
        }
        .product-slider__content {
            opacity: 1;
            
        }
    }

    .glide__bullets, .glide__arrows {
        gap: .5rem;
        justify-content: center;
        align-items: center;
        position: absolute;
        z-index: 2;
        top: calc(50% + 90px);
        left: 50%;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        list-style: none;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);

        @media (min-width: 768px) {
            top: calc(50% + 150px);
        }

        @media (min-width: 1200px) {
            top: calc(50% + 175px);
        }

        .glide__bullet {
            border: 1px solid var(--color-gold);
            width: var(--btn-size);
            height: var(--btn-size);
            border-radius: 50%;
            padding: 0;
        }

        .glide__bullet--active {
            background-color: var(--color-gold);
        }
    }

    .glide__arrows {
        top: calc(50% + 78px);
        @media (min-width: 768px) {
            top: calc(50% + 138px);
        }

        @media (min-width: 1200px) {
            top: calc(50% + 162px);
        }
    }
}

/* carousel arrows */
.glide__arrows {
    gap: var(--arrows-gap) !important;
    .glide__arrow.slider__arrow {
        background-color: transparent;
        border: none;
        color: var(--color-gold);
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 6px;

        &:before {
            font-family: 'slick';
            font-size: 30px;
            opacity: 0.8;
        }
        &:hover:before {opacity: 1;}
        &.glide__arrow--prev:before {
            content: '←';
        }
        &.glide__arrow--next:before {
            content: '→';
        }
    }
}

.glide--swipeable {
    cursor: grab;

    &.glide--dragging {
        cursor: grabbing;
    }
}

/* timeline */
.timeline {

    .container-fluid {
        padding: 0;
        margin: 0;
        width: 100%;
        max-width: none !important;
    }

    &.rails-top--flat:before {
        top: 40px;
    }

    @media (min-width: 768px) {
        &.rails-top--flat:before {
            top: 80px;
        }
    }

    .timeline__header {
        color: var(--color-white-corn);
        text-align: center;
        font-family: var(--font-family-industry);
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        letter-spacing: 0.25rem;
        text-transform: uppercase;
        display: flex;
        width: 100%;
        height: 80px;
        flex-direction: column;
        justify-content: center;
        margin: 0;
        position: relative;
    }
	
	@media (max-width: 766px) {
        .timeline__header {
            height: 50px;
        }
    }

    @media (min-width: 992px) {
        .timeline__slides {
            margin-bottom: 0;
        }
    }

    .timeline__content {
        padding: 20px;
        position: relative;
        margin-bottom: 20px;

        @media (min-width: 992px) {
            display: flex;
            height: 100%;
            padding: 40px 40px 0;
        }
    }

    .timeline__img {
        border-radius: 30px;
        width: 80%;
        margin-bottom: 45px;

        @media (min-width: 768px) {
            max-width: 600px;
            max-height: 800px;
        }
    }

    .timeline__content-text, .timeline__content-title {
        color: var(--color-white-corn);
    }

    .timeline__year {
        position: absolute;
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: var(--color-gold);
        color: transparent;
        font-family: var(--font-family-civane);
        font-size: 12.5rem;
        font-style: normal;
        font-weight: 800;
        line-height: 7.9375rem; /* 63.5% */
        letter-spacing: -0.625rem;
        opacity: 0.3;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        transform: rotate(-90deg);
        top: 163px;
        right: -185px;
        z-index: -1;

        @media (min-width: 768px) {
            right: -120px;
        }

        @media (min-width: 992px) {
            font-size: 24.375rem;
            letter-spacing: -1.71875rem;
        }
    }

    .slick-list {
        padding: 0 !important;
        &.draggable {cursor: grab;}
        &.dragging {cursor: grabbing;}
    }

    .slick-arrow {
        position: absolute;
        bottom: 30px;
        top: auto;
        z-index: 1;
        &:before, &:after {
            color: var(--color-gold);
            font-size: 35px;
        }
    }

    .slick-prev {
        left: calc(50% - 140px);
    }
    .slick-next {
        right: calc(50% - 115px);
    }

    @media (min-width: 992px) {

        .slick-track {
            display: flex;
        }

        .slick-slide {
            height: inherit;
            position: relative;
            max-width: fit-content;

            & > div {
                height: 100%;
            }
        }

        .slick-slide:nth-child(odd) {

            &:before {
                content: '';
                position: absolute;
                display: inline-block;
                width: 1px;
                height: calc(95% - 21px);
                background-color: var(--color-gold);
                z-index: 1;
                left: 0;
                bottom: 21px;
            }

            .timeline__content-text {
                width: 35vw;
                order: 1;
                margin-right: 3rem;
            }

            .timeline__img {
                order: 2;
                height: fit-content;
                width: auto;
                margin-bottom: 0;
            }

            .timeline__year {
                -webkit-transform: rotate(0deg);
                -moz-transform: rotate(0deg);
                transform: rotate(0deg);
                bottom: -40%;
                left: 40px;
                top: unset;
                right: unset;
            }
        }

        .slick-slide:nth-child(even) {

            &:before {
                content: '';
                position: absolute;
                display: inline-block;
                width: 1px;
                height: calc(95% - 21px);
                background-color: var(--color-gold);
                z-index: 1;
            }

            .timeline__content {
                flex-direction: column;
                width: 55vw;
                margin-bottom: 50px;
            }

            .timeline__img {
                max-width: 300px;
                margin-bottom: 20px;
                width: auto;
                margin-bottom: 0;
            }

            .timeline__content-text {
                width: 72%;
            }

            .timeline__year {
                font-size: 20rem;
                top: 300px;
                left: 140px;
                right: unset;
            }
        }
    }

    @media (min-width: 1200px) {
        /*.slick-slide {
            min-height: 1020px;
        }*/

        .slick-slide:nth-child(even) {
            .timeline__content {
                width: 60vw;
            }

            .timeline__img {
                max-width: 400px;
                margin-bottom: 50px;
            }

            .timeline__year {
                left: 260px;
            }
        }
    }

    @media (min-width: 1400px) {
        .slick-slide:nth-child(even) {
            .timeline__content {
                width: 55vw;
            }

            .timeline__img {
                max-width: 300px;
            }

            .timeline__year {
                left: 260px;
            }
        }
    }

    .slick-dots {
        bottom: 30px;

        [role=presentation] [role=tab],
        li button {
            border: 1px solid var(--color-gold);
            width: var(--btn-size);
            height: var(--btn-size);
            border-radius: 50%;

            &:before {
                color: transparent;
                width: 10px;
                height: 10px;
            }
        }

        .slick-active [role=tab],
        .slick-active button {
            background-color: var(--color-gold);

            &:before {
                color: transparent;
            }
        }
    }
}

/* anyroads */
.anyroads {
    .anyroads__header {
        height: 20rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        .header-secondary, .header-subheader {
            color: var(--color-white-corn)
        }

        .header-subheader {
            margin-bottom: 0;
        }
    }
}

/* infinite carousel */
.infinite-carousel {

    @media (min-width: 992px) {
        height: calc(100% - var(--headerHeight));
    }

    .container-fluid {
        width: 100%;
        max-width: none !important;
    }

    .infinite-carousel__glide {
        position: relative;
    }

    .infinite-carousel__img {
        width: 100%;
    }

    .glide__bullets, .glide__arrows {
        gap: .5rem;
        justify-content: center;
        align-items: center;
        position: absolute;
        z-index: 2;
        left: 50%;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        list-style: none;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 10px;
        bottom: 40px;

        .glide__bullet {
            border: 1px solid var(--color-gold);
            width: var(--btn-size);
            height: var(--btn-size);
            border-radius: 50%;
            padding: 0;
            background-color: transparent;
        }

        .glide__bullet--active {
            background-color: var(--color-gold);
        }
    }
}

/* forms */
.lbd-form {
    min-height: 800px;
    @media (max-width: 768px) {
        &.rails-bottom--flat:after {
            visibility: hidden;
        }
    }

    .lbd-form__email-bg {
        background-image: url("/wp-content/themes/limestonebranch/svg/email-sign-up-bg.svg");
        background-image: url("/wp-content/themes/limestonebranch/svg/email-sign-up-bg.webp");
        background-image: url("/wp-content/themes/limestonebranch/svg/email-sign-up-bg.avif");
            
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .lbd-form__top-header {
        margin: 15px auto 0 auto;
        opacity: 0.2;
        color: var(--color-gold);
        font-size: 3rem;
        letter-spacing: 0.57rem;
        line-height: 1;
        text-align: center;

        @media (min-width: 992px) {
            font-size: 8rem;
            line-height: 1.01;
            margin-top: 0;
        }
    }

    .lbd-form__bottom-header {
        max-width: 800px;
        display: block;
        margin: 0 auto;
        opacity: 0.2;
        color: var(--color-gold);
        font-size: 3rem;
        letter-spacing: 0.57rem;
        line-height: 0.7;
        text-align: center;

        @media (min-width: 768px) {
            font-size: 7rem;
            margin: 0 auto 5px auto;
        }

        @media (min-width: 992px) {
            font-size: 8rem;
        }
    }

    .lbd-form__form-container {
        margin: 50px auto;
        max-width: 800px;
        position: relative;

        @media (min-width: 992px) {
            margin: 100px auto;
        }

        .wpcf7-form-control-wrap {
            position: relative;
            width: 100%;
            display: block;
        }

         .label, label {
            font-family: var(--font-family-industry);
            font-size: 0.75rem;
            font-style: normal;
            font-weight: 800;
            line-height: 1.25rem; /* 166.667% */
            letter-spacing: 0.15rem;
            text-transform: uppercase;
        }

        .wpcf7-text, .wpcf7-email, .wpcf7-date {
            width: 100%;
            color: var(--color-dark-brown);
            font-size: 1.375rem;
            font-style: normal;
            font-weight: 500;
            line-height: 1.875rem;
            letter-spacing: 0.04125rem;
            height: 56px;
            padding: 0 28px;
            background-color: transparent;
            border: none;
            position: relative;
            z-index: 2;

            &:focus-visible {
                outline: none;
            }
        }

        .wpcf7-form-control.wpcf7-textarea {
            height: 300px;
            width: 100%;
            padding: 24px 28px;
            position: relative;
            z-index: 2;
            background-color: transparent;
            border: none;
            resize: none;

            & + .lbd-form__input-bg {
                height: 300px;
            }
        }

        .lbd-form__inline-input {
            flex-direction: column;
            margin-top: 3rem;

            @media (min-width: 768px) {
                flex-direction: row;
            }
        }

        .wpcf7-acceptance {
            input[type=checkbox] {
                visibility: hidden;
                width: 56px;
                height: 56px;
                flex: none;
                margin-right: 25px;
                position: relative;
                z-index: 2;
            }

            .wpcf7-list-item {
                margin-left: 0;
            }

             .label, label {
                display: flex;
                align-items: center;
            }

            .lbd-form__checkbox {
                position: absolute;
                left: 0;
                z-index: 1;
                cursor: pointer;

                &::before {
                    content: '';
                    background-image: url(/wp-content/themes/limestonebranch/svg/icon-checkbox.svg);
                    display: block;
                    width: 56px;
                    height: 56px;
                }
            }

            input[type=checkbox]:checked ~ .lbd-form__checkbox::before {
                content: '';
                background-image: url(/wp-content/themes/limestonebranch/svg/icon-checkbox-checked.svg);
                display: block;
                width: 56px;
                height: 56px;
                background-repeat: no-repeat;
                flex: none;
                margin-right: 25px;
            }
        }

        .wpcf7-form-control.wpcf7-submit {
            position: absolute;

            &.lbd-form__submit-in-textarea {
                right: 22px;
                bottom: 83px;
                z-index: 2;
                border: 1px solid;
            }

            &:not(.lbd-form__submit-in-textarea) {
                right: 0;
                left: 0;
                margin: 0 auto;
                width: fit-content;

                @media (min-width: 768px) {
                    left: unset;
                    margin: 0;
                }
            }
        }

        .lbd-form__total_count {
            position: absolute;
            bottom: 70px;
            left: 30px;
            font-family: var(--font-family-industry);
            font-size: 0.75rem;
            font-style: normal;
            font-weight: 800;
            line-height: 1.25rem; /* 166.667% */
            letter-spacing: 0.15rem;
            text-transform: uppercase;
            z-index: 2;
        }

        .lbd-form__input-bg {
            display: inline-block;
            width: 100%;
            height: 56px;
            background-color: var(--color-white-corn);
            border-left: solid var(--color-gold);
            border-left-width: 10px;
            transition: border-left-width .5s;
            position: absolute;
            z-index: 1;
            left: 0;
        }
    }
}

.lbd-form__thank-you {
    display: none;
    height: 1000px;
    min-height: 900px;

    @media (min-width: 768px) {
        height: 100vh;
    }

    .lbd-form__email-bg {
        background-image: url("/wp-content/themes/limestonebranch/svg/email-sign-up-bg.svg");
        background-image: url("/wp-content/themes/limestonebranch/svg/email-sign-up-bg.webp");
        background-image: url("/wp-content/themes/limestonebranch/svg/email-sign-up-bg.avif");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
    }

    .container-fluid {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        height: 100%;
    }

    .lbd-form__top-header {
        margin: 5px auto;
        opacity: 0.2;
        color: var(--color-gold);
        font-size: 3rem;
        letter-spacing: 0.57rem;
        line-height: 1;
        text-align: center;

        @media (min-width: 768px) {
            margin-top: 15px;
        }

        @media (min-width: 992px) {
            font-size: 8rem;
            margin-top: 0;
        }
    }

    .lbd-form__bottom-header {
        max-width: 800px;
        display: block;
        margin: 0 auto;
        opacity: 0.2;
        color: var(--color-gold);
        font-size: 3rem;
        letter-spacing: 0.57rem;
        line-height: .7;
        text-align: center;

        @media (min-width: 768px) {
            font-size: 7rem;
        }

        @media (min-width: 992px) {
            font-size: 8rem;
        }
    }

    .feature-block__content {
        width: 100%;
        margin-top: -100px;

        @media (min-width: 992px) {
            width: 800px;
            margin: 0;
        }

        .header-subheader {
            margin-bottom: 15px;
            height: 64px;
            font-size: 1rem;
            font-style: normal;
            font-weight: 800;
            line-height: 1.875rem; /* 187.5% */
            letter-spacing: 0.2rem;
            text-transform: uppercase;
            display: flex;
            align-items: center;

            @media (min-width: 768px) {
                font-size: 1.25rem;
                line-height: 1.75rem;
                letter-spacing: 0.25rem;
            }
        }

        .header-serif {
            font-size: 1.8rem;
            font-style: normal;
            font-weight: 800;
            line-height: 2rem;
            letter-spacing: 0.12rem;

            @media (min-width: 768px) {
                font-size: 2.25rem;
                line-height: 2.875rem;
                letter-spacing: 0.15rem;
            }
        }

        .lbd-form__thank-you-sm-container {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 100%;
            justify-content: space-around;
            position: relative;
            z-index: 2;

            @media (min-width: 768px) {
                flex-direction: row;
            }

            .a, a {
                padding: 31px;
                background-color: var(--color-gold);
                border-radius: 50%;
                width: 94px;
                height: 94px;
                display: flex;
                flex-direction: column;
                align-items: center;
                text-decoration: none;
                margin-top: 75px;

                @media (min-width: 768px) {
                    padding: 50px;
                    width: 150px;
                    height: 150px;
                    margin-top: 0;
                }

                .img, img {
                    width: 32px;
                    background-color: var(--color-gold);

                    @media (min-width: 768px) {
                        width: 50px;
                    }
                }

                &#lbd-form__thank-you-sm-yt {
                    .img, img {
                        padding-top: 6px;
                    }
                    .span, span {
                        margin-top: 60px;

                        @media (min-width: 768px) {
                            margin-top: 90px;
                        }
                    }
                }

                &:first-child {
                    @media (max-width: 768px) {
                        margin-top: 30px;
                    }
                }
            }

            .header-subheader {
                margin-bottom: 15px;
                margin-top: 55px;
                height: 64px;
                font-size: 1.25rem;
                font-style: normal;
                font-weight: 800;
                line-height: 1.75rem;
                letter-spacing: 0.25rem;
                text-transform: uppercase;
                display: flex;
                align-items: center;

                @media (min-width: 768px) {
                    margin-top: 80px;
                }
            }
        }
    }

    &.feature-block .feature-block__bg-img {
        top: -45px;
        bottom: 0;
        left: -460px;
        right: 0;
        margin: auto;
        width: 900px;
        object-fit: contain;
        opacity: 0.2;
        z-index: 0;
        @media (min-width: 992px) {
            top: -100px;
            left: 0;
            width: 1000px
        }
        @media (min-width: 1480px) {
            top: -220px;
        }
    }
}

/* minor's lounge */
.ml-block {
    height: 100%;

    .minors-lounge-group {
        flex-direction: column;
        align-items: center;
        padding: 200px 0;

        @media (max-width: 1024px) {
            padding: 10vw 0;
        }

        .ml-img {
            width: 100%;
            max-width: 1200px;
        }

        .ml-btn {
            position: relative;
            bottom: 112px;

            @media (max-width: 1249px) {
                bottom: 9vw;
            }
        }
    }

}

/* privacy policy */
.privacy-policy {
    color: var(--color-dark-brown);
    font-family: var(--font-family-industry);
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px; /* 140% */
    letter-spacing: 4px;
    text-transform: uppercase;

    .pp-container {
        .pp-holder{
            padding-top: 20px;
            padding-bottom: 100px;

            @media (min-width: 992px) {
                padding-top: 192px;
                padding-bottom: 150px;
            }

            .pp-subheader {
                color: var(--color-dark-brown);
                font-size: 12px;
                font-weight: 800;
                line-height: 20px;
                letter-spacing: 2.4px;
                text-align: center;
                padding: 40px 10px;
                margin-bottom: 30px;
                position: relative;

                &:before {
                    content: '';
                    background-color: var(--color-gold);
                    height: 1px;
                    width: calc(100% + 44px);
                    position: absolute;
                    left: -22px;
                    right: -22px;
                    bottom: 0;
                }

                @media (min-width: 992px) {
                    border-top: 1px solid var(--color-gold);
                    border-bottom: 1px solid var(--color-gold);
                    font-size: 20px;
                    line-height: 28px;
                    letter-spacing: 4px;
                    margin-bottom: 131px;
                    padding: 80px 10px;

                    &:before {content: none;}
                }
                
            }

            .pp-content {
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: flex-start;
                gap: 15px;

                @media (max-width: 992px) {
                    flex-direction: column;
                    align-items: center;
                }

                & .pp-content-left, .pp-content-right {
                    display: flex;
                    align-items: center;
                    flex-direction: column;
                    position: relative;

                    &:before {
                        content: '';
                        position: absolute;
                        background-color: var(--color-gold);
                        height: 1px;
                        width: calc(100vw - 17px);
                    }

                    @media (min-width: 992px) {
                        &:before {
                            content: none;
                        }
                    }
                }

                & .pp-content-left {
                    padding: 0;

                    &:before {bottom: 0;}

                    @media (min-width: 992px) {
                        border: none;
                        border-right: 1px solid var(--color-gold);
                        padding-right: 40px;
                    }
                }
                & .pp-content-right {
                    padding-top: 50px;

                    &:before{top: 0;}

                    @media (min-width: 992px) {
                        align-self: stretch;
                        border: none;
                        border-left: 1px solid var(--color-gold);
                        padding-top: 0;
                        padding-left: 40px;
                    }
                }

                .pp-signature {
                    display: flex;
                    flex-direction: row;
                    gap: 15px;

                    @media (max-width: 992px) {
                        justify-content: center;
                    }

                    .img, img {
                        height: fit-content;
                        padding-right: 20px;
                    }

                    .pp-sig-info {
                        display: flex;
                        flex-direction: column;
                        border-left: 1px solid var(--color-gold);
                        padding-left: 20px;
                        position: relative;

                        &:before {
                            content: '';
                            background-color: var(--color-gold);
                            position: absolute;
                            left: -15px;
                            height: 100%;
                            width: 1px;

                        }

                        .h2, h2 {
                            color: var(--color-dark-brown);
                            font-family: var(--font-family-industry);
                            font-size: 20px;
                            font-weight: 800;
                            margin-bottom: 0.5rem;
                        }

                        .p, .a, p, a {
                            color: var(--color-dark-brown);
                            font-family: var(--font-family-civane);
                            font-size: 15px;
                            font-weight: 300;
                            line-height: 23px;
                            letter-spacing: 0.9px;
                            text-transform: capitalize;
                            text-decoration-line: underline;

                            &.pp-sig-phone {margin-top: 15px;}
                        }
                    }
                }

                .pp-group {
                    max-width: 600px;

                    .pp-group-title {
                        color: var(--color-dark-brown);
                        font-size: 20px;
                        font-weight: 800;
                        margin-bottom: 0.5rem;
                    }

                    .pp-group-text {
                        color: var(--color-dark-brown);
                        font-family: var(--font-family-civane);
                        font-weight: 500;
                        line-height: 30px;
                        letter-spacing: 0.6px;
                        text-transform: none;
                        margin-bottom: 3rem;

                        .a, a {
                            font-family: var(--font-family-civane);
                            font-size: 20px;
                            font-style: normal;
                            font-weight: 500;
                            line-height: 30px; /* 150% */
                            letter-spacing: 0.6px;
                            text-transform: none;
                        }
                    }
                }
            }
        }
    }
}

.pp-hero {
    .hero-text {
        margin-top: 0;
        text-align: center;
    }
}

.cta-block {
    &.rails-top:before, &.rails-top:after {
        visibility: hidden;
    }
    @media (min-width: 768px) {
        &.rails-top:before, &.rails-top:after {
            visibility: visible;
        }
    }

    .container-fluid {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .container-fluid .row {
        @media (max-width: 991px) {
            margin-bottom: 10px;
        }
    }

    #cta-block__left {
        margin-bottom: 10px;

        @media (min-width: 768px) {
            margin-bottom: 0;
        }

        .cta-block__bg-img {
            top: 300px;
            left: 15px;

            @media (min-width: 768px) {
                top: 310px;
                left: 185px;
            }
        }
    }

    #cta-block__right {
        padding-bottom: 10px;

        @media (min-width: 768px) {
            padding-bottom: 0;
        }

        .cta-block__bg-img {
            transform: scale(.7);
            top: -326px;
            left: -816px;

            @media (min-width: 768px) {
                transform: scale(0.75);
                top: -270px;
                left: -676px;
            }
        }
    }

    .cta-block__content-container {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
        padding-top: 10px;

        @media (min-width: 768px) {
            height: calc(100% - 20px);
            padding-top: 20px;
        }

        picture {
            display: block;
            width: 100%;
            height: 100%;
            overflow: hidden;
            position: absolute;
            z-index: -1;

            @media (min-width: 768px) {
                height: 600px;
            }
        }
    }

    .cta-block__bg-img {
        position: absolute;
        z-index: -1;
        pointer-events: none;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .cta-block__content {
        color: var(--color-white);
        display: flex;
        height: 500px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;

        @media (min-width: 768px) {
            height: 620px;
        }

        .header-secondary {
            color: var(--color-white);
        }
    }
}

/* featured articles */
.featured-articles-header {
    .container-fluid {
        max-width: none !important;
    }
    .h2.header-serif,
    h2.header-serif {
        text-align: center;
        margin-top: 2.5rem;
		margin-bottom: 2.5rem;
    }
}

.featured-articles {
    .container-fluid {
        max-width: none !important;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .featured-articles__glide {
        position: relative;
    }

    .featured-articles__slide {
        height: 600px;
        display: flex;
        flex-direction: column;
        position: relative;
        color: var(--color-white-corn);
        justify-content: center;
        align-items: center;
        background-color: rgba(0, 0, 0, .5);

        @media (min-width: 992px) {
            height: 700px;
            padding: 50px;
        }

        @media (min-width: 1200px) {
            height: 600px;
        }

        .featured-articles__img {
            position: absolute;
            width: 100%;
            height: 100%;
            z-index: -1;

            .img, img {
                width: 100%;
                height: 100%;
                object-position: center;
                object-fit: cover;
            }
        }

        .featured-articles__content {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            max-width: 990px;

            .featured-articles__category {
                margin-bottom: 50px;

                .a, a {
                    color: var(--color-white-corn);
                    text-decoration: none;
                    cursor: pointer;
                    text-transform: uppercase;
                    font-family: var(--font-family-industry);
                    font-size: 0.625rem;
                    font-style: normal;
                    font-weight: 800;
                    line-height: normal;
                    letter-spacing: 0.09375rem;

                    @media (min-width: 992px) {
                        font-size: 1.25rem;
                        line-height: 1.75rem; /* 140% */
                        letter-spacing: 0.25rem;
                    }
                }
            }

            .featured-articles__article-title {
                position: relative;

                &:after {
                    content: '';
                    position: absolute;
                    height: 2px;
                    width: 10%;
                    background-color: transparent;
                    top: auto;
                    left: 0;
                    right: 0;
                    bottom: -10px;
                    margin: auto;
                    transition: width 250ms ease-in-out,
                        background-color 250ms ease-in-out;
                }
            }

            .featured-articles__article-title:hover {
                &:after {
                    background-color: var(--color-white);
                    width: 50%;
                    transition: width 250ms ease-in-out,
                        background-color 250ms ease-in-out;
                }

                .a, a {
                    color: var(--color-white);
                    font-size: 1.3rem;

                    @media (min-width: 992px) {
                        font-size: 3.01rem;
                    }
                }
            }

            .featured-articles__article-title .a,
            .featured-articles__article-title a {
                text-decoration: none;
                color: var(--color-white-corn);
                font-family: var(--font-family-industry);
                font-size: 1.25rem;
                font-style: normal;
                font-weight: 800;
                line-height: normal;
                letter-spacing: 0.45rem;

                @media (min-width: 992px) {
                    font-size: 3rem;
                    letter-spacing: 0.1875rem;
                }
            }

            .featured-articles__excerpt {
                font-family: var(--font-family-civane);
                font-size: 0.75rem;
                font-style: normal;
                font-weight: 500;
                line-height: 1.25rem;
                letter-spacing: 0.0225rem;

                @media (min-width: 992px) {
                    font-size: 1.375rem;
                    line-height: 1.875rem;
                    letter-spacing: 0.04125rem;
                }
            }
        }
    }

    .glide__bullets, .glide__arrows {
        gap: 25px;
        justify-content: center;
        align-items: start;
        display: flex;
        list-style: none;
        height: 5rem;
        padding: 2rem 0;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);

        .glide__bullet {
            padding: 0;
            border: 1px solid var(--color-gold);
            width: var(--btn-size);
            height: var(--btn-size);
            border-radius: 50%;
            background-color: transparent;
        }

        .glide__bullet--active {
            background-color: var(--color-gold);
        }
    }

    .glide__arrows {
        bottom: 12px;
    }
}

/* archive */
.archive, .archive.category {
    .container {
        max-width: none !important;
    }
    .category-header {
        padding-top: 85px;
        @media (min-width: 992px) {
            padding-top: 40px;
        }
    }
    .page-title {
        padding-bottom: 30px;
        margin-bottom: 0;
    }
    .archive__forms {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: 35px auto;
        max-width: 1414px;
        gap: 15px;

        @media (min-width: 992px) {
            flex-direction: row;
            margin: 150px auto 50px auto;
            gap: 50px;
        }

        .archive__form-search {
            display: flex;
            width: 100%;
            height: 60px;

            @media (min-width: 992px) {
                width: 60%;
                height: 80px;
            }

            .archive__search {
                border: none;
                background-color: var(--color-white-corn);
                width: 100%;
                height: 100%;
                padding: 20px;

                &::placeholder {
                    text-align: center;
                    color: var(--color-dark-brown);
                    font-family: var(--font-family-industry);
                    font-size: 12px;
                    font-style: normal;
                    font-weight: 800;
                    line-height: 30px; /* 140% */
                    letter-spacing: 2.4px;
                    text-transform: uppercase;
                }

                @media (min-width: 992px) {
                    &::placeholder {
                        font-size: 20px;
                        line-height: 28px; /* 140% */
                        letter-spacing: 4px;
                    }
                }
            }

             .label, label {
                width: 100%;
            }

            .search-submit,
            .button[type=submit],
            button[type=submit] {
                width: 60px;
                flex-shrink: 0;
                background-color: var(--color-gold);
                border: none;

                @media (min-width: 992px) {
                    width: 80px;
                }

                .img, img {
                    width: 26px;

                    @media (min-width: 992px) {
                        width: 35px;
                    }
                }
            }
        }

        .archive__form-filter {
            display: flex;
            width: 100%;
            height: 60px;

            @media (min-width: 992px) {
                width: 35%;
                height: 80px;
            }

            .archive__filter {
                width: 100%;
                height: 100%;
                text-align: center;
                color: var(--color-dark-brown);
                font-family: var(--font-family-industry);
                font-size: 12px;
                font-style: normal;
                font-weight: 800;
                line-height: 30px; /* 140% */
                letter-spacing: 2.4px;
                text-transform: uppercase;
                border: none;
                background-color: var(--color-white-corn);
                -moz-appearance: none;
                -webkit-appearance: none;
                padding: 10px;

                @media (min-width: 992px) {
                    font-size: 20px;
                    line-height: 28px; /* 140% */
                    letter-spacing: 4px;
                }
            }

            .archive__filter-btn {
                padding: 0;
                border: none;
                width: 60px;

                @media (min-width: 992px) {
                    width: 80px;
                }
            }
        }
    }

    .archive__article-list {
        list-style: none;
        margin: 0 auto;
        padding: 0;
        max-width: 1414px;

        .li, li {
            height: auto;
            display: flex;
            flex-direction: column;
            margin-bottom: 50px;
            overflow: hidden;

            @media (min-width: 992px) {
                flex-direction: row;
                height: 500px;
            }

            .archive__article-img {
                width: 100%;
                height: auto;
                flex-shrink: 0;

                @media (min-width: 992px) {
                    width: 300px;
                    height: auto;
                }

                @media (min-width: 1200px) {
                    width: 500px;
                    height: 500px;
                }

                .img, img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    aspect-ratio: 3/2;

                    @media (min-width: 992px) {
                        aspect-ratio: 2/3;
                    }

                    @media (min-width: 1200px) {
                        aspect-ratio: 1/1;
                    }
                }
            }

            .archive__article-content {
                width: 100%;
                padding: 30px 20px;
                background-color: var(--color-white-corn);
                position: relative;

                @media (min-width: 992px) {
                    padding: 50px;
                }

                @media (min-width: 1400px) {
                    padding: 75px 125px 75px 100px;
                }

                .archive__article-cat {
                    margin-bottom: 10px;

                    @media (min-width: 992px) {
                        margin-bottom: 20px;
                    }

                    .a, a {
                        font-family: var(--font-family-industry);
                        font-size: 0.75rem;
                        font-style: normal;
                        font-weight: 800;
                        line-height: 1.875rem; /* 250% */
                        letter-spacing: 0.15rem;
                        text-transform: uppercase;
                        text-decoration: none;

                        @media (min-width: 992px) {
                            font-size: 1.25rem;
                            line-height: 1.75rem; /* 140% */
                            letter-spacing: 0.25rem;
                        }
                    }
                }

                .archive__article-title-container {
                    width: 100%;
                    display: flex;
                    align-items: center;
                    margin-bottom: 1rem;
                    min-height: 75px;

                    @media (min-width: 992px) {
                        min-height: 150px;
                        margin-bottom: 2rem;
                    }
                }

                .archive__article-title {
                    font-family: var(--font-family-civane);
                    font-size: 1.5rem;
                    font-style: normal;
                    font-weight: 900;
                    line-height: 2.125rem;
                    letter-spacing: 0.09rem;
                    text-decoration: none;
                    margin: 0;
                    transition: all .3s ease-out;
                    width: 100%;

                    @media (min-width: 992px) {
                        font-size: 2.5rem;
                        line-height: 3rem;
                        letter-spacing: 0.15rem;
                    }
                }

                .archive__article-btn {
                    width: 75px;
                    height: 75px;
                    background-color: var(--color-gold);
                    border-radius: 50%;
                    border: none;
                    flex-shrink: 0;
                    transition: all .3s ease-out;
                    position: absolute;
                    right: 30px;
                    top: -38px;
                
                    opacity: 1;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    z-index: 1;

                    @media (min-width: 992px) {
                        right: -300px;
                        opacity: 0;
                        width: 150px;
                        height: 150px;
                        bottom: 90px;
                        top: auto;
                    }

                    .img, img {
                        width: 45px;

                        @media (min-width: 992px) {
                            width: 50px;
                        }
                    }
                }

                .archive__article-excerpt {
                    font-family: var(--font-family-civane);
                    font-size: 0.875rem;
                    font-style: normal;
                    font-weight: 500;
                    line-height: 1.375rem;
                    letter-spacing: 0.02625rem;
                    transition: all .3s ease-out;
                    opacity: 1;

                    @media (min-width: 992px) {
                        font-size: 1.375rem;
                        line-height: 1.875rem;
                        letter-spacing: 0.04125rem;
                    }
                }

                .archive__article-border-link {
                    pointer-events: none;
                    @media (min-width: 992px) {
                        pointer-events: auto;
                    }
                }
                .archive__article-content-border {
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    height: 20px;
                    width: 100%;
                    background-color: var(--color-gold);
                    transition: all .3s ease-out;
                }
            }
        }

        .li:hover .archive__article-excerpt,
        li:hover .archive__article-excerpt {
            opacity: 0;
        }

        .li:hover .archive__article-btn,
        li:hover .archive__article-btn {
            opacity: 1;
            right: 50px;
        }

        .li:hover .archive__article-content-border,
        li:hover .archive__article-content-border {
            @media (min-width: 992px) {
                height: 165px;
            }
        }

        /* .li:hover .archive__article-title,
        li:hover .archive__article-title {
            width: calc(100% - 75px);

            @media (min-width: 992px) {
                width: calc(100% - 150px);
            }
        } */
    }

    .pagination {
        display: flex;
        padding-left: 0;
        list-style: none;
        justify-content: center;
        text-align: center;
        margin-bottom: 150px;

        .page-numbers {
            padding: 20px 15px;
            text-decoration: none;
            font-family: var(--font-family-industry);
            font-size: 1rem;
            font-style: normal;
            font-weight: 800;
            line-height: 1.875rem; /* 187.5% */
            letter-spacing: 0.15rem;
            text-transform: uppercase;
        }

        .page-numbers.current {
            border-bottom: solid 2px var(--color-gold);
        }
    }
}

/* Categories */
.category article.archive__category-list {
    & {
        height: auto;
        display: flex;
        flex-direction: column;
        margin-bottom: 50px;
        overflow: hidden;

        @media (min-width: 992px) {
            flex-direction: row;
            height: 500px;
        }

        .archive__article-img {
            width: 100%;
            height: auto;
            flex-shrink: 0;

            @media (min-width: 992px) {
                width: 300px;
                height: auto;
            }

            @media (min-width: 1200px) {
                width: 500px;
                height: 500px;
            }

            .img, img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                aspect-ratio: 3/2;

                @media (min-width: 992px) {
                    aspect-ratio: 2/3;
                }

                @media (min-width: 1200px) {
                    aspect-ratio: 1/1;
                }
            }
        }

        .archive__article-content {
            width: 100%;
            padding: 30px 20px;
            background-color: var(--color-white-corn);
            position: relative;

            @media (min-width: 992px) {
                padding: 50px;
            }

            @media (min-width: 1400px) {
                padding: 75px 125px 75px 100px;
            }

            .archive__article-cat {
                margin-bottom: 10px;

                @media (min-width: 992px) {
                    margin-bottom: 20px;
                }

                .a, a {
                    font-family: var(--font-family-industry);
                    font-size: 0.75rem;
                    font-style: normal;
                    font-weight: 800;
                    line-height: 1.875rem; /* 250% */
                    letter-spacing: 0.15rem;
                    text-transform: uppercase;
                    text-decoration: none;

                    @media (min-width: 992px) {
                        font-size: 1.25rem;
                        line-height: 1.75rem; /* 140% */
                        letter-spacing: 0.25rem;
                    }
                }
            }

            .archive__article-title-container {
                width: 100%;
                display: flex;
                align-items: center;
                margin-bottom: 1rem;
                min-height: 75px;

                @media (min-width: 992px) {
                    min-height: 150px;
                    margin-bottom: 2rem;
                }
            }

            .archive__article-title {
                font-family: var(--font-family-civane);
                font-size: 1.5rem;
                font-style: normal;
                font-weight: 900;
                line-height: 2.125rem;
                letter-spacing: 0.09rem;
                text-decoration: none;
                margin: 0;
                transition: all .3s ease-out;
                width: 100%;

                @media (min-width: 992px) {
                    font-size: 2.5rem;
                    line-height: 3rem;
                    letter-spacing: 0.15rem;
                }
            }

            .archive__article-btn {
                width: 75px;
                height: 75px;
                background-color: var(--color-gold);
                border-radius: 50%;
                border: none;
                flex-shrink: 0;
                transition: all .3s ease-out;
                position: absolute;
                right: 30px;
                top: -38px;
            
                opacity: 1;
                display: flex;
                align-items: center;
                justify-content: center;
                z-index: 1;

                @media (min-width: 992px) {
                    right: -300px;
                    opacity: 0;
                    width: 150px;
                    height: 150px;
                    bottom: 90px;
                    top: auto;
                }

                .img, img {
                    width: 45px;

                    @media (min-width: 992px) {
                        width: 50px;
                    }
                }
            }

            .archive__article-excerpt {
                font-family: var(--font-family-civane);
                font-size: 0.875rem;
                font-style: normal;
                font-weight: 500;
                line-height: 1.375rem;
                letter-spacing: 0.02625rem;
                transition: all .3s ease-out;
                opacity: 1;

                @media (min-width: 992px) {
                    font-size: 1.375rem;
                    line-height: 1.875rem;
                    letter-spacing: 0.04125rem;
                }
            }

            .archive__article-border-link {
                pointer-events: none;
                @media (min-width: 992px) {
                    pointer-events: auto;
                }
            }
            .archive__article-content-border {
                position: absolute;
                bottom: 0;
                left: 0;
                height: 20px;
                width: 100%;
                background-color: var(--color-gold);
                transition: all .3s ease-out;
            }
        }
    }

    &:last-of-type {
        margin-bottom: 0;
    }

    &:hover .archive__article-excerpt {
        opacity: 0;
    }

    &:hover .archive__article-btn {
        opacity: 1;
        right: 50px;
    }

    &:hover .archive__article-content-border {
        @media (min-width: 992px) {
            height: 165px;
        }
    }
}

.category .site-main {
    padding-bottom: 50px;
}

.search {
    .search-results {
        margin-top: var(--headerHeight );
        @media (min-width: 992px) {
            margin-top: calc(50px + var(--headerHeight));
        }
    }
    .no-results {
        margin-bottom: 150px;
    }
}

.single-article {
    .hero-text-group {
        height: 100%;
        justify-content: space-evenly;

        .a, a {
            color: var(--color-white-corn);
            text-decoration: none;
        }
    }

    .single-article__content-text {
        margin: 100px 0;
    }
}

.single-article, .archive {
    time.updated {display: none;}
}

/* footer */
footer, .footer {
    padding-bottom: 3rem;
    background-color: var(--color-dark-brown);
    color: var(--color-white-corn);
    font-family: var(--font-family-civane);
    font-size: 0.5625rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.875rem;
    letter-spacing: 0.045rem;

    @media (min-width: 992px) {
        font-size: 0.9375rem;
        line-height: 1.4375rem;
        letter-spacing: 0.05625rem;
    }

    .footer__headline {
        translate: none;
        margin-bottom: -10px;
        margin-top: 30px;
        font-family: var(--font-family-civane);
        font-size: 1rem;
        text-transform: capitalize;
        color: var(--color-white-corn);
        font-weight: 300;
        transform: none;
        opacity: 1;
    }

    .footer__link,
    .footer__articles-menu .a,
    .footer__articles-menu a {
        text-decoration-line: underline;
        text-transform: none;
        color: var(--color-white-corn);
        font-size: 0.8125rem;
        font-weight: 500;
        line-height: 1.25rem; /* 153.846% */
        letter-spacing: 0.12188rem;
        font-family: var(--font-family-civane);

        @media (min-width: 992px) {
            font-size: 0.9375rem;
            line-height: 1.4375rem;
            letter-spacing: 0.05625rem;
        }
    }

    .footer__lbd-logo {
        position: relative;
        display: inline-block;
        z-index: 2;

        &::before {
             content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140 169" fill="none"><path d="M140 169L-1.52588e-05 169L-6.60394e-06 70C-3.22418e-06 31.3401 31.3401 5.75944e-06 70 9.13919e-06C108.66 1.2519e-05 140 31.3401 140 70L140 169Z" fill="rgba(51, 46, 32, 1)"/><path d="M140 169L-1.52588e-05 169L-6.60394e-06 70C-3.22418e-06 31.3401 31.3401 5.75944e-06 70 9.13919e-06C108.66 1.2519e-05 140 31.3401 140 70L140 169Z"/></svg>');
             width: 140px;
             height: 169px;
             display: block;
             position: absolute;
             margin: auto;
             left: 0;
             right: 0;
             top: -26px;
             color: var(--color-dark-brown);
             z-index: 1;
         }
    }

    .footer__lbd-logo-img {
        position: relative;
        z-index: 2;
    }

    #sign-up.btn {
        margin: 2.38rem 0 2.63rem 0;
        font-size: 15px;
        font-style: normal;
        font-weight: 800;
        line-height: 20px; /* 133.333% */
        letter-spacing: 2.25px;
        text-transform: uppercase;

        @media (min-width: 992px) {
            margin: 0;
        }
    }

    .footer__mobile-social-links {
        text-align: center;
        padding: 0;
        text-transform: uppercase;

        .li, li {
            display: inline-block;
            padding-left: 10px;

            &:first-child {
                padding-left: 0;
            }

            &::after {
                content: "|";
                padding-left: 14px;
                color: var(--color-gold);
            }

            &:last-child::after {
                content: "";
            }

            .footer__link {
                font-family: var(--font-family-industry);
                font-size: 0.8125rem;
                font-style: normal;
                font-weight: 700;
                line-height: 1.25rem; /* 153.846% */
                letter-spacing: 0.12188rem;
                text-decoration-line: underline;
                text-transform: uppercase;
            }
        }
    }

    .footer__mobile-icon {
        display: inline-block;
        margin-bottom: 2.31rem;

        i {
            display: block;
            width: 43px;
            height: 43px;
            background-position: center;
            background-size: contain;
            background-repeat: no-repeat;
        }
    }

    .footer__mobile-phone-icon {
        background-image: url('/wp-content/themes/limestonebranch/img/icon-phone.png');
    }

    .footer__mobile-map-icon {
        background-image: url('/wp-content/themes/limestonebranch/img/icon-map.png');
    }

    .footer__mobile-email-icon {
        background-image: url('/wp-content/themes/limestonebranch/img/icon-email.png');
    }

    .footer__separator {
        margin: 1.7rem 0;
        background-color: var(--color-gold);

        @media (min-width: 992px) {
            margin: 2.8rem 0;
        }
    }

    .footer__content {
        max-width: 1400px;
        margin: auto;

        .footer__content-top {
            text-align: center;
            margin-top: -55px;
        }
    }

    .footer__header {
        font-family: var(--font-family-industry);
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1.25rem; /* 142.857% */
        letter-spacing: 0.13125rem;
        text-transform: uppercase;
        color: var(--color-gold);

        @media (min-width: 992px) {
            font-size: 0.9375rem;
            font-weight: 800;
            line-height: 1.4375rem;
            letter-spacing: 0.14063rem;
        }
    }

    .footer__text {
        margin-bottom: 45px;
    }

    .footer__legal {
        font-size: 0.75rem;
        line-height: 1.125rem;
        letter-spacing: 0.06rem;

        .a, a {
            font-size: 0.75rem;
            line-height: 1.125rem;
            letter-spacing: 0.06rem;
        }
    }

    .footer__ys-content {
        margin: 0 auto;
        max-width: 362px;
        padding: 0 20px;

        @media (min-width: 992px) {
            padding: 0 70px;
            max-width: none;
            margin: 0;
        }

        .p, p {
            margin-bottom: 30px;
        }

        .footer__header {
            color: var(--color-white-corn);
        }
    }

    .footer__content-right {
        .col-4 {
            padding-left: 55px;
        }
    }

    .footer__articles-menu {
        padding: 0;
        list-style: none;
    }

    .footer__kb-logo {
        width: 5.125rem;
    }
}

/* ================= Golden Rails ================= */

/*

    Apply the rails-top/bottom or rails-y class to the <section> element.

    <section class="text-image-block text-image-block--image-right text-image-block--light    rails-y   ">
        <div class="container-fluid rails-x py-lg">...</div>
    </section>

    This applies horizontal rails to the top and/or bottom of a section as pseudo elements.
    The rails should stretch full width with the window, not to the max-width of a container.

*/

.rails-top, .rails-top--flat, .rails-bottom,
.rails-bottom--flat, .rails-y, .rails-y--flat {
    position: relative;
}

.rails-y:before,
.rails-y:after,
.rails-y--flat:before,
.rails-y--flat:after,
.rails-top:before,
.rails-top--flat:before,
.rails-bottom:after,
.rails-bottom--flat:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: var(--color-gold);
    z-index: 1;
}

.rails-y--flat:before,
.rails-top--flat:before { top: 0;}

.rails-y--flat:after,
.rails-bottom--flat:after { bottom: 0;}

.rails-y:after,
.rails-top:after { top: 10px; }
@media (min-width: 768px) {
    .rails-y:after,
    .rails-top:after { top: 20px; }
}

.rails-y:after,
.rails-bottom:after { bottom: 10px; }
@media (min-width: 768px) {
    .rails-y:after,
    .rails-bottom:after { bottom: 20px; }
}

/*

    Apply the rails-left/right or rails-x class to 'container' or 'container-fluid' element.

    <section class="...">
        <div class="container-fluid    rails-x    py-lg">...</div>
    </section>

    This applies vertical rails to the left and right of a section as borders.
    The section is restricted to the max width of the container class used.

*/

.rails-left, .rails-x { border-left: 1px solid var(--color-gold); }
.rails-right, .rails-x { border-right: 1px solid var(--color-gold); }

/* Larger padding classes not provided by Bootstrap */
.pt-lg, .py-lg, .p-lg { padding-top: 5rem; }
.pb-lg, .py-lg, .p-lg { padding-bottom: 5rem; }
.pl-lg, .px-lg, .p-lg { padding-left: 5rem; }
.pr-lg, .px-lg, .p-lg { padding-right: 5rem; }

.pt-xl, .py-xl, .p-xl { padding-top: 6rem; }
.pb-xl, .py-xl, .p-xl { padding-bottom: 6rem; }
.pl-xl, .px-xl, .p-xl { padding-left: 6rem; }
.pr-xl, .px-xl, .p-xl { padding-right: 6rem; }

.pt-xxl, .py-xxl, .p-xxl { padding-top: 7rem; }
.pb-xxl, .py-xxl, .p-xxl { padding-bottom: 7rem; }
.pl-xxl, .px-xxl, .p-xxl { padding-left: 7rem; }
.pr-xxl, .px-xxl, .p-xxl { padding-right: 7rem; }

/* Bootstrap Overrides */
.container, .container-fluid {
    width: calc(100% - 20px);
    max-width: var(--maxWidth) !important;

    @media (min-width: 992px) {
        width: calc(100% - 40px);
    }
}

/* General */
@media screen and (min-width: 576px)  {
    .mobile-break { display: none; }
}


/* Fade into view */
h1, h2:not(.product-slider__title), h4, h5, h6, h3:not(.marquee__text), a.btn:not(.header__nav-visit):not(.product-slider__cta), .hero-text, .fade-into-view {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s, transform 1s;

    &.in-view {
        opacity: 1;
        transform: translateY(0);
    }
}
