/*--
    Chris Barlow.css
    kvTemplates.com ©2023
--*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;600&family=Playfair+Display:wght@500;700&display=swap');
:root {
    /* Colors */
        --primary-brand-color: hsla(var(--colorPrimary-h,0),var(--colorPrimary-s,0%),calc(var(--colorPrimary-l, 25%) + 0%),1);
        --secondary-brand-color: #c5a95e;
    /* Fonts */
        --heading-font: 'Playfair Display', serif !important;
        --text-font: 'Poppins', sans-serif !important;
    /* Images */
        --background-texture: url(https://kvtemplates.dev/alphav2/wp-content/uploads/sites/239/2023/06/White-Granite-Texture-Depositphotos_200245492_XL.jpg);
        --testimonial-background-image: url(https://kvtemplates.dev/chrisbarlow-alpha/wp-content/uploads/sites/258/2025/06/vu-anh-TiVPTYCG_3E-unsplash-1920.jpg);
        --cta-background-image: url(https://dtzulyujzhqiu.cloudfront.net/atlantacommunities2179/images/1704816617_b1GfMS7Ib5pR9U3GhrWWcbSwOtUQVYUtpfxUZPDH.jpeg);
        --blog-background-image: url(https://kvtemplates.dev/chrisbarlow-alpha/wp-content/uploads/sites/258/2025/06/canada-893534_1920-sky.jpg);
}

/*--Typography--*/
    body, .btn, p, .font-sans {
        font-family: var(--text-font) !important;
        font-weight: 500;
    }
    h1, h2, h3, h4, h5, h6, .h1, .h1, .h3, .h4, .h5, .h6, .font-serif {
        font-family: var(--heading-font) !important;
        font-weight: 700 !important;
    }
    #custom-content p, #custom-content li, #testimonials i, #testimonials p, #about, #latest-blogs .post-content p, .service-area-link {
        font-size: 1.1rem;
    }

/*General classes missing from kvCORE version of Bootstrap*/
    .position-relative{position:relative}
    .d-block{display:block}
    .flex-column{flex-direction:column}
    .align-items-center{align-items:center!important}
    .m-b-n3{margin-bottom:-3.5rem}
    .m-t-n3{margin-top:-3.5rem}
    @media (min-width: 768px){
        .m-b-md-0{margin-bottom:0}
        .m-t-md-0{margin-top:0}
        .m-y-md-0{margin-top:0;margin-bottom:0}
        .p-y-md-3{padding-top:3rem !important;padding-bottom:3rem !important}
        .p-y-md-5{padding-top:5rem !important;padding-bottom:5rem !important}
    }
    .z-index-1{z-index:1}
    .btn-outline{border: 1px solid #fff!important; transition: .15s all linear!important}
    .btn-outline:hover{border-color: hsla(var(--colorPrimary-h,0),var(--colorPrimary-s,0%),calc(var(--colorPrimary-l, 25%) + 0%),1) !important; background-color: #fff!important; color:#323232!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%}
    @media (min-width: 768px){
        .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-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-6{-ms-flex: 0 0 50%;flex: 0 0 50%;max-width:50%}
    }

    .row.no-gutters{margin-right:0;margin-left:0;}
    .row.no-gutters>[class*=col-]{padding-right:0;padding-left: 0;}

    .row.eq-gutters{margin-right:0.4687rem;margin-left:.4687rem}
    .row.eq-gutters>[class*=col-]{padding:.4687rem}

/*--Resposive Containers--*/
    .container-lg,
    .container-xl {
        margin-left: auto;
        margin-right: auto;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
    @media (min-width: 992px){
        .container-lg{max-width: 940px;}
    }
    @media (min-width: 1200px){
        .container-xl{max-width: 1140px;}
    }

/*--Buttons--*/
    .btn-outline {
        border: 2px solid #fff;
        transition: .15s all linear;
    }
    .btn-outline:hover {
        color: #fff;
    }
    .btn-outline.btn-white {
        border-color: hsla(var(--colorPrimary-h,0),var(--colorPrimary-s,0%),calc(var(--colorPrimary-l, 25%) + 0%),1);
    }
    .btn-outline:hover {
        border-color: var(--secondary-brand-color);
    }

/*--kvCORE Resets--*/
    #home-bodycontent .main > .main-inner > .content > .container-fluid,
    #home-bodycontent .main > .main-inner > .content > .container-fluid > #categories, 
    #home-bodycontent .main > .main-inner > .content > .container,
    #home-bodycontent .main > .main-inner > .content > .container > #categories {
        width: 100%;
        max-width: 100%;
        margin: 0 0 0 0 !important;
        padding: 0 0 0 0 !important;
    }

/*--Customize Home Page Header--*/
    #home-bodycontent #header {
        position: fixed;
        top: -110px;
        opacity: 0;
        transition: all .15s linear;
    }
    #home-bodycontent #header.show {
        opacity: 1; 
        top: 0;      
    }
    #home-bodycontent #header.show.scroll {
        top: -45px;
    }
    #header {
        background-color: #fff !important;
    }
    #header.primary-color {
        background-color: hsla(var(--colorPrimary-h,0),var(--colorPrimary-s,0%),calc(var(--colorPrimary-l, 25%) + 0%),1) !important;
    }
    #header.secondary-color {
        background-color: #000 !important;
    }

    #header:not(.primary-color):not(.secondary-color) .container .row-flex:first-child > ul li a,
    #header:not(.primary-color):not(.secondary-color) .container .row-flex:first-child > ul li a .fa.social,
    #header:not(.primary-color):not(.secondary-color) .nav-primary .nav-link {
        color: #000;
    }
    #header:not(.primary-color):not(.secondary-color) .container .row-flex:first-child > ul li a .fa.social{
        border-color: #000;
    }

    #header .navbar-toggler {
        border: none;
        outline: none !important;
        background-color: #fff;
    }
    #header.primary-color .navbar-toggler {
        background-color: hsla(var(--colorPrimary-h,0),var(--colorPrimary-s,0%),calc(var(--colorPrimary-l, 25%) + 0%),1);
    }
    #header.secondary-color .navbar-toggler {
        background-color: #000;
    }
    #header .navbar-toggler > span {
        margin: 6px 0 0;
        border-top: 2px solid #fff;
    }
    #header:not(.primary-color):not(.secondary-color) .navbar-toggler span {
        border-color: #000;
    }
    #header .navbar-toggler > span:nth-child(1) {
        margin-top: 0;
    }
    #header .navbar-toggler > span:nth-child(2) {
        margin-left: 33%;
        transition: all 0.33s ease;
    }
    #header .nav-secondary-wrapper.collapse.in + .navbar-toggler > span:nth-child(2),
    #header .navbar-toggler:hover > span:nth-child(2) {
        margin-left: 0;
    }

    /*--Logos - Filter All White If Dark Background 
        #header #primary-logo img {
            filter:brightness(0) invert(1);
        }
    */
    /*--Logos - Filter All Black If White Background
        #header:not(.primary-color):not(.secondary-color) #primary-logo img {
            filter:brightness(0);
        }
    --*/
    #custom-header-logos {
        display: flex;
        position: absolute;
        top: 65px;
        left: 10px; 
        z-index: 1;       
    }
    #custom-header-logos img {
            max-height: 40px;
            margin-right: 6px;
        }
    @media (min-width: 578px) {
        #custom-header-logos {
            top: 65px;
            left: 21px; 
        }
        #custom-header-logos img {
            max-height: 75px;
            margin-right: 12px;
        }
    }

    /*--Filter logo in custom header/hero--*/
    #custom-header-logos img.logo {
        filter:brightness(0) invert(1);
    }
    #header-secondary{
        display: flex !important;
        justify-content: space-around;
        position: relative;
        z-index: 4;
        background-color: hsla(var(--colorPrimary-h,0),var(--colorPrimary-s,0%),calc(var(--colorPrimary-l, 25%) + 0%),1) !important;
    }
    #header-secondary .nav-primary {
        float: none;
        padding: 0 12px;
    }
    #header-secondary .nav-primary .nav-link:hover,
    #header-secondary .nav-primary .nav-item-parent:hover > a {
        color: var(--secondary-brand-color);
    }

    #header-secondary .navbar-toggler {
        position: relative;
        top: unset;
        right: unset;
        border: none;
        margin: 8px;
        outline: none !important;
    }
    #header-secondary .navbar-toggler > span {
        margin: 6px 0 0;
        border-top: 2px solid #fff !important;
    }
    #header-secondary .navbar-toggler > span:nth-child(1) {
        margin-top: 0;
    }
    #header-secondary .navbar-toggler > span:nth-child(2) {
        margin-left: 33%;
        transition: all 0.33s ease;
    }
    #header-secondary .nav-secondary-wrapper.collapse.in + .navbar-toggler > span:nth-child(2),
    #header-secondary .navbar-toggler:hover > span:nth-child(2) {
        margin-left: 0;
    }

    @media (max-width: 991.99999px){
        #header-secondary .nav-secondary-wrapper {
            width: 100%;
            margin: auto;
            top: 30px;
            background-color: hsla(var(--colorPrimary-h,0),var(--colorPrimary-s,0%),calc(var(--colorPrimary-l, 25%) + 0%),1) !important;
            box-shadow: 0 1px 2px rgba(0,0,0,.08);
            padding: 0;
            position: absolute;
        }
        #header-secondary .nav-secondary-wrapper .nav-primary {
            width: 100%;
            max-width: 650px;
            margin: auto;
        }
        #header-secondary .nav-secondary-wrapper .nav-primary .nav-link,
        #header-secondary .nav-secondary-wrapper .nav-primary .sub-menu a {
            color: #fff;
        }
        #header-secondary .nav-secondary-wrapper .nav-primary .sub-menu a {
            padding: 8px 15px 8px 30px;
        }
    }

    #header {
        position: fixed !important;
        top: 0;
        transition: top .3s ease-in-out;
    }
    #header.scroll {
        top: -45px;
    }
    #header > .container > .row-flex:nth-child(1) {
        position: relative;
        top: 15px;
        transition: top .3s ease-in-out;
    }
    #header.scroll > .container > .row-flex:nth-child(1) {
        top: 46px;
    }

    #header .logo {
        margin-top: 0;
        transition: all .3s ease-in-out;
    }
    #header.scroll .logo {
        max-height: 45px !important;
        margin-top: 20px;
    }
    #header .row-flex:nth-child(2) .column-end .navbar-toggler {
        top: unset !important;
        bottom: 20px;
        transition: bottom .3s ease-in-out;
    }
    #header.scroll .row-flex:nth-child(2) .column-end .navbar-toggler {
        bottom: 0;
    }
    #header.search-results ~ #search-actions {
        transition: top .3s ease-in-out;
    }
    #header.search-results.scroll ~ #search-actions {
        top: 65px;
    }
    @media only screen and (min-width: 992px) {
        #header > .container .row-flex:nth-child(3) {
            margin-top: 0 !important;
        }
        #header > .container .row-flex:nth-child(3) > .nav-primary-wrapper {
            margin-top: -40px !important;
            transition: margin .3s ease-in-out;
        }
        #header.scroll > .container .row-flex:nth-child(3) > .nav-primary-wrapper {
            margin-top: -23px !important;
        }
        #header > .container .row-flex:nth-child(3) > .nav-primary-wrapper .nav-primary {
            margin-right: -38px;
        }
        #header > .container .row-flex:nth-child(3) > .nav-primary-wrapper .nav-primary .nav-link {
            transition: padding .3s ease-in-out;
        }
        #header.scroll > .container .row-flex:nth-child(3) > .nav-primary-wrapper .nav-primary .nav-link {
            padding: 8px 0;
        }
        #header .container .row-flex:first-child {
            display: flex !important;
        }
    }

    #header #quick-search,
    #header .container .row-flex:nth-child(2) .column-end .hidden-md-down {
        display: none !important;
    }

/*--Home Page Main Content Area--*/
    #home-bodycontent .page-wrapper {
        overflow: hidden;
    }

/*--Hero Area--*/
    #home-bodycontent .cover {
        z-index: 5;
    }
    @media (max-width: 767px) {
        #home-bodycontent .cover.cover-center .cover-title {
            top: 50%;
        }
    }
    #home-bodycontent .cover.cover-center .cover-title {
        top: 54%;
    }
    #home-bodycontent .cover-title-inner {
        display: none;
    }
    #home-bodycontent #froala-editor.fr-box #hero-title-inner {
        background-color: #000;
    }
    #home-bodycontent #froala-editor:not(.fr-box) #hero-title-inner {
        display: none;
    }
    #home-bodycontent #hero-title-inner h1 {
        color: #fff;
        font-family: var(--text-font) !important;
        font-size: 18px;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
    }
    #home-bodycontent #hero-title-inner h2 {
        color: #fff;
        font-size: 48px;
        text-align: center;
        text-transform: uppercase;
    }
    #home-bodycontent #hero-title-inner img {
        display: block;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
    }
        
    /*-Custom Horizontal Search Section-*/
        #home-bodycontent .cover #horizontal-search {
            display: none;
        }
        #custom-search {
            position: absolute;
            bottom: 0;
            z-index: 4;
            width: 100%;
            background-color: hsla(var(--colorPrimary-h,0),var(--colorPrimary-s,0%),calc(var(--colorPrimary-l, 25%) + 0%),.5);
        }
        #custom-search .section-heading {
            padding-bottom: 25px;
        }
        @media only screen and (min-width: 768px) {
            #custom-search #horizontal-search > .container {
                margin: 0;
            }
        }
        #custom-search #horizontal-search {
            padding-bottom: 0 !important;
        }
        #custom-search #horizontal-search .form-group {
            float: left;
            margin: 0;
        }
        #custom-search #horizontal-search .form-control {
            height: 56px;
            border: 0;
        }
        #custom-search #horizontal-search .location-form-group .form-control,
        #custom-search #horizontal-search .form-group>.form-control {
            border-bottom: 1px solid rgba(0, 0, 0, .4);
            font-size: 15px;
            line-height: 24px;
        }
        #custom-search #horizontal-search .tokenfield.form-control {
            padding: 17px 20px 14px;
        }
        #custom-search #horizontal-search .tokenfield.form-control .twitter-typeahead {
            display: inline!important;
        }
        #custom-search #horizontal-search .tokenfield.form-control .tt-menu {
            min-width: 278px !important;
            left: -9px;
        }
        #custom-search #horizontal-search .tokenfield.form-control .tt-menu .info .key {
            width: 100%;
        }
        #custom-search #horizontal-search button.form-control {
            padding: 6px 12px;
        }
        #custom-search #horizontal-search .form-group .btn {
            height: 56px;
        }
        #custom-search #horizontal-search .bootstrap-select .dropdown-toggle:focus,
        #custom-search #horizontal-search .bootstrap-select .dropdown-menu > li > a:focus{
            outline: none !important;
        }
        #custom-search #horizontal-search .bootstrap-select .dropdown-menu > li.selected {
            background-color: #cecece;
        }
        #custom-search #horizontal-search #qs-submit {
            background-color: #757575;
            text-transform: uppercase;
        }
        #custom-search #horizontal-search #adv-search {
            background-color: #3c3c3c;
            text-transform: uppercase;
        }
        #custom-search #horizontal-search #qs-submit:hover,
        #custom-search #horizontal-search #adv-search:hover {
            background-color: #333333;
        }
        
        #custom-search #horizontal-search form #filter-panel {
            float: left;
            min-height: 0; 
        }
        #custom-search #horizontal-search form #filter-panel .form-group:nth-child(n+1):nth-child(-n+6) {
            height: 0;
            min-height: 0;
            transition: .3s height linear;
        }
        #custom-search #horizontal-search form #filter-panel.expand .form-group:nth-child(n+1):nth-child(-n+6) {
            height: 56px;
        }

        @media only screen and (min-width: 992px) {
            #custom-search #horizontal-search form .row > .form-group:nth-child(1) {
                transition: .3s width linear;        
            }
            #custom-search #horizontal-search form #filter-panel {
                float: left;
                width: 0;
                transition: .3s width linear; 
            }
            #custom-search #horizontal-search form #filter-panel.expand {
                width: 58.33333% !important;
                height: auto !important;
            }
            #custom-search #horizontal-search form #filter-panel .form-group:nth-child(n+1):nth-child(-n+6) {
                height: auto !important;
            }
            #custom-search #horizontal-search form #filter-panel .form-group:nth-child(n+1):nth-child(-n+6) .bootstrap-select.btn-group .dropdown-toggle .caret {
                display: none;
            }
            #custom-search #horizontal-search form #filter-panel.expand .form-group:nth-child(n+1):nth-child(-n+6) .bootstrap-select.btn-group .dropdown-toggle .caret {
                display: inline-block;
            }
        }

    .information-bar {
        display: none;
    }

/*--HOME PAGE FROALA CONTENT--*/
    #home-bodycontent {
        background-image: var(--background-texture);
        background-attachment: fixed;
    }
    @media only screen and (max-width: 767px) {
        #home-bodycontent {
            background-attachment: scroll;
        }
    }
    #home-bodycontent #custom-content {
        overflow-x: hidden;
    }
    #home-bodycontent .light-background {
        background-color: rgba(255,255,255,0.3);
    }
    #home-bodycontent .dark-background {
        background-color: rgba(0,0,0,0.8);
    }



    #home-bodycontent #custom-content section {
        overflow: hidden;
    }

    @media (min-width: 768px) {
        .section-background::before {
            content: '';
            display: block;
            width: 70%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background-color: #fff;
        }
        .section-background.content-right::before {
            right: 0;
            left: unset;
        }

    }
    .section-heading {
        position: relative;
        display: inline-block;
        margin-bottom: 0;
        padding-bottom: 40px;
    }
    .section-heading span:nth-child(1) {
        display: block;
        font-family: var(--text-font) !important;
        font-size: 16px;
        color: var(--secondary-brand-color) !important;
        text-transform: uppercase;
    }
    .section-heading::after {
        position: absolute;
        left: 0;
        bottom: 20px;
        content: '';
        display: block;
        width: 100vw;
        border-bottom: 1px solid var(--secondary-brand-color) !important;
    }
    .section-heading.left-accent::after {
        left: unset;
        right: 0;
    }
    .dark-background .section-heading {
        color: #fff;
    }
    .light-background .section-heading,
    .content-wrapper.background-white .section-heading {
        color: #323232 !important;
    }

    .light-background .section-heading.white {
        color: #fff !important;
    }

    .btn-heading-wrapper {
        overflow: hidden;
    }
    .btn-heading {
        position: relative;
        display: inline-block;
        margin-bottom: 0;
        padding-bottom: 0;
        text-align: left;
        text-transform: uppercase;
    }


/*--CUSTOM HOMEPAGE SECTIONS--*/
    /*-Custom Agent Profile Section(s)-*/
        .agent-profile {
            overflow: hidden;
        }
        .agent-profile .container {
           position: relative;
           z-index: 3; 
        }
        .agent-profile .img-wrapper > img {

        }
    /*-Featured Communities-*/
        #featured-communities {
            overflow: hidden;
        }
        #featured-communities figure {
            height: 320px;
            background-color: #000;
            transition: .3s background-color linear;
        }
        @media only screen and (min-width: 768px) {
            #featured-communities figure {
                height: 480px;
            }
        }
        #featured-communities figure img {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            object-fit: cover;
            opacity: 1;
            transition: .3s opacity linear; 
        }
        #featured-communities figcaption {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: #fff;
            transition: .3s color linear;
            text-shadow: 0px 1px 10px rgba(0,0,0,0.5);
            transition: .3s text-shadow linear;
        }
        #featured-communities figure:hover,
        .light-background #featured-communities figure:hover {
            background-color: #fff;
        }
        #featured-communities figure:hover img,
        .light-background #featured-communities figure:hover img {
            opacity: .3;
        }
        #featured-communities figure:hover figcaption,
        .light-background #featured-communities figure:hover figcaption {
            color: #454545;
            text-shadow: none;
        }

        /*Future--
        .dark-background #featured-communities figure {
            background-color: #fff;
        }
        .dark-background #featured-communities figure img {
            opacity: .3;
        }
        .dark-background #featured-communities figcaption {
            color: #454545;
            text-shadow: none;
        }
        .dark-background #featured-communities figure:hover {
            background-color: #000;
        }
        .dark-background #featured-communities figure:hover img {
            opacity: 1;
        }
        .dark-background #featured-communities figure:hover figcaption {
            color: #fff;
            text-shadow: 0px 1px 10px rgba(0,0,0,0.5);
        }   
        --*/     

    /*--Custom Testimonials Section--*/
        #custom-testimonials {
            overflow: hidden;
        }
        #custom-testimonials .container {
            z-index: 1;
        }
        #custom-testimonials #testimonials {
            margin: 20px 0;
        }
        #custom-testimonials .owl-carousel button.owl-next, #custom-testimonials .owl-carousel button.owl-prev {
            background-color: transparent;
            color: #fff;
            font-size: 20px;
            position: absolute;
            text-align: center;
            top: -20px;
            outline: 0;
            border: none;
        }
        #custom-testimonials .owl-carousel button.owl-prev {
            left: 20px;
        }
        #custom-testimonials .owl-carousel button.owl-next {
            right: 20px;
        }
        #custom-testimonials .owl-carousel .star-rating {
            margin-bottom: 10px;
            text-align: center;
        }
        #custom-testimonials .owl-carousel .carousel-item i {
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 6;
            -webkit-box-orient: vertical;
        }
        #custom-testimonials::before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: var(--testimonial-background-image);
            background-attachment: fixed;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            filter: opacity(.3);
        }
        @media only screen and (max-width: 767px) {
            #custom-testimonials::before {
                background-attachment: scroll;
            }
        }

    /*-Custom Combined Listings-*/
    #custom-broker-listings .container {
        padding-left: 30px;
        padding-right: 30px;
    }
    @media only screen and (min-width: 660px) {
        #custom-broker-listings .container {
            padding-left: 1rem;
            padding-right: 1rem;
        }
    }
    #custom-broker-listings .custom-listing {
        position: relative;
        height: 320px;
        margin-bottom: 0;
        background-color: #fff;
    }
    #custom-broker-listings .custom-listing a {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 3;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 32px;
        text-shadow: 1px 1px 3px rgb(0 0 0 / 30%);
        color: var(--secondary-brand-color, #e6e6e6);
        text-decoration: none;
    }
    #custom-broker-listings .custom-listing a span {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        margin-top: 15px;
        transition: all .3s ease-in-out;
    }
    #custom-broker-listings .custom-listing a:hover span {
        opacity: 1;
        margin-top: 0;
    }
    #custom-broker-listings .custom-listing img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: opacity(1) grayscale(0);
        transition: all .3s ease-in-out;
    }
    #custom-broker-listings .custom-listing a:hover + img {
        filter: opacity(.8) grayscale(.5);
    }
    #custom-broker-listings .custom-listing .custom-listing-meta {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 6px;
        background-color: rgba(0,0,0,0.85);
        color: #fff;
        text-align: right;
    }
    #custom-broker-listings .custom-listing .custom-listing-meta h3 {
        font-size: 19px;
        margin-bottom: 0;
    }
    #custom-broker-listings .custom-listing .custom-listing-meta p {
        font-size: 15px;
        margin-bottom: 0;
    }
    #custom-broker-listings .custom-listing h4 {
        position: absolute;
        top: 30px;
        left: 0;
        width: 66%;
        margin: 0;
        padding: 6px;
        background-color: hsla(var(--colorPrimary-h,0),var(--colorPrimary-s,0%),calc(var(--colorPrimary-l, 25%) + 0%),1);
        font-size: 16px;
        color: #fff;
    }
    #custom-broker-listings .listings.container .owl-nav button {
        width: 40px;
        height: 40px;
        background: transparent;
        border-radius: 50%;
        box-shadow: none;
    }
    #custom-broker-listings .owl-carousel button.owl-next,
    #custom-broker-listings .owl-carousel button.owl-prev {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        height: 34px;
        background-color: transparent;
        width: 34px;
        color: var(--secondary-brand-color, #e6e6e6);
        font-size: 32px;
        outline: 0;
        transition: all .15s linear;
    }
    #custom-broker-listings .owl-carousel button.owl-prev {
        left: -32px;
    }
    #custom-broker-listings .owl-carousel button.owl-next {
        right: -32px;
    }
    @media only screen and (min-width: 660px) {
        #custom-broker-listings .owl-carousel button.owl-prev {
            left: -47px;
        }
        #custom-broker-listings .owl-carousel button.owl-next {
            right: -47px;
        }
    }
    #custom-broker-listings .owl-carousel button.owl-prev:hover {
        margin-top: 2px;
        text-shadow: 1px 1px 3px rgb(0 0 0 / 50%);
    }
    #custom-broker-listings .owl-carousel button.owl-next:hover {
        margin-top: 2px;
        text-shadow: -1px 1px 3px rgb(0 0 0 / 50%);
    }


    /*-Custom Listing Carousels-*/
        #custom-carousels .owl-stage {
            display: flex;
        }
        .listings {
            -overflow: hidden;
        }
        .listings .listing-box-wrapper {
            background: transparent;
            border: none;
        }
        .listings .listing-box-wrapper .listing-carousel-wrapper .owl-carousel .listing-box {
            margin: 0;
        }
        .listings .listing-box-wrapper .listing-carousel-wrapper .owl-carousel .listing-box .listing-box-image {
            min-height: 168px !important;
            background-size: cover !important;
        }
        @media only screen and (min-width: 540px) { 
            .listings .listing-box-wrapper .listing-carousel-wrapper .owl-carousel .listing-box .listing-box-image {
                min-height: 134px !important;
            }
        }
        @media only screen and (min-width: 768px) { 
            .listings .listing-box-wrapper .listing-carousel-wrapper .owl-carousel .listing-box .listing-box-image {
                min-height: 210px !important;
            }
        }
        @media only screen and (min-width: 992px) { 
            .listings .listing-box-wrapper .listing-carousel-wrapper .owl-carousel .listing-box .listing-box-image {
                min-height: 185px !important;
            }
        }
        @media only screen and (min-width: 1200px) { 
            .listings .listing-box-wrapper .listing-carousel-wrapper .owl-carousel .listing-box .listing-box-image {
                min-height: 168px !important;
            }
        }
        .listings .listing-box-wrapper .listing-carousel-wrapper .owl-carousel .owl-nav button {
            width: 40px;
            height: 40px;
            background: #fff;
            border-radius: 50%;
            box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%);
            transform: translateY(calc( -50% - 11px ));
        }
        .listings .listing-box-wrapper .listing-carousel-wrapper .owl-carousel .owl-nav button.owl-prev {
            left: -24px;
        }
        .listings .listing-box-wrapper .listing-carousel-wrapper .owl-carousel .owl-nav button.owl-next {
            right: -24px;
        }
        .listings .listing-box-wrapper .listing-carousel-wrapper .owl-carousel .owl-nav button i.fa {
            color: hsla(var(--colorPrimary-h,0),var(--colorPrimary-s,0%),calc(var(--colorPrimary-l, 25%) + 0%),1);
        }
        @media only screen and (min-width: 540px) { 
            .listings .listing-box-wrapper .listing-carousel-wrapper .owl-carousel .owl-nav button {
                transform: translateY(calc( -50% - 27px ));
            }
        }
        @media only screen and (min-width: 768px) { 
            .listings .listing-box-wrapper .listing-carousel-wrapper .owl-carousel .owl-nav button {
                transform: translateY(calc( -50% + 10px ));
            }
        }
        @media only screen and (min-width: 992px) { 
            .listings .listing-box-wrapper .listing-carousel-wrapper .owl-carousel .owl-nav button {
                transform: translateY(calc( -50% - 2px ));
            }
        }
        @media only screen and (min-width: 1200px) { 
            .listings .listing-box-wrapper .listing-carousel-wrapper .owl-carousel .owl-nav button {
                transform: translateY(calc( -50% - 10px ));
            }
        }

    /*-Custom About-*/
        #home-bodycontent #about {
            display: none;
        }
        #home-bodycontent #about .container .row > .col-xs-12 > h1 {
            display: none;
        }

    /*-Home Page CTA-*/
        #cta-links {
            overflow: hidden;
        }
        #cta-links::before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: var(--cta-background-image);
            background-attachment: fixed;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            filter: opacity(.3);
        }
        @media only screen and (max-width: 767px) {
            #cta-links::before {
                background-attachment: scroll;
            }
        }

    /*-Home Page Blog--*/
        #latest-blogs {
            position: relative;
            overflow: hidden;
        }
        #latest-blogs::before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: var(--blog-background-image);
            background-attachment: fixed;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            filter: opacity(.3);
        }
        @media only screen and (max-width: 767px) {
            #latest-blogs::before {
                background-attachment: scroll;
            }
        }
        #latest-blogs .post-title a {
            line-height: 1.5;
        }
        #latest-blogs .post-content p {
            font-size: 1rem;
        }
        #latest-blogs.section-inverse .post-meta-item,
        #latest-blogs.section-inverse .post-content p {
            color: hsla(var(--colorPrimary-h,0),var(--colorPrimary-s,0%),calc(var(--colorPrimary-l, 25%) + 0%),1);
        }
        

#contact-bodycontent #map-contact {
    display:none;
}
/*--CUSTOM PAGES--*/
    

/*--Default kvCORE Page Customizations--*/

    /*--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;
        }

/*--Default Fixes--*/
    .information-bar {
        margin-top: 0 !important;
    }
    #about,
    #latest-blogs,
    #areas-we-cover {
        overflow: hidden;
    }
    #testimonials .star-rating {
        text-align: center;
    }
    .post-content p {
        color: #575757;
    }
    .footer-top-right p {
        color: #f0f0f0 !important;
    }
    .footer-bottom .footer-left {
        float: none;
        text-align: center;
    }
    .footer-bottom .footer-left ul {
        display: inline-block;
    }

/*--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;
}