@charset "UTF-8";
/*
* Default theme style
*/
@import url("https://fonts.googleapis.com/css2?family=Baskervville:ital@0;1&display=swap");
.padding-top {
  padding-top: 60px !important;
}

.container {
  max-width: 1400px;
  width: 95%;
  margin: auto;
  display: block;
}
.container.full-90 {
  max-width: 2000px;
}
.container.container-1000 {
  max-width: 1000px;
}
.container.second {
  max-width: 900px;
}

.property-information {
  padding: 0px !important;
}
.property-information .internal-form {
  display: flex;
  gap: 25px;
}
.property-information .internal-form .form-filter {
  background-color: #000;
  max-width: 250px;
  padding: 50px 20px;
  position: relative;
}
.property-information .internal-form .form-filter .filters {
  position: sticky;
  top: 150px;
}
.property-information .internal-form .form-filter h3 {
  text-align: left !important;
  color: #f48700 !important;
  cursor: pointer;
  font-size: 20px;
}
.property-information .internal-form .form-filter h3:after {
  margin: 0px 0px 0px 10px;
  content: "+";
  display: inline-block;
  font-size: 12px;
}
.property-information .internal-form .form-filter .option {
  margin: 0px 0 10px;
  max-height: 0px;
  overflow: auto;
}
.property-information .internal-form .form-filter .option p {
  text-align: left !important;
  font-size: 14px !important;
  margin: 0px !important;
}
.property-information .internal-form .form-filter .option p strong {
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 10px;
}
.property-information .internal-form .form-filter .option input[type=radio] {
  vertical-align: middle;
  margin-right: 10px;
}
.property-information .internal-form .form-filter .active h3:after {
  content: "-";
}
.property-information .internal-form .form-filter .active .option {
  max-height: 300px;
  margin-bottom: 25px;
}
.property-information .internal-form .properties-cities {
  padding: 50px 0;
}
.property-information .internal-form .properties-cities h3 {
  margin: 0px 0px 35px !important;
  padding: 0px;
  text-decoration: none;
  color: #f48700;
}
.property-information .card-property {
  display: flex;
  gap: 0px;
  margin-bottom: 50px;
  background-image: linear-gradient(90deg, #141414 0%, #141414 50%, rgba(34, 34, 34, 0) 100%);
  align-items: center;
}
.property-information .card-property .image-property {
  width: calc(100% - 700px);
  overflow: hidden;
  max-width: 750px;
  height: 100%;
}
.property-information .card-property .image-property img {
  width: 100%;
  height: 100%;
  min-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.property-information .card-property .image-property .slick-prev {
  font-family: "Montserrat", sans-serif;
  left: 15px !important;
  z-index: 99 !important;
  top: calc(50% - 20px) !important;
}
.property-information .card-property .image-property .slick-prev:before {
  color: #f48700 !important;
  content: "❮" !important;
}
.property-information .card-property .image-property .slick-next {
  font-family: "Montserrat", sans-serif;
  right: 15px !important;
  z-index: 99 !important;
  top: calc(50% - 20px) !important;
}
.property-information .card-property .image-property .slick-next:before {
  color: #f48700 !important;
  content: "❯" !important;
}
.property-information .card-property .info-property {
  color: #fff !important;
  font-family: "Baskervville", Sans-serif;
  width: 650px;
  padding: 0px !important;
  background-color: transparent;
  padding: 25px !important;
}
.property-information .card-property .info-property h3, .property-information .card-property .info-property h4, .property-information .card-property .info-property p {
  color: #fff !important;
  padding: 0px !important;
  text-align: left !important;
  min-height: 0px !important;
}
.property-information .card-property .info-property h3 {
  font-family: "Baskervville", Sans-serif;
  font-size: 28px;
  font-weight: 100;
  margin: 0px !important;
}
.property-information .card-property .info-property h4 {
  font-family: "Baskervville", Sans-serif;
  margin: 0px 0px 20px !important;
  font-size: 20px;
  font-weight: 100;
  color: #EDF5FE;
}
.property-information .card-property .info-property p {
  font-family: "Open Sans", Sans-serif;
  color: #fff !important;
  margin: 0px 0px 0px !important;
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 100 !important;
}
.property-information .card-property .info-property .room-info {
  padding: 10px 0;
  display: flex;
  gap: 35px;
}
.property-information .card-property .info-property .room-info p {
  max-width: 150px !important;
}
.property-information .card-property .info-property .room-info span {
  color: #f48700;
}
.property-information .card-property .info-property .read-more {
  font-family: "Montserrat", Sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  letter-spacing: 3px !important;
  background-color: #222222;
  color: #f48700;
  border: 1px solid #222222;
  margin-right: 10px;
  margin-bottom: 10px;
}
.property-information .card-property .info-property .read-more svg {
  display: inline-block;
  height: 12px;
  vertical-align: top;
  fill: #f48700;
  margin: 2px 10px 0px 0px;
}
.property-information .card-property .info-property .read-more:hover {
  background-color: #f48700;
  border: 1px solid #f48700;
  color: #222222;
}
.property-information .card-property .info-property .read-more:hover svg {
  fill: #222222;
}
.property-information .card-property .info-property .read-more.border {
  background-color: transparent !important;
  border: 1px solid #f48700;
}
.property-information .card-property .info-property .read-more.border:hover {
  background-color: #f48700 !important;
  color: #222222 !important;
}
.property-information .card-property .info-property .read-more .btn-border {
  background-color: #f48700 !important;
}
.property-information .card-property .info-property .elementor-icon {
  font-size: 19px;
  color: #fff !important;
  border-color: #fff !important;
  display: inline-block;
  margin: 0px 5px;
}
.property-information .card-property .info-property .elementor-icon svg {
  fill: #fff;
}
.property-information .card-property .info-property .elementor-icon:hover svg {
  fill: #f48700;
}
.property-information .card-property .info-property .information {
  margin-bottom: 15px;
}
.property-information .card-property .info-property .information ul {
  padding-left: 20px;
  margin: 10px 0;
}
.property-information .card-property .info-property .information ul li {
  margin-bottom: 10px;
}
.property-information .card-property .info-property .btns-info {
  padding-top: 15px;
}
.property-information .card-property.last-box .info-property {
  text-align: center !important;
}
.property-information .card-property.last-box .info-property h3, .property-information .card-property.last-box .info-property h4, .property-information .card-property.last-box .info-property p, .property-information .card-property.last-box .info-property li {
  text-align: center !important;
}
.property-information .card-property.last-box .info-property li {
  list-style: none;
}
.property-information .card-property.last-box .info-property li p:before {
  content: " ";
  background-color: #fff;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.property-information .card-property.last-box .info-property .read-more {
  margin: 0px 0px 0px 5px !important;
}
.property-information .card-property.last-box .image-property {
  order: 2;
}

.pagination {
  text-align: center;
  margin: 25px auto 80px;
}
.pagination span, .pagination a, .pagination button {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fff;
  background-color: #000;
  display: inline-block;
  padding: 15px;
  border: 0px;
}
.pagination button {
  border: 0px;
  cursor: pointer;
}

.tool-tip-modal {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  left: 0%;
  transition: 0.6s;
  top: calc(-100% - 100vh);
  z-index: 99999;
  justify-content: center;
  display: flex;
  align-items: center;
  overflow-y: auto;
}
.tool-tip-modal.active {
  top: 0;
}
.tool-tip-modal .container {
  width: 635px;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.8);
  position: relative;
}
.tool-tip-modal .container .close {
  top: 15px !important;
}
.tool-tip-modal h2 {
  color: #f48700;
  font-family: "Baskervville", Sans-serif;
  font-size: 30px;
  font-weight: 100;
  margin-bottom: 25px;
  text-align: center;
}
.tool-tip-modal h3 {
  color: #f48700;
  font-family: "Baskervville", Sans-serif;
  font-size: 23px;
  font-weight: 100;
  margin-bottom: 25px;
  margin-top: 35px;
  text-align: center;
}
.tool-tip-modal p {
  color: #EDF5FE;
  font-family: "Open Sans", Sans-serif;
  font-weight: 100;
  text-align: center;
  margin-bottom: 15px;
}

.video-modal {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: -100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
}
.video-modal.active {
  top: 0%;
  left: 0;
}
.video-modal .embed-container {
  position: relative;
  text-align: center;
  padding: 50px;
  background-color: #000;
  max-width: 700px;
  margin: 50px auto;
  width: 100%;
  height: auto;
}
.video-modal .embed-container .iframe-container {
  position: relative;
  width: 100%;
  /* Adjust the height ratio for different aspect ratios. 56.25% is for a 16:9 aspect ratio */
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-modal .embed-container .iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.read-more.second {
  background: #222222;
  color: #f48700;
}
.read-more.second:hover {
  background: #f48700;
  color: #fff;
}
.read-more.tailored-options {
  border: 1px solid #f48700 !important;
}

.close {
  position: absolute;
  top: -5px;
  right: 25px;
  font-size: 32px;
  font-weight: 700;
  color: #f48700;
  cursor: pointer;
}
.close:hover {
  color: #fff;
}

.read-more {
  font-family: "Montserrat", Sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  letter-spacing: 3px !important;
}
.read-more svg {
  display: inline-block;
  height: 20px;
  vertical-align: top;
  fill: #f48700;
  margin: 1px 5px 0px 0px;
}
.read-more:hover svg {
  fill: #222222;
}

.section-property_features ul {
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 40px;
       column-gap: 40px;
  text-align: center;
  margin-top: 40px;
}
.section-property_features ul li {
  list-style: none;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 300;
}

.top-style-shortlist {
  display: block;
}
.top-style-shortlist .container {
  transition: 0.6s;
  border: 0px !important;
  background: black !important;
  text-align: center !important;
  top: -100% !important;
  z-index: 999 !important;
  right: 0 !important;
  margin: 0px !important;
  left: auto !important;
}
.top-style-shortlist .container svg {
  display: inline-block;
  height: 15px;
  margin: 0px 5px 0px 0px;
  fill: #f48700;
}
.top-style-shortlist .link-text {
  margin: 10px auto;
}
.top-style-shortlist.active .container {
  top: 60px !important;
}

.mini-banner img {
  height: 40vh;
}

.table-box {
  border: 0.5px solid #000;
  width: calc(100% - 1px);
}

.shortlist-btn-font {
  background-color: #222222 !important;
  text-align: center;
}

.searchMap {
  display: flex;
  width: calc(100% + 40px);
  justify-content: center;
  align-items: center;
  margin: 25px 0px 0px -20px;
  height: calc(100vh - 550px);
  background-image: url(../../images/asia-550184-scaled.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.searchMap a {
  margin-top: 0px !important;
  font-size: 17px;
  line-height: 30px;
}

#grey-banner {
  background-color: #222222 !important;
}

.page-template-page-mainindex .top-style-shortlist .link-text {
  display: none !important;
}

.dark-section {
  background-color: #000 !important;
  color: #EDF5FE !important;
}
.dark-section h1, .dark-section h2, .dark-section h3, .dark-section h4, .dark-section p, .dark-section li {
  color: #EDF5FE !important;
}
.dark-section h3 {
  border-color: #EDF5FE !important;
}

.title {
  font-weight: 400;
  margin-bottom: 35px;
  color: white;
  font-family: "Baskervville", Sans-serif;
  font-size: 30px !important;
  font-weight: 100 !important;
}
.title.location {
  font-size: 20px !important;
}

@media (max-width: 1400px) {
  .property-information .card-property .image-property {
    width: 44% !important;
  }
  .property-information .card-property .info-property {
    width: 55% !important;
  }
}
@media (max-width: 950px) {
  #gallery {
    background-color: #000;
  }
  .property-template-default {
    padding-top: 55px !important;
  }
  .property-information .card-property {
    display: block;
  }
  .property-information .card-property .image-property {
    width: 100% !important;
  }
  .property-information .card-property .info-property {
    padding: 5% !important;
    width: 90% !important;
    text-align: center !important;
  }
  .property-information .card-property .info-property .room-info {
    justify-content: center;
  }
  .property-information .card-property .info-property h4, .property-information .card-property .info-property h3, .property-information .card-property .info-property p {
    text-align: center !important;
  }
  .property-information .card-property .info-property .information li {
    list-style: none;
  }
  .property-information .card-property.last-box .info-property {
    text-align: text !important;
  }
  .property-information .card-property.last-box .info-property h3, .property-information .card-property.last-box .info-property h4, .property-information .card-property.last-box .info-property p, .property-information .card-property.last-box .info-property li {
    text-align: text !important;
  }
  .property-information .card-property.last-box .info-property li {
    list-style: none;
  }
  .property-information .card-property.last-box .info-property li p:before {
    content: " ";
    background-color: #fff;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
  }
  .property-information .card-property.last-box .info-property .read-more {
    margin: 0px 0px 0px 5px !important;
  }
  .property-information .card-property.last-box .image-property {
    order: 2;
  }
  .section-property_features ul {
    -moz-columns: 1;
         columns: 1;
    -moz-column-gap: 0px;
         column-gap: 0px;
    text-align: center;
  }
  .section-property_features ul li {
    text-align: left;
  }
  .property-information .card-property .info-property .read-more {
    margin: 10px;
  }
  .section-tax_features {
    text-align: center !important;
  }
  .section-tax_features ul li {
    text-align: center;
  }
  .full-column ul li a {
    width: 90%;
    padding: 15px 5% !important;
    display: inline-block;
    font-size: 16px !important;
    padding: 23px 30px;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 3px;
  }
}
@media (max-width: 765px) {
  .property-template-default h1.page-title {
    font-size: 24px !important;
    line-height: 32px !important;
    font-weight: 100 !important;
    padding: 5px 25px 7px;
    width: calc(100% - 50px);
  }
  .property-template-default .property-main h3, .property-template-default .property-main h2 {
    font-size: 32px !important;
    line-height: 46px !important;
  }
}
a.elementor-animation-push[href^="#"] {
  opacity: 0; /* Comienza invisible */
  pointer-events: none; /* No interactuable inicialmente */
  transition: opacity 0.5s ease-in-out; /* Transición suave */
}

.findmap #grey-banner {
  display: none;
}
.findmap #map-filter {
  height: 100vh !important;
}

#bookcall {
  cursor: pointer !important;
}

.password-box {
  display: block;
}
.password-box h2, .password-box h4 {
  font-weight: 100 !important;
}
.password-box .column-box {
  width: 100%;
  position: relative;
}
.password-box .column-box.white-box {
  background-color: #fff;
}
.password-box .column-box.white-box h2, .password-box .column-box.white-box h4 {
  color: #f48700 !important;
  font-weight: 100 !important;
}
.password-box .column-box.gray-box {
  background-color: rgba(34, 34, 34, 0.8509803922);
}
.password-box .column-box.gray-box .wpforms-confirmation-container-full p {
  text-align: left !important;
}
.password-box .column-box.image {
  min-height: 100vh;
}
.password-box .column-box.image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  filter: grayscale(60%);
}
.password-box .column-box .column-box-content {
  width: 90%;
  margin: auto;
  max-width: 980px;
  padding: 80px 0;
}
.password-box .column-box .column-box-content form label, .password-box .column-box .column-box-content form legend {
  color: #C5C8CA;
  font-weight: 700;
  font-style: normal;
}
.password-box .column-box .column-box-content form .wpforms-layout-column-33,
.password-box .column-box .column-box-content form .wpforms-layout-column-25 {
  width: 100% !important;
  margin: 0px 0px 10px;
  padding: 0px !important;
}
.password-box .column-box .column-box-content form .wpforms-field-layout-columns {
  display: block !important;
}
.password-box .column-box .column-box-content form input[type=password] {
  display: inline-block;
  width: calc(100% - 40px);
  max-width: 480px;
  border: 0px solid #fff;
  color: #fff;
  background-color: #FFF;
  padding: 10px 20px;
  margin: 10px 0 15px;
}
.password-box .column-box .column-box-content form input[type=submit] {
  color: #000;
  background-color: #f48700;
  padding: 12px 20px 11px;
  border: 1px solid #f48700;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  font-family: inherit;
  font-weight: 500;
  text-transform: uppercase;
  max-width: 250px;
  margin: 0px 10px 0px 0px;
}
.password-box .column-box .column-box-content form input[type=submit]:hover {
  border: 1px solid #f48700;
  color: #f48700;
  background-color: #000;
}

.password-form #pwbox-62913 {
  color: #000;
}

#wpforms-submit-148290 {
  background-color: #000 !important;
  margin-top: 20px;
}
#wpforms-submit-148290:hover {
  background-color: #f48700 !important;
  color: #fff !important;
}

.flex-box {
  display: flex;
  gap: 20px;
}
.flex-box .column {
  width: 100%;
}

.disabled-field {
  opacity: 0.8;
  pointer-events: none;
}

.wp-form-check {
  color: #C5C8CA !important;
}
.wp-form-check h2 {
  text-align: center;
  color: #fff;
  font-family: "Baskervville", Sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 100;
}
.wp-form-check label, .wp-form-check legend {
  color: #C5C8CA !important;
}
.wp-form-check input {
  font-family: "Open Sans", Sans-serif;
}
.wp-form-check button {
  background-color: rgba(0, 0, 0, 0.3) !important;
  color: #F48D00 !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  font-family: "Open Sans", Sans-serif;
}
.wp-form-check button:hover {
  background-color: rgb(0, 0, 0) !important;
}

.icons-menu {
  background-color: transparent !important;
  background-image: none !important;
}
.icons-menu a {
  font-size: 0px !important;
  background-color: transparent !important;
}
.icons-menu ul {
  display: flex !important;
  gap: 20px;
  text-align: center;
  background-color: transparent !important;
  padding: 0px 5%;
}
.icons-menu ul li {
  border: 0px !important;
  background-color: transparent !important;
  text-align: center;
}
.icons-menu ul li a {
  width: 18px;
  height: 18px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat !important;
  background: transparent !important;
}
.icons-menu ul li.shortlist-menu a {
  background-image: url("../../images/heart.svg") !important;
  background-color: transparent !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
}
.icons-menu ul li.search-menu a {
  background-image: url("../../images/magnifying-glass.svg") !important;
  background-color: transparent !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
}
.icons-menu ul li.menu-telephone a {
  background-image: url("../../images/phone.svg") !important;
  background-color: transparent !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
}

input::-moz-placeholder {
  color: #333 !important;
}

input::placeholder {
  color: #333 !important;
}

textarea::-moz-placeholder {
  color: #333 !important;
}

textarea::placeholder {
  color: #333 !important;
}

header {
  top: 0;
}

.page-template-page-findmap .wrap,
.page-template-page-results .wrap,
.tax-type .wrap,
.tax-property_collections .wrap {
  padding: 20px 0 !important;
}

nav ul li ul {
  display: block;
  position: absolute;
  padding: 20px 0;
  width: 900px;
  transition: 2s;
}

nav ul li ul li ul {
  display: block !important;
  position: initial;
  background: 0 0;
  padding: 0;
}

.big-style-menu li > .sub-menu {
  display: flex;
  top: 100%;
  overflow: hidden;
  max-height: 0px;
  opacity: 0;
}
.big-style-menu li > .sub-menu .sub-menu {
  height: auto;
  max-height: auto;
}
.big-style-menu li.active .sub-menu {
  opacity: 1;
  max-height: calc(100vh - 70px);
}
.big-style-menu li.active .sub-menu .sub-menu {
  height: auto;
  max-height: auto;
}

.full-column .sub-menu {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #222;
}
.full-column .sub-menu li {
  background-color: transparent !important;
  display: inline-block;
}
.full-column .sub-menu li a {
  margin: 0px auto !important;
  color: #f48700 !important;
  font-size: 20px;
  background-image: none;
}
.full-column .sub-menu li a:hover {
  color: #fff !important;
}

#wpforms-form-148718 p {
  text-align: left !important;
}

.property-main {
  background-image: linear-gradient(270deg, #222 0%, var(--e-global-color-4aec032) #000);
}
.property-main h1, .property-main h2, .property-main h3, .property-main h4, .property-main h5, .property-main h6, .property-main p {
  color: #fff !important;
  border: 0px solid #fff !important;
}

.property-menu {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px;
  display: inline-block;
  position: fixed;
  top: 120px;
  left: 0;
  z-index: 100;
  width: 145px;
}
.property-menu ul {
  list-style: none;
}
.property-menu ul li {
  margin-bottom: 10px;
}
.property-menu a {
  color: #f48700;
  font-family: "Montserrat", Sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-decoration: none;
  transition: 0.6s;
  padding-right: 20px;
}
.property-menu a:hover {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}

.property-gallery {
  position: relative;
  z-index: 110;
  background-color: #000;
}
.property-gallery h1 {
  position: absolute;
  bottom: 0;
  width: calc(100% - 30px);
  max-width: 100%;
  text-align: center;
  background-color: rgba(34, 34, 34, 0.5294117647);
  color: #fff;
  padding: 5px 15px;
  font-family: "Baskerville", serif !important;
}
.property-gallery .gallery-property-slider img {
  width: 100%;
  height: calc(100vh - 176.22px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.property-gallery .video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
}
.property-gallery .video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
}
.property-gallery .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.property-gallery .location-type {
  position: absolute;
  top: 0px;
  background-color: rgba(34, 34, 34, 0.5294117647);
  font-family: "Baskerville", serif !important;
  padding: 9px 15px;
}
.property-gallery .location-type a {
  font-size: 13px;
}

.location-type {
  background-color: #222222;
  padding: 14px 0;
  position: relative;
  z-index: 999;
}
.location-type p {
  margin: 0px;
  text-align: left;
  font-family: "Montserrat", Sans-serif !important;
  font-weight: 300 !important;
  letter-spacing: 3px !important;
  color: #f48700;
}
.location-type p a {
  color: #f48700;
  text-decoration: none;
  font-family: "Montserrat", Sans-serif !important;
  font-weight: 300 !important;
  letter-spacing: normal !important;
  vertical-align: middle;
  margin: 0px;
}
.location-type p a.separator:after {
  content: "❯";
  display: inline-block;
  margin: 0px 15px;
}
.location-type p a:hover {
  color: #fff;
}

.quick-info {
  padding: 25px 0;
  background-color: #000;
  position: relative;
  z-index: 999;
}
.quick-info ul {
  display: flex;
  list-style: none;
}
.quick-info ul li {
  text-align: center;
  color: #fff;
  width: 100%;
}
.quick-info ul li.little-li {
  max-width: 150px;
}
.quick-info ul li h3 {
  color: #fff;
  font-family: "Montserrat", Sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0px;
}
.quick-info ul li p {
  font-family: "Open Sans", Sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #f48700;
}

.open-tip svg {
  width: 20px !important;
  height: 20px !important;
  margin-bottom: -3px;
  fill: #fff;
}
.open-tip svg path {
  fill: #fff;
}

.highlights-info {
  background-color: #000;
  text-align: center;
  padding-top: 30px;
  position: relative;
  z-index: 999;
}
.highlights-info .container {
  background-color: #222222;
  padding: 25px 0;
  max-width: 1100px;
}
.highlights-info .container .trapezoid {
  height: 0;
  margin-top: -50px;
  border-bottom: 50px solid #222222;
  border-left: 550px solid #000;
  border-right: 550px solid #000;
}
.highlights-info h3,
.highlights-info h2 {
  color: #fff;
  font-family: "Montserrat", Sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0px;
}
.highlights-info p {
  text-align: center;
  color: #f48700;
  font-family: "Open Sans", Sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 10px;
}
.highlights-info p.title {
  color: #edf5fe;
  font-family: "Montserrat", Sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.offer-div {
  background-color: #141414;
  border-top: 1px solid #f48700;
  border-bottom: 1px solid #f48700;
  padding: 25px 0;
  margin-top: 25px;
}

.image-background {
  position: relative;
  padding: 25px 0;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid #000;
}
.image-background .container {
  position: relative;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  max-width: 1000px;
  padding: 50px;
  border: 0px;
  min-height: 388px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.image-background .container h1, .image-background .container h2, .image-background .container h3, .image-background .container h4, .image-background .container h5, .image-background .container h6, .image-background .container p {
  color: #fff;
}
.image-background .container h3 {
  border: 0px !important;
  padding: 0px;
}
.image-background .float-image {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#like-me {
  position: relative;
  z-index: 9999;
  background-color: #000;
  padding-top: 50px;
}
#like-me .second h3, #like-me .second h2 {
  color: #EDF5FE;
  font-family: "Baskervville", Sans-serif;
  font-size: 50px;
  font-weight: 100;
  stroke: #000;
  line-height: 60px;
  margin: 0 auto 50px;
}

.more-like-me {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0px;
  grid-auto-rows: minmax(100px, auto);
}
.more-like-me .item-box {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  position: relative;
}
.more-like-me .item-box .box-information {
  min-height: 300px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: 0.6s;
  position: relative;
  z-index: 10;
  text-align: left;
  border: 1px solid #000;
}
.more-like-me .item-box .box-information h3 {
  font-size: 31px;
  line-height: 47px;
  color: #fff;
  text-decoration: none;
  transition: 0.6s;
}
.more-like-me .item-box .box-information p {
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  color: #fff;
  opacity: 0;
  transition: 0.6s;
}
.more-like-me .item-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 0;
  transition: 0.6s;
}
.more-like-me .item-box img.second-img {
  opacity: 0;
}
.more-like-me .item-box:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 0;
}
.more-like-me .item-box:hover .box-information {
  align-items: flex-end;
}
.more-like-me .item-box:hover .box-information h3 {
  margin-top: 60px;
}
.more-like-me .item-box:hover .box-information p {
  opacity: 1;
}
.more-like-me .item-box:hover img.principal-img {
  opacity: 0;
}
.more-like-me .item-box:hover img.second-img {
  opacity: 1;
}

.banner-type {
  width: 100%;
  position: relative;
  background-color: #222222;
}
.banner-type .bag-img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.banner-type .information {
  display: flex;
  position: relative;
  align-items: center;
  gap: 20px;
  width: 90%;
  padding: 50px 5%;
  background-color: rgba(0, 0, 0, 0.6);
}
.banner-type .information .text {
  width: 100%;
}
.banner-type .information h2,
.banner-type .information .h2 {
  color: #f48700;
  max-width: 700px;
  font-weight: 300;
  font-size: 50px;
  line-height: 53px;
  margin-bottom: 25px;
}
.banner-type .information h3 {
  color: #fff;
  font-family: "Baskervville", Sans-serif;
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 10px;
  font-weight: 300;
}
.banner-type .information p {
  color: #fff;
  font-family: "Baskervville", Sans-serif;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 25px;
}
.banner-type .information .image {
  text-align: right;
}
.banner-type .information .image img {
  display: inline-block;
  max-width: 160px;
  width: 100%;
}
.banner-type .information .read-more {
  background-color: #000 !important;
  color: #f48700 !important;
  font-family: "Montserrat", Sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3px;
  display: inline-block;
  width: auto;
  margin: 10px 10px 10px 0px;
  border-radius: 0px;
  border: 0px;
}
.banner-type .information .read-more:hover {
  color: #000 !important;
  background-color: #f48700 !important;
}

.location-banner {
  position: relative;
}
.location-banner img {
  margin: 0px !important;
}
.location-banner h1 {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff !important;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 10px;
  font-size: 50px;
  font-family: "Baskervville", Sans-serif;
}

.brown-card {
  padding: 50px 0;
  background-color: #222222;
  color: #fff;
}
.brown-card h3 {
  margin-bottom: 25px;
  color: #fff;
  text-align: center;
}
.brown-card .toogle-guide {
  margin-top: 20px;
  margin-bottom: 40px;
  color: #f48700 !important;
  font-weight: 100 !important;
  font-size: 18px !important;
  font-family: montserrat !important;
  letter-spacing: 3px !important;
  display: inline-block;
  text-decoration: none;
}
.brown-card .toogle-guide:before {
  content: "OPEN ";
  display: inline-block;
}
.brown-card .guide-information {
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: 0.6s;
  text-align: left;
}
.brown-card .guide-information h3 {
  color: #f48700;
  text-align: left !important;
  margin: 20px 0px 25px;
}
.brown-card .guide-information p {
  text-align: left !important;
  margin: 0px 0px 25px;
}
.brown-card.active .toogle-guide:before {
  content: "CLOSE ";
  display: inline-block;
}
.brown-card.active .guide-information {
  max-height: 10000px;
  opacity: 1;
}

.location-list {
  position: relative;
  padding: 25px 50px 50px;
}
.location-list img {
  top: 0px;
  left: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.location-list h3 {
  color: #000;
  font-family: "Baskervville", Sans-serif;
  font-size: 30px;
  font-weight: 100;
  text-align: center;
}

.line {
  margin: 50px auto 20px;
  border-bottom: 1px solid #f48700;
  width: 100%;
}

.btn-line .container h3, .btn-line .container h2 {
  color: #fff;
  font-family: "Baskervville", Sans-serif;
  font-size: 50px;
  line-height: 60px;
  font-weight: 100;
  stroke: #000;
  margin-bottom: 25px;
  text-align: center;
}
.btn-line .container p {
  text-align: center;
  color: #fff;
  font-family: "Open Sans", Sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 25px;
}

.black-section {
  background-color: #000;
  color: #fff;
  padding: 100px 0;
}
.black-section h1, .black-section h2, .black-section h3, .black-section h4, .black-section h5, .black-section p {
  color: #fff;
}
.black-section label, .black-section legend {
  color: #fff !important;
}

#wpforms-148718 {
  width: 100% !important;
}

#myModal {
  width: auto;
}

.modal-content {
  background-color: #000 !important;
  border-radius: 0px !important;
  margin: auto !important;
  padding: 85px 20px 0px !important;
  border: 1px solid #000 !important;
  width: 258px;
  color: #fff;
  transition: 2s;
  position: fixed !important;
  right: 0;
  top: 0px !important;
  height: calc(100% - 85px) !important;
  font-family: "Montserrat", sans-serif;
}
.modal-content input[type=text],
.modal-content input[type=number] {
  background-color: #EDF5FE !important;
  color: #333 !important;
  font-size: 14px;
  letter-spacing: 2px;
  padding: 10px 12px;
  margin-bottom: 12px;
  width: calc(100% - 23px);
  border: 0px;
}
.modal-content label {
  font-size: 13px;
  font-weight: 100;
  margin-bottom: 20px;
  display: inline-block;
}
.modal-content input[type=radio] {
  margin-left: 10px;
  margin-right: 10px;
}
.modal-content .close {
  top: 55px;
}

.modal-content h3 {
  letter-spacing: 3px;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 20px !important;
  margin-bottom: 5px;
  font-weight: 100;
}

.modal-content p {
  font-size: 14px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 15px;
}

.modal-content input[type=text] {
  margin-bottom: 15px;
  border: 1px solid #353434;
  background: #000;
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
  padding: 10px 5%;
  width: 90%;
}

.modal-content select {
  border-radius: 0;
  background: #EDF5FE;
  padding: 5px 5%;
  color: #333;
  font-size: 14px;
  letter-spacing: 2px;
  width: 100%;
  height: 40px;
  line-height: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 1px solid #ccc;
  outline: 0;
  margin-bottom: 10px;
}

.modal-content option {
  text-transform: uppercase;
}

.modal-content input[type=submit] {
  background: transparent;
  border: 1px solid #f48700;
  line-height: 1;
  padding: 10px 0;
  border: none;
  outline: 0;
  display: block;
  width: 100%;
  color: #f48700;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  border: 1px solid #f48700;
}

.modal-content input[type=submit]:hover {
  background-color: #f48700;
  color: #FFF;
}

.modal-content .orange-link {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  letter-spacing: 3px;
  line-height: 14px;
  color: #f48700;
  text-align: center;
  text-transform: uppercase;
  margin-top: 30px;
  display: block;
}

.wpcf7-form .wpcf7-response-output {
  width: 100%;
  position: fixed !important;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  font-size: 18px;
}

#banner-type,
footer {
  position: relative;
  z-index: 9999;
}

.property-template-default #map, .property-template-default #map-filter {
  border-bottom: 1px solid #000;
}

#map-filter {
  width: 100%;
  height: 500px;
  border-bottom: 1px solid #000;
}

.no-results {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin-bottom: 50px;
  background-image: linear-gradient(-90deg, #141414 0%, #141414 50%, rgba(34, 34, 34, 0) 100%);
  max-width: 1300px;
}
.no-results .row-content {
  text-align: right;
  width: 700px;
  position: relative;
  padding: 50px 0;
}
.no-results .row-content h3, .no-results .row-content p {
  text-align: right !important;
  margin-bottom: 15px;
}
.no-results .row-content ul {
  padding: 50px 0 !important;
}
.no-results .row-content ul li {
  list-style: none;
}
.no-results .row-content ul li p {
  margin-bottom: 5px;
}
.no-results .row-content ul li p:before {
  content: " ";
  margin-right: 10px;
  font-size: 16px;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.no-results .row-image {
  width: calc(100% - 700px);
  position: relative;
}
.no-results .row-image img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.open-featured-menu {
  position: fixed;
  bottom: 10px;
  left: 10px;
  display: none;
  z-index: 998;
}
.open-featured-menu img {
  width: 50px;
  height: 50px;
  opacity: 0.95;
  position: absolute;
  top: 0;
  left: 0;
}
.open-featured-menu img.close {
  display: none;
}
.open-featured-menu.active img.open {
  display: none;
}
.open-featured-menu.active img.close {
  display: block;
}

.no-available-filter {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
.no-available-filter .filter-box {
  max-width: 500px;
  display: block;
  margin: auto;
}
.no-available-filter p {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 5px;
  text-align: center;
}

.modal-video {
  display: block;
  width: 100%;
  height: 100lvh;
  background-color: #000;
  position: fixed;
  z-index: 99999;
  top: 0;
}
.modal-video .close-modal {
  float: right;
  padding: 15px 10px;
  font-size: 24px;
  border: 1px solid #f48700;
  color: #f48700;
  margin-top: 2.5%;
}
.modal-video .close-modal:hover {
  background-color: #f48700;
  color: #fff;
}
.modal-video .gallery-item {
  width: 90%;
  max-width: 900px;
  display: block;
  margin: auto;
}
.modal-video .gallery-item .video-container {
  width: 100%;
  display: flex;
  height: 100vh;
}
.modal-video .gallery-item .video-container video {
  width: 100%;
}

.high-video {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 25px auto;
  cursor: pointer;
  position: relative;
}
.high-video svg {
  position: absolute;
  width: 100%;
  height: 100%;
  scale: 0.5;
}
.high-video video {
  width: 100%;
  pointer-events: none;
}

@media (max-width: 1400px) {
  .highlights-info {
    padding-top: 0px;
  }
  .highlights-info .trapezoid {
    display: none;
  }
  .btn-close {
    display: none !important;
    z-index: -1 !important;
  }
  .btn-close a {
    display: none !important;
  }
  .no-results .row-image {
    width: 44% !important;
  }
  .no-results .row-content {
    width: 55% !important;
  }
}
@media (max-width: 905px) {
  .no-results {
    flex-direction: column;
  }
  .no-results .row-image {
    width: 100% !important;
  }
  .no-results .row-content {
    width: 100% !important;
    text-align: center !important;
  }
  .no-results .row-content h3, .no-results .row-content li, .no-results .row-content p {
    text-align: center !important;
  }
  .property-information .card-property .info-property .read-more {
    font-size: 11px !important;
  }
  .image-background .container {
    width: calc(100% - 100px);
  }
  .quick-info ul {
    display: block;
  }
  .quick-info ul li {
    display: block;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin: 0px auto 10px;
  }
  .quick-info ul li h3 {
    font-size: 15px;
    line-height: 18px;
    margin-top: 15px;
  }
  .quick-info ul li p {
    font-size: 20px;
    line-height: 26px;
    margin: 0px;
    vertical-align: top;
  }
  .mobile-double-line {
    flex-direction: column;
    gap: 0px !important;
  }
  .more-like-me {
    grid-template-columns: repeat(2, 1fr);
  }
  .property-gallery .gallery-property-slider img {
    height: calc(100vh - 56.2px);
  }
  .location-type {
    margin-top: -2px;
    background-color: rgba(0, 0, 0, 0.6);
    top: 108px;
    padding: 15px;
    border-radius: 0px;
    color: #f48700;
  }
  .top-style-shortlist .container {
    left: 0 !important;
    right: auto !important;
  }
  .page-template-page-mainindex .card-property .info-property {
    margin: auto;
    padding: 5% 0;
  }
  .page-template-page-mainindex .card-property .info-property h3 {
    margin-bottom: 10px !important;
    flex-direction: column;
    gap: 10px;
  }
  .property-information .card-property .gallery-property-slider .slick-list {
    width: 100% !important;
  }
  .info-property ul {
    padding: 0px !important;
  }
}
@media (max-width: 705px) {
  .image-background .container {
    padding: 25px;
    width: calc(95% - 50px);
  }
}
@media (max-width: 550px) {
  #like-me .second h2,
  #like-me .second h3 {
    font-size: 30px;
    line-height: 38px;
  }
  .more-like-me {
    grid-template-columns: repeat(1, 1fr);
  }
  .property-gallery .gallery-property-slider img {
    height: calc(100vh - 55px);
  }
}
.slick-prev {
  font-family: "Montserrat", sans-serif;
  left: 15px !important;
  z-index: 99 !important;
  top: calc(100% - 50.5px) !important;
}
.slick-prev:before {
  color: #f48700 !important;
  content: "❮" !important;
  font-size: 40px !important;
}

.slick-next {
  font-family: "Montserrat", sans-serif;
  right: 15px !important;
  z-index: 99 !important;
  top: calc(100% - 50.5px) !important;
}
.slick-next:before {
  color: #f48700 !important;
  content: "❯" !important;
  font-size: 40px !important;
}

.open-filter {
  background-color: #000;
  border: 1px solid #fff !important;
  padding: 12px 18px;
  vertical-align: middle;
  display: inline-block;
  margin: 0px;
  color: #fff;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
}
.open-filter.active {
  background-color: #f48700;
  border: 1px solid #f48700;
}

.eael-elements-flip-box-rear-container {
  background-color: white !important;
}

.eael-elements-flip-box-front-container {
  background-color: white !important;
}

.tilte-window-property strong {
  color: #fff !important;
  font-weight: 100;
  font-size: 21px;
  font-family: "Baskerville", serif !important;
}

.window-info {
  font-family: "Open Sans", sans-serif;
  font-weight: 100;
  font-size: 16px;
  color: #d9d9d9;
}

.window-info strong {
  font-weight: 300 !important;
}

.flex-filter {
  display: flex;
  gap: 40px;
  position: relative;
}
.flex-filter .filters {
  top: 120px;
  position: sticky;
  max-height: calc(100vh - 120px);
  overflow: hidden;
  overflow-y: scroll;
}

.flex-filter .form-filter {
  width: 250px;
  background-color: #000;
  /* For WebKit-based  */
  scrollbar-color: #222222 rgba(244, 135, 0, 0.5);
  scrollbar-width: thin;
}
.flex-filter .form-filter h4 {
  color: #f48700;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.flex-filter .form-filter a {
  color: #d9d9d9;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.flex-filter .form-filter a.special-link {
  color: rgba(255, 255, 255, 0.6);
}
.flex-filter .form-filter a.special-link:after {
  content: "❯";
  display: inline-block;
  transition: 0.6s;
}
.flex-filter .form-filter a.special-link:hover {
  color: #f48700;
}
.flex-filter .form-filter a.special-link:hover:after {
  right: -8px;
}
.flex-filter .form-filter p {
  color: #fff;
  font-family: "Montserrat", Sans-serif;
  font-size: 14px;
  font-weight: 200;
}
.flex-filter .form-filter input[type=checkbox]:after {
  background-color: #000;
  border: 1px solid #fff;
  display: none;
}
.flex-filter .form-filter::-webkit-scrollbar {
  width: 8px;
}
.flex-filter .form-filter::-webkit-scrollbar-thumb {
  background-color: #222222;
  border-radius: 3px;
  border: 1px solid rgba(244, 135, 0, 0.5);
}
.flex-filter .form-filter::-webkit-scrollbar-thumb:hover {
  background-color: #222222;
}
.flex-filter .form-filter::-webkit-scrollbar-corner {
  background-color: rgba(244, 135, 0, 0.5);
}

.loop-property {
  width: calc(100% - 300px);
}

.loop-property h2.title {
  padding-top: 35px;
}

.filter-section {
  padding: 0 20px;
  margin: 10px 0px 20px;
}

.button-section {
  position: sticky;
  z-index: 99;
  bottom: 0px;
  margin: 0px;
  background-color: #000;
  padding: 0px;
  border-top: 1px solid #f48700;
  display: flex;
  gap: 10px;
}
.button-section a,
.button-section button {
  padding: 0px;
  color: #fff;
  font-family: "Montserrat", Sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3px;
  width: 100%;
  text-align: center;
  border: 0px;
  background: transparent;
  padding: 20px;
  cursor: pointer;
}
.button-section a[type=submit],
.button-section button[type=submit] {
  font-weight: 700;
}
.button-section a:hover,
.button-section button:hover {
  background-color: #f48700;
  color: #fff;
}

.filter-title {
  cursor: pointer;
  font-weight: bold;
  margin-bottom: 5px;
  padding-right: 20px;
  position: relative;
}
.filter-title:after {
  display: inline-block;
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  color: #f48700;
}
.filter-title.active:after {
  content: "-";
}

.filter-options {
  display: none; /* Hidden by default */
}
.filter-options label {
  display: flex;
  margin-bottom: 8px !important;
  position: relative;
  gap: 10px;
  margin: 0px;
  align-items: center;
  font-size: 15px;
  color: #d9d9d9;
  font-weight: 100;
  font-family: "Open Sans", sans-serif;
  /* Change background and border color when checked */
}
.filter-options label.title {
  font-size: 16px;
  font-weight: 700;
}
.filter-options label.filter_value::before {
  content: " ";
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 0px;
  background: #fff;
  position: relative;
}
.filter-options label .checkmark {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 0px;
  border: 1px solid #fff;
  background: transparent;
  position: relative;
}
.filter-options label .checkmark::after {
  content: " ";
  position: absolute;
  display: block;
  left: 4px;
  top: 0px;
  width: 2px;
  height: 7px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}
.filter-options label input[type=checkbox] {
  display: none;
}
.filter-options label input[type=checkbox]:checked + .checkmark {
  background-color: #f48700;
  border-color: #f48700;
}
.filter-options label input[type=checkbox]:checked + .checkmark:after {
  display: block;
  opacity: 1;
}
.filter-options label.active-term {
  font-weight: 800;
}
.filter-options label.active-term input[type=checkbox]:checked + .checkmark {
  background-color: #fff;
  border-color: #fff;
}
.filter-options label.active-term input[type=checkbox]:checked + .checkmark::after {
  border-color: #f48700 !important;
}
.filter-options input {
  margin: 0px !important;
}
.filter-options input[type=number] {
  border: 1px solid #d9d9d9;
  padding: 10px;
  color: #d9d9d9;
  background: #000;
  width: 90%;
  max-width: 34px;
  font-size: 15px;
  font-family: "open sans", sans-serif;
  font-weight: 100;
}

.filter-breadcrumbs {
  margin: 10px 0;
}
.filter-breadcrumbs strong {
  color: #f48700;
}
.filter-breadcrumbs span {
  display: inline-block;
  margin: 0 5px;
  color: #f48700;
}

.changePostPage {
  display: inline-block;
  position: relative;
  padding: 0px 5px;
}
.changePostPage select {
  padding: 14px;
  background: #000;
  background-color: #000;
  color: #fff;
  border: 4px solid #000;
  margin: 5px;
}
.changePostPage .post-per-page {
  position: absolute;
  top: 100%;
  display: flex;
  gap: 5px;
  max-height: 0px;
  transition: 0.8s;
  overflow: hidden;
  padding: 0px;
}
.changePostPage .post-per-page .trapezoid {
  height: 0;
  border-top: 5px solid #f48700;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  top: 10px;
  left: 0%;
}
.changePostPage .post-per-page select {
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fff;
  background-color: #000;
  display: inline-block;
  padding: 15px 10px;
  width: 140px;
  border: 0px;
  margin-top: 6px;
}
.changePostPage .post-per-page input[type=number] {
  border: 0px;
  background-color: transparent;
  border-bottom: 1px solid #fff;
  color: #fff;
  padding: 5px;
  font-size: 12px;
}
.changePostPage .post-per-page button {
  border: 0px;
  padding: 10px;
  font-size: 11px;
  margin-top: 5px;
  background-color: #f48700;
}
.changePostPage .post-per-page.active {
  padding: 15px 0px 0px;
  max-height: 200px;
}

.mobile-filter-btns {
  display: none;
}

@media (max-width: 805px) {
  .flex-filter {
    display: block;
    bottom: 0;
    padding-bottom: 50px;
  }
  .flex-filter .form-filter {
    background-color: rgb(0, 0, 0);
    -webkit-backdrop-filter: blur(35px);
            backdrop-filter: blur(35px);
    position: fixed;
    z-index: 9999;
    bottom: 0px;
    padding-bottom: 50px;
    height: 100vh;
    width: 100%;
    left: -100%;
    transition: 0.6s;
  }
  .flex-filter .form-filter.active {
    left: 0;
  }
  .flex-filter .form-filter .filter-section {
    width: 80%;
  }
  .flex-filter .loop-property {
    width: 100%;
  }
  .flex-filter .loop-property ul {
    padding: 0px;
  }
  .slick-prev, .slick-next {
    top: calc(50% - 15px) !important;
  }
  #gallery-boxes .c_33 {
    width: 100% !important;
  }
  .mobile-filter-btns {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 1;
    width: 69px;
    height: auto;
    text-align: center;
  }
  .mobile-filter-btns .btn-fix .read-more {
    height: 30px;
    text-align: center;
    border: 0px;
    margin: -6px 9px 0px;
    font-size: 10px !important;
    line-height: 13px;
    font-weight: 500 !important;
    padding: 10px;
    background: #f48700 !important;
    display: flex;
  }
  .mobile-filter-btns .btn-fix .read-more.btn-black {
    opacity: 0;
    pointer-events: none;
    display: none;
  }
  .mobile-filter-btns.active {
    z-index: 99999;
  }
  .title {
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px !important;
    font-weight: 100 !important;
  }
}
label.filter_value::before {
  content: " ";
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 0px;
  background: #fff;
  position: relative;
}

.radio_hold {
  text-align: left !important;
}

#availability button[type=submit] {
  border: 1px solid #222 !important;
  background-color: #222;
  border: 0px !important;
  border-radius: 0px !important;
  padding: 10px 35px !important;
  color: #f48700;
  display: block;
  margin: auto;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  letter-spacing: 3px;
}
#availability button[type=submit]:hover {
  border: 1px solid #f48700 !important;
  background-color: #000;
}

#map-large,
.elementor {
  position: relative;
  z-index: 2;
  background: #000;
}

.elementor-element-7628600 {
  margin-bottom: 0px !important;
  padding-bottom: 60px !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* Hide the default radio */
.filter-options {
  /* Custom circle */
  /* Inner circle when selected */
  /* Show inner circle when checked */
}
.filter-options input[type=radio] {
  display: none;
}
.filter-options .custom-radio {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.filter-options .custom-radio::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #fff; /* Outline color */
  background-color: transparent;
}
.filter-options .active .custom-radio::before {
  content: "";
  background-color: #f48700; /* Fill color */
  transition: opacity 0.2s;
}
.filter-options input[type=radio]:checked + .custom-radio::after {
  opacity: 1;
}

#map-large {
  margin-left: -40px !important;
  margin-right: -10px !important;
}

#gallery {
  z-index: 999;
}

/* Container */
.toggle-wrap {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 14px;
  letter-spacing: 2px;
  width: 100%;
}

/* Hide native radios but keep them accessible */
.toggle-wrap input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* The visible switch */
.toggle {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  background: transparent;
  padding: 0px;
  gap: 0px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.02);
  margin-bottom: 10px;
  width: 100%;
  border: 1px solid #f48700;
}

.toggle label {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  padding: 8px 18px;
  text-align: center;
  font-weight: 600;
  font-size: 0.95rem;
  transition: transform 0.12s ease, background 0.12s ease, color 0.12s ease;
  color: #333;
  font-weight: 500 !important;
  font-size: 14px;
  margin: 0px 2px;
}

/* Unselected label appearance */
.toggle label:not(.active) {
  background: transparent;
  color: #f48700;
  padding: 5px;
}

/* Selected label */
input#villas:checked + label[for=villas],
input#chalets:checked + label[for=chalets] {
  background: #f48700;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  color: #222 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  margin: 0px;
}

/* Focus-visible for keyboard users */
.toggle label:focus {
  outline: 0px solid rgba(100, 150, 255, 0.25);
  outline-offset: 2px;
}

/* Small helper text */
.value-readout {
  font-size: 0.9rem;
  color: #444;
  margin-left: 0.75rem;
}

/* Responsive */
@media (max-width: 420px) {
  .toggle label {
    padding: 8px 12px;
    font-size: 0.9rem;
  }
}
.hide-big-s {
  display: none;
}
.hide-big-s.border-nav-white {
  text-align: right;
  width: 100%;
}
.hide-big-s.border-nav-white a {
  display: inline-block;
  margin: 5px 0px;
  font-size: 10px;
  padding: 7.5px 9px 7.5px 10px;
}

.hide-small {
  display: inline-block;
}

.property-template-default {
  padding-top: 75px;
}

@media (min-width: 1790px) {
  .property-information .card-property .info-property {
    padding: 25px 50px !important;
  }
}
@media (max-width: 1390px) {
  .open-featured-menu {
    display: block;
  }
  .property-menu {
    background-color: rgba(0, 0, 0, 0.87);
    width: 100%;
    position: fixed;
    top: calc(-100vh - 100px);
    padding: 50px 0;
    height: 100vh;
    display: block;
    transition: 0.6s;
    z-index: 998 !important;
  }
  .property-menu.active {
    top: 0%;
  }
  .property-menu ul {
    display: grid;
    text-align: center;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 35px;
  }
  .property-menu ul li {
    margin-bottom: 15px;
  }
  .property-menu ul li a {
    padding: 0px !important;
  }
  .property-menu:before {
    content: "MENU";
    color: #edf5fe;
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .property-gallery .location-type {
    top: 55px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 1360px) {
  header .container {
    display: flex;
    gap: 10px;
    align-items: center;
  }
  #hamburgerco {
    top: 3px !important;
    height: 30px !important;
    padding: 0px !important;
  }
  #count-circle,
  .search-icon-edit {
    margin: 6px 0px 0px !important;
  }
  .images-header {
    top: 0px !important;
  }
  .menu-companies {
    overflow-y: scroll;
    padding-top: 60px;
    margin-top: 0px !important;
    top: -110% !important;
    z-index: -1;
    right: 0;
    opacity: 0;
  }
  .menu-companies.active {
    top: 0px !important;
    opacity: 1 !important;
  }
  .menu-companies ul li ul {
    display: none;
  }
  .menu-companies ul li ul li.menu-item-has-children > a {
    background-image: none !important;
    background-repeat: no-repeat;
    background-position-y: 22px;
    background-position-x: 95%;
    padding-right: 10% !important;
    width: 75%;
  }
  .menu-companies ul li ul li ul {
    display: none;
  }
  .menu-companies ul li ul li ul li.menu-item-has-children > a {
    background-image: none !important;
    background-repeat: no-repeat;
    background-position-y: 22px;
    background-position-x: 95%;
    padding-right: 10% !important;
    width: 75%;
  }
  .menu-companies ul li ul li ul li a {
    color: #fff !important;
    background-color: #000 !important;
    padding-left: 5% !important;
    border-bottom: 0.5 solid #222;
  }
  .menu-companies ul li ul li ul li ul li a {
    background-color: #222222 !important;
    color: #f48700 !important;
    padding-left: 10% !important;
    padding-right: 0% !important;
  }
  .full-column .sub-menu {
    background-color: #222 !important;
  }
  .menu-companies ul li ul li.current-menu-item a {
    color: #fff !important;
  }
  header .hamburger-nav {
    display: flex;
    vertical-align: middle;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
  }
  .property-gallery .location-type {
    top: 0px;
  }
}
@media (max-width: 1005px) {
  .property-gallery .gallery-property-slider img {
    height: calc(90vh - 55px) !important;
  }
}
@media (max-width: 760px) {
  .hide-big-s {
    display: inline-block;
  }
  .hide-big-s.border-nav-white {
    display: block;
  }
  .hide-small {
    display: none !important;
  }
  .password-box {
    flex-direction: column;
  }
  .flex-box {
    flex-direction: column;
  }
  .flex-box input {
    max-width: 100% !important;
  }
  .flex-box #request-pass {
    width: calc(100% - 82px);
    margin-top: 15px;
    text-align: center;
  }
  header .container {
    gap: 0px;
    background-color: #000;
    width: 98%;
    padding: 0px 1%;
  }
  #map-large {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .info-property h3 {
    font-size: 21px !important;
  }
  .property-gallery .location-type {
    top: 0px;
  }
  .modal-video .close-modal {
    position: absolute;
    right: 10px;
  }
  .banner-type .information .h2 {
    font-size: 32px !important;
    line-height: 34px !important;
  }
  .banner-type .information .read-more {
    margin: 10px !important;
  }
}
@media (max-width: 650px) {
  .banner-type .information .read-more {
    margin: 15px auto !important;
    width: 150px;
    display: block !important;
    right: 0;
  }
}
.open-submenu > .sub-menu {
  display: block !important;
}/*# sourceMappingURL=main.css.map */