@font-face {
    font-family: 'URWClassico Regular';
    font-style: normal;
    font-weight: normal;
    src: local('URWClassico Regular'), url('../fonts/URWClassico-Regular.woff') format('woff');
}


@font-face {
    font-family: 'URWClassico Italic';
    font-style: normal;
    font-weight: normal;
    src: local('URWClassico Italic'), url('../fonts/URWClassico-Italic.woff') format('woff');
}


@font-face {
    font-family: 'URWClassico Bold';
    font-style: normal;
    font-weight: normal;
    src: local('URWClassico Bold'), url('../fonts/URWClassico-Bold.woff') format('woff');
}


@font-face {
    font-family: 'URWClassico Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('URWClassico Bold Italic'), url('../fonts/URWClassico-BoldItalic.woff') format('woff');
}

.btn {
    display: block;
    padding: 6px 15px;
    position: relative;
    clip-path: polygon(11px 0%, calc(100% - 11px) 0%, 100% 11px, 100% calc(100% - 11px), calc(100% - 11px) 100%, 11px 100%, 0% calc(100% - 11px), 0% 11px);
    border: none;
    cursor: pointer;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "URWClassico Regular", sans-serif;
    font-size: 15px;
    margin: 0.5em 0;
    width: fit-content;
    text-decoration: none !important;
    font-weight: 500;
    border-radius: 0;
}

.btn-primary {
    background-color: #846a06;
    color: #FFF !important;
    leading-trim: both;
    text-edge: cap;
    font-family: "URWClassico Regular", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    width: auto;

    @media (min-width: 768px) {
        width: fit-content !important;
    }
}

.btn-primary:hover {
    background-color: #fff;
    color: #846a06 !important;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}

.mt-4 {
    margin-top: 2rem;
}

.flexible-hero {
    position: relative;
    overflow: hidden;
    height: calc(100vh - 100px);
    display: flex;
    align-items: end;
    margin-top: calc(-5em - 35px);
    padding: 2rem;

    @media (min-width: 768px) {
        padding: 4.375rem 4.5rem;
        height: calc(100vh - 130px);
    }
}

.hero-images {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: left;

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

    h1 {
        color: #FFF;

        /* H3 */
        font-family: "URWClassico Regular", sans-serif;
        font-size: 2.5rem;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        text-transform: uppercase;
        text-wrap: balance;
        margin-bottom: 1rem;

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

    p {
        color: #FFF;
        font-family: "URWClassico Regular", sans-serif;
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
        text-wrap: balance;
        margin-bottom: 1rem;

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

.hero-slider {
    .slick-arrow {
        position: absolute;
        content: none;
        background-color: transparent;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjE2IiB2aWV3Qm94PSIwIDAgOSAxNiIgZmlsbD0ibm9uZSI+CiAgPHBhdGggZD0iTTAuMjkyOTAzIDguNzA3MTFDLTAuMDk3NjIxMiA4LjMxNjU4IC0wLjA5NzYyMTIgNy42ODM0MiAwLjI5MjkwMyA3LjI5Mjg5TDYuNjU2ODYgMC45Mjg5MzNDNy4wNDczOSAwLjUzODQwOCA3LjY4MDU1IDAuNTM4NDA4IDguMDcxMDggMC45Mjg5MzNDOC40NjE2IDEuMzE5NDYgOC40NjE2IDEuOTUyNjIgOC4wNzEwOCAyLjM0MzE1TDIuNDE0MjIgOEw4LjA3MTA4IDEzLjY1NjlDOC40NjE2IDE0LjA0NzQgOC40NjE2IDE0LjY4MDUgOC4wNzEwOCAxNS4wNzExQzcuNjgwNTUgMTUuNDYxNiA3LjA0NzM5IDE1LjQ2MTYgNi42NTY4NiAxNS4wNzExTDAuMjkyOTAzIDguNzA3MTFaTTEuNTA0MTUgOFY5SDEuMDAwMDFWOFY3SDEuNTA0MTVWOFoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPg==");
        top: 50%;
        transform: translateY(-50%);
        width: 9px;
        height: 16px;
        border: none;

        text-indent: -9999px;
        white-space: nowrap;
        z-index: 999;
    }

    .slick-prev {
        left: 1rem;
    }

    .slick-next {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjE2IiB2aWV3Qm94PSIwIDAgOSAxNiIgZmlsbD0ibm9uZSI+CiAgPHBhdGggZD0iTTguNzA3MzQgOC43MDcxMUM5LjA5Nzg3IDguMzE2NTggOS4wOTc4NyA3LjY4MzQyIDguNzA3MzQgNy4yOTI4OUwyLjM0MzM4IDAuOTI4OTMzQzEuOTUyODYgMC41Mzg0MDggMS4zMTk2OSAwLjUzODQwOCAwLjkyOTE2NyAwLjkyODkzM0MwLjUzODY0MyAxLjMxOTQ2IDAuNTM4NjQzIDEuOTUyNjIgMC45MjkxNjcgMi4zNDMxNUw2LjU4NjAyIDhMMC45MjkxNjcgMTMuNjU2OUMwLjUzODY0MyAxNC4wNDc0IDAuNTM4NjQzIDE0LjY4MDUgMC45MjkxNjcgMTUuMDcxMUMxLjMxOTY5IDE1LjQ2MTYgMS45NTI4NiAxNS40NjE2IDIuMzQzMzggMTUuMDcxMUw4LjcwNzM0IDguNzA3MTFaTTcuNDk2MDkgOFY5SDguMDAwMjNWOFY3SDcuNDk2MDlWOFoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPg==");
        right: 1rem;
    }
}

.hero-slider .slick-list, .hero-slider .slick-track {
    height: 100%;
}

.hero-slider .hero-slide {
    height: 100%;
}

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

.hero-slider .hero-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.hero-content .flex {
    display: flex;
    gap: 1rem;
    flex-direction: column;

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

.hero-content .btn-primary {
    padding: 0.5rem 2.5rem;

    @media (min-width: 768px) {
        font-size: 18px !important;
    }
}

.hero-content .wp-block-button__link {
    width: auto;
    padding: 0.25rem 2rem;
    background: #FFF;
    color: #fff;

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

.hero-content .wp-block-button__link::after {
    background-color: #000;
}

.hero-content .wp-block-button__link:hover::after {
    background-color: #846A06;
}

.text-center {
    text-align: center;
}

.quick-links {
    padding: 1rem 2rem;
    display: flex;
    column-gap: 1rem;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;

    a {
        padding: 1rem 2rem;
        border-bottom: 1px solid #846A06;
        text-transform: uppercase;

        &:last-child {
            border-right: none;
        }

        &:hover {
            color: #846A06;
        }

        @media (min-width: 768px) {
            border-bottom: 0;
            border-right: 1px solid #846A06;
        }
    }

    @media (min-width: 768px) {
        gap: 1rem;
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

.location-details {
    padding: 3rem 2rem;
    background-color: #F6F6F6;

    @media (min-width: 768px) {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .grid-row {
        display: grid;
        gap: 1rem;


        @media (min-width: 768px) {
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }

        > div {
            padding: 1rem;
        }

        > div:nth-child(2) {
            @media (min-width: 768px) {
                border-left: 2px solid #846A06;
                border-right: 2px solid #846A06;
            }

            @media (max-width: 767px) {
                border-top: 2px solid #846A06;
                border-bottom: 2px solid #846A06;
            }
        }
    }

    h2 {
        color: #846A06;
        font-family: 'URWClassico Regular', sans-serif;
        font-style: normal;
        font-weight: 500;
        text-transform: uppercase;
        margin-bottom: 2rem;
        font-size: 1.125rem;
        line-height: 1.75rem;


        @media (min-width: 768px) {
            font-size: 1.875rem;
            line-height: 2.25rem;
        }
    }

    h3, p {
        color: #000;
        text-align: center;
        font-family: 'URWClassico Regular', sans-serif;
        font-style: normal;
        line-height: 150%; /* 36px */
        margin-bottom: 0.5rem;
    }

    .times-list {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }

    .contact {
        a {
            display: inline-block;
            text-decoration: underline;
            margin-bottom: 1rem;
            word-break: break-word;
        }

        .social-icons {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 1rem;

            svg {
                width: 24px;
                height: 24px;
            }
        }
    }
}

.image-text-row {
    display: grid;
    padding: 3rem 2rem;
    gap: 4rem;

    .order-last, .order-first {
        order: -1;
    }

    @media (min-width: 768px) {
        grid-template-columns: repeat(2, minmax(0, 1fr));

        .order-last {
            order: 999;
        }

        padding-left: 4rem;
        padding-right: 4rem;
    }


    .flex {
        display: flex;
        flex-direction: column;

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

    .gap-4 {
        gap: 1rem;
    }

    &.gray {
        background-color: #F6F6F6;

        .wp-block-button__link::after {
            background-color: #F6F6F6;
        }

        .wp-block-button__link:hover::after {
            background-color: #846A06;
        }
    }

    .subtitle {
        color: #000;
        font-family: 'URWClassico Regular', sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 36px */
        letter-spacing: 4.8px;
        text-transform: uppercase;
    }

    h2 {
        color: #846A06;
        font-family: 'URWClassico Regular', sans-serif;
        font-style: normal;
        font-weight: 500;
        text-transform: uppercase;
        margin-bottom: 1rem;
        font-size: 1.125rem;
        line-height: 1.75rem;


        @media (min-width: 768px) {
            font-size: 1.875rem;
            line-height: 2.25rem;
        }
    }

    p {
        color: #000;
        font-family: 'URWClassico Regular', sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        margin-bottom: 1rem;
    }

    .image {
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: center;
    }
}

.quotes {
    position: relative;
    padding: 2rem 1rem;
    background-color: #F6F6F6;


    @media (min-width: 768px) {
        padding: 3rem 4rem;
    }

    .quote {
        padding: 0 1rem;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;

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

        p {
            color: #000;
            text-align: center;

            /* Quote */
            font-family: 'URWClassico Regular', sans-serif;
            font-size: 18px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            text-transform: uppercase;

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

        .author {
            font-size: 16px;

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

        hr {
            border: none;
            border-top: 1px solid #846A06;
            margin: 1rem 0;
        }
    }

    .slick-arrow {
        position: absolute;
        content: none;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjE2IiB2aWV3Qm94PSIwIDAgOSAxNiIgZmlsbD0ibm9uZSI+CiAgPHBhdGggZD0iTTAuMjkyOTAzIDguNzA3MTFDLTAuMDk3NjIxMiA4LjMxNjU4IC0wLjA5NzYyMTIgNy42ODM0MiAwLjI5MjkwMyA3LjI5Mjg5TDYuNjU2ODYgMC45Mjg5MzNDNy4wNDczOSAwLjUzODQwOCA3LjY4MDU1IDAuNTM4NDA4IDguMDcxMDggMC45Mjg5MzNDOC40NjE2IDEuMzE5NDYgOC40NjE2IDEuOTUyNjIgOC4wNzEwOCAyLjM0MzE1TDIuNDE0MjIgOEw4LjA3MTA4IDEzLjY1NjlDOC40NjE2IDE0LjA0NzQgOC40NjE2IDE0LjY4MDUgOC4wNzEwOCAxNS4wNzExQzcuNjgwNTUgMTUuNDYxNiA3LjA0NzM5IDE1LjQ2MTYgNi42NTY4NiAxNS4wNzExTDAuMjkyOTAzIDguNzA3MTFaTTEuNTA0MTUgOFY5SDEuMDAwMDFWOFY3SDEuNTA0MTVWOFoiIGZpbGw9IiM4NDZBMDYiLz4KPC9zdmc+");
        top: 50%;
        transform: translateY(-50%);
        width: 9px;
        height: 16px;
        border: none;

        text-indent: -9999px;
        white-space: nowrap;
    }

    .slick-next {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjE2IiB2aWV3Qm94PSIwIDAgOSAxNiIgZmlsbD0ibm9uZSI+CiAgPHBhdGggZD0iTTguNzA3MzQgOC43MDcxMUM5LjA5Nzg3IDguMzE2NTggOS4wOTc4NyA3LjY4MzQyIDguNzA3MzQgNy4yOTI4OUwyLjM0MzM4IDAuOTI4OTMzQzEuOTUyODYgMC41Mzg0MDggMS4zMTk2OSAwLjUzODQwOCAwLjkyOTE2NyAwLjkyODkzM0MwLjUzODY0MyAxLjMxOTQ2IDAuNTM4NjQzIDEuOTUyNjIgMC45MjkxNjcgMi4zNDMxNUw2LjU4NjAyIDhMMC45MjkxNjcgMTMuNjU2OUMwLjUzODY0MyAxNC4wNDc0IDAuNTM4NjQzIDE0LjY4MDUgMC45MjkxNjcgMTUuMDcxMUMxLjMxOTY5IDE1LjQ2MTYgMS45NTI4NiAxNS40NjE2IDIuMzQzMzggMTUuMDcxMUw4LjcwNzM0IDguNzA3MTFaTTcuNDk2MDkgOFY5SDguMDAwMjNWOFY3SDcuNDk2MDlWOFoiIGZpbGw9IiM4NDZBMDYiLz4KPC9zdmc+");
        right: 0;
    }
}

.heavy-content {
    position: relative;
    padding: 3rem 2rem;
    background-color: #F6F6F6;

    @media (min-width: 768px) {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .content {
        display: block;
    }

    h2 {
        color: #846A06;
        font-family: 'URWClassico Regular', sans-serif;
        font-style: normal;
        font-weight: 500;
        text-transform: uppercase;
        margin-bottom: 1rem;
        font-size: 1.125rem;
        line-height: 1.75rem;


        @media (min-width: 768px) {
            font-size: 1.875rem;
            line-height: 2.25rem;
        }
    }

    p {
        color: #000;
        font-family: 'URWClassico Regular', sans-serif;
        font-style: normal;
        line-height: 150%; /* 36px */
        margin-bottom: 0.5rem;
    }
}

.bookingModal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #ffffff;
    background-color: #000000;
    z-index: 20000;

    #bookingModalContent {
        display: flex;
        padding-left: 2rem;
        padding-right: 2rem;
        justify-content: center;
        align-items: center;
        height: 100%;

        .closeBtn {
            background-color: transparent;
            border: none;
            position: absolute;
            top: 2rem;
            left: 2rem;
            cursor: pointer;
        }

        .openTableForm {
            width: 100%;
            max-width: 50rem;

            .bookingTitle {
                margin-bottom: 2rem;
                font-weight: 700;
                text-align: center;
                color: #846A06;
                text-transform: uppercase;
                font-family: 'URWClassico Regular', sans-serif;
                font-size: 1.5rem;
            }

            .reserve-form-group {
                font-family: 'URWClassico Regular', sans-serif;

                label {
                    display: block;
                    margin-bottom: 0.5rem;
                    font-weight: 500;
                }

                input, select {
                    width: 100%;
                    max-width: 100%;
                    padding: .75rem 1rem;
                    text-transform: uppercase;
                    margin-bottom: 1rem;
                    border: 1px solid #ccc;

                    box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                }
            }

            .reserveBtn {
                display: flex;
                justify-content: center;
            }
        }
    }

    .otWidget {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        backdrop-blur: blur(4px);

        .backdrop {
            display: flex;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            padding: 0 1rem 1rem;
            flex-direction: column;
            align-items: center;
            background-color: rgba(0, 0, 0, 0.5);

            @media (min-width: 1024px) {
                padding: 4rem;
                justify-content: center;
            }

            .otContainer {
                width: 100%;
                max-width: 1200px;
                height: 95%;

                @media (min-width: 1024px) {
                    height: 90%;
                }

                button {
                    display: block;
                    padding: 2rem;
                    margin-left: -2rem;
                    margin-right: -2rem;
                    align-self: flex-start;
                    background-color: transparent;
                    border: none;
                }

                iframe {
                    width: 100%;
                    background-color: #ffffff;
                    height: 95%;

                    @media (min-width: 1024px) {
                        height: 100%;
                    }
                }
            }
        }
    }
}

.hide-mobile-footer .mobilefooter {
    display: none;
    visibility: none;
}

.video-placeholder-normal {
    background-image: url(https://thehawksmoor.com/wp-content/uploads/2025/08/DSC06752-Edit-2.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.dining-hero {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-top: calc(-4em);
    font-family: 'URWClassico Regular', sans-serif;

    @media (min-width: 768px) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dining-hero-content {
        padding: 2rem;

        @media (min-width: 768px) {
            padding: 8rem 4rem;
        }

        .breadcrumb ol {
            list-style: none;
            padding: 0;
            display: flex;
            gap: 0.5rem;
            font-size: 0.875rem;
            text-transform: uppercase;
            margin: 0 0 1rem;
        }

        h1 {
            color: #8F7401;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            letter-spacing: 3px;
            font-size: 2rem;
            text-transform: uppercase;
            margin-bottom: 1rem;

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

        p {
            font-family: 'Adobe Gurmukhi', Georgia, serif;
            color: #000;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 1.6em;
            letter-spacing: 0;
            margin-bottom: 8px;

            &:last-of-type {
                margin-bottom: 4rem;
            }

        }

        a {
            width: 100%;

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

    .hero-video {
        order: -1;

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

        video {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
}

.full-size-image-text-row {
    display: grid;

    .order-last, .order-first {
        order: -1;
    }

    @media (min-width: 768px) {
        grid-template-columns: repeat(2, minmax(0, 1fr));

        .order-last {
            order: 999;
        }
    }


    .flex {
        display: flex;
        flex-direction: column;

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

    .gap-4 {
        gap: 1rem;
    }

    .text-content {
        padding: 2rem;

        @media (min-width: 768px) {
            padding: 6rem 4rem;
        }
    }

    h2 {
        font-family: 'URWClassico Regular', sans-serif;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 3.2px;
        margin-bottom: 1rem;


        @media (min-width: 768px) {
            font-size: 1.875rem;
            line-height: 2.25rem;
        }
    }

    p {
        color: #000;
        font-family: 'Adobe Gurmukhi', Georgia, serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.6em;
        letter-spacing: 0;
        margin-bottom: 8px;

        &:last-of-type {
            margin-bottom: 3rem;
        }
    }

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

    .features {
        .section-title {
            color: #000;
            font-family: 'Adobe Gurmukhi', Georgia, serif;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            letter-spacing: 4px;
            text-transform: uppercase;
        }

        .section-subtitle {
            color: #615E5E;
            font-family: 'Adobe Gurmukhi', Georgia, serif;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 160%;
            margin-bottom: 1rem;
        }

        .features-grid {
            display: grid;
            gap: 2.5rem;
            grid-template-columns: repeat(2, minmax(0, 1fr));

            @media (min-width: 1024px) {
                grid-template-columns: repeat(4, minmax(0, 1fr));
            }

            .feature {
                img {
                    max-width: 32px;
                }

                .feature-title {
                    font-family: 'Adobe Gurmukhi', Georgia, serif;
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 120%; /* 19.2px */
                }
            }
        }
    }
}

.slim-text-row {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0;

    @media (min-width: 768px) {
        padding: 6rem 8rem;
        display: block;
    }

    .text-content {
        background-color: white;
        padding: 3rem;

        h2 {
            font-family: 'URWClassico Regular', sans-serif;
            font-size: 32px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            letter-spacing: 3px;
            margin-bottom: 1rem;


            @media (min-width: 768px) {
                font-size: 1.875rem;
                line-height: 2.25rem;
            }
        }

        p {
            color: #000;
            font-family: 'Adobe Gurmukhi', Georgia, serif;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 1.6em;
            letter-spacing: 0;
            margin-bottom: 8px;

            &:last-of-type {
                margin-bottom: 3rem;
            }
        }


        .flex {
            display: flex;
            flex-direction: column;

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

        .gap-4 {
            gap: 1rem;
        }

        a {
            width: 100%;

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

    .image {
        position: relative;
        order: -1;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;


        @media (min-width: 768px) {
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
        }
    }
}

.offerings {
    position: relative;
    padding: 3rem 2rem;
    background-color: #F6F6F6;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;

    @media (min-width: 768px) {
        padding-left: 8rem;
        padding-right: 8rem;
    }

    .text-content {
        display: block;
        flex-basis: 100%;

        @media (min-width: 1245px) {
            flex-basis: 30%;
        }

        h2 {
            font-family: 'URWClassico Regular', sans-serif;
            font-size: 24px;
            font-style: normal;
            font-weight: 400;
            letter-spacing: 3px;


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

        p {
            color: #000;
            font-family: 'Adobe Gurmukhi', Georgia, serif;
            font-style: normal;
            line-height: 1.6em;
            letter-spacing: 0;
            margin-bottom: 8px;

            &:last-of-type {
                margin-bottom: 3rem;
            }
        }
    }

    .features {
        flex-basis: 100%;
        margin-left: auto;
        margin-bottom: auto;
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 1rem;

        @media (min-width: 768px) {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        @media (min-width: 1245px) {
            flex-basis: 60%;
        }

        .feature {
            @media (min-width: 400px) {
                display: flex;
                gap: 1rem;
            }

            @media (min-width: 768px) {
                background-color: #fff;
                padding: 2rem;
                display: block;
            }

            img {
                width: 87px;
                height: 87px;
                object-fit: cover;
                object-position: center;
                margin-bottom: 1rem;
            }

            h3 {
                color: #846A06;
                font-family: 'URWClassico Regular', sans-serif;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
                margin-bottom: 0.5rem;

                @media (min-width: 768px) {
                    font-size: 1.125rem;
                    line-height: 1.75rem;
                }
            }

            p {
                color: #000;
                font-family: 'Adobe Gurmukhi', Georgia, serif;
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: 1.6em;
                letter-spacing: 0;
                margin-bottom: 8px;
            }
        }
    }
}

.venues {
    position: relative;
    padding: 3rem 2rem;

    @media (min-width: 768px) {
        padding-left: 8rem;
        padding-right: 8rem;
    }

    .text-content {
        display: block;
        text-align: center;

        h2 {
            font-family: 'URWClassico Regular', sans-serif;
            font-size: 24px;
            font-style: normal;
            font-weight: 400;
            letter-spacing: 3px;


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

        .categories-list {
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
            justify-content: center;
            margin: 2rem 0;
            cursor: pointer;

            button {
                font-family: 'Adobe Gurmukhi', Georgia, serif;
                background: #F6F6F6;
                padding: 12px 16px;
                gap: 8px;
                border: 0;
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
                letter-spacing: 4px;
                text-transform: uppercase;
                cursor: pointer;
                transition: all .3s ease-in-out;

                &.active, &:hover {
                    background-color: black;
                    color: white;
                }
            }
        }

        /* Mobile dropdown - hidden on desktop */

        .categories-dropdown {
            display: block;
            margin: 2rem 0;

            .category-select {
                width: 100%;
                font-family: 'Adobe Gurmukhi', Georgia, serif;
                color: white;
                border: none;
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
                letter-spacing: 4px;
                text-transform: uppercase;
                cursor: pointer;
                appearance: none;
                background: #000 url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='white' stroke-width='2'/%3E%3C/svg%3E") no-repeat right 16px center;
                padding: 12px 40px 12px 16px;
            }

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

        /* Desktop buttons - hidden on mobile */

        .categories-buttons {
            display: none;

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

    }

    .venues-list {
        display: grid;
        gap: 1rem;
        grid-template-columns: repeat(1, minmax(0, 1fr));


        @media (min-width: 768px) {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }


        @media (min-width: 1360px) {
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }

        .venue-card {
            img {
                width: 100%;
                height: 296px;
                object-fit: cover;
                object-position: center;
            }

            .content-wrapper {
                background: #FFF;
                display: flex;
                padding: 24px;
                flex-direction: column;
                align-items: flex-start;
                align-self: stretch;
                box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.05);

                h3 {
                    font-size: 24px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: normal;
                    margin-bottom: 0.5rem
                }

                .location-display {
                    display: flex;
                    gap: 8px;
                    align-items: center;
                    flex-wrap: wrap;

                    font-size: 14px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: normal;
                    letter-spacing: 4px;
                    text-transform: uppercase;
                    margin-bottom: 1rem;

                    @media (min-width: 1360px) {
                        font-size: 16px;
                    }

                    .sub-location {
                        margin-left: 2px;
                    }
                }

                .description {
                    margin-bottom: 1rem;
                }

                .seats {
                    background: #F6F6F6;
                    display: flex;
                    padding: 8px 12px;
                    align-items: center;
                    gap: 8px;
                }
            }

            a {
                background: #8F7401;
                display: flex;
                padding: 24px;
                justify-content: space-between;
                align-items: center;
                gap: 8px;

                color: white;
                font-family: 'URWClassico Regular', sans-serif;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
                letter-spacing: 1px;
                text-transform: uppercase;

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

                &:hover svg {
                    transform: translateX(4px);
                }
            }
        }
    }
}

.customTrippleSeat {
    h2 {
        color: #000;

        /* Heading 2 */
        font-family: 'URWClassico Regular', sans-serif;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 3.2px;
        margin-bottom: 24px;
        text-align: left !important;
    }

    .row_availbility td p:last-child, .row_event_style td select {
        margin-bottom: 48px;
    }
}

.reservations-hero {
    margin-top: calc(-6em);
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow: hidden;

    .reservations-content {
        z-index: 2;
        text-align: center;

        h1 {
            color: #FFF;
            font-family: 'URWClassico Regular', sans-serif;
            font-size: 32px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            letter-spacing: 3.2px;
            margin-bottom: 1rem;
            text-transform: uppercase;
        }

        .buttons {
            justify-content: center;
            display: flex;
            gap: 1rem;
            flex-direction: column;

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

            .button-angled {
                padding: 10px 39px;
                position: relative;
                display: block;
                color: #FFF;
                font-family: 'URWClassico Regular', sans-serif;
                max-height: 49px;
                font-size: 20px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
                border: 1px solid white;
                transition: all .3s ease-in-out;
                width: 100%;
                box-sizing: border-box;

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

                @supports (corner-shape: bevel) {
                    corner-shape: bevel;
                    border-radius: 14px;
                }
            }

            .button-angled:hover {
                background-color: rgba(0, 0, 0, 0.5);
            }
        }
    }

    .reservations-image {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        display: flex;

        img {
            width: 100%;
            object-fit: cover;
        }
    }

    &:after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.75);
        z-index: 0;
    }
}

/* Preferred Location Styles */
body:not(.location-chicago) .chicago-only {
    display: none !important;
}

body:not(.location-nyc) .nyc-only {
    display: none !important;
}

body:has(.location-chicago, .location-nyc) .null-only {
    display: none !important;
}

.press-hero {
    position: relative;
    overflow: hidden;
    display: grid;
        background-color: #F6F6F6;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-top: calc(-3.3em);
    font-family: 'URWClassico Regular', sans-serif;
    margin-bottom: 4rem;

    @media (min-width: 768px) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .press-hero-content {
        background-color: #fff;
        margin: 2rem;
        padding: 2rem;

        @media (min-width: 1200px) {
            margin: 4rem;
            padding: 8rem 4rem;
        }

        h1 {
            color: #8F7401;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            letter-spacing: 3px;
            font-size: 2rem;
            text-transform: uppercase;
            margin-bottom: 1rem;

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

        .subtitle {
            color: #000;
            font-family: 'Adobe Gurmukhi', Georgia, serif;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            letter-spacing: 4px;
            text-transform: uppercase;
        }

        p {
            font-family: 'Adobe Gurmukhi', Georgia, serif;
            color: #000;
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: 1.6em;
            letter-spacing: 0;
            margin: 8px;

            &:not(:first-child) {
                margin: 2rem 0;
            }

            &:last-of-type {
                color: #000;
                font-size: 16px;
                font-style: italic;
                font-weight: 400;
                line-height: 160%; /* 25.6px */
            }

        }
    }

    .press-img {
        order: -1;

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

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
}

.article-content {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;

    h1, h2, h3, h4, h5, h6, p {
        margin: 0 3rem 2rem 3rem;

        @media (min-width: 768px) {
        margin: 0 6rem 2rem 6rem;
        }
    }

    p:has(img) {
        margin-left: 0;
        margin-right: 0;
    }

    img {
        width: 100%;
        height: auto;
    }

    p {
        color: #000;

        font-family: 'Adobe Gurmukhi', Georgia, serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%; /* 25.6px */

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

    h1 {
        color: #000;
        font-family: 'URWClassico Regular', sans-serif;
        font-size: 2rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 4.8px;

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

    h2 {
        color: #000;
        font-family: 'URWClassico Regular', sans-serif;
        font-size: 28px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 3.2px;
        text-transform: uppercase;

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

    h3 {
        color: #000;
        font-family: 'Adobe Gurmukhi', Georgia, serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    h4 {
        color: #000;
        font-family: 'Adobe Gurmukhi', Georgia, serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    h5 {
        color: #000;
        font-family: 'Adobe Gurmukhi', Georgia, serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    h6 {
        color: #000;
        font-family: 'Adobe Gurmukhi', Georgia, serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 4px;
        text-transform: uppercase;
    }

    blockquote {
        border: 1px solid #8F7401;
        margin: 1rem;
        padding: 1rem;
        color: #000;
        margin-bottom: 2rem;

        p {
            font-family: 'Adobe Gurmukhi', Georgia, serif;
            font-size: 20px;
            font-style: italic;
            font-weight: 400;
            line-height: 160%;
            padding: 0;
            margin: 0;
        }

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

    .view-press {
        background: #8F7401;
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding: 2rem;
        justify-content: center;
        align-items: center;
        margin-bottom: 2rem;

        h2 {
            font-family: 'URWClassico Regular', sans-serif;
            margin-bottom: 0;
            color: white;
        }

        a {
            background-color: white;
            color: white;
            
            &:after {
                background-color: #8F7401;
            }

            &:hover {
                background-color: black;
                color: white;

                &:after {
                    background-color: black;
                }
            }
        }
    }
}

.press-archive-hero {
    margin-top: calc(-6em);
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 35vh;
    padding: 4rem;
    overflow: hidden;

    .press-archive-content {
        z-index: 2;
        text-align: center;
        margin-top: auto;

        h1 {
            color: #FFF;
            text-align: center;

            font-family: 'URWClassico Regular', sans-serif;
            text-transform: uppercase;
            font-size: 48px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            letter-spacing: 4.8px;
        }

        p {
            color: #FFF;
            font-family: 'Adobe Gurmukhi', Georgia, serif;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            letter-spacing: 4px;
            text-transform: uppercase;
            margin-bottom: 1rem;
        }
    }

    .press-archive-image {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        display: flex;

        img {
            width: 100%;
            object-fit: cover;
        }
    }

    &:after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.70);
        z-index: 0;
    }
}

.press-articles {
    background-color: #F6F6F6;
}

.pressGrid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr)); 
    gap: 1rem;
    margin-bottom: 2rem;
    margin-top: 2rem;


    @media (min-width: 768px) { 
        grid-template-columns: repeat(2, minmax(0, 1fr)); 
    }

    @media (min-width: 1024px) { 
        grid-template-columns: repeat(3, minmax(0, 1fr)); 
    }

    .press-article {
        position: relative;
        width: 100%;
        background-color: #fff;

        .press-image img {
            width: 100%;
            height: 320px;
            object-fit: cover;
            object-position: center;
        }

        .press-content {
            padding: 2rem;

            h2 {
                color: #8F7401;
                font-family: "Classico URW";
                font-size: 32px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
                letter-spacing: 3.2px;
                text-transform: uppercase;
                padding: 0;
                margin-bottom: 0.5rem;
            }

            p {
                color: #000;
                font-family: Georgia;
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: 160%; /* 25.6px */

                &:last-of-type {
                    color: #000;
                    font-family: Georgia;
                    font-size: 16px;
                    font-style: italic;
                    font-weight: 400;
                    line-height: 160%; /* 25.6px */
                    padding: 0;
                }
            }
        }

        .press-link {
            position: absolute;
            z-index: 1;
            inset: 0;
        }
    }

}