@font-face {
    font-family: 'ETmodules';
    font-display: block;
    src: url('/modules.woff') format('woff'),
        url('/modules.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url('/fa-solid-900.woff2') format('woff2'),
        url('/fa-solid-900.woff') format('woff');
}

:root {
    --main-color: #d4af37;
}

:root {
    --ldg-psb-background: transparent;
    --ldg-psb-border-radius: 0.42em;
    --ldg-psb-padding: 0px;
    --ldg-psb-input-background: transparent;
    --ldg-psb-button-border-radius: 0.42em;
    --ldg-psb-color-primary: var(--main-color);
    --ldg-psb-color-primary-lighter: #ead79b;
    --ldg-psb-color-primary-darker: #6a581c;
    --ldg-psb-color-primary-contrast: #ffffff;
    --ldg-semantic-color-primary: var(--main-color);
    --ldg-semantic-color-primary-lighter: #ead79b;
    --ldg-semantic-color-primary-darker: #6a581c;
    --ldg-semantic-color-primary-contrast: #ffffff;
    --ldg-component-modal-z-index: 999;
}

:root {
    --ldg-bnb-background: #ffffff;
    --ldg-bnb-border-radius: 0.42em;
    --ldg-bnb-padding: 0px;
    --ldg-bnb-input-background: #ffffff;
    --ldg-bnb-button-border-radius: 0.42em;
    --ldg-bnb-color-primary: var(--main-color);
    --ldg-bnb-color-primary-lighter: #ead79b;
    --ldg-bnb-color-primary-darker: #7d6300;
    --ldg-bnb-color-primary-contrast: white;
    --ldg-component-calendar-cell-selection-bg-color: var(--main-color);
    --ldg-component-calendar-cell-selection-color: #333333;
    --ldg-component-calendar-cell-selected-bg-color: #ead79b;
    --ldg-component-calendar-cell-selected-color: #333333;
    --ldg-bnb-font-family: inherit;
}

[data-testid="book-now-box"] {
    min-width: 100%;
    box-shadow: unset;
    text-align: center;
}

[data-testid="book-now-box.cta-button"]:hover {
    background-color: transparent !important;
    border: 1px solid var(--main-color);
    color: var(--main-color) !important;
}

[data-testid="book-now-box.cta-button"] {
    border: 1px solid transparent;
    transition: all 0.3s ease;
}
.css-1n6bo {
    border: unset;
}

.css-1mwn02k {
    justify-content: center;
}

#lodgify-book-now-box {
    width: 100%;
}

#lodgify-search-bar {
    width: 100%;
}

#portable-search-bar {
    min-width: 100%;
    font-family: 'Montserrat';
}

#portable-search-bar>div:first-child {
    display: none;
}

#portable-search-bar>a:last-of-type {
    max-width: 25%;
    font-weight: 500;
    transition: all 0.3s ease;
}


#portable-search-bar>a:last-of-type:hover {
    background-color: transparent;
    border: 1px solid white;
}

#portable-search-bar>a:last-of-type svg {
    margin-right: 10px;
}

* {
    outline: none
}

.w-webflow-badge {
    display: none !important;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
    color: inherit;
    text-decoration: none;
}

.call-button div:before {
    font-family: 'ETmodules';
    content: '\e090';
    display: inline-block;
    vertical-align: middle;
    padding-right: 3px;
    font-size: 1em;
}

.call-button:hover div {
    opacity: 0.7;
}

.swiper-arrow-prev:before {
    content: "4";
    font-family: 'ETmodules';
    line-height: 1;
}

.swiper-arrow-next:before {
    content: "5";
    font-family: 'ETmodules';
    line-height: 1;
}

.swiper-arrow-prev {
    left: -22px;
}

.swiper-arrow-next {
    right: -22px;
}

.swiper-arrow-prev,
.swiper-arrow-next {
    opacity: 0;
}

.slides:hover .swiper-arrow-prev {
    left: 22px;
    opacity: 1;
}

.slides:hover .swiper-arrow-next {
    right: 22px;
    opacity: 1;
}

p:last-of-type {
    padding-bottom: 0;
}

.swiper-slide-active {
    z-index: 10;
}

.social-media-icon,
.header-social-icon {
    font-family: 'ETmodules';
    font-size: 16px;
    line-height: 32px;
    height: 32px;
    width: 32px;
}

.social-media-icon[social="instagram"]:before,
.header-social-icon[social="instagram"]:before {
    content: "\e09a";
}


.social-media-icon[social="facebook"]:before,
.header-social-icon[social="facebook"]:before {
    content: "\e093";
}

.social-media-icon[social="twitter"]:before,
.header-social-icon[social="twitter"]:before {
    content: "\e094";
}

.social-media-icon[social="google+"]:before,
.header-social-icon[social="google+"]:before {
    content: "\e096";
}

.social-media-icon[social="youtube"]:before,
.header-social-icon[social="youtube"]:before {
    content: "\E0A3";
}

.social-media-icon[social="linkedin"]:before,
.header-social-icon[social="linkedin"]:before {
    content: "\E09D";
}

.footer-icon[footer-icon="map"] {
    font-family: 'ETmodules' !important;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

.object-description {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fa-user:before {
    content: "\F007"
}

.fa-bed:before {
    content: "\F236"
}

.fa-bath:before {
    content: "\F2CD"
}

.header-wrapper.fixed {
    position: fixed !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    z-index: 10010;
    left: 0;
    top: 0;
    bottom: auto;
    margin-top: 0;
    box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.29);
}

.header-wrapper.fixed .menu-logo {
    width: 220px;
}

.sub-menu {
    opacity: 0;
    visibility: hidden;
}

.menu-item-wrapper:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

.sub-menu-item:hover .sub-menu-item-text {
    background-color: rgba(0, 0, 0, .03);
    opacity: .7
}

.menu-item-inner[submenu="false"] {
    padding-right: 0;
}

.reviews-pagination-dot svg {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.reviews-pagination-dot.active svg {
    background-color: #999;
}

.reviews-pagination-dot:hover svg {
    background-color: #111;
    color: #111;
}

.contacts-container .contacts-column:last-child {
    border: 0;
}

.object-gallery-arrow-left::before,
.object-gallery-arrow-right::before {
    font-family: 'FontAwesome';
    font-weight: 900;

}

.object-gallery-arrow-left::before {
    content: "\F104";
}

.object-gallery-arrow-right::before {
    content: "\F105";
}

.w-lightbox-strip {
    overflow-x: hidden;
}

.share-button::before {
    color: #666666;
    font-family: FontAwesome;
    font-weight: 900;
    content: "\f064";
    margin-right: 5px;
}

.rates-table .rates-cell:nth-child(5n+1) {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.rates-table .rates-cell:nth-child(5n) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.object-nav-wrapper.fixed .object-nav-item.is--active {
    color: white;
    font-weight: 700;
}