#listings .impress-carousel-property {
  padding: 25px;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.1);
  max-width: 500px;
}
#listings .impress-carousel-property .impress-carousel-photo {
  position: relative;
}
#listings .impress-carousel-property .impress-carousel-photo img {
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 18px;
  position: relative;
  z-index: -1;
}
#listings .impress-carousel-property .impress-carousel-photo .impress-price {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-family: var(--font-family-header);
  font-size: 2.5em;
}
#listings .impress-carousel-property .impress-carousel-photo::before {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(5deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 33%);
  position: absolute;
  border-radius: 18px;
  top: 0;
  left: 0;
}
#listings .impress-carousel-property .impress-address {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0em;
  font-size: 1.5em;
  font-family: var(--font-family-header);
}
#listings .impress-carousel-property .impress-address, #listings .impress-carousel-property .impress-address * {
  line-height: 1.5em;
}
#listings .impress-carousel-property .impress-address .impress-street {
  margin-right: 10px;
}
#listings .impress-carousel-property .impress-address .impress-cityname {
  margin-right: 1px;
}
#listings .impress-carousel-property .impress-address .impress-state {
  margin-left: 6px;
}
#listings .impress-carousel-property .impress-beds-baths-sqft {
  margin-top: 10px;
  margin-bottom: 20px;
}
#listings .impress-carousel-property .impress-beds-baths-sqft * {
  font-size: 1.1em;
  padding: 5px 12px;
  line-height: 1em;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.15);
}
#listings .impress-carousel-property .disclaimer {
  opacity: 0.66;
}
#listings .impress-carousel-property .disclaimer p {
  font-size: 0.9em;
}

figure {
  border: none !important;
  box-shadow: none !important;
}

.banner {
  padding: 0 !important;
  margin: 110px 0 0 0 !important;
}

.home main div.home-banner-overlay {
  background-color: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(8px);
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
}
.home main div.home-banner-overlay > div {
  margin: 0 auto;
  padding-top: 45px;
  padding-bottom: 45px;
}
.home main div.home-banner-overlay h2 {
  font-size: 2.25rem;
  color: white;
  font-weight: 300;
  margin: 0;
}
.home main div.home-banner-overlay h2 b, .home main div.home-banner-overlay h2 strong {
  font-weight: 600;
}
.home main div.home-banner-overlay .home-banner-overlay-interior {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4em;
}
.home main div.home-banner-overlay .home-banner-overlay-interior .wp-block-buttons {
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 18px;
}
.home main div.home-banner-overlay .home-banner-overlay-interior .wp-block-buttons a {
  padding: 10px 40px;
  font-size: 20px;
  font-weight: 300;
}
.home main div.home-banner-overlay .home-banner-overlay-interior .wp-block-buttons a svg {
  height: 20px;
  width: 20px;
}

#welcome figure img, #services figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 60vw;
}
#welcome .content-box, #services .content-box {
  margin: 100px 0;
  padding: 75px 50px;
  background: linear-gradient(173deg, rgba(39, 39, 39, 0.6) 0%, rgba(0, 0, 0, 0.85) 100%);
  backdrop-filter: blur(8px);
  outline: 1px solid rgba(179, 143, 72, 0.6901960784);
}

#welcome .wp-block-buttons a, #services .wp-block-buttons a, #contact .wp-block-buttons a {
  background-color: var(--brand-color);
  color: white;
}
#welcome .wp-block-buttons a svg path, #services .wp-block-buttons a svg path, #contact .wp-block-buttons a svg path {
  fill: white;
}
#welcome .wp-block-buttons a:hover, #services .wp-block-buttons a:hover, #contact .wp-block-buttons a:hover {
  filter: brightness(1.1);
}

#welcome {
  margin: 75px 0;
}
#welcome figure img {
  position: absolute;
  left: 0;
  border-radius: 0px 75px 75px 0;
}

#services {
  margin: 0 0 75px 0;
}
#services figure img {
  position: absolute;
  right: 0;
  border-radius: 75px 0 0 75px;
}
#services .wp-block-columns {
  display: flex;
  flex-direction: row;
  gap: 2em;
  margin: 0;
}
#services h2 {
  margin-bottom: 35px;
}
#services h3 {
  font-size: 1.5rem;
  font-weight: normal;
  color: var(--brand-color);
}

#listings {
  margin-bottom: 45px;
}

#why-choose-us {
  --warm: rgba(188, 160, 104, 0.4);
  margin-bottom: 60px;
  padding-top: 50px;
  padding-bottom: 50px;
}
#why-choose-us h2 {
  margin-bottom: 50px;
  font-size: 4em;
}
#why-choose-us .is-layout-grid {
  padding: 0 !important;
  gap: 1em;
}
#why-choose-us .is-layout-grid .text {
  margin: 0;
  padding: 0 !important;
  min-height: 96px;
}
#why-choose-us .is-layout-grid .text p {
  line-height: 1.75em;
}
#why-choose-us .is-layout-grid .star-box {
  outline: 1px solid rgba(179, 143, 72, 0.6901960784);
  padding-top: 25px;
}
#why-choose-us .is-layout-grid .star-box b, #why-choose-us .is-layout-grid .star-box strong {
  font-size: 1.25em;
  font-family: var(--font-family-header);
}
#why-choose-us .is-layout-grid .star-box:nth-child(1) {
  background: linear-gradient(173deg, rgba(188, 160, 104, 0.3) 0%, rgba(0, 0, 0, 0) 80%);
}
#why-choose-us .is-layout-grid .star-box:nth-child(2) {
  background: linear-gradient(80deg, rgba(188, 160, 104, 0.3) 0%, rgba(0, 0, 0, 0) 80%);
}
#why-choose-us .is-layout-grid .star-box:nth-child(4) {
  background: linear-gradient(330deg, rgba(188, 160, 104, 0.3) 0%, rgba(0, 0, 0, 0) 80%);
}
#why-choose-us .is-layout-grid .star-box:nth-child(3) {
  background: linear-gradient(190deg, rgba(188, 160, 104, 0.3) 0%, rgba(0, 0, 0, 0) 80%);
}
#why-choose-us .is-layout-grid .star-box:nth-child(5) {
  background: linear-gradient(240deg, rgba(188, 160, 104, 0.3) 0%, rgba(0, 0, 0, 0) 80%);
}

#contact {
  background-size: cover;
  background-position: 50% 50%;
}
#contact .cta-overlay {
  padding: 100px 25px;
  background-color: rgba(0, 0, 0, 0.45);
}
#contact .cta-overlay > div {
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#contact .cta-overlay > div * {
  margin: 0;
}
#contact .cta-overlay > div h2 {
  font-size: 4em;
  margin-bottom: 0.2em;
}
#contact .cta-overlay > div p {
  font-size: 1.5rem;
  margin-bottom: 2em;
}

@media (max-width: 786px) {
  .home main div.home-banner-overlay .home-banner-overlay-interior {
    flex-direction: column;
    gap: 2em;
  }
  .home main div.home-banner-overlay .home-banner-overlay-interior h2 {
    font-size: 1.75em !important;
  }
  #why-choose-us {
    padding-top: 0 !important;
  }
  #why-choose-us .is-layout-grid {
    grid-template-columns: 1fr;
  }
  .wp-block-spacer {
    max-height: 50px;
  }
  #contact > div h2 {
    font-size: 3em !important;
    margin-bottom: 0.75em !important;
  }
  #contact > div p {
    font-size: 1rem !important;
    margin-bottom: 2em;
  }
}/*# sourceMappingURL=home.css.map */