@import url('https://fonts.googleapis.com/css2?family=Sedan+SC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Sedan+SC&display=swap');

:root {
    --primary-color: #030102;
    --secondary-color: #68151f;
    --bg-color: #fffaf8;
    --overlay-color: #2e2b1d69;
    --featured-item-section-bg: linear-gradient(to bottom, #ecebe4, #fffaf8);
    --button-hover-color: #68151f;
    --button-border-radius: 0;
    --body-font: Nunito;
    --heading-font: Sesan SC;
    --text-color: #030102;
    --menu-item-color: #68151f;
    --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);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
}

/* -------------------- Buttons, Links, Icons -------------------- */
.button {
    border-radius: var(--button-border-radius) !important;
    border: none !important;
    font-weight: 700 !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);
}

/* Style the category name on the Menu Page */
.menu-page .category h2 {
    font-family: 'Ms Madi' !important;
    text-transform: none;
    letter-spacing: 0 !important;
    font-weight: 500;
}

/* All caps for Featured Item name */
section.featured-items .featured-item-link .name {
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* 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;
}

/********************** Modifications ************************/

/* Change navbar text to logo */

.navbar,
.custom-navbar {
    padding: unset!important;
}

.navbar .heading,
.custom-navbar .heading {
    background-image: url("https://restoplus-prod.imgix.net/users/k5NhU6tQtrWZIOcQ2VZHQTxT9og1/images/custom_themes/spice-fiesta-logo-black.jpg");
    background-position: center;
    background-position-x: 0;
    background-repeat: no-repeat;
    background-size: contain;
    height: 70px;
    align-self: center;
    mix-blend-mode: plus-lighter;
}

.navbar .heading .image,
.custom-navbar .heading .image {
    opacity: 0;
}
.navbar .heading a,
.custom-navbar .heading a{
    color: transparent !important;
}


@media (max-width: 768px) {
    /* .custom-navbar {
        background-color: #CACACA !important;
    } */

    .navbar .heading,
    .custom-navbar .heading {
        height: 60px;
    }

    .custom-navbar .open .heading {
        background: unset;
    }

    /* .custom-navbar .open .link {
        color: #FFFFFF !important;
    }

    .custom-navbar .cta .button {
        color: #FFFFFF !important;
    } */

    /* .custom-navbar .mobile-menu-button svg path {
        stroke: #21201E !important;
    } */

    .navbar .open .heading,
    .custom-navbar .open .heading {
        background: unset;
    }

    .navbar .open .heading .image,
    .custom-navbar .open .heading .image {
        opacity: 0;
    }

    .navbar .open .heading a,
    .custom-navbar .open .heading a {
        color: #FFFFFF !important;
    }
}

/* Hide Special Note */
section.special-note {
    display: none;
}

/* Remove overlay color */
section.hero .content .overlay {
    background-color: unset!important;
}

/* Change hero order now button style */
section.hero .button {
    background-color: #e16b28 !important;
    color: #ffffff !important;
    font-size: 16px !important;
    padding: 14px 18px !important;
    border: unset!important;
}

/* Move Order Now Button */
section.hero .content .overlay {
    position: relative;
}

section.hero .content .overlay .ctas {
    position: absolute;
    bottom: 10%;
}

/* Custom Page */
.flex {
    display: flex;
}
.flex-center-page {
    justify-content: center;
    align-items: center;
}
.scale-screen {
    height: calc(100vh - 451px);
}

@media (max-width: 768px) {
    section.hero .button {
        font-size: 12px !important;
        padding: 10px 14px !important;
    }
}



/* -------------------- 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: 56px !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: 30px;
}

.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: 1070px;
    margin-top: -350px;
    width: 700px;
    padding: 50px;
}

.custom-page .map {
    display: none;
}

.custom-page div {
    border: unset !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;

    }
}

@media (max-width: 375px) {
    .custom-page {
       padding: unset;
    }

    .custom-page p {
        margin: 30px 20px 0px 20px ;
    }
}



/*** Send us a message in custom page */
.custom-page .send-us-a-message-label {
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    justify-self: center;
    padding-top: 30px;
}


.custom-page iframe {
    border: 0px none;
    margin-left: -60px;
    height: 1070px;
    margin-top: -240px;
    width: 700px;
    padding: 50px;
}

.custom-page .send-us-a-message-label {
    text-align: center;
}

.custom-page .map {
    display: none;
}

.custom-page .contact-us {
    border: unset !important;
    padding: unset !important;
    display: grid;
}

.custom-page .send-us-a-message-label {
    font-size: 20px;
}

.custom-page .send-us-a-message-label a{
    font-size: 20px;
}

@media (max-width: 768px) {
    .custom-page iframe {
        border: 0px none;
        margin-left: -40px;
        height: 1070px;
        margin-top: -240px;
        width: 370px;
        padding: 50px 0px 50px 50px;
        margin-right: 20px;
    }
}
/* End of send us a message in custom page */

/* Hide pwa if contact-us-page */
/* add if using iframe in custom pages */
body:has(.contact-us-page) .pwa-prompt {
    display: none;
}