@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Oswald:wght@200..700&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/agent/1/ps.css");
@import url("https://kunversion-frontend-custom.s3.amazonaws.com/components/listings/new/ps.css");

:root {
  --secondary-brand-color: #000000;
  --red: #ef3f42;
  --heading-font: "Oswald", sans-serif;
  --text-font: "Inter", sans-serif;
  --cover-heading-size: 2rem;
  --cover-tagline-size: 1.1rem;
  --cover-tagline-weight: 600;
  --page-header-size: 3rem;
  --page-header-weight: 600;
}
#header .logo.primary {
  display: none;
}
#header.home {
  background-color: #fff !important;
}
#header.home .navbar-toggler,
#header.home .navbar-toggler span,
#header.home .list-inline .fa {
  border-color: #000 !important;
}
#header.home .list-inline span,
#header.home .list-inline a,
#header.home .list-inline .fa {
  color: #000 !important;
}
@media only screen and (min-width: 992px) {
  #home-bodycontent #header .nav-primary > li > a {
    color: #000 !important;
  }
}
#home-bodycontent #horizontal-search {
  background-color: #000;
}
#home-bodycontent #horizontal-search:before {
  color: #fff;
}
.hero-wrapper h1 {
  font-size: 4em !important;
  font-weight: 600 !important;
  line-height: 1em !important;
}
#home-bodycontent .kv-featured-areas-widget ~ #widget-layout-wrapper {
  margin-top: 0 !important;
}
#home-bodycontent .kv-featured-area.hidden {
  display: none !important;
}
#home-bodycontent .kv-featured-areas-widget-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#home-bodycontent .kv-featured-areas-widget .kv-featured-area {
  min-height: 350px;
  width: 32%;
  min-width: 350px;
  background-position: center;
  background-size: cover;
  text-decoration: none;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 10px;
}
#home-bodycontent .kv-featured-areas-widget .kv-featured-area:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  transition: background 0.5s ease;
}
#home-bodycontent .kv-featured-areas-widget a h3 {
  font-weight: 600;
  text-shadow: 1px 1px 1px #444;
  position: relative;
  z-index: 1;
}
#home-bodycontent .kv-featured-areas-widget .kv-featured-area:hover:after {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
@media only screen and (max-width:544px){
  .hero-wrapper h1 {
    font-size: 2rem !important;
  }
  #home-bodycontent .hero-tagline {
    font-size: 1.2rem !important
  }
}