/* custom banner buttons */
.home-quick-search {
  padding-bottom: 5vw;
  height: auto;
}

.custom-banner-buttons {
  display: flex;
  justify-content: space-around;
  gap: 2rem;
  flex-direction: column;
  margin: 2rem auto;
  max-width: 1000px;
}

.custom-banner-buttons a {
  width: 100%;
}

button.custom-btn.search-button {
  background-color: rgb(var(--si-primary-color-rgb), .5);
  color: var(--si-primary-text-color);
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  letter-spacing: 1px;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
  transition: all .3s ease;
  z-index: 2;
  width: 100%;
  border-radius: 500px;
  padding: 2rem;
  border: 2px solid #fff;
}

button.custom-btn.search-button:hover {
  background-color: var(--si-secondary-color);
  border-color: var(--si-secondary-color);
}

@media screen and (min-width:768px) {

  .custom-banner-buttons {
    flex-direction: row;
  }



}

/* body buttons */

.body-custom {
  --si-qs-input-height: 75px;
}

.custom-body-buttons {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.body-custom .search-button {
  background-color: var(--si-primary-color);
  color: var(--si-primary-text-color);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  height: var(--si-qs-input-height);
  letter-spacing: 1px;
  font-size: 1.5rem;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
  transition: all .3s ease;
  width: 50%;
  text-align: left;
  padding-left: 2rem;
  border-radius: 1rem 0 0 1rem;
}

.body-custom .search-button .arrow {
  border-bottom: 36px solid transparent;
  border-left: 30px solid var(--si-primary-color);
  border-top: 38px solid transparent;
  height: var(--si-qs-input-height);
  position: absolute;
  right: -30px;
  top: 0;
  transition: all .3s ease;
  width: 30px
}

.body-custom .search-button:hover {
  background-color: var(--si-primary-color-700);
  width: 60%;
}

.body-custom .search-button:hover .arrow {
  border-left-color: var(--si-primary-color-700)
}


/* hiding */

.js-beds-container,
.js-baths-container,
.beds-container,
.baths-container,
.js-ld-mortgage-calculator {
  display: none !important;
}

#searchForm .js-sf-container>.si-sf-section:nth-child(n+6),
#searchForm .js-primary-criteria .si-sf-primary__item:is(:nth-child(3), :nth-child(4), :nth-child(5), :nth-child(6), :nth-child(9), :nth-child(10)) {
  display: none !important;
}

.is-more-options {
  display: none !important;
}

body:not(.si-sapp-map-show) .si-filter__sort ul[id^="sbOptions_"]>li:nth-child(5) {
  display: none;
}


body.si-sapp-map-show .si-filter__sort ul[id^="sbOptions_"]>li:is(:nth-child(5), :nth-child(6), :nth-child(7), :nth-child(8)) {
  display: none !important;
}

.si-sf-location__select ul[id^="sbOptions"] li:is(:nth-child(5), :nth-child(6), :nth-child(7), :nth-child(8)) {
  display: none !important;
}

#schools {
  display: none !important;
}

.auth-modal-title>span {
  display: inline;
}

.auth-modal-title>span:first-of-type {
  display: none;
}