@import url('https://fonts.googleapis.com/css2?family=Jacques+Francois&family=Prata&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --primary-color: #151616;
    --secondary-color: #232526;
    --bg-color: #0f0f0f;
    --overlay-color: #00000000;
    --text-color: #f5f5f8;
    --button-hover-color: #b19446;
    --button-border-radius: 0;
    --body-font: Montserrat;
    --heading-font: Prata;
    --navbar-bg: #0a0a0a;
    --menu-item-color: var(--button-hover-color);
    /* applies to About, Loyalty Coupon, Special Note TEXT bg */
    --card-border-radius: 0;
    --card-bg: #232526;
    --featured-item-section-bg: linear-gradient(to top, #b19446, #e7bf4e);
    --featured-item-card-bg: #0f0f0f;
    --featured-item-card-text: var(--text-color);
    --footer-bg: var(--secondary-color);
}

@font-face {
    font-family: "Handelson Two";
    src: url("https://firebasestorage.googleapis.com/v0/b/restoplus-public/o/public%2Ffonts%2Fhandelsontwo.otf?alt=media&token=0b711ede-5c6d-4357-afd6-b3cc0ebd5948");
}

@font-face {
    font-family: "Station No Four";
    src: url("https://firebasestorage.googleapis.com/v0/b/restoplus-public/o/public%2Ffonts%2Fstationnofour.otf?alt=media&token=e1e81016-fb5f-48bd-931d-9868bc75c931");
}

/* -------------------- 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: 2px;
    text-transform: uppercase;
/*  text-shadow: 1px 1px 0 #9e8e6f, 2px 2px 0 #9e8e6f;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #232526; */
}

.navbar .content .heading {
    text-shadow: none !important;
    -webkit-text-stroke-width: 0;
    font-family: Staatliches;
}

h4, .h4 {
    font-family: var(--heading-font) !important;
    font-size: 24px !important;
}

/* -------------------- Buttons, Links, Icons -------------------- */
a {
    color: inherit;
}

.button {
    border-radius: var(--button-border-radius) !important;
    border: none !important;
}

.button:hover,
.navbar .book-a-table-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-color: var(--navbar-bg) !important;
    color: #FFFFFF;
}

.navbar .nav-item .link:hover {
    text-decoration: none !important;
    border-bottom: 4px solid #fff !important;
}

.navbar .order-now-button {
    background-color: #b19446 !important;
    color: #ffffff !important;
}

.navbar .book-a-table-button {
    border: 1px solid #b19446 !important;
}

/* -------------------- Footer -------------------- */
footer {
    background: var(--primary-color);
}

footer .order-now-button {
    background-color: #b19446 !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: inherit !important;
}

/* -------------------- Common - Page -------------------- */
.collection-type-button,
.collection-types button.collection-type {
    border: 1px solid #C39833 !important;
    background-color: transparent;
    color: inherit;
}

.collection-type-button.selected {
    background-color: #C39833;
    color: #ffffff;
}

/* -------------------- Home Page -------------------- */
/*** Hero section */
section.hero .overlay {
    background: transparent!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: #C39833;
}

/*** About Us card */
section.about-us .content .info {
    background-color: var(--card-bg);
    border-radius: var(--card-border-radius);
}

/*** Featured Item section */
section.featured-items {
    background: var(--featured-item-section-bg);
}

section.featured-items .heading {
    color: #FFFFFF;
}

section.featured-items .content .info {
    background-color: var(--featured-item-card-bg) !important;
    color: var(--featured-item-card-text);
    border-radius: 0 !important;
}

section.featured-items .view-menu-button {
    background-color: var(--secondary-color) !important;
}

section.hero .content .overlay .optimized-image img {
    display: none;
}

/*** 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-color: linear-gradient(to right, #f9ce78, #d1aa2ad3) !important;
    background-image: var(--special-note-bg)!important;
    background-size: cover!important;
}

section.special-note .content .offset {
    background-color: var(--primary-color);
    border-radius: var(--card-border-radius);
}

section.whats-new .read-more-link {
    color: inherit !important;
}


/* -------------------- Menu Page -------------------- */
.menu-page .category h2,
.menu .categories .category h2.name {
    font-family: Handelson Two;
    text-transform: uppercase !important;
    letter-spacing: 3px !important;
}

.menu .items .name {
    color: var(--menu-item-color);
    font-family: 'Staatliches'!important;
    text-transform: uppercase !important;
    letter-spacing: 3px !important;
}

.restaurant-website-page .restaurant-store-locator .info {
    background: none !important;
}

section.featured-items .view-menu-button {
    background: none !important;
    border: 1px solid #ffffff !important;
}

.navbar .nav-item .selected {
    border-color: #C39833 !important;
}

/* Remove logo only on hero banner */
section.hero .content .overlay .imgix img {
    display: none;
}
section.hero .content .overlay {
    align-content: end;
    padding-bottom: 60px
}
.announcement {
    color: var(--primary-color);
}

/* Change text color of heading and body in pop-up */
.website-popup-modal .content .info {
    color: var(--primary-color)!important;
}
/* 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;
}


/* Custom Page */
.custom-page .reviews {
    background-color: white;
    padding: 3% 10%;
    color: #000000;
}

.custom-page .revwid-header .revwid-overall-rating {
    display: none !important;
}

.custom-page .revwid-container .revwid-intro-text {
    width: 100% !important;
}

.custom-page .revbadge-container .revbadge-stars-and-below{
    z-index: 100 !important;
}

/* additional in 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: #FFFFFF;
}

.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: 1050px;
    margin-top: -350px;
    width: 700px;
    padding: 50px;
}

.custom-page .map {
    display: none;
}

.custom-page div {
    border: unset !important;
}


/* Hide pwa if contact-us-page */
/* add if using iframe in custom pages */
body:has(.contact-us-page) .pwa-prompt {
    display: none;
}