.logo img {
    max-width: 500px;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 50px;
}

#header .nav-left .navbar-header {
    float: none;
}

.logo {
    margin: 0;
    text-align: center;
}

#header .navbar-collapse {
    float: none;
    text-align: center;
}

#header .nav-left .pi-nav {
    float: none;
    width: auto;
    display: flex;
    justify-content: space-between;
}

@-webkit-keyframes reduceLogo {
    from {
        max-width: 500px;
        margin-left: 50%;
        transform: translateX(-50%);
        margin-top: 50px;
    }

    to {
        max-width: 180px;
        margin-left: 0%;
        transform: translateX(0%);
        margin-top: 22px;
    }
}

@keyframes reduceLogo {
    from {
        max-width: 500px;
        margin-left: 50%;
        transform: translateX(-50%);
        margin-top: 50px;
    }

    to {
        max-width: 180px;
        margin-left: 0%;
        transform: translateX(0%);
        margin-top: 22px;
    }
}

.resize-header:not(.mobile) .logo {
    text-align: left;
}

.nav:before {
    display: none;
}

.resize-header:not(.mobile) .logo img {
    -webkit-animation: reduceLogo 1s forwards;
    animation: reduceLogo 1s forwards;
}

.resize-header:not(.mobile) {
    -webkit-animation: headerFadeIn 1s forwards;
    animation: headerFadeIn 1s forwards;
}

.resize-header:not(.mobile) #header .nav-left .pi-nav {
    -webkit-animation: reduceTopMargin 1s forwards;
    animation: reduceTopMargin 1s forwards;
}

#header .navbar-default .navbar-nav>li>a:hover:before {
    -webkit-animation: none;
    animation: none;
}

#header .navbar-default .navbar-nav>li:not(.current-menu-item)>a:hover:before {
    display: none;
}

#header .navbar-default .navbar-nav>li>a {
    padding: 15px 0;
    margin: 0;
    font-family: 'Raleway';
    letter-spacing: 1px;
    text-shadow: 0 0 1px black, 0 0 2px black, 0 0 3px black;
    font-weight: 500;
}

.nav:after {
    display: none;
}

#header .navbar-default .navbar-nav>.current-menu-item>a:before,
#header .navbar-default .navbar-nav>li>a:hover:before {
    left: -15px;
    top: 15px;
    font-family: "Font Awesome 5 Pro";
}

.article-meta li:before {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    content: "\f219";
}

[data-section="about"] {
    background-image: url('../img/aboutBgImg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh - 135px);
    position: relative;
}

[data-section="about"] .container {
    width: 50%;
    max-width: 703px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
}

[data-section="about"] .row {
    background: white;
    border: 3px solid #333;
    border-radius: 8px;
    margin: 0;
}

[data-section="about"] .row>div {
    padding: 50px;
}

.menu-item>div {
    display: table-cell;
}

.menu-item-thumbnail img {
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
    transform: translateY(-50%);
}

.menu-style-1 .menu-item {
    display: table-row;
    margin: 0;
    position: relative;
}

.menu-style-1 .menu-item-thumbnail {
    margin: 0;
    width: 118px;
    height: 118px;
    padding: 0;
    position: relative;
    border-radius: 0;
    float: none;
}

.menu-style-1 .menu-item-description {
    width: auto;
    margin: 0;
    padding: 0px 60px 20px 0;
    vertical-align: middle;
    float: none;
}

.menu-style-1 .menu-item-price, .menu-style-2 .menu-item-price {
    position: absolute;
    /* float: right; */
    width: auto;
    /* vertical-align: middle;
    padding-bottom: 20px; */
    border: none;
    right: 0;
    top: 0;
}

.menu-style-1 .menu-item-description p {
    padding-bottom: 0;
}

[data-section="home"] {
    background: linear-gradient(#0003 25%, #0000 75%), url(../img/splashBgImg_opt.jpg);
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-position: 29% center;
    background-repeat: no-repeat;
}

/* [data-section="home"] h3 {
    font-family: 'Suranna', serif;
} */

/* [data-section="home"]  .fancy {
    font-family: 'Montez', cursive;
    color: #fcda9a;
} */
[data-section="home"] {
    padding: 0;
    position: relative;
    width: 100%;
}

[data-section="home"] .container {
    position: absolute;
    /* width: 100%; */
    padding: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

[data-section="home"] .row {
    margin: 0;
}

[data-section="home"] .cta {
    display: flex;
    justify-content: center;
    margin: 50px auto 0;
    gap: 40px;
}

.btn-big {
    padding: 15px 30px;
}

[data-section="home"] .custom-heading h2 span.small {
    font-family: 'Suranna', 'serif';
    color: white;
    font-size: 36px;
    vertical-align: 3px;
    margin: 5px;
}

[data-section="home"] h2,
[data-section="home"] .custom-heading h2 span {
    font-size: 96px;
    line-height: 96px;
    margin: 20px 0;
}

[data-section="home"] span.small {
    font-size: 48px;
    font-family: 'Suranna';
    line-height: 48px;
    vertical-align: middle;
    color: #fcda9a;
    display: block;
    margin-bottom: 48px;
    transform: rotate(-10deg);
}

[data-section="home"] .custom-heading h2 {
    letter-spacing: 9px;
}

[data-section="home"] .custom-heading h2 span {
    letter-spacing: normal;
    font-weight: normal;
    vertical-align: baseline;
}

[data-section="home"] h2 {
    font-family: 'Vollkorn', serif;
    font-weight: 400;
    font-size: 82px;
    line-height: 82px;
}

.navbar-nav li a:before {
    font-weight: 700;
}

.divider.style-2.center {
    margin-top: 40px;
}

h3 span {
    letter-spacing: 1px;
}

.custom-heading h3, .swal2-container h2 {
    letter-spacing: 2px;
}

.menu-style-2 .menu-item-description p {
    font-weight: 400;
    color: #777777;
    font-size: 14px;
    line-height: 22px;
}

span.caret {
    border-top: 7px dashed;
}

.btn.outline {
    border: 3px solid;
    border-radius: 6px;
    background: linear-gradient(to top, #0006, #0003);
    position: relative;
    z-index: 1;
}

.btn.outline::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    background: linear-gradient(to bottom, #FFF3, #0000);
    transition: opacity 0.25s ease;
}

.btn.primary,
.btn.primary span {
    color: #b6db9f;
}

.btn.secondary,
.btn.secondary span {
    color: #fcda9a;
}

.btn.outline:hover::before {
    opacity: 1;
}

.protip-skin-default--scheme-pro.protip-container {
    background: #eee;
    border: 1px solid gray;
    text-align: center;
    font-family: 'Montserrat-UltraLight', Arial, sans-serif;
}


.protip-skin-default--scheme-pro[data-pt-position="top"] .protip-arrow {
    border-top-color: #999;
}

@media (min-width: 768px) {
    .navbar-nav>li {
        float: none;
    }
}

.resize-header .navbar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding-bottom: 12px;
    border-bottom: 1px solid;
}

.contact-cta,
.cart-btn-container,
.navbar-header .social-links,
button.team {
    margin-top: 22px;
    display: none;
    opacity: 0;
    animation: fadeIn 1s forwards;
}

.resize-header .contact-cta,
.resize-header .cart-btn-container,
.resize-header .navbar-header .social-links,
.resize-header button.team {
    display: inline-block;
}

.contact-cta i {
    margin-right: 8px;
    vertical-align: middle;
}

body,
p,
a,
span {
    font-family: 'Raleway';
}

.contact-cta span {
    color: white;
    margin-right: 8px;
}

.contact-cta>* {
    vertical-align: baseline;
}

:root {
    --primary: #fcda9a;
    --secondary: #b6db9f;
}

/* ===== Shop page brand theming (Bootstrap-agnostic look) ===== */
/* Scope all overrides to the shop page to avoid global changes */
.shop-page {
}

/* Auth modal accents use brand colors */
.shop-page #authModal .modal-header::before {
    background: linear-gradient(90deg, var(--secondary) 0%, var(--primary) 100%);
}
.shop-page #authModal .modal-title i {
    background: rgba(182, 219, 159, 0.25);
    color: var(--secondary);
}
.shop-page #authTabs .nav-link.active {
    border-bottom-color: var(--secondary);
}
.shop-page #authTabContent .form-control:focus {
    border-color: var(--secondary);
    box-shadow: 0 0 0 3px rgba(182, 219, 159, 0.35);
}
.shop-page #authTabContent .btn-primary {
    background: var(--secondary);
    border-color: var(--secondary);
    color: #1f2937;
}
.shop-page #authTabContent .btn-primary:hover,
.shop-page #authTabContent .btn-primary:focus {
    filter: brightness(0.95);
}
.shop-page #authTabContent .btn-success {
    background: var(--primary);
    border-color: var(--primary);
    color: #1f2937;
}
.shop-page #authTabContent .btn-success:hover,
.shop-page #authTabContent .btn-success:focus {
    filter: brightness(0.95);
}
.shop-page .auth-message.success {
    background: rgba(182, 219, 159, 0.15);
    color: #1f2937;
    border-left-color: var(--secondary);
}
.shop-page #authModal .alert-corporate-notice strong {
    color: var(--secondary);
}
.shop-page #authModal .alert-corporate-notice i {
    background: rgba(182, 219, 159, 0.25);
    color: var(--secondary);
}

/* Buttons: modernized, brand-colored */
.shop-page .btn {
    border-radius: 8px;
    font-weight: 600;
}
.shop-page .btn-primary {
    background: var(--secondary);
    border-color: var(--secondary);
    color: #ffffff;
}
.shop-page .btn-primary:hover,
.shop-page .btn-primary:focus {
    filter: brightness(0.95);
    box-shadow: 0 6px 14px rgba(0,0,0,0.08);
}
.shop-page .btn-success {
    background: var(--primary);
    border-color: var(--primary);
    color: #0b0e13;
}
.shop-page .btn-success:hover,
.shop-page .btn-success:focus {
    background: var(--secondary);
    border-color: var(--secondary);
    color: #0b0e13;
    box-shadow: 0 6px 14px rgba(0,0,0,0.08);
}
/* Outline variant aligned with brand */
.shop-page .btn-outline-primary,
.shop-page .action-buttons .btn-outline-primary {
    background: transparent;
    border-color: #2c5530;
    color: #2c5530;
}
.shop-page .btn-outline-primary:hover,
.shop-page .btn-outline-primary:focus,
.shop-page .action-buttons .btn-outline-primary:hover,
.shop-page .action-buttons .btn-outline-primary:focus {
    background: var(--secondary);
    border-color: var(--secondary);
    color: #ffffff;
}

/* Product action buttons inside cards */
.shop-page .action-buttons .btn-primary {
    background: var(--secondary);
    border-color: var(--secondary);
    color: #ffffff;
}
.shop-page .action-buttons .btn-primary:hover {
    filter: brightness(0.95);
}
.shop-page .action-buttons .btn-success {
    background: var(--primary);
    border-color: var(--primary);
    color: #0b0e13;
}
.shop-page .action-buttons .btn-success:hover {
    background: var(--secondary);
    border-color: var(--secondary);
    color: #0b0e13;
}

/* Protein modal branding */
.shop-page #proteinModal .modal-header {
    background: linear-gradient(135deg, var(--secondary) 0%, var(--primary) 100%);
    color: #1f2937;
    text-shadow: none;
}
.shop-page #proteinModal .modal-title { color: #1f2937; }
.shop-page #proteinModal .close { color: #1f2937; }
.shop-page #proteinModal .btn-primary {
    background: var(--secondary);
    border: none;
    color: #1f2937;
}
.shop-page #proteinModal .btn-primary:hover {
    filter: brightness(0.95);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Category filter navigation - centered, modern, brandy */
.shop-page .category-filter-nav {
    justify-content: center;
    flex-wrap: wrap;
    padding: 12px 0 18px;
    gap: 10px;
    overflow-x: visible;
}
.shop-page .category-filter-nav .cat-pill {
    border: 1px solid #e1e5ea;
    background: #fff;
    color: #1f2937;
    padding: 10px 16px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 13px;
    transition: transform .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease;
}
.shop-page .category-filter-nav .cat-pill:hover {
    background: #fafafa;
    border-color: #dfe6ee;
    transform: translateY(-1px);
}
.shop-page .category-filter-nav .cat-pill.active {
    background: var(--secondary);
    border-color: var(--secondary);
    color: #0b1f12;
    box-shadow: 0 4px 12px rgba(0,0,0,.08);
}
@media (max-width: 768px) {
    .shop-page .category-filter-nav {
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 8px 0 14px;
        gap: 8px;
    }
    .shop-page .category-filter-nav .cat-pill {
        padding: 8px 14px;
        font-size: 12px;
    }
}

/* Fix SweetAlert z-index to appear above auth modal */
.swal2-container {
    z-index: 10600 !important;
}

.dark-bg a {
    color: var(--primary);
}

.dark-bg a:hover {
    color: var(--secondary);
}

.contact-cta>a {
    display: inline-block;
}

.navbar-header:before,
.navbar-header:after {
    content: none;
}

@-webkit-keyframes reduceTopMargin {
    from {
        margin-top: 50px;
    }

    to {
        margin-top: 0px;
    }
}

@keyframes reduceTopMargin {
    from {
        margin-top: 50px;
    }

    to {
        margin-top: 0px;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*! Jeremy Styles */

/* faq */
[data-section="faq"] {
    padding-bottom: 100px;
    background-image: url('/img/faqBgImg.jpg');
    background-position: center;
}

[data-section="faq"] .container {
    background: linear-gradient(45deg, #fff, #fcfcfc);
    padding: 50px;
}

.nav-faq ul {

    display: flex;
    justify-content: space-around;
}

.nav-faq ul li {
    margin: 0px 5px;
    flex-grow: 1;
    padding: 10px;
    text-align: center;
    border: 1px solid #e3e3e3;
    transition: 0.4s linear all;
}

.nav-faq ul li:hover {
    cursor: pointer;
    background-color: #fcda9a;
}


.faqSectionContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* about */
[data-type="about-container"] {
    /* display: flex; */
    margin-top: 31px;
    margin-bottom: 0px;
}

[data-type="about-container"] p {
    padding: 0 25px;
}

[data-type="about-description"] {
    /* width: 60%; */
    padding: 0px 5px;
    margin-bottom: 20px;
    margin-top: 40px;
}

[data-type="about-image-container"] {
    flex-basis: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid black;
}

[data-type="about-container"] div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

html,
body {
    overflow-x: hidden;
}

/* Menus */
:root {
    --green-dark: #56674C;
    --green-light: #889B7D;
    --text-base: #B48C80;
    --text-dark: #56423D;
    --text-light: #BEA69F;
}

[data-section="menus"] {
    background-image: url('../img/menuBgImg_opt.jpg');
    background-attachment: fixed;
    min-height: calc(100vh - 135px);
    padding-bottom: 100px;
}


[data-section="menus"] .container {
    background: #FFFFFFF9;
    padding: 50px;
}

.menu-style-1 {
    list-style-type: none;
}

.btn.underline {
    padding: 0;
    border-bottom: 1px solid var(--green-dark);
}

.btn.shine {
    text-decoration: none;
    border: 1px solid var(--green-dark);
    position: relative;
    overflow: hidden;
    color: var(--green-dark);
    padding: 8px 16px;
    font-size: 16px;
}

.btn.shine:hover {
    box-shadow: 1px 1px 20px 0px #56674c66;
}

.btn.shine:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg,
            transparent,
            #56674C66,
            transparent);
    transition: all 650ms;
}

.btn.shine:hover:before {
    left: 100%;
}

.menu-navs a {
    padding-top: 10px;
    padding-bottom: 5px;
    overflow: hidden;
    position: relative;
    color: var(--green-dark);
}

.hoverlink:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: var(--green-dark);
    transition: transform .25s ease;
    transform: scaleX(0);
}

.hoverlink:hover:before,
.hoverlink.selected:before {
    transform: scaleX(1);
}

.nosub {
    position: relative;
}

.menu-navs nav {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--text-light);
}

.custom-img-background .custom-heading.divider-margin {
    margin-bottom: 31px;
}

[data-section="menus"]>.container>.row:first-child {
    margin-bottom: 20px;
}

.menu-navs nav.menu-select {
    border-style: dashed;
    display: inline-flex;
}

.menu-navs {
    text-align: center;
    border-top: 1px solid var(--text-light);
    padding-top: 25px;
    margin-bottom: 40px;
}

.food-menu-subsection, .custom-row {
    display: flex;
    justify-content: center;
    gap: 50px;
}

.food-menu-subsection>div, .custom-row>div {
    flex: 0 1 50%;
    display: flex;
    flex-direction: column;
}

.food-menu-subsection ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1 0 auto;
}

.food-menu-subsection>div>div {
    flex: 0 0 auto;
}

.menu-style-2 .menu-item-price,
.menu-style-2 .menu-item-title p {
    background: none;
    padding: 0;
}

.menu-style-2 .menu-item-title>p {
    float: none;
    padding: 0;
    line-height: 15px;
}

.menu-style-2 .menu-item-price {
}

.menu-style-2 .menu-item-price p {
    padding: 0;
}

.menu-style-2 .menu-item {
    display: table-row;
}

.page-content .menu-style-2 {
    display: table;
}

.menu-style-2 .menu-item-description {
    font-style: italic;
}

.menu-style-2 .menu-item-title {
    vertical-align: middle;
}

.menu-style-2 li:nth-child(1n + 2):after {
    content: '';
    border-bottom: 1px dashed #ccc;
    width: 75%;
    position: absolute;
    left: 10%;
}

.page-content .menu-style-2 li:not(:first-child)>div {
    padding-top: 12px;
}

.page-content .menu-style-2 li:not(:last-child)>div {
    padding-bottom: 12px;
}

.food-menu-section>.headline {
    margin-bottom: 20px;
}

.food-menu-section .subheadline {
    margin-bottom: 60px;
}

/* Event Types*/

[data-section="event-types"] {
    padding: 100px 0;
    background-image: url('../img/eventsBgImg.jpg')
}

#events-carousel .owl-item {
    background: white;
}

ul.event-item-container {
    margin-bottom: 0;
}

.owl-carousel .item {
    margin: 0;
}

[data-section="event-types"] .row, [data-section="about-us"].v2 .row {
    margin: 0;
}

.event-item-list img {
    margin: 0;
    object-fit: cover;
    width: 100%;
    min-height: 532px;
}

[data-section="event-types"] .col-md-12, [data-section="about-us"].v2 .col-md-12 {
    padding: 0;
}

.event-item-list.event-item-content {
    padding: 40px;
}

.owl-stage-outer {
    border: 3px solid var(--text-dark);
    background: var(--text-dark);
}

.owl-dots.owl-dot-clone {
    position: absolute;
    bottom: 40px;
    left: 75%;
    transform: translateX(-50%);
}

/* blog */
ul.post-meta span {
    display: block;
    margin: 5px 0;
}

ul.post-meta span i {
    margin-right: 5px;
}

.pi-latest-posts p {
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5; /* number of lines to show */
    line-clamp: 5;
    -webkit-box-orient: vertical;
    width: 100%;
    padding: 0;
}

.pi-latest-posts .post-hover>a {
    border: 2px solid var(--text-dark);
    width: 100%;
    height: 240px;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 20px;
}

.post-meta sup {
    font-size: 75%;
}

.pi-latest-posts .post-hover:hover img {
    transform: scale(1.1);
}

.pi-latest-posts .post-hover img {
    object-fit: cover;
    will-change: transform;
    transition: transform .2s ease;
    margin: 0;
}

.pi-latest-posts .post-hover:hover .custom-heading h4 {
    color: #b48c80;
}

.modal.blog .modal-content {
    padding: 3rem;
}

.blog .post-media {
    margin-bottom: 1rem;
}

.modal .post-body > .custom-heading:first-child {
    text-align: center;
    margin: 0;
}

.modal.blog .post-meta {
    float: none;
    display: flex;
    width: auto;
    margin: 0;
    justify-content: space-around;
}

.modal.blog .custom-heading.style-2 span {
    font-family: 'Raleway', sans-serif;
    display: inline;
}

.modal.blog .post-meta li {
    flex: 0 0 auto;
    color: #b48c80;
}

.post-meta i {
    margin-right: 3px;
}

.modal.blog hr {
  border: 0;
  height: 1px;
  width: 10%;
  position: relative;
  margin: 2rem auto;
}

hr.center-diamond {
  background: var(--text-base);
}

.modal.blog .post-media img {
    max-height: 300px;
    object-fit: cover;
    width: 100%;
}

body.modal-open {
    padding-right: 0 !important;
}

.modal {
    padding-right: 0 !important;
}

@media (min-width: 800px) {
    /* .modal.in .modal-dialog.modal-lg, .modal .modal-dialog.modal-lg {
        position: absolute;
        left: 50%;
        top: 50%;
        margin: 0;
        transform: translate(-50%, -50%);
    }

    .modal.fade .modal-dialog {
        transition: none;
        transform: translate(-50%, -50%);
    } */
}
/*! gallery */

[data-section="gallery"] div.row {
    margin-bottom: 0px;
}

[data-section="gallery-header"] .row.gallery-filters {
    margin: 0;
}

#instagram-gallery {
    background-color: #161d27;
    padding: 30px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 0;
}

#instagram-gallery p {
    font-family: 'Montserrat-UltraLight';
    display: inline-block;
    width: 100%;
    color: #ccd4dc;
    margin-bottom: 20px;
}

#instagram-gallery p span {
    color: #fff;
    word-break: break-all;
    font-size: 36px;
    font-family: 'Suranna';
}

#instagram-gallery li {
    padding: 0;
    flex: 0 0 auto;
}

#instagram-gallery figure {
    height: 100%
}

#instagram-gallery .gallery-img {
    height: 100%;
}

#instagram-gallery li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

[data-section="gallery"] .owl-carousel {
    display: block;
}

[data-section="gallery"] .fancy-testimonial-background {
    padding: 20px;
}

#fancy-testimonial-carousel p {
    padding: 0;
    max-width: 800px;
}

/* gallery end */

/* testimonials styles */

/* !temp, for desktop pres until changes are finalized*/
.fancy-testimonial-background {
    /* padding: 10px 0; */
    width: calc(100% / (3 / 2));
    height: 16.66667vw;
}

.fancy-testimonial-background .owl-stage-outer {
    border: none;
    background: none;
}

.fancy-testimonial-background h4 {
    color: #fff;
    margin: 0;
    height: 20%;
}

.fancy-testimonial-background .carousel-container {
    height: 80%;
}

#fancy-testimonial-carousel .owl-item {
    padding: 10px 0;
}

#fancy-testimonial-carousel p {
    margin: 0;
}

p.testimonial-author {
    margin: 0;
    padding: 0;
}

#fancy-testimonial-carousel {
    background-color: #161d27;
    height: 80%;
}

.fancy-testimonial-background h4 {
    margin-bottom: 20px;
    padding-top: 20px
}

.fancy-testimonial-background .inner-container {
    position: absolute;
    top: 50%;
    width: calc(100% - 40px);
    transform: translateY(-50%);
}

.fancy-testimonial-background {
    position: relative;
}

/* testimonials styles end */

/* partners styles */
div[class^="partner-details"] {
    display: none;
}

[data-section="partnerships"] {
    padding: 100px 0;
}

[data-section="partnerships"] div.row {
    margin-bottom: 25px;
}

[data-section="partnerships"] li img {
    object-fit: cover;
}

/* partners styles end */

/* form styles */

[data-section="contact-form"] form {
    display: flex;
    flex-direction: column;
}

[data-section=contact-form] input {
    margin: 10px 0;
}

.otw-widget-form-wrap .otw-reservation-event-date {
    cursor: text;
}

.otw-widget-form-wrap input[type=email],
.otw-widget-form-wrap input[type=tel],
.otw-widget-form-wrap input[type=number],
.otw-widget-form-wrap textarea,
.otw-widget-form-wrap input[type=text] {
    width: 100%;
    height: 40px;
    padding: 0 0 0 33px;
    border: 1px solid #ccc;
}

.otw-email-wrap input,
.otw-name-wrap input {
    padding-left: 33px !important;
}

.otw-name-wrap::before,
.otw-email-wrap::before,
.otw-phone-wrap::before,
.otw-event-wrap::before,
.otw-number-wrap::before,
.otw-guest-number-wrap::before,
.otw-location-wrap::before,
.otw-comment-wrap::before {
    color: #b48c80;
    content: "\f007";
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    font-size: 14px;
    display: block;
    top: 9px;
    left: 13px;
    z-index: 1;
}


.otw-email-wrap::before {
    content: "\f0e0";
}

.otw-phone-wrap::before {
    content: "\f095";
}

.otw-event-wrap::before {
    content: "\f073";
}

.otw-location-wrap::before {
    content: "\f041";
}

.otw-comment-wrap::before {
    content: "\f075"
}


.otw-widget-form-wrap textarea {
    padding-top: 7px;
    height: 120px;
    resize: none;
}

/* i.far.fa-envelope {
    color: #b48c80;
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 14px;
    display: block;
    top: 9px;
    left: 18px;
    z-index: 1;
} */

.contact-picture {
    object-fit: cover;
}

/* form styles end */

/* media */
@media (min-width: 300px) {
    #instagram-gallery li {
        width: 100%;
        height: 100vw;
    }
}

@media (min-width: 500px) {
    #instagram-gallery li {
        width: 50%;
        height: 50vw;
    }
}

@media (min-width: 800px) {
    #instagram-gallery li {
        width: 25%;
        height: 25vw;
    }
}

/* !temp, default desktop responsiveness until changes are finalized */
@media (min-width: 1000px) {
    #instagram-gallery li {
        width: calc(100% / 6);
        height: 16.67vw;
    }
}

/* media end */


/* footer */

#footer-wrapper {
    background-image: none;
}

#footer-wrapper img {
    max-width: 300px;
}

#footer-wrapper .contact-info-list table {
    margin: 0 auto;
}

#footer-wrapper .contact-info-list table td {
    padding: 0 5px;
}

#footer-wrapper .contact-info-list table td:last-child {
    text-align: left;
}

ul.social-links {
    margin: 30px auto;
    display: flex;
    justify-content: space-around;
    max-width: 300px;
}

.social-links li a {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#footer-wrapper .newsletter {
    float: none;
    margin: 30px auto;
    text-align: left;
}

.newsletter label {
    display: block;
    margin-bottom: 15px;
    text-align: center;
}

#footer-wrapper .newsletter .submit {
    bottom: 0px;
    top: auto;
}

#footer-wrapper .newsletter .email {
    padding: 0 20px;
    width: 269px;
}

footer .row>div:last-child {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

footer .row {
    display: flex;
    justify-content: space-between;
}

/* Partner Card */
.projcard-container,
.projcard-container * {
    box-sizing: border-box;
}

.projcard-container {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
}

.projcard {
    position: relative;
    width: 100%;
    /* height: 300px; */
    margin-bottom: 40px;
    border-radius: 10px;
    background-color: #fff;
    border: 2px solid #ddd;
    font-size: 18px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 4px 21px -12px rgba(0, 0, 0, .66);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.projcard:hover {
    box-shadow: 0 34px 32px -33px rgba(0, 0, 0, .18);
    transform: translate(0px, -3px);
}

.projcard::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(-70deg, #424242, transparent 50%);
    opacity: 0.07;
}

.projcard:nth-child(2n)::before {
    background-image: linear-gradient(-250deg, #424242, transparent 50%);
}

.projcard-innerbox {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: static;
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: stretch;
    /* gap: 50px; */
    overflow: hidden;
}

.projcard-img {
    position: absolute;
    /* height: 300px; */
    width: 400px;
    top: 0;
    left: 0;
    transition: transform 0.2s ease;
}

.projcard:nth-child(2n) .projcard-img {
    left: initial;
    right: 0;
}

.projcard:hover .projcard-img {
    transform: scale(1.05) rotate(1deg);
}

.projcard:hover .projcard-bar {
    width: 70px;
}

.projcard-textbox {
    position: absolute;
    /* top: 7%; */
    /* bottom: 7%; */
    /* left: 430px; */
    width: calc(100% - 470px);
    font-size: 17px;
    position: static;
}

.projcard:nth-child(2n) .projcard-textbox {
    left: initial;
    right: 430px;
}

.projcard-textbox::before,
.projcard-textbox::after {
    content: "";
    position: absolute;
    display: block;
    background: #ff0000bb;
    background: #fff;
    top: -20%;
    left: -34px;
    height: 140%;
    width: 100px;
    transform: rotate(8deg);
}

.projcard:nth-child(2n) .projcard-textbox::before {
    display: none;
}

.projcard-textbox::after {
    display: none;
    left: initial;
    right: -55px;
}

.projcard:nth-child(2n) .projcard-textbox::after {
    display: block;
}

.projcard-textbox * {
    position: relative;
}

.projcard-title {
    font-family: 'Voces', 'Open Sans', arial, sans-serif;
    font-size: 24px;
}

.projcard-subtitle {
    font-family: 'Voces', 'Open Sans', arial, sans-serif;
    color: #888;
}

.projcard-bar {
    left: -2px;
    width: 50px;
    height: 5px;
    margin: 10px 0;
    border-radius: 5px;
    background-color: #424242;
    transition: width 0.2s ease;
}

.projcard-blue .projcard-bar {
    background-color: #0088FF;
}

.projcard-blue::before {
    background-image: linear-gradient(-70deg, #0088FF, transparent 50%);
}

.projcard-blue:nth-child(2n)::before {
    background-image: linear-gradient(-250deg, #0088FF, transparent 50%);
}

.projcard-red .projcard-bar {
    background-color: #D62F1F;
}

.projcard-red::before {
    background-image: linear-gradient(-70deg, #D62F1F, transparent 50%);
}

.projcard-red:nth-child(2n)::before {
    background-image: linear-gradient(-250deg, #D62F1F, transparent 50%);
}

.projcard-green .projcard-bar {
    background-color: #40BD00;
}

.projcard-green::before {
    background-image: linear-gradient(-70deg, #40BD00, transparent 50%);
}

.projcard-green:nth-child(2n)::before {
    background-image: linear-gradient(-250deg, #40BD00, transparent 50%);
}

.projcard-yellow .projcard-bar {
    background-color: #F5AF41;
}

.projcard-yellow::before {
    background-image: linear-gradient(-70deg, #F5AF41, transparent 50%);
}

.projcard-yellow:nth-child(2n)::before {
    background-image: linear-gradient(-250deg, #F5AF41, transparent 50%);
}

.projcard-orange .projcard-bar {
    background-color: #FF5722;
}

.projcard-orange::before {
    background-image: linear-gradient(-70deg, #FF5722, transparent 50%);
}

.projcard-orange:nth-child(2n)::before {
    background-image: linear-gradient(-250deg, #FF5722, transparent 50%);
}

.projcard-brown .projcard-bar {
    background-color: #C49863;
}

.projcard-brown::before {
    background-image: linear-gradient(-70deg, #C49863, transparent 50%);
}

.projcard-brown:nth-child(2n)::before {
    background-image: linear-gradient(-250deg, #C49863, transparent 50%);
}

.projcard-grey .projcard-bar {
    background-color: #424242;
}

.projcard-grey::before {
    background-image: linear-gradient(-70deg, #424242, transparent 50%);
}

.projcard-grey:nth-child(2n)::before {
    background-image: linear-gradient(-250deg, #424242, transparent 50%);
}

.projcard-customcolor .projcard-bar {
    background-color: var(--projcard-color);
}

.projcard-customcolor::before {
    background-image: linear-gradient(-70deg, var(--projcard-color), transparent 50%);
}

.projcard-customcolor:nth-child(2n)::before {
    background-image: linear-gradient(-250deg, var(--projcard-color), transparent 50%);
}

.projcard-description {
    z-index: 10;
    font-size: 15px;
    color: #424242;
    height: 125px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.projcard-tagbox {
    position: absolute;
    bottom: 3%;
    font-size: 14px;
    cursor: default;
    user-select: none;
    pointer-events: none;
}

.projcard-tag {
    display: inline-block;
    background: #E0E0E0;
    color: #777;
    border-radius: 3px 0 0 3px;
    line-height: 26px;
    padding: 0 10px 0 23px;
    position: relative;
    margin-right: 20px;
    cursor: default;
    user-select: none;
    transition: color 0.2s;
}

.projcard-tag::before {
    content: '';
    position: absolute;
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    height: 6px;
    left: 10px;
    width: 6px;
    top: 10px;
}

.projcard-tag::after {
    content: '';
    position: absolute;
    border-bottom: 13px solid transparent;
    border-left: 10px solid #E0E0E0;
    border-top: 13px solid transparent;
    right: -10px;
    top: 0;
}

.projcard {
    width: 800px;
}

.pt-partners.protip-container.protip-skin-default.protip-skin-default--size-normal.protip-skin-default--scheme-pro {
    background: none;
    padding: 0;
    min-width: 800px !important;
    border: none;
}

.projcard {
    border-color: var(--text-dark);
}

.projcard-title {
    margin-bottom: 12px;
}

.projcard-bar {
    width: 100%;
    height: 2px;
    background-color: var(--text-dark);
}

.projcard-description {
    margin-top: 20px;
}

.projcard-tagbox {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.projcard-contact {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    /* width: 75%; */
    /* margin: 14px auto 0; */
}

.projcard {
    /* height: 350px; */
    height: auto;
    /* overflow: visible; */
    /* padding: 20px; */
    margin: 0;
}

.projcard-img {
    /* height: 100%; */
    width: 300px;
    object-fit: cover;
    position: static;
    flex: 1;
}

.projcard-description {
    height: 175px;
    line-height: 18px;
    overflow: visible;
    height: auto;
}

.projcard-textbox {
    width: calc(100% - 350px);
    /* left: 330px; */
    padding-left: 20px;
    padding: 20px;
    /* overflow: hidden; */
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.projcard-contact a {
    padding: 5px 20px;
    background: var(--primary);
}

.projcard-contact a i {
    margin-right: 5px;
}

.protip-skin-default--scheme-pro[data-pt-position="right-top"] .protip-arrow,
.protip-skin-default--scheme-pro[data-pt-position="right"] .protip-arrow,
.protip-skin-default--scheme-pro[data-pt-position="right-bottom"] .protip-arrow {
    border-top-color: #999 !important;
    border-left-color: #999 !important;
    border-right-color: #999 !important;
    border-bottom-color: #999 !important;
}

p.testimonial-author {
    display: block;
}

#fancy-testimonial-carousel p {
    display: block;
    margin: 0 auto;
}

/* footer styles */
#footer-wrapper .social-links li a i {
    color: #b6db9f
}

/* footer styles end */


/* shop.html shop cart style */

.cart-contents label, .cart-contents #pcode {
    display: block;
    margin: 10px auto 0;
}

input#pcode {
    text-align: center;
    padding: 0 25px;
}

.cart-contents label {
    padding: 0 15px;
}

.cart-btn-container i.fa-shopping-cart:after {
    content: attr(value);
    font-size: 1rem;
    background: white;
    color: #777;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 12px;
    border-radius: 15%;
    padding: 3px;
    position: absolute;
    top: -12px;
    right: -12px;
    opacity: 0.9;
}

.cart-btn-container i.fa-shopping-cart[value="0"]:after {
    display: none;
}

.gelatine {
    animation: gelatine 0.5s 1;
}

@keyframes gelatine {

    from,
    to {
        transform: scale(1, 1);
    }

    25% {
        transform: scale(0.7, 1.3);
    }

    50% {
        transform: scale(1.3, 0.7);
    }

    75% {
        transform: scale(0.9, 1.1);
    }
}

i.fa-shopping-cart {
    color: #777777;
    transition: 0.2s linear color;
    position: relative;
}

i.fa-shopping-cart:hover {
    cursor: pointer;
    color: var(--primary);
}

i.fa-shopping-cart:active {
    transform: scale(.9, .9)
}

/* end shop cart icon styles */

/* product grid add item button */

.add-item-button {
    /* border-radius: 5px; */
    background-color: #fcda9add;
    transition: background-color 0.3s;
}

.add-item-button:hover {
    background-color: #76c679;
    cursor: pointer;
}

.product-description .add-item-button p {
    font-family: 'Montserrat-UltraLight', Arial, sans-serif;
    white-space: nowrap;
    margin: 0;
    padding: 3px 0;
    text-align: center;
    color: inherit;
}

.add-item-button:active {
    top: 3px;
}

.product-description span.secondary-text p {
    padding: 0;
    margin: 0
}

.product-description div.sizes-wrapper {
    margin: 0;

}

@media (min-width: 768px) {
    .card-wrapper:hover .product-description {
        height: auto;
        transform: translateY(0);
    }
    .product-description {
        height: auto;
    }
}
.card-wrapper:hover .product-description {
    height: auto;
    transform: translateY(0);
}

.card-wrapper:not(:hover) .product-description__title {
    max-height: 22.5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.product-description {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 10px 15px;
    overflow: hidden;
    background-color: #fafafa;
    border-top: 1px solid #e5e5e5;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 2;
    transform: translateY(calc( 100% - 61.5px ));
}

.scroll-up i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.dropdown-toggle {
    cursor: pointer;
}

[data-section="home"] span.small, [data-section="home"] h2 {
    cursor: default;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.navbar-header ul.social-links {
    margin: 22px 0 0;
}

.social-links li:last-child {
    margin-right: 0;
}

#footer-wrapper .social-links li a i {
    color: #fcda9a;
}

#footer-wrapper .social-links li a:hover i, #footer-wrapper a:hover span {
    color: #b6db9f;
}

#footer-wrapper .newsletter .submit:not(.disabled):hover {
    background-color: #b6db9f;
}

#footer-wrapper .newsletter .submit.disabled:hover {
    background-color: #bca376;
    cursor: not-allowed;
}

#footer-wrapper .newsletter .submit.disabled {
    background-color: #bca376;
}

/* shop html category styles */

div.shop-filters ul {
    display: flex;
    justify-content: space-evenly;
}

div.shop-filters ul li {
    padding: 10px 0;
}

/* shopping cart styles */

form.shopping-cart {
    position: fixed;
    z-index: 10000;
    right: -320px;
    height: 100vh;
    background-color: white;
    width: 320px;
    transition: 0.3s ease all;
    border-left: 1px solid #ccc;
    overflow-y: scroll
}



form.shopping-cart::webkit-scrollbar {
    width: 0px;
    background: red;
}

.shopping-cart h4 {
    padding: 10px 0;
}

.products {
    display: flex;
    flex-direction: column;
}

.shopping-cart .product {
    border-bottom: 1px solid #ccc;
    margin: 0 15px;
    padding: 12px 0;
    display: flex;
    flex-direction: column;
    position: relative;
}

.product-thumbnail {
    width: 80px;
    height: 80px;
    /* border: 1px solid #ccc; */

}

.product-details {
    padding: 0 10px;
    display: flex;
    flex-direction: column;
}

p.product-name {
    padding-bottom: 5px;
}

.product-price-quantity {
    flex-basis: 30%;
    display: flex;
    flex-direction: row;
    margin-top: 10px;
}

.product-price-quantity div.input {
    display: flex;
    flex-direction: row;
}

.product-price-quantity .product-price {
    padding: 0 0 0 20px;
}

.product-price-quantity label {
    padding: 0 8px 0 0;
}

.product-price-quantity input {
    padding-left: 6px;
    height: 24px;
    width: 55px;
}

div.btn-checkout {
    display: flex;
    flex-direction: row;
    padding: 15px;
}

div.subtotal {
    font-weight: bold;
    color: #4caf50;
    text-align: end;
    padding: 10px;
    display: inline-block;
    text-align: end;
    flex-grow: 2;
}

form.shopping-cart h5 {
    text-align: center;
}

form.slideout {
    right: 0px;
}

/* end shopping cart styles */

/* shopping cart slideout styles */

.shopping-cart i.fa-times {
    color: black;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 15px 15px;
    text-align: end;
    transition: 0.2s linear color;
}

.shopping-cart i.fa-times:hover {
    cursor: pointer;
    color: #B48C80
}

.shopping-cart div.product div.item-close {
    display: inline-block;
    right: 0;
    position: absolute;
    top: 0;
    padding: 0 6px;
}

.shopping-cart div.product i.fa-times {
    font-size: 1.0rem;
    padding: 0;
    /* align-self: flex-end; */
}

button#checkout {
    background-color: #fcda9add;
    border: 0px;
    transition: 0.2s linear background-color;
    position: relative;
    padding: 0px 10px;
}

button#checkout:hover {
    background-color: #76c679;
}

button#checkout:active {
    top: 3px;
}

/* end shopping cart slideout styles */

/* bootstrap gutter styles (for product grid) */
.no-gutter {
    margin-right: 0;
    margin-left: 0;
}

.no-gutter>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

/* menu styles */
div.food-menu-subsection h5 {
    font-family: 'Raleway', sans-serif;
    text-transform: none;
}

.menu-style-1 .menu-item-price p, .menu-style-2 .menu-item-price p {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px !important;
}

div.food-menu-subsection .menu-style-2 .menu-item-title > p {
    font-family: 'Raleway';
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 3px;
    font-weight: 400;
    color: #161d27;
}

div.food-menu-subsection .menu-style-2 .menu-item-description {
    font-style: normal;
}

div[data-sub="stations"] div.menu-item-description>p {
    padding-bottom: 10px;
}

div[data-sub="stations"] div.menu-item-description b {
    font-weight: bold;
}

div[data-sub="stations"] div.menu-item-description ul li p {
    padding-left: 20px;
}
div[data-sub="main-course-dishes"] > div {
    justify-content: space-between;
}

div[data-sub="bbq-at-home"] .menu-item-description ul li {
    padding-left: 20px;
}

div[data-sub="bbq-at-home"] .menu-style-2 {
    width: 100%
}

div[data-sub="salads"]>div,
div[data-sub="pasta"]>div,
div[data-sub="side-dishes"]>div,
div[data-sub="desserts"]>div {
    flex-basis: 100%;
}

div[data-sub="salads"] table,
div[data-sub="pasta"] table,
div[data-sub="side-dishes"] table,
div[data-sub="desserts"] table {
    margin: 0 auto;
    margin-bottom: 20px;
}

div[data-sub="salads"] table .table-header th+th,
div[data-sub="pasta"] table .table-header th+th,
div[data-sub="side-dishes"] table .table-header th+th,
div[data-sub="desserts"] table .table-header th+th {
    text-align: center;
}

div[data-sub="salads"] table tr+tr td+td,
div[data-sub="pasta"] table tr+tr td+td,
div[data-sub="side-dishes"] table tr+tr td+td,
div[data-sub="desserts"] table tr+tr td+td {
    text-align: center;
    vertical-align: middle;
}

div[data-sub="salads"] table th p,
div[data-sub="pasta"] table th p,
div[data-sub="side-dishes"] table th p,
div[data-sub="desserts"] table th p {
    padding: 0 15px
}

.menu-style-1 .menu-item-price p {
    padding: 0;
}

.menu-style-1 .menu-item-description {
    vertical-align: initial;
}

.menu-style-1 div.menu-item-thumbnail + .menu-item-description {
    padding: 0px 60px 20px 20px;
}

.menu-style-1 .menu-item-thumbnail img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.menu-style-1 .menu-item-thumbnail {
    width: 125px;
    height: 125px;
}

[data-sub="bbq-container"] {
    height: 300px;
    width: 100%;
}

[data-sub="bbq-container"].menu-item-thumbnail img {
    position: static;
    transform: translateY(0px);
    object-fit: cover;
    width: 100%;
    height: 100%;
}

body.swal2-shown {
    padding-right: 0 !important;
}

.swal2-styled.swal2-confirm {
    background-color: var(--secondary);
}

.accordion .title a:before, #filters li:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
}

#filters li.active:before {
    font-weight: 700;
}

/* LGF & TF */
.lgf .form-control , form.team .form-control  {
    border-radius: 0;
}

.lgf .form-control:focus , form.team .form-control:focus  {
    border-color: #b48c80;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(180 140 128 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(180 140 128 / 60%);
}

.lgf .form-control::placeholder , form.team .form-control::placeholder  {
    font-weight: 400;
}

.lgf select , form.team select  {
    /* Arrow */
    appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right 0.7rem top 50%;
    background-size: 0.5rem auto;
}

.lgf .input-group-addon , form.team .input-group-addon  {
    border-radius: 0;
    background: var(--primary);
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.lgf button , form.team button  {
    background: var(--primary);
    padding: 8px 60px;
    color: #0b0e13;
    font-family: 'Montserrat', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    border: none;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    margin: 0 auto;
}

.lgf button:hover , form.team button:hover  {
    background: var(--secondary);
}

form.lgf , form.team  {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
    max-width: 800px;
    margin: 0 auto 100px;
    align-items: center;
    position: relative;
}

.lgf .form-group , form.team .form-group  {flex-shrink: 0;flex-grow: 1;}

.fa-solid {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}

.tempus-dominus-widget {
    padding: 20px;
}

input[readonly], input[readonly] .input-group-addon {
    cursor: pointer;
}

.tempus-dominus-widget.light button {
    background-color: var(--primary);
    border-color: #111;
    border-width: 1px;
    color: #111;
}

.tempus-dominus-widget.light button:hover {
    background-color: var(--secondary);
}

.lgf .form-control[readonly]:focus , form.team .form-control[readonly]:focus  {
    border-color: #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

[data-section="contact"] img {
    width: 912px;
    height: 350px;
    object-fit: cover;
    margin: 0 auto 50px;
    object-position: 0% 25%;
}


/* Mobile Nav */
nav.mnav {
    position: relative;
    display: none;
}

@media (max-width: 1199px) {
    nav.mnav {
        display: block;
    }
}

.nav__trigger {
    position: fixed;
    left: 35px;
    top: 52.5px;
    transform: translateY(-50%);
    font-size: 2em;
    z-index: 10;
    padding: 0;
    color: var(--primary);
}

.inverse {
    color: white;
}

.nav__menu--left {
    position: fixed;
    left: -300px;
    width: 300px;
    height: 100vh;
    background-color: #444;
    z-index: 1;
    transition: 400ms ease;
}
.nav__menu--left.open {
    height: 100vh;
    transform: translateX(300px);
}
.nav__menu--left ul {
    list-style: none;
    padding: 105px 10px 52.5px;
    text-align: center;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}
.nav__menu--left ul li {
    margin: 0;
    padding: 10px;
}
.nav__menu--left a {
    color: #fff;
}

@media (max-width: 1200px) {

    #header-wrapper {
        -webkit-animation: none;
        animation: none;
        position: fixed;
    }

    #header-wrapper .logo {
        margin: 10px 0;
    }
    
    #header-wrapper .logo img {
        margin: 20px auto 0;
        -webkit-animation: none;
        animation: none;
        object-fit: cover;
        height: 45px;
    }
    
    #header-wrapper .social-links {
        display: none;
    }
    
    #header-wrapper .contact-cta {
        text-align: center;
        flex-basis: 100%;
        display: inline-block;
        opacity: 1;
    }
    
    #header-wrapper .contact-cta span {
        display: none;
    }
    
    #header-wrapper .navbar-header {
        flex-wrap: wrap;
        justify-content: center;
        border: none;
        padding: 0;
        display: flex;
        align-items: center;
    }
    
    #header-wrapper .cart-btn-container {
        position: fixed;
        right: 35px;
        top: 52.5px;
        margin: 0;
        transform: translateY(-50%);
        display: block;
        opacity: 1;
        animation: none;
        display: inline-block;
        opacity: 1;   
    }
    
    #header-wrapper .cart-btn-container {
        -webkit-animation: none;
        animation: none;
        top: 76px;
    }
    
    .nav__trigger {
        top: 76px;
    }

    #header-wrapper + [data-section="home"] {
        margin-top: 152px !important;
        height: calc(100vh - 152px);
    }
    
}

.blog-page .post-list .post-media {
    max-width: calc(100% - 52% - 150px - 30px);
    height: 260px;
}

.blog-page .post-list .post-media img {
    height: 100%;
    object-fit: cover;
}

.blog-posts.post-list .post-body p {
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
    line-clamp: 4;
    -webkit-box-orient: vertical;
    width: 100%;
    padding: 0;
}

.blog-page .post-list .post-meta {
    margin-bottom: 0;
    height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog-page .post-list .post-meta li i {
    font-size: 6px;
    position: absolute;
    top: 14px;
    right: -17px;
}

.blog-header.custom-img-background {
    background-image: linear-gradient(#0009 25%, #0003 100%), url(../img/blogImg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 350px;
    padding-bottom: 0;
}

.blog-header .row {
    margin-bottom: 100px;
}

.blog-posts.post-list .blog-post {
    display: none;
}

.blog-posts.post-list .blog-post[data-filtered] {
    display: block;
}

.fsEmbed .fsForm {
    display: none;
}

.fs-ngdialog {
    display: none;
}

.fsBody.fsEmbed {
    display: none;
}

.grecaptcha-badge {
    display: none !important;
}

@media (min-width: 1201px) {
    [data-section="home"] .container {
        top: calc((100vh - 275px) / 2 + 225px);
    } 
 }

 @media (min-width: 1201px) and (max-height: 850px) {
    [data-section="home"] h2, [data-section="home"] .custom-heading h2 span {
        font-size: 64px;
        line-height: 64px;
    }
    [data-section="home"] span.small {
        font-size: 36px;
        line-height: 36px;
    }
}

@media (max-width: 400px) {
    [data-section="home"] span.small, [data-section="home"] h2 {
        font-size: 24px;
    }
}

@media (max-width: 400px) {
    [data-section="home"] {
        background: linear-gradient(#0003 25%, #0000 75%), url(../img/splashBgImgMobile.png);
        background-size: cover;
    }
}

.food-wine {
    text-align: center;
}

.food-wine h5 {
    text-transform: capitalize;
}

.food-wine p {
    font-style: italic;
}

.submit-success {
    position: absolute;
    /* left: 50%; */
    /* top: 50%; */
    /* transform: translate(-50%, -50%); */
    width: 100%;
    height: 100%;
    background: white;
    z-index: -1;
    margin: 0;
    opacity: 0;
    transition: opacity 2s ease-out;
}

.submit-success.active {
    opacity: 1;
    z-index: 2;
}

.submit-success h3 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.modal.popup {
text-align: center;
}

@media screen and (min-width: 768px) { 
.modal.popup:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
}
}

.popup .modal-dialog {
display: inline-block;
text-align: left;
vertical-align: middle;
}

.popup button.close {
    margin-top: -36px;
    margin-right: -30px;
}

.popup button.dismiss, .popup a.view {margin: 0;display: inline-block;padding: 5px 30px;background: none;font-size: 17px;letter-spacing: 1px;border: 1px solid;color: #bea771;background: #0009;}

.popup button.dismiss:hover, .popup a.view:hover {
    box-shadow: 0 0 10px 3px #bea771;
}

.popup .modal-content {
    min-height: 576px;
    box-shadow: none;
    position: relative;
}

.popup .button-wrapper {
    display: flex;
    justify-content: center;
    gap: 2.5em;
    position: absolute;
    width: calc(100% - 100px);
    bottom: 45px;
}

.popup button.close {
    margin-top: -36px;
    margin-right: -30px;
    text-shadow: none;
    color: white;
    opacity: 0.8;
    font-size: 25px;
}

.popup .modal-content p {
    color: white;
}

.popup .modal-content {
    padding: 50px;
    position: relative;
    background: url(../img/thanksgiving_24.jpg);
    background-size: cover;
    background-position: center center;
    color: white;
    box-shadow: none;
    border: 1px solid #bea771;
}

.popup button.close span {
    color: white;
}

@media (max-width: 800px) {
    .popup .modal-content {
        width: calc(100vw - 50px);
        height: calc(100vh - 50px);
        background: url(../img/thanksgiving_24_mobile.jpg);
        background-size: cover;
    }
}

.larrow, .rarrow {
    cursor: pointer;
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    border: solid 6px #999;
    border-radius: 100%;
    z-index: 1;
    transition: all 0.2s linear;
  }
  .larrow:before, .larrow:after, .rarrow:before, .rarrow:after {
    content: "";
    position: absolute;
    width: 35%;
    height: 10%;
    top: 41%;
    left: 45%;
    background: #999;
    z-index: 2;
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: all 0.2s linear;
  }
  .rarrow:before {
    transform: translate(-50%, -50%) rotate(45deg);
  left: 55%;
  }
  .larrow:after {
    z-index: 3;
    top: 59%;
    left: 45%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .rarrow:after {
    z-index: 3;
    top: 59%;
    left: 55%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .larrow:hover, .rarrow:hover {
    border: solid 8px #777;
  }
  .larrow:hover:after, .larrow:hover:before, .rarrow:hover:after, .rarrow:hover:before {
    background: #777;
  }
  .larrow:active, .rarrow:active  {
    border: solid 8px #111;
  }
  .larrow:active:after, .larrow:active:before, .rarrow:active:after, .rarrow:active:before {
    background: #111;
  }
  
  .food-menu {
      display: flex;
      align-items: center;
      justify-content: space-around;
  }
  
  .cnv {
      border: 1px solid black;
      box-shadow: 4px 4px 15px 5px #0009;
  }
  
  .food-menu :nth-child(n + 4) {
      display: none !important;
  }
  
  [data-section="menus"] .container {
      background: #fff;
  }

  @media (max-width: 800px) {
        .food-menu-container {
            display: none;
        }

        div[data-menu] {
            display: none;
        }
    }

@media (max-width: 1024px) {
    [data-section="menus"] {
        background-image: url('../img/menuBgImg_mobile.jpg');
    }
    [data-section="about"] {
        background-image: none;
    }
    [data-section="event-types"] {
        background-image: url('../img/eventsBgImgMobile.jpg')
    }
    [data-section="faq"] {
        background-image: url('/img/faqBgImgMobile.jpg');
    }
}

/* Menu panels */
#menu-panels.wrapper {
    width: 1170px;
    height: 100%;
    margin: 0 auto;
    min-height: 606px;
    pointer-events: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
  }
  #menu-panels.wrapper section {
    height: 100%;
    flex: 0 0 calc((100% - 120px) / 4);
    aspect-ratio: 58 / 75;
    transition: all;
    transition-duration: 0.5s;
    position: relative;
    pointer-events: all;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    border: 1px solid var(--secondary);
  }
  #menu-panels.wrapper section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0,0,0,0.2));
    opacity: 1;
    transition: 0.3s;
    left: 0;
  }
  #menu-panels.wrapper:hover section:hover::after {
    filter: grayscale(0%);
  }
  #menu-panels.wrapper:hover section:hover::before {
    opacity: 0;
  }
#menu-panels.wrapper section::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    transition: inherit;
    filter: grayscale(75%);
}

#menu-panels.wrapper section:hover::after {
    transform: scale(1.1);
}

.loader {
width: fit-content;
font-weight: bold;
font-family: monospace;
font-size: 30px;
color:#0000;
background: linear-gradient(90deg,var(--primary) 0 50%,var(--secondary) 0) 0 0/400% 100%;
-webkit-background-clip:text;
        background-clip:text;
animation:l10 5s infinite cubic-bezier(0.3,1,0,1);
}
.loader:before {
content:"Loading..."
}
@keyframes l10 {
25% {background-position: calc(1*100%/3) 0}
50% {background-position: calc(2*100%/3) 0}
75% {background-position: calc(3*100%/3) 0}
100%{background-position: calc(4*100%/3) 0}
}

.overlay-menu .modal-content, .overlay-menu .modal-dialog, .overlay-menu .wrapper {
    background: none;
    border: none;
    box-shadow: none;
    height: 100vh;
}

.overlay-menu .modal-content, .overlay-menu .modal-dialog, .overlay-menu .wrapper {
    background: none;
    border: none;
    box-shadow: none;
}

.overlay-menu .modal-dialog {
    width: auto;
    margin: 0 auto;
}

.overlay-menu .wrapper {
    justify-content: center;
    gap: 50px;
    align-items: center;
}

.overlay-menu .larrow, .overlay-menu .rarrow {
    width: 100px;
    height: 100px;
    border-color: white;
}

.overlay-menu .larrow:before, .overlay-menu .larrow:after, .overlay-menu .rarrow:before, .overlay-menu .rarrow:after {
    background: white;
}

.overlay-menu .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 30px;
}

[data-section="menus"].panels .row {
    /* text-shadow: 0 0 1px black, 0 0 5px black, 0 0 10px black, 0 0 20px black; */
    width: auto;
    display: inline-block;
    padding: 20px;
    margin-bottom: 50px;
}

[data-section="menus"].panels {
    text-align: center;
    position:relative;
    background: white;
}

[data-section="event-types"].v2 {
    background-image: url(../img/event-types-v3.png);
    background-size: cover;
    background-position-x: 50%;
}

[data-section="about"].v2 {
    /* background-image: url(../img/staff-photo.jpg);
    background-size: cover; */
    background: none;
}

[data-section="event-types"].v2 p {
    /* text-shadow: 0 0 1px white, 0 0 3px white; */
    /* color: black; */
    font-size: 16px;
}

[data-section="event-types"].v2 h2 span {
    /* text-shadow: 0 0 1px white, 0 0 2px white; */
}

/* [data-section="menus"].panels:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: radial-gradient(#000000FF, transparent);
} */

.overlay-menu button.close {
    float: none;
    position: absolute;
    color: white;
    text-shadow: none;
    left: calc((100% - 870px) / 2 + 870px + 40px);
    top: calc((100vh - 1125px) / 2 - 15px);
    transform: translate(-50%, -50%);
    opacity: 1;
    font-weight: normal;
    font-size: 48px;
}

.overlay-menu button.close span {
    color: white;
}
/*
div[data-section="about"].v2 .container {
    max-width: unset;
    width: 1170px;
    display: flex;
    padding: 0;
    justify-content: space-between;
    gap: 50px;
}

div[data-section="about"].v2 .container .box:first-child {
    flex: 0 0 33.33%;
}

div[data-section="about"].v2 .container .box:last-child {
    flex: 0 0 66.66%;
    padding: 50px;
    background: white;
}

div[data-section="about"].v2 .container .box:first-child img {
    height: 100%;
    object-fit: cover;
}

div[data-section="about"].v2 .container::before {
    content: unset;
}

div[data-section="about"].v2 .container::after {
    content: unset;
}

div[data-section="about"].v2 .container .box {
    border: 3px solid #333;
}**/

div[data-section="about"].v2 .container {
    max-width: unset;
    width: 1170px;
    padding: 0;
}

[data-section="about"].v2 .row {
    background: none;
    border: none;
}

[data-section="about"].v2 .row>div {
    /* padding: 0; */
    display: flex;
}

[data-section="about"].v2 .event-item-container .event-item-list:first-child {
    width: 33.33%;
}

[data-section="about"].v2 .event-item-container .event-item-list:last-child {
    width: 66.66%;
}

[data-section="about"].v2 ul.event-item-container {
    display: flex;
}

[data-section="about"].v2 #events-carousel .owl-item .event-item-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

[data-section="about"].v2 .owl-dots.owl-dot-clone {
    position: static;
    transform: none;
    margin: 0;
    margin-top: 31px;
}

[data-section="about"].v2 .event-item-list p {
    padding: 0;
}

[data-section="about"].v2 #events-carousel .owl-item .event-item-list:last-child {
    padding: 50px 50px 25px;
}

[data-section="about"].v2 .row>div:last-child > div:last-child {
    display: block;
}

.v2 .owl-carousel .owl-stage-outer {
    border: none;
    background: none;
}

[data-section="about"].v2 .custom-heading {
    margin-bottom: 40px;
}

[data-section="about"].v2 .item {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

[data-section="about"].v2 #events-carousel .owl-item {
    /* flex: 1 0; */
    display: block;
    /* float: none; */
}

[data-section="about"].v2 .owl-carousel .owl-stage {
    /* display: flex; */
}

[data-section="about"].v2 .item p:not(:last-child) {
    margin-bottom: 20px;
}

[data-section="about"].v2 p {
    text-align: justify;
}

[data-section="about"].v2 .row>div:last-child > div:last-child {
    display: block;
}

.v2 .owl-carousel .owl-stage:after {
    content: none;
}

[data-section="about"].v2 .owl-carousel .owl-stage {
    width: 200% !important;
}

[data-section="about"].v2 .row>div:last-child > div:last-child {
    display: block !important;
}

.owl-theme .owl-dots .owl-dot {
    background: none;
    border: none;
    padding: 0;
}

[data-section="event-types"].v2 img {
    border: 3px solid #333;
}

[data-section="event-types"].v2 .container {
    padding: 0;
}

[data-section="event-types"].v2 .container .row {
    display: flex;
    justify-content: space-between;
}

[data-section="event-types"].v2 .container .row > div {
    flex: 0 0 45%;
    padding: 0;
}

[data-section="event-types"].v2 .container .row::before, [data-section="event-types"].v2 .container .row::after {
    content: none;
}

[data-section="event-types"].v2 > .row {
    margin-bottom: 80px;
}

.divider.style-1.center {
    text-align: center;
}

[data-section="event-types"].v2 img {
    margin-bottom: 50px;
    max-height: 350px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    box-shadow: 4px 4px 4px 0px #666;
}

[data-section="event-types"].v2 .container .custom-heading {
    text-align: center;
    margin-bottom: 50px;
}

[data-section="event-types"].v2 ul {
    text-align: center;
}

[data-section="event-types"].v2 ul li {
    font-size: 16px;
    line-height: 28px;
}

[data-section="event-types"].v2 > .row {
    margin-bottom: 60px;
}

@media (max-width: 800px) {
    .popup .button-wrapper {
        flex-wrap: wrap;
        gap: 14px;
        bottom: 18px;
    }
    .popup button.dismiss, .popup a.view {
    padding: 3px 30px;
    }
    .popup button {
        order: 3;
    }
}

[data-section="event-types"].v2 .container .custom-heading h2 span {
    font-family: 'Suranna', serif;
    letter-spacing: 3px;
    cursor: default;
    color: #81574b;
}

[data-section="event-types"].v2 ul li:hover {
    font-size: 22px;
}

[data-section="event-types"].v2 .hr-simple, [data-section="event-types"].v2 .hr-icon {
    color: #81574b;
}

[data-section="event-types"].v2 ul li {
    transition: font-size 0.25s ease-in-out; 
    cursor: default; 
    font-size: 18px; 
    color: black; 
    text-shadow: 0 0 1px black, 0 0 1px white, 0 0 2px white, 0 0 1px white;
}

.grid-sizer,
.isotope-item { width: calc(100% / 7); aspect-ratio: 1;}

.gallery-item-container, .gallery-img, .gallery-img img {
    height: 100%;
    max-height: 100%;
    max-width: 100%;
}

[data-section="about"].v2 img {
    border: 3px solid black;
}

[data-section="about"].v2 .row>div {
    flex: 1 1 50%;
    float: none;
    padding: 0;
}

[data-section="about"].v2 .row {
    display: flex;
    border: none;
    gap: 80px;
    justify-content: space-between;
}

[data-section="about"].v2 .row:before, [data-section="about"].v2 .row:after {
    content: none;
}

[data-section="about"].v2 .row>div:last-child {
    display: flex;
    flex-direction: column;
}

[data-section="about"].v2 .row>div:last-child > div:last-child {display: flex;flex: 1 1 auto;justify-content: space-around;flex-direction: column;}

[data-section="about"].v2 .row>div:last-child > * {
    flex: 0 0 auto;
}

[data-section="about"].v2 p {
    padding: 0;
}

[data-section="about"].v2 img {
    position: absolute;
    top: 0;
    left: 0;
    height: 80%;
    width: auto;
}

[data-section="about"].v2 .row>div:first-child {
    position: relative;
    min-height: 500px;
}

[data-section="about"].v2 img:last-child {
    bottom: 0;
    right: 0;
    top: unset;
    left: unset;
}

[data-section="cta"] {
    background: url('../img/spread.jpg');
    /* background-attachment: fixed; */
    background-position: center 33%;
    background-size: cover;
    padding: 150px 0;
    position: relative;
}

[data-section="cta"] .row {
    margin: 0;
}

[data-section="cta"] .custom-heading {
    display: flex;
    flex-direction: column;
    margin: 0;
    gap: 10px;
}

[data-section="cta"] .custom-heading > * {
    flex: 0 0 auto;
}

[data-section="cta"] a {
    max-width: 200px;
    display: inline-block;
    margin: 20px auto;
}

[data-section="cta"]:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0006;
}

[data-section="cta"] h2 span {
    color: var(--primary);
}

[data-section="cta"] h2 {
    color: white;
    letter-spacing: 1px;
}

[data-section="cta"] .divider .hr-double:before, [data-section="cta"] .divider .hr-double:after {
    background-color: var(--primary);
}

.panel-link a.btn.outline {
    position: absolute;
    bottom: 110px;
    left: 50%;
    z-index: 1;
    opacity: 0;
    transform: translateX(-50%);
    transition: 0.3s;
    letter-spacing: 1px;
    font-family: 'Raleway';
    padding: 10px 20px;
    border-width: 2px;
}

.panel-link:hover a.btn.outline {
    opacity: 1;
}

.panel-link a.btn.outline.secondary {
    bottom: 50px;
}

.panel-link a i {
    margin-right: 10px;
}

[data-section="home"] img {
    position: absolute;
    width: 250px;
    height: 500px;
    object-fit: cover;
    top: calc((100vh - 275px) / 2 + 150px);
    left: 600px;
    transform: translateY(-50%);
    border: 3px solid black;
}

[data-section="home"] img:last-child {
    right: 600px;
    left: unset;
    object-position: 64%;
}

.modal.team .modal-content {
    padding: 40px;
}

form.team h3 {
    flex-basis: 100%;
    text-align: center;
}

form.team .button-wrapper {
    flex-basis: 100%;
    text-align: center;
}

form.team {
    margin: 0;
}

.modal.team .modal-dialog {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
}

form.team button.dismiss {
    background: #ccc;
}

form.team button.dismiss:hover {
    background: #aaa;
}

form.team p.error {
    flex-basis: 100%;
    text-align: center;
    color: #993333;
}

form.team button.disabled {
    background: #ddd1bb;
}

@media (max-width: 799px) {
    
    #menu-panels.wrapper {width: 80%;margin-bottom: 50px;}

    #menu-panels.wrapper section {
        flex-basis: 100%;
    }

}

@media (max-width: 1599px) {
    [data-section="home"] img {
        display: none;
    }
}

@media (max-width: 1899px) {
    [data-section="home"] img {
       left: 10vw;
    }
    [data-section="home"] img:last-child {
        right: 10vw;
    }
}

@media (min-width: 1900px) and (max-width: 2399px) {
    [data-section="home"] img {
       left: 15vw;
    }
    [data-section="home"] img:last-child {
        right: 15vw;
    }
}

@media (min-width: 2400px) {
    [data-section="home"] img {
       left: 23.5vw;
    }
    [data-section="home"] img:last-child {
        right: 23.5vw;
    }
}

@media (max-width: 799px) {
    
    [data-section="menus"].panels .row {
        margin-bottom: 25px;
    }
    
    .panel-link a.btn.outline {
        max-width: 50%;
        opacity: 1;
    }

    .panel-link a.btn.outline.view {
        display: none;
    }

    .panel-link a.btn.outline.download {
        bottom: 100px;
    }

    #menu-panels.wrapper section::after {
        filter: grayscale(0);
    }
    
    .btn.outline::before {
        background: linear-gradient(to bottom, #6660, #0009);
        opacity: 1;
    }

    [data-section="event-types"].v2 .container .row {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    [data-section="event-types"].v2 {
        background-repeat: no-repeat;
        padding-top: 80px;
    }
    
    [data-section="about"].v2 {
        padding-top: 80px;
    }
    
    [data-section="about"].v2 .row {
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px;
    }
    
    [data-section="about"].v2 img {width: 60%;height: auto;}
    
    div[data-section="about"].v2 .container {
        width: 90%;
        margin: 0 auto;
    }
    
    [data-section="about"].v2 img:last-child {
        /* bottom: 25%; */
    }
    
    [data-section="about"].v2 .row>div:first-child {
        min-height: 400px;
        order: 2;
        margin-bottom: 40px;
    }
    
    [data-section="about"].v2 .row>div:last-child {
        max-width: 90%;
        order: 1;
    }
    
    [data-section="about"].v2 h3:first-child {
        margin-bottom: 30px;
    }

    [data-section="about"].v2 .item {
        justify-content: center;
        align-items: center;
        height: auto;
    }
    
    [data-section="about"].v2 .owl-carousel .owl-stage {
        display: flex;
    }

    .grid-sizer, .isotope-item {
        width: calc(100% / 3);
    }

    [data-section="event-types"].v2 .container .row > div {
        flex-basis: 90%;
    }

    [data-section="event-types"].v2 {
        background-image: url(../img/event-types-mobile.png);
        position: relative;
    }

    [data-section="event-types"].v2:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(90deg, transparent, #FFFD 30% 70%, transparent);
    }
    
}

/* Hide cart button when not in sticky header state */
.cart-btn-container {
    display: none !important;
    opacity: 0;
}

.resize-header .cart-btn-container {
    display: inline-block !important;
    opacity: 1;
    animation: fadeIn 0.3s forwards;
}
