/* Fonts */
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500&family=Roboto:wght@100;400&display=swap");
/* Listings */
@import url("https://kunversion-frontend-custom.s3.amazonaws.com/components/listings/clean.css");
@import url("https://kunversion-frontend-custom.s3.amazonaws.com/overwrites/search-bar/minimal.v2.css");

:root {
  /* Colors */
  --primary-brand-color: #8d5e2f;
  --primary-rgb-brand-color: 141, 94, 47;
  --secondary-brand-color: #8d5e2f;
  --alt-color-1: #000000;
  --alt-color-2: #ffffff;
  --header-transparent-nav-color: #fff !important;
  --header-transparent-backgroundColor: transparent;
  --scroll-header-transparent-backgroundColor: #fff;
  --scroll-header-transparent-nav-color: #000;
  /* Fonts */
  --heading-font: "Playfair Display", serif;
  --text-font: "Roboto", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h2 span,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--heading-font) !important;
}
p,
dt,
dd,
a,
address,
label,
button,
strong,
.hero-wrapper h3,
::placeholder {
  font-family: var(--text-font) !important;
}

.ct-legend-label {
  font-family: var(--text-font) !important;
}

body .valuation-item-value span,
body #chat-with-us-link .chatbox-launch-button,
body #map-search-toggle,
body .btn-primary,
body .filter.filter-primary,
body .listing-box-image-label,
body .listing-box-image-links a:first-child:hover,
body .listing-box-image-links a:nth-child(2):hover,
body .listing-box-image-links a:nth-child(3):hover,
body .listing-details-label,
body .listing-row-content h4,
body .listing-user:hover .listing-user-image,
body .listing-window-image:before,
body .numpage:first-child .page-link,
body .numpage:last-child .page-link,
body .page-item.active .page-link,
body .popup-price,
body .section-inverse,
body .widget .nav-style-secondary .nav-link:hover {
  background-color: var(--primary-brand-color) !important;
}

body .header-top.header-primary {
  background-color: var(--offset-primary-color) !important;
}

body .content-title,
body .information-bar {
  background-image: none !important;
  background-color: var(--primary-brand-color) !important;
}

body .form-control:focus {
  border-color: var(--primary-brand-color) !important;
}
body a,
body #accessibility-bodycontent .content a,
body #listing_search_form a,
body #show_more,
body .btn-link,
body .btn-link:focus,
body .btn-link:hover,
body .header-information a,
body .list-inline-item a,
body .listing-row-attributes li .fa,
body .nav-topbar .nav-link:hover,
body .post a,
body .pricing-price,
body .widget .contact a {
  color: var(--primary-brand-color);
}

body .bootstrap-select .dropdown-menu > li > a:focus,
body .bootstrap-select .dropdown-toggle:focus {
  outline-color: var(--primary-brand-color) !important;
}

body .listing-box-image-links a:first-child,
body .listing-row-image-links a:first-child,
body .marker-cluster-large div,
body .marker-cluster-medium div,
body .marker-cluster-small div {
  background-color: rgba(var(--primary-rgb-brand-color), 0.9) !important;
}

body .listing-box-image-links a:nth-child(2),
body .listing-row-image-links a:nth-child(2) {
  background-color: rgba(var(--primary-rgb-brand-color), 0.8) !important;
}

body .listing-box-image-links a:nth-child(3),
body .listing-row-image-links a:nth-child(3),
body .marker-cluster-large,
body .marker-cluster-medium,
body .marker-cluster-small {
  background-color: rgba(var(--primary-rgb-brand-color), 0.7) !important;
}

body .filter.filter-primary .btn {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2) !important;
}

/* Landing Page Text Lead Button Fix */
#template-interface .btn.btn-primary.btn-lg.btn-xl.btn-min-width-lg {
  color: #fff !important;
}

body .filter-primary button {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

/* JS Classes */
.overflow-hidden {
  overflow: hidden;
}
.new-menu.menu-open {
  transform: translateY(0%);
}
.kv-fixed {
  position: fixed;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  transition: all 0.25s ease;
}

.scale-down {
  transform: scale(1.5) translate(0px, 25px);
  transition: transform 0.5s ease;
}
@media (max-width: 767px) {
  .scale-down {
    transform: scale(0.8) translate(0px, 5px) !important;
  }
}

.hideme {
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.5s ease;
}
.fade-in {
  opacity: 1;
  transform: translateY(0) !important;
}

.collapse-header {
  height: 0 !important;
  transition: all 0.5s ease;
}
.nav-link-color {
  color: #fff !important;
}
.hamburger-color {
  border-color: #fff !important;
  color: #fff !important;
}

body {
  background: #fff !important;
  scroll-behavior: smooth;
}

body .page-wrapper {
  overflow: hidden !important;
}
body .nav-primary {
  margin-top: 10px;
}
body .nav-primary .nav-link {
  font-size: 14px;
  letter-spacing: 1.2px;
  font-weight: 400 !important;
}
@media (min-width: 992px) {
  body.header-transparent .nav-primary .nav-link {
    color: var(--header-transparent-nav-color) !important;
  }
}
body .nav-primary .nav-item .sub-menu {
  background: var(--scroll-header-transparent-backgroundColor);
  box-shadow: 0px 0px 11px -2px rgba(0, 0, 0, 0.2);
}
body .nav-primary .nav-item .sub-menu a,
body .nav-primary .nav-item .sub-menu span {
  color: var(--scroll-header-transparent-nav-color);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1.2px;
}
/* Mobile Toggle Menu */
body .navbar-toggler {
  border-color: transparent !important;
}
body .navbar-toggler span {
  border-color: var(--scroll-header-transparent-nav-color) !important;
  transition: all 0.5s ease;
}
body.header-transparent .navbar-toggler span {
  border-color: var(--header-transparent-nav-color) !important;
}
body.header-transparent #header.scroll .navbar-toggler span {
  border-color: var(--scroll-header-transparent-nav-color) !important;
}
/* Header Updates */
body #header .logo {
  transition: all 0.5s ease;
  margin-left: 20px;
}
body.header-transparent #header .logo.primary {
  transform: scale(1.3) translate(10px, -6px);
  opacity: 0;
  filter: brightness(0) invert(1);
}
body.header-transparent #header.scroll .logo.primary {
  filter: unset;
}

body.header-transparent #fixed-header-spacer {
  display: none !important;
}
.information-bar h5 {
  display: none !important;
  padding: 1em !important;
  margin-top: 0 !important;
}
#header .container .row-flex:nth-child(1) {
  position: absolute;
  top: 10px;
  right: 80px;
  width: 100%;
  display: block !important;
  transition: opacity 0.5s ease;
}
#header .container .row-flex:nth-child(1).scroll {
  opacity: 0;
}
@media (max-width: 992px) {
  #header .container .row-flex:nth-child(1) {
    right: 35px !important;
  }
}
#header .container .row-flex:nth-child(1) > ul {
  position: absolute;
  right: 0;
}
#header .container .nav-primary-wrapper {
  transition: top 0.5s ease;
}
@media (max-width: 992px) {
  #header .container .row-flex:nth-child(2) .column-end {
    justify-content: center !important;
    align-items: flex-end !important;
  }
  #header .container.scroll .nav-primary-wrapper {
    top: 65px !important;
  }
}
body .page-wrapper #header {
  padding-top: 0px !important;
  height: auto !important;
  min-height: auto !important;
  transition: all 0.5s ease;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.header-transparent .page-wrapper #header {
  background-color: var(--header-transparent-backgroundColor);
}
body #header.scroll {
  position: fixed !important;
  box-shadow: 0px 6px 40px -10px rgba(0, 0, 0, 0.3);
  background: var(--scroll-header-transparent-backgroundColor);
  background-color: var(--scroll-header-transparent-backgroundColor) !important;
  z-index: 1001 !important;
}
.scale-down {
  transform: scale(0.9) translate(0px, -3px) !important;
  transition: transform 0.5s ease;
}
@media (max-width: 767px) {
  .scale-down {
    transform: scale(0.9) translate(0px, -6px) !important;
  }
}
body:not(.header-transparent) #header .container .row-flex:nth-child(1) > ul li a,
#header .map-filter-wrapper .row-flex:nth-child(1) > ul li a {
  color: var(--scroll-header-transparent-nav-color) !important;
}
body:not(.header-transparent) #header .nav-primary .nav-link {
  transition: color 0.5s ease;
  color: var(--scroll-header-transparent-nav-color) !important;
}
body #header.scroll .nav-primary .nav-item a {
  color: var(--scroll-header-transparent-nav-color) !important;
}
body #header .container .navbar-toggler {
  transition: top 0.5s ease;
}
@media (max-width: 992px) {
  body.header-transparent #header .nav-primary .nav-link {
    transition: color 0.5s ease;
    color: var(--scroll-header-transparent-nav-color) !important;
  }
  body #header .container.scroll .navbar-toggler,
  body #header .container.scroll .navbar-toggler {
    top: 25% !important;
  }
}
#header .container .row-flex:first-child .list-inline-item.hidden-lg-up {
  display: inline-block !important;
}
@media (min-width: 992px) {
  #header .container .row-flex > .column-end {
    display: none !important;
  }
  #header .container .row-flex:nth-child(2) .column-end .navbar-toggler {
    top: 14% !important;
  }
  #header .container .row-flex:nth-child(2) {
    width: 30%;
  }
  #header .container .row-flex:nth-child(3) {
    width: 70%;
  }
}
@media (max-width: 1115px) {
  #primary-logo img,
  #secondary-logo img {
    height: 65px !important;
  }
  #header {
    padding-top: 24px !important;
  }
}
@media (max-width: 450px) {
  #header .container .row-flex:nth-child(2) .logo,
  #header .map-filter-wrapper .row-flex:nth-child(2) .logo {
    height: 14vw !important;
  }
}
body:not(.header-transparent) #header #primary-logo {
  margin-right: 40px;
}
body #header > .container {
  padding: 15px;
  padding-top: 35px;
  display: flex;
  align-items: center;
  position: relative;
  transition: padding 0.5s ease;
}
body #header > .container.scroll {
  padding: 0px;
  padding-top: 10px;
}
body #header .container .row-flex:nth-child(3) {
  margin-top: 0px !important;
}
body #listings-map {
  top: 130px !important;
}
@media (max-width: 1115px) {
  body #listings-map {
    top: 120px !important;
  }
}
#home-bodycontent .page-wrapper .cover-title {
  top: 50% !important;
  width: 100%;
  padding: 0 25px !important;
}

/* Custom Cover/Hero */
body.header-transparent.front .cover {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh !important;
  margin-top: 0 !important;
}
@media (max-width: 700px) {
  body.header-transparent.front .cover {
    height: 750px !important;
  }
}
@media (max-width: 700px) {
  body.header-transparent .cover-title {
    right: auto !important;
    left: auto;
    bottom: -80px;
  }
}
body.header-transparent .cover-image {
  background-size: cover;
}
@media (min-width: 992px) {
  body.header-transparent .cover-image {
    background-attachment: fixed !important;
  }
}

@media (min-width: 1140px) {
  body.header-transparent .cover-image {
    background-position: 50% 80%;
  }
}
body.header-transparent .cover-overlay {
  opacity: 0.6 !important;
}

#home-bodycontent #qs-submit {
  background-color: var(--primary-brand-color);
  height: 55px !important;
}
.show {
  opacity: 1 !important;
}

#horizontal-search .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.search-bar-buttons .btn.btn-primary.bgwhite {
  background: #fff !important;
}

#home-bodycontent .cover-title-inner {
  opacity: 0;
  transition: all 0.5s ease;
}
.hero-wrapper {
  text-align: center;
  color: #fff;
}
.hero-logo {
  max-width: 400px;
  width: 100%;
  /*   filter: drop-shadow(1px 1px 0px #fff) */
}
@media (max-width: 700px) {
  .hero-wrapper {
    text-align: center;
    left: auto;
    right: auto;
  }
}

.hero-heading {
  font-size: 28px;
  font-weight: 200;
  line-height: 60px;
  color: #fff;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.hero-text {
  font-size: 21px;
  line-height: 32px;
  margin-bottom: 50px;
}
.hero-tagline {
  font-size: 43px;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: 1.6px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}
@media (max-width: 700px) {
  .hero-tagline {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 0px;
  }
}
.hero-button {
  display: inline-block;
  border: 2px solid #fff;
  padding: 12px 15px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.2px;
  color: #fff;
  margin: 10px;
  text-transform: uppercase;
  transition: all 0.5s ease;
  text-decoration: none !important;
}
@media (max-width: 700px) {
  .hero-button {
    margin: 2px;
  }
}
.hero-button.white {
  border: 2px solid #000;
  color: #000;
}
.hero-button.white:hover {
  color: #000;
}
.hero-button:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

/* C Styles */
.c-header {
  font-size: 36px;
  margin-bottom: 35px;
  color: var(--primary-brand-color);
  font-weight: 500;
  letter-spacing: 1.2px;
}
.c-header.agent {
  font-size: 46px;
}
.c-header:after {
  content: "";
  display: block;
  width: 30%;
  height: 2px;
  background: var(--primary-brand-color);
  margin-top: 35px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.c-header.center:after {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .c-header:after {
    margin-left: auto;
    margin-right: auto;
  }
  .c-header.agent {
    font-size: 2rem !important;
  }
}
.c-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.c-emphasis-text {
  display: block;
  text-align: center;
  margin-top: 50px;
  letter-spacing: 3px;
}
.c-button {
  display: inline-block;
  color: var(--secondary-brand-color);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  text-decoration: none !important;
}
.c-button.white {
  color: #fff;
}
.c-button.areas {
  display: block;
}
.c-button.areas:after {
  content: "";
  display: block;
  width: 200px;
  height: 3px;
  background: var(--secondary-brand-color);
  margin: 35px auto;
}
/* Broker Website Styles */

.office-intro {
  position: relative;
  padding-bottom: 80px;
}

.office-intro .container-fluid {
  max-width: 1440px !important;
  margin: auto !important;
}
.office-intro .row {
  padding: 0px 0 0;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .office-intro .row {
    padding: 40px 0 0 !important;
    flex-direction: column-reverse;
  }
}
.office-about {
  padding: 25px !important;
}
@media (max-width: 767px) {
  .office-about {
    text-align: center;
    width: 100% !important;
  }
  .office-intro .col-lg-7.col-md-12 {
    width: 100% !important;
    max-width: 100% !important;
  }
  .about-wrapper {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
.office-image {
  display: block;
  width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .office-image {
    width: 100%;
    height: 350px;
    text-align: center;
  }
}

/* Agent Website Styles */

.agent-image img {
  display: block;
  width: 100%;
  max-width: 520px;
  margin: auto;
  height: 540px;
  object-fit: cover;
}
.about-wrapper {
  position: relative;
  padding: 100px 15px;
  background: #fff;
  max-width: 1140px;
  margin: auto;
}
.agent-content-header {
  font-weight: 500;
}
.agent-about {
  padding: 35px !important;
}
@media (max-width: 767px) {
  .agent-about {
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
  }
}
.agent-content {
  font-size: 18px;
}
.agent-about .btn-primary {
  padding: 12px 20px;
  border-radius: 3px;
}
.about-wrapper .row {
  display: flex;
  align-items: center;
  margin-top: 60px;
}
@media (max-width: 991px) {
  .about-wrapper .row {
    flex-direction: column;
    align-items: stretch;
  }
  .agent-image img {
    margin: 0 auto 30px;
    max-width: 450px;
    height: 450px !important;
  }
}
@media (max-width: 767px) {
  .agent-image img {
    max-width: 300px !important;
    height: 300px !important;
  }
}

/*->> Main <<-*/
body.header-transparent .main {
  padding-top: 0;
}

/* Active Listings Styles */
.active-listings-wrapper {
  padding: 0px 15px 0;
  max-width: 1440px;
  margin: 0 auto;
}
.active-listings-wrapper .c-button {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: auto;
  text-align: center;
}
.active-listings-wrapper-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 50px 0;
}
.active-listing {
  position: relative;
  width: 30%;
  height: 300px;
  margin: 10px;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  overflow: hidden;
}
@media (max-width: 992px) {
  .active-listing {
    width: 46%;
  }
}
@media (max-width: 650px) {
  .active-listing {
    width: 100%;
  }
}
.active-listing.short {
  height: 300px;
}
.active-listing a .fa {
  margin-left: 5px;
}
.active-listing:hover .address-wrapper {
  padding-top: 30px;
  padding-bottom: 70px;
}
.active-listing:hover .listing-button {
  bottom: 10%;
}

/* General Listings */
.listing-wrapper {
  position: relative;
  padding: 60px 25px 20px;
  margin: 0 auto;
  color: #58595b;
}

.listings-header {
  font-size: 46px;
  font-weight: 500;
  letter-spacing: 1.2px;
  max-width: 960px;
  margin: 80px auto;
  text-align: center;
  margin-bottom: 30px;
}

.listing-wrapper .row {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  max-width: 1440px;
  margin: auto;
}

@media (max-width: 991px) {
  .listing-wrapper .row {
    flex-direction: column;
    align-items: stretch;
  }
  .listing-wrapper .listing {
    width: 100%;
  }
}
#home-bodycontent .listing {
  position: relative;
  height: 350px;
  padding: 25px;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  overflow: hidden;
}
.listing.short {
  height: 300px;
}
.listing a .fa {
  margin-left: 5px;
}
.listing:hover .address-wrapper {
  padding-top: 30px;
  padding-bottom: 70px;
}
.listing:hover .listing-button {
  bottom: 10%;
}
.address-wrapper {
  position: absolute;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.011));
  padding: 20px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  transition: padding 0.25s ease-out;
}
.listing-price {
  color: #fff;
  font-weight: 600;
}
.listing-address {
  color: #fff;
  font-size: 18px;
}
.listing-button {
  position: absolute;
  bottom: -100%;
  display: inline-block;
  padding: 12px 20px;
  transition: bottom 0.25s ease;
  text-transform: uppercase;
  text-decoration: none !important;
  font-weight: 400;
  letter-spacing: 1.2px;
}

/* Custom Listings Carousel */
body .owl-carousel.listing-slider {
  padding: 25px;
}
body .owl-carousel.listing-slider .owl-nav button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 45%;
  width: 50px;
  height: 50px;
  background: #fff;
  color: #444;
  border-radius: 50%;
  box-shadow: 0 6px 20px -10px rgba(0, 0, 0, 0.5);
  outline: none;
}
body .owl-carousel.listing-slider .owl-nav .owl-prev {
  left: 5px;
}
body .owl-carousel.listing-slider .owl-nav .owl-next {
  right: 5px;
}
body .owl-carousel.listing-slider .owl-nav button span {
  font-size: 36px;
  font-weight: 600;
  line-height: 0;
}

/* Exclusives Carousel */
.top-wrapper .owl-carousel .owl-stage-outer {
  padding: 20px 0px;
}
.top-wrapper .owl-carousel .owl-item {
  transition: all 0.25s ease;
}
.top-wrapper .owl-carousel .owl-nav button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 40%;
  width: 50px;
  height: 50px;
  background: #fff !important;
  color: #444 !important;
  border-radius: 50%;
  box-shadow: 0 6px 20px -10px rgba(0, 0, 0, 0.5);
  outline: none;
}
.top-wrapper .owl-carousel .owl-nav .owl-prev {
  left: -5px;
}
.top-wrapper .owl-carousel .owl-nav .owl-next {
  right: -5px;
}
.top-wrapper .owl-carousel .owl-dots {
  text-align: center;
}
.top-wrapper .owl-carousel .owl-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 3px;
  transition: all 0.25s ease;
  outline: none;
}
.top-wrapper.owl-carousel .owl-dot.active {
  background-color: rgba(255, 255, 255, 0.8);
}

.exclusives-wrapper {
  position: relative;
  padding: 60px 25px 20px;
  margin: 0 auto;
  color: #58595b;
}
@media (max-width: 500px) {
  .exclusives-wrapper {
    padding: 60px 0 20px;
  }
}

.exclusives-wrapper .row {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 1440px;
  margin: auto;
}
@media (max-width: 991px) {
  .exclusives-wrapper .row {
    flex-direction: column;
    padding-bottom: 100px;
  }
}
.exclusives-about {
  line-height: 32px;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
@media (min-width: 1130px) {
  .exclusives-about {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
@media (max-width: 991px) {
  .exclusives-header:after {
    margin: 15px auto;
  }
  .exclusives-about {
    padding: 25px !important;
    text-align: center;
  }
  .exclusives-about .c-header:after {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .exclusives-header:after {
    margin: 15px auto;
  }
  .exclusives-about {
    padding: 25px !important;
    text-align: center;
  }
}

.exclusives-price {
  font-size: 18px;
  color: #58595b;
  letter-spacing: 1.2px;
  margin-bottom: 30px;
}
.exclusives-address {
  font-size: 14px;
  line-height: 36px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 2.8px;
  color: #58595b;
}
.exclusives-button {
  display: inline-block;
  border: 2px solid #000;
  padding: 12px 15px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.2px;
  color: #000;
  margin-right: 25px;
  margin-top: 25px;
  text-transform: uppercase;
  transition: background 0.25s ease;
  text-decoration: none !important;
}
.exclusives-about a .fa {
  margin-left: 5px;
}
.exclusives-about .btn-primary {
  padding: 12px 20px;
}

/* Trickle Down Styles */
body.header-transparent.front #categories {
  padding: 0 !important;
}
body.header-transparent.front .content > .container-fluid {
  padding: 0;
}
.c-section {
  padding: 100px 10px;
}
.c-section-header {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
}
.c-section-header:after {
  content: "";
  display: block;
  width: 30%;
  height: 2px;
  background: var(--primary-brand-color);
  margin: 15px auto;
}
.c-section h2 {
  font-size: 38px;
  font-weight: 500;
  letter-spacing: 1.2px;
  margin-bottom: 30px;
}
.c-section p {
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 30px;
  letter-spacing: 2.9px;
}

#cust-area-wrpr {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1440px;
  margin: auto;
  margin-bottom: 30px;
}
.cust-area-item {
  position: relative !important;
  width: 30%;
  min-width: 300px;
  height: 250px;
  margin: 10px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 6px 20px -10px;
  cursor: pointer;
  overflow: hidden;
}
@media (max-width: 660px) {
  .cust-area-item {
    width: 100%;
  }
}
.cust-area-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cust-area-item__overlay {
  position: absolute;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.011));
  padding: 20px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  transition: all 0.25s ease-out;
}
.area-span {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.8em;
  letter-spacing: 0.4em;
}
.cust-area-title {
  color: #fff;
  font-size: 2.3em;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
.cust-area-link-wrapper {
  position: absolute;
  bottom: -100%;
  transition: all 0.4s cubic-bezier(0.3, 0.23, 0.09, 1.2);
}
.cust-area-link-wrapper a {
  padding: 12px 20px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none !important;
}
@media (min-width: 992px) {
  .cust-area-item:hover .cust-area-link-wrapper {
    bottom: 20%;
  }
  .cust-area-item:hover .cust-area-item__overlay {
    padding-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .cust-area-link-wrapper {
    bottom: 20%;
  }
  .cust-area-item__overlay {
    padding-bottom: 60px;
  }
}

/* Custom Template Listing Carousels */
.listings.container {
  max-width: 100% !important;
}
body .listings .listing-container,
#exclusives-bodycontent .page-wrapper .container:nth-child(4),
#search-results-bodycontent .page-wrapper .container:nth-child(4) {
  max-width: 1440px !important;
}

/* Listing Section Page Heading */
body.header-transparent.front .listings .page-header h2 span {
  font-size: 38px !important;
  font-weight: 500;
  letter-spacing: 1.2px;
  color: #373a3c;
}

/* Custom Listings */
body.header-transparent.front .listings > .listing-box-background {
  width: 100% !important;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 50px;
  background: transparent !important;
  border: none !important;
}

/* Testimonial Overwrites */
#testimonials-carousel {
  display: none;
}

.recruiting-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://dtzulyujzhqiu.cloudfront.net/jmsrealtorsltddbarealtyconcepts3256/images/1605573282_pNiYl1GPRetvkloGm1widReN6jF4ivMdrfKjiBm3.jpeg);
  background-size: cover;
  background-position: 50% 55%;
  min-height: 500px;
}
.recruiting-header {
  font-size: 36px;
  margin-bottom: 40px;
  color: #fff;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 500px) {
  .recruiting-wrapper {
    background-position: 80% 55% !important;
  }
}

/* World Wrapper */
.world-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(https://dtzulyujzhqiu.cloudfront.net/betterhomesandgardensrealestategarygreene1715/images/1581007868_hO7oMXBTFp3QC8y7jkkKmLL5sy2W4Leu8SSinmHt.jpeg);
  background-size: cover;
  background-position: center;
  min-height: 600px;
}

.footer-cta-header {
  font-size: 36px;
  margin-bottom: 40px;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

/* About */
#about {
  display: none;
}

/* Areas We Cover */
.p-t-3.p-b-3.background-white h1 {
  font-size: 38px !important;
  font-weight: 500;
  letter-spacing: 1.2px;
  color: #373a3c;
  margin-bottom: 50px;
}

/* Footer */
.footer-wrapper,
.footer-top,
.footer-top p {
  background-color: #ffffff !important;
  color: #161515 !important;
}
.footer-top .social .fa {
  background-color: #ffffff !important;
}
.footer-top-left a {
  color: var(--secondary-brand-color) !important;
}
.footer-top-left small {
  font-size: 100% !important;
}
.footer-top-left .social {
  margin-top: 20px !important;
}
.footer-text {
  color: #161515 !important;
  margin: 0;
  line-height: 18px;
  font-weight: 500;
}
.footer-text.title {
  margin-bottom: 20px;
}

.footer-bottom {
  border-top: 1px solid var(--secondary-brand-color);
}
.footer-bottom .nav-item a:not([aria-haspopup="true"]) {
  color: #161515;
}
.footer-logo {
  display: block;
  max-width: 100px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .footer-logo {
    margin: 0 auto 20px;
    margin-bottom: 50px;
  }
}

/* Contact Pages */
.agent-contact-image {
  width: 100%;
}

/* Contact Pages */
.agent-contact-image {
  width: 100%;
}
@media (max-width: 767px) {
  .agent-contact-image {
    display: block;
    max-width: 350px;
    margin: auto;
  }
}
.agent-contact-title {
  margin: 0 auto 20px !important;
}

/* Sell Page */
.sell-cover-pull-top.header-transparent .sell-cover {
  margin-top: 0 !important;
  min-height: 700px;
}

/* Agent About Styles */
#agent-bodycontent .listing-user-image {
  width: 300px;
  height: 300px;
  border-radius: 0%;
}
#agent-bodycontent .listing-user-image a {
  border-radius: 0%;
}
#agent-bodycontent .listing-user-title h2 {
  font-size: 32px;
}
#agent-bodycontent .listing-user-title h3 {
  font-size: 16px;
}
#agent-bodycontent .listing-detail h2 {
  font-size: 26px;
}
#agent-bodycontent .listing-detail .listing-box h2 {
  font-size: 18px;
}

/* Testimonial Styles */
#testimonials {
  display: none;
}
.testimonial-wrapper {
  padding: 50px 15px 100px;
  background: #eaeaea;
}
.testimonial-wrapper .wrapper-header {
  font-weight: 300;
  font-size: 22px;
  margin-bottom: 20px;
}
.testimonials {
  padding: 10px 0 0;
  max-width: 1440px;
  margin: 0 auto;
  transition: all 0.5s ease;
}
.testimonial {
  padding: 15px;
  margin: 10px;
  border-radius: 3px;
  /*   box-shadow: 0 1px 6px -1px rgba(0,0,0,.5); */
  transition: all 0.5s ease;
  text-align: center;
}
.testimonial-text {
  font-size: 26px;
  font-weight: 400;
  max-width: 940px;
  line-height: 34px;
  margin: 0 auto 30px;
}
.testimonial-text:before,
.testimonial-text:after {
  content: '"';
}
.testimonial-author {
  position: relative;
}
.testimonial-date {
  margin-top: 10px;
  color: #666;
  font-size: 0.9em;
  display: none;
}
.testimonial-button-wrapper {
  text-align: center;
  margin-top: 50px;
}
.testimonial-button-wrapper.single {
  margin-top: 0px;
}
.testimonial-button {
  padding: 12px 20px;
  cursor: pointer;
}

.bottom-wrapper .owl-carousel.testimonials .owl-nav button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -10%;
  width: 50px;
  height: 50px;
  color: #444 !important;
  border-radius: 50%;
  border: none !important;
  outline: none !important;
  background: none !important;
}
.bottom-wrapper .owl-carousel.testimonials .owl-nav .owl-prev {
  left: 50%;
  transform: translateX(-100%);
}
.bottom-wrapper .owl-carousel.testimonials .owl-nav .owl-next {
  right: 50%;
  transform: translateX(100%);
}
.bottom-wrapper .owl-carousel.testimonials .owl-dots {
  text-align: center;
}
.bottom-wrapper .owl-carousel.testimonials .owl-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  margin: 3px;
  transition: all 0.25s ease;
  outline: none;
}
.bottom-wrapper .owl-carousel.testimonials .owl-dot.active {
  background-color: rgba(0, 0, 0, 0.5);
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/* Tempalte 2 CTA Styles */
flx-ctr {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.flx-ctr.row {
  flex-direction: row;
  position: relative;
}
.flx-ctr.col {
  flex-direction: column;
}

.flx-ctr_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.flx-ctr_row.reverse {
  flex-direction: row-reverse;
}

.flx-ctr_col_50per {
  width: 50%;
  height: 450px;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.flx-ctr_col_50per p {
  max-width: 550px;
}
.flx-ctr_col_50per.dark {
  background-image: radial-gradient(#333, #000);
  color: white;
}

.c-banner {
  padding: 20px 15px 40px;
  background: var(--primary-brand-color);
  text-align: center;
  color: #e6e6e6;
}
.c-banner h2 {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
  font-weight: bold;
  margin-top: 20px;
  font-style: normal;
}
.c-banner p {
  font-size: 16px;
}

.noise {
  background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url(https://s3-us-west-1.amazonaws.com/kvcode/background/noise.jpg);
}

.bg-ctr_cvr {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-ctr_cvr.fixed {
  background-attachment: fixed;
}

.box-icon__wrapper {
  background: white;
  padding: 20px;
  border: 2px solid;
  border-radius: 100%;
  margin-bottom: 20px;
}

.box-header {
  text-transform: uppercase;
  font-weight: bold;
  color: #c0cccb;
  letter-spacing: 1.3px;
}
.box-header.large {
  font-size: 36px;
}

.box-icon {
  width: 50px;
  height: 50px;
}

.box-btn {
  display: inline-block;
  padding: 14px 25px;
  font-weight: 400 !important;
  text-decoration: none !important;
  transition: all 300ms ease;
  background: var(--primary-brand-color) !important;
  color: #fff !important;
  border-radius: 3px;
  cursor: pointer;
}
.box-btn.dark {
  color: white !important;
  border: 2px solid var(--secondary-brand-color);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.box-btn:link {
  background-color: inherit;
  color: inherit;
}

.box-btn:visited {
  background-color: inherit;
  color: inherit;
}

.box-btn:hover,
.box-btn.dark:hover {
  background-color: #e6e6e6 !important;
  color: #323232 !important;
}

.box-btn:active {
  background-color: inherit;
  color: inherit;
}

.questions-wrapper {
  height: auto;
  padding: 50px 15px;
  background: #ddd;
  margin-bottom: 6px;
}

.questions-inner {
  height: 100%;
  text-align: center;
}

@media screen and (max-width: 875px) {
  .flx-ctr_col_50per {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 550px) {
  .flx-ctr_col_50per {
    height: 500px;
    padding: 40px;
  }
}
.cta-section {
  background-position: center;
  background-size: cover;
}
.cta-section-header {
  padding: 15px;
  background: var(--primary-brand-color);
  margin: 0 !important;
  color: #fff;
  font-weight: 700;
}
.cta-section-inner {
  min-height: 300px;
  display: flex;
  justify-content: space-evenly;
  align-items: stretch;
}
.cta-item {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  text-align: center;
  padding: 15px;
  transition: 0.25s ease;
  cursor: pointer;
}
.cta-item.large span,
.cta-item.fluid span {
  font-size: 2em;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cta-section-inner {
    flex-wrap: wrap;
  }
  .cta-item.large {
    width: 50%;
  }
  .cta-item {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding: 30px;
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  .cta-item.large {
    width: 100%;
  }
  .cta-item.large span,
  .cta-item.fluid span {
    font-size: 1.5em;
  }
}
.cta-item span {
  font-size: 1.5em;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
.cta-item .fa {
  color: #fff;
  font-size: 3em;
  margin-bottom: 20px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
.cta-item .btn-primary {
  transition: color 0.25s ease;
}
@media (min-width: 992px) {
  .cta-item:hover .btn-primary {
    background: #fff !important;
    color: var(--primary-brand-color);
  }
  .cta-item:hover {
    background-color: rgba(14, 79, 144, 0.5);
  }
}
/* Video Row */
#learn-more iframe {
  width: 100%;
  height: 450px;
}
.video-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px;
}
.video-wrapper iframe {
  width: 30%;
  min-width: 340px;
  margin: 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 6px 20px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 6px 20px;
}
@media screen and (max-width: 991px) {
  .video-wrapper iframe {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .video-wrapper iframe {
    width: 100%;
  }
  #learn-more iframe {
    height: 400px;
  }
}
@media screen and (max-width: 600px) {
  #learn-more iframe {
    height: 236px;
  }
}

#home-worth {
  min-height: 650px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#home-worth img {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center;
  position: absolute;
  height: 100%;
  z-index: 0;
  filter: brightness(0.5);
}
#home-worth header {
  font-size: 1.7em;
  text-transform: uppercase;
  padding: 3rem;
  position: relative;
  z-index: 1;
}
#home-worth header h1 {
  color: #fff;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.8);
  margin-bottom: 1rem;
}
#home-worth header a {
  font-size: 1em;
}

/* Meet the Team */
.team-wrapper {
  padding: 80px 15px 0px;
}
.team-wrapper-inner {
  max-width: 1140px;
  margin: 0 auto;
}

.agent-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 3rem;
}
.agent-card {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 375px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  padding: 15px;
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0px 6px 20px -10px rgba(0, 0, 0, 0.2);
}
.agent-card.card {
  max-width: 265px;
  margin: 10px;
  min-height: 353px;
}
.agent-profile-image {
  display: block;
  margin: 0 auto;
  position: relative;
  top: -25px;
  max-width: 200px;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 50%;
  border: 5px solid #e7e7e7;
  background: #e7e7e7;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.agent-name {
  font-size: 21px;
  font-weight: 600;
  color: #000;
  text-align: center;
}
.agent-title {
  display: block;
  text-align: center;
  color: #4d4d4d;
  letter-spacing: 1.2px;
}
.agent-card-button {
  display: block;
  font-weight: 400;
  border-radius: 5px;
  padding: 12px 15px;
  margin-top: 20px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.agent-card-button:hover {
  background: #e7e7e7;
  color: #000;
}

.owl-carousel.team-slider .owl-nav button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  outline: none;
}
.owl-carousel.team-slider .owl-nav button span {
  font-size: 36px;
  font-weight: 400;
  line-height: 0;
}
.owl-carousel.team-slider .owl-nav button.owl-prev {
  left: -20px;
}
.owl-carousel.team-slider .owl-nav button.owl-next {
  right: -20px;
}

.owl-carousel.team-slider .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}
@media (max-width: 600px) {
  .owl-carousel.team-slider .owl-dots {
    display: none;
  }
}
.owl-carousel.team-slider .owl-dot {
  width: 20px;
  height: 20px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  margin: 0 3px;
  outline: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.owl-carousel.team-slider .owl-dot.active {
  background: rgba(0, 0, 0, 0.5);
}

@media (min-width: 991px) {
  .owl-carousel.team-slider .owl-item.active:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    z-index: 5;
    -webkit-box-shadow: 0 6px 30px -10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 6px 30px -10px rgba(0, 0, 0, 0.3);
  }
  .owl-carousel.team-slider .owl-item.active:hover .agent-profile-image {
    -webkit-box-shadow: 0 6px 20px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 20px -3px rgba(0, 0, 0, 0.2);
  }
}

.owl-carousel.team-slider .owl-stage-outer {
  padding: 50px 0 20px;
  width: 100%;
}
.owl-carousel.team-slider .owl-item {
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
/* Form Feedback */
#qs-submit,
#more-options,
#home-bodycontent .agent-card-button,
#home-bodycontent .cust-area-link-wrapper .btn-primary,
#home-bodycontent .listing-button.btn-primary {
  background: var(--secondary-brand-color) !important;
}

#footer .footer-top-right {
  max-height: 200px;
  overflow: scroll;
}
#roster-bodycontent .listing-box-title {
  background-color: var(--primary-brand-color) !important;
}

/* New Widgets */
#counter {
  background: #eee;
}
#counter .stat-wrapper {
  max-width: 200px;
  margin: 0 auto;
  color: var(--primary-brand-color) !important;
}
#counter .stat-wrapper span {
  font-size: 4rem;
  font-weight: 600;
}
#counter .stat-wrapper h3 {
  font-weight: 400;
}
.counter-value.percent:after {
  content: "%";
  font-size: 3.4rem;
}
#area-video {
  max-width: 850px;
  margin: 0 auto;
  padding-left: 2em;
  padding-right: 2em;
}

.lending-concepts-inner {
  display: flex;
  flex-direction: row-reverse;
  max-width: 1140px;
  margin: 0 auto;
}
.lending-concepts-inner.reverse {
  flex-direction: row;
}
.lending-concepts-content {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1em;
  color: var(--primary-brand-color) !important;
}
.lending-concepts-content h2 {
  margin-bottom: 0.5em;
}
.lending-concepts-content h2:after {
  content: "";
  display: block;
  width: 300px;
  height: 2px;
  background: var(--primary-brand-color);
  margin: 0.8em auto 0.3em;
}
.lending-concepts-content p {
  font-size: 1.1rem;
  text-align: center;
}
.lending-concepts-inner img {
  width: 100%;
  height: 100%;
  max-width: 550px;
  min-height: 340px;
  margin: 0 auto;
  object-fit: contain;
  border-bottom: 5px solid var(--secondary-brand-color);
}
@media (max-width: 767px) {
  .lending-concepts-inner {
    flex-direction: column-reverse !important;
  }
  .lending-concepts-content,
  .lending-concepts-inner img {
    width: 100%;
  }
  .lending-concepts-content {
    padding: 4.5em 2em;
    text-align: center;
  }
  .lending-concepts-inner img {
    min-height: 270px !important;
  }
}
.lending-concepts-content .btn-lending {
  color: #dc442b !important;
  background-color: #fff !important;
  text-transform: uppercase !important;
  letter-spacing: 1.4px !important;
}

/* Custom Pages */
#resources-bodycontent .content .inner-main-content > .container > .row div.col-lg-4 {
  display: none;
}
#resources-bodycontent .content .inner-main-content > .container > .row div.col-md-8 {
  width: 100%;
  max-width: 100%;
}
#resources-bodycontent .content-title {
  display: none !important;
}

/* Agent Roster */
#agent-roster .col-xs-12 > .col-lg-4 {
  width: 24.33333%;
}
@media (max-width: 992px) {
  #agent-roster .col-xs-12 > .col-lg-4 {
    width: 33.33333%;
  }
}
@media (max-width: 767px) {
  #agent-roster .col-xs-12 > .col-lg-4 {
    width: 50%;
  }
}
@media (max-width: 544px) {
  #agent-roster .col-xs-12 > .col-lg-4 {
    width: 100%;
  }
}
#agent-roster .listing-box-image {
  height: auto;
}
#agent-roster .listing-box-image img {
  width: 100%;
  min-height: 250px !important;
  height: auto;
  object-fit: cover;
  object-position: top;
}
.cp-wrapper .cp-header {
  position: relative;
  min-height: 450px;
}
.cp-wrapper .cp-header img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 0;
}
.cp-wrapper .cp-header .cp-header-content {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  font-size: 2rem;
}
.cp-wrapper > .container {
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cp-wrapper .cp-header .cp-header-content {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cp-wrapper .cp-header .cp-header-content {
    font-size: 1.3rem;
  }
}
@media (max-width: 544px) {
  .cp-wrapper .cp-header .cp-header-content {
    font-size: 1.2rem;
  }
  .cp-wrapper .cp-header {
    min-height: 300px;
  }
}

#content .content-row {
  display: flex;
  flex-wrap: wrap;
}
#content .content-row:first-child {
  padding-top: 5rem !important;
}
#content .content-row.reverse {
  flex-direction: row-reverse;
}
#content .content-row img,
#content .cp-video-wrapper {
  object-fit: cover;
  object-position: center;
  flex: 0 0 50%;
  width: 50% !important;
  min-height: 200px;
  max-height: 400px;
  position: relative;
}
#content .content-row img {
  border-bottom: 5px solid var(--secondary-brand-color);
}
.cp-video-fluid {
  width: 100%;
  position: relative;
  padding: 0;
  padding-top: 56%;
}
.cp-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 992px) {
  #video-row .cp-video-wrapper,
  #video-row .content {
    max-width: 100% !important;
    width: 100% !important;
    flex: 0 0 100% !important;
  }
  #video-row {
    padding: 0 !important;
  }
  #video-row .cp-video-wrapper {
    max-height: 450px !important;
  }
  .cp-video-fluid {
    padding-top: 45%;
  }
}
@media (max-width: 767px) {
  .cp-video-fluid {
    padding-top: 56%;
  }
}
#content .content-row .content {
  padding: 2em;
  padding-left: 4em;
  padding-right: 4em;
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#content .content-row .content h1,
#content .content-row .content h2,
#content .content-row .content h3,
#content .content-row .content h4,
#content .content-row .content h5,
#content .content-row .content h6 {
  font-weight: 500;
  margin-bottom: 0.5em;
  font-size: 2rem;
  color: var(--primary-brand-color);
}
#content .content-row .content p {
  max-width: 650px;
  margin: 0 auto 1em;
  font-size: 1.1rem;
}
#content .content-row .btn {
  padding: 1em 1.5em;
}
#content.checkers .content-row.reverse .content {
  background-image: radial-gradient(#333, #000);
  color: white;
}
#content.checkers-reverse .content-row:not(.reverse) .content {
  background-image: radial-gradient(#333, #000);
  color: white;
}
@media (max-width: 992px) {
  #content .content-row {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  #content .content-row .content {
    padding-bottom: 0 !important;
  }
  .content-row img,
  #resources-bodycontent .content-row .content {
    max-width: 100% !important;
    width: 100% !important;
    flex: 0 0 100% !important;
    padding-left: 0;
    padding-right: 0;
  }
  .content-row .content {
    min-height: 290px;
  }
}
@media (max-width: 767px) {
  #resources-bodycontent #content .content-row {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
#content .content-row .content.text-left {
  text-align: left !important;
  align-items: flex-start;
}
#content.about-us img {
  border-bottom: 5px solid var(--secondary-brand-color);
}
#content.about-us h3:after {
  content: "";
  display: block;
  width: 300px;
  height: 2px;
  margin-top: 0.8em;
  margin-bottom: 0.3em !important;
  background-color: var(--primary-brand-color);
}
@media (max-width: 992px) {
  #content .content-row .content.text-left {
    align-items: center;
    text-align: center !important;
  }
}
#features .features-header {
  margin-bottom: 3rem;
}
#features .features-header img {
  max-width: 280px;
  width: 100%;
  margin: 0 auto 2em;
}
.feature-item-wrapper {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 1.3em;
  color: var(--primary-brand-color);
  margin-bottom: 15px;
}
.feature-icon {
  width: 50px;
  height: 50px;
  margin-right: 1em;
}
.feature-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 767px) {
  .features-list {
    max-width: 400px;
    margin: 0 auto;
  }
  .feature-item-wrapper {
    flex-direction: column;
    text-align: center;
    max-width: 200px;
    margin: 0 auto 1.5rem;
    border-bottom: 1px solid #eee;
    padding: 1rem 0;
  }
  .feature-icon {
    margin: 0;
  }
}
@media (max-width: 480px) {
  #features .features-header img {
    max-width: 150px;
  }
}

#header .sub-menu li a[href="blog.php"],
#home-bodycontent #latest-blogs {
  display: none !important;
}
#blog-bodycontent .content .inner-main-content > .container > .row div.col-lg-4 {
  display: none;
}
#blog-bodycontent .content .inner-main-content > .container > .row div.col-md-8 {
  width: 100%;
  max-width: 100%;
}

#home-bodycontent #footer {
  margin-top: 5rem !important;
}

#become-agent {
  margin-right: 25px;
}
@media (max-width: 544px) {
  #become-agent {
    margin-right: 0;
    display: block !important;
  }
}
#home-bodycontent #featured-areas {
  display: none;
}
#home-bodycontent #featured-areas {
  display: none;
}
#froala-editor.fr-box.fr-basic.fr-top #featured-areas {
  display: block !important;
}

/* Landing Page */
.logo.candel.compliance img {
  max-width: 250px;
  width: 100%;
  filter: brightness(0) invert(1);
}

@media (max-width: 1185px) and (min-width: 992px) {
  #quick-search {
    display: none !important;
  }
}
.tt-menu.tt-open {
  z-index: 2147483647 !important;
}
#roster-bodycontent .listing-box-content p > br:nth-child(5),
#roster-bodycontent .listing-box-content p > br:nth-child(2),
#roster-bodycontent #search-agents > .row .col-md:nth-child(3),
#roster-bodycontent #search-agents > .row .col-md:nth-child(4) {
  display: none;
}

#blog-bodycontent .post-detail h2 {
  border-bottom: none !important;
}
#blog-bodycontent .post-detail p {
  font-weight: 400 !important;
}
#blog-bodycontent .post-detail a {
  color: var(--secondary-brand-color) !important;
}
#roster-bodycontent .card.listing-box {
  min-height: 690px !important;
}

#roster-bodycontent .listing-box-content p a[href*="http"],
#roster-bodycontent .listing-box-content p ~ ul.list-inline li a {
  background-color: #000;
  font-size: 1.05em;
  font-weight: 500;
  padding: 9px 20px;
  color: #fff;
  display: block;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  text-decoration: none !important;
}
#roster-bodycontent .listing-box-content p ~ ul.list-inline li {
  display: block;
}
#roster-bodycontent .listing-box-content p {
  margin-bottom: 0 !important;
  min-height: unset !important;
}
#roster-bodycontent .listing-box-content p ~ ul.list-inline li a {
  margin-top: 0 !important;
  width: 100%;
  padding: 0.7rem;
}
#roster-bodycontent .listing-box-content p a[href*="http"] i,
#roster-bodycontent .listing-box-content p ~ ul.list-inline li a i {
  color: #fff !important;
}
#roster-bodycontent .listing-box-content p a[href*="http"] span,
#roster-bodycontent .listing-box-content p ~ ul.list-inline li a span {
  text-decoration: none !important;
}
#roster-bodycontent .listing-box-content {
  min-height: 335px !important;
}
.listing-user-social {
  top: 70% !important;
}

@media screen and (max-width: 990px) {
  .listing-box-social,
  .listing-row-social,
  .listing-user-social ul {
    list-style: none;
    margin: 10px 0 0 -110px !important;
    padding: 0;
  }
}
