/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/** FONTS */
@font-face {
    font-family: "Helvetica-Light";
    src: url("fonts/1489426/c5adf088-7439-4a6b-acbd-bac43b29611f.eot?#iefix");
    src: url("fonts/1489426/c5adf088-7439-4a6b-acbd-bac43b29611f.eot?#iefix") format("eot"),
    url("fonts/1489426/029995c5-b31f-4d95-9db2-4d6118cfdb06.woff2") format("woff2"),
    url("fonts/1489426/8f4376e4-6220-436c-ba68-e2321411ef24.woff") format("woff"),
    url("fonts/1489426/1c42ea6a-313a-473e-94be-ba68020c82cb.ttf") format("truetype");
}

@import url("https://p.typekit.net/p.css?s=1&k=ijj5kdy&ht=tk&f=6768.6769.6770.6771.12046.12048&a=7032598&app=typekit&e=css");

@font-face {
    font-family: "baskerville-urw";
    src: url("https://use.typekit.net/af/a628ba/000000000000000000017918/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/a628ba/000000000000000000017918/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/a628ba/000000000000000000017918/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "baskerville-urw";
    src: url("https://use.typekit.net/af/088645/00000000000000000001791c/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/088645/00000000000000000001791c/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/088645/00000000000000000001791c/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 700;
}

.tk-adobe-garamond-pro {
    font-family: "adobe-garamond-pro", sans-serif;
}

.tk-baskerville-urw {
    font-family: "baskerville-urw", serif;
}

/** /FONTS */

/** HEADER */
header li a {
    transition: background-color 500ms, color 500ms;
}

header .sub-menu a,
header li:not(.login):not(.book-room):hover a {
    color: #b47a47 !important;
}

header .sub-menu li:hover a,
header .sub-menu:hover li:hover a {
    color: white !important;
    background-color: #283b4d;
}

header .sub-menu {
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

/** /HEADER */

/** FOOTER */

.gform_footer {
    white-space: nowrap;
}

/* Align the 'Sign up to to receive...' and first name form field */
.gform_wrapper form.gf_simple_horizontal {
    margin-left: 0 !important;
}

.gform_footer input {
    padding: 14px 16px;
    margin-top: -4px !important;
}

.gform_footer::after {
    /*
    font-family: 'Font Awesome 5 Free';
    font-weight: 900 !important;
    */
}

.book-room .fl-button-wrap {
    margin-top: 58px;
    white-space: nowrap;
}

.book-room .fl-button-wrap:after {
    /*
    color: #000;
    font-size: 14px;
    content: "\f30b";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900 !important;
    */
}

.book-room .fl-button-wrap a {
    padding: 14px 16px;
    color: #b0afab !important;
    background-color: transparent;
    transition: background-color 500ms, color 500ms;
}

.book-room .fl-button-wrap:hover a {
    color: white !important;
    background-color: #283b4d;
}

@media screen and (max-width: 768px) {
    .book-room .fl-button-wrap {
        margin-top: 0;
    }

    .book-room .fl-button {
        width: 100%;
        text-align: center;
    }
}

/** /FOOTER */

.fl-node-5db88b3e2a36e .uabb-gf-style .gform_wrapper .gform_footer input[type="submit"]:hover, .fl-node-5db88b3e2a36e .uabb-gf-style .gform_page .gform_page_footer input[type="button"]:hover, .fl-node-5db88b3e2a36e .uabb-gf-style .gform_page .gform_page_footer input[type="submit"]:hover {
    color: #fff !important;
    background: #c7c3b8 !important;
    border-color: #c7c3b8 !important;
}

li.book-room, li.book-room:hover {
    transition: all 250ms;
    /*border: 1px solid !important;*/
    border: none !important;
}
li.book-room:hover {
    background: #BCB9AE !important;
    color: white !important;
}
li.book-room:hover a {
    color: white !important;
}

li.login a {
    border: 1px solid #283b4d !important;
    margin: 0 0 0 10px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.fl-button {
    transition: all 250ms;
}


.room .btn.btn-default {
    border: 1px solid #283b4d !important;
}
.room .btn.btn-default:hover {
    border: 1px solid #c7c3b8 !important;
}

.room .btn.alt {
    position: relative;
    margin-left: 5px !important;
    background-color: transparent !important;
    color: #283b4d !important;
    border: 1px solid #283b4d !important;
}

.room .btn.alt:hover {
    background-color: #283b4d !important;
    color: white !important;
}

span.max {
    float: right;
}

.roam-find-room label {
    color: #283b4d !important;
}


li.book-room {
    background: #283b4d !important;
    margin: 0 0 0 20px !important;
    border: none !important;
}

li.book-room a {
    padding: 10px 15px !important;
    border: 1px solid #283b4d !important;
    color: #fff !important;
}

.book-room a:hover {
    color: white;
}

li.book-room:hover a {
    border: 1px solid #BCB9AE !important;
    background: #BCB9AE !important;
    color: white !important;
}

.icon_list_room a .elementor-icon-list-text {
    text-decoration: underline;
}
.link-decoration a .elementor-icon-list-text {
    text-decoration: underline;
}
.link-decoration a:hover .elementor-icon-list-text {
    text-decoration: underline;
    color: #283b4d !important;
}
.link-decoration a{
    text-decoration: underline;
}
.icon_list_room a:hover{
    color:#283b4d;
}
@media (max-width: 767px) {
    .list-icon-margin li{
       margin-bottom:10px!important;
    }
}
li.login a {
    padding: 10px 15px !important;
    border: 1px solid #283b4d !important;
    margin: 10px !important
}

li.login:hover a {
    background: #283b4d;
    border: 1px solid #283b4d !important;
    color: #fff !important;
}

@media only screen and (max-width: 1324px) {
    li.book-room {
        margin: 10px 10px 10px 10px !important;
    }

    li.book-room:hover a {
        /*color: #283b4d !important;*/
    }

    li.login a {
        margin: 0 10px 0 10px !important;
    }
}


.fl-menu-responsive-toggle-medium-mobile li.book-room {
    background: #fff;
    margin: 0;
}

.fl-menu-responsive-toggle-medium-mobile li.book-room a {
    border: none;
    /*color: #283b4d !important;*/
}

.fl-menu-responsive-toggle-medium-mobile li.login {
    background: #fff;
    margin: 0;
}

.fl-menu-responsive-toggle-medium-mobile li.login a {
    border: none;
    margin: 0;
}

/* Hamburger */
button.fl-menu-mobile-toggle.hamburger {
    background: #283b4d;
    color: white;
    padding: 10px;

}

.fl-node-601972e5bcbd9 .fl-menu .menu li {
    display: inline-block !important;

}

/* Home Page */
body.home .fl-row-bg-video .fl-bg-video {
    top: -35px;
}

/* Newsletter form (footer) */
form#gform_3 li {
    padding-right: 10px;
}

/* Book Room */

.roam-find-room .form-group label {
    color: #c8c8c8;
    font-size: 18px;
    font-weight: 300;
    font-family: 'helvetica-light';
}

.room .images {
    left: 0;
    overflow: hidden;
    position: relative;
    top: 0;
}

.room .thumbs .thumb {
    display: inline-block;
    margin-top: 5px;
    margin-right: 5px;
    text-align: left;
}

.room h3 {
    font-family: 'baskerville-URW';
    font-size: 26px;
    font-weight: 300;
}

.room strong {
    font-family: 'helvetica-light';
    font-size: 16px;
    font-weight: 600;

}

.room p {
    font-family: 'helvetica-light';
    font-size: 16px;
    font-weight: 400;
}

.room .btn {
    background: #283b4d !important;
    color: #fff !important;
    border: none !important;
    margin: 15px 0 !important;
}

.room .btn:hover a {
    border: 2px solid #BCB9AE !important;
    color: #fff !important;
}

.room .btn:hover {
    background: #BCB9AE !important;
}

.location-header .pp-primary-title {
    letter-spacing: 6px;
}

.events-archive .content {
    max-width: 100%;
    width: 100%;
    float: right;

}

.date-wrap {
    margin-right: 250px;
}

.fl-node-5dc97751ccb2d .uabb-blogs-pagination li span.page-numbers.current {
    color: #fff;
}

div.pp-content-post-data span.pp-post-title-divider {
    display: none;
}

.new_slider {
    background: #f5f5f3;
}

.new_slider .fl-slide-text p {
    font-family: Baskerville-URW, Times, serif;
    font-size: 35px;
    width: 300px;
    color: #283b4d !important;
}

.new_slider .fl-slide-foreground {
    display: flex;
}

.new_slider .fl-slide-content {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center
}

.new_slider .fl-slide-photo {
    margin: 0 !important;
}

.new_slider .fl-slide-content {
    margin: 0 !important;
}

.new_slider img {
    width: 100%;
}

.new_slider .fl-slide-foreground {
    max-width: 100%;
}

.section_three > .fl-row-content-wrap {
    background-size: 45% 72% !important;
}

.img_one {
    position: relative;
}

.img_one:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    height: 40px;
    width: 4px;
    background: #9d988f;
}

.img_two {
    position: relative;
}

.img_two:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    height: 40px;
    width: 4px;
    background: #c7c3b8;
}

.img_three {
    position: relative;
}

.img_three:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    height: 40px;
    width: 4px;
    background: #283b4d;
}

.title_box_img h2 {
    font-size: 32px;
}

@media (max-width: 1100px) {
    .first_section .fl-col-group {
        display: flex;
        flex-direction: column;
    }

    .first_section .fl-col {
        width: 100%;
    }

    .first_section .fl-module-content {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .first_section .fl-col-content.fl-node-content {
        min-height: auto !important;
    }

    .first_section .fl-module-content {
        margin-left: 15px;
        margin-right: 15px;
    }

    .new_slider .fl-builder-content .fl-slide-content {
        background-color: transparent !important;
    }

    .new_slider .fl-slide-content-wrap .fl-slide-content {
        background-color: transparent !important;
    }

    .new_slider .fl-slide-foreground {
        display: block;
    }
}

.new_slider .fl-content-slider-navigation path {
    fill: #000000;
}

.other_page_height iframe {
    height: 550px !important;
}

.text_section_new h1, .text_section_new h2 {
    text-align: center !important;
}

.first_bac .fl-row-content-wrap {
    padding-top: 300px;
    padding-bottom: 300px;
}

@media (max-width: 767px) {
    .first_bac .fl-row-content-wrap {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media (max-width: 1100px) and (min-width: 768px) {
    .new_slider .fl-slide {
        min-height: auto !important;
    }

    .new_slider .fl-content-slider {
        min-height: auto !important;
    }

    .new_slider .fl-content-slider-navigation svg {
        right: 13px
    }
}

.text_section a {
    text-decoration: underline;
}

@media (max-width: 1100px) and (min-width: 768px) {
    .new_slider .fl-slide-text p {
        font-size: 27px;
    }
}

/* .fl-post-content a {
	font-weight: bold;
} */

.about_info h2 {
    font-size: 60px !important;
    line-height: 78px;
}

.fl-node-qey37dpl9k6o,
.fl-node-tcgbe5d2zp9r {
    display: flex;
    width: 50%;
    margin: auto;
}

@media (max-width: 767px) {
    .fl-node-qey37dpl9k6o,
    .fl-node-tcgbe5d2zp9r {
        width: 100%;
    }

    .fl-node-8v794skoleay,
    .fl-node-mur06btwxfcl,
    .fl-node-vq5ug9l0b6fm,
    .fl-node-w0riyqf3ot4l,
    .fl-node-f2h5xnma6ygd,
    .fl-node-7ghqo0l85sju {
        display: flex;
        flex-direction: column-reverse;
    }

    .content_section h1,
    .content_section h2 {
        font-size: 32px !important;
        line-height: 41px !important;
    }

    .info_content {
        margin-top: -16px;
    }

    .info_content h3 {
        font-size: 22px !important;
        line-height: 28px !important;
    }

    .fl-node-ojg0u4cwb67r,
    .fl-node-rlg0p3xh7zo8,
    .fl-node-037rsegn4ivz {
        padding: 0 20px;
    }
}

.img_one.img_one_color:after {
    background: #283B4D;
}

.img_two.img_two_color:after {
    background: #283B4D;
}

.img_three.img_three_color:after {
    background: #283B4D;
}

.fl-node-st2zfcym1nik,
.fl-node-rxy5dwhf8z1g,
.fl-node-vzyui2473sap {
    display: flex;
}

.border_line {
    margin: auto;
}

.title_meeting {
    width: 665px;
    margin: auto;
}

@media (max-width: 767px) {
    .title_meeting {
        width: 100%;
        margin: auto;
    }
}

.content_section .fl-button {
    margin-top: 40px;
    margin-bottom: 20px;
}

.section_three.section_three_meeting > .fl-row-content-wrap {
    background-size: 45% 35% !important;
}

@media (max-width: 767px) {
    .fl-module-content {
        margin: 20px !important;
    }

    .fl-node-st2zfcym1nik, .fl-node-rxy5dwhf8z1g, .fl-node-vzyui2473sap {
        display: block;
    }
}

.elementor-column-gap-default > .image-section_box.elementor-column > .elementor-element-populated {
    padding: 0 !important;
}

.address_name p, .address_name a{
    font-family: 'Helvetica-Light', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 8px;
    margin: 0;
    color: #283B4D;
    text-decoration: underline;
}
.address_name a:hover{
    color: #283B4D;
}
.type_room {
    margin: 0 !important;
}

.icon_list_room ul {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 16px 32px;
    margin-bottom: 6px !important;
}

.icon_list_room li:nth-child(odd) {
    margin-right: 30px;
}

.search-section {
    width: 856px;
    margin: auto;
}

.tab-filter-section {
    width: 856px;
    margin: auto;
}

.tab-filter-section .jet-toggle__control {
    padding: 0;
}
@media (max-width: 767px) {
    .tab-filter-section {
        width: 100%;
    }
    .search-section {
        width: 100%;
    }
}
.header-text {
    text-align: center;
}
.header-text h2.elementor-heading-title {
    font-family: "baskerville-URW", Times, serif !important;
}
.text-font h2, .text-font h3,.text-font h3.elementor-heading-title{
    font-family: "baskerville-URW", Times, serif !important;
}
.header-text span {
    font-family: "Baskerville", Times, serif !important;
    font-weight: 300;
    font-style: italic;
}
.title-separate-room .jet-listing-dynamic-field__content{
    font-family:'baskerville-URW', Times, serif !important;
}
.title-name h2{
    font-family: 'baskerville-URW', Times, serif !important;
}
.page-id-13762.fl-full-width .container {
    width: 1340px;
}

.page-id-14798.fl-full-width .container {
    width: 1340px;
}

.address_name .jet-listing-dynamic-field__content {
    height: 32px;
    overflow: hidden;
}

.image-section_box_image a {
    height: 100%;
    width: 100%;
}

.image-section_box_image img {
    width: 100% !important;
}

.map-search .jet-listing-dynamic-image__img {
    width: 100% !important;
}

.map-search .image-section_box_image a {
    width: 100% !important;
}

.checkbox-list .jet-checkboxes-list-wrapper{
    display: grid;
    grid-template-columns: repeat(2, 1fr);

}

.checkbox-list .jet-checkboxes-list__row {
    margin-bottom: 0 !important;
    margin-right: 0 !important;
}

.checkbox-list__section .jet-toggle__content-inner {
    padding-left: 0 !important;
    padding-bottom: 0 !important;
}

.checkbox-list .jet-checkboxes-list__label {
    font-weight: 300;
    font-family: "Helvetica", sans-serif;
    color: rgba(51, 51, 51, 0.5);
}
@media (max-width: 767px) {
    .checkbox-list .jet-checkboxes-list__label{
        font-size:12px;
    }
}

.bold_text {
    color: #283b4d;
}

.list-room .jet-listing-grid__item {
    padding: 15px;
}

.tab-filter .elementor-button.elementor-size-md {
    padding: 0 !important;
}

.tab-filter .jet-unfold__trigger {
    margin-top: 0;
}

.checkbox-list {
    border-bottom: 1px solid #283B4D;
    padding: 0 10px 24px;
    margin-bottom: 24px !important;
}

.select-filter select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("/wp-content/uploads/2023/04/arrow-1.svg");
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 50%;
}

.slider-filter__box .jet-range__slider {
    margin: 0 0 15px;
}

.slider-filter__box .jet-range__inputs__container {
    position: relative;
}

.slider-filter__box .jet-range__inputs__container:after {
    content: "to";
    position: absolute;
    right: 46%;
    top: 50%;
    z-index: 9;
    transform: translate(-50%, -50%);
    font-family: "Helvetica", sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
}

li.book-room:hover a {
    border: 1px solid #BCB9AE !important;
    background: #BCB9AE !important;
    color: white !important;
}

li.login:hover a {
    background: #283b4d;
    border: 1px solid #283b4d !important;
    color: #fff !important;
}

@media only screen and (max-width: 1324px) {
    li.book-room {
        margin: 10px 10px 10px 10px !important;
    }

    li.book-room:hover a {
        /*color: #283b4d !important;*/
    }

    li.login a {
        margin: 0 10px 0 10px !important;
    }
}

.address_name {
    margin: 0 !important;
}

.type_room a {

    font-family: "baskerville-URW", sans-serif !important;
    font-weight: 400;
    font-size: 32px;
    line-height: 43px;
    margin: 0 0 16px !important;
    padding: 0 !important;
}
@media (max-width: 767px) {
    .type_room a {
        font-size: 22px;
        line-height: 33px
    }
}
.type_room a:hover {
    text-decoration: none;
}

.icon_list_room li {
    font-family: 'Helvetica', sans-serif !important;
    font-weight: 300 !important;
    font-size: 14px !important;
    line-height: 16px !important;
    color: #283B4D !important;
    min-width: 29%;
}

.button_room a {
    font-family: 'Helvetica', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #283B4D;
    padding: 17px 0;
    width: 100%;
}
@media (max-width: 767px) {
    .button_room a{
        padding: 13px 0;
    }
}

.elementor-column-gap-default > .link-section_box.elementor-column > .elementor-element-populated {
    padding: 0 !important;
}

.link-box_advanced a:hover {
    text-decoration: none;
}

.link-box_advanced a:hover span svg,
.link-box_advanced a:active span svg,
.link-box_advanced a:focus span svg {
    stroke: #ffffff !important;
}

#load_more:hover, #load_more:active {
    text-decoration: none !important;
    background: #283B4D !important;
}

.button_room a:hover {
    text-decoration: none;
    background: #bcb9ae;
}

.list-room .jet-listing-grid__loader {
    display: none;
}

.slider-filter__box .jet-range__inputs__group input[type="number"] {
    text-align: center;
}

.elementor-icon-list-item a:hover {
    text-decoration: none;
}
.icon_list_room .elementor-icon-list-item:nth-child(2){
    display: flex;
    justify-content: center;
}
@media (max-width: 767px) {
    .icon_list_room .elementor-icon-list-item:nth-child(2){
        justify-content: flex-start;
    }
}
.link-back ul {
    display: inline-block;
}

.filter-list-grid ::-webkit-scrollbar {
    width: 22px;
}

.filter-list-grid ::-webkit-scrollbar-track {
    background:  rgba(51, 51, 51, 0.5);
    border-left: 9px solid white;
    border-right: 9px solid white;
}

.filter-list-grid ::-webkit-scrollbar-thumb {
    background: #283B4D;
    border-left: 7px solid white;
    border-right: 7px solid white;
    height: 41px;
}
.list-section .jet-listing-grid .jet-engine-listing-overlay-wrap{
    display: flex;
    height: 100%;
}
.list-section .jet-listing-items{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.box-info-section{
    display: flex;
    height: 100%;
}
div[data-elementor-type="jet-listing-items"]{
    display: flex;
    height: 100%;
    flex-direction:column;
}
.repeater-locations .jet-listing-dynamic-repeater__items {
    justify-content: space-between!important;
    grid-gap: 20px;
}
.repeater-locations .jet-listing-dynamic-repeater__item {
    width: 25%;
}
@media (max-width: 767px) {
    .repeater-locations .jet-listing-dynamic-repeater__item {
        width: 100%;
    }
}
.description-icon .jet-listing-dynamic-repeater__items{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 30px 72px;
}
@media (max-width: 1199px) {
    .description-icon .jet-listing-dynamic-repeater__items {
        grid-template-columns: repeat(2,1fr);
    }
}
.title-accommodations .elementor-heading-title{
    width: 258px;
}
.description-icon p{
    text-align: center;
    padding: 0;
}
.description-icon .jet-listing-dynamic-repeater__item{
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.description-icon .jet-listing-dynamic-repeater__item p{
    font-family: 'Helvetica',sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
    margin-bottom: 4px;
}
.description-icon .jet-listing-dynamic-repeater__item p:last-child{
    font-family: 'Helvetica',sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    color: #333333;
}
.description-icon .jet-listing-dynamic-repeater__item img{
    margin-bottom: 16px;
    height: 58px;
}
.icon-info .jet-listing-dynamic-repeater__item{
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
.icon-info .jet-listing-dynamic-repeater__item:last-child{
    margin-bottom: 0;
}
.icon-info .jet-listing-dynamic-repeater__item p{
    margin: 0;
    font-family: 'Helvetica',sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
    margin-left: 14px;
}
.gallery-room img{
    border:unset!important;
}

.gallery-room img:hover{
    border: unset!important;
    box-shadow: 1px 0px 13px 3px rgba(128,128,128,0.6);
}
.gallery-room .gallery-item{
    margin-top: 0!important;
}
.separate-room-text a:hover,
.separate-room-text a:visited,
.separate-room-text a:active,
.separate-room-text a:focus{
    color: #283B4D;
}
.separate-room-text a{
    text-decoration: underline;
}

.room-link-box a:hover{
    text-decoration: none;
}
.room-link-box .elementor-element-populated {
    display: flex;
}
.room-link-box .elementor-element {
    width: 21%;
}
@media (max-width: 1199px) {
    .room-link-box .elementor-element {
        width: 100%;
        margin:auto;
    }
}
.policy-box a{
    text-decoration: underline;
}
.info-location-room h3{
    font-family: 'Helvetica',sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 16px;
    margin-top: 0;
    letter-spacing:0.1em;
}
.info-location-room p{
    font-family: 'Helvetica',sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #333333;
    margin-bottom: 6px;
}
@media (max-width: 767px) {
    .info-location-room p{
        font-size: 18px;
        line-height: 21px;
    }
    .info-location-room h3{
        font-size: 16px;
        line-height: 19px;
    }
}
.border-section{
    background: #FFFFFF;
    border: 2px solid rgba(51, 51, 51, 0.39);
    padding: 20px;
}
.border-section .elementor-column-gap-default>.elementor-column>.elementor-element-populated{
    padding: 0;
}
.border-section .elementor-widget,.border-section p{
    margin: 0!important;

}
.btn-open-modal{
    margin-bottom: 0!important;
    display: flex;
    justify-content: center;
}
.btn-open-modal .elementor-heading-title{
    width: 186px;
    background: #283B4D;
    padding: 17px 0;
    display: flex;
    justify-content: center;
    cursor: pointer;
}
.btn-open-modal .elementor-heading-title:hover{
    text-decoration: none;
    background: #BCB9AE;
    transition: all 250ms;
}
.name-room .jet-listing-dynamic-field {
    background:#F5F5F3;
    font-family: 'Helvetica',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: rgba(51, 51, 51, 0.5);
    padding: 16px;
}
.name-location  .jet-listing-dynamic-field {
    background:#F5F5F3;
    font-family: 'Helvetica',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: rgba(51, 51, 51, 0.5);
    padding: 16px;
}
.input-request{
    height: 50px;
    background: #F5F5F3!important;
    border-radius: 0!important;
    border:none!important;
}
.info-border-box{
    padding: 32px;
    background: #F5F5F3;
}
.info-border-box .elementor-column-gap-default>.elementor-column>.info-border-box>.elementor-element-populated{
    padding: 0!important;
}

.btn-close {
    cursor: pointer;
    position: absolute;
    top: 40px;
    right:40px;
    width: 21px;
    height:21px;
    float: right;
}

.btn-close::before,
.btn-close::after {
    content: '';
    height: 2px;
    display: block;
    background: #283B4D;
}

.btn-close::before {
    margin-top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-close::after {
    margin-top: -2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.custom-modal {
    display: flex;
    z-index: 999;
    width: 100%;
    height: 100%;
    position: fixed;
    visibility: hidden;
    top: 0;
    left: 0;
    background: rgba(25, 18, 12, 0.3);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.custom-modal.open_modal{
    visibility: visible;
    opacity: 1;
    background: rgba(40, 59, 77, 0.1);
    backdrop-filter: blur(10px);
}
.modal-box {
    background: #F5F5F3;
    box-shadow: 0px 231px 92px rgba(0, 0, 0, 0.01), 0px 130px 78px rgba(0, 0, 0, 0.05), 0px 58px 58px rgba(0, 0, 0, 0.09), 0px 14px 32px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
    display: inline-block;
    width: 636px;
    position: relative;
    margin: auto;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform: scale(0.7);
    padding: 40px 40px 64px;
    max-height: 99vh;
    overflow: scroll;
}

.custom-modal.open_modal .modal-box {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.custom-modal .modal-title{
    font-family: 'Helvetica',sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    text-align:center ;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #283B4D;
    padding: 40px;
}
.box-info-section .elementor-column:hover{
    cursor:default;
}
.price-room .jet-listing-dynamic-field__content{
    font-family: "baskerville-URW", sans-serif !important;
    font-weight: 300;
    text-align: center;
}
.price-room .jet-listing-dynamic-field{
    justify-content: center!important;
}
.btn-book-now{
    margin-bottom: 0!important;
    display: flex;
    justify-content: center;
}
.btn-book-now .elementor-heading-title a{
    width: 186px;
    background: #283B4D;
    padding: 17px 0;
    display: flex;
    justify-content: center;
    cursor: pointer;
}
.btn-book-now .elementor-heading-title a:hover{
    text-decoration: none;
    background: #BCB9AE;
    transition: all 250ms;
}
.page .map-filter.elementor-element.elementor-element-5ec0c83 .jet-map-marker:hover path.fill-change {
    fill: #283B4D!important;
    fill-opacity:1 ;
}
.page .map-filter.elementor-element.elementor-element-5ec0c83 .jet-map-marker:hover path{
    fill: #ffffff!important;
}
.map-filter .jet-map-close{
    display: none;
}
.map-filter .elementor-column-gap-default>.elementor-column>.elementor-element-populated{
    padding: 3px;
}
.page .elementor-element.elementor-element-001cbdd.map-search.map-filter .jet-map-marker:hover path.fill-change {
    fill: #283B4D!important;
    fill-opacity:1 ;
}
.page .elementor-element.elementor-element-001cbdd.map-search.map-filter .jet-map-marker:hover path{
    fill: #ffffff!important;
}
.thank-title .elementor-heading-title{
    font-family: "baskerville-URW", Times, serif !important;
    font-weight: 300;
}
.thank-content p{
    font-family: "baskerville-URW", Times, serif !important;
    font-weight: 300;
}
.page-template-elementor_header_footer{
    background: #ffffff!important;
}
.link-btn a:hover{
    text-decoration: none;
}
.thank-text p{
    font-family: "baskerville-URW", Times, serif !important;
    font-weight: 300;
}
.thank-box{
    position: relative;
}
.thank-box__content{
    position: absolute;
    left: 233px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
}
.thank-box__content.small-content{
    left: 180px;
}
.thank-box__content_left{
    border: 4px solid #FFFFFF;
    width: 484px;
    position: absolute;
}
.thank-box__content_left p{
    font-family: 'Helvetica',sans-serif;
    font-weight: 300;
    font-size: 54px;
    line-height: 96px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 24px;
    width: 183px;
}
.thank-box__content_left.small-content_left p{
    width: 235px;
}
.thank-box__content_right{
    width: 636px;
    background: #FFFFFF;
    padding: 40px;
    margin-left: 260px;
    z-index: 9;
}
.thank-box__content_right h3{
    font-family: "baskerville-URW", Times, serif !important;
    font-weight: 300;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    color: #283B4D;
    padding-bottom: 24px;
    margin: 0;
}
.thank-box__content_right p{
    font-family: 'Helvetica',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #333333;
    padding-bottom: 24px;
}
.thank-box__content_right_link{
    display: flex;
    justify-content: center;
}
.thank-box__content_right a{
    width: 215px;
    background: #283B4D;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 17px 0;
    font-family: 'Helvetica',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
}
.thank-box__content_right a:hover{
    text-decoration: none;
    background: #BCB9AE;
}
.thank-left-column{
    width: 749px!important;
}
@media (max-width: 1199px) {
    .thank-box__content_right h3{
        font-size: 22px;
        line-height: 28px;
    }
    .thank-box__content_right{
        width:100%;
        margin:0;
        padding:20px;
    }
    .thank-box__content_right a{
        width:100%;
    }
    .thank-left-column{
        width: 100%!important;
    }
    .thank-box__content_left.small-content_left p{
        width: 100%;
    }
    .thank-box__content{
        position: relative;
        flex-direction:column;
        padding:20px;
        transform:translateY(-20%);
        top:0;
        left:0;
    }
    .thank-box__content.small-content{
        left: 0;
        flex-direction:column;
        position: relative;
        padding:20px;
        transform:translateY(-25%);
        top:0;
    }
    .thank-box__content_left{
        border: 2px solid #FFFFFF;
        width: auto;
        position: static;
    }
    .thank-box__content_left p{
        font-weight: 300;
        font-size: 34px;
        line-height: 46px;
        margin: 24px;
        width: auto;
    }
}
.list-meet{
    display: flex;
    justify-content: space-between;
}
.list-meet .elementor-container{
    width: 100%;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
	.list-meet .elementor-container{
    	justify-content: center;
	}
}

.list-meet__box{
   width: 344px!important;
    position: relative;
}
.no-hover a:hover{
    text-decoration: none!important;
}
.all-inclusive-section{
    display: flex;
    justify-content: center;
}
.all-inclusive-section .elementor-container{
    width: 615px;
}
.form-columns-2{
    display: flex!important;
}
.image-room{
    height: 433px;
}
/* Slider-testimonials */
.slider-testimonials .jet-carousel__item-inner {
	background: #fff;
	padding-top: 40px;
}

.slider-testimonials .slick-track {
	display: flex;
}

.slider-testimonials .slick-track .slick-slide{
	display: flex;
	height: inherit !important;
}

@media screen and (max-width: 768px) {
	.slider-testimonials .jet-carousel__item-inner {
		padding-top: 20px;
	}
}
.apply-filters__button:focus,.apply-filters__button:active{
    color:white!important;
    background:#BCB9AE!important;
}

.input-date {
    position: relative;
}
.input-date::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: transparent;
}
.input-date::-webkit-inner-spin-button,
.input-date::-webkit-clear-button {
    z-index: 1;
}