/* LA ROMANA - Dark Theme */
@import url('https://fonts.googleapis.com/css2?Open+Sans:wght@300;400&family=Zilla+Slab:wght@500&family=Abril+Fatface&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,700;1,400;1,700&display=swap');


:root {
    --primary-color: #A9101F;
    --secondary-color: #078939;
    --bg-color: #141414;
    --overlay-color: #00000033;
    --text-color: #FFF6F6;
    --button-hover-color: #cc2424;
    --button-border-radius: 0;
    --body-font: Lora;
    --heading-font: Abril Fatface;
    /* Optional below */
    --navbar-bg: var(--bg-color);
    --menu-item-color: var(--button-hover-color);
    --card-bg: var(--primary-color); /* applies to About, Loyalty Coupon, Special Note TEXT bg */
    --card-border-radius: 4px;
    --featured-item-section-bg: var(--primary-color);
    --featured-item-card-bg: var(--secondary-color);
    --featured-item-card-text: var(--text-color);
    --footer-bg: var(--secondary-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);
    letter-spacing: 3px;
    text-transform: uppercase;
}

/* -------------------- Buttons, Links, Icons -------------------- */
a {
    color: inherit;
}

.button {
    border-radius: var(--button-border-radius) !important;
    border: none !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 {
    background-color: var(--primary-color);
    color: #FFFFFF;
}

.navbar .nav-item .link:hover {
    text-decoration: none !important;
    border-bottom: 4px solid #fff !important;
}

.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(--secondary-color);
}

footer .order-now-button {
    background-color: var(--primary-color) !important;
    color: inherit !important;
    /* added by Joy */
}

/* -------------------- 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);
}

/*** About Us card */
section.about-us .content .info {
    /* background-color: var(--card-bg); */
    background-color: #eed9c4;;
    border-radius: var(--card-border-radius);
    color: #59392b;

}

section.about-us .content .info .heading {
    font-family: 'Zilla Slab', serif;


}
section.about-us .content .info .message {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
}

/*** 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);
}

section.featured-items .view-menu-button {
    background-color: var(--secondary-color) !important;
}

/*** 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: var(--primary-color);
    background-image: url(‘https://images.unsplash.com/photo-1588014164218-d9ecba01aaff’)!important;
    background-size: cover;
}

section.special-note .content .offset {
    background-color: var(--secondary-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: var(--heading-font);
    text-transform: uppercase!important;
    letter-spacing: 3px!important;
}

.menu .items .name {
    color: var(--menu-item-color);
    font-style: italic;
}

.restaurant-website-page .restaurant-store-locator .info {
    background: none!important;
}

/* !!!! REMOVE BELOW AFTER PR#21118 HAS BEEN DEPLOYED !!!! */

/* -------------------- Typography -------------------- */
h2 {
    font-family: var(--heading-font);
}

/* -------------------- Buttons, Links, Icons -------------------- */

button {
    border-radius: var(--button-border-radius) !important;
    border: none !important;
}

button:hover {
    color: #FFFFFF !important;
    background-color: var(--button-hover-color) !important;
    border-color: var(--button-hover-color) !important;
}

a:hover {
    text-decoration: underline;
}

/* -------------------- Navbar -------------------- */
header {
    background-color: var(--primary-color);
    color: #FFFFFF;
}

header a {
    text-decoration: none !important;
}

header .nav-item a:hover {
    border-bottom: 4px solid #fff !important;
}

header .order-now {
    background-color: var(--secondary-color) !important;
    color: #ffffff !important;
}

header .book-a-table {
    border: 1px solid #ffffff !important;
}

/* -------------------- Footer -------------------- */
footer .button:hover {
    text-decoration: none !important;
}

/* -------------------- Popup - Custom Message and Loyalty Program -------------------- */
.website-popup-modal .dismiss path {
    stroke: var(--secondary-color);
}

.website-popup-modal a {
    background-color: var(--primary-color) !important;
}

.website-popup-modal a:hover {
    text-decoration: none;
}

/* -------------------- Common - Page -------------------- */
.collection-type {
    border: 1px solid var(--primary-color) !important;
    background-color: transparent !important;
    color: inherit;
}

.collection-type.selected {
    background-color: var(--primary-color) !important;
    color: #ffffff;
}

/* -------------------- Home Page -------------------- */

section.hero .button:hover {
    text-decoration: none;
}

section.featured-items .view-menu {
    background-color: var(--secondary-color) !important;
}

section.featured-items a:hover {
    text-decoration: none !important;
}

section.whats-new .read-more:hover {
    background-color: transparent !important;
    color: inherit !important;
    text-decoration: underline;
}
.restaurant-store-locator .info h2 {
    color: #FF4242
}
section.hero .content .overlay .image {
    display: none;
}

/* Update website popup modal */
.website-popup-modal h3 {
    color: #141414
}

.website-popup-modal p {
    color: #2c2b2b
}

/* Update store selector */
.restaurant-website-page .restaurant-store-locator .info .image img {
    mix-blend-mode: exclusion;
}

/* Update about us section */
section.about-us .content p {
    font-size: 14px;
}
section.covid-safe {
    padding: 0px;
}
section.covid-safe .guidelines {
    display: none !important;
}
section.covid-safe img {
    opacity: 0;
}

/* Hide Loyalty for Specials */
body:has(a[href="/stores/tyls84tqy"]) .ReactModalPortal {
    display: none;
}

/* -------------------- Custom Page -------------------- */

.custom-page .download-our-apps {
    position: relative;
    width: 750px;
    display: grid;
    overflow: auto;
}

.custom-page .download-our-apps .poster {
    max-width: 750px;
}

.custom-page .download-our-apps .apple-appstore {
    position: absolute;
    bottom: 165px;
    left: 60px;
    display: flex;
    align-items: center;
}

.custom-page .download-our-apps .apple-appstore img {
    width: 30px;
}

.custom-page .download-our-apps .google-playstore {
    position: absolute;
    bottom: 116px;
    left: 60px;
    display: flex;
    align-items: center;
}

.custom-page .download-our-apps .google-playstore img {
    width: 30px;
}

.custom-page .download-our-apps p {
    color: #200000;
    font-size: 14px;
    line-height: 21px;
    margin-left: 15px;
    text-decoration: underline;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

   
/* Remove components from landing page*/
body:has(a[href="/stores/tyls84tqy"]) section.hero .overlay {
    display: none !important;
}

body:has(a[href="/stores/tyls84tqy"]) section.loyalty-coupon {
    display: none !important
}

body:has(a[href="/stores/tyls84tqy"]) .install-prompt {
    display: none !important
}

body:has(a[href="/stores/tyls84tqy"]) footer .content .social-links {
    display: none !important
}


body:has(a[href="/stores/tyls84tqy"]) footer .content .info {
    display: none !important
}
body:has(a[href="/stores/tyls84tqy"]) footer .content .cta {
    display: none !important
}
body:has(a[href="/stores/tyls84tqy"]) section.store {
    height: 21vh;
}

/* Replace Store Locator Text */
@media (min-width: 769px) {
    .restaurant-website-page>.image {
	z-index: 1;
    }

    .restaurant-website-page .overlay {
        z-index: 3;
    }

    .restaurant-website-page .restaurant-store-locator {
        z-index: 2;
    }

    .restaurant-website-page .restaurant-store-locator .info>.image {
        background-color: #141414;
    }

    .restaurant-website-page .restaurant-store-locator .info>p {
        position: absolute;
        top: 350px;
        margin-left: -30%;
        color: transparent!important;
        background-color: transparent!important;
        opacity: unset!important;
    }

    .restaurant-website-page .restaurant-store-locator .info>p::before {
        content: 'PICK A STORE';
        position: absolute;
        background-color: #FFFFFF90;
        color: #141414;
        width: 200px;
        font-size: 50px;
        height: 100px;
        line-height: 50px;
    }
}

@media (max-width: 768px) {
    body:has(a[href="/stores/tyls84tqy"]) .custom-page .download-our-apps .poster {
        max-width: 100vw;
    }

        
    .custom-page .download-our-apps .apple-appstore {
        bottom: 75px;
        left: 12px;
    }

    .custom-page .download-our-apps .apple-appstore img {
        width: 15px;
    }

    .custom-page .download-our-apps .google-playstore {
        bottom: 45px;
        left: 12px;

    }

    .custom-page .download-our-apps .google-playstore img {
        width: 15px;
    }

    .custom-page .download-our-apps p {
        color: #200000;
        font-size: 12px;
        line-height: 18px;
        margin-left: 10px;
    }

     body:has(a[href="/stores/tyls84tqy"]) .custom-navbar .content .mobile-menu .heading .restaurant-store-link {
        font-size: 20px;
        max-width: 90%;
    }

     body:has(a[href="/stores/tyls84tqy"]) .custom-navbar .content .mobile-menu.open {
        right: auto !important;
    }

    .restaurant-website-page .restaurant-store-locator .info>p {
        color: transparent!important;
        background-color: transparent!important;
        opacity: unset!important;
    }

    .restaurant-website-page .restaurant-store-locator .info>p::before {
        position: absolute;
        content: 'PICK A STORE';
        color: #FFFFFF;
        width: 175px;
    }

            
    .custom-page .download-our-apps {
        position: relative;
        max-width: 750px;
        width: unset;
        display: grid;
        overflow: auto;
    }

    .custom-page .download-our-apps .poster {
        max-width: 750px;
    }

    /* Hide PWA prompt in specials */
    body:has(a[href="/stores/tyls84tqy"]) .pwa-prompt {
        display: none !important;
    }

}
