@import url('https://fonts.googleapis.com/css2?family=Kalnia&display=swap');

:root {
    --primary-color: #f1d8d8;
    --secondary-color: #b9050e;
    --bg-color: #FFF0EC ;
    --overlay-color: #ffffff00;
    --text-color: #080808;
    --button-hover-color: #750627;
    --button-border-radius: 2px;
    --body-font: Montserrat;
    --heading-font: Kalnia;

    --navbar-bg: #990531;
    --menu-item-color: var(--button-hover-color);
    --card-bg: var(--primary-color);
    --card-border-radius: 4px;
    --featured-item-section-bg: var(--primary-color);
    --featured-item-card-bg: var(--secondary-color);
    --featured-item-card-text: #f8f6f6;
    --footer-bg: #b9050e;
    --menu-item-color: var(--secondary-color);
}

/* -------------------- Base -------------------- */
body {
    background: var(--bg-color);
    font-family: var(--body-font);
    color: var(--text-color);
}

/* -------------------- Typography -------------------- */
.heading,
.page-title {
    font-family: var(--heading-font);
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* -------------------- Buttons, Links, Icons -------------------- */
a {
    color: inherit;
}

.button {
    border-radius: var(--button-border-radius) !important;
    border: none !important;
}

.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 {
    background: #FFFFFF;
    color: var(--navbar-bg);
}

.navbar .nav-item .link:hover {
    text-decoration: none !important;
    border-bottom: 4px solid #fff !important;
}

.navbar .order-now-button {
    background-color: var(--secondary-color) !important;
    color: #ffffff !important;
}

.navbar .mobile-menu-button {
    color: var(--navbar-bg) !important;
}

.navbar .book-a-table-button {
    border: 1px solid #ffffff !important;
}

.navbar .content .mobile-menu.open .restaurant-store-link {
    color: #000000 !important;
}

.navbar a.link.home-link.selected {
    color: #080808 !important;
}

.navbar a.link {
    color: #080808 !important;
}

.mobile-menu-button {
    background-color: #080808 !important;
}

.mobile-menu {
    background-color: #FFFFFF;
}

@media (max-width: 768px) {
    .navbar .content .mobile-menu.open .restaurant-store-link {
        color: #FFFFFF !important;
    }

    .navbar .content .mobile-menu nav .nav-items .nav-item .link.home-link.selected  {
        color: #FFFFFF !important;
    }

    .navbar .content .mobile-menu nav .nav-items .nav-item .link  {
        color: #FFFFFF !important;
    }

    
    .navbar .content .mobile-menu-button {
        border-radius: initial !important;
        mix-blend-mode: exclusion;
    }
}

/* -------------------- Footer -------------------- */
footer {
    background: var(--footer-bg);
}

footer .order-now-button {
    background-color: var(--primary-color) !important;
    /* color: inherit !important; */
    /* added by Joy */
}

/* -------------------- Popup - Custom Message and Loyalty Program -------------------- */
.website-popup-modal .dismiss-button path {
    stroke: var(--secondary-color);
}

.website-popup-modal .button {
    background-color: #f3e8ec !important;
    color: inherit !important;
}

/* -------------------- Common - Page -------------------- */
.collection-type-button,
.collection-types button.collection-type {
    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 -------------------- */
section.hero ul.ctas li {
 display: none;
}

/*** Covid Safe section */
section.covid-safe .guideline path {
    fill: var(--primary-color);
}

/*** About Us card */
section.about-us .content .info {
    background-color: var(--card-bg);
    border-radius: var(--card-border-radius);
}

/*** Special Note card */
section.special-note .content .offset {
    background-color: var(--secondary-color);
    border-radius: var(--card-border-radius);
    color: #FFFFFF;
}

section.special-note {
    background-color: var(--secondary-color);
}

/*** Featured Item section */
section.featured-items {
    background: var(--featured-item-section-bg);
}

section.featured-items .content .info {
    background-color: var(--featured-item-card-bg) !important;
    color: var(--featured-item-card-text);
}

section.featured-items .view-menu-button {
    background-color: var(--secondary-color) !important;
}

/*** Whats New section */

/*** Loyalty Card & Coupon sections */
section.loyalty-coupon .promo {
    background: var(--card-bg);
    border-radius: var(--card-border-radius);
}

/*** Special Note section */
section.special-note {
    background-size: cover;
    background-color: var(--secondary-color);
}

section.whats-new .read-more-link {
    color: inherit !important;
}


/* -------------------- Menu Page -------------------- */
.menu-page .category h2 {
    font-family: var(--heading-font);
}

.menu .items .name {
    color: var(--menu-item-color);
}

.menu-page section.menu .collection-types .delivery {
    display: none;
}

/* Text-colors for specific sections - About, Featured Item, Loyalty Coupon, Special Note */
section.about-us .content .info,
section.featured-items .items .info,
section.loyalty-coupon .content .promo,
section.special-note .content .offset {
    color: #0a0a0a important !;
}

/* Remove logo only on hero banner */
section.hero .content .overlay .imgix img {
    display: none;
}

/* Change background color install prompt */
/* .install-prompt {
    background-color: #FFFFFF !important;
}

.install-prompt-link {
    color: var(--text-color) !important;
} */
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%;
    padding: 0 24px;
    display: grid;
    justify-items: center;
    color: #FFFFFF !important;
    background-color: #1d1a1c;
    margin: unset !important;
}

/* Images */
.custom-page img {
    max-width: 1280px;
    margin: 0px auto 16px auto;
    width: 100%;
    height: auto;
}

.custom-page .menu-image {
    max-width: 900px;
}

.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: #FFFFFF;
}

.custom-page h2 {
    margin-top: 35px;
    margin-bottom: 14px;
}

/* Typography - Body */
.custom-page p {
    text-align: center;
    max-width: 900px;
}

.custom-page a:link {
    text-decoration: none;
}

.custom-page .menu-title {
    margin-top: 30px;
}

.custom-page .top-spacer {
    margin-top: 25px;
}

.custom-page .bottom-spacer {
    margin-bottom: 100px;
}


.custom-page body {
    background-color: #00000000 !important;
}

.custom-page .send-us-a-message-label {
    font-size: 24px;
    line-height: 28px;
    margin-top: 30px;
    color: #ffffff;
}

.custom-page .send-us-a-message-label a {
    text-decoration: underline;
}


.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;
}


.ramadan-special img.menu-image {
    max-width: 800px;
    margin-top: 25px;
}

.mobile {
    display: none;
}

.margin-top-20 {
    margin-top: 20px;
}

/* Page title font on mobile */
@media only screen and (max-width: 600px) {
    .desktop {
        display: none;
    }

    .mobile {
        display: unset;
    }
}

@media (max-width: 768px) {
    .custom-page {
        padding: 0 10px;
    }

    .custom-page h1 {
        font-size: 32px !important;
    }

    .custom-page .bottom-spacer {
        margin-bottom: 25px;
    }
}


@media (min-width: 769px) {
/* About Us update*/
    section.about-us .content {
        align-items: flex-start;
        justify-items: center;
        align-items: center;
    }

    section.about-us .image {
        position: relative;
        width: 600px;
    }

    section.about-us .content .info {
        min-height: 600px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        right: unset!important;
        box-shadow: 0px 0px 3px 0px #687a9b80;
        width: 100%;
    }

    section.about-us .image::before {
        height: 600px !important;
        background-image: url(https://restoplus-prod.imgix.net/users/NRt9Lo0UzzRvWItgER1TVVGQrOj2/images/aboutus/1ikbsgpdo3.png);
        content: '';
        position: absolute;
        display: block;
        width: 600px !important;
        background-size: cover;
        box-shadow: 0px 0px 3px 0px #687a9b80;
        border-radius: 4px;
    }

}

/* Update contact us in custom pages */
.custom-page iframe {
    border: 0px none;
    margin-left: -60px;
    height: 1100px;
    margin-top: -220px;
    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 Update contact us in custom pages */

/* Hide pwa if contact-us-page */
/* add if using iframe in custom pages */
body:has(.contact-us-page) .pwa-prompt {
    display: none;
}

/* temporarily hide menu by owners request*/
/* .custom-navbar .content nav .nav-item:has(a[href="/menu"]) {
    display: none;
}
.custom-navbar .content nav .nav-item:has(a[href="/21rnsgpiqi"]) {
    display: none;
}
.custom-navbar .content nav .nav-item:has(a[href="/3p3skev6u"]) {
    display: none;
}
.custom-navbar .content .ctas .cta:has(a[href="https://orders.restoplus.com/restaurants/50js71hg5/stores/1ytbs71hhj"]){
    display: none;
}

section.store .cta .order-now-button {
    display: none;
} */