@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://kunversion-frontend-custom.s3.amazonaws.com/templates/help/ps.css");
@import url("https://kunversion-frontend-custom.s3.amazonaws.com/overwrites/template/ps.css");
@import url("https://kunversion-frontend-custom.s3.amazonaws.com/overwrites/template/2/ps.css");
@import url("https://kunversion-frontend-custom.s3.amazonaws.com/overwrites/search-bar/minimal.v2.css");
@import url("https://kunversion-frontend-custom.s3.amazonaws.com/custom-pages/components/ps.css");
@import url("https://kunversion-frontend-custom.s3.amazonaws.com/components/listings/new/ps.css");

/* Custom CSS */
:root {
  --secondary-brand-color: #000000;
  --soft-gray: #edf1f2;
  --mustard: #fbb03d;
  --ghl-green: #61ce70;
  --heading-font: "Montserrat", sans-serif;
  --text-font: "Montserrat", sans-serif;
}
#header.home .logo.primary {
  transform: scale(1.5) translate(0px, -7px);
}
#header:not(.home) .logo.primary {
  transform: scale(1) translate(0px, 0px);
}
#header.home .logo.secondary {
  transform: scale(1.5) translate(30px, -10px);
}
#home-bodycontent .hero-wrapper {
  max-width: 700px !important;
}
#home-bodycontent .hero-tagline {
  font-size: 1.5rem;
}
#home-bodycontent .information-bar {
  background-color: var(--secondary-brand-color) !important;
  background-image: none !important;
  padding: 0.4rem;
}
#home-bodycontent .information-bar h5 {
  display: none;
}
#testimonials-carousel {
  border-top: 10px solid #fff;
  border-bottom: 10px solid #fff;
}
#header.home {
  background-color: #000 !important;
}
#header.home .navbar-toggler,
#header.home .navbar-toggler span,
#header.home .list-inline .fa {
  border-color: #fff !important;
}
#header.home .list-inline span,
#header.home .list-inline a,
#header.home .list-inline .fa {
  color: #fff !important;
}
@media only screen and (min-width: 992px) {
  #home-bodycontent #header .nav-primary > li > a {
    color: #fff !important;
  }
}
#home-bodycontent .hero-wrapper h1 {
  font-size: 4em !important;
}
@media only screen and (max-width: 767px) {
  #home-bodycontent .hero-wrapper h1 {
    font-size: 3em !important;
  }
}
@media only screen and (max-width: 544px) {
  #home-bodycontent .hero-wrapper h1 {
    font-size: 1.7em !important;
  }
}
#home-bodycontent .cover-image {
  opacity: 0.3 !important;
}
#home-bodycontent .cover {
  margin-top: -60px;
}
.cover.cover-center.agent .cover-title {
  top: 50% !important;
}
@media only screen and (min-width: 992px) {
  #home-bodycontent .cover {
    height: calc(100vh - 110px) !important;
  }
}
#home-bodycontent #froala-editor:not(.fr-box) #cp-components__body__cta-boxes.tall-boxes .cp-cta-box-link:after {
  content: "";
  background-image: linear-gradient(45deg, black, transparent);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
#cp-components__body__cta-boxes .cp-cta-box-btn {
  background-color: var(--ghl-green) !important;
  color: #fff !important;
  border: none !important;
  font-weight: 500 !important;
}
/* Roster */
#roster-bodycontent #search-agents input,
#roster-bodycontent #search-agents button:not(#search-roster) {
  min-height: 56px;
}
#roster-bodycontent #agent-roster {
  margin-top: 0 !important;
}
#roster-bodycontent .main,
#roster-bodycontent .inner-main-content {
  padding-top: 0 !important;
}
#roster-bodycontent .content-title {
  display: none;
}
#roster-bodycontent .listing-box {
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
}
#roster-bodycontent .listing-box-image {
  height: auto;
}
#roster-bodycontent .listing-box .title-wrapper {
  min-height: unset !important;
}
#roster-bodycontent .listing-box-image img {
  width: 100%;
  min-height: 350px !important;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
#roster-bodycontent .listing-box-content {
  display: none;
}
#roster-bodycontent .listing-box-title h2 {
  font-size: 1.4rem;
  font-weight: var(--section-header-font-weight);
  line-height: normal !important;
}
#roster-bodycontent .listing-box-image-link {
  background-color: rgba(251, 176, 61, 70%);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#roster-bodycontent .listing-box-image-link:after {
  content: "View Agent";
  border-radius: 0 !important;
  font-size: 1.1rem;
  font-family: var(--text-font);
  display: -webkit-box;
  display: -ms-flexbox;
  color: #000 !important;
  font-weight: 600 !important;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent !important;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  -webkit-transition:
    background-color 0.5s,
    -webkit-transform 0.5s ease;
  transition:
    background-color 0.5s,
    -webkit-transform 0.5s ease;
  -o-transition:
    background-color 0.5s,
    transform 0.5s ease;
  transition:
    background-color 0.5s,
    transform 0.5s ease;
  transition:
    background-color 0.5s,
    transform 0.5s ease,
    -webkit-transform 0.5s ease;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 992px) {
  #roster-bodycontent .listing-box:hover .listing-box-image-link:after {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}
#featured-areas {
  background-image: url("https://dtzulyujzhqiu.cloudfront.net/ersrealestategroupatexprealty14944/images/1776649734_2CWQMXQGHn5n6l5slZEMtChikHHGGe3n2hh8hChh.png");
  background-color: #fff !important;
}
#template-2 .btn.btn-white {
  background-color: var(--ghl-green) !important;
  color: #fff !important;
  font-weight: 500 !important;
}
/* Components */
#about-entity {
  position: relative;
}
#about-entity-image-slider {
  margin-bottom: 2rem;
}
#about-entity img {
  display: block;
  width: 100%;
  min-height: 450px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 auto;
  box-shadow: var(--box-shadow);
}
#about-entity .container > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#about-entity h2 {
  font-weight: bold;
  font-size: 2.3rem;
}
#about-entity p {
  font-size: 1.1rem;
}
#about-entity .entity-about-header-tag {
  color: inherit;
  font-size: 0.7rem;
  display: block;
  font-family: var(--text-font);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
}
#about-entity a.btn {
  padding: 1em 1.5em;
}
@media (max-width: 992px) {
  #about-entity h2 {
    font-size: 2rem;
  }
  #about-entity h2:after {
    margin: 1rem 0;
  }
  #about-entity p {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  #about-entity .container > .row.has-slider {
    display: block !important;
  }
  #about-entity .container > .row,
  #about-entity .container > .row.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
  }
  #about-entity .container > .row > div,
  #about-entity .container > .row.reverse > div {
    text-align: center;
  }
  #about-entity img:not(.about-entity-slide) {
    max-height: 300px;
    min-height: 300px;
    margin-bottom: 2rem;
    -o-object-fit: contain;
    object-fit: contain;
  }
  #about-entity .entity-about-header-tag {
    text-align: center;
  }
  #about-entity h2 {
    font-size: 2rem;
    text-align: center;
  }
  #about-entity h2:after {
    margin: 1rem auto;
  }
  #about-entity p {
    font-size: 1rem;
    text-align: center;
  }
}
@media (max-width: 420px) {
  #about-entity img:not(.about-entity-slide) {
    min-height: unset !important;
  }
}
#about {
  display: none;
}
