/* Featured Wrapper */
.cms-be-featured-properties-wrap { padding: 1.25rem 0; position: relative; z-index: 1; }
.cms-be-featured-properties-wrap .container { width: 100%; max-width: 87.5rem; margin-top: 0.9375rem; }
.cms-be-featured-properties-wrap .container .h1 { text-transform: capitalize; font-family: var(--siteFont1); margin: 0; }
.cms-be-featured-properties-wrap .container .subtitle { margin-top: 0; font-size: 1.75rem; letter-spacing: .25rem; color: hsl(var(--siteColor1)); font-weight: var(--wLight); }
.cms-be-featured-properties-wrap .featured-icon { width: 25%; }
@media(min-width: 1025px) {
  .cms-be-featured-properties-wrap { padding: 8.125rem 0 0; position: relative; z-index: 1; transform: translateY(-5%); }
  .cms-be-featured-properties-wrap .featured-icon { width: 13%; }
}

/* Featured Swiper */
.cms-be-featured-properties-wrap .swiper-container .swiper-lazy-preloader { --swiper-preloader-color: hsl(var(--siteColor1)); }
.be-featured-properties-swiper { max-width: 130rem; padding: 1.875rem 0.9375rem; }
.be-featured-properties-controls { height: 3.25rem; display: flex; flex-wrap: wrap; justify-content: center; width: 100%; max-width: 25rem; height: 3.25rem; margin: auto; position: relative; }
.be-featured-properties-controls .be-featured-btn-prev { transform: rotateY(180deg); border: 0.0625rem solid hsl(var(--siteColor1)); }
.be-featured-properties-controls .be-featured-btn-next {  border: 0.0625rem solid hsl(var(--siteColor1)); }
.be-featured-properties-controls .be-featured-btn-next,
.be-featured-properties-controls .be-featured-btn-prev { width: 3.125rem; height: 3.125rem; margin: 0 2rem 3rem; padding: .8rem; position: relative; top: auto; right: auto; left: auto; background: transparent; border-radius: 50vw; box-shadow: none; color: hsl(var(--siteColor1)); transition: all 0.4s ease-in-out; }
.be-featured-properties-controls .be-featured-btn-next:hover,
.be-featured-properties-controls .be-featured-btn-prev:hover { background: hsl(var(--siteColor1)); box-shadow: var(--dropShadow); color: hsl(var(--white)); }
.be-featured-properties-controls .be-featured-btn-next:focus,
.be-featured-properties-controls .be-featured-btn-prev:focus { outline: none; box-shadow: var(--focusShadow); }
.be-featured-properties-controls .be-featured-btn-next:after,
.be-featured-properties-controls .be-featured-btn-prev:after { display: none; }
.be-featured-properties-controls .be-featured-btn-next .icon,
.be-featured-properties-controls .be-featured-btn-prev .icon { width: 2.75rem; height: 2.75rem; }
.be-featured-properties-controls .be-featured-pagination { display: none; align-items: center; position: relative; top: auto; right: auto; left: auto; }
.be-featured-properties-swiper .swiper-slide { --marginRight: 1.875rem; --columns: 1; margin-right: var(--marginRight); width: calc(calc(100% / var(--columns)) - var(--marginRight) + calc(var(--marginRight) / var(--columns))); }
.be-featured-properties-swiper .swiper-slide:after { position: absolute; content: ''; top: 0; left: 101%; height: 100%; border-right: 0.0625rem solid hsla(var(--black), .5);  }

@media (min-width: 0) {
  .be-featured-properties-swiper .swiper-slide { --columns: 1; }
}
@media (min-width: 667px) {
  .be-featured-properties-swiper .swiper-slide { --columns: 2; }
}
@media (min-width: 992px) {
  .be-featured-properties-swiper .swiper-slide { --columns: 3; }
}
@media (min-width: 1200px) {
  .be-featured-properties-swiper .swiper-slide { --columns: ; }
  .be-featured-properties-controls .be-featured-btn-next,
  .be-featured-properties-controls .be-featured-btn-prev { width: 2.5rem; height: 2.5rem; margin: 1rem; padding: .75rem; position: relative; top: auto; right: auto; left: auto; background: transparent; border-radius: 50vw; box-shadow: none; color: hsl(var(--siteColor1)); transition: all 0.4s ease-in-out; }
}

/* Featured Property */
.be-featured-property { position: relative; overflow: hidden; height: 25rem; width: 100%; display: flex; flex-direction: column; border-radius: var(--borderRadius); box-shadow: var(--dropShadow); font-family: var(--siteFont2), sans-serif; }
.be-featured-property:hover { box-shadow: var(--dropShadow), var(--dropShadow); }
.be-featured-property-img-wrap { height: 100%; position: relative; position: relative; z-index: 1; background-color: var(--placeholderBG); }
.be-featured-property-img-link { display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
.be-featured-property-img { display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; object-fit: cover; }
.be-featured-property-info-wrap { position: absolute; bottom: 5%; left: 5%;  width: 90%; height: 40%; z-index: 2;  display: flex; flex-direction: column; align-items: flex-start; padding: 1rem 1.25rem; color: hsl(var(--white)); background: hsl(var(--siteColor1), 85%); line-height: 1; }
.be-featured-property-info-wrap span { display: none; font-weight: var(--wBold); line-height: 1.1; }
.be-featured-property-info-wrap .col { display: flex; flex-wrap: wrap; align-content: center; padding: 0 0.3125rem; }
.be-featured-location { font-weight: var(--wRegular); font-family: var(--siteFont); }
.be-featured-property-title { display: flex; flex-direction: column; margin: 0; }
.be-featured-property-title .h3 { width: 100%; margin: 0; font-family: var(--siteFont1); font-size: 1.25rem !important; line-height: 1.25; font-weight: var(--wBold); overflow: hidden; text-overflow: ellipsis; }
.be-featured-property-title-link { display: block; width: 95%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.be-featured-property-title-link,
.be-featured-property-title-link:hover { color: hsl(var(--bodyFontColor)); }
.be-featured-property-info { width: 100%; display: flex; flex-wrap: nowrap; justify-content: space-around; margin: auto auto 0; padding: 0; font-size: 1rem; line-height: 1; font-weight: var(--wNormal); }
.be-featured-property-info-item { display: block; margin-top: 0.25rem; padding: 0 0.25rem; text-align: center; font-family: var(--siteFont); text-transform: uppercase; }
.be-featured-property-info-item .icon { height: 0.85rem; width: 1.25rem; margin-right: 0.25rem; color: hsl(var(--white)); }
@media(min-width: 1025px) {
  .be-featured-property { position: relative; overflow: hidden; height: 25rem; width: 95%; display: flex; flex-direction: column; border-radius: var(--borderRadius); box-shadow: var(--dropShadow); font-family: var(--siteFont2), sans-serif; }
  .be-featured-property-info-wrap { position: absolute; bottom: 5%; left: 5%; width: 65%; height: 50%; z-index: 2; min-height: 7rem; display: flex; flex-direction: column; align-items: flex-start; border-radius: var(--borderRadius); padding: 1rem 1.25rem 0.5rem; color: hsl(var(--white)); background: hsl(var(--siteColor1), 85%); line-height: 1; overflow: hidden; }
  .be-featured-property-info { display: flex; flex-wrap: nowrap; justify-content: space-around; margin: auto 0; padding: 0; font-size: 1rem; line-height: 1; font-weight: var(--wNormal); }
  .be-featured-property-info-wrap span { display: block; font-family: var(--siteFont); font-weight: var(--wRegular); color: hsla(var(--white), .75); line-height: 1.1; max-height: 5.5rem; overflow: hidden; }
}