.centered-btn-pad {
    display: block;
    margin: 30px 0;
    padding: 0;
    position: relative;
    text-align: center;
}

.centered-btn-pad > .centered-btn {
    display: inline-block;
    padding: 15px 30px;
    color: white;
    background-color: #86754D;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 16px;
    text-align: center;
}

.RestaurantPrivateEventsPage h1 {
    color: #86754D;
    text-transform: uppercase;
    font-size: 24px;
    margin: 30px 0;
    text-align: center;
}

@media screen and (max-width: 539px){
    .RestaurantPrivateEventsPage h1 {
        margin: 25px 0;
    }
}

h2 {
    color: #86754D;
    text-transform: uppercase;
    font-size: 24px;
    margin: 15px 0;
    text-align: left;
}

.RestaurantPrivateEventsPage a {
    color: #86754D;
}

/* SLIDER */
.carousel-gallery {
    position: relative;
    width: 100%;
    height: 560px;
}

@media screen and (max-width:  540px){
    .carousel-gallery {
        height: 300px;
    }
}



.carousel-gallery .carousel-gallery-item {
    overflow: hidden;
    position: relative;
    height: 560px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width:  540px){
   .carousel-gallery .carousel-gallery-item {
       height: 300px;
   } 
}

.carousel-gallery ul.slick-dots,
.nobu-feature-carousel ul.slick-dots{
    position: absolute;
    bottom: 5px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.carousel-gallery ul.slick-dots > li,
.nobu-feature-carousel ul.slick-dots > li {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin: 5px 7px;
    cursor: pointer;
    transition: 300ms;
}

.carousel-gallery ul.slick-dots > li:only-child,
.nobu-feature-carousel ul.slick-dots > li:only-child{
    display: none;
}

@media screen and (max-width:  539px){
    .carousel-gallery ul.slick-dots > li,
    .nobu-feature-carousel ul.slick-dots > li{
        width: 10px;
        height: 10px;
    }   
}

.carousel-gallery ul.slick-dots > li > button,
.nobu-feature-carousel ul.slick-dots > li > button{
    border: none;
    background: white;
    color: white;
    width: 100%;
    height: 100%;
    cursor: pointer;
}


.carousel-gallery ul.slick-dots > li.slick-active,
.nobu-feature-carousel ul.slick-dots > li.slick-active {
    width: 18px;
    height: 18px;
    margin: 3px 5px;
}

@media screen and (max-width:  539px){
    .carousel-gallery ul.slick-dots > li.slick-active,
    .nobu-feature-carousel ul.slick-dots > li.slick-active {
        width: 10px;
        height: 10px;
        margin: 5px 7px;
        transform:  scale(1.3);
    }
}

/* SECTIONS */
section.intro {
    margin: 45px auto;
    padding: 0 15px;
    text-align: center;
    width: 100%;
}

.intro.intro--event-menus{
    margin-bottom: 30px;
}

@media screen and (max-width:  539px){
    section.intro {
        margin-top: 25px;
        text-align: left;
    }
}

/* TABS */
.nobu-tabs-wrapper ul.nobu-tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: none;
}

@media (max-width: 539px){
    .nobu-tabs-wrapper ul.nobu-tabs {
        flex-direction: column;
        align-items: center;
    }
}

.nobu-tabs-wrapper ul.nobu-tabs > li.nobu-tab {
    display: block;
    margin: 15px;
    padding: 0;
}

@media (max-width: 539px){
   .nobu-tabs-wrapper ul.nobu-tabs > li.nobu-tab {
    margin: 5px;
   } 
}

.nobu-tabs-wrapper ul.nobu-tabs > li.nobu-tab > a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 10px;
    text-transform: uppercase;
    color: #86754D;
    border: solid 1px #86754D;
    font-size: 16px;
    height: 64px;
    width: 140px;
    font-weight: 500;
    cursor: pointer;
    line-height: 19px;
}

.nobu-tabs-wrapper ul.nobu-tabs > li.nobu-tab.active > a {
    background-color: #86754D;
    color: white;
}

.nobu-tabs-wrapper .nobu-tab-content {
    display: none;
}

.nobu-tabs-wrapper .nobu-tab-content.active {
    display: block;
}

/* MENU */
.nobu-memu {
    margin: 0 auto;
    /* max-width: 1024px; */
    width: 100%;
}

.nobu-memu .nobu-menu-title {
    font-size: 26px;
    text-align: center;
    margin: 30px 0;
    padding: 15px 0;
    text-transform: uppercase;
    color: #86754D;
    font-weight: 500;
    letter-spacing: 1px;
    border-top: solid 1px #86754D;
    border-bottom: solid 1px #86754D;
}

.nobu-memu .nobu-menu-info {
    text-align: center;
    margin: 30px 0;
}

.nobu-memu ul.nobu-menu-list {
    display: block;
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}

.nobu-memu hr {
    background-color: #86754D;
}

.nobu-memu ul.nobu-menu-list > li {
    margin: 30px 0;
    padding: 0;
    display: block;
}

.nobu-memu ul.nobu-menu-list > li article.nobu-menu-item {
    border: solid 1px #86754D;
    padding: 20px;
    position: relative;
}

.nobu-memu ul.nobu-menu-list > li article.nobu-menu-item:before,
.nobu-memu ul.nobu-menu-list > li article.nobu-menu-item:after {
    content: '';
    display: block;
    clear: both;
}

.nobu-memu ul.nobu-menu-list > li article.nobu-menu-item > .nobu-menu-item-name {
    font-size: 26px;
    text-transform: uppercase;
    color: #86754D;
    font-weight: 500;
    letter-spacing: 1px;
}

.nobu-memu ul.nobu-menu-list > li article.nobu-menu-item > .nobu-menu-item-price {
    font-size: 20px;
    font-weight: 300;
}

.nobu-memu ul.nobu-menu-list > li article.nobu-menu-item > .nobu-menu-item-details {
    float: right;
    overflow: hidden;
    width: 55%;
}

.nobu-memu ul.nobu-menu-list > li article.nobu-menu-item > .nobu-menu-item-image {
    display: none;
}

@media screen and (min-width: 992px) {
    .nobu-features > article.nobu-feature > div.nobu-feature-inner div.nobu-feature-floorplan-info {
        padding: 32px !important;
    }
}

@media screen and (min-width: 1200px) {
    .nobu-memu ul.nobu-menu-list > li article.nobu-menu-item > .nobu-menu-item-image {
        display: block;
        position: absolute;
        height: calc(100% - 30px);
        overflow: hidden;
        top: 15px;
        right: 15px;
        /* width: 25%;
        min-width: 180px; */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: transparent;
        pointer-events: none;
        transition: 200ms;
        opacity: 0;
    }
    
    .nobu-memu ul.nobu-menu-list > li article.nobu-menu-item > .nobu-menu-item-image > img {
        display: block;
        height: 100%;
        width: auto;
        max-width: 300px;
        border: 0;
        margin: 0;
        padding: 0;
    }
    
    .nobu-memu ul.nobu-menu-list > li article.nobu-menu-item:hover > .nobu-menu-item-image {
        opacity: 1;
    }

    .nobu-features > article.nobu-feature > div.nobu-feature-inner div.nobu-feature-floorplan-info {
        padding: 60px 100px !important;
    }
}

/* FEATURES */

.nobu-features > article.nobu-feature {
    background: #f4f4f4;
    margin: 30px auto;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.nobu-features > article.nobu-feature:before,
.nobu-features > article.nobu-feature:after {
    display: block;
    content: '';
    clear: both;
}

.nobu-features > article.nobu-feature > .nobu-feature-inner {
    position: relative;
    width: 100%;
}

.nobu-features > article.nobu-feature > div.nobu-feature-inner div.nobu-feature-info > .nobu-feature-info-inner {
    position: relative;
    max-height: 240px;
}

.nobu-features > article.nobu-feature > div.nobu-feature-inner div.nobu-feature-floorplan-info {
    display: block;
    overflow: hidden;
    clear: both;
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
    background-color: #E9E8E8;
}

.nobu-features > article.nobu-feature > div.nobu-feature-inner div.nobu-feature-floorplan-info .nobu-feature-floorplan-info-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
}

.nobu-features > article.nobu-feature > div.nobu-feature-inner div.nobu-feature-floorplan-info > .nobu-feature-floorplan-info-image {
    display: block;
    overflow: hidden;
    position: relative;
}

.nobu-features > article.nobu-feature > div.nobu-feature-inner div.nobu-feature-floorplan-info .nobu-feature-floorplan-info-image > img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}


/* Hidden content mode */

.nobu-features > article.nobu-feature.nobu-feature-hidden-content > div.nobu-feature-inner div.nobu-feature-info > .nobu-feature-info-inner:after {
    display: block;
    /*content: '';*/
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(244,244,244, 0.5);
    background: linear-gradient(0deg, rgba(244,244,244,1) 0%, rgba(244,244,244,0) 100%);
}

/* Hidden content mode + Expanded mode */

.nobu-features > article.nobu-feature.nobu-feature-hidden-content.nobu-feature-expanded > div.nobu-feature-inner div.nobu-feature-info > .nobu-feature-info-inner {
    max-height: none;
}

.nobu-features > article.nobu-feature.nobu-feature-hidden-content.nobu-feature-expanded > div.nobu-feature-inner div.nobu-feature-info > .nobu-feature-info-inner:after {
    display: none;
}

/* Customizers */

.nobu-features > article.nobu-feature .nobu-feature-show-on-expand {
    display: none;
}

.nobu-features > article.nobu-feature .nobu-feature-show-on-collapse {
    display: block !important;
}

.nobu-features > article.nobu-feature .nobu-feature-image {
    width: 100%;
    height: auto;
    padding: 0;
    position: relative;
}

@media screen and (max-width:  539px){

    .nobu-features > article.nobu-feature .nobu-feature-image{
        /*height: 300px;*/
    }

}

.nobu-features > article.nobu-feature .nobu-feature-image > div {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.nobu-features > article.nobu-feature .nobu-feature-image > div > img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}

@media screen and (max-width:  539px){
    .nobu-features > article.nobu-feature .nobu-feature-image > div > img {
        height: 300px;
        object-fit: cover;
    }
}

.nobu-features > article.nobu-feature .nobu-feature-image > div > div.nobu-feature-carousel {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.nobu-features > article.nobu-feature .nobu-feature-image > div > div.nobu-feature-carousel .nobu-feature-carousel-slide {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-width:  539px){
    .nobu-features > article.nobu-feature .nobu-feature-image > div > div.nobu-feature-carousel .nobu-feature-carousel-slide{
        height: 300px;
    }
}

.nobu-features > article.nobu-feature .nobu-feature-image > div > div.nobu-feature-carousel .nobu-feature-carousel-slide img {
    display: block;
    width: 100%;
    height: auto;
}

@media screen and (max-width:  539px){
    .nobu-features > article.nobu-feature .nobu-feature-image > div > div.nobu-feature-carousel .nobu-feature-carousel-slide img{
        height: 300px;
        object-fit: cover;
    }
}

.nobu-features > article.nobu-feature .nobu-feature-image > div > div.nobu-feature-carousel button.nobu-feature-carousel-control {
    background-color: transparent;
    border: none;
    position: absolute;
    height: 100%;
    width: 60px;
    top: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 50;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 28px;
    outline: none;
}

.nobu-features > article.nobu-feature .nobu-feature-image > div > div.nobu-feature-carousel button.nobu-feature-carousel-control:focus,
.nobu-features > article.nobu-feature .nobu-feature-image > div > div.nobu-feature-carousel button.nobu-feature-carousel-control:active,
.nobu-features > article.nobu-feature .nobu-feature-image > div > div.nobu-feature-carousel button.nobu-feature-carousel-control:hover {
    outline: none !important;
    border: none;
}

.nobu-features > article.nobu-feature .nobu-feature-image > div > div.nobu-feature-carousel button.nobu-feature-carousel-control.prev {
    left: 0;
}
.nobu-features > article.nobu-feature .nobu-feature-image > div > div.nobu-feature-carousel button.nobu-feature-carousel-control.next {
    right: 0;
}

.nobu-features > article.nobu-feature .nobu-feature-image > div > div.nobu-feature-carousel .slick-list {
    height: 100%;
    width: 100%;
}

.nobu-features > article.nobu-feature .nobu-feature-image > div > div.nobu-feature-carousel .slick-list .slick-track {
    height: 100%;
}

.nobu-features > article.nobu-feature .nobu-feature-info {
    overflow: hidden;
    padding: 15px;
}

.nobu-features > article.nobu-feature .nobu-feature-info .nobu-feature-info-inner {
    overflow: hidden;
}

.nobu-features > article.nobu-feature .nobu-feature-info .nobu-feature-top-text {
    font-weight: bolder;
    font-size: 20px;
}

.nobu-features > article.nobu-feature .nobu-feature-info .nobu-feature-name {
    font-size: 30px;
}

.nobu-features > article.nobu-feature .nobu-feature-info .nobu-feature-description {
    /* max-height: 96px; */
    overflow: hidden;
}

.nobu-features > article.nobu-feature .nobu-feature-info .nobu-feature-description > *:last-child {
    margin-bottom: 0;
}

.nobu-features > article.nobu-feature .nobu-feature-info a.nobu-feature-expand-btn,
.nobu-features > article.nobu-feature .nobu-feature-info a.nobu-feature-collapse-btn {
    display: block;
    padding: 5px 25px;
    border: solid 1px #86754D;
    font-weight: bold;
    cursor: pointer;
    margin: 30px auto 0;
    max-width: 100px;
    text-align: center;
}

.nobu-features > article.nobu-feature .nobu-feature-info a.nobu-feature-collapse-btn {
    display: none;
}

.nobu-features > article.nobu-feature.nobu-feature-expanded {
    /* background-color: transparent; */
    background-color: #E9E8E8;
}

.nobu-features > article.nobu-feature.nobu-feature-expanded .nobu-feature-info a.nobu-feature-collapse-btn
{
    display: block !important;
}

.nobu-features > article.nobu-feature.nobu-feature-expanded .nobu-feature-show-on-expand{
    display: block !important;
}

.nobu-features > article.nobu-feature.nobu-feature-expanded .nobu-feature-show-on-collapse {
    display: none !important;
}

.nobu-features > article.nobu-feature.nobu-feature-expanded .nobu-feature-info a.nobu-feature-expand-btn {
    display: none !important;
}

.nobu-features > article.nobu-feature.nobu-feature-expanded .nobu-feature-info .nobu-feature-description {
    overflow: visible;
}

@media (min-width: 992px) {

    /* Default desktop mode */

    .footer-bottom {
        padding-bottom: 80px;
        padding-top: 00px;
    }

    .nobu-features > article.nobu-feature {
        overflow: hidden;
        height: 0;
        padding: 0 0 45% 0;
        position: relative;
    }

    .nobu-features > article.nobu-feature > div.nobu-feature-inner {
        height: 100%;
        overflow: hidden;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .nobu-features > article.nobu-feature > div.nobu-feature-inner div.nobu-feature-info {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .nobu-features > article.nobu-feature > div.nobu-feature-inner div.nobu-feature-info > .nobu-feature-info-inner {
        max-height: none;
        flex-grow: 0;
        flex-shrink: 1;
    }

    .nobu-features > article.nobu-feature > div.nobu-feature-inner div.nobu-feature-info > .nobu-feature-info-bottom {
        display: none;
        flex-grow: 0;
        flex-shrink: 0;
    }

    /* Hidden content mode + Expanded mode */

    .nobu-features > article.nobu-feature.nobu-feature-hidden-content.nobu-feature-expanded {
        padding: 0;
        height: auto;
    }

    .nobu-features > article.nobu-feature.nobu-feature-hidden-content.nobu-feature-expanded > div.nobu-feature-inner {
        position: relative;
    }

    /*  */

    .nobu-features > article.nobu-feature.nobu-feature-hidden-content > div.nobu-feature-inner div.nobu-feature-info > .nobu-feature-info-bottom {
        display: block;
    }

    /*  */

    .nobu-features > article.nobu-feature .nobu-feature-image {
        width: 45%;
        height: auto;
        padding: 0;
        position: relative;
    }

    .nobu-features > article.nobu-feature .nobu-feature-image > div {
        width: 100%;
        height: 0;
        padding: 0 0 100% 0;
    }

    .nobu-features > article.nobu-feature .nobu-feature-image > div > img {
        display: none;
    }

    .nobu-features > article.nobu-feature .nobu-feature-image > div > div.nobu-feature-carousel {
        position: absolute;
    }

    .nobu-features > article.nobu-feature .nobu-feature-image > div > div.nobu-feature-carousel .nobu-feature-carousel-slide img {
        display: none;
    }

    .nobu-features > article.nobu-feature:nth-child(2n) {
        flex-direction: row-reverse;
    }

    .nobu-features > article.nobu-feature:nth-child(2n) .nobu-feature-image {
        float: right;
    }

    .nobu-features > article.nobu-feature:nth-child(2n+1) .nobu-feature-image {
        float: left;
    }

    .nobu-features > article.nobu-feature .nobu-feature-info {
        overflow: hidden;
        padding: 45px;
        box-sizing: border-box;
        width: 55%;
    }

    /* Expand auto mode */
    /* .nobu-features > article.nobu-feature.nobu-feature-expand-auto .nobu-feature-info .nobu-feature-description {
        max-height: none;
    } */
}

@media (min-width: 1023px) {
    body .cc-window.cc-banner {
        padding: 1.4em 1.8em;
    }

    body .cc-compliance {
        margin-right: 70px;
    }
}
