@import url('https://fonts.googleapis.com/css2?family=Bellota+Text:ital,wght@0,400;0,700;1,400;1,700&family=Dela+Gothic+One&family=Grandstander:ital,wght@0,400;0,700;1,400;1,700&family=Lalezar&family=Passero+One&family=Skranji:wght@400;700&display=swap');

:root {
    --primary-color: #3168A3;
    --secondary-color: #4FB7F0;
    --bg-color: #accfe7;
    --overlay-color: rgba(0, 0, 0, 20%);
    --featured-item-section-bg: linear-gradient(to bottom, #004165, #417dbe);
    --button-hover-color: #76DEFF;
    --button-border-radius: 0;
    --body-font: Bellota Text;
    --heading-font: Grandstander;
    /* OPTIONAL */
    --text-color: #111f44;
    --footer-bg: var(--primary-color);
    --menu-item-color: var(--primary-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!important;
    letter-spacing: 1px;
}

.menu .items .name,
section.featured-items .info .name {
    font-family: 'Passero One';
}

/* -------------------- 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 .content .mobile-menu {
    background-color: var(--primary-color);
    color: #FFFFFF;
    font-weight: 400;
}

.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(--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(--primary-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);
    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: var(--primary-color);
}

/*** Featured Item section */
section.featured-items {
    background: var(--featured-item-section-bg);
}

section.featured-items .heading {
    color: #FFFFFF;
}

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);
    background-image: var(--special-note-bg-image);
    background-size: cover;
}

/* -------------------- Menu Page -------------------- */
.menu-page .items .name {
    color: var(--menu-item-color);
}

@media (min-width: 768px) {
    section.hero .overlay {
        display: none !important;
    }
}

@media (max-width: 768px) {
    
    section.hero .content .overlay {
        background-color: transparent!important;
        backdrop-filter: none!important;
    }

    section.hero .button {
        background-color: #20120F!important;
    }
}


.collection-types button.collection-type-button {
    background: transparent;
}

.collection-types button.collection-type-button.selected {
    background-color: var(--primary-color);
}

/* Hide suburbs in homepage */
section.delivery-areas {
    display: none;
}


/* -------------------- 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: 50px !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: #000000;
}

.custom-page .menu-title {
    margin-top: 60px;
    font-size: 50px;
    font-weight: 600;
    font-family: 'Grandstander';
    text-align: center;
}

.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: 1065px;
    margin-top: -350px;
    width: 700px;
    padding: 50px;
}

.custom-page .map {
    display: none;
}

.custom-page div {
    border: unset !important;
}

.custom-page .menu-download {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 70px;
    gap: 40px;

}

.custom-page .menu-download .download {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 375px;
    height: 375px;
    position: relative;
}

.custom-page .menu-download .download .title {
    z-index: 1;
}

.custom-page .menu-download .download .link {
    z-index: 1;
    padding: 10px;
    border: 1px solid #FFFFFF50;
    border-radius: 12px;
    color: #FFFFFF;
    background-color: #E73232;
}

.custom-page .menu-download .download .background {
    background: #00000000 url(https://restoplus-prod.imgix.net/users/1yt6JcJpH5VTJQboWkZ115LapYC3/images/logos/sbfrv1awv.jpg);
    background-repeat: no-repeat;
    background-size:contain;   
    width: 375px;
    height: 375px;
    z-index: 0;
    position: absolute;
    opacity: .1;
    border-radius: 50%;
    box-shadow: rgb(0 16 29) 1.95px 1.95px 2.6px;
    border: 1px solid #FFFFFF !important;
}

.custom-page .bottomless .header {
    font-weight: 700!important;

}

.custom-page .bottomless video {
    width: 450px !important;
    height: 800px
}

.custom-page .book-now-button {
    padding: 8px 10px;
    border-radius: 4px;
    border: 1px solid #030102;
    color: #FFFFFF!important;
    font-weight: 700!important;
    background-color: #030102;
}

/* Page title font on mobile */
@media (max-width: 768px) {
    custom-navbar .content {
        padding: 0 2px;
    }

    .custom-navbar .content .ctas {
        gap: unset;
    }

    .custom-page h1 {
        font-size: 32px !important;
    }

    .custom-page iframe {
        border: 0px none;
        height: 950px;
        margin-top: -300px;
        max-width: 100%;
        width: 768px;
        margin-left: unset;
        padding: unset;

    }

    .custom-page .menu-download {
        grid-template-columns: 1fr;
        margin-top: 25px;
    }

    .custom-page .menu-download .download .link {
        font-size: 22px;
    }

    .custom-page .menu-download .download .background {
        border-radius: unset;
        width: 325px;
        height: 325px;
    } 
}

@media (max-width: 375px) {
    .custom-page {
       padding: unset;
    }

    .custom-page p {
        margin: 30px 20px 0px 20px ;
    }
}
/* Remove logo only on hero banner */
section.hero .content .overlay img {
    display: none;
}
/* -------------------- End of Custom Page -------------------- */