/*
 Theme Name:   Kadence Child
 Template:     kadence
 Version:      1.0.0
*/


:root {
    --black: #14110F;
    --red: #760105;
    --green: #3F5B3F;
    --white: #EFE6D8;
    --orange: #C1622D;
}

@font-face {
    font-family: 'Cinzel';
    src: url(assets/fonts/Cinzel-VariableFont_wght.ttf);
}

@font-face {
    font-family: 'CormorantGaramond';
    src: url(assets/fonts/CormorantGaramond-VariableFont_wght.ttf);
}

@font-face {
    font-family: 'CormorantGaramond Italic';
    src: url(assets/fonts/CormorantGaramond-Italic-VariableFont_wght.ttf);
}

@font-face {
    font-family: 'Jost';
    src: url(assets/fonts/Jost-VariableFont_wght.ttf);
}


/* ========== GLOBAL ========== */

.content-bg {
    box-shadow: none !important;
}

.page-title {
    font-family: 'Cinzel';
    padding-top: 2rem;
    font-size: 3rem;
}

.reserve-button a.wp-block-button__link,
.reserve-button a.wp-block-button__link:visited,
.reserve-button a.wp-block-button__link:hover {
    background-color: var(--red);
    color: var(--white);
}

/* ========== HEADER ========== */

#primary-menu li a:hover,
#primary-menu li.current-menu-item a {
    text-decoration: underline;
}

/* ========== HOME PAGE ========== */

.site-header {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.hero-title {
    font-family: 'Cinzel';
    letter-spacing: 2px;
    font-weight: 800;
    color: var(--white);
    text-shadow: 0 3px 3px rgba(16, 12, 10, 0.8);
    line-height: 1;
}

.hero-subtitle {
    font-family: 'CormorantGaramond Italic';
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1;
}

.hero-caption {
    font-family: 'CormorantGaramond';
    font-size: 1.5rem;
    font-weight: 600;
}

.fade-in-up {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in-up.in-view {
    opacity: 1;
    transform: translateY(0);
}

.fade-in-up.delay-1 {
    transition-delay: 0.15s;
}

.fade-in-up.delay-2 {
    transition-delay: 0.3s;
}

/* ABOUT SECTION */

.about-home {
    padding: 2rem 1rem;
}

.about-home .wp-block-columns.alignfull {
    max-width: 80vw;
    margin: 2rem auto;
    align-items: center;
    gap: 3rem;
}

.about-home img {
    border-radius: 8px;
}

.section-divider {
    display: flex;
    gap: 6px;
    margin-bottom: 16px;
}

.section-divider span {
    width: 40px;
    height: 4px;
    display: block;
}

.section-divider span:first-child {
    background: var(--red);
}

.section-divider span:last-child {
    background: var(--green);
}

.section-title {
    font-family: 'Cinzel';
    font-size: 2.5rem;
    margin: 1rem 0 1rem 0!important;
}

/* SIGNATURE DISH SECTION */

.signature-dish-home {
    padding: 3rem 2rem!important;
}
.signature-dish-home .section-divider {
    justify-content: center;
}

.signature-dish-home .wp-block-columns {
    max-width: 80vw;
    margin: 0 auto;
    gap: 2rem;
}

.dish-image img {
    border-radius: 8px;
}

/* TESTIMONIAL SECTION */

.testimonials-home .section-divider {
    justify-content: center;
}

.testimonials-home {
    padding: 3rem 2rem;
    text-align: center;
}

.testimonials-wrap > .wp-block-group__inner-container {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.testimonials-home p {
    max-width: 80vw;
    margin: 0 auto;
    margin-bottom: 0!important;
}

.quote-mark {
    font-family: Georgia, serif;
    color: var(--green);
    font-size: 5rem;
    line-height: 1;
}

.testimonial-quote {
    font-family: 'CormorantGaramond Italic';
    font-size: 1.5rem;
}

.testimonial-attribution {
    font-family: 'Jost', sans-serif;
    margin-top: 1rem!important;
}

/* ========== CONTACT PAGE ========== */

.contact-wrap {
    max-width: 80vw;
    margin: 0 auto;
}

.contact-columns {
    align-items: center;
}

.contact-text {
    text-align: center;
}

.contact-columns iframe {
    width: 100%;
    aspect-ratio: 4 / 3;
    height: auto;
    border: 0;
    filter: grayscale(0.3) contrast(1.1);
}

.contact-subtitle {
    font-family: 'CormorantGaramond';
    font-size: 2rem;
    font-weight: 600;
    margin-bottom:0!important;
}

.contact-columns .subtitle-content {
    font-size: 1.25rem;
    margin: 0;
    line-height: 1.25;
}

.contact-btn {
    justify-content: center;
}

.subtitle-content a {
    color: var(--white);
}

.subtitle-content a:hover {
    color: var(--green);
}

/* ========== FOOTER ========== */


.hours-title, .contact-title {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: underline;
}

.footer-hours p, .footer-contact p {
    margin: 0;
}

.footer-divider {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin: 0;
}

.footer-divider span {
    width: 40px;
    height: 4px;
    display: block;
}

.footer-divider span:first-child {
    background: var(--red);
}

.footer-divider span:last-child {
    background: var(--green);
}


/* ========== RESPONSIVE CSS ========== */


/* PHONE */

@media (max-width: 768px) {

    /* GLOBAL */
    .entry-content-wrap,
    .entry-content.single-content {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    /* HOME PAGE */

    .hero-wrap {
        padding-top: 2rem;
    }

    .hero-subtitle {
        font-size: 2rem;
    }

    .hero-caption {
        font-size: 1rem;
    }

    .about-home .wp-block-columns.alignfull {
        flex-direction: column;
    }

    .about-home .wp-block-column:first-child {
        order: 2;
    }

    .about-home .wp-block-column:last-child {
        order: 1;
    }

    /* CONTACT PAGE */

    .page-title {
        font-size: 2.5rem;
    }

    /* FOOTER */

    .footer-widget-area.footer-widget2 {
        display: none;
    }
}

/* TABLET */

@media (max-width: 1024px) {
    /* GLOBAL */
    .entry-content-wrap,
    .entry-content.single-content {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    /* HOME PAGE */

    .hero-subtitle {
        font-size: 2.5rem;
    }

    .hero-caption {
        font-size: 1.5rem;
    }
    
    /* CONTACT PAGE */

    .contact-columns {
        display: flex;
        flex-direction: column;
    }

}