
section.block_type_properties_search {
  position: relative;
}
section.block_type_properties_search .search_bar {
  margin-bottom: 2rem;
  border-bottom: 1px solid #e8ecee;
  position: sticky;
  top: 138.72px;
  left: 0;
  width: 100%;
  z-index: 40;
  background: #fff;
}
section.block_type_properties_search .search_bar.search_bar-hidden {
  display: none;
}
section.block_type_properties_search .search_bar .mobile_toggle {
  display: none;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  border-bottom: 1px solid #e8ecee;
  color: #23405a;
  font-weight: 500;
  font-size: 1.1rem;
  background: #fff;
  position: relative;
  z-index: 12;
}
section.block_type_properties_search .search_bar .mobile_toggle:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  display: flex;
  align-items: center;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  content: "\f00d";
  font-weight: 300;
  font-size: 1.7rem;
  vertical-align: middle;
  color: #23405a;
  opacity: 0;
  transition: opacity .2s ease;
}
section.block_type_properties_search .search_bar .mobile_toggle span {
  margin: 0 .2rem;
}
section.block_type_properties_search .search_bar .mobile_toggle span.icon {
  color: #0164c1;
  font-size: 1rem;
}
section.block_type_properties_search .search_bar .mobile_toggle span.count {
  height: 27px;
  width: 27px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #0363c1;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  margin-left: .5rem;
}
section.block_type_properties_search .search_bar .search_bar_fields {
  display: flex;
  justify-content: space-between;
/*  gap: 1rem;*/
}
section.block_type_properties_search .search_bar .search_bar_fields .search_bar_field {
  flex-grow: 1;
  width: auto;
  border-right: 1px solid #e8ecee;
  /*  padding: 1rem;*/
  height: 4.2rem;
  flex-shrink: 1;
  position: relative;
}
section.block_type_properties_search .search_bar .search_bar_fields .search_bar_field.search_bar_field_rental {
  height: unset !important;
}

section.block_type_properties_search .search_bar .search_bar_fields .search_bar_field:last-child {
  border: none;
}
section.block_type_properties_search .search_bar .search_bar_fields .search_bar_field.search_bar_field_option button {
  width: 100%;
  -webkit-appearance: none;
  background-color: #fff;
  border: none;
  height: 100%;
  padding: 0 1rem;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  position: relative;
  cursor: pointer;
}
section.block_type_properties_search .search_bar .search_bar_fields .search_bar_field.search_bar_field_option:first-child button {
  padding-left: 0;
}
section.block_type_properties_search .search_bar .search_bar_fields .search_bar_field.search_bar_field_option button strong {
  font-weight: 500;
}
section.block_type_properties_search .search_bar .search_bar_fields .search_bar_field.search_bar_field_option button span {
  opacity: 0.8;
  font-weight: 500;
}
section.block_type_properties_search .search_bar .search_bar_fields .search_bar_field.search_bar_field_option.is-active button {
  z-index: 12;
}
section.block_type_properties_search .search_bar .search_bar_fields .search_bar_field.search_bar_field_option button[data-count]:before {
  content: attr(data-count);
  position: absolute;
  right: 2.8rem;
  height: 27px;
  width: 27px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #0363c1;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
section.block_type_properties_search .search_bar .search_bar_fields .search_bar_field.search_bar_field_option button:after {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
}
section.block_type_properties_search .search_bar .search_bar_fields .search_bar_field.search_bar_field_option.is-active button:after {
  content: '';
  height: 2px;
  width: 14px;
  background-color: #23405a;
}
section.block_type_properties_search .search_bar .search_bar_fields .search_bar_field .search_bar_dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 1.3rem;
  z-index: 10;
  background-color: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
  min-width: 120%;
}
section.block_type_properties_search .search_bar .search_bar_fields .search_bar_field .search_bar_dropdown label {
  white-space: nowrap;
  font-weight: 500;
  font-size: 1rem;
  display: block;
  margin-bottom: .2rem;
}
section.block_type_properties_search .search_bar .search_bar_fields .search_bar_field .search_bar_dropdown .select {
  width: 100%;
}
section.block_type_properties_search .search_bar .search_bar_fields .search_bar_field .search_bar_dropdown select {
  min-width: 140px;
  width: 100%;
}
section.block_type_properties_search .search_bar .search_bar_fields .search_bar_field.is-active .search_bar_dropdown {
  display: block;
}
section.block_type_properties_search .search_bar .search_bar_fields .search_bar_field.search_bar_field_submit {
  display: flex;
  padding-left: 0.6rem;
  border-right: none;
  align-items: center;
  justify-content: flex-end;
  width: 180px;
  flex-shrink: 0;
  flex-grow: 0;
}
section.block_type_properties_search .search_bar .search_bar_fields .search_bar_field button.button {
  width: 100%;
  padding: 0;
}

section.block_type_properties_search .search-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
section.block_type_properties_search .search-controls .search-control {
  margin: 0;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: .75rem;
}
section.block_type_properties_search .search-controls p.search-control {
  font-size: 1.1rem;
}
section.block_type_properties_search .search-controls .search-control p {
  white-space: nowrap;
  font-size: 0.95rem;
}
section.block_type_properties_search .search-controls .search-control .select select {
  height: 2.5rem;
  padding: .5rem 2.3rem 0.5rem 0.8rem;
  font-size: 0.9rem;
  line-height: 1;
}
section.block_type_properties_search .tripadvisor-rentals {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  background: #1aae8714;
  justify-content: space-between;
  padding: 1rem;
  border-radius: 0.5rem;
}
section.block_type_properties_search .tripadvisor-rentals img {
  height: 30px;
  position: relative;
  bottom: -3px;
}
section.block_type_properties_search .tripadvisor-rentals p {
  font-size: 1.1rem;
  color: #1aae87;
  font-weight: 500;
}

section .no-results .boxed{
  background: #ffffff;
  /* border-radius: 0; */
  width: 700px;
  max-width: 100%;
  margin: 2rem auto 0 auto;
}
section .no-results .field_type_label,
section .no-results .field_type_heading {
  display: none;
}

section.block_type_properties_search .search_bar.search_bar_rentals {
  position: relative;
  background: transparent;
  top: -31px;
  border: none;
  margin-bottom: 0.2rem;
}
section.block_type_properties_search .search_bar.search_bar_rentals .container {
  background: #fff;
  border-radius: 10px;
  border: 4px solid #fdc20a;
}
section.block_type_properties_search .search_bar.search_bar_rentals .search_bar_fields .search_bar_field {
  border-right: 4px solid #fdc20a;
}
section.block_type_properties_search .search_bar.search_bar_rentals .search_bar_fields .search_bar_field .icon,
section.block_type_properties_search .search_bar.search_bar_rentals .search_bar_fields .search_bar_field .input,
section.block_type_properties_search .search_bar.search_bar_rentals .search_bar_fields .search_bar_field select {
  border-color: transparent;
  height: 3.4rem;
}
section.block_type_properties_search .search_bar.search_bar_rentals .search_bar_fields .search_bar_field.search_bar_field_submit {
  border-right: none;
  padding-left: 0;
}
section.block_type_properties_search .search_bar.search_bar_rentals .search_bar_fields .search_bar_field.search_bar_field_submit button {
  border-radius: 0 7px 7px 0;
  height: 3.4rem;
}

section.block_type_properties_search .results {
  position: relative;
}
section.block_type_properties_search .results:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  opacity: 0;
  transition: opacity 1s ease;
  content: '';
  z-index: 10;
  pointer-events: none;
}
section.block_type_properties_search .results:after {
  position: absolute;
  height: 60px;
  width: 60px;
  top: 240px;
  right: calc(50% - 30px);
  border: 8px solid #fdc20a45;
  border-radius: 50%;
  border-top-color: #fdc20a;
/*  border-bottom-color: #fdc20a;*/
  animation: loading 1s cubic-bezier(0.785, 0.135, 0.150, 0.860) infinite;
  transition: opacity 1s ease;
  opacity: 0;
  content: '';
  z-index: 12;
  pointer-events: none;
}
section.block_type_properties_search .results.has_loader:before {
  opacity: 1;
  pointer-events: all;
}
section.block_type_properties_search .results.has_loader:after {
  opacity: 1;
  pointer-events: all;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 980px) {

  section.block_type_properties_search .search_bar.search_bar_rentals .container {
    border: none;
    background: transparent;
    max-width: calc(100% - 40px);
  }
  section.block_type_properties_search .search_bar.search_bar_rentals .mobile_toggle {
    display: none;
  }
  section.block_type_properties_search .search_bar.search_bar_rentals .search_bar_fields {
    background-color: #fdc20a;
    padding: 1px;
    position: static;
    border-radius: 7px;
    display: block;
  }
  section.block_type_properties_search .search_bar.search_bar_rentals .search_bar_fields .search_bar_field {
    border: none;
    padding: 2px;
  }
  section.block_type_properties_search .search_bar.search_bar_rentals .search_bar_fields .search_bar_field.search_bar_field_submit {
    padding: 2px;
  }
  section.block_type_properties_search .search_bar.search_bar_rentals .search_bar_fields .search_bar_field.search_bar_field_submit button {
    border-radius: 7px;
  }

}


