/**
 * Map search
 */
/**
 * Site variables
 */
/**
 * Colors
 */
/*
$content-builder-padding-top: 120px;
$content-builder-padding-bottom: 120px;
$content-builder-tablet-padding-top: 80px;
$content-builder-tablet-padding-bottom: 80px;
$content-builder-mobile-padding-top: 50px;
$content-builder-mobile-padding-bottom: 50px;
*/
/**
 * Make full width text areas not use full width for... reasons...?
 */
.breadcrumbs {
  position: relative;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  padding-top: 22px;
  padding-bottom: 80px;
  background: linear-gradient(#213631 0%, rgba(33, 54, 49, 0.738) 19%, rgba(33, 54, 49, 0.541) 34%, rgba(33, 54, 49, 0.382) 47%, rgba(33, 54, 49, 0.278) 56.5%, rgba(33, 54, 49, 0.194) 65%, rgba(33, 54, 49, 0.126) 73%, rgba(33, 54, 49, 0.075) 80.2%, rgba(33, 54, 49, 0.042) 86.1%, rgba(33, 54, 49, 0.021) 91%, rgba(33, 54, 49, 0.008) 95.2%, rgba(33, 54, 49, 0.002) 98.2%, rgba(33, 54, 49, 0) 100%);
  pointer-events: none;
}
@media (max-width: 1024px) {
  .breadcrumbs {
    font-size: 13px;
    padding-top: 20px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .breadcrumbs {
    display: none !important;
    font-size: 10px;
    padding-top: 15px;
    padding-bottom: 40px;
  }
  .breadcrumbs a, .breadcrumbs i, .breadcrumbs .breadcrumb_last {
    opacity: 0.7;
  }
  .breadcrumbs a:hover {
    opacity: 1;
  }
}
.breadcrumbs a {
  color: #FFFFFF;
  text-decoration: none;
  pointer-events: all;
}
.breadcrumbs a:hover, .breadcrumbs a:active, .breadcrumbs a.active {
  text-decoration: underline;
}
.breadcrumbs i {
  margin-left: 1em;
  margin-right: 1em;
}
@media (max-width: 767px) {
  .breadcrumbs i {
    margin-left: 0.4em;
    margin-right: 0.4em;
  }
}

.storage-scheme .breadcrumbs {
  background: linear-gradient(black 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, rgba(0, 0, 0, 0) 100%);
}

#map-outer {
  width: 100%;
  height: 900px;
  min-height: 70vh;
  background: #ccdad7;
  max-height: calc(100vh - 134px);
  position: relative;
}
@media (max-width: 1200px) {
  #map-outer {
    max-height: calc(100vh - 125px);
  }
}
@media (max-width: 1024px) {
  #map-outer {
    max-height: calc(100vh - 119px) !important;
  }
}
@media (max-width: 767px) {
  #map-outer {
    max-height: calc(100vh - 115px) !important;
  }
}
@media (max-width: 600px) {
  #map-outer {
    max-height: calc(100vh - 119px) !important;
  }
}
#map-outer.has-submenu {
  max-height: calc(100vh - 200px);
}
@media (max-width: 1200px) {
  #map-outer.has-submenu {
    max-height: calc(100vh - 205px);
  }
}
#map-outer #map {
  height: 100%;
  position: relative;
  opacity: 0;
}
#map-outer #map iframe {
  background: #ccdad7;
}
#map-outer #map.loaded {
  animation: fadeZoomIn ease-out 1s forwards;
}
#map-outer #no-results {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #0A4E3F;
  padding: 20px;
  z-index: 3;
  border-radius: 8px;
}
#map-outer #no-results h2 {
  margin-bottom: 0;
}

#map-search {
  position: relative;
}
#map-search .breadcrumbs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
#map-search #asset-search-form {
  padding: 20px;
  width: 320px;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 8px;
  background: #0A4E3F;
  color: #FFFFFF;
}
@media (max-width: 1200px) {
  #map-search #asset-search-form {
    position: fixed;
    z-index: 7;
    bottom: -200px;
    left: 0;
    right: 0;
    top: unset;
    transform: unset;
    border-radius: 0;
    width: 100%;
    padding-bottom: 30px;
    transition: bottom 0.5s;
  }
  #map-search #asset-search-form.toggled {
    bottom: 0;
  }
  #map-search #asset-search-form.toggled .toggle:after {
    transform: rotate(-180deg);
  }
}
@media (max-width: 1024px) {
  #map-search #asset-search-form {
    bottom: -190px;
  }
}
@media (max-width: 767px) {
  #map-search #asset-search-form {
    bottom: -170px;
  }
}
@media (max-width: 600px) {
  #map-search #asset-search-form {
    bottom: -230px;
  }
}
@media (max-width: 600px) {
  #map-search #asset-search-form.portfolio {
    bottom: -166px;
  }
}
#map-search #asset-search-form.portfolio.toggled {
  bottom: 0;
}
#map-search #asset-search-form.portfolio.toggled .toggle:after {
  transform: rotate(-180deg);
}
#map-search #asset-search-form .toggle {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 60px;
  cursor: pointer;
  z-index: 5;
}
@media (max-width: 1200px) {
  #map-search #asset-search-form .toggle {
    display: block;
  }
}
#map-search #asset-search-form .toggle:after {
  content: "\f106";
  font-family: "Font Awesome 6 Pro";
  color: #FFFFFF;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  font-weight: 500;
  transition: transform 0.5s;
}
@media (max-width: 767px) {
  #map-search #asset-search-form .toggle:after {
    top: 17px;
  }
}
@media (max-width: 600px) {
  #map-search #asset-search-form .toggle:after {
    top: 15px;
  }
}
#map-search #asset-search-form select {
  background: #FFFFFF;
  overflow: hidden;
  overflow: -moz-hidden-unscrollable;
  background: url("/wp-content/themes/abacus/images/select-arrow.svg") no-repeat 95% white;
  background-size: 17px 17px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media (max-width: 1200px) {
  #map-search .fields {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (max-width: 1200px) {
  #map-search .fields.two-col .field {
    width: 50%;
  }
}
#map-search .field {
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  #map-search .field {
    flex: 0 0 auto;
    width: 33.33333333%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  #map-search .field {
    width: 50%;
  }
}
@media (max-width: 600px) {
  #map-search .space-field {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  #map-search .space-field .range-slider {
    margin-top: 17px;
  }
}
@media (max-width: 600px) {
  #map-search .space-field .range-slider {
    margin-top: 0;
  }
}
#map-search .range-label {
  font-family: "Brandon Grotesque", Arial, sans-serif;
  width: 100%;
}
#map-search .range-label span {
  font-size: 0.9em;
}
#map-search .range-label #input-space-max-text {
  float: right;
}
#map-search label {
  font-weight: 700;
  margin-bottom: 12px;
}
#map-search h4 {
  color: #FFFFFF;
  position: relative;
}
#map-search h4 i {
  position: relative;
  display: inline-block;
  margin-right: 0.5em;
}
#map-search input[type=submit] {
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 767px) {
  #map-search input[type=submit] {
    margin-top: 10px;
  }
}
#map-search .ui-slider {
  height: 9px;
}
#map-search .ui-widget.ui-widget-content {
  border: none;
  background: #B5C9C5;
  margin-left: 13px;
  margin-right: 13px;
}
#map-search .ui-widget.ui-widget-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: -13px;
  right: -13px;
  bottom: 0;
  background: #B5C9C5;
  border-radius: 3px;
}
#map-search .ui-slider-horizontal .ui-slider-range {
  background: #FFFFFF;
}
#map-search .ui-state-default, #map-search .ui-widget-content .ui-state-default,
#map-search .ui-widget-header .ui-state-default,
#map-search .ui-button, #map-search html .ui-button.ui-state-disabled:hover,
#map-search html .ui-button.ui-state-disabled:active {
  border: 1px solid #FFFFFF;
  background: #0A4E3F;
  border-radius: 3px;
  font-size: 0;
  height: 18px;
  width: 26px;
  margin-top: -4px;
  margin-left: -13px;
}
.storage-scheme #map-search #asset-search-form {
  background: #0D171A;
  color: #FFFFFF;
}
.storage-scheme #map-search #asset-search-form .toggle:after {
  color: #FFFFFF;
}
.storage-scheme #map-search #asset-search-form select {
  background: #FFFFFF;
  overflow: hidden;
  overflow: -moz-hidden-unscrollable;
  background: url("/wp-content/themes/abacus/images/select-arrow-black.svg") no-repeat 95% white;
  background-size: 17px 17px;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #0D171A;
}
@media (max-width: 1200px) {
  .storage-scheme #map-search .fields.two-col .field {
    width: 100%;
  }
}
.storage-scheme #map-search h4 {
  color: #FFFFFF;
}
.storage-scheme #map-search .btn-trans {
  border-color: #FFFFFF !important;
  color: #FFFFFF !important;
}
.storage-scheme #map-search .btn-trans:hover, .storage-scheme #map-search .btn-trans:active, .storage-scheme #map-search .btn-trans.active {
  color: #0D171A !important;
  background: #FFFFFF !important;
}
.storage-scheme #map-search .ui-slider-horizontal .ui-slider-range {
  background: #FFFFFF;
}
.storage-scheme #map-search .ui-state-default, .storage-scheme #map-search .ui-widget-content .ui-state-default,
.storage-scheme #map-search .ui-widget-header .ui-state-default,
.storage-scheme #map-search .ui-button, .storage-scheme #map-search html .ui-button.ui-state-disabled:hover,
.storage-scheme #map-search html .ui-button.ui-state-disabled:active {
  border: 1px solid #FFFFFF;
  background: #0D171A;
}

.map-preview {
  border: 1px solid #0A4E3F;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 30px 35px 40px 35px;
  width: 440px;
  color: #0A4E3F;
}
@media (max-width: 1024px) {
  .map-preview {
    width: 380px;
    padding: 20px 25px 30px 25px;
  }
}
@media (max-width: 767px) {
  .map-preview {
    width: 300px;
    padding: 15px 20px 25px 20px;
  }
}
.map-preview .title {
  font-family: "Brandon Grotesque", Arial, sans-serif;
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 10px;
  line-height: 1em;
}
@media (max-width: 1024px) {
  .map-preview .title {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .map-preview .title {
    font-size: 20px;
  }
}
.map-preview .address {
  font-family: "Brandon Grotesque", Arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  .map-preview .address {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .map-preview .address {
    margin-bottom: 15px;
    font-size: 14px;
  }
}
.map-preview .icons {
  font-size: 23px;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .map-preview .icons {
    font-size: 18px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .map-preview .icons {
    font-size: 16px;
    margin-top: 5px;
  }
}
.map-preview .icons i {
  display: inline-block;
  margin-right: 0.7em;
}
.map-preview .space {
  font-size: 1.1em;
  margin-top: 25px;
}
@media (max-width: 1024px) {
  .map-preview .space {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .map-preview .space {
    margin-top: 15px;
    font-size: 14px;
  }
}
.map-preview .btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .map-preview .btn {
    margin-top: 15px;
  }
}

/*# sourceMappingURL=map-search.css.map */
