@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond&family=Forum&display=swap');

:root {
    --primary-color: #111011;
    --secondary-color: #dfba55;
    --bg-color: #111011;
    --overlay-color: #2e2b1d69;
    --featured-item-section-bg: linear-gradient(to bottom, #111011, #675419c7);
    --button-hover-color: #dfba55;
    --button-border-radius: 0;
    --body-font: Cormorant Garamond;
    --heading-font: Forum;
    --text-color: #FFFFFF;
    --menu-item-color: #3f3f3d;
    --special-note-bg-image: url('');
}

/* -------------------- Base -------------------- */
body {
    background: var(--bg-color);
    font-family: var(--body-font);
    font-weight: 300;
    color: var(--text-color);
}

/* -------------------- Typography -------------------- */
.heading,
.page-title {
    font-family: var(--heading-font);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
}

/* -------------------- Buttons, Links, Icons -------------------- */
.button {
    border-radius: var(--button-border-radius) !important;
    border: none !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
}

.button:hover,
.navbar .order-now-button:hover,
.navbar .book-a-table-button:hover,
section.featured-items .content .view-menu-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,
.custom-navbar {
    background-color: var(--primary-color) !important;
    color: #FFFFFF;
}

.navbar .nav-item .link:hover {
    text-decoration: none !important;
    border-bottom: 4px solid var(--button-hover-color) !important;
}

.navbar .order-now-button {
    border: 1px solid #FFFFFF !important;
    background: transparent !important;
    color: #ffffff !important;
}

.navbar .book-a-table-button {
    border: 1px solid #FFFFFF !important;
    background: transparent !important;
    color: #ffffff !important;
}

/* -------------------- Footer -------------------- */
footer {
    background: var(--primary-color);
    color: #FFFFFF !important;
}

footer .content {
    color: white !important;
}

footer .order-now-button {
    background-color: transparent !important;
    border: 1px solid #FFFFFF !important;
    color: white !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: #FFFFFF;
}

/* -------------------- 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) !important;
    backdrop-filter: none;
}

section.hero .overlay .ctas {
    margin-left: 16px;
}

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;
}

section.about-us .info {
    color: #030102;
}

/*** Covid Safe section */
section.covid-safe .guidelines {
    display: none !important;
}

/*** 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-color: var(--secondary-color);
    background-image: var(--special-note-bg-image);
    background-size: cover;
}
section.special-note .offset{
    color: #030102;
}

/* -------------------- Menu Page -------------------- */
.menu-page .items .name {
    color: var(--menu-item-color);
}

/* Style the category name on the Menu Page */
.menu-page .category h2 {
    font-family: 'Ms Madi' !important;
    text-transform: none;
    letter-spacing: 0 !important;
    font-weight: 500;
}

/* All caps for Featured Item name */
section.featured-items .featured-item-link .name {
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Remove logo only on hero banner */
section.hero .content .overlay .imgix img {
    display: none;
}

/* -------------------- Contact Us -------------------- */
section.contact-us address .link{
    color: #DBDBDB !important;
}

/* -------------------- Custom Page -------------------- */
.custom-page {
    margin-bottom: 24px;
    width: 100%;
    display: grid;
    justify-items: center;
}

/* Responsive images with max width */
.custom-page img {
    max-width: 1240px;
    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: 56px !important;
    margin-top: 10%;
    margin-bottom: 24px;
    text-align: center;
}

/* Typography - Headings */
.custom-page h2,
.custom-page h3,
.custom-page h4 {
    margin-bottom: 16px;
}

/* Typography - Body */
.custom-page p {
    text-align: center;
    max-width: 900px;
    font-family: 'Cormorant Garamond', serif;
    color: #140e11;
    font-size: 23px;
}

/* 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 .banner img {
    object-fit: cover;
    margin: 0px;
    height: unset;
    max-width: unset;
}

.custom-page .menu-title {
    margin-top: 30px;
}

.custom-page .bottom-spacer {
    height: 40px;
}

.custom-page .menu-image,
.custom-page .egyptian-cuisine-image {
    width: 900px;
}

.custom-page .italian-cuisine-image {
    width: 1240px;
    height: 810px;
}
.restaurant-website-page .overlay {
    opacity: 0;
}

.restaurant-website-page .overlay .image {
    opacity: 0;
}

.restaurant-website-page .restaurant-store-locator .stores .store-link {
    border-color: #6A4E30;
}

.restaurant-website-page .restaurant-store-locator .store-link .name {
    font-size: 20px !important;
}

.restaurant-website-page .restaurant-store-locator .store-link address {
    display: none;
}

#body-shop {
    display: grid;
    align-items: center;
    justify-items: center;
    grid-gap: 50px;
    grid-template-areas:
        "e f";
    grid-template-columns: 1fr 1fr;
}

.custom-page-content {
    font-family: var(--body-font);
    text-align: center;
    color: var(--text-color);
}

#shop-catalogue {
    grid-area: e;
    justify-self: flex-end;
    width: 100%;
}

#shop-legends {
    grid-area: f;
    justify-self: flex-start;
    width: 100%;
}

#shop-catalogue img {
    max-width: 480px;
}

#shop-legends img {
    max-width: 480px;
}

section.delivery-areas {
    display: none;
}

@media (max-width: 768px) {
    .custom-page h1 {
        font-size: 32px !important;
    }

    #body-shop {
        display: unset;
    }

    section.about-us .info h2,
    section.about-us .info .message {
        color: #FFFFFF;
    }
    
    .custom-page .function-image,
    .custom-page .menu-image {
        width: 100%;
        height: auto; 
        background-color: #F1F2EC;
    }
}

/* -------------------- Menu Page -------------------- */

.restaurant-website-page .restaurant-store-locator .info,
.restaurant-website-page .restaurant-store-locator .store-link {
    color: #FFFFFF !important;
}
section.menu .category .item .name {
    color: #FFFFFF !important;
}

section.menu .category .item .description {
    color: #AAAAAA !important;
}
section.covid-safe {
    padding: 0px;
}

section.covid-safe .guidelines {
    display: none !important;
}

section.covid-safe img {
    opacity: 0;
}

.table-booking {
    display: block;
    /* iframes are inline by default */
    background: #FFFFFF;
    color: #3f3f3d;
    border: none;
    /* Reset default border */
    height: 100vh;
    /* Viewport-relative units */
    width: 100vw;
    overflow: hidden;
}

.dhpStep-header {
    color: #F1F2EC !important;
}

h3 {
    color: #F8DD8F;
    margin: 0;
    margin-top: 120px;
}

.function-enquiries {
    color: #cfcfcf !important;
    max-width: 700px !important;
}

.function-email {
    color: #ccab46 !important;
    padding-top: 20px;
    font-size: 12px;
}

.custom-navbar .nav-items .dropdown>a {
    display: none;
}

.custom-navbar .nav-items .dropdown {
    width: 220px;
    margin-left: auto !important;
    margin-right: 50px;
}

.custom-navbar .nav-items .dropdown-content {
    display: grid !important;
    grid-template-columns: min-content min-content;
    grid-column-gap: 0px;
    align-items: center;
    justify-items: center;
    height: 100%;
    white-space: nowrap;
    background-color: var(--primary-color) !important;
}

.custom-navbar .dropdown-content .nav-item {
    padding-bottom: 5px;
}

.custom-navbar .dropdown-content a {
    /* padding: unset !important; */
    border-bottom: unset !important;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    padding: 8px 16px !important;
    margin: 0px !important;
    height: 40px;
}

.custom-navbar .dropdown-content a:hover {
    background-color: #dfba55;
    text-decoration: none;
    padding: 8px 16px !important;
}

.custom-navbar .content {
    grid-template-columns: minmax(20%, auto) 1fr;
}

.custom-navbar .content .nav-items {
    margin-left: 20%;
}
section.hero .content .overlay .optimized-image img {
     display: none !important;
}


/* Poster E-Gift Card */
.poster {
    display: grid;
    align-items: center;
    grid-gap: 50px;
    justify-items: center;
    grid-template-areas:
        "header header"
        "one two"
        "three four";
    max-width: 1050px;
    margin-top: 140px;
}

.poster .e-gift-card-image {
    margin: unset;
    max-width: 500px;
    width: 100%;
    height: auto;
box-shadow: 20px 22px 24px -13px rgba(0,0,0,0.93), 25px 0px 20px -20px rgba(0,0,0,0.45);
}

.poster .e-gift-card-image.header {
    grid-area: header;
    max-width: unset;
    width: 50%;
    margin-bottom: 50px;
    box-shadow: unset;
}

.poster .e-gift-card-image.fifty {
    grid-area: one;
}

.poster .e-gift-card-image.one-hundred {
    grid-area: two;
}

.poster .e-gift-card-image.one-fifty {
    grid-area: three;
}

.poster .e-gift-card-image.two-hundred {
    grid-area: four;
}



/* Custom Page Mobile */
@media (max-width: 768px) {
    .poster {
        grid-gap: 10px;
        margin: 40px 10px 0px 10px;
    }

    .poster .e-gift-card-image.header {
        width: 80%;
    }
}


/*** Send us a message in custom page */
.custom-page .send-us-a-message-label {
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    justify-self: center;
    padding-top: 30px;
}


.custom-page iframe {
    border: 0px none;
    margin-left: -60px;
    height: 1095px;
    margin-top: -140px;
    width: 700px;
    padding: 50px;
}

.custom-page .send-us-a-message-label {
    text-align: center;
}

.custom-page .map {
    display: none;
}

.custom-page .contact-us {
    border: unset !important;
    padding: unset !important;
    display: grid;
}

.custom-page .send-us-a-message-label {
    font-size: 20px;
    color: #FFFFFF;
}

.custom-page .send-us-a-message-label a{
    font-size: 20px;
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .custom-page iframe {
        border: 0px none;
        margin-left: -40px;
        height: 1095px;
        margin-top: -140px;
        width: 370px;
        padding: 50px 0px 50px 50px;
        margin-right: 20px;
    }
}
/* End of send us a message in custom page */


/* Hide pwa if contact-us-page */
/* add if using iframe in custom pages */
body:has(.contact-us) .pwa-prompt {
    display: none;
}