/*--David Stephens Metro custom.css--*/
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');

:root {
  /* Colors */
  	--colorPrimary-h: 18.2;
	--colorPrimary-s: 100%;
    --colorPrimary-l: 59%;
}

/*--Utility--*/

/*General classes missing from kvCORE version of Bootstrap*/
.position-relative{position:relative}
.overflow-hidden{overflow:hidden}
.d-block{display:block}
.d-inline-block{display:inline-block}
.flex-column{flex-direction:column}
.align-items-center{align-items:center!important;}
.h-100{height:100%}
.w-100{width:100%}
.text-white{color:#fff}
.object-fit-container{min-height:360px;z-index:1}
.object-fit-container img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}
.section-inverse-alt{background-color:#2e2e2e;color:#fff}
.opaque{opacity:1!important}

/*Create equal height columns on desktop*/
.row.eq-height {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}
.row.eq-height .col-xs-12 {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%}
.row.eq-height .col-xs-5ths{-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%}
@media (min-width: 768px){
	.row.eq-height .col-md-3{ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%}
	.row.eq-height .col-md-4{ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%}
	.row.eq-height .col-md-5ths{-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%}
	.row.eq-height .col-md-6{ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%}
}
@media (min-width: 992px){
	.row.eq-height .col-lg-5ths{-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%}
	.row.eq-height .col-lg-3{ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%}
	.row.eq-height .col-lg-4{ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%}
}
@media (min-width: 1200px){
	.row.eq-height .col-xl-3{ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%}
}

/*Remove gutters from rows*/
.row.no-gutters{margin-right:0;margin-left:0}
.row.no-gutters>[class*=col-]{padding-right:0;padding-left:0}

/*4-side equal gutters on colums*/
.row.equal-gutters{margin:7px}
.row.equal-gutters>[class*=col-]{padding:7px}

@media (min-width: 768px){
	.m-y-md-3{margin-top:3rem!important;margin-bottom:3rem!important}
	.m-b-md-0{margin-bottom:0!important}
}

/*--Full width site customizer area--*/
#home-bodycontent .information-bar + .container,
#home-bodycontent .information-bar + .container-fluid {
	max-width: 100%;
	padding: 0;
}
#home-bodycontent .information-bar + .container > #categories,
#home-bodycontent .information-bar + .container-fluid > #categories {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
/*--Typography--*/
body, .btn, p {
  	font-family: Arial, Helvetica, sans-serif !important;
  	font-weight: 400;
  	word-spacing: 0.2rem;
}
h1, h2, h3, h4, h5, h6, h2 span, .h1, .h1, .h3, .h4, .h5, .h6, .font-serif {
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight: 600;
}
#custom-content p, #custom-content li, #testimonials i, #testimonials p, #about, #latest-blogs .post-content p, .service-area-link {
	font-size: 1.1rem;
}

#social-broker-logo {
	height: 30px;
	margin-top: -2px;
}

#home-bodycontent #social-broker-logo,
#header.primary-color #social-broker-logo,
#header.secondary-color #social-broker-logo {
	filter: brightness(0) invert(1);
}

/*White Header On Homepage*/
#home-bodycontent #header {
	background-color: #fff;
}
#home-bodycontent #header .row-flex:first-child > ul li a,
#home-bodycontent #header .row-flex:first-child > ul li a .fa.social,
#home-bodycontent #header .nav-primary .nav-link {
    color: #4e4e4e;
    letter-spacing: normal;
}
#home-bodycontent #header .row-flex:first-child > ul li a .fa.social,
#home-bodycontent #header .navbar-toggler span {
	border-color: #4e4e4e;
}

#home-bodycontent #fixed-header-spacer {
    display: block !important;
}
#home-bodycontent .main {
	padding-top: 0;
}
#home-bodycontent .cover {
    margin-top: -10px !important;
}
.nav-primary .nav-link,
.nav-primary .sub-menu a {
	font-size: 1em;
}

/*--Start Hero Nav Customization--*/
body .page-wrapper #header.primary-color,
body .page-wrapper #header.primary-color.scroll {
	background-color: var(--primary-brand-color) !important;
}

/*--Logo--*/
#header.primary-color #primary-logo {
	opacity: 0;
	transition: opacity .1s linear .3s;
}

/*--Social Bar--*/
body #header.primary-color .container .row-flex:nth-child(1) > ul li a,
body:not(.header-transparent) #header.primary-color .container .row-flex:nth-child(1) > ul li a,
#header.primary-color .container .row-flex:nth-child(1) > ul li a .fa.social {
	color: #fff !important;
}
#header.primary-color .container .row-flex:first-child > ul li a .fa.social {
	border-color: #fff !important;
}

/*--Mobile Nav Links--*/
@media (max-width: 991.999px) {
	body #header.primary-color .container .row-flex:nth-child(3) .nav-primary-wrapper {
		top: 105px;
	}
	body #header.primary-color .nav-primary-wrapper {
	    background-color: var(--primary-brand-color) !important;
	}
	body #header.primary-color.scroll .nav-primary .nav-link,
	body #header.primary-color .nav-primary .nav-link,
	body #header.primary-color .nav-primary .sub-menu a {
		color: #fff !important;
	}
	body #header.primary-color .nav-primary .nav-link:hover,
	body #header.primary-color .nav-primary .sub-menu a:hover {
		background-color: #fff !important;
		color: var(--primary-brand-color) !important;
	}
}
/*--Desktop Top-Level Nav Links--*/
@media (min-width: 992px) {
	body #header.primary-color .nav-primary > .nav-item > .nav-link,
	body:not(.header-transparent) #header.primary-color .nav-primary > .nav-item > .nav-link,
	body #header.primary-color.scroll .nav-primary > .nav-item > a.nav-link
	{
			color: #fff !important;
	}
	
	body #header.primary-color .nav-primary > li > a.nav-link:hover,
	body:not(.header-transparent) #header.primary-color .nav-primary .nav-link:hover
	{
			color: #e2e2e2 !important;
	}
}
/*--Desktop Child-Level Nav Dropdowns--*/
@media only screen and (min-width: 992px) {
	body #header.primary-color .nav-primary .nav-item .sub-menu {
    	background: var(--primary-brand-color) !important;
    	border-top: 2px solid #fff;
    }
    body #header.primary-color .nav-primary .nav-item .sub-menu a, 
    body #header.primary-color .nav-primary .nav-item .sub-menu span {
    	color: #fff !important;
    }
    body #header.primary-color .nav-primary .sub-menu a:hover {
    	background-color: #fff !important;
    	color: var(--primary-brand-color) !important;
	}
}


/*--Nav Hamburger Toggler--*/
#header.primary-color .container .row-flex:nth-child(2) .column-end .navbar-toggler {
	width: 40px;
	height: 40px;
	background-color: #fff;
	border: 1px solid #fff !important;
	border-radius: 50%;
	padding: 12px;
	outline: none !important;
}
#header.primary-color .container .row-flex:nth-child(2) .column-end .navbar-toggler span {
		border-color: #FF6C2C !important;
		margin: 2px 0 0;
}
#header .nav-primary > .nav-item:nth-child(-n+3) {
	display: none;
}
#header.primary-color ~ .main-wrapper .content-title.header-primary h1,
#header.primary-color ~ .main-wrapper .content-title p {
	color: #323232 !important;
}
/*--END Hero Nav Customization--*/

#home-bodycontent .cover {
	min-height: calc(100vh - 110px) !important;
	height: unset !important;
}
#home-bodycontent .cover .cover-image {
	background-size: cover !important;
}
/*--Hide cover title until after jquery--*/
#home-bodycontent .cover-title {
	top: 49% !important;
	opacity: 0;
}
@media (min-width: 768px) {
	#home-bodycontent .cover-title {
		top: 54% !important;
	}
}
#home-bodycontent #hero-title-inner h1 {
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1;
	text-align: center;
}
@media (min-width: 768px) {
	#home-bodycontent #hero-title-inner h1 {
	    font-size: 2.6rem !important;
	}
}
@media (min-width: 992px) {
	#home-bodycontent #hero-title-inner h1 {
	    font-size: 3.2rem !important;
	}
}
#home-bodycontent #hero-title-inner h2 {
	text-transform: uppercase;
	font-size: 1.25rem;
	text-align: center;
}
#home-bodycontent #froala-editor:not(.fr-box) #hero-title-inner {
	display: none;
}
/*--Add tab navigation above horizontal search--*/
.search-tabs.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.search-tabs.nav .nav-item {
	position: relative;
	margin: 0 12px 4px 12px;
}
.search-tabs.nav .nav-item:first-child {
	margin-left: 0;
}
.search-tabs.nav .nav-link::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}
.search-tabs.nav .nav-link.active::before,
.search-tabs.nav .nav-link:hover::before {
    visibility: visible;
    transform: scaleX(1);
}
.search-tabs.nav .nav-link {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}

/*--Zilly Horizontal Search--*/
#home-bodycontent #horizontal-search {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
#home-bodycontent #horizontal-search .form-group {
    display:none;
}
#home-bodycontent #horizontal-search .form-group.location-form-group {
    display: inline-block;
    width: calc(100% - 77px);
}
#home-bodycontent #horizontal-search .form-group.location-form-group .form-control {
    height: 72px;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 18px;
    line-height: 18px;
    border-radius: 0;
}
#home-bodycontent #horizontal-search .form-group.location-form-group .token-input.tt-input {
    height: 24px;
}
#home-bodycontent #horizontal-search .form-group.location-form-group .tokenfield .token .close {
    line-height: 1;
}
#home-bodycontent #horizontal-search .form-group:last-of-type {
    display: inline-block;
    width: 72px;
    height: 72px;
}
#home-bodycontent #horizontal-search #qs-submit {
    height: 72px !important;
    border-radius: 0 4px 4px 0;
}
#home-bodycontent #horizontal-search #qs-submit .fa{
    margin-right: 0;
    font-size: 22px;
    line-height: 44px;
}
#home-bodycontent #horizontal-search #listing_search_form ~ .row > [class*=col-] {
	padding: .5rem 0 0 !important;
}
#home-bodycontent #horizontal-search #more-options {
    float: right;
    background: transparent;
}
#home-bodycontent #horizontal-search #more-options i {
    display: none;
}

/*--Remove unnecessary padding/margins--*/
#home-bodycontent .information-bar {
	margin-top: 0 !important;
}
#home-bodycontent .custom-top ~ [class*=container] {
	max-width: 100%;
	margin: 0 !important;
	padding: 0 !important;
}
#home-bodycontent .custom-top ~ [class*=container] > #categories {
	padding: 0 !important;
}

.border-indent-title {
	overflow: hidden;
}
.border-indent-title h1 {
	display: inline-block;
}
.border-indent-title h1 span:nth-child(1) {
	display: block;
	font-size: 5vw;
	letter-spacing: 2px; 
	text-align: left;
}
.border-indent-title h1 span:nth-child(2) {
	display:block;
	font-size: 7.5vw;
	font-weight: 600;
	letter-spacing: -1.8px;
	text-align: left;
	margin-left: 2px;
	padding-left: 2.3vw;
	position: relative;
}
.border-indent-title h1 span:nth-child(2)::before {
	content:'';
	position: absolute;
	height: 75%;
	border-right: 2px solid hsla(var(--colorPrimary-h,0),var(--colorPrimary-s,0%),calc(var(--colorPrimary-l, 25%) + 0%),1);
	top: 4px;
	left: 0;
}
@media (min-width: 576px) {
	.border-indent-title h1 span:nth-child(1) {
		font-size: 3.5vw;
	}
	.border-indent-title h1 span:nth-child(2) {
		font-size: 5.5vw;
		margin-left: 2px;
		padding-left: 2vw;
	}
	.border-indent-title h1 span:nth-child(2)::before {
		border-width: 3px;
		height: 75%
	}
}
@media (min-width: 768px) {
	.border-indent-title h1 span:nth-child(1) {
		font-size: 2.75vw;
	}
	.border-indent-title h1 span:nth-child(2) {
		font-size: 4.5vw;
		margin-left: 3px;
		padding-left: 1.5vw;
	}
	.border-indent-title h1 span:nth-child(2)::before {
		border-width: 3px;
		height: 75%
	}
}
@media (min-width: 992px) {
	.border-indent-title h1 span:nth-child(1) {
		font-size: 2vw;
	}
	.border-indent-title h1 span:nth-child(2) {
		font-size: 3.5vw;
		margin-left: 2px;
		padding-left: 1vw;
	}
	.border-indent-title h1 span:nth-child(2)::before {
		border-width: 4px;
		height: 75%
	}
}
@media (min-width: 1200px) {
	.border-indent-title h1 span:nth-child(1) {
		font-size: 30px;
	}
	.border-indent-title h1 span:nth-child(2) {
		font-size: 52px;
		margin-left: 2px;
		padding-left: 1vw;
	}
	.border-indent-title h1 span:nth-child(2)::before {
		border-width: 4px;
		height: 75%
	}
}

#home-bodycontent .custom-top,
#home-bodycontent .custom-bottom,
#home-bodycontent #footer-cta,
#site-editor-helper {
	display: none;
}
/*--As Seen On Section--*/
#as-seen-on .container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#as-seen-on .review-wrap {
	text-align: center;
	margin-bottom: 0.5rem;
	padding: 0 12px;
}
#as-seen-on img {
	max-height: 30px;
	margin-bottom: 0.5rem;
}
#as-seen-on .fa-star {
	color: hsla(var(--colorPrimary-h,0),var(--colorPrimary-s,0%),calc(var(--colorPrimary-l, 25%) + 0%),1);
}
/*--Featured Search Section--*/
#search-grayscale h2 {
	font-size: 50px;
	line-height: 0.9;
	padding-bottom: 30px;
}
#search-grayscale h2 small {
	font-size: 18px;
	letter-spacing: 4px;
}
#search-grayscale figure{position:relative;margin-bottom:0}
#search-grayscale figure img{width:100%;height:320px;object-fit:cover;filter:grayscale(100%) brightness(50%);transition: all 0.5s ease}
#search-grayscale figure:hover img {filter:grayscale(0%) brightness(100%)}
#search-grayscale figure figcaption{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;padding:15px;text-align:center}
#search-grayscale figure figcaption h3{position:relative;display:inline;font-size:26px;font-weight:bold;color:#fff;letter-spacing:4px;text-shadow:0 0 6px rgba(0,0,0,0.9)}
#search-grayscale figure figcaption h3::before{content:'';position:absolute;top:4px;left:-10px;display:inline-block;height:1.3rem;border-right:2px solid hsla(var(--colorPrimary-h,0),var(--colorPrimary-s,0%),calc(var(--colorPrimary-l, 25%) + 0%),1);margin-right:12px}


/*--Fixed Background 100vh Offset 6--*/
.fixed-bg-100vh-offset-6 {
	position: relative;
	z-index: 2;
	overflow: hidden;
	min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
@media (min-width: 768px){
	.fixed-bg-100vh-offset-6 {
		background-attachment: fixed;
	}
}
.fixed-bg-100vh-offset-6 .row {
	position: relative;
	z-index: 3;
}
.fixed-bg-100vh-offset-6 .content {
	background-color: rgba(0,0,0,0.7);
	padding-left: 1rem;
	padding-right: 1rem;
	overflow: hidden;
}
@media (min-width: 576px) {
	.fixed-bg-100vh-offset-6 .content {
		padding-left: 3rem;
		padding-right: 3rem;
	}
}
.fixed-bg-100vh-offset-6 .content h2 {
	margin-bottom: 12px;
}
.fixed-bg-100vh-offset-6 h2 .sub-heading {
	display: block;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 4px;
}
.fixed-bg-100vh-offset-6 h2 .main-heading {
	display: block;
	font-size: 45px;
}

.bg-wrap-fixed + .container {
    z-index: 3;
    transform: translateZ(0);
    will-change: transform;
}
.bg-wrap-fixed {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    clip: rect(0, auto, auto, 0);
}
.bg-wrap-fixed img {
    position: fixed;
    z-index:0;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: translateZ(0);
    will-change: transform;
    filter:brightness(1);
}
#froala-editor.fr-top .bg-wrap-fixed img {
    position: relative;
}

.fixed-bg-100vh-offset-6 .border-indent-title h1 span:nth-child(1) {
	font-size: 3.25vw;
}
.fixed-bg-100vh-offset-6 .border-indent-title h1 span:nth-child(2) {
	font-size: 6vw;
}
@media (min-width: 576px) {
	.fixed-bg-100vh-offset-6 .border-indent-title h1 span:nth-child(1) {
		font-size: 3.5vw;
	}
	.fixed-bg-100vh-offset-6 .border-indent-title h1 span:nth-child(2) {
		font-size: 5.75vw;
	}
}
@media (min-width: 768px) {
	.fixed-bg-100vh-offset-6 .border-indent-title h1 span:nth-child(1) {
		font-size: 2.5vw;
	}
	.fixed-bg-100vh-offset-6 .border-indent-title h1 span:nth-child(2) {
		font-size: 4vw;
	}
}
@media (min-width: 992px) {
	.fixed-bg-100vh-offset-6 .border-indent-title h1 span:nth-child(1) {
		font-size: 2vw;
	}
	.fixed-bg-100vh-offset-6 .border-indent-title h1 span:nth-child(2) {
		font-size: 3vw;
		padding-left: 1.33vw;
	}
}
@media (min-width: 1200px) {
	.fixed-bg-100vh-offset-6 .border-indent-title h1 span:nth-child(1) {
		font-size: 20px;
	}
	.fixed-bg-100vh-offset-6 .border-indent-title h1 span:nth-child(2) {
		font-size: 32px;
		padding-left: 1vw;
	}
}



/*--Proven Record Of Success--*/
#listing-stats .counter-box {
    font-size: 26px;
    line-height: 1.2;
}
#listing-stats .counter-label {
    font-size: 14px;
}
@media (min-width: 570px){
    #listing-stats .counter-box {
        font-size: 30px;
    }
    #listing-stats .counter-label {
        font-size: 16px;
    }
}
@media (min-width: 992px){
    #listing-stats .counter-wrapper:nth-of-type(n+2) {
        border-left: 1px solid #000;
    }
    #listing-stats .counter-box {
        font-size: 35px;
    }
    #listing-stats .counter-label {
        font-size: 18px;
    }
}

#testimonials {
	padding: 0 28px;
}
#testimonials .testimonial-nav {
	position: relative;
	display: flex;
	justify-content: space-between;
}
#testimonials .testimonial-nav .fa-quote-right {
	margin-top: 4px;
	font-size: 32px;
	color: hsla(var(--colorPrimary-h,0),var(--colorPrimary-s,0%),calc(var(--colorPrimary-l, 25%) + 0%),1);
}
#testimonials .carousel-control {
	position: relative;
	width: unset;
	background-image: none;
	font-size: 28px;
	color: #999;
	text-shadow: none;
}
#testimonials .carousel-control span:nth-child(1) {
	position: relative;
	top: unset;
	right: unset;
	left: unset;
	margin-top: 0;
}
#testimonials .carousel-control span.icon-prev::before {
    content: '\f053';
    font-family: FontAwesome;
}
#testimonials .carousel-control span.icon-next::before {
    content: '\f054';
    font-family: FontAwesome;
}
#testimonials .carousel-item > i {
	font-style: normal;
	font-weight: normal;
}
/*-Limit to 6 lines-*/
#testimonials .carousel-item i {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
#testimonials .fa-star {
	color: hsla(var(--colorPrimary-h,0),var(--colorPrimary-s,0%),calc(var(--colorPrimary-l, 25%) + 0%),1);
}

/*--Social Media Accordian--*/
#social-boxes {
	overflow: hidden;
	background-color: #2e2e2e;
}

#social-boxes .row.eq-height {
	flex-wrap: nowrap;
}
#social-boxes .col {
    -ms-flex-preferred-size: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
	transition: all .33s ease;
}
#social-boxes #social-header {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media (min-width: 768px){
	#social-boxes #social-header {
		height: 495px;
	}
}
#social-boxes #social-header img {
	width: 300px;
	/*filter: brightness(0) invert(1);*/
}
#social-boxes .social-links a {
	position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
    height: 220px;
    text-decoration: none !important;
}
@media (min-width: 768px) {
	#social-boxes .social-links a {
		height: 495px;
	}
}
#social-boxes .social-links .fa {
	position: relative;
	z-index: 3;
	font-size: 8vw;
	color: #fff;
}
#social-boxes .social-links img {
	position: absolute;
	object-fit: cover;
	height: 100%;
	width: 100%;
	filter: grayscale(1) brightness(0.5);
	transition: all 0.33s ease;
}
#social-boxes .social-links a:hover img {
	filter: grayscale(0) brightness(1);
}
#social-boxes .col-xs-5ths {
	transition: all 0.33s ease;
}
#social-boxes .col-xs-5ths.grow {
	flex: 0 0 28%;
    max-width: 28%;
}
#social-boxes .col-xs-5ths.shrink {
	flex: 0 0 18%;
    max-width: 18%;
}

#about,
#latest-blogs,
#seo-areas {
	overflow: hidden;
}

#seo-areas {
	background-image:url(https://dtzulyujzhqiu.cloudfront.net/nexthomemountainhorizons7431/images/1682812032_Dv3MRLhkKlHLanhBA324wTCeXGL4hW1O69a6RHni.jpeg);
	position: relative;
    z-index: 2;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
@media (min-width: 768px) {
	#seo-areas {
    	background-attachment: fixed;
	}
}
#seo-areas::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background-color: rgba(0,0,0,0.7);
}
#seo-areas .service-area-link {
	color: #fff;
}
.listings.container .page-header {
    padding: 60px 0 20px;
}
.listings.container .page-header h2 span {
	position: relative;
	font-weight: 600 !important;
	font-size: 2rem !important;
	text-transform: uppercase !important;
}
.listings.container .page-header h2 span::before {
	content: '';
	position: absolute;
	top: 4px;
	left: -10px;
	display: inline-block;
	height: 25px;
	border-right: 2px solid hsla(var(--colorPrimary-h,0),var(--colorPrimary-s,0%),calc(var(--colorPrimary-l, 25%) + 0%),1);
	margin-right: 12px;
}
.listings.container .page-header h2 span:after {
	display: none !important;
}
.listings.container .listing-box-wrapper {
	background: transparent;
	border: none;
}
.listings.container .listing-box {
	box-shadow: 0px 15px 10px -15px rgb(0 0 0 / 30%);
}
.listings.container .owl-nav button {
	width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%);
}
.listings.container .owl-nav button i.fa {
	color: hsla(var(--colorPrimary-h,0),var(--colorPrimary-s,0%),calc(var(--colorPrimary-l, 25%) + 0%),1);
}


.listings.container .listing-box-content .disclosures_container {
    float: none;
    position: absolute;
    bottom: 40px;
    left: 0;
    text-align: center;
}
.listings.container .listing-box-content .disclosures_container img.thumbnail_logo_only {
    margin: 0 auto;
}



.post-content p {
    color: #575757;
}


/*--Home Page Editor--*/
#site-editor-screencast {
    position: fixed;
    z-index: 9999;
    bottom: 1rem;
    left: 1rem;
	max-width: 360px;
    border: 1px solid #ebe9e9;
    box-shadow: 1px 1px 15px -4px rgb(0 0 0 / 20%);
}
#close-screencast {
    position: absolute;
    top: -18px;
    right: 12px;
    padding: 0;
    margin: 0;
    border: 0;
}
#close-screencast .fa-stack-2x {
	height: 27.2px;
    width: 27.2px;
    transition: all .3s ease;
}
#close-screencast:hover .fa-stack-2x {
	transform: rotateZ(270deg);
}
#close-screencast .fa-times-circle {
	color: #e50000;
}
#close-screencast .fa-times-circle,
#close-screencast .fa-circle {
	line-height: 1;
}



#search-results-bodycontent #drivetime {
	top: 70px !important;
}



/*--Agent Listing Box--*/
#listing-bodycontent .listing-small-image.square {
	height: 0;
    padding-top: 100%;
    padding-bottom: 0;
    min-height: unset;
}
