/* Fonts */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800|Roboto:400,500,700&display=swap");
@import url("https://kunversion-frontend-custom.s3.amazonaws.com/components/listings/clean.css");

:root {
  /* Fonts */
  --heading-font: "Roboto", sans-serif;
  --text-font: "Open Sans", sans-serif;
}

.h1,
.h2,
.h2 span,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--heading-font) !important;
}
p,
dt,
dd,
a,
address,
label,
button,
strong,
::placeholder {
  font-family: var(--text-font) !important;
}

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

/* Covid Banner */
#home-banner h4 {
  font-size: 1.4em;
}
#home-banner a {
  margin-right: 50px;
}
@media (max-width: 992px) {
  #home-banner h4 {
    font-size: 1em;
  }
  #home-banner a {
    margin-right: 50px !important;
    font-size: 0.8em !important;
    padding: 7px 10px !important;
    min-width: 85px !important;
  }
}

/* Helper */
.show {
  opacity: 1 !important;
}

/* Language Widget */
#kv-language-widget {
  opacity: 0;
  transition: opacity 0.3s ease;
  transition-delay: 2s;
}

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

.scale-down {
  transform: scale(0.8) 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: "Open Sans", sans-serif !important;
}

/* Header Top Inner */
@media (max-width: 500px) {
  body .header-top-inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}

/* New Header */
#header.home,
#header.sell:not(.alt-sell-success) {
  background-color: #fff !important;
}
body .page-wrapper {
  overflow: hidden !important;
}
body .page-wrapper #header {
  padding-top: 0px !important;
  height: auto !important;
  min-height: auto !important;
}
#home-bodycontent #header.home {
  min-height: auto !important;
  position: fixed;
  padding-top: 0px !important;
  height: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#header.home .container .row-flex:nth-child(1) > ul li a,
#header.home .map-filter-wrapper .row-flex:nth-child(1) > ul li a,
#header.sell:not(.alt-sell-success) .container .row-flex:nth-child(1) > ul li a,
#header.sell:not(.alt-sell-success) .map-filter-wrapper .row-flex:nth-child(1) > ul li a {
  color: #6f6f6f !important;
}

#header.home .container .row-flex:nth-child(1) > ul li a .fa.social {
  border: 2px solid #6f6f6f !important;
  color: #6f6f6f !important;
}
#header .container .row-flex:first-child {
  position: absolute;
  top: -5px;
  right: 80px;
  margin-top: 10px;
  width: 100%;
  display: flex !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;
  }
  body#home-bodycontent #header.kv-fixed .navbar-toggler {
    transform: translateY(0px) !important;
  }
  #header .container .row-flex:nth-child(2) {
    width: 30%;
  }
  #header .container .row-flex:nth-child(3) {
    width: 70%;
  }
}
#home-bodycontent #fixed-header-spacer {
  display: none !important;
}
body #fixed-header-spacer {
  height: 120px;
}

#header .logo {
  max-width: 200px;
  max-height: 75px !important;
}
@media (min-width: 992px) and (max-width: 1200px) {
  #header .logo {
    max-width: 200px;
    max-height: 45px !important;
  }
}
@media (max-width: 1115px) {
  #header {
    padding-top: 24px !important;
  }
}

@media (max-width: 450px) {
  #header .logo {
    max-width: 130px;
  }
}
#listing-bodycontent .main {
  padding-top: 0px !important;
}

#header .column #quick-search {
  display: none !important;
}
#header > .container {
  display: flex;
  align-items: center;
  position: relative;
}
body #header > .container {
  padding: 15px;
  padding-top: 30px;
}
body #header .container .row-flex:nth-child(3) {
  margin-top: 20px !important;
}

/* Static Header */
.header-transparent .header {
  background-image: none !important;
}
.header-search,
.header-information,
.information-block {
  display: none !important;
}
#home-bodycontent .header-wrapper .header-top {
  width: 100% !important;
  display: block !important;
}
body.inner .header-inner > .container,
body.cover-pull-top .header-inner > .container {
  position: relative;
}
body.inner .header-top,
body.cover-pull-top .header-top {
  width: 45%;
  display: inline-block;
  margin: 0;
  padding: 0;
  min-height: unset;
  box-shadow: none;
}
body.inner .header-bottom,
body.cover-pull-top .header-bottom {
  position: absolute;
  width: 65%;
  right: 0;
  bottom: 0;
  transform: translateY(-100%);
  display: inline-block !important;
  margin: 0;
  padding: 0;
}
.header-inner .secondary-nav {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
}
body.header-transparent .header-wrapper .hidden-sm-down,
.col-md-3.logos .hidden-sm-down {
  transform: scale(1) !important;
  padding: 0 !important;
}

/* hidden-md-up */
.header-bottom-inner.inner-layout .nav-primary {
  float: right;
}
@media (max-width: 992px) {
  body.inner .header-top,
  body.cover-pull-top .header-top,
  body.inner .header-bottom,
  body.cover-pull-top .header-bottom,
  .header-inner .secondary-nav {
    width: 100%;
  }
  .header-bottom-inner.inner-layout .nav-primary {
    float: none;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 10px;
  }
  .header-small .nav-primary-wrapper {
    top: 110px;
  }
}

/* Custom Homepage Header */
#home-bodycontent .header-wrapper {
  position: absolute;
  width: 100%;
  z-index: 5;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
  transition: all 0.25s ease;
}
#home-bodycontent .header {
  background: #fff;
  background-image: none !important;
}
#home-bodycontent .header-inner .container {
  position: relative;
}
body .page-wrapper .header-topbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0px;
  margin: 0px;
  height: 40px;
  overflow: hidden;
  transition: all 0.5s ease;
}
@media (max-width: 500px) {
  #home-bodycontent .header-topbar {
    justify-content: center;
  }
}
#home-bodycontent .static-img-topbar a {
  font-weight: 400;
}
#home-bodycontent .static-img-topbar .fa,
.top-nav-left .nav-link .fa {
  display: none !important;
}
body .header-topbar-left .nav-link {
  font-size: 11px;
  color: #666 !important;
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: 1.2px;
  line-height: 0;
}
@media (max-width: 600px) {
  body .header-topbar-left .nav-link {
    letter-spacing: 1px;
    font-size: 10px;
  }
}
#home-bodycontent .header-topbar-right {
  margin-left: 20px;
  text-transform: uppercase;
}
#home-bodycontent .header-topbar-right .nav-item .fa {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 13px;
}
#home-bodycontent .header-wrapper .header-top {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  box-shadow: none;
}

body.header-transparent .header-top-inner .hidden-sm-down {
  position: relative;
  transform: scale(1) translateY(-20px) !important;
  margin-right: 20px !important;
  transition: transform 0.25s ease;
  min-height: 80px;
  padding-top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  body.header-transparent .header-top-inner .col-md-3.hidden-sm-down {
    width: 35% !important;
  }
}
@media (max-width: 767px) {
  body.header-transparent .header-top-inner .col-md-3.hidden-md-up {
    position: relative;
    transform: scale(1) translateY(0px) !important;
    margin-right: auto !important;
    transition: transform 0.25s ease;
    min-height: 80px;
    padding-top: 5px;
    display: inline-block;
  }
}
body .row.header-top-inner.secondary-nav .col-md-3.logos .hidden-sm-down {
  transform: scale(1) !important;
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
  display: inline-block;
}

#home-bodycontent .kv-fixed .header-top {
  width: 100% !important;
}

.header-top-inner .col-md-3 {
  width: auto;
  display: flex;
  align-items: center;
}
body .page-wrapper .header-logo {
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
}
@media (max-width: 767px) {
  body .page-wrapper .header-logo {
    margin-right: 0px;
  }
}
body img.img-logo.img-fluid {
  max-width: 200px !important;
  max-height: 100px !important;
  min-width: 190px;
  margin: 0 !important;
  transition: all 0.5s ease;
  transform-origin: center;
  width: 100%;
  object-fit: contain;
}
@media (max-width: 767px) {
  body img.img-logo.img-fluid {
    max-width: 150px !important;
    max-height: 70px !important;
    min-width: 150px;
  }
}
@media (max-width: 500px) {
  body img.img-logo.img-fluid {
    max-width: 150px !important;
    max-height: 70px !important;
    min-width: 120px;
  }
}

@media (max-width: 550px) {
  body img.img-logo.img-fluid {
    max-width: 120px !important;
  }
}
@media (max-width: 767px) {
  .header-top-inner .col-md-3 {
    margin-right: auto !important;
  }
}
@media (max-width: 500px) {
  .header-top-inner .col-md-3 {
    margin-right: initial !important;
  }
}
img.img-logo.secondary_logo.index-sell {
  margin-left: 10px;
}
#home-bodycontent .header-top-inner .hidden-sm-up {
  margin-top: 10px;
}

body .header-top-inner .nav-primary {
  margin-top: 13px;
}
body .header-bottom-inner .nav-primary {
  margin-top: -20px;
}
@media (max-width: 992px) {
  body .header-bottom-inner .nav-primary {
    margin-top: 0px !important;
  }
}
body .nav-primary .nav-link {
  color: #292b2c !important;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1.2px;
}
@media (min-width: 992px) {
  body .nav-primary .nav-link {
    padding: 5px 0 !important;
  }
}
body .nav-primary .nav-item .sub-menu {
  background: #fff;
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
}
body .nav-primary .nav-item .sub-menu a,
body .nav-primary .nav-item .sub-menu span {
  color: #292b2c;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1.2px;
}

/* Navbar Toggle */
body .navbar-toggler {
  border-color: #666 !important;
  transform: translateY(25px);
}
@media (max-width: 992px) {
  body#home-bodycontent .navbar-toggler {
    transform: translateY(0px);
  }
  body #header .navbar-toggler {
    transform: translateY(0px) !important;
    top: auto !important;
  }
  body#home-bodycontent .kv-fixed .navbar-toggler {
    transform: translateY(25px);
  }
}
@media (max-width: 767px) {
  body#home-bodycontent .navbar-toggler {
    transform: translateY(25px);
  }
  body#home-bodycontent #header .navbar-toggler {
    transform: translateY(-6px);
  }
}
.navbar-toggler span {
  border-color: #666 !important;
}

body.header-transparent .navbar-toggler span {
  border-color: #666 !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: 1024px) {
  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;
}
@media (min-width: 1024px) {
  body.header-transparent .cover-image {
    background-attachment: fixed !important;
  }
}
body.header-transparent .cover-image {
  background-size: cover !important;
}
body.header-transparent .cover-overlay {
  opacity: 1 !important;
}

.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: 35px;
  color: #fff;
  letter-spacing: 2.9px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}
.hero-heading.agent.title {
  font-size: 18px;
}
@media (max-width: 500px) {
  .hero-heading {
    line-height: 35px;
    font-size: 18px;
  }
}

.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: 35px;
    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);
}

/* Secondary Nav  */
@media (min-width: 767px) {
  body .header-information {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
body .header-information a {
  white-space: nowrap !important;
}
body .header-information .fa {
  margin: 0 !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;
  }
}

body .nav-primary .sub-menu a[href="/resources.php"] {
  display: none !important;
}

/* Search Bar */

#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% !important;
  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;
}
@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;
}

/* Information Bar */
body .information-bar {
  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: 150px;
  height: 2px;
  background: #4d4d4d;
  margin-top: 35px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.c-header.center:after {
  content: "";
  display: block;
  width: 250px;
  height: 2px;
  background: #4d4d4d;
  margin: 35px auto 20px;
}
@media (max-width: 767px) {
  .c-header:after {
    margin-left: auto;
    margin-right: auto;
  }
  .c-header {
    font-size: 26px;
  }
}
.c-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
#primary-logo {
  margin-left: 20px;
}
.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: #006938;
  margin: 35px auto;
}
/* Broker Website Styles */

.office-intro {
  position: relative;
  padding: 40px 15px 45px;
}
.office-intro.team {
  position: relative;
  padding: 90px 15px 45px;
}

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

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

/* Agent Website Styles */

.agent-image img {
  display: block;
  width: 100%;
  max-width: 520px;
  margin: auto;
  height: 540px;
  object-fit: contain;
  object-position: top;
}
.about-wrapper {
  padding: 0px 15px 100px;
  position: relative;
  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;
  }
}
.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;
}

/* 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%;
  }
}
#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.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;
}
#home-bodycontent .content > .container-fluid,
#home-bodycontent .content > .container {
  max-width: 1440px !important;
}

/* Active Listings Styles */
.active-listings-wrapper {
  padding: 90px 15px 25px;
  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 0;
}
.active-listing {
  position: relative;
  width: 31.7%;
  height: 300px;
  margin: 10px;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  overflow: hidden;
}
@media (max-width: 767px) {
  .active-listing {
    width: 100% !important;
  }
}
@media (max-width: 1056px) {
  .active-listing {
    width: 46.7%;
  }
}
.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%;
}

/* 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: #006938;
  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 */

.c-section {
  padding: 0px 0px 60px;
}
.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: #4d4d4d;
  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: 31.7%;
  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-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  bottom: 0;
  right: 0;
  left: 0;
  height: 20%;
}
.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;
}

/* Recruiting Section */
.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/rlptestbrokerage2447/images/1588451353_LdzRxFk9bV7gvsue5esk5oMrBsoGKyrzMijpettr.png);
  background-size: cover;
  background-position: center;
  min-height: 500px;
  padding: 20px;
}

#recruit-bodycontent .pricing-col-wrapper.col-lg-12 {
  display: none !important;
}
.recruiting-header {
  font-size: 36px;
  margin-bottom: 40px;
  color: #fff;
  font-weight: 400;
  text-align: center;
}
#recruiting-wrapper .office-image {
  height: 360px;
}
#recruit-bodycontent .content section .page-header {
  display: none !important;
}
@media (max-width: 500px) {
  .recruiting-header {
    font-size: 28px;
  }
}
#recruit-bodycontent .container-fluid.background-white {
  margin-top: 0 !important;
}
#recruit-bodycontent .content section .filter.filter-gray {
  background-color: transparent !important;
}
#recruit-bodycontent .content #recruit_form label {
  font-size: 1.2em;
  font-weight: normal;
}
#recruit-bodycontent .container-fluid.background-white .page-header {
  padding: 15px 0;
}
#recruit-bodycontent .container-fluid.background-white.m-t-3.p-t-3.p-b-3 {
  display: none;
}
#recruit-bodycontent form button {
  padding: 12px 50px !important;
  border-radius: 16px !important;
  font-size: 1.4em !important;
  height: auto !important;
  text-align: center;
  max-width: 280px !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/kvcoredemo14/images/1582653214_E1Wtfh1PvU5q6tm0IsBhMiNVn2LD117NIciztGrU.jpeg);
  background-size: cover;
  background-position: center;
  min-height: 600px;
}
@media (max-width: 500px) {
  .world-wrapper {
    background-position: 15% 50% !important;
  }
}

/* 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;
}
@media (max-width: 560px) {
  .p-t-3.p-b-3.background-white h1 {
    font-size: 1.7em !important;
  }
}
#search-actions {
  top: 129px !important;
}
#scrolling-column #search-actions {
  top: 0px !important;
}
@media (max-width: 1115px) {
  #search-actions {
    top: 119px !important;
  }
}
@media (max-width: 992px) {
  #search-actions {
    top: 114px !important;
  }
}
@media (max-width: 767px) {
  #search-actions {
    top: 104px !important;
  }
}

/* Footer */
.footer-wrapper,
.footer-top {
  background-color: #fff !important;
  color: #525151 !important;
}
#footer .footer-top p {
  color: #525151 !important;
}
.footer-top-right a {
  color: #525151 !important;
}
.footer-top-left small {
  font-size: 100% !important;
}
.footer-top-left .social {
  margin-top: 20px !important;
}
.footer-top .social .fa {
  background: #000 !important;
}
.footer-text {
  color: #525151 !important;
  margin: 0;
  line-height: 18px;
  font-weight: 500;
}
.footer-text.name {
  font-size: 1.5em;
  font-weight: 400;
}
.footer-text.title {
  margin-bottom: 20px;
}
.footer-top h2 {
  margin: 0 0 10px 0 !important;
}

.footer-bottom {
  border-top: 1px solid #fff;
}
.footer-bottom .nav-item a:not([aria-haspopup="true"]) {
  color: #525151;
}
.footer-logo {
  display: block;
  max-width: 180px;
  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-box-title h2 {
  font-size: initial !important;
  border-bottom: none !important;
}
#agent-bodycontent .listing-detail p,
#agent-bodycontent .post-detail p {
  margin: 5px 0 30px 0;
}

/* Testimonial Styles */
#testimonials-carousel {
  display: none;
}
.testimonial-wrapper {
  padding: 90px 15px;
  background: #eeeeee;
}
.testimonial-wrapper .wrapper-header {
  font-weight: 300;
  font-size: 22px;
  margin-bottom: 20px;
}
#home-bodycontent .testimonials {
  padding: 10px 0 0;
  max-width: 1440px;
  margin: 0 auto;
  transition: all 0.5s ease;
}
#home-bodycontent .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;
}
@media (max-width: 500px) {
  .testimonial-text {
    font-size: 18px;
  }
}
.testimonial-text:before,
.testimonial-text:after {
  content: '"';
}
.testimonial-author {
  position: relative;
}
.testimonial-date {
  margin-top: 10px;
  color: #666;
  font-size: 0.9em;
}
.testimonial-button-wrapper {
  text-align: center;
  margin-top: 25px;
}
.testimonial-button-wrapper.single {
  margin-top: 0px;
}
.testimonial-button {
  padding: 12px 20px;
  cursor: pointer;
}

.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;
}
.owl-carousel.testimonials .owl-nav .owl-prev {
  left: 50%;
  transform: translateX(-100%);
}
.owl-carousel.testimonials .owl-nav .owl-next {
  right: 50%;
  transform: translateX(100%);
}
.owl-carousel.testimonials .owl-dots {
  text-align: center;
}
.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;
}
.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;
}

/* >>> Fix Secondary Logo Placement*/
body .row.header-top-inner.secondary-nav .col-md-3:first-of-type {
  width: 100%;
}
body .row.header-top-inner.secondary-nav .col-md-3:last-of-type {
  width: 33%;
}

@media (max-width: 767px) {
  body .row.header-top-inner.secondary-nav .col-md-3 {
    width: 100%;
  }
  body .row.header-top-inner.secondary-nav .hidden-md-up {
    display: inline-block;
  }
}
/* @media (max-width: 843px) {
  #search-results-bodycontent .header-top,
  #resources-bodycontent .header-top,
  #contact-bodycontent .header-top {
    padding-top: 2em;
  }
} */

/* Contact Page */
#contact-bodycontent #contact-form > .container {
  padding-top: 0 !important;
}

/* >>> SELL Page */
#sell-bodycontent .header-top-inner .col-md-3 {
  width: auto;
}

@media (max-width: 992px) {
  #sell-bodycontent .row.header-top-inner.secondary-nav .col-md-3 {
    width: 33%;
  }
  #sell-bodycontent .row.header-top-inner.secondary-nav .header-search,
  #sell-bodycontent .row.header-top-inner.secondary-nav .header-information {
    display: none;
  }
  #sell-bodycontent .inner-layout.navbar-toggler {
    top: 30px;
  }
}
@media (max-width: 767px) {
  #sell-bodycontent .row.header-top-inner.secondary-nav .col-md-3 {
    width: 100%;
  }
  #sell-bodycontent .row.header-top-inner.secondary-nav .hidden-md-up {
    display: inline-block;
  }
}

#sell-bodycontent .row.header-top-inner.secondary-nav .col-md-3.logos .hidden-sm-down {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
  display: inline-block;
}
#sell-bodycontent .row.header-top-inner.secondary-nav .img-logo {
  max-width: 225px !important;
  max-height: 75px;
  margin: 0 !important;
}

/* Trickle-Down Section */
#froala-editor .category {
  border-radius: 0 !important;
  height: 300px;
}
#froala-editor .category a {
  border-radius: 0 !important;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
  transition: background-color 0.25s ease;
}
#froala-editor .category a:hover {
  background-color: rgba(0, 0, 0, 0.35);
}
#froala-editor .category a:hover .category-title {
  transform: translateY(-10px);
}
#froala-editor .category a:hover .category-subtitle {
  transform: translateY(-10px);
}
#froala-editor .category-content {
  bottom: 0px;
  padding: 10px;
  left: 0;
  transform: none;
  text-align: left;
  top: auto;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}
#froala-editor .category-title {
  font-size: 2em;
  transition: transform 0.25s ease;
}
#froala-editor .category-subtitle {
  text-align: left;
  transition: transform 0.25s ease;
  transition-delay: 0.1s;
}
#froala-editor .category-vertical {
  height: 630px;
}
@media (max-width: 992px) {
  #froala-editor .category-vertical {
    height: 300px !important;
  }
}
#froala-editor span.btn.btn-primary {
  display: none;
}

/*  Multi Family */
#froala-editor > .row .row .col-sm-6:nth-child(1) .category {
  background-image: url(https://dtzulyujzhqiu.cloudfront.net/royallepage1532/images/1576011939_re8GWbS2XN2djgViHVAh0MAkddtShA4lx0yr9Oat.png) !important;
}
/* Homes */
#froala-editor > .row .row .col-sm-6:nth-child(2) .category {
  background-image: url(https://dtzulyujzhqiu.cloudfront.net/royallepage1532/images/1576011872_EZHoTbxin6lZvQBsodcQpWOxrKcdawuiPELBQPnx.png) !important;
}
/* Condos */
#froala-editor > .row .col-lg-8 .category {
  background-image: url(https://dtzulyujzhqiu.cloudfront.net/royallepage1532/images/1576011839_LXC6K9WF9yKi21b8dmBbiAcLg6mcjo9Hh0heN24b.png) !important;
}
/* Land */
#froala-editor > .row .col-lg-4 .category {
  background-image: url(https://dtzulyujzhqiu.cloudfront.net/royallepage1532/images/1576011752_wP1l160yhilPzHIoid09dNb6iRs30a2Z9i5Zy0Fr.png) !important;
}
/* Get Financing Widget */
#froala-editor .widget.financing:before {
  background: url(https://dtzulyujzhqiu.cloudfront.net/royallepage1532/images/1582046464_ixW50oFv0cpLOUOOXKZqPtZ8mIPw6494LNavBH8O.png) no-repeat center center !important;
  background-size: cover !important;
}
/* Join the Team Widget */
#froala-editor .widget.recruit:before {
  background: url(https://dtzulyujzhqiu.cloudfront.net/royallepage1532/images/1587410510_pc6kbWgADpJT0sVzwu82fPVGqsfBCQmeZblPfhzH.png) no-repeat center center !important;
  background-size: cover !important;
}
/* Featured Listing Widget */
#froala-editor .widget.featured:before {
  background: url(https://dtzulyujzhqiu.cloudfront.net/royallepage1532/images/1587410639_pgDfmJXo86KzplTXtYuvVkCdIa8JQbhMtBGW8BUQ.png) no-repeat center center !important;
  background-size: cover !important;
}
/* Home Worth Widget */
#froala-editor .widget.worth:before {
  background: url(https://dtzulyujzhqiu.cloudfront.net/royallepage1532/images/1587410750_7PbTsJdfh0Eq3g0o2OQDrVQ4ufPLAp79vE8IYAmw.png) no-repeat center center !important;
  background-size: cover !important;
}
#froala-editor .widget.worth p {
  line-height: 42px;
}

@media (max-width: 767px) {
  #froala-editor > .widgetWrapper {
    width: 100% !important;
  }
}

/* Meet the Team */
.team-wrapper {
  padding: 45px 15px 90px;
}
.team-wrapper-inner {
  max-width: 1440px;
  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;
}
.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-wrapper .agent-card {
  max-width: 350px;
  margin: 10px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.agent-profile-image {
  display: block;
  margin: 0 auto;
  position: relative;
  top: -25px;
  width: 200px !important;
  height: 200px !important;
  -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;
}

.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%;
  background: #ef3437 !important;
  outline: none;
}
.owl-carousel.team-slider .owl-nav button .fa {
  color: #fff;
}
.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,
  .agent-wrapper .agent-card: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,
  .agent-wrapper .agent-card: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;
}

/* Recruit */
.recruit-video {
  width: 100%;
  height: 315px;
}
.recruit-video-tag {
  display: block;
  text-align: center;
  padding: 10px 0;
}
#recruiting-wrapper {
  margin-bottom: 20px;
}
#recruit-bodycontent #recruiting-wrapper .office-about {
  padding: 0 0 0 20px !important;
}

/* Custom Pages */
#resources-bodycontent .content .inner-main-content > .container > .row div.col-lg-4,
#blog-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,
#blog-bodycontent .content .inner-main-content > .container > .row div.col-md-8 {
  width: 100%;
  max-width: 100%;
}

#resources-bodycontent .col-md-12.m-b-3.resource-container {
  padding: 0;
  margin: 0;
}
.cp-header-group {
  margin-bottom: 30px;
}

/* Buy Page Rows */
#buyer-rows {
  padding: 30px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#buyer-rows.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  #buyer-rows.reverse {
    flex-direction: column-reverse;
  }
}
#buyer-rows .col-sm-12.col-md-6.p-a-2 {
  padding-left: 0 !important;
}
#buyer-rows h2 {
  font-weight: normal;
  font-size: 1.8em;
}
#buyer-rows img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cp-wrapper {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.cp-wrapper .c-header:after {
  margin-left: 0 !important;
  width: 30%;
  max-width: 150px;
}
.cp-button {
  padding: 12px 50px !important;
  border-radius: 16px !important;
  font-size: 2em !important;
  margin: 40px;
}
@media (max-width: 992px) {
  .cp-button {
    font-size: 1.6em !important;
  }
}
@media (max-width: 470px) {
  .cp-button {
    font-size: 1.3em !important;
    margin: 0px !important;
    padding: 12px 20px !important;
  }
  .cp-wrapper p strong,
  .cp-header-group .c-text.fw-600.m-t-3 {
    text-align: center;
  }
}
.cp-header-video iframe,
.cp-header-video img {
  display: block;
  width: 100%;
  height: 515px;
  margin: 0 auto 60px;
  object-fit: cover;
  object-position: top;
}
@media (max-width: 992px) {
  .cp-header-video iframe {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cp-header-video iframe {
    height: 250px;
  }
}
@media (max-width: 500px) {
  .cp-header-video iframe {
    height: 200px;
  }
}
.cp-header-group img {
  display: inline-block;
  width: 100%;
  max-width: 200px !important;
}
.cp-header-group h3,
.cp-header-group h1 {
  margin-top: 70px;
}
.cp-header-subgroup h1 {
  margin-bottom: 0;
}
.cp-header-subgroup {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
}
@media (max-width: 600px) {
  .cp-header-subgroup {
    flex-direction: column-reverse;
  }
  .cp-header-subgroup img {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cp-wrapper .c-header {
    font-size: 28px;
  }
}

#search-results-bodycontent #listings-map {
  top: 132px !important;
}

.questions-banner {
  padding: 30px 10px;
  background: #eee;
}

/* Agent About Page */
#agent-bodycontent .listing-user-social,
#agent-bodycontent .content .container > .row > .col-md-4.col-lg-3 {
  display: none;
}
#agent-bodycontent .content > .container .listing-detail.col-md-8.col-lg-9 {
  width: 100% !important;
}
/* Login Page */
@media (min-width: 992px) {
  .login-right-login,
  .login-right-seller {
    display: none !important;
  }
}
#login-bodycontent #login .container .row .col-lg-7 {
  width: 100% !important;
}

/* Add tag to Stats */
#search-results-bodycontent .container .col-md-12.col-lg-3 > h5:last-of-type:after,
#listing-bodycontent .listing-detail h2:last-of-type:after,
#town-bodycontent #town-page-stats h2:after,
#town-bodycontent .dashboard-box-title:after {
  content: "based on current listing data";
  display: block;
  font-size: 0.7em;
  margin-bottom: 20px;
  color: rgb(117, 117, 117);
}

/* Add FRENCH VERSION tag to Stats */
#search-results-bodycontent.fr-ps-localize .container .col-md-12.col-lg-3 > h5:last-of-type:after,
#listing-bodycontent.fr-ps-localize .listing-detail h2:last-of-type:after,
#town-bodycontent.fr-ps-localize #town-page-stats h2:after,
#town-bodycontent.fr-ps-localize .dashboard-box-title:after {
  content: "basé sur les données d'inscription actuelles";
  display: block;
  font-size: 0.7em;
  margin-bottom: 20px;
  color: rgb(117, 117, 117);
}

/* Awards */
#awards-wrapper {
  position: relative;
  padding: 50px 20px;
  background: #f7f7f7;
}
.awards-wrapper-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1440px;
  margin: 0 auto;
}
.awards-card {
  width: 100%;
  max-width: 250px;
  text-align: center;
  margin: 10px;
}
.awards-image {
  display: block;
  width: 220px;
  height: 220px;
  margin: 0 auto;
  object-fit: contain;
  margin-bottom: 20px;
}
.awards-image.new {
  width: 100%;
}
.awards-date {
  font-weight: 400;
  font-size: 1.3em;
  color: #a9a9a9;
}

/* Testimonilas Page */
#testimonials-bodycontent .page-wrapper > .container.mb2.col-layout-main .col-md-4.col-lg-3 {
  display: none !important;
}
#testimonials-bodycontent .page-wrapper > .container.mb2.col-layout-main .col-md-8.col-lg-9 {
  width: 100%;
}

/* Review Widget Overwrites */
#home-bodycontent .grw-reviews-wrapper {
  justify-content: unset !important;
}
#home-bodycontent .grw-slider .grw-reviews-wrapper .grw-review-slide {
  width: 450px;
}
#home-bodycontent div.grw-review {
  margin-right: 20px !important;
}
@media (max-width: 430px) {
  #home-bodycontent .grw-slider .grw-reviews-wrapper .grw-review-slide {
    width: 400px;
  }
}
@media (max-width: 375px) {
  #home-bodycontent .grw-slider .grw-reviews-wrapper .grw-review-slide {
    width: 340px;
  }
}
#widget .grw-business-name {
  font-size: 36px;
  margin-bottom: 35px;
  color: #000;
  font-weight: 500;
  letter-spacing: 1.2px;
}

#widget .grw-business-name:after {
  content: "";
  display: block;
  width: 250px;
  height: 2px;
  background: #4d4d4d;
  margin: 35px auto 20px;
}
#widget .grw-wrapper {
  padding-top: 0 !important;
  padding-bottom: 4rem !important;
}
/* Team Bundle */
.cta-section {
  min-height: 650px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.cta-section h2 {
  font-size: 3em;
  font-weight: bold;
  color: #fff;
  margin-bottom: 40px;
  text-shadow: 1px 1px 2px #292b2c;
}
.cta-section a {
  padding: 10px 22px;
  font-size: 1.2em;
  font-weight: bold;
}

/* Updates 08/25/2020 */
#resources-bodycontent a#Careers + h3 + table,
#resources-bodycontent a#Careers + h3,
#resources-bodycontent a#Careers {
  display: none;
}

.email-frequency label {
  text-transform: none !important;
}

/* French Grid View Layout Widening */
@media (min-width: 1200px) {
  #listings.french-layout #listing-grid-rows > div.col-xs-12.col-sm-6.col-md-6.col-lg-6.col-xl-3 {
    width: 33%;
  }
}
@media (max-width: 767px) {
  #listings.french-layout #listing-grid-rows > div.col-xs-12.col-sm-6.col-md-6.col-lg-6.col-xl-3 {
    width: 100%;
  }
}

#listing-bodycontent .col-sm-12.col-md-12.col-lg-3 .widget a[href="/sell.php"] {
  display: none !important;
}

#terms-bodycontent #header .nav-link,
#terms-bodycontent #header a,
#terms-bodycontent #header .nav-item-parent a {
  text-decoration: none !important;
}

#lang-widget a {
  color: #fff !important;
}

.hero-tagline sup {
  font-size: 0.5em;
  top: -1em !important;
}
sup {
  font-size: 0.5em !important;
  top: -1em !important;
}

@media (max-width: 450px) {
  #header .container .row-flex:first-child {
    right: 15px !important;
    justify-content: center !important;
  }
  body.fr-ps-localize #home-banner h4 {
    font-size: 0.8em;
  }
  body.fr-ps-localize #home-banner a {
    font-size: 0.6em;
  }
}

#header .nav-primary .nav-item-parent ul.sub-menu {
  overflow: scroll;
  max-height: 300px;
}
#header .nav-primary .nav-item-parent a[href="/agents.php"] ~ ul.sub-menu {
  overflow: unset !important;
  max-height: unset;
}

/* RLP Core Team Add-On Widgets */
/* Areas */
#home-bodycontent #froala-editor .container.wider {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
}
#featured-areas.container {
  max-width: 1440px;
  margin: 0 auto;
}
#featured-areas img {
  max-width: 100% !important;
  width: 100% !important;
  height: 350px;
  object-fit: cover;
  object-position: center;
}
#featured-areas a:not(.btn-primary) {
  position: relative;
  padding: 5px;
  padding-top: 0;
  padding-bottom: 0;
}
#featured-areas a * {
  transition: all 0.25s ease;
}
#featured-areas .area-tag {
  font-size: 1em;
}
#featured-areas .area-name {
  font-size: 2em;
}
#featured-areas .flex.big img {
  height: 550px;
}

/* Areas (Style: Flex) */
#featured-areas .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#featured-areas .flex.flex-1 a {
  width: 100%;
  margin-bottom: 1em;
}
#featured-areas .flex.flex-2 a {
  width: 50%;
  margin-bottom: 1em;
}
#featured-areas .flex.flex-3 a {
  width: 33.33%;
  margin-bottom: 1em;
}
@media (max-width: 992px) {
  #featured-areas .flex.flex-3 a {
    width: 49.3%;
    margin-bottom: 1em;
  }
}
@media (max-width: 767px) {
  #featured-areas a {
    width: 100% !important;
    padding: 0px !important;
    margin-bottom: 2em;
  }
}

/* --> Area Style 2 */
#featured-areas a.area-2 .area-title-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1em;
  padding-top: 2rem;
  margin: 5px;
  margin-bottom: 0;
  text-align: center;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.99), rgba(0, 0, 0, 0.01));
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.2em;
}
#featured-areas a.area-2 .area-tag {
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 6.9px;
  margin-bottom: 0.7em;
}
#featured-areas a.area-2 .area-name {
  display: block;
  font-weight: 600;
}
@media (max-width: 767px) {
  #featured-areas a.area-2 .area-title-wrapper {
    margin: 0 !important;
  }
}
@media (min-width: 992px) {
  #froala-editor:not(.fr-box) #featured-areas .area-2:hover .area-title-wrapper {
    padding-bottom: 3rem;
  }
  #froala-editor:not(.fr-box) #featured-areas .area-2:hover .area-tag {
    letter-spacing: 10.5px;
  }
  #froala-editor:not(.fr-box) #featured-areas .area-2:hover .area-name {
    font-size: 1.8em;
  }
}

/* Sections */
#section {
  position: relative;
  min-height: 400px;
}
#section.big {
  height: 750px;
}

#section img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  transition: all 0.5s ease;
  margin: 0 !important;
}
#section .section-content {
  z-index: 2;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  top: 0;
  bottom: 0;
  width: 40%;
  max-width: 600px;
  left: 0;
  color: #fff;
  padding: 4rem;
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.5s ease;
}
#section .section-content.right {
  left: auto;
  right: 0;
  text-align: right;
  align-items: flex-end;
}
#section h1,
#section h2,
#section h3,
#section h4,
#section h5,
#section h6 {
  font-weight: 600;
  font-size: 3rem;
  text-shadow: 1px 1px #444;
}
#section .section-content p {
  font-size: 1.2rem;
}
@media (max-width: 500px) {
  #section h1,
  #section h2,
  #section h3,
  #section h4,
  #section h5,
  #section h6 {
    font-size: 2rem;
  }
  #section .section-content {
    padding: 1rem;
  }
}
@media (max-width: 850px) {
  #section .section-content {
    width: 100% !important;
    max-width: 100% !important;
    align-items: center !important;
    text-align: center !important;
  }
  #section.big {
    height: 550px;
  }
}

/* --> Section Style 1 */
#section.section-1 .section-content {
  background: unset;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.01));
  width: 50%;
}
#section.section-1 .section-content.right {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.01));
}

/* --> Section Style 2 */
#section.section-2 img {
  clip-path: polygon(60% 0, 100% 0%, 100% 100%, 25% 100%);
}
#section.section-2 .section-content {
  background: unset;
  color: #444 !important;
}
@media (max-width: 850px) {
  #section.section-2 img {
    clip-path: polygon(100% 0, 100% 0%, 100% 100%, 0 100%);
    opacity: 0.2;
  }
}

#google-content .c-header:after {
  max-width: 250px;
}
@media (max-width: 992px) {
  #google-content .c-header:after {
    margin-left: auto;
    margin-right: auto;
  }
}
