@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,300;0,400;0,600;1,600&display=swap');

:root {
    --main-font-size: 17px;
    --main-line-height: 1.8;
    --main-heading-line-height: 1.4;

    --main-heading-font: 'Cinzel', serif;
    --main-body-font: 'Source Sans Pro', sans-serif;


    --main-link-color: #555;
    --main-link-hover-color: #333;
    --main-text-color: #231f20;
    --main-border-color: #dedede;

    --main-highlight-text-color: #555;


    /* main banner */
    --main-banner-padding: 4.5rem;
    --main-banner-description-font-size: 1em;
    --main-banner-title-font-size: 2.25em;
    --main-banner-title-font-weight: 500;
    --main-banner-content-width-lg: 50%;
    --main-banner-content-width-xl: 50%;

    --main-content-carousel-bullet-default-color: #d5d5d5;
    --main-logo-width-md: 210px;
    --main-logo-width-lg: 210px;



    /* product */
    --main-product-image-background: #fff;
    --main-product-detail-background: #f3f3f3;
    --main-product-price-text-color: #797f89;

    /*main buttons */
    --main-button-primary-border-radius: 0;

    --main-button-secondary-border-color: #fff;
    --main-button-secondary-background-color: transparent;

    /*header */

    --main-header-secondary-region-background: #333;
    --main-header-primary-region-background: #fff;
    --main-header-secondary-region-text-color: #fff;
    --main-header-primary-region-background-text-color: var(--main-text-color);
    --main-header-secondary-region-icon-color: #fff;
    --main-header-primary-region-background-highlight: transparent;
    --main-header-primary-region-background-highlight-text-color: var(--main-link-color);

    --main-footer-background-color: #272727;

    /*age gate*/
    --main-agegate-background-color: rgba(0, 0, 0, 0.5);
    --main-agegate-card-background-color: transparent;
}

:root,
.client-theme-1 {
    --vc-dark-color: #2f2f2f;
    --vc-dark-contrast-color: #383838;
    --vc-light-color: #efefef;
    --vc-accent-color: #a4a4a4;
    --vc-accent-contrast-color: #656565;
    --neutral-1: #d8d8d8;
    --neutral-2: #4b4b4b;
    --neutral-3: #e6e6e6;
    --vc-heading-font: var(--main-heading-font);

}

.client-theme-2 {
    --vc-dark-color: #070707;
    --vc-dark-contrast-color: #212121;
    --vc-light-color: #efefef;
    --vc-accent-color: #a4a4a4;
    --vc-accent-contrast-color: #656565;
    --neutral-1: #d8d8d8;
    --neutral-2: #4b4b4b;
    --neutral-3: #e6e6e6;
}

*,
*:before,
*:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    font-size: var(--main-font-size);
}

.mobile-navigation-container .actions .cart .icon,
.mobile-navigation-container .actions .login .icon,
.mobile-navigation-container .actions .portal .icon {
    --main-header-secondary-region-icon-color: var(--main-link-color);
}

.mobile-navigation-container .container div {
    width: 100%;
}

.mobile-navigation-container .dropdown-menu {
    left: 5px !important;
    top: -1px !important;
}


/*header region */

.header.header-003 .social-link .icon {
    fill: var(--social-icon-color);
}

.header.header-003 .has-items .cart-count {
    --main-cart-count-background: #fff;
    --main-cart-count-text: var(--main-text-color);
}


.header.header-003 .social-link .icon {
    --social-icon-color: #ffffff;
}

.header.header-003 .social-link:hover .icon {
    --social-icon-color: var(--main-link-color);
}


.header.header-003 .primary-region .navigation.nav .nav-item .dropdown-menu a {
    font-size: .867em;
}

.header.header-003>.primary-region .dropdown-toggle::after {
    opacity: .25;
    transition: opacity .3s ease-in-out;
    margin-left: .25em;
    vertical-align: middle;
}

.header.header-003>.primary-region .dropdown-toggle:hover:after {
    opacity: 1;
}

.header.header-003 .primary-region .primary-desktop.nav-right ul .nav-item>.nav-link {
    margin: 0 0 0 .5em;
    padding: 0;
}

.header.header-003 .primary-region .primary-desktop.nav-left ul .nav-item>.nav-link {
    margin: 0 .5em 0 0;
    padding: 0;
}

.no-header .header.header-003 {
    box-shadow: 0px 3px 4px 0px rgb(0, 0, 0, 0.05);
}

.header.header-003>.primary-region .navigation>.nav-item>.nav-link.dropdown-toggle::after {
    margin-left: 0.25em;
    opacity: .5;
    transition: opacity .3s;
}

.header.header-003 .secondary-region {
    padding: .75em 0;
    font-size: .867em;
}

@media (min-width: 768px) {
    .header.header-003 .secondary-region {
        padding: .5em 0;
        font-size: .9em;
    }
}

/*banner */
.main-banner-section {
    --main-banner-padding: 6rem;
}

.col-md-8 .card.card-text-right .card-content,
.col-md-8 .card.card-text-left .card-content {
    width: 60%;
}

.banner-item .banner-content .col {
    max-width: 600px;
}


a.btn.banner-btn.banner-btn-secondary {
    background: #fff;
    color: var(--main-link-color);
}


.banner-content .btn.banner-btn.banner-btn-primary {
    --main-button-primary-border-color: #fff;
    --main-button-primary-background-color: transparent;
    --main-button-primary-text-color: #fff;
    border: 2px solid var(--main-button-primary-border-color);
    color: var(--main-button-primary-text-color);
}

.banner-content .btn.banner-btn.banner-btn-primary:hover,
.banner-content .btn.banner-btn.banner-btn-primary:focus {
    background-color: var(--main-button-primary-text-color);
    border-color: var(--main-button-primary-text-color);
    color: var(--main-text-color);
}

.banner-content .btn.banner-btn.banner-btn-secondary {
    background-color: var(--main-button-secondary-background-color);
    border: 2px solid var(--main-button-secondary-border-color);
    color: #fff;
    border-radius: 0px;
}

.banner-content .btn.banner-btn.banner-btn-secondary:hover,
.banner-content .btn.banner-btn.banner-btn-secondary:focus {
    background-color: #231f20;
    border-color: #231f20;
    color: #fff;
}


.header.header-003 .social-link .icon {
    --social-icon-color: #ffffff;
}

/* custom cta section content */


.cta-section.upper-cta-section .highlight-element.highlight-content,
.cta-section.middle-cta-section .wysiwyg-content,
.cta-section.upper-cta-section .wysiwyg-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 3rem 1rem 2rem 1rem;
}

.cta-section.upper-cta-section {
    position: relative;
    overflow: hidden;
}

.cta-section.upper-cta-section:before {
    width: 75%;
    height: 75%;
    background: url(/dist/logos/website/logomark.svg);
    position: absolute;
    background-position: center;
    content: " ";
    left: -15%;
    background-repeat: no-repeat;
    margin: 0 auto;
    bottom: -15%;
    opacity: .025;
    z-index: auto;
    transform: rotate(5deg);
}

.cta-section {
    padding-top: 0;
}

.cta-section.cta-section-2 .card-wysiwyg a,
.cta-section.cta-section-3 .card-wysiwyg a,
.cta-section.cta-section-4 .card-wysiwyg a,
.cta-section.upper-cta-section .wysiwyg-content a {
    border: 2px solid var(--main-text-color);
    padding: 0px 1px;
    margin: 1em 0;
    padding: .75em 1.25em;
    display: inline-flex;
    text-decoration: none;
    color: var(--main-text-color);
    transition: background-color .3s ease-in-out, color .3s ease-in-out;
}

.cta-section.cta-section-2 .card-wysiwyg a:hover,
.cta-section.cta-section-3 .card-wysiwyg a:hover,
.cta-section.cta-section-4 .card-wysiwyg a:hover,
.cta-section.upper-cta-section .wysiwyg-content a:hover {
    background: var(--main-text-color);
    border-color: var(--main-text-color);
    color: #fff;
}


@media (min-width: 768px) {

    .cta-section.cta-section-2 .card.card-wysiwyg,
    .cta-section.cta-section-3 .card.card-wysiwyg,
    .cta-section.cta-section-4 .card.card-wysiwyg {
        padding: 0em;
        display: flex;
        justify-content: center;
    }
}

.cta-section.cta-section-4 {
    padding-bottom: 6em;
}

.cta-section.upper-cta-section {
    background: #f8f9fb;
}

.cta-section.cta-section-5 .a-carousel .banner-item.card-type-photo:before {
    position: absolute;
    height: 50%;
    width: 100%;
    background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0)) 100%;
    z-index: 2;
    content: " ";
    top: 0;
    margin-top: -1px;
}

/*product */

.add-to-cart-container .quantity-container {
    background-color: var(--main-product-add-to-cart-background);
}

/*custom footer */

.footer-section .middle-footer-region .footer-region-divider {
    border: none !important;
}

@media (min-width: 992px) {

    .footer-section .middle-footer-region .row [class*="col-"]:not(:last-child) {
        border-right: 2px solid rgba(255, 255, 255, 0.15);
        border-image: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.25), transparent) 1 100%;
        border-left: 0px;

    }
}

#age-gate .age-gate .gate-box {
    max-width: 600px;
    margin: 0 auto;
}

.age-gate:before {
    backdrop-filter: blur(10px);

}

.age-gate .agegate-logo {
    filter: invert(1);
}

.age-gate .gate-box .btn {
    border-radius: 0px;
}

#modal-age-gate___BV_modal_outer_ .modal-backdrop {
    background: rgba(0, 0, 0, .7);
    backdrop-filter: blur(5px);
}


/* highlight link.*/

.highlight-link a {
    border: 2px solid var(--vc-dark-color);
    padding: .75em 1em;
    --main-highlight-color: var(--vc-dark-color);
    text-decoration: none;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, transform 0.3s;
    display: inline-flex;
}

.highlight-link a:hover,
.highlight-link a:focus {
    border: 2px solid var(--vc-dark-color);
    background: var(--vc-dark-color);
    color: #fff;
    transform: translateY(-.4em);

}


/* page */

/* Restaurant */

.good-food-logo {
    width: 320px;
    margin: 0 auto;
    display: flex;
}

div[nid="2319"] .header-region {

    display: none;

}

div[nid="2319"] .page-options {
    right: 2em;
}

div[nid="2319"]>div.container:first-of-type {
    width: 100%;
    min-width: 100%;
    padding: 0;
    margin-bottom: 3rem;

}

div[nid="2319"] .page-body .slice {
    margin-bottom: 3em;
}

div[nid="2319"]>div.container:first-of-type .video-banner-box {
    --vc-highlight-action-background-color: var(--vc-dark-color);
    --main-video-banner-title-font-size: 2.5em !important;

}

.dining-display .row {
	margin-bottom:2em;
}

.dining-display .dining-content {
    padding-top: 1.5em;
}

/*train page */

div[nid="11873"] .header-region {
    display: none;
}

div[nid="11873"] .page-options {
    right: 2em;
}


div[nid="11873"]>div.container:first-of-type {
    width: 100%;
    min-width: 100%;
    padding: 0;
}

div[nid="11873"]>div.container:first-of-type .video-banner-box {

    --vc-highlight-action-background-color: var(--vc-dark-color);
}

div[nid="11873"] .highlight-icon-container {
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important;
}

div[nid="11873"] .highlight-content {
    --highlight-content-icon-size: 12em;
}

/* table overrides */
.table thead th,
.table th,
.table td,
table .cart-view-table {
    border-color: var(--main-border-color) !important;
}

.table tbody+tbody {
    border-top-color: var(--main-border-color) !important;
}

.teaser-list-item {
    border-color: var(--main-border-color) !important;
}


/*custom product styling */

.product-item {
    overflow: visible !important;
    --product-title-font-size: 1.1em !important;
    --product-card-content-padding: 1em !important;
    --product-item-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .08);
}

.product-item:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: var(--product-item-box-shadow);
    position: absolute;
    top: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.product-item .product-image {
    padding: 1em !important;
}

.product-item:hover:before {

    opacity: 1;
}

.product-item .card-actions {
    opacity: 0;
    transition: opacity .3s ease-in-out;
}

.product-item:hover .card-actions {
    opacity: 1;
}

.product-item .card-actions {
    opacity: 0;
    transition: opacity .3s ease-in-out;
}

.product-item:hover .card-actions {
    opacity: 1;
}

.product-item .product-image .a-image {
    padding-top: 125%;
}