@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700&family=Spectral:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500&family=Playfair+Display:ital,wght@0,400;1,600&display=swap');

:root {
    --primary-color: #1d6123;
    --secondary-color: #a59c68;
    --bg-color: #fffaf8;
    --overlay-color: #2e2b1d69;
    --featured-item-section-bg: linear-gradient(to bottom, #ecebe4, #fffaf8);
    --button-hover-color: #a18a09;
    --button-border-radius: 0;
    --body-font: Spectral;
    --heading-font: Cinzel Decorative;
    --text-color: #030102;
    --menu-item-color: #a18a09;
    --special-note-bg-image: url('');
}

/* -------------------- Base -------------------- */
body {
    background: var(--bg-color);
    font-family: var(--body-font);
    font-weight: 300;
    color: var(--text-color);
}

/* -------------------- Typography -------------------- */
.heading,
.page-title {
    font-family: var(--heading-font);
}

/* -------------------- Buttons, Links, Icons -------------------- */
.button {
    border-radius: var(--button-border-radius) !important;
    border: none !important;
    font-weight: 400 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
}

.button:hover,
.navbar .order-now-button:hover,
.navbar .book-a-table-button:hover,
section.featured-items .content .view-menu-button:hover {
    color: #FFFFFF !important;
    background-color: var(--button-hover-color) !important;
    border-color: var(--button-hover-color) !important;
}

.link:hover {
    text-decoration: underline;
}

/* -------------------- Navbar -------------------- */
.navbar,
.navbar .content .mobile-menu {
    background-color: var(--primary-color) !important;
    color: #FFFFFF;
}

.navbar .nav-item .link:hover {
    text-decoration: none !important;
    border-bottom: 4px solid var(--button-hover-color) !important;
}

.navbar .order-now-button {
    border: 1px solid #FFFFFF !important;
    background: transparent !important;
    color: #ffffff !important;
}

.navbar .book-a-table-button {
    border: 1px solid #FFFFFF !important;
    background: transparent !important;
    color: #ffffff !important;
}

/* -------------------- Footer -------------------- */
footer {
    background: var(--primary-color);
}

footer .order-now-button {
    background-color: transparent !important;
    border: 1px solid #FFFFFF !important;
    color: inherit !important;
}

/* -------------------- Popup - Custom Message and Loyalty Program -------------------- */
.website-popup-modal .dismiss-button path {
    stroke: var(--secondary-color);
}

.website-popup-modal .button {
    background-color: var(--primary-color) !important;
    color: #FFFFFF;
}

/* -------------------- Common - Page -------------------- */
.collection-type-button {
    border: 1px solid var(--primary-color) !important;
    background-color: transparent;
    color: inherit;
}

.collection-type-button.selected {
    background-color: var(--primary-color);
    color: #ffffff;
}

/* -------------------- Home Page -------------------- */
/*** Hero section */
section.hero .overlay {
    background: var(--overlay-color) !important;
    backdrop-filter: none;
}

section.hero .button {
    background-color: transparent !important;
    color: #ffffff !important;
    border: 1px solid #ffffff !important;
}

section.hero .button:hover {
    color: #FFFFFF !important;
    background-color: var(--button-hover-color) !important;
    border-color: var(--button-hover-color) !important;
}

/*** Covid Safe section */
section.covid-safe .guideline path {
    fill: var(--primary-color);
}

/*** Featured Item section */
section.featured-items {
    background: var(--featured-item-section-bg);
}

section.featured-items .view-menu-button {
    background-color: var(--secondary-color) !important;
}

/*** Whats New section */

/*** Loyalty Card & Coupon sections */
section.loyalty-coupon .promo {
    background: #ffffff;
}

/*** Special Note section */
section.special-note {
    background-color: var(--secondary-color);
    background-image: var(--special-note-bg-image);
    background-size: cover;
}

/* -------------------- Menu Page -------------------- */
.menu-page .items .name {
    color: var(--menu-item-color);
}

/* Remove logo only on hero banner */
section.hero .content .overlay .imgix img {
    display: none;
}
section.covid-safe {
    padding: 0px;
}
section.covid-safe .guidelines {
    display: none !important;
}
section.covid-safe img {
    opacity: 0;
}


/* -------------------- Custom Page -------------------- */
.custom-page {
    max-width: 100%;
    display: grid;
    justify-items: center;
    color: #FFFFFF !important;
    margin: unset !important;
    background-color: var(--bg-color);
}

.catering-page {
    padding: unset;
}

/* Images */
.custom-page img {
    max-width: 1280px;
    margin: 40px auto;
    width: 100%;
    height: auto;
}

.custom-page .next-page {
    margin-top: unset;
}

/* Buttons - can use var(--primary-color) for BG */
.custom-page .button {
    background-color: #030102;
    padding: 8px 16px;
}

/* Typography - Page title */
.custom-page h1 {
    font-size: 50px !important;
    margin-top: 120px;
    margin-bottom: 24px;
    text-align: center;
    color: #000000;
}

/* Typography - Subheadings */
.custom-page h2,
.custom-page h3,
.custom-page h4 {
    margin-top: 25px;
    margin-bottom: 18px;
    color: #000000;
    font-weight: 700;
}

/* Typography - Body */
.custom-page p {
    text-align: center;
    max-width: 900px;
}

.custom-page a:link,
.custom-page a:visited,
.custom-page a:focus {
    text-decoration: none;
    color: #E73232;
    font-size: 24px;
    line-height: 28px;
}

.custom-page .send-us-a-message-label {
    font-size: 24px;
    line-height: 28px;
    margin-top: 30px;
    color: #000000;
}

.custom-page .menu-title {
    margin-top: 60px;
    font-size: 50px;
}

.custom-page .spacer-100 {
    height: 100px;
}

.custom-page .spacer-50 {
        height: 50px;
}

.custom-page .catering-image {
    max-width: 850px;
}

.custom-page body {
    background-color: #00000000 !important;
}

.custom-page iframe {
    border: 0px none;
    margin-left: -60px;
    height: 1060px;
    margin-top: -350px;
    width: 700px;
    padding: 50px;
}

.custom-page .map {
    display: none;
}

.custom-page div {
    border: unset !important;
}

.custom-page .menu-download {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 70px;
    gap: 40px;

}

.custom-page .menu-download .download {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 375px;
    height: 375px;
    position: relative;
}

.custom-page .menu-download .download .title {
    z-index: 1;
}

.custom-page .menu-download .download .link {
    z-index: 1;
    padding: 10px;
    border: 1px solid #FFFFFF50;
    border-radius: 12px;
    color: #FFFFFF;
    background-color: #E73232;
}

.custom-page .menu-download .download .background {
    background: #00000000 url(https://restoplus-prod.imgix.net/users/1yt6JcJpH5VTJQboWkZ115LapYC3/images/logos/sbfrv1awv.jpg);
    background-repeat: no-repeat;
    background-size:contain;   
    width: 375px;
    height: 375px;
    z-index: 0;
    position: absolute;
    opacity: .1;
    border-radius: 50%;
    box-shadow: rgb(0 16 29) 1.95px 1.95px 2.6px;
    border: 1px solid #FFFFFF !important;
}

/* Page title font on mobile */
@media (max-width: 768px) {
    custom-navbar .content {
        padding: 0 2px;
    }

    .custom-navbar .content .ctas {
        gap: unset;
    }

    .custom-page h1 {
        font-size: 32px !important;
    }

    .custom-page iframe {
        border: 0px none;
        height: 980px;
        margin-top: -300px;
        max-width: 100%;
        width: 768px;
        margin-left: unset;
        padding: unset;

    }

    .custom-page .menu-download {
        grid-template-columns: 1fr;
        margin-top: 25px;
    }

    .custom-page .menu-download .download .link {
        font-size: 22px;
    }

    .custom-page .menu-download .download .background {
        border-radius: unset;
        width: 325px;
        height: 325px;
    } 
}

@media (max-width: 375px) {
    .custom-page {
       padding: unset;
    }

    .custom-page p {
        margin: 30px 20px 0px 20px ;
    }
}
/* -------------------- End of Custom Page -------------------- */

/* -------------------- Custom Blog Page -------------------- */
.blog {
    width: 100%;
    padding: 0 24px;
    display: grid;
    justify-items: left;
    color: #FFFFFF !important;
    margin: unset !important;
    font-family: 'Mukta', sans-serif;
    max-width: 800px;
}

.blog .next-page {
    margin-top: unset;
}

/* Buttons - can use var(--primary-color) for BG */
.custom-page .button {
    background-color: #060305;
    padding: 8px 16px;
}

/* Typography - Page title */
.blog h1 {
    color: #060305;
    padding: 64px 0px;
    font-size: 50px;
    line-height: 64px;
}

.blog h2 {
    font-size: 56px !important;
    margin-top: 120px;
    margin-bottom: 24px;
    text-align: center;
    color: #060305;
}

/* Typography - Subheadings */
.blog h3 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 16px;
    color: #060305;
}

.blog h5 {
    font-size: 22px!important;
    line-height: 26px!important;
    margin-bottom: 16px;
    color: #060305;
}

/* Typography - Body */
.blog p,
.blog .blog-font-p {
    text-align: left;
    max-width: 800px;
    color: #060305;
    font-weight: 200;
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: .25px;
}

.blog-category {
    color: #060305;   
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    padding-top: 26px;
    display: block;
}

.blog-month {
    color: #6d686b; 
    font-size: 22px !important;
    margin-bottom: 32px;
}

.blog a:link {
    text-decoration: none;
    font-family: 'Playfair Display', serif;
    font-size: 22px;
}

.blog .menu-title {
    margin-top: 30px;
}

.blog .bottom-spacer {
    height: 100px;
}

.blog .blog-text-right {
    justify-self: flex-end;
    font-size: 40px;
    line-height: 46px;
}

.blog-highlight {
    font-weight: 400;
}

.blog .blog-sub-heading {
    margin-top: 64px;
    justify-self: flex-end;
    padding-bottom: unset;
    margin-bottom: unset;
    color: #969395;
    letter-spacing: unset;
}

.blog-spacer {
    height: 90px;
    display: block;
}

.blog b {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 16px;
    color: #3a182f;
}

/* Images */

.blog figure {
    margin: 40px auto;
}

.blog figure img {
    max-width: 800px;
    width: 100%;
    height: auto;
}

.blog-font-transparent-small {
    color: #333032;
    opacity: 0.3;
    font-size: 8px;
    text-align: right;
}

.blog-spacer {
    margin-bottom: 25px;
}

.blog-no-bottom-space {
    margin-bottom: 0px !important;
}

.blog-as-whole-text {
    display: flex;
    flex-direction: row;
}

/* Page title font on mobile */
@media (max-width: 768px) {
    .blog h1 {
        font-size: 32px !important;
    }
}


/* replace covid section content with banner */
section.covid-safe .content .image {
    display: none;
}

section.covid-safe .content .info .heading,
section.covid-safe .content .info .message{
    display: none;

}

section.covid-safe .content {
    height: 329px;
    padding: unset;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 120px;

    overflow: hidden;
}

section.covid-safe .info {
    max-width: 1280px;
    width: 100%;
    padding: unset!important;
}

section.covid-safe .content::before {
    position: absolute;
    background-image: url('https://restoplus-prod.imgix.net/users/k5NhU6tQtrWZIOcQ2VZHQTxT9og1/images/custom_themes/greens-and-grains-covid-desktop-banner.png');
    background-repeat: no-repeat;
    background-size:100%;
    display: block;
    content: '';
    max-width: 1280px !important;
    max-height: 329px !important;
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    section.covid-safe .content {
    height: 768px;
    margin-top: 120px;
    margin-bottom: 40px;
}

    /* covid section */
    section.covid-safe .content::before {
        background-image: url('https://restoplus-prod.imgix.net/users/k5NhU6tQtrWZIOcQ2VZHQTxT9og1/images/custom_themes/greens-and-grains-covid-mobile-banner.png');
        max-width: 768px !important;
        max-height: 768px !important;
    }
}

@media (max-width: 375px) {
    section.covid-safe .content {
        height: 375px;
        margin-top: 90px;
        margin-bottom: 50px;
    }
}

/* Hide pwa if contact-us-page */
/* add if using iframe in custom pages */
body:has(.contact-us-page) .pwa-prompt {
    display: none;
}