/* Fonts */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap");
/* Listings */
@import url("https://kunversion-frontend-custom.s3.amazonaws.com/components/listings/clean.css");
:root {
  /* Colors */
  --primary-brand-color: #bdaf8a;
  --primary-rgb-brand-color: 189, 175, 138;
  --secondary-brand-color: #a19176;
  --alt-color-1: #2b2b2b;
  --alt-color-2: #ffffff;
  --header-transparent-nav-color: #fff;
  --header-transparent-backgroundColor: transparent;
  --scroll-header-transparent-backgroundColor: #fff;
  --scroll-header-transparent-nav-color: #000;
  /* Fonts */
  --heading-font: "Roboto", sans-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;
  font-weight: 500;
}
p,
dt,
dd,
a,
address,
label,
button,
strong,
::placeholder {
  font-family: var(--text-font) !important;
  font-weight: 400;
}

.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;
}

@media (min-width: 992px) {
  body .nav-primary .sub-menu a:hover,
  body.header-transparent .nav-primary .nav-item-parent:hover > a {
    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;
  font-family: "Lato", sans-serif !important;
}

body .page-wrapper {
  overflow: hidden !important;
}
body .nav-primary {
  margin-top: 10px;
}
body .nav-primary .nav-link {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1.2px;
}
@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: transform 0.5s ease;
  max-height: 60px !important;
}
body #header .logo {
  transition: transform 0.5s ease;
  margin-left: 20px;
}
body.header-transparent #header #primary-logo {
  min-height: 75px !important;
}

body.header-transparent #fixed-header-spacer {
  display: none !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, 5px) !important;
  transition: transform 0.5s ease;
}
@media (max-width: 767px) {
  .scale-down {
    transform: scale(0.9) translate(0px, -6px) !important;
  }
}
#header .container .row-flex:nth-child(1) > ul li a,
#header .container .row-flex:nth-child(1) .list-inline-item a {
  color: var(--header-transparent-nav-color) !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;
  }
}
#header .column #quick-search {
  display: none !important;
}
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: 55% !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;
  }
}
body.header-transparent .cover-title {
  top: 60% !important;
  width: 100%;
  padding: 0 25px !important;
}
@media (max-width: 700px) {
  body.header-transparent .cover-title {
    right: auto !important;
    left: auto;
    bottom: -80px;
  }
}
body.header-transparent .cover-title-inner {
  display: none;
}
body.header-transparent .cover-image {
  background-size: cover;
  background-attachment: fixed !important;
}
body.header-transparent .cover-overlay {
  opacity: 0.6 !important;
}

body#home-bodycontent .information-bar {
  display: none;
}

#home-bodycontent #qs-submit {
  background-color: var(--primary-brand-color);
}

.hero-wrapper {
  text-align: center;
  color: #fff;
}
@media (max-width: 700px) {
  .hero-wrapper {
    padding: 20px;
    text-align: center;
    left: auto;
    right: auto;
  }
}
.hero-heading {
  font-size: 28px;
  font-weight: 200;
  line-height: 60px;
  color: #fff;
  letter-spacing: 2.9px;
  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);
}
#froala-editor {
  padding-top: 50px !important;
}

#froala-editor .row:nth-child(1) > div:nth-child(1),
#froala-editor .row:nth-child(1) > div:nth-child(2),
#froala-editor .row:nth-child(1) > div:nth-child(3) {
  min-height: 600px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  color: #fff;
  transform: scale(0.96);
}
#froala-editor .row:nth-child(1) > div:nth-child(1) {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1)), url(https://www.c21.ca/uploads/agent-90087/home-cta_kidstocamp01_en.jpg);
  background-position: center;
  background-size: cover;
}
#froala-editor .row:nth-child(1) > div:nth-child(2) {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1)), url(https://www.c21.ca/uploads/agent-90087/home-cta_whychoosec21.png);
  background-position: center;
  background-size: cover;
}
#froala-editor .row:nth-child(1) > div:nth-child(3) {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1)), url(https://www.c21.ca/uploads/agent-90087/home-cta_c21sunglasses_02a.jpg);
  background-position: center;
  background-size: cover;
}
#froala-editor .row:nth-child(1) a.btn {
  border-radius: 30px !important;
}
#froala-editor .row:nth-child(2) img {
  width: 100% !important;
}

/* Custom Search */
body.header-transparent.front .cover.cover-center .location-form-group {
  width: 80% !important;
  display: inline-block;
  margin: 0 !important;
  box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.2);
}
@media (max-width: 700px) {
  body.header-transparent.front .cover.cover-center .location-form-group {
    width: 100% !important;
  }
}

#horizontal-search > .row {
  display: flex;
  align-items: center;
  width: 100%;
}
#horizontal-search form .row .col-xs-12.col-md-2.col-lg-2 {
  width: auto !important;
  margin-left: 10px;
}
@media (max-width: 700px) {
  #horizontal-search form .row .col-xs-12.col-md-2.col-lg-2 {
    width: 50% !important;
    margin-top: 5px;
  }
}
#horizontal-search .form-group.col-xs-12.col-md-2.col-lg-2 {
  background: transparent;
  padding: none !important;
}
#horizontal-search form .row div.col-lg-2:nth-child(2) {
  display: none;
}
body.header-transparent.front .btn-group.bootstrap-select.form-control.show-tick {
  display: none;
}
#horizontal-search .form-group.col-xs-6.col-md-2.col-lg-1 {
  display: none;
}
body.header-transparent.front #horizontal-search {
  padding: 20px !important;
  display: block;
  border-radius: 5px;
  width: 100%;
  max-width: 750px;
  margin: auto;
}
body.header-transparent.front #horizontal-search span.twitter-typeahead .tt-menu {
  min-width: 100%;
  width: 100%;
  padding: 0 12px;
}
body.header-transparent.front #horizontal-search .container {
  padding: 0;
}
body.header-transparent.front #horizontal-search form .row div:last-child {
  box-shadow: none !important;
}
body.header-transparent.front #horizontal-search #qs-submit {
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-size: 14px;
  font-weight: 400;
}
body.header-transparent.front #horizontal-search #more-options {
  display: block !important;
  position: absolute;
  right: 0;
  font-size: 12px;
  letter-spacing: 2.9px;
  background: transparent !important;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  body.header-transparent.front #horizontal-search #more-options {
    width: 97%;
    margin: auto;
    right: auto;
    left: auto;
  }
}
body.header-transparent.front #horizontal-search #more-options .fa {
  display: none;
}

/* C Styles */
.c-header {
  font-size: 36px;
  margin-bottom: 35px;
  color: #000;
  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(--secondary-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-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: #000;
  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;
}

@media (max-width: 991px) {
  .office-intro {
    padding-top: 90px;
  }
}

.office-intro .container-fluid {
  max-width: 1440px !important;
  margin: auto !important;
}
.office-intro .row {
  padding: 100px 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;
  }
}
.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;
}
.about-wrapper:before {
  content: "";
  height: 160px;
  width: 2px;
  background: var(--secondary-brand-color);
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  top: -50px;
}
.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;
  }
}

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

/* Active Listings Styles */
.active-listings-wrapper {
  padding: 50px 15px;
  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;
  font-style: italic;
  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%;
  }
}
.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.5), rgba(0, 0, 0, 0.01));
  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;
}
.exclusives-wrapper .row:after {
  content: "";
  height: 160px;
  width: 2px;
  background: var(--secondary-brand-color);
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  bottom: -60px;
  z-index: 1;
}
@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: 3px;
  background: var(--secondary-brand-color);
  margin: 15px auto;
}
.c-section h2 {
  font-size: 38px;
  font-weight: 500;
  letter-spacing: 1.2px;
  font-style: italic;
  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: 300px;
  margin: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: rgba(0, 0, 0, 0.4) 0 6px 20px -10px;
  cursor: pointer;
  overflow: hidden;
}
.cust-area-item:hover .cust-area-title {
  transform: translateY(-20px);
  opacity: 0;
}
.cust-area-item:hover .area-span {
  transform: translateY(0px);
  opacity: 1;
}
.cust-area-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cust-area-item__overlay {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: absolute;
  background-color: rgba(var(--primary-rgb-brand-color), 0.5);
  bottom: 0;
  right: 0;
  left: 0;
  height: 25%;
}
.cust-area-title {
  margin: 0;
  color: white;
  font-size: 20px;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  z-index: 10;
  text-transform: uppercase;
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.4s ease;
}
.area-span {
  position: absolute;
  transform: translateY(60px);
  opacity: 0;
  display: block !important;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  transition: all 0.4s ease;
}

/* 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;
}

/* Office Footer CTA Section */
.office-footer-cta {
  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/kvcoredemo14/images/1593017121_2LMwfPwZpSDIY8oaZX6lBFnWNjStrXQq3zdzDtTY.png);
  background-size: cover;
  background-position: center;
  min-height: 500px;
}

/* Agent Footer CTA Section */
.agent-footer-cta {
  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/kvcoredemo14/images/1593018206_9Tq5X4KCOWjGezGheXIJP5XTFIKmY7JymenLWlux.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;
  font-style: italic;
  color: #373a3c;
  margin-bottom: 50px;
}

/* Footer */
.footer-wrapper,
.footer-top,
.footer-top p {
  background-color: var(--alt-color-1) !important;
  color: #fff !important;
}
.footer-top .social .fa {
  background-color: #fff !important;
  color: var(--secondary-brand-color) !important;
}
.footer-top-left a,
.goog-te-gadget-simple .goog-te-menu-value span {
  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: #fff !important;
  margin: 0;
  line-height: 18px;
  font-weight: 500;
}
.footer-text.title {
  margin-bottom: 20px;
}
.footer-top h2 {
  color: var(--secondary-brand-color) !important;
}

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

/* Map */
#area-map {
  height: 550px;
}

/* 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;
}
#sell .col-md-5.col-lg-4.hidden-sm-down,
#sell .col-md-5.col-lg-4.hidden-md-up {
  display: none;
}
#sell .col-md-7.col-lg-8 {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  float: none;
}
#sell .sell-cover-title-inner p {
  font-weight: 600;
  font-size: 1.55em;
}
#sell-bodycontent .cover-overlay {
  opacity: 0.6 !important;
}

/* 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;
}
