/*--Bobby Minor custom.css--*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');

:root {
  /* Colors */
  --primary-brand-color: #1A2A44; /*-BLUE-*/
  --secondary-brand-color: #8c2f39; /*-BURGUNDY-*/
  --primary-background-color: #FFFFFF;
  --secondary-background-color: #F5EDE3; /*-CREAM-*/
  /* Fonts */
  --heading-font: georgia, palatino, "book antiqua", "palatino linotype", serif;
  --text-font: "Montserrat", sans-serif;
}

/*--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-left{text-align:left}
.text-white{color:#fff}
.font-italic{text-style:italic}
.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}
img.object-cover {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#custom-content .btn{text-wrap: auto}

/*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-10 {-ms-flex: 0 0 83.33333%;flex: 0 0 83.33333%;max-width: 83.33333%}
.row.eq-height .col-xs-11 {-ms-flex: 0 0 91.66667%;flex: 0 0 91.66667%;max-width: 91.66667%}
.row.eq-height .col-xs-12 {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%}
.col-xs-offset-1{margin-left:8.33333333%}
.m-t-n1{margin-top:-1rem}
.m-t-n2{margin-top:-1.5rem}
.m-t-n3{margin-top:-3rem}

@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-5{ms-flex: 0 0 41.66667%;flex: 0 0 41.66667%;max-width: 41.66667%}
	.row.eq-height .col-md-6{ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%}
	.row.eq-height .col-md-7{ms-flex: 0 0 58.33333%;flex: 0 0 58.33333%;max-width: 58.33333%}
	.row.eq-height .col-md-8{ms-flex: 0 0 66.66667%;flex: 0 0 66.66667%;max-width: 66.66667%}
	.m-l-md-n3{margin-left:-3rem}
	.m-t-md-0{margin-top:0}
	.m-t-md-n3{margin-top:-3rem}
}
@media (min-width: 992px){
	.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%}
	.row.eq-height .col-lg-5{ms-flex: 0 0 41.66667%;flex: 0 0 41.66667%;max-width: 41.66667%}
	.row.eq-height .col-lg-6{ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%}
	.row.eq-height .col-lg-7{ms-flex: 0 0 58.33333%;flex: 0 0 58.33333%;max-width: 58.33333%}
	.row.eq-height .col-lg-8{ms-flex: 0 0 66.66667%;flex: 0 0 66.66667%;max-width: 66.66667%}
	.p-b-lg-0{padding-bottom:0!important}
	.p-l-lg-3{padding-left:3rem!important}
	.p-x-lg-0{padding-left:0!important;padding-right:0!important}
	.p-a-lg-3{padding:3rem 3rem 3rem 3rem !important}
	.flex-flow-lg-col-reverse{flex-flow:column-reverse;}
	.m-t-lg-n3{margin-top:-3rem}
	.m-l-lg-n3{margin-left:-3rem}
	.m-x-lg-0{margin-left:0!important;margin-right:0!important}
	.text-lg-left{text-align:left!important}
}
@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: var(--text-font) !important;
  	font-weight: 400;
}
.font-sans {
  	font-family: var(--text-font) !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h1, .h3, .h4, .h5, .h6, .font-serif {
	font-family: var(--heading-font);
	font-weight: normal;
}
#custom-content p, #custom-content li, #testimonials i, #testimonials p, #about, #latest-blogs .post-content p, .service-area-link {
	font-size: 16px;
	line-height: 21px;
}
.font-weight-bold {
    font-weight: 700 !important;
}

.font-primary-color {
	color: var(--primary-brand-color);
}
.font-secondary-color {
	color: var(--secondary-brand-color);
}
.background-secondary-brand-color,
.btn-secondary {
	background-color: var(--secondary-brand-color);
}
.btn-secondary:hover {
	background-color: var(--primary-brand-color);
}
.background-secondary-color {
	background-color: var(--secondary-background-color);
}

/*--White Header On Home Page--*/
#header:not(.primary-color):not(.secondary-color) {
	background-color: #fff !important;
}
#header.home .container .row-flex:first-child > ul li a,
#header.home .container .row-flex:first-child > ul li a .fa.social,
.header-transparent .nav-primary .nav-link {
	color: var(--primary-brand-color) !important;
}
#header.home .container .row-flex:first-child > ul li a .fa.social {
	border-color: var(--primary-brand-color) !important;
}
#header .navbar-toggler {
    border: none;
}
#header:not(.primary-color):not(.secondary-color) .navbar-toggler span {
	border-color: var(--primary-brand-color) !important;
}
#home-bodycontent .main {
	padding-top: 0;
}
#home-bodycontent .cover {
    margin-top: 0;
}

/*--Broker Logo In Social Bar--*/
#social-broker-logo {
    height: 36px;
    margin-top: -4px;
    margin-bottom: -6px;
}
#header #social-broker-logo {
    filter: brightness(0);
}
#home-bodycontent #header #social-broker-logo,
#header.primary-color #social-broker-logo,
#header.secondary-color #social-broker-logo {
    filter: brightness(0) invert(1);
}

#home-bodycontent .cover {
	min-height: calc(100vh - 110px);
	height: unset !important;
}
#home-bodycontent .cover .cover-image {
	background-size: cover !important;
}

#home-bodycontent .cover .cover-image {
	background: #000 !important;
	overflow: hidden;
}
#home-bodycontent .cover .cover-image video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}


/*--Hide cover title until after jquery--*/
#home-bodycontent .cover-title {
	top: unset !important;
	bottom: 0;
	transform: none;
	opacity: 0;
}
#home-bodycontent #hero-title-inner h1 {
	text-transform: uppercase;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	font-size: 32px;
}
#home-bodycontent #hero-title-inner h2 {
	text-transform: uppercase;
	font-size: 15px;
}
#home-bodycontent #hero-title-inner img {
	display: block;
	max-width: 100%;
    height: auto;
    margin: 0 auto;
}
#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: 14px;
}

/*--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% - 72px);
}
#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;
}
#home-bodycontent #horizontal-search #qs-submit {
    height: 72px;
    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;
}




/*--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(0%) brightness(90%);transition: all 0.5s ease}
#search-grayscale figure:hover img {filter:grayscale(100%) brightness(50%)}
#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)}


/*--Fixed Background--*/
.bg-wrap-fixed + .container {
    z-index: 3;
}
.bg-wrap-fixed {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}
.bg-wrap-fixed .bg-position {
    position: absolute;
    clip: rect(0, auto, auto, 0);
    z-index:0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.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;
}

/*--My Mission - Services Section--*/
.flip-card {
  background-color: transparent;
  width: 100%;
  height: 350px;
  border: 1px solid #f1f1f1;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.flip-card-front, .flip-card-back {
	display: flex;
    align-items: center;
    justify-content: center;
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 30px 20px;
	-webkit-backface-visibility: hidden; /* Safari */
	backface-visibility: hidden;
}
.flip-card-front {
	background-color: #bbb;
  	color: black;
}
.flip-card-front h3 {
	position: relative;
	z-index: 1;
	font-size: 42px;
	font-weight: bold;
	text-shadow: rgba(255, 255, 255, 0.6) 1px 1px 1px, rgba(0, 0, 0, 0.6) -1px -1px 1px;
	opacity: 1;
	transition: opacity .2s linear;
}
.flip-card:hover .flip-card-front h3 {
	opacity: 0;
}
.flip-card-front img.object-cover {
    filter: opacity(50%);
}
.flip-card-back {
	font-size: 15px;
	transform: rotateY(180deg);
}

/*--Agent Bio Section--*/
#agent-bio {

}

/*--Customized Testimonials Section--*/
#testimonials {
	position: relative;
	z-index: 1;
	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: #c5a95e;
}
#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 .star-rating .fa-star {
	color: #c5a95e;
}
#testimonials .carousel-item > i {
	font-style: normal;
	font-weight: normal;
}
/*-Limit to 6 lines-*/
#testimonials .carousel-item i {
	font-family: var(--heading-font);
	font-size: 24px;
	font-style: italic;
	line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
#testimonials-carousel {
	position: relative;
	background-image: url(https://d15k2d11r6t6rl.cloudfront.net/pub/d8a7/8xpoi9na/gqv/hi0/ipx/26465031185_6ea1c23609_k.jpg);
	background-size: cover;
	background-position: center;
}
#testimonials-carousel::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,30%);
}

/*--Agent Bio 2 Section--*/
#agent-bio-2 .btn-group-vertical .btn {
	text-align: right;
	text-wrap: auto;
	text-decoration: underline;
    padding: 18px 20px;
}
#agent-bio-2 .btn-group-vertical .btn:after {
	content: '';
	display: block;
	width: 50%;
	position: absolute;
	bottom: 0;
	right: 20px;
	border-bottom: 1px solid rgba(0,0,0,30%);
}
#agent-bio-2 .btn-group-vertical .btn:last-of-type:after {
	border-bottom: none;
}
#agent-bio-2 h3 {
	font-size: 1.4em;
	line-height: 1.5;
}
@media (min-width: 992px) {
	#agent-bio-2 h3 {
		font-size: 2.2em;
	}
}

/*--Explore Fort Worth Section--*/
#explore .banner {
	min-height: 700px;
}
@media (min-width: 768px) {
	#explore .banner img.object-cover {
		padding-right: .9375rem;
	}
}
#explore h2.rotate-90 {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateX(-50%) translateY(-50%) rotate(-90deg);
	z-index: 1;
	width: 700px;
	font-size: 50px;
	text-align: center;
}
@media (min-width: 992px) {
	#explore h2.rotate-90 {
		font-size: 60px;
	}
}

/*--Seller Commitment Section--*/
@media (min-width: 768px) {
	#commitment {
		padding: 122px 10%;
	}
}
#commitment h2 {
	font-size: 36px;
}
@media (min-width: 992px) {
	#commitment h2 {
		font-size: 52px;
	}
}
#commitment h3 {
	font-size: 70px;
}

#commitment hr {
	width:100%;
	margin: 60px auto;
	border-color: #8d8d8d;
}
#commitment .col-xs-12 p:last-of-type {
	margin-bottom: 0;
}

/*--Home Valuation Section--*/
@media (min-width: 768px) {
	#home-valuation {
		padding: 122px 4%;
	}
}


#about,
#latest-blogs,
#seo-areas {
	overflow: hidden;
}

#home-bodycontent #about {
	display: none;
}
#home-bodycontent #seo-areas {
	display: none;
}







.footer-bottom .footer-left {
	float: none;
	text-align: center;
}
.footer-bottom .footer-left ul {
	display: inline-block;
}
#design-creds {
	clear: both;
}
#design-creds a {
	color: rgba(255,255,255,0.5);
	font-size: .8rem;
}
.post-content p {
    color: #575757;
}

/*--Agents Page--*/
#agent-bodycontent .listing-user-image {
	width: 200px;
    height: 200px;
    border-radius: 0%;
}
#agent-bodycontent .listing-user-image a {
    border-radius: 0%;
}

/*--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;
}

/*--Default kvCORE Page Customizations--*/
	/*--White Footer--*/
	#footer {
		box-shadow: var(--shd-scrl, var(--shd, 0 0 5px rgba(0, 0, 0, .5)));
	}
	#footer .footer-wrapper {
		display: block;
	}
	#footer .footer-wrapper,
	#footer .footer-wrapper .footer-top {
		background-color: #fff;
		color: #323232 !important;
	}
	#footer .footer-top.container {
		margin-left: auto;
	    margin-right: auto;
	    padding-top: 2rem;
	    padding-bottom: 0;
	    padding-left: .9375rem;
	    padding-right: .9375rem;
	}
	#footer .footer-wrapper .footer-top .footer-top-left p,
	#footer .footer-wrapper .footer-top .footer-top-left a,
	#footer .footer-wrapper .footer-top .footer-top-center p,
	#footer .footer-wrapper .footer-top .footer-top-right p {
		color: #323232 !important;
	}
	#footer #broker-footer-logo {
		width: 110px;
		max-width: 90%;
		margin-bottom: 1rem;
	}
	#footer #agent-footer-logo {
		width: 260px;
		max-width: 90%;
		margin-bottom: 1rem;
	}
	#footer #footer-socials a .fa {
		border: 2px solid var(--secondary-brand-color);
	    border-radius: 50%;
	    height: 36px;
	    width: 36px;
	    font-size: 24px;
	    color: var(--secondary-brand-color);
	    line-height: 34px;
	    text-align: center;
    
	}
	#market-report-bodycontent #footer .text-center {
		text-align: center;
	}
	#footer .footer-top-center {
		text-align: center;
	}
	#footer .footer-top-right {
		text-align: center;
	}
	#footer #footer-nav {
		display: inline-block;
	}
	#footer #footer-nav li {
		text-align: left;
		margin-bottom: 1rem;
	}
	#footer #footer-nav li::after {
		content:'';
		display: none;
	}
	#footer #footer-nav li a {
		color:#777;
		font-weight: bold;
	}

	#search-results-bodycontent #footer .footer-top .row > [class*=col-] {
		ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 0;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	#search-results-bodycontent #footer .footer-top .row > [class*=col-] * {
		text-align: center !important;
	}
	#search-results-bodycontent #footer .footer-top .row #broker-footer-logo {
		margin: 0 auto 1rem auto !important;
	}
	#search-results-bodycontent #footer .footer-top-center {
        border-top: 1px solid var(--secondary-brand-color);
        border-bottom: 1px solid var(--secondary-brand-color);
        border-left: none;
        border-right: none;
    }

	
	#mls-disclaimer h2,
	#mls-disclaimer p {
		font-size: 12px;
		color: #777;
		line-height: 1;
	}

	#footer .footer-bottom {
		padding: 0;
	}
	#footer .footer-bottom a.nav-link,
	#footer .footer-bottom .nav-item::after {
		color: #f2f2f3;
	}
	#footer .footer-left {
		padding-top: 1rem;
	}
	@media (max-width: 991px){
		#footer .footer-top .row > [class*=col-] {
			margin-bottom: 0;
			padding-top: 30px;
			padding-bottom: 30px;
		}
		#footer .footer-top-center {
			border-top: 1px solid var(--secondary-brand-color);
			border-bottom: 1px solid var(--secondary-brand-color);
		}
	}
	@media (min-width: 992px){
		#footer .footer-top-center {
			border-left: 1px solid var(--secondary-brand-color);
			border-right: 1px solid var(--secondary-brand-color);
		}
	}

	#footer .footer-left {
		background-color: var(--primary-brand-color);
	}
	#town-bodycontent .inner-main-content > .container > .listing-box {
		cursor: unset;
	}

    /*--Agent's Profile Page--*/
        #agent-bodycontent {
            background-color: #fff;
        }
        #agent-bodycontent .listing-user-image {
            display: block;
            width: 320px;
            height: 320px;
            margin: 0 auto;
            box-shadow: none;
        }
        @media only screen and (min-width: 992px) { 
            #agent-bodycontent .listing-user-image {
                display: inline-block;
                margin: 0 30px 0 0;
            }
        }
        #agent-bodycontent .listing-user:hover .listing-user-image {
            background-color: transparent;
        }
        #agent-bodycontent .listing-user-image > a {
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border-radius: 0%;
        }
        #agent-bodycontent .listing-user:hover .listing-user-image > a {
            cursor: default;
        }
        #agent-bodycontent #custom-user-social {
            display: block;
            width: 100%;
            position: absolute;
            top: unset;
            bottom: 0;
            left: 50%;
            right: 50%;
            transform: translateX(-50%);
            margin: 0 !important;
        }
        #agent-bodycontent #custom-user-social > ul {
            display: flex;
            flex-direction: row;
            justify-content: center;
        }
        #agent-bodycontent #custom-user-social > ul > li {
            float: none;
            margin: 0 6px;
        }
        #agent-bodycontent #custom-user-social > ul > li > a {
            position: relative;
            top: unset;
            left: unset;
            right: unset;
            bottom: unset;
        }
        #agent-bodycontent .listing-user-title {
            display: block;
            text-align: center;
        }
        @media only screen and (min-width: 992px) { 
            #agent-bodycontent .listing-user-title {
                display: inline-block;
                text-align: left;
            }
        }
        #agent-bodycontent table.contact {
            box-shadow: none;
        }
        #agent-bodycontent .listing-detail .row > .col-lg-7 [class*=col-] {
            width: 100%;
        }

    /*--Contact Page--*/
        #contact-bodycontent {
            background-color: #fff;
        }
        #contact-bodycontent .main-wrapper + .container-fluid {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }
        #contact-bodycontent .main-wrapper + .container-fluid > .container-fluid .container-fluid {
            margin-bottom: 0 !important;
        }
        #contact-bodycontent table.contact {
            box-shadow: none;
        }


/*--CUSTOM PAGES--*/
.bee-html-block #custom-content p {
  	font-size: 16px;
    line-height: 21px;
	margin: 0 0 20px;
  }
 .bee-html-block #custom-content a.btn {
 	color: #fff;
 }

 /*--CUSTOM PAGES--*/
.bee-editor-container #custom-content p, .bee-editor-container #custom-content li{font-size:1.1rem;font-weight:400}
.bee-editor-container .position-relative{position:relative}
.bee-editor-container .overflow-hidden{overflow:hidden}
.bee-editor-container .d-block{display:block}
.bee-editor-container .flex-column{flex-direction:column}
.bee-editor-container .align-items-center{align-items:center!important;}
.bee-editor-container .h-100{height:100%}
.bee-editor-container .w-100{width:100%}
.bee-editor-container .text-white{color:#fff}
.bee-editor-container .object-fit-container{min-height:360px!important;z-index:1}
.bee-editor-container .object-fit-container img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}
.bee-editor-container .mce-content-body .object-fit-container img{position:relative}
.bee-editor-container #custom-content a.btn-white{color:#000;}
/*Create equal height, columns on desktop*/
.bee-editor-container .row.eq-height {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap: wrap;}
.bee-editor-container .col-xs-12 {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%}
@media (min-width: 768px){.bee-editor-container .row.eq-height .col-md-6{-ms-flex: 0 0 50%;flex: 0 0 50%;max-width:50%}}
/*--Fixed full width background images--*/
    .bee-editor-container .bg-wrap-fixed + .container {
        z-index: 3;
        transform: translateZ(0);
        will-change: transform;
    }
    .bee-editor-container .bg-wrap-fixed {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        width: 100%;
        height: 100%;
        clip: rect(0, auto, auto, 0);
    }
    .bee-editor-container .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(.5);
    }
    .bee-editor-container .bg-wrap-fixed img::after {
        content:'';
        position:absolute;
        width:100%;
        height:100%;
        background-color:#000;
        opacity:0.2
    }
    .bee-editor-container .mce-content-body .bg-wrap-fixed,
    .bee-editor-container .mce-content-body .bg-wrap-fixed img {
        position: relative;
    }
    .bee-editor-container .mce-content-body .section-inverse {
        background-color: #2e2e2e;
    }


/*Fixed Background Styling*/
#resources-bodycontent .bg-wrap-fixed img {
    filter:brightness(.5);
}
/*Quick Search Styling*/
    #quick-search-wrapper #quick-search{position:relative;z-index:3}
    #quick-search-wrapper #quick-search #header-search{display:flex;width:100%;align-items:center;margin-top:-14px}
    #quick-search-wrapper #quick-search #header-search::before,
    #quick-search-wrapper #quick-search #header-search::after{content:'';display:inline-block;width:16px;height:80px;border:1px solid #ffffff}
    #quick-search-wrapper #quick-search #header-search::before{border-right:none}
    #quick-search-wrapper #quick-search #header-search::after{border-left:none}
    #quick-search-wrapper .input-group.location-form-group{width: calc( 100% - 32px);}
    #quick-search-wrapper .token-input.tt-input{width:100%!important}
    #quick-search-wrapper .input-group-addon{position:relative;width:40px}
    #quick-search-wrapper .input-group-addon i.fa{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%)}
    #quick-search-wrapper .tt-menu{min-width:unset!important;width:calc(100% + 1.75rem)!important;margin:16px 0 0 -14px}
    #quick-search-wrapper #adv-search-btn{margin:-8px;padding:0 10px 0 0}
    #quick-search-wrapper #adv-search-btn i.fa{padding:10px;border-right:1px solid #c3c3c3;color:inherit;}
    @media (min-width: 768px){
        #quick-search-wrapper #quick-search{display:flex;align-items:center}
        #quick-search-wrapper #quick-search #quick-search-title{width:114px;margin-right:12px;font-size:1.75rem;}
        #quick-search-wrapper #quick-search #header-search{margin-top:0}
    }
/*Roadmap Styling*/
   #roadmap .row .col-md-6{border-left:1px solid #ccab6c}
   #roadmap .row:nth-child(odd) .col-md-6:nth-child(odd)::before,
   #roadmap .row:nth-child(even) .col-md-6:nth-child(even)::before{display:block;position:absolute;top:.25rem;left:-.3625rem;font-family:"FontAwesome";font-size:.75rem;color:#ccab6c;content:'\f111'}
   #roadmap span.h5{font-size:1rem}
   #roadmap span.h5::before,
   #roadmap span.h5::after{display:inline-block;content:"";border-top:1px solid #fff;width:45px;margin:0 12px;transform:translateY(-6px)}
   #homeowner-badge img{display:block;height:auto;max-width:280px;margin:0 auto}
   @media only screen and (min-width: 768px) {
        #roadmap span.h5{font-size:1.25rem}
        #roadmap .row .col-md-6{border-left:none}
        #roadmap .row .col-md-6:first-child{border-right:1px solid #ccab6c}
        #roadmap .row:nth-child(odd) .col-md-6:nth-child(odd)::before{right:-.3625rem;left:unset}
        #roadmap p.w-100{text-align:justify}
   }
   #homeowner-badge img {
    display: block;
    height: auto;
    max-width: 280px !important;
    margin: 0 auto;
}

/*Custom About Page Styling*/
	#about-featured-image {
		height: 620px;
	}
	#bio-container {
		border: 1px solid #ccc;

	}