body.lb-disable-scrolling {
    overflow: hidden;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
    outline: none;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;

    /* Image border */
    border: 4px solid white;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;

    background-color: white;
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container>.nav {
    left: 0;
}

.lb-nav a {
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev,
.lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../images/prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../images/next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}

.lb-data .lb-caption a {
    color: #4ae;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/close.svg) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}


.section-banner {
    position: relative;
    margin-bottom: 64px;
}

.section-banner img {
    max-width: 100%;
}

.section-banner .box-image {
    position: relative;
    padding-bottom: 545px;
    height: 0;
}

.section-banner .box-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}

/* .section-banner:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #FAC508;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    pointer-events: none;
    opacity: .9;
} */

.section-banner .absolute-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 3;
    flex-direction: column;
}

.section-banner .absolute-content h1 {
    font-size: 38px;
    line-height: 72px;
    color: #fff;
    font-weight: 900;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.55);
    margin-top: 88px;

}

.section-banner .absolute-content a {
    min-width: 140px;
    background: #ffbc0d;
    padding: 11px 25px;
    text-align: center;
    display: inline-block;
    border-radius: 4px;
    margin-top: 26px;
    margin-bottom: -25px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    font-size: 20px;
}

/* .section-banner .absolute-content a::after {
    content: "";
    display: block;
    width: 24px;
    height: 15px;
    background-image: url(../images/white-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
} */

.restaurant_content {
    transition: max-height 0.5s ease-in-out;
    overflow: hidden;
    max-height: 0;
}

.restaurant_item .restaurant_content.ng-hide {
    max-height: 0;
}

.restaurant_item .restaurant_content {
    max-height: 1000px;
}

.restaurant_gallery {
    transition: .3s;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    max-height: 174px;
}

.res_gallery_wrapper {
    position: relative;
}

.res_gallery_wrapper:after {
    content: "";
    width: 50px;
    height: 100%;
    position: absolute;
    right: 0;
    z-index: 1;
    z-index: 1;
    background: red;
    top: 0;
    background: linear-gradient(to left, white, transparent);
}

.restaurant_gallery a {
    width: 255px;
    height: 174px;
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.restaurant_item .restaurant_content {
    padding-top: 24px;
    border-top: 1px solid #d6d6d6;
    margin-top: 23px;
}

.restaurant_description {
    margin-bottom: 10px;
}

.restaurant_description h3 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 6px;
    color: #000;
}

.restaurant_description p {
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.restaurant_gallery {
    margin-bottom: 8px;
}

.restaurant_gallery img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.restaurant_capacity,
.restaurant_minimum_charge {
    font-size: 16px;
    line-height: 24px;
}

.restaurant_minimum_charge {
    margin-top: 18px;
}

.lb-outerContainer .lb-container img {
    max-width: 100%;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.lb-dataContainer {
    display: none;
}

.res-row {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    padding-left: 50px;
    position: relative;
    margin-bottom: 15px;
    min-height: 32px;
}

.res-row svg {
    top: 50%;
    position: absolute;
    left: 0;
    transform: translateY(-50%);
}

#find_a_restaurant_page .bottom_section .restaurant_results_section .restaurant_item .service {
    padding-left: 50px;
    margin-bottom: 25px;
}

#find_a_restaurant_page .bottom_section .restaurant_results_section .restaurant_item .service .icon {
    margin: 0;
    width: 30px;
    height: 30px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}


.page-locations #find_a_restaurant_page .page_title {
    margin-bottom: 70px;
    font-size: 36px;
    line-height: 54px;
}


.page-locations #find_a_restaurant_page .input_section .text_input #restaurant_input {
    /* font-size: 58px; */
    line-height: 87px;
    /* font-weight: 700; */
    color: #757575;
    padding-right: 400px;
}

.page-locations #find_a_restaurant_page .input_section .bottom_line {
    padding-bottom: 15px;
}


.page-locations #find_a_restaurant_page .input_section {
    padding-right: 0;
    margin-bottom: 20px;
}

.page-locations #find_a_restaurant_page .input_section .text_input #searchsubmit {
    position: static;
}

.page-locations #find_a_restaurant_page .input_section .text_input .actions {
    position: absolute;
    right: 0;
    bottom: 15px;
    display: flex;
    column-gap: 12px;
}

.filter-label {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000;
}

.page-locations #find_a_restaurant_page .input_section .text_input .actions #locate_me_btn,
.page-locations #find_a_restaurant_page .input_section .text_input .actions #filter_btn {
    background-position: 20px center;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #adadad;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25);
    padding-left: revert;
    font-size: 15px;
    color: #000;
    cursor: pointer;
    line-height: 22.5px;
    padding: 14px 26px;
    display: inline-flex;
    align-items: center;
}


.page-locations #find_a_restaurant_page .input_section .text_input .actions #filter_btn {
    column-gap: 12px;
}

.page-locations #find_a_restaurant_page .input_section .text_input .actions #locate_me_btn {
    background-image: url(../../images/icon_locate.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    background-color: #fff;
    padding: 14px 26px 14px 60px;
}

.location-filter-option .options {
    display: flex;
    column-gap: 30px;
    flex-wrap: wrap;
}

.location-filter-option .options label {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 42px;
    font-size: 20px;
    line-height: 30px;
    color: #8E8E8E;
    cursor: pointer;

}

.location-filter-option .options label input {
    width: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.location-filter-option .options label input+span {
    width: 26px;
    height: 26px;
    border: 1.5px solid #8E8E8E;
    position: absolute;
}

.location-filter-option .options label input:checked+span:before {
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #8E8E8E;
}

div#location-filter-result div {
    color: #FDBB31;
    border: 1px solid #FDBB31;
    font-size: 20px;
    line-height: 1.5;
    padding: 8px 20px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
    cursor: pointer;
}

div#location-filter-result {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}

.page-locations #find_a_restaurant_page .bottom_section .restaurant_results_section {
    overflow: auto;
}

.restaurant_heading {
    position: relative;
    cursor: pointer;
    padding-left: 58px;
    padding-right: 58px;

}

.page-locations #find_a_restaurant_page .bottom_section .restaurant_results_section .restaurant_item {
    padding: 32px 0;
}

.restaurant_heading svg.icon {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform .2s;
}

.restaurant_heading.open .icon {
    transform: translateY(-50%) rotate(90deg);
}

.page-locations #find_a_restaurant_page .bottom_section .restaurant_results_section .restaurant_item .map_pin {
    top: 50%;
    transform: translateY(-50%);
}

.page-locations #find_a_restaurant_page .result_section {
    margin-bottom: 60px;
}

.page-locations #find_a_restaurant_page .bottom_section .restaurant_results_section .restaurant_item .restaurant_name {
    margin: 0;
}

.location-filter-options {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s ease-out;
}

.location-filter-options.active {
    max-height: 200px;
    transition: max-height 0.5s ease-in;
}

body .lb-outerContainer {
    padding: 30px 70px;
    height: auto !important;
    box-shadow: 0px 5px 10px 1px rgba(150, 150, 150, 1);
    width: 80%;
    max-width: 1222px;
}

body .lb-outerContainer .lb-container img {
    max-width: 100%;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border-radius: 15px;
}

body .lb-dataContainer {
    display: none;
}

.lightboxOverlay {
    background-color: #fff;
    opacity: 0.6;
    width: 100% !important;
}

body .lb-outerContainer .lb-container {
    height: 833px;
    max-height: 80vh;
}

.lb-nav a.lb-prev,
.lb-nav a.lb-next {
    width: 31px;
    height: 53px;
    z-index: 1;
    float: none;
    position: absolute;
    opacity: 1;
    top: 50%;
    background-image: url(../images/arrow.svg);
    transform: translateY(-50%);
}

.lb-nav a.lb-prev {
    left: 20px;
    transform: rotate(-180deg) translateY(-50%);
    transform-origin: top;
}

.lb-nav a.lb-next {
    right: 20px;
}

.lb-data .lb-close {
    float: none;
}

body .lb-dataContainer {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    width: 80% !important;
    max-width: 1222px;
    padding: 15px;
    display: flex !important;
    justify-content: flex-end;
    z-index: 22;
}

.lb-data .lb-details {
    display: none;
}

.restaurant_link a {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    padding: 11px 32px;
    background: #F6BE44;
    border-radius: 10px;
    margin-top: 48px;
}

.page-locations.party-sub-page .section-banner {
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .page-locations #find_a_restaurant_page .input_section .text_input #restaurant_input {
        font-size: 36px;
        line-height: 52px;
        padding-right: 70px;
    }

    .page-locations #find_a_restaurant_page .input_section .text_input .actions #locate_me_btn,
    .page-locations #find_a_restaurant_page .input_section .text_input .actions #filter_btn {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .page-locations #find_a_restaurant_page .input_section .bottom_line {
        padding-bottom: 5px;
    }

    .page-locations #find_a_restaurant_page .input_section .text_input .actions {
        bottom: 12px;
    }

    .page-locations #find_a_restaurant_page .result_section {
        margin-bottom: 0;
    }

    .page-locations #find_a_restaurant_page .message_section {
        margin-bottom: 0;
    }

    .page-locations #find_a_restaurant_page .result_section {
        margin-bottom: 0;
    }

    #find_a_restaurant_page .message_section {
        margin-bottom: 0;
    }

    .section-banner .box-image {
        padding-bottom: 475px;
        margin-left: -30px;
        margin-right: -30px;
    }

    .section-banner .absolute-content h1 {
        margin-top: 50px;
    }

    .section-banner .absolute-content h1 {
        font-size: 32px;
        line-height: 1.5;
    }
}

@media screen and (max-width: 799px) {

    .section-banner .absolute-content a::after {
        display: none;
    }

    .section-banner .absolute-content h1 {
        color: #000;
        text-shadow: none;
    }

    .page-locations #find_a_restaurant_page .input_section .text_input .actions {
        position: static;
        justify-content: flex-start;
    }

    .page-locations #find_a_restaurant_page .input_section .text_input #searchsubmit {
        margin: 0;
        position: absolute;
        top: 4px;
    }

    .page-locations #find_a_restaurant_page .input_section .bottom_line {
        border: 0;
    }

    .page-locations #find_a_restaurant_page .input_section .text_input #restaurant_input {
        margin-bottom: 20px;
        border-bottom: 1px solid;
    }

    .page-locations.party-sub-page .section-banner {
        margin-bottom: 200px;
        width: calc(100% + 30px);
        margin-left: -15px;
    }

    .section-banner .absolute-content {
        position: relative;
    }

    .section-banner .absolute-content a {
        margin-bottom: 0;
        justify-content: center;
    }
}


@media screen and (max-width: 499px) {
    .section-banner .absolute-content h1 {
        line-height: 1.5;
    }

    .section-banner .box-image {
        padding-bottom: 73%;
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media screen and (max-width: 325px) {
    .section-banner .absolute-content h1 {}

}