/*--Neil Kee custom.css--*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&family=Work+Sans&display=swap');

/*General classes missing from kvCORE version of Bootstrap*/
.position-relative{position:relative}
.d-none{display:none}
.d-block{display:block}
.d-inline-block{display:inline-block}
.flex-column{flex-direction:column}
.align-items-center{align-items:center!important}
.align-self-center{align-self:center!important}
.h-100{height:100%}
.w-100{width:100%}
.mx-auto{margin-left:auto;margin-right:auto;}
.text-white{color:#fff}
.font-weight-bold{font-weight:bold!important}
.btn-white-outline,.btn-white-outline:hover{border:1px solid #fff}
@media (min-width: 576px){.d-sm-block{display:block;}}
@media (min-width: 768px){
    .d-md-inline-block{display:inline-block!important}
    .d-md-none{display:none!important}
}

/*Create equal height, 50% width 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-4{-ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%}}

@media (min-width: 576px){.container-sm{max-width: 540px;}}
@media (min-width: 768px){.container-sm,.container-md{max-width: 720px;}}
@media (min-width: 992px){.container-sm,.container-md,.container-lg{max-width: 960px;}}
@media (min-width: 1200px){.container-sm,.container-md,.container-lg,.container-xl{max-width: 1140px;}}

.row.no-gutters{margin-right:0;margin-left:0;}
.row.no-gutters>[class*=col-]{padding-right:0;padding-left: 0;}

/*--Typography--*/
* {
  font-family: 'Work Sans', sans-serif;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6, .post-title a {
    font-family: 'Montserrat', sans-serif;
}

/*--Buttons--*/
.btn {
    text-transform: uppercase;
    border-radius: 0 !important;
}
.section-inherit {
    background-color: #f9f9f8;
}

/*--Hide Hero Area Content--*/
#home-bodycontent .cover-title .cover-title-inner,
#home-bodycontent #horizontal-search {
	display: none;
}
/*--Correct Hero Area--*/
#home-bodycontent .cover .cover-overlay {
    opacity: .8!important;
}
#home-bodycontent .cover .cover-title {
    top: 55%;
}
/*--Remove Information Bar--*/
.information-bar{
    display:none;
}
/*--Remove Padding from Site Customizer Container--*/
#home-bodycontent .main-wrapper .content > .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
#home-bodycontent .main-wrapper .content > .container-fluid section#categories.p-t-3 {
    padding-top:0 !important;
}


/*--Skewed Containers--*/
.skew {
  position: relative;
  z-index: 1;
}
.skew-top::before,
.skew-bottom::after {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  z-index: -1;
  background: inherit;
  content: '';
  height: 50%;
  transform: skewY(-2deg);
}
.skew-top::before{
  top: 0;
  transform-origin: top left;   
}
.skew-bottom::after{
  bottom: 0;
  transform-origin: bottom right;   
}

/*Invert white broker logo on internal pages*/
body:not(.header-transparent) #primary-logo img{filter:invert(1)}

#home-bodycontent .cover-title {
    padding-left: 1rem;
    padding-right: 1rem;
}
/*Hero Search Area*/
#home-bodycontent .cover #horizontal-search .hero-tabs a:nth-child(n+2){margin-left:4px;}

#home-bodycontent .cover #horizontal-search .input-group.location-form-group{width: calc( 100% - 28px);border-spacing:4px;}
#home-bodycontent .cover #horizontal-search .token-input.tt-input{width:100%!important}
#home-bodycontent .cover #horizontal-search .input-group-addon{position:relative;width:40px;border-right:1px solid #ccc;}
#home-bodycontent .cover #horizontal-search .input-group-addon i.fa{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%)}
#home-bodycontent .cover #horizontal-search .tt-menu{min-width:unset!important;max-width:100%;max-height:200px;}
/*--Hide search options below 768px because they don't work--*/
@media (max-width: 767px){
    #horizontal-search .form-group:nth-child(2),
    #horizontal-search .form-group:nth-child(3),
    #horizontal-search .form-group:nth-child(4),
    #horizontal-search .form-group:nth-child(5),
    #horizontal-search .form-group:nth-child(6) {
        display: none;
    }
}





/*--Service Area--*/
#services-area .col-xs-12:nth-child(1){
    margin: -80px auto 3rem;
}
#services-area figure {
    height: 320px;
    margin: 0 0 24px 0;
    padding: 0;
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #333;
    box-shadow: 0 0 25px 0 rgba(0,0,0,.33);
}
#services-area figure img {
    position: absolute;
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
@media only screen and (min-width: 768px) {
    #services-area .col-xs-12:nth-child(2){
        margin: -80px auto 3rem;
    }
}





/*--Agent Intro Area--*/
#agent-intro .col-xs-12:nth-child(1){
    height:480px;
}
#agent-intro .col-xs-12:nth-child(2){
   overflow: hidden;
}
#agent-intro figure {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: -100px;
    display: block;
}
#agent-intro figure img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
@media only screen and (min-width: 768px) {
    #agent-intro figure {
        height: 135%;
    }
    #agent-intro .col-xs-12:nth-child(2){
        align-self: center;
    }
}
@media only screen and (min-width: 992px) {
    #agent-intro figure {
        height: 150%;
    }
}


#limo-intro #limo-images.row [class*=col-]{
    border: 2px solid transparent;
}


body:not(#sell-bodycontent) #sellform>div>div:nth-child(1){width:75%!important}
body:not(#sell-bodycontent) #sellques, body:not(#sell-bodycontent) #sellbutton{height:54px!important; border-radius:0!important}
body:not(#sell-bodycontent) #sellbutton{margin-top:0!important;background:#252526!important;color:#fff;transition:all .2s ease-in-out}
body:not(#sell-bodycontent) #sellbutton:hover{background:#fff!important;color:#252526}
@media screen and (max-width: 625px){body:not(#sell-bodycontent) #sellform>div>div:nth-child(1),body:not(#sell-bodycontent) #sellform>div>div:nth-child(2){float:none!important;width:100%!important}}











/*Quick Search Area*/
#buyer-header-content #quick-search #header-search{display:flex;width:100%;align-items:center;margin-top:-14px}
#buyer-header-content #quick-search #header-search::before,
#buyer-header-content #quick-search #header-search::after{content:'';display:inline-block;width:16px;height:80px;border:1px solid rgba(0,0,0,0.4)}
#buyer-header-content #quick-search #header-search::before{border-right:none}
#buyer-header-content #quick-search #header-search::after{border-left:none}
#buyer-header-content .input-group.location-form-group{width: calc( 100% - 28px);border-spacing:4px;}
.buyer-header-content .token-input.tt-input{width:100%!important}
#buyer-header-content .input-group-addon{position:relative;width:40px;border-right:1px solid #ccc;}
#buyer-header-content .input-group-addon i.fa{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%)}
#buyer-header-content .tt-menu{min-width:unset!important;max-width:100%}
@media (min-width: 768px){
#buyer-header-content #quick-search{display:flex;align-items:center}
#buyer-header-content #quick-search #quick-search-title{width:114px;margin-right:12px;font-size:1.75rem;}
#buyer-header-content #quick-search #header-search{margin-top:0}}





#featured-areas{
    clip-path: polygon(0 4vw, 100% 0, 100% calc(100% - 4vw), 0% 100%);
    position: relative;
    margin-top: -4vw;
    z-index: 1;
}

#featured-areas #featured-title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height:333px;
    margin-bottom: 0;
}
#featured-areas #featured-title h2{
    width: 300px;
}
#featured-areas figure {
    position: relative;
    display: block;
    width: 100%;
    height: 360px;
    margin-bottom: 0;
    overflow: hidden;
}
#featured-areas figure img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%) brightness(70%);
    transform: scale(1.1);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#featured-areas a:hover figure img {
    filter: grayscale(0) brightness(100%);
    transform: scale(1.05);
}
#featured-areas figcaption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-shadow: 0 1px 1px #000, 0 -1px 1px #000, 0 0 14px #000;
}




#home-bodycontent #testimonials-wrapper .container {
    overflow: hidden;
}
#home-bodycontent #about div.background-white {
    background-color: transparent;
}
#home-bodycontent #about .container {
    padding-bottom: 1rem;
}
#home-bodycontent #latest-blogs .container {
    overflow: hidden;
    padding-bottom: 2rem;
}
#home-bodycontent .footer-top {
    padding-top: 150px;
}




/*--Schedule Consultation Area--*/
#schedule-consultation{
    background:#000;
}
#schedule-consultation .container{
    z-index:1;
}
#schedule-consultation .container p{
   max-width: 600px;
   margin: 24px auto 0;
}
#schedule-consultation img.background{
    position:absolute;
    top:0;
    object-fit:cover;
    height:100%;
    width:100%;
    display:block;
    opacity:.4;
    
}













































/*--Testimonial Areas--*/
#testimonials-wrapper hr{
    border-color: rgba(0,0,0,0.4);
}
#testimonials-wrapper .testimonial-nav .btn{
    padding: 0;
}
#testimonials-wrapper #testimonials i {
    font-style: normal;
}
#testimonials-wrapper #testimonials p.text-xs-center {
    text-align: right !important;
    font-size: 24px;
    letter-spacing: .75px;
    padding-top: 30px;
}
@media only screen and (min-width: 768px) {
    #testimonials-wrapper hr{
        width: calc(100% - 20px);
    }
    #testimonials-wrapper .col-md-6:nth-child(1)::after{
        position: absolute;
        top: 0;
        right: 0;
        display: inline-block;
        width: 20px;
        height: 100%;
        content: '';
        border: 1px solid rgba(0,0,0,0.4);
        border-right: none;
    }
}

/*--Custom Listing Carousel Area--*/
.custom-listings-wrapper hr {
    border-color:rgba(255,255,255,0.4);
}
.custom-listings-wrapper .content {

}
.custom-listings-wrapper .listings-nav .btn {
    padding: 0;
}    
.custom-listings-wrapper .listings-nav .btn {
    color: inherit;
}
.custom-listings-wrapper .listings.container {

    position: relative;
    padding: 0;
    max-width: unset;
}
.custom-listings-wrapper .listing-box-wrapper {
    border: none;
}
.custom-listings-wrapper .listing-box {
    padding: 0;
    margin: 0;
    border-radius: 0;
    background-color: transparent;
}
.custom-listings-wrapper .listing-box-background {
    padding: 0;
    margin: 0;
    background-color: transparent;
}
.custom-listings-wrapper .listing-box-image {
    height: 280px;
    border-radius: 0;
}
.custom-listings-wrapper .listing-box-image::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0.65) 100%);
    content: '';
}
.custom-listings-wrapper .listing-box-title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    opacity: 1;
    background-color: transparent !important;
    text-align: right;
    text-shadow: 0px 1px 1px #000, 0px -1px 1px #000, 0px 0px 7px #000;
    transition: opacity .15s ease-in-out;
}
.custom-listings-wrapper .listing-box:hover .listing-box-title {
    opacity: 0;
}
.custom-listings-wrapper .listing-box-title h3 {
    margin-bottom: 0;
    color: #fff;
}
.custom-listings-wrapper .listing-box-image-links {
    transform: translateY(100%);
    transition: all .15s ease-in-out;
}
.custom-listings-wrapper .listing-box:hover .listing-box-image-links, 
.custom-listings-wrapper .listing-box:focus .listing-box-image-links, 
.custom-listings-wrapper .listing-box:active .listing-box-image-links {
    transform: translateY(0);
}
.custom-listings-wrapper .listing-box-content {
    display: none;
}


/*--Quick search area--*/
#custom-horizontal-search .form-group {
    padding: 0 2px;
}
#custom-horizontal-search .form-group .form-control {
    border: none;
    background-color: transparent;
    box-shadow: none;
    color:#000;
}
#custom-horizontal-search .form-group .form-control input::placeholder {
    color: #000;
}
#custom-horizontal-search .location-form-group .form-control {
    padding: 10px 25px 6px 12px;
}
#custom-horizontal-search .location-form-group .form-control #location_search-tokenfield {
    vertical-align: middle;
}
#custom-horizontal-search .location-form-group .form-control #location_search-tokenfield::-moz-placeholder {
    color:#000;
    opacity:1;
}
#custom-horizontal-search .location-form-group .form-control #location_search-tokenfield::-ms-input-placeholder {
    color:#000;
}
#custom-horizontal-search .location-form-group .form-control::placeholder {
    color:#000;
}
#custom-horizontal-search .location-form-group .form-control,
#custom-horizontal-search .form-group>.form-control {
    border-bottom: 1px solid rgba(0,0,0,.4);
}

/*--Remove unnecessary internal row padding--*/
#custom-horizontal-search #listing_search_form>.row {
    margin-left:0;
    margin-right:0;
}

/*--Hide Advanced Search Button Link--*/
#custom-horizontal-search #listing_search_form+.row {
    display: none;
}

/*--Hide Advanced Search Inputs--*/
#custom-horizontal-search #horizontal-search form .form-group:nth-child(2),
#custom-horizontal-search #horizontal-search form .form-group:nth-child(3),
#custom-horizontal-search #horizontal-search form .form-group:nth-child(4),
#custom-horizontal-search #horizontal-search form .form-group:nth-child(5),
#custom-horizontal-search #horizontal-search form .form-group:nth-child(6) {
    display: none;
}

/*--Resize Search Input for Mobile--*/
#custom-horizontal-search .location-form-group{
    width:83.33333%;
}
#custom-horizontal-search .form-group:nth-child(7) {
    width:16.66667%;
}

/*--Style Search Button--*/
#custom-horizontal-search #qs-submit {
    padding: 7px;
    background-color:transparent;
    color:#000;
    border:1px solid rgba(0,0,0,.4);
}
#custom-horizontal-search #qs-submit:hover {
    color:#000;
    background-color:#fff;
}
#custom-horizontal-search #qs-submit i {
    margin-right:0;
}
#custom-horizontal-search #qs-submit:hover i{
    color:#000;
}
/*--Hide Search Button Text (wrapper added via js)--*/
#custom-horizontal-search #qs-submit span {
    display: none;
}
@media only screen and (min-width: 992px) {
    /*--Resize Search Input for Desktop--*/
    #custom-horizontal-search .location-form-group{
        width:33.33333%;
    }
    /*--Show Advanced Search Inputs--*/
    #custom-horizontal-search #horizontal-search form .form-group:nth-child(2),
    #custom-horizontal-search #horizontal-search form .form-group:nth-child(3),
    #custom-horizontal-search #horizontal-search form .form-group:nth-child(4),
    #custom-horizontal-search #horizontal-search form .form-group:nth-child(5),
    #custom-horizontal-search #horizontal-search form .form-group:nth-child(6) {
        display: inline-block;
    }
    /*--Style search icon added to search button text--*/
    #custom-horizontal-search #qs-submit i {
        margin-right:4px;
    }
    /*--Show Search Button Text (wrapper added via js)--*/
    #custom-horizontal-search #qs-submit span {
        display: inline;
    }
    
}









.agency-logo img {
    max-width: 194px;
}
/*--Search-Neighborhood Modal--*/
.modal-full {
    min-width: 100%;
    margin: 0;
}
.modal-full .modal-content {
    min-height: 100vh;
}
#neighborhoodModal .modal-header .close {
    position: absolute;
    right: 10px;
    top: 10px;
}
#neighborhoodModal .modal-header img {
    max-width: 320px;
}
#neighborhoodModal .modal-header-search {
    padding: 24px;
    background-color: #B40101;
}
#neighborhoodModal #modal-search .input-group-addon {
    height: 50px;
    width: 50px;
    padding: 14px;
    border: none;
    border-right: 1px solid #B40101;
}
#neighborhoodModal #modal-search .input-group-addon .fa {
    font-size: 23px;
    color: #B40101;
}
#neighborhoodModal #modal-search .form-control {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 50px;
    min-height: unset;
    padding: 0 16px;
    line-height: 1;
}
#neighborhoodModal #modal-search #quick_header_search {
    height: 50px;
    width: calc(100% - 50px);
    padding: 8px 10px;
    border: none;
    font-size: 18px;
}
#neighborhoodModal #modal-search input.token-input.tt-input {
    width: 100% !important;
    font-size: 18px;
}
#neighborhoodModal .neighborhoodList a {
    padding: 6px 0;
    text-transform: uppercase;
    font-weight: bold;
    color: #656565;
}


/*--col-m--*/
@media only screen and (min-width: 768px) {

}




/*--Breakpoints--*/
@media only screen and (max-width: 470px) {

}
@media only screen and (min-width: 471px) {

}
@media only screen and (min-width: 576px) {

}
@media (max-width: 580px), screen and (orientation: portrait) {
    .cover-image {
        background-size: cover;
    }
    .listing-carousel-wrapper .owl-carousel button.owl-prev {
        left: -40px;
    }
    .listing-carousel-wrapper .owl-carousel button.owl-next {
        right: -40px;
    }
}
/*--col-m--*/
@media only screen and (min-width: 768px) {

}
/*--col-l--*/
@media only screen and (min-width: 992px) {

}





/*--Seller Services Page--*/


/*--Marketing Section--*/
#marketing-wrapper .nav.nav-pills {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
#marketing-wrapper .nav-pills .nav-item {
    margin-left: 0;
}

#marketing-wrapper .nav-pills .nav-link {
    background-color: transparent;
    border-bottom: 1px solid transparent;
    border-radius: 0;
}

#marketing-wrapper .nav-pills .nav-link.active {
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    color: inherit;
}
#marketing-wrapper .tab-content .tab-pane .row {
    padding-right: 15px !important;
    padding-left: 15px !important;
}
#marketing-wrapper .tab-content,
#marketing-wrapper .tab-content .tab-pane .row .col-12,
#marketing-wrapper .tab-content .tab-pane .row .col-6{
    padding-right: 0 !important;
    padding-left: 0 !important;
}
#marketing-wrapper .tab-content {
    border-left: 1px solid rgba(0, 0, 0, 0.4);
    
}

#marketing-wrapper img.icon {
    height: 38px;
}

#marketing-wrapper .nav-link span {
    margin-left: 1rem;
    vertical-align: middle;
}

#marketing-wrapper .col-md-6::before {
    position:absolute;
    top:0;
    left:0px;
    content: '';
    display: block;
    height: 24px;
    width: 24px;
    background-image: url(https://kvtemplates.cloud/common/font-icons/check-circle-solid.svg);
    background-size:contain;
    background-repeat:no-repeat;
}
#marketing-wrapper .col-md-6 p {
    padding-left:28px;
}


/*--col-m--*/

@media only screen and (min-width: 768px) {
    #marketing-wrapper .nav-pills .nav-link:hover {
        background-color: rgba(0, 0, 0, 0.1);
    }
}
