.starting_price {
  display: none !important;
}
header .logo_link.logo_square img {
    max-height: 100px;
}
header.scrolled .logo_link.logo_square img {
    max-height: 100%;
}

.intro div .content .text {
    font-family: "Open Sans";
    font-weight: 300;
    line-height: 130%;
    font-size: calc(var(--fs-400) * 0.78);
}

.acc_calendar_popup .popup_accommodation_reserve .calendar_view .hss-calendar .accommodation_details {
    display: none !important;
}
.acc_calendar_popup .popup_accommodation_reserve .calendar_view .hss-calendar .calendar_columns {
    border-bottom: var(--b-100);
    border-color: #e2e2e2;
}

#top-bar.multi {
    background: #ffffff;
    height: 33px;
    position: relative;
}

#lang {
    position: absolute;
    right: 5rem;
    top: 0;
    z-index: 99999;
    width: 150px;
}

.multi #lang {
    top: 4px;
}

.wpml-ls-legacy-dropdown a {
    color: #fff;
    border: none;
    background-color: transparent;
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 16px;
}
.multi .wpml-ls-legacy-dropdown a {
    color: #000000;
}
.multi .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item {
    border-bottom: 1px solid #e7e7e7;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    border: 0.5em solid transparent;
    border-top: 0.5em solid;
}

.wpml-ls-legacy-dropdown a span {
    vertical-align: unset;
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a,
.wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover {
    color: #fff;
    background: transparent;
    border: none;
}

.multi .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a,
.multi .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover {
    color: #000000;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    border-top: none;
    background: #fff;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
    color: #000000;
    line-height: 2em;
}
#multiproperty {
    position: absolute;
    left: 5rem;
    top: 6px;
}
#multiproperty > a {
    color: #000;
    float: left;
    display: inline-block;
    margin-top: 2px;
}
.top-sep {
    display: inline-block;
    float: left;
    margin: 0 10px 0 5px;
    height: 22px;
    border-right: 1px solid #e6e6e6;
}
#multiproperty .dropdown {
    float: left;
    width: 250px;
    position: relative;
    margin-top: -5px;
    margin-left: -10px;
}
#multiproperty .dropdown ul {
    visibility: hidden;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    padding: 0;
    margin: 0;
    list-style-type: none;
    z-index: 101;
    background: #ffffff;
}
#multiproperty .dropdown ul li {
    border-bottom: 1px solid #e7e7e7;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
#multiproperty .dropdown a,
#multiproperty .drop-container {
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    text-decoration: none;
    line-height: 2em;
    padding: 10px;
}
#multiproperty .drop-container {
    padding: 0 10px;
}

#multiproperty .drop-container:after {
    content: "";
    vertical-align: middle;
    display: inline-block;
    border-top: 0.5em solid;
    position: absolute;
    right: 10px;
    top: calc(50% - 0.175em);
    border: 0.5em solid transparent;
    border-top: 0.5em solid;
}

#multiproperty .dropdown .drop-container:focus ul, #multiproperty .dropdown .drop-container:hover ul {
    visibility: visible;
    z-index: 99999;
}

.view_cancel {
    position: absolute;
    right: 20px;
    bottom: 10px;
    font-size: 13px;
    font-family: 'Open Sans';
    color: #000;
    text-decoration: none;
}

.pdf-price {
    color: #d63640;
    font-family: 'Open Sans';
    font-weight: 300;
    text-decoration: none;
    font-size: 20px;
    text-transform: none;
}

header nav ul li a {
    font-family: "Open Sans";
}


.calendar_view .hss-calendar .contact_information .form_group.full {
    grid-column: 1/span 2;
}
.calendar_view .hss-calendar .contact_information form textarea {
    font-family: "Open Sans";
    font-size: var(--fs-400);
    font-weight: 400;
    width: 100%;
    padding: 0.5rem;
    border: var(--b-100);
    border-color: #d0d0d0;
    background-color: transparent;
}
.calendar_view .hss-calendar .contact_information form textarea::placeholder {
    color: black;
}

.page-custom-content p {
    font-family: "Open Sans";
    font-size: calc(var(--fs-400) * 0.78);
    font-weight: 300;
    line-height: 130%;
    height: fit-content;
    margin-bottom: 30px;
}
footer .footer_top {
  background-color: #e4b477;
  color: #0d1f32;
}
footer .footer_bottom, footer .newsletter div form input, footer .newsletter div form button, footer .newsletter div form a  {
  background-color: #0d1f32;
  color: #e4b477;
}
footer ul.fast_links a, footer .contact a, footer .contact .email {
  color: #e4b477;
}
footer .social_media ul li a i {
  color: #0d1f32;
}
footer .contact .email i {
  -webkit-text-stroke-color: #e4b477;
}
header.scrolled {
  background-color: #0d1f32;
  box-shadow: 0px 5px 10px 0px rgba(13, 31, 50, .3);
}
header.scrolled nav ul li a {
  color: #e4b477;
}
header.scrolled .reserve_button a {
  border-color: #e4b477;
  color: #e4b477;
}

@media screen and (min-width: 64rem) {
    .calendar_view .hss-calendar .contact_information form textarea {
        font-size: var(--fs-300);
        border: var(--b-200);
        border-color: #d0d0d0;
    }
}

@media screen and (min-width: 120rem) {
    header nav ul li a {
        font-size: calc(var(--fs-400) * .99);
    }
}

@media screen and (max-width: 1024px) {
    #lang {
        right: 5px;
        width: 100px;
    }

    .popup_accommodation_reserve .wrapper .content > i {
        top: 5%;
    }

    #multiproperty {
        left: 10px;
    }
}