@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Julius+Sans+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Chelsea+Market&family=Josefin+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

:root {
    --primary-color: #ac131b;
    --secondary-color: #000000;
    --bg-color: #f8f7f0;
    --overlay-color: #5a141a59;
    --navbar-bg: linear-gradient(to left, #ac131b, #da0a0a);
    --featured-item-section-bg: #F795231C;
    --button-hover-color: #000000;
    --button-border-radius: 2px;
    --body-font: DM Sans;
    --heading-font: Josefin Sans;
    --text-color: #030102;
    --menu-item-color: #e01414;
    --special-note-bg: #e71414;
    /*    --special-note-bg-image: url('https://i.ibb.co/fnLH70j/photo-1565299624946-b28f40a0ae38.jpg'); */
    --footer-bg: linear-gradient(to top, #ac131b, #d84329, #d82b0c);
}

/* -------------------- Base -------------------- */
body {
    background: var(--bg-color);
    font-family: var(--body-font);
    color: var(--text-color);
}

/* -------------------- Typography -------------------- */
.heading,
.page-title {
    font-family: var(--heading-font);
    letter-spacing: ;
}

/* -------------------- Buttons, Links, Icons -------------------- */
.button {
    border-radius: var(--button-border-radius) !important;
    border: none !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-weight: 400 !important;
    font-size: 14px !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,
.navbar .mobile-menu {
    background: var(--navbar-bg) !important;
    color: #FFFFFF;
}

.navbar .nav-item .link:hover {
    text-decoration: none !important;
    border-bottom: 4px solid #fff !important;
}

.navbar .restaurant-store-link {
    font-family: var(--body-font);
}

.navbar .order-now-button {
    background-color: var(--secondary-color) !important;
    color: #ffffff !important;
}

.navbar .book-a-table-button {
    border: 1px solid #ffffff !important;
}

/* -------------------- Footer -------------------- */
footer {
    background: var(--footer-bg);
}

footer .order-now-button {
    background-color: var(--primary-color) !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(--secondary-color) !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 -------------------- */
/*** Hero section */
section.hero .content .overlay {
    background: none;
}

section.hero .button {
    background-color: var(--secondary-color) !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);
    /* display: none !important; */
}
/* section.covid-safe {
    padding-bottom: 0px !important;
}

section.covid-safe .content {
    grid-template-rows: 0px 0px minmax(1px, 400px)!important;
}

section.covid-safe .info {
    padding-top: 0px !important;
    height: 0px;
    border: unset!important;
}

section.covid-safe img {
    opacity: 0;
}

section.covid-safe .info .heading {
    display: none;
}

section.covid-safe .info .message {
    display: none;
}

section.covid-safe .info .guidelines {
    display: none!important;
} */

/*** Featured Item section */
section.featured-items {
    background: var(--featured-item-section-bg);
}

section.featured-items .heading {
    /* color: ; */
}

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(--special-note-bg);
    background-image: var(--special-note-bg-image);
    background-size: cover;
}

/*** Menu */
.menu-page .items .name,
.menu .categories .category .items .item .name {
    color: var(--menu-item-color) !important;
}

/* Mobile */
@media (max-width: 768px) {

    section.hero .content .overlay .ctas .cta .book-a-table,
    section.hero .content .cta {
        font-size: 12px !important;
    }
}

@media (min-width: 768px) {
    section.special-note .content .offset {
        top: -64px !important;
    }
}


section.hero .content .overlay .imgix img {
    display: none;
}

@media (max-width: 768px) {
    section.hero .content .overlay .ctas .cta .book-a-table-button {
        max-width: none;
    }
}

@media (max-width: 768px) {
    section.hero .content .overlay {
        padding-top: 100px;
    }
}
section.hero .content .overlay .optimized-image img {
display: none;
}
/* Border-radius & font-weight for ALL buttons and tabs */
a.button,
button,
header .content .cta .order-now,
header .content .cta .book-a-table,
section.hero .order-now,
section.hero .book-a-table,
section.featured-items .content .cta .view-menu,
footer .cta>a,
.loyalty-program-popup-widget .cta .loyalty-link,
.custom-website-popup-widget .cta .custom-message-link,
.collection-types button.collection-type,
.collection-types button.collection-type.selected {
    border-radius: var(--button-border-radius);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
}