html, body {
    line-height: 150% !important;
}

.section + .section {
    margin-top: 50px;
}

#header .menu_left ul.menu ul.sub-menu {
    max-height: calc(100vh - 190px);
    overflow-y: scroll;
    scrollbar-width: unset;
    scrollbar-color: unset;
}

#header .menu_left ul.menu ul.sub-menu::-webkit-scrollbar {
    width: 8px !important;
    height: 10px !important;
}

#header .menu_left ul.menu ul.sub-menu::-webkit-scrollbar-track {
    background: transparent;
}

#header .menu_left ul.menu ul.sub-menu::-webkit-scrollbar-thumb {
    border-radius: 8px !important;
    background: var(--main) !important;
}

.post_preview.layout_list.variant_light, .post_preview.layout_list.variant_dark, .post_preview.layout_grid.variant_light, .post_preview.layout_grid.variant_dark, .section.post_preview.layout_carousel_full.variant_light, .section.post_preview.layout_carousel_full.variant_dark {
    padding-top: 50px;
    padding-bottom: 50px;
}

/* Customization of deform style to show CTA only */
body.page-template-template-wedding .section.section_deform .request_info,
body.page-template-template-meetings .section.section_deform .request_info,
body.page-template-template-meeting-room .section.section_deform .request_info {
    background-color: transparent;
    padding: 0;
}

body.page-template-template-wedding .section.section_deform .request_info .section_title,
body.page-template-template-meetings .section.section_deform .request_info .section_title,
body.page-template-template-meeting-room .section.section_deform .request_info .section_title {
    display: none;
}

body.page-template-template-wedding .section.section_deform .request_info .btns .book a:hover,
body.page-template-template-meetings .section.section_deform .request_info .btns .book a:hover,
body.page-template-template-meeting-room .section.section_deform .request_info .btns .book a:hover,
.section.section_deform .request_info .btns .book a:focus {
    border-color: var(--highlighted);
    color: var(--highlighted);
}

body.page-template-template-wedding .section.section_deform .request_info .btns .book a:hover:after,
body.page-template-template-meetings .section.section_deform .request_info .btns .book a:hover:after,
body.page-template-template-meeting-room .section.section_deform .request_info .btns .book a:hover:after,
.section.section_deform .request_info .btns .book a:focus:after {
    border-color: var(--highlighted);
}

/* Room features block */

@media (min-width: 768px) {
    .section.room_features .features_services {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (min-width: 1025px) {
    .section.room_features .features_services .the_title {
        margin-bottom: 60px;
    }
}

#footer_wrapper {
    margin-top: 50px;
}

#menu_sidebar_wrap .menu_sidebar {
    scrollbar-width: thin;
}

@media (min-width: 768px) {
    .post_preview.layout_alternating .item_wrap .item .description_wrap .description {
        width: 80%;
    }
}

.section.menus_carousel .pdf a:before {
    display: none;
}

.section.services_grid .item_wrap .item .btns .info {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    text-align: center;
    position: relative;
    background-color: unset;
    color: unset;
}

.section.services_grid .item_wrap .item .btns .info a {
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    justify-content: center;
    padding: 0 1.5em;
    height: 100%;
    border-radius: 50px;
    font-family: var(--first_font);
    font-size: var(--font_size);
    font-style: normal;
    text-align: center;
    text-decoration: none;
    z-index: 1;
    position: relative;
    line-height: 120%;
    border-width: 1px;
    border-style: solid;
    min-width: 160px;
    width: 100%;
    letter-spacing: var(--letter-spacing);
    transition: all .3s ease;
    background-color: var(--main_color);
    color: var(--main_color_associate);
    border-color: var(--main_color);
}

.section.services_grid .item_wrap .item .btns .info a:hover {
    background-color: transparent;
}

.section.services_grid .item_wrap .item .btns .info a:after {
    transition: all .3s ease;
    content: "";
    height: auto;
    width: auto;
    position: absolute;
    z-index: 1;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border: 4px solid transparent;
    border-radius: 50px;
}


/* Text editor WYSIWYG frontend style */
.the_content h1, .the_content h2, .the_content h3, .description h1, .description h2, .description h3 {
    font-family: "Montserrat", sans-serif;
}

.the_content h1, .description h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 42px;
    font-weight: bold;
}

.the_content h2, .description h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    font-weight: bold;
}

.the_content h3, .description h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: bold;
}

.the_content h4, .the_content h5, .the_content h6, .description h4, .description h5, .description h6 {
    font-family: "Roboto", sans-serif;
}

.the_content h4, .description h4 {
    font-size: 24px;
}

.the_content h5, .description h5 {
    font-size: 18px;
}

.the_content h6, .description h6 {
    font-size: 12px;
}

h1, .the_title:is(h1)  {
    font-family: "Montserrat", sans-serif;
    font-size: 42px;
    font-weight: bold;
}

h2, .the_title:is(h2) {
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    font-weight: bold;
}

.the_subtitle:is(h2), .section_subtitle:is(h2), .section_subtitle:is(h3), .the_subtitle:is(h3) {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: bold;
}

h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: bold;
}

h4 {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
}

h5 {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
}

h6 {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
}

.de_block_gallery .the_content {
    margin-bottom: 2em;
}

.section.menus_carousel .wrap .title:is(h2) {
    font-size: 36px;
    font-weight: bold;
}


@media (min-width: 1200px)  {
    body.rtl {
        #header {
            .menu_left ul.menu > li {
                padding-left: 8px;
                padding-right: 8px;
            }
            .menu_left ul.menu {
                width:100%;
            }
            .menu_left ul.menu>li>a {
                font-size: 0.97rem;
            }
            .container {
                padding-right:5px;
                padding-left:5px;
            }
            #logo {
                width: 160px;
            }
        }
        #open_menu {
            margin-right:10px;
            margin-left: 10px;
        }
        #main_book {
            margin-right:0;
        }

    }
}