.page-template-template-news-single div.text {
    columns: 1;
}

.page-template-template-restaurant #informations > div > div {
    width: 100%;
}

@media (min-width: 801px) and (max-width: 1133px) {

    #footer .newsletter input[type="email"] {
        width: 60% !important;
    }
}

.map_image {
    width: 90%;
    margin: 0 auto;
}

.page-template-template-location .map_image {
    margin-top: 75px;
    float: left;
    width: 100%;
}

.map_image img {
    width: 100%;
}


body.page-id-589.page-template-template-wellness-single .book,
body.page-id-1294.page-template-template-wellness-single .book,
body.page-id-793.page-template-template-wellness-single .book,
body.page-id-1455.page-template-template-wellness-single .book,
body.single-offers.postid-2283 .single_offer .offer_restaurant_button_container,
body.single-offers.postid-2270 .single_offer .offer_restaurant_button_container {
    display: none;
}

/*Popup homepage*/

#popup_container {
    position: fixed;
    top: 25%;
    right: 0;
    display: flex;
    flex-direction: column;
    width: 400px;
    z-index: 9199;
    transform: translateX(calc(100% - 50px));
    transition: all 0.25s ease-in-out;
}

#popup_container.open {
    transform: translateX(0);
}

#popup_container.open .title .arrow {
    transform: scaleX(1);
}

#popup_container .title {
    padding: 1.5rem 1rem;
    background: #A98524;
    color: #FFF;
    font-size: 1.05rem;
    font-family: 'ClanOT-ExtdBook', sans-serif;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}

#popup_container .arrow {
    display: block;
    margin-right: 3rem;
    fill: #FFF;
    transition: all 0.25s ease-in-out;
    transform: scaleX(-1);
}

#popup_container .popup_content {
    margin-left: 50px;
    width: 350px;
    background: #FFFFFF;
    font-family: 'Garamond Premr Pro', sans-serif;
    padding: 2rem 1rem;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.15);
}

#popup_container .popup_content .subtitle {
    font-size: 1.4rem;
    font-weight: 800;
    color: #000;
}

#popup_container .popup_content .content {
    margin-top: 1rem;
}

#popup_container .popup_content .content ul {
    list-style: none;
    margin-top: 0.5rem;
}

#popup_container .popup_content .content ul li:before {
    content: '✓';
    margin-right: 5px;
}

#popup_container .popup_content .content ul li {
    padding: 5px 0;
    font-size: 18px;
}

#popup_container .popup_content .btn {
    cursor: pointer;
    margin: 0 auto;
    margin-top: 1rem;
    width: 100% !important;
    max-width: 200px;
    display: block;
}

@media screen and (max-width: 767px) {
    #popup_container {
        top: 40%;
        width: 350px;
    }
}


@media screen and (min-width: 991px) {
    .phone_number {
        white-space: nowrap;
    }
}

/* --- MARQUEE --- */
.marquee {
    position: relative;
    top: -30px;
    left: 0;
    width: 100vw;
    height: 30px;
    background-color: #382E2C;
    color: #FFF;
    overflow: hidden;
    z-index: 100;
}

.marquee-content {
    height: 100%;
}

.js-marquee-wrapper {
    height: 100%;
}

.js-marquee {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 80px;
    margin-right: 80px !important;
}

.js-marquee .marquee__part {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    max-height: 100%;
    font-size: 15px;
    white-space: nowrap;
    pointer-events: none;
}

#booking {
    bottom: 150px;
}

@media screen and (max-width: 991px) {
    .js-marquee {
        gap: 40px;
        margin-right: 40px !important;
    }
}

ul.map-info__ul {
    height: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}