/* CAFE VERDE - Theme 7 */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700&family=Spectral:ital,wght@0,400;0,500;0,800;1,400;1,500;1,700&display=swap');

:root {
    --primary-color: #081418;
    --secondary-color: #739c25;
    --bg-color: #7C9E3D;
    --overlay-color: #0000005f;
    --featured-item-section-bg: linear-gradient(to bottom, #a6d353, #97bd50);
    --button-hover-color: #547225;
    --button-border-radius: 0;
    --body-font: Spectral;
    --heading-font: Cinzel;
    --text-color: #081418;
    --footer-bg: var(--primary-color);
    --special-note-bg-image: url('https://i.ibb.co/vHkp4fN/Foot-Note-Banner-Cafe-Verde.png');
    --menu-item-color: #739c25;
}

/* -------------------- Base -------------------- */
body {
    background: var(--bg-color);
    font-family: var(--body-font);
    color: var(--text-color);
}

/* -------------------- Typography -------------------- */
.heading, .page-title {
    font-family: var(--heading-font);
    font-weight: 600;
}

/* -------------------- 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: 12px !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 .content .mobile-menu {
    background-color: var(--primary-color);
    color: #FFFFFF;
}

.navbar .nav-item a,
.custom-navbar .content nav .nav-item .link {
    font-weight: 400!important;
}

.navbar .nav-item .link:hover {
    text-decoration: none !important;
    border-bottom: 4px solid #fff !important;
}

.navbar .restaurant-store-link {
    font-family: var(--body-font);
    font-weight: 400!important;
}

.navbar .order-now-button {
    background-color: var(--secondary-color) !important;
    color: #ffffff !important;
}

.navbar .book-a-table-button, .custom-navbar .ctas .button {
    border: 1px solid #ffffff !important;
}

/* -------------------- Footer -------------------- */
footer {
    background: var(--footer-bg);
}

footer .order-now-button {
    background-color: var(--secondary-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 .overlay {
    background: var(--overlay-color)!important;
}

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)!important;
}

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)!important;
    background-image: var(--special-note-bg-image)!important;
    background-size: cover;
}

/* -------------------- Menu Page -------------------- */
.menu-page {
    padding: 1px 0px;
}

.menu-page .items .name {
    color: var(--menu-item-color);
}

/* Remove logo only on hero banner */
section.hero .content .overlay .imgix img {
    display: none;
}
/* Order Now & Book Table buttons - Hero Banner */
section.hero .order-now-button,
section.hero .book-a-table-button {
    background-color: transparent !important;
    color: #FFFFFF !important;
    border: 1px solid #FFFFFF;
}

/* Popup button */
.custom-website-popup-widget .cta .custom-message-button,
.loyalty-program-popup-widget .cta .loyalty-program-button {
    background-color: var(--secondary-color)!important;
    color: inherit!important;
}
/* Remove BG for inactive collection type tabs */
.collection-types button.collection-type-button.selected {
    background-color: var(--primary-color);
}

.collection-types button.collection-type-button {
    background-color: transparent;
}

/* Background color for Home & Menu */
main.menu-page, main.home-page {
    background-color: #FFFFFF;
}

section.hero .content .overlay {
    align-content: end;
    padding-bottom: 60px;
}

/* -------------------- 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: 40px auto;
    width: 100%;
    height: auto;
}

.custom-page img.vertical {
    max-width: 800px;
}

.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;
}

/* Typography - Subheadings */
.custom-page h2,
.custom-page h3,
.custom-page h4 {
    margin-bottom: 16px;
}

/* 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 .bottom-spacer {
    height: 100px;
}

/* Page title font on mobile */
@media (max-width: 768px) {
    .custom-page h1 {
        font-size: 32px !important;
        margin-top: 50px;
    }
}

/* Trading Hours */
section.trading-hours li.dineIn {
    display: none;
    
}
section.hero .content .overlay .optimized-image img {
     display: none !important;
}
/* -------------------- End of Custom Page -------------------- */

/* ---- Additional ---- */
/*** Delivery Areas ***/
.delivery-areas {
    display: none;
}