@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');

:root {
    --primary-color: #000000;
    --secondary-color: #F6C412;
    --bg-color: #f1f3f5;
    --overlay-color: #00000088;
    --featured-item-section-bg: #090909;
    --button-hover-color: #DBA515;
    --button-border-radius: 40px;
    --body-font: DM Serif display;
    --heading-font: Lobster;
    --text-color: #030102;
    --menu-item-color: #090909;
}

/* -------------------- Base -------------------- */
body {
    background: var(--bg-color);
    font-family: var(--body-font);
    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;
}

.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-color: var(--primary-color);
    color: #FFFFFF;
}

.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 .book-a-table-button {
    border: 1px solid #ffffff !important;
}

.navbar .mobile-menu {
    background-color: var(--primary-color) !important;
}

/* -------------------- Footer -------------------- */
footer {
    background: var(--secondary-color);
}

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: var(--primary-color) !important;
}

/* -------------------- 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);
}

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: var(--primary-color);
}

/* -------------------- Menu Page -------------------- */

/* -------------------- Trading Hours Page -------------------- */

/* -------------------- Gallery Page -------------------- */

/* -------------------- Contact Us Page -------------------- */

/* -------------------- Applicable only to Desktop (optional) -------------------- */
@media (min-width: 768px) {
    section.hero .overlay {
        display: important;
    }
}

/* -------------------- Applicable only to Mobile (optional) -------------------- */
@media (max-width: 767px) {

    section.about-us .image {
        display: none;
    }
}

/* Remove logo only on hero banner */
section.hero .content .overlay .imgix img {
    display: none;
}

.restaurant-website-page .restaurant-store-locator .info {
    background: none !important;
}

.menu .item .name {
    font-family: var(--heading-font)!important;
    color: var(--menu-item-color)!important;
}
section.covid-safe {
    padding: 0px;
}

section.covid-safe .guidelines {
    display: none !important;
}

section.covid-safe img {
    opacity: 0;
}

/* -------------------- Custom Page -------------------- */
.custom-page {
    margin-bottom: 24px;
    width: 100%;
    display: grid;
    justify-items: center;
}

/* Responsive images with max width */
.custom-page img {
    max-width: 810px;
    margin: 40px auto;
    width: 100%;
    height: auto;
}

/* Button */
.custom-page .button {
    background-color: var(--primary-color);
    padding: 8px 16px;
}


/* Typography - Page title */
.custom-page h1 {
    font-size: 24px !important;
    margin-top: 10%;
    margin-bottom: 24px;
    text-align: center;
    font-weight: 600;
}

/* Typography - Headings */
.custom-page h2,
.custom-page h3,
.custom-page h4 {
    margin-bottom: 16px;
}

/* Typography - Body */
.custom-page p {
    text-align: center;
    max-width: 740px;
    color: #140e11;
    font-size: 16px;
}

/* Links and Button text */
.custom-page a:link {
    color: white;
    text-decoration: none;
}

/* Banner */
.custom-page .banner {
    height: auto;
    width: 100%;
    overflow: hidden;
}

.custom-page p.cheesy-letter {
    line-height: 40px ;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    
}
.custom-page .cheesy-opening {
    padding-bottom: 20px;
    font-weight: 700 !important;
}

.custom-page .cheesy-opening,
.custom-page .cheesy-signature {
    font-family: 'Merriweather', serif !important;
}

.custom-page .cheesy-signature {
    padding-top: 20px;
    font-size: 18px;
    font-weight: 400 !important;
}

.custom-page .cheesy-highlight {
    font-weight: 400;
    color: #060324;
}

.custom-page .cheesy-button {
    margin-top: 35px;
    margin-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
}

.custom-page .bottom-spacer {
    height: 70px;
}

section.covid-safe .info::before {
content: "";
margin-top: -150px;
opacity: 100%;
max-width: 1350px;
width: 100%;
height: 346px;
margin-top: 50px;
background-image: url(https://restoplus-prod.imgix.net/users/k5NhU6tQtrWZIOcQ2VZHQTxT9og1/images/covid_safe/cheesy-charlies-covid-section-testimonies-desktop.png?auto=compress&w=1600&fit=crop&crop=edges);
background-position: center;
background-repeat: no-repeat;
background-size: contain;
display: inline-block;
}

section.covid-safe .content .info {    
    padding-top: unset;
    border-top: unset;
    border-bottom: unset;
}

@media (max-width: 768px) {
    .custom-page h1 {
        font-size: 17px !important;
        margin-bottom: 18px;
    }
    .custom-page p {
        font-size: 13px;
        padding: 0px 35px;        
    }

    .custom-page .cheesy-letter {
        line-height: 26px !important;
    }

    .custom-page .cheesy-signature {
        font-size: 15px;
    }
    .custom-page .bottom-spacer {
        height: 35px;
    }
}

@media (min-width: 768px) and ( max-width: 1024px) {
    section.covid-safe .content .image {
        display: none;
    }

    section.covid-safe .info::before {
        content: "";
        margin-top: 100px;
        max-width: 608px;
        height: 608px;
        background-image: url(https://restoplus-prod.imgix.net/users/k5NhU6tQtrWZIOcQ2VZHQTxT9og1/images/covid_safe/cheesy-charlies-covid-section-testimonies-mobile.png?auto=compress&w=768&fit=crop&crop=edges);
    }

    .custom-navbar .content {
        padding: 0px 0px 0px 30px;
    }

    .custom-navbar .content .ctas {
        width: 108px;
    }

    .imgix video {
        height: 500px
    }
    
    section.about-us {
        padding: 90px 0px;
    }
    
    section.about-us .content {
        grid-template-areas:
        'info'
        'imgix';
        grid-template-columns:unset;
        justify-items: center;
        max-width: 640px;
    }

    section.about-us .content .imgix {
        grid-area: imgix;
        margin-top: 50px;
    }

    section.about-us .content .info {
        grid-area: info;
        width: 100%;
        right: unset;
    }

    section .content {
        padding: 0 20px;
    }

    section.special-note .content .offset {
        padding: 70px 44px;
        max-width: 70%;
    }

    section.featured-items .content .items {
        gap: 12px;
        padding: 56px 0px;
    }
}

@media (max-width: 767px) {
    section.covid-safe .content .image {
        display: none;
    }
    section.covid-safe .info::before {
        content: "";
        max-width: 327px;
        height: 327px;
        background-image: url(https://restoplus-prod.imgix.net/users/k5NhU6tQtrWZIOcQ2VZHQTxT9og1/images/covid_safe/cheesy-charlies-covid-section-testimonies-mobile.png?auto=compress&w=768&fit=crop&crop=edges);
    }

    section.about-us .content{
        padding: 0px 0px 64px 0px;
    }

    .custom-navbar .content {
        padding: 0px 20px;
    }

    .custom-navbar .content .ctas {
        width: 100%;
    }

    .imgix video {
        height: 375px
    }
}

