
@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/overwrites/theme-color/brand.css");
@import url("https://kunversion-frontend-custom.s3.amazonaws.com/RLP/cpstyles.ps.css");

/* Custom CSS */
:root {
  --primary-brand-color: #000000;
  --primary-rgb-brand-color: 0,0,0;
  --secondary-brand-color: #EA1D2C;
  --heading-font: "Roboto", sans-serif;
  --text-font: "Open Sans", sans-serif;
}

#home-bodycontent .information-bar {
  background-color: var(--primary-brand-color) !important;
  background-image: none !important;
  padding: .4rem
}
#home-bodycontent .information-bar h5 {
  display: none;
}
#testimonials-carousel {
  border-bottom: 10px solid var(--secondary-brand-color);
}
#home-bodycontent #qs-submit,
#home-bodycontent #more-options {
  background-color: var(--secondary-brand-color) !important;
}

/* Commercial Page */
.commercial-listing-type-wrapper,
.commercial-agents-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.commercial-listing-type {
  min-width: 48%;
  min-height: 350px;
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  margin: .3rem;
  color: #fff !important;
}
.commercial-listing-type:before {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  right: 0;
  width: 90%;
  height: 1px;
  background-color: #fff !important;
  z-index: 1;
}
.commercial-listing-type-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(70%);
  -webkit-filter: brightness(70%);
  transition: filter .25s ease;
}
.commercial-listing-type h3 {
  position: relative;
  z-index: 1;
  color: #fff !important;
  font-weight: bold;
  text-shadow: 1px 1px 6px #444;
  text-transform: uppercase;
  padding: 1rem 1rem 0;
}
.commercial-listing-type a {
  position: relative;
  z-index: 1;
  display: block;
  color: #fff !important;
  padding: 0 1rem 1rem;
  text-transform: uppercase;
  letter-spacing: 1.3px;
}
.btn.btn-rounded {
  padding: 1rem 2rem;
  font-size: 1.1rem;
  background-color: var(--secondary-brand-color) !important;
}
.commercial-content {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 2rem 0;
}
.commercial-content h2 {
  font-weight: bold;
  margin-bottom: 1rem
}
.commercial-content p,
.commercial-footer p, 
.commercial-footer li {
  font-size: 1.1rem;
}
.commercial-agent-card {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 400px;
  width: 100%;
  max-width: 300px;
  margin: .3rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1rem;
  color: #fff;
  text-transform: uppercase;
}
.commercial-agent-card span {
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: right;
}
.commercial-agent-card h3 {
  font-weight: bold;
  text-shadow: 1px 1px 6px #444;
}
.commercial-agent-card p {
  line-height: 1.2rem;
}
.commercial-agent-card a {
  color: #fff !important;
}
.commercial-agent-card a:after {
  content: "\2192";
  margin-left: .8rem;
}
@media screen and (min-width:992px){
  .commercial-listing-type:hover .commercial-listing-type-image {
    filter: brightness(100%);
    -webkit-filter: brightness(100%);
  }
}
@media screen and (max-width:767px){
  .commercial-listing-type {
    width: 100%;
  }
}