/* Main menu */
.ham-popup__brand-group-menu ul li.menu-item-has-children > a {
    display: none;
}

.popup-two__close, .popup-one__close {
    z-index: 999999;
}


/* Open Table reserve button */
#ot-reservation-widget {
    /* padding: 14px 14px 14px 0 !important; */
}
#ot-reservation-widget .ot-dtp-picker .ot-button {
    /* display: inline; */
}


/* Pop-up layout three */
div.popup-three__container .popup-two__inner-container {
    width: 60%;
    margin: 0 auto;
    padding: 10px;
}
div.popup-three__container .popup-two__btnbox {
    margin: 0;
}
div.popup-three__container .popup-two__title {
    font-size: 40px
}
div.popup-three__container .popup-two__content {
    margin: 0 0 30px 0;
}
div.popup-three__container .additional_content {
    margin: 30px 0;
}
div.popup-three__container .popup-btn-plain {
    padding: 0 0 5px 0;
}
div.popup-three__container .popup-two__close {
    top: 25px;
    right: 25px;
}


/* Essentials Page 
.double-slider__desc .btn {
    position: relative;
    bottom: initial;
    margin-top: 20px;
}*/


/* 404 page */

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

    div.popup-three__container .popup-two__inner-container {
        width: 80%;
    }

    div.popup-three__container .popup-two__title--desktop,
    div.popup-three__container .popup-two__content--desktop,
    div.popup-three__container .popup-two__btnbox--desktop {
        display: block;
    }

}

/* Mobile menu layout fixes */


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

    .resto-link.section.block {

        margin-top: 20px;
    }

    .resto-link__btns ul li {

        margin: 0 0 20px 0;
        width: 100%;
    }

    .resto-link__btns ul li a {

        width: 75%;
        margin: 0;
    }
}

/* INSTAGRAM FOOTER */
.instagram-feed {
    text-align: center;
    width: 90%;
    padding: 20px 0;
    margin: 0 auto;
    position: relative;	
}
.instagram__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.instagram__col {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
}
@media (min-width: 768px) {
    .instagram__col {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}
.instagram__col img {
    height: auto;
    width: 100%;
}
.instagram__col .instagram__overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    background-color: rgb(0 0 0 / 50%);
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
    color: #fff;
    padding: 20px;
    font-size: 23px;
    transition: all 0.5s ease-in-out;
}
.instagram__col:hover .instagram__overlay {
    opacity: 1;
}
/* Footer fixes */
footer {
    float: left;
    width: 100%;
}


.slida--right .slida__imagebox {
    padding-left: 270px !important;
}
.slida__contentbox {
    background: none repeat scroll 0 0 #fff;
    width: 270px !important;
    height: 100% !important;
    position: absolute !important;
    top: 0;
}
@media only screen and (max-width: 648px) {
   .slida--right .slida__imagebox {
        padding-left: 0 !important;
    } 
    .slida__contentbox {
        width: 100% !important;
        height: 100% !important;
        position: static !important;
    }
}

.accordion_box:first-child .see-all-content {
    margin-top: 0;
}

.accordion_box .see-all-content {
    margin-top: 60px;
}