.mobile_book_button.hide {
    bottom: 0 !important;
}

.mobile_rooms_book_btn {
    display: block;
    clear:both;
    background: #8f711e url(/wp-content/themes/sofitel-template/images/white_arrow.png) no-repeat 85% 50% !important;
    font-family: 'ClanOT-ExtdBook', sans-serif;
    border: none;
    color: #fff !important;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 70px 0 30px;
    font-size: 11px !important;
    box-sizing: border-box;
}
#extended_menu .mobile_rooms_book_btn {
    display: block !important;
    text-decoration: none;
    clear:both;
    width: 70%;
    margin: 170px auto 20px auto;
}

@media (max-width: 800px) {
    .home #highlighted ul li.withbutton {
        height: 625px !important;
    }
    .home #highlighted ul li.withbutton .mobile_rooms_book_btn {
        display: block !important;
    }
    #extended_menu .mobile_rooms_book_btn {
        margin: 70px auto 20px auto;
    }
}


.nl_popin_content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    max-width: 640px;
    padding: 40px;
    overflow: hidden;
}

.nl_popin_content .required {
    color: #a98524;
    font-weight: bold;
    font-size: 120%;
    margin: 0 4px;
}

.nl_popin_content .title {
    font-family: 'ClanOT-ExtdBook', sans-serif;
    color: #000;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}

.nl_popin_content .title small {
    font-size: 20px;
}

.nl_popin_content .title strong {
    font-weight: normal;
    color: #a98524;
}

.nl_popin_content .text {
    font-family: 'Garamond Premr Pro', sans-serif;
    font-size: 20px;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
    line-height: 150%;
}

.nl_popin_content .form {
    text-align:center;

}

.nl_popin_content form {
    display: block;
}

.nl_popin_content form > div.fld {
    width: 48%;
    margin: 5px 1%;
    float: left;
    clear: none;
}
.nl_popin_content form > div.fld input{
    width: 100%;
}
.nl_popin_content form > div.fld.submit {
    padding-top: 0;
}

.nl_popin_content form > div.fld.legend {
    text-align: left;
}


.nl_popin_content form > div.fld.submit input {
    margin-left: 0;
    margin-top: 0;
    float: right !important;
}

.nl_popin_content .image {
    min-width: 200px;
    max-width: 450px;
    margin: 0 auto 40px auto;
}
.nl_popin_content .image img {
    width: 100%;
    height: auto;
}

.nl_popin_content .thankyou {
    font-family: 'Garamond Premr Pro', sans-serif;
    font-size: 32px;
    color: #000;
    text-align: center;
    line-height: 150%;
}

@media ( max-width: 768px ) {
    .nl_popin_content {
        padding: 30px 20px 20px 20px;
    }

    .nl_popin_content .title {
        font-size: 20px;
        line-height: 150%;
    }

    .nl_popin_content .title small {
        font-size: 16px;
        line-height: 130%;
    }

    .nl_popin_content .text {
        font-size: 16px;
        line-height: 150%;
    }

    .nl_popin_content form .txt {
        width: 100%;
        margin:0;
    }

    .nl_popin_content form .btn {
        width: 100%;
        margin:10px 0 0 0;
    }
}

#booking{
    height: 70px;
}

#booking_direct{
    display: table;
    margin: 0 auto;
    background: rgba(0,0,0,0.6);
    position: relative;
    width: 820px;
}

#booking_direct p{
    color: white;
}

#booking_direct a{
    color: white;
    padding-left: 5px;
}

#booking #bookingform-home{
    padding: 20px 50px 10px !important;
}

#booking_direct a:hover{
    text-decoration: underline;
}

.sbx-embedded-form{
    left: 38%;
    position: relative;
    width: 290px;
}

.sbx-embedded-form iframe{
    height: 700px;
}

.bulletproof_button_medium{
    position: relative;
    right: 8px;
}

.page-template-template-talkbox .wp__thecontent p{
    text-align: center;
}
.page-template-template-talkbox .wp__thecontent p:last-child:after{
    content: '🥂';
}

@media (max-width: 450px){
    .sbx-embedded-form{
        left: 22%;
    }
}

body.page-id-3108 .news-section li.news span.read {
    font-size: 13px !important;
    font-weight: 600;
}

#revinate_contact_api_form fieldset {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

#revinate_contact_api_form .fld {
    flex: 0 0 calc(50% - 10px);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

#revinate_contact_api_form label {
    font-size: 12px;
}

#revinate_contact_api_form .fld.birthday {
    flex: 0 0 calc(50% - 10px);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#revinate_contact_api_form .fld.birthday label {
    flex: 1 1 100%;
}

#revinate_contact_api_form input,
#revinate_contact_api_form select {
    width: auto !important;
    font-size: 9px;
}

#revinate_contact_api_form select {
    flex: 1 1 33%;
    text-align: center;
}

#revinate_contact_api_form .button  {
    flex: 1 1 100%;
    margin-top: 1rem;
}

#revinate_contact_api_form .button button {
    appearance: none;
    background: #a98524 !important;
    border: none;
    color: #fff !important;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    font-family: 'ClanOT-ExtdBook', sans-serif !important;
    text-align: left;
    height: 50px !important;
    line-height: 50px !important;
    font-size: 9px !important;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 20px;
    text-shadow: initial !important;
    width: auto !important;
}

body.page-template-template-talkbox #revinate_contact_api_form {
    width: 100%;
}

body.page-template-template-talkbox #revinate_contact_api_form fieldset{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

body.page-template-template-talkbox #revinate_contact_api_form fieldset > div{
    flex: 0 0 calc(50% - 1rem);
    display: block;
}
body.page-template-template-talkbox #revinate_contact_api_form fieldset > div.button {
    flex: 1 1 100%;
}

body.page-template-template-talkbox #revinate_contact_api_form input, #revinate_contact_api_form select {
    width: 100% !important;
}

body.page-template-template-talkbox #revinate_contact_api_form > fieldset > div:nth-child(8) > select:nth-child(2),
body.page-template-template-talkbox #revinate_contact_api_form > fieldset > div:nth-child(8) > select:nth-child(3),
body.page-template-template-talkbox #revinate_contact_api_form > fieldset > div:nth-child(8) > select:nth-child(4) {
    display: inline-block;
    width: 33.3% !important;
}

@media screen and (max-width: 767px) {
    body.page-template-template-talkbox #revinate_contact_api_form fieldset > div{
        flex: 1 1 100%;
    }

}

#spas {
    background: #F6F8F8;
}


/* ADDITIONAL CONTENT #1 */

#additional_block {
    padding-top: 6rem;
}

#additional_block .children-wrap {
    display: flex;
    flex-flow: row wrap;
    gap: 2rem 1rem;
    padding: 40px 20px 100px;
}

#additional_block .children-wrap .single-child-wrap {
    flex: 0 1 calc( 50% - 0.5rem);
}

#additional_block .children-wrap .single-child-wrap .title-section {
    font-size: 1.5rem;
    padding: 1rem 0;
    text-decoration: none;
    color: #000;
}

#additional_block .children-wrap .single-child-wrap .title-link {
    color: #000;
    transition: color 0.25s ease-in-out;
}

#additional_block .children-wrap .single-child-wrap .title-link:hover {
    color: #8f711e;
}

#additional_block .children-wrap .single-child-wrap .description {
    font-family: 'Garamond Premr Pro', sans-serif;
    line-height: 130%;
    font-size: 18px;
}

#additional_block .children-wrap .single-child-wrap .gallery-wrapper {
    width: 100%;
    height: 300px;
}

#additional_block .children-wrap .single-child-wrap .gallery-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media screen and (min-width: 0) and (max-width: 767px) {
    #additional_block .children-wrap {
        padding: 1rem 0 80px;
    }
    #additional_block .children-wrap .single-child-wrap {
        flex: 1 1 100%;
    }
}

#additional_text_ethic {
    padding-top: 60px;
}

#sustainable_logo {
    width: 100%;
    height: 80px;
    max-width: 340px;
    padding-top: 20px;
}

#sustainable_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left;
}

@media screen and (max-width: 991px) {
    #sustainable_logo {
        clear: both;
        height: 40px;
        padding: 0;
        margin: 20px auto;
    }
    #sustainable_logo img {
        object-position: center;
    }
}