.localmeasure.w-container {
    height: 700px;
}

.single_offer div.image {
    height: 725px !important;
}

.single_offer div.image h3 {
    line-height: 100%;
    height: 725px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 800px) {
    .single_offer div.image {
        height: 500px !important;
    }

    .single_offer div.image h3 {
        line-height: 40px;
        height: auto;
    }
}

.popin_form > a.custom_cta {
    display: inline !important
}
/*///////restaurant menus///////*/
.menus_wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 3em;
    flex-wrap: wrap;
    width: 100%;
}
@media (max-width: 800px) {
    .menus_wrapper {
        flex-direction: column;
    }
}
.menu_iframe {
    display: block;
}
.menu_iframe img{
    margin: 0 auto;
    display: block;
}
.menus_wrapper_title {
    width: 100%;
    margin: 20px 0;
}
.single_menu_wrapper {
    width: 33%;
    margin: 20px 0;
}
.single_menu_title {
    text-transform: uppercase;
    text-align: center;
    margin: 10px 0;
    font-size: 14px;
}
/*////single meeting custom form*/
.mid_title {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}
.postal_code {
    width: 90px;
}
#form_file {
    border: none;
    background: none !important;
    height: auto;
    padding: 0;
}
#form_date_undefined {
    width: 20px;
}
[for=form_date_undefined] {
    width: 200px;
}
div.book_offer_mobile .btn {
    position: relative;
    left: 30%;
}