.newsletter_custom {
    padding-top: 80px;
    padding-bottom: 80px;
}

.newsletter_custom .form_inline {
    border: 1px solid var(--content_hr);
    max-width: 1060px;
    margin-right: auto;
    margin-left: auto;
    padding: 80px;
}

.newsletter_custom .form_inline form {
    max-width: 840px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    position: relative;
}

.newsletter_custom .fields_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 20px;
    padding-bottom: 1rem;
}

.newsletter_custom .fields_wrapper > div {
    display: flex;
    flex-direction: column;
    flex: 0 1 calc(50% - 10px);
}

.newsletter_custom .fields_wrapper > div label {
    color: var(--form_color_label);
    font-weight: bold;
    display: block;
    font-size: 16px;
}

.newsletter_custom .fields_wrapper > div input {
    appearance: none;
    border-radius: 0;
    border: 1px solid var(--form_border);
    color: var(--form_color);
    background: transparent;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    width: 100%;
    position: relative;
    z-index: 200;
    min-width: 50px;
    font-family: var(--first_font);
    font-size: var(--font_size);
}

.newsletter_custom #signup p + p {
    padding-top: 1rem;
}

.newsletter_custom #btnsubmit {
    padding: 0 1.5em;
    height: 48px;
    font-family: var(--first_font);
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 1;
    overflow: hidden;
    position: relative;
    line-height: 120%;
    border-width: 1px 5px;
    border-style: solid;
    border-color: var(--highlight_color);
    min-width: 160px;
    letter-spacing: var(--letter-spacing);
    transition: all .3s ease;
    background: var(--main_color);
    color: var(--main_color_associate);
}

.newsletter_custom #btnsubmit:hover {
    cursor: pointer;
    background: transparent;
    border-color: var(--main_color);
    color: var(--main_color);
}

@media screen and (max-width: 991px) {
    .newsletter_custom .fields_wrapper > div {
        flex: 1 1 100%;
    }

    .newsletter_custom .form_inline {
        padding: 25px;
    }
}


#gift {
    text-align: center;
    margin: 0 20px;
    color: inherit;
    text-decoration: none;
}

#gift {
    margin-left: 0;
}

#gift h3 {
    font-size: .7em;
    line-height: 1;
}

@media (max-width: 991px) {
    #gift {
        scale: 0.7;
        transform-origin: right;
    }
}

/* Open table widget */
iframe[src^="https://www.opentable.co.uk/widget/reservation"] {
    display: block;
    margin: 0 auto;
}


/* Have 3 item on every side of the header menu */
#header .menu_left ul.menu > li, #header .menu_right ul.menu > li {
    width: calc(100% / 3) !important;
}

#map_info .wrap .inner_wrap {
    max-width: 360px;
}

#map_info .item.item_contacts .element.element_email .element_data a:nth-child(2) {
 
}