html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
}

body.page-template-page-full-screen {
  display: grid;
  height: 100%;
  max-height: 100%;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr auto;
}

body.page-template-page-full-screen>.site-main {
  max-width: 100% !important;
  width: 100%;
  padding: 0 !important;
}

body.page-template-page-full-screen>.site-main .page-content {
  height: 100%;
}

body.page-template-page-full-screen>.site-main .page-content #lll_search {
  height: 100vh;
  border-left: unset;
  border-right: unset;
  border-radius: unset;
}

#lll_search {
  display: grid;
  grid-template-rows: auto 1fr;
  position: relative;
  height: 500px;
  border: 1px solid #585B68;
  border-radius: 5px;
}

#lll_search #controls {
  display: flex;
  flex-wrap: wrap;
  padding: 2px;
  border-bottom: 1px solid #585B68;
}

#lll_search #controls .title {
  font-size: 18px;
  line-height: 26px;
  color: #585B68;
  margin: 3px;
  white-space: nowrap;
}

#lll_search #controls #edit_filters_button {
  margin: 3px;
}

#lll_search #controls #clear_filters_button {
  margin: 3px;
}

#lll_search #controls .current_filters {
  flex: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

#lll_search #controls .current_filters .filter_button {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 12px;
  line-height: 26px;
  height: 26px;
  background: #F4F4F4;
  color: #585B68;
  border: 1px outset #585B68;
  border-radius: 3px;
  padding: 0 6px;
  cursor: pointer;
  margin: 3px;
}

#lll_search #controls .current_filters .filter_button:after {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  color: red;
  font-weight: 900;
  padding-left: 5px;
  font-size: 16px;
}

#lll_search .row {
  position: relative;
  width: 100%;
  height: 100%;
}

#lll_search .row #results {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  z-index: 1;
  display: grid;
  grid-template-rows: auto auto 1fr;
  height: 100%;
  background: #F4F4F4;
  border-right: 1px solid #585B68;
}

#lll_search .row #results .results_handle {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 5px;
  text-align: center;
  color: #ffffff;
  z-index: 1;
  font-size: 20px;
  line-height: 22px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#lll_search .row #results .waiter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  display: grid;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

#lll_search .row #results .no_results {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  border: 5px solid #ffcccc;
  color: #585B68;
  margin: 5px;
  border-radius: 10px;
}

#lll_search .row #results .results {
  position: relative;
  overflow: auto;
}

#lll_search .row #results .results .sticky_section {
  position: sticky;
  top: 0;
}

#lll_search .row #results .results .title_inventory,
#lll_search .row #results .results .title_plans {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 2em;
  background: #00467F;
  background-image: linear-gradient(#0062b2, #002a4c);
  color: #ffffff;
  box-shadow: 0 0 5px rgba(88, 91, 104, 0.5);
}

#lll_search .row #results .results .disclaimer {
  text-align: center;
  padding: 0 10%;
  background: #F4F4F4;
  margin: 0;
}

#lll_search .row #results .results .title_plans {
  background: #585B68;
  background-image: linear-gradient(#6f7384, #41434c);
  margin-top: 50px;
}

#lll_search .row #results .results .result_section {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  padding: 5px;
  grid-gap: 5px;
}

#lll_search .row #results .results .result_section .home_block {
  display: none;
  flex-direction: column;
  flex-grow: 1;
  padding: 0 5px;
  font-size: 14px;
  border: 1px solid #585B68;
  border-radius: 5px;
  background: #ffffff;
}

#lll_search .row #results .results .result_section .home_block .title {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #585B68;
  margin: 0px 3px;
  text-align: center;
  line-height: 1.4em;
}

#lll_search .row #results .results .result_section .home_block .subtitle {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #585B68;
  margin: 0px 3px;
  text-align: center;
  font-size: .8em;
  line-height: 1.4em;
}

#lll_search .row #results .results .result_section .home_block .status {
  background: #00467F;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  line-height: 2em;
  margin: 3px 0;
}

#lll_search .row #results .results .result_section .home_block.new_home .status {
  background: #585B68;
  color: #ffffff;
}

#lll_search .row #results .results .result_section .home_block .price {
  text-align: center;
}

#lll_search .row #results .results .result_section .home_block .details {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  font-weight: bold;
  text-align: center;
  font-size: 11px;
  margin-bottom: 10px;
}

#lll_search .row #results .results .result_section .home_block .details>div {
  line-height: 24px;
}

#lll_search .row #results .results .result_section .home_block .details>div>div:first-child {
  background: #585B68;
  color: #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

#lll_search .row #results .results .result_section .home_block .details>div>div:last-child {
  line-height: 20px;
  margin-top: 2px;
  border-left: 1px solid #585B68;
  border-right: 1px solid #585B68;
}

#lll_search .row #results .results .result_section .home_block .details>div:nth-child(even)>div:first-child {
  background: #66C8C8;
}

#lll_search .row #results .results .result_section .home_block .details>div:first-child>div {
  border-left: none;
}

#lll_search .row #results .results .result_section .home_block .details>div:last-child>div {
  border-right: none;
}

#lll_search .row #results .results .result_section .home_block.on_map {
  display: flex;
}

#lll_search .row #results .results .result_section .home_block.filter_hide {
  display: none;
}

#lll_search .row #results .results .result_section .home_block.highlight {
  box-shadow: inset 0 0 2px 3px #ff8800;
}

#lll_search .row #map {
  flex: auto;
  height: 100%;
  width: 60%;
  margin-left: 40%;
}

#lll_search .row #map .neighborhood {
  display: block;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
}

#lll_search #lll_search_overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(88, 91, 104, 0.9);
  z-index: 999;
  display: none;
  align-items: center;
  justify-content: center;
}

#lll_search #lll_search_overlay.show {
  display: flex;
}

#lll_search #lll_search_overlay #lll_search_filters_modal {
  background: #ffffff;
  width: 60%;
  max-width: 600px;
  min-width: 290px;
  border: 1px solid #585B68;
  border-radius: 5px;
}

#lll_search #lll_search_overlay #lll_search_filters_modal .modal_header {
  display: block;
  border-bottom: 1px solid #585B68;
}

#lll_search #lll_search_overlay #lll_search_filters_modal .modal_header .title {
  margin: 0;
  padding: 0 6px;
  line-height: 1.4em;
}

#lll_search #lll_search_overlay #lll_search_filters_modal .modal_footer {
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid #585B68;
  padding: 6px;
}

#lll_search #lll_search_overlay #lll_search_filters_modal .filter_fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 3px;
}

#lll_search #lll_search_overlay #lll_search_filters_modal .filter_fields fieldset {
  padding: 0 3px 6px;
  margin: 3px;
  border: 1px solid #585B68;
  border-radius: 3px;
  background: #F4F4F4;
  color: #000000;
}

#lll_search #lll_search_overlay #lll_search_filters_modal .filter_fields fieldset label {
  display: block;
  font-size: 13px;
  line-height: 1em;
  height: auto;
  padding: 2px;
}

@media (min-width: 576px) {
  #lll_search #lll_search_overlay #lll_search_filters_modal .filter_fields fieldset label {
    margin-bottom: 3px;
  }
}

#lll_search #lll_search_overlay #lll_search_filters_modal .filter_fields fieldset div {
  display: flex;
}

#lll_search #lll_search_overlay #lll_search_filters_modal .filter_fields fieldset div select {
  height: 24px;
  line-height: 24px;
  font-size: 13px;
  padding: 0;
  margin: 0 2px;
}

#lll_search #lll_search_overlay #lll_search_filters_modal .filter_fields fieldset.active {
  background: #66C8C8;
  color: #00467F;
}

#lll_search button,
#lll_search input[type=button],
#lll_search input[type=submit] {
  font-size: 12px;
  line-height: 20px;
  height: 26px;
  background: #00467F;
  color: #ffffff;
  border: 1px solid #585B68;
  border-radius: 3px;
  padding: 0 6px;
  margin: 0 0 0 6px;
}

#lll_search #close_filters_button {
  background: #F4F4F4;
  color: #000000;
}

@media (max-width: 576px) {
  #lll_search #controls {
    grid-column: auto;
  }

  #lll_search .row {
    display: block;
  }

  #lll_search .row #results {
    position: absolute;
    left: calc(-95% + 32px);
    top: 0;
    width: 95%;
    height: 100%;
    z-index: 9;
    box-shadow: 0 5px 5px rgba(88, 91, 104, 0.5);
    transition: left 500ms;
  }

  #lll_search .row #results .results_handle {
    display: block;
  }

  #lll_search .row #results.open {
    left: 0;
  }

  #lll_search .row #results.open .results_handle:before {
    content: "\f137";
  }

  #lll_search .row #map {
    width: calc(100% - 32px);
    margin-left: 32px;
  }
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.small {
  font-size: .8em;
  line-height: .9em;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #00467F;
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.search_field_wrapper {
  position: relative;
}

.search_field_wrapper .search_show_button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: none;
  background: #ffffff;
  color: #66C8C8;
  border-radius: 3px;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  padding: 0 10px;
}

.search_field_wrapper .search_show_button>* {
  margin: 0 5px;
}

@media (max-width: 576px) {
  .search_field_wrapper .search_show_button {
    width: 30px;
    height: 30px;
  }

  .search_field_wrapper .search_show_button span {
    display: none;
  }
}

.search_field_wrapper .search_show_button:hover,
.search_field_wrapper .search_show_button:focus {
  background: #00467F;
  color: #ffffff;
  outline: none;
}

.search_field_wrapper .search_fields {
  display: none;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 300px;
  background: #ffffff;
  border: 1px solid #585B68;
  border-radius: 10px;
  box-shadow: 0 0 10px #000000;
  padding: 0;
  z-index: 999;
}

.search_field_wrapper .search_fields .title {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  margin: 5px;
}

.search_field_wrapper .search_fields form {
  font-size: 13px;
  line-height: 1.4em;
}

.search_field_wrapper .search_fields form fieldset {
  border: none;
  border-radius: 5px;
  background: #66C8C8;
  box-shadow: inset 0 0 3px 1px #585B68;
  margin: 5px;
  padding: 5px;
}

.search_field_wrapper .search_fields form fieldset input,
.search_field_wrapper .search_fields form fieldset select {
  font-size: 13px;
  line-height: 15px;
  padding: 0px;
  margin: 0px;
}

.search_field_wrapper .search_fields form fieldset input:focus,
.search_field_wrapper .search_fields form fieldset select:focus {
  outline: none;
  box-shadow: inset 0 0 5px #00467F;
}

.search_field_wrapper .search_fields form fieldset>div {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(1px, 1fr));
  grid-gap: 5px;
}

.search_field_wrapper .search_fields form .buttons {
  display: flex;
  justify-content: space-between;
  margin: 5px;
}

.search_field_wrapper .search_fields form .buttons button {
  font-size: 13px;
  line-height: 13px;
  padding: 5px 10px;
  border: 1px solid #585B68;
  border-radius: 5px;
  background-image: linear-gradient(#0062b2, #002a4c);
}

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