/*--Aaron Dotterer Agent Edge custom.css--*/

/*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}
.h-100{height:100%}
.w-100{width:100%}
.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: 768px){.m-x-md-0{margin-left:0!important;margin-right:0!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--*/
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@500;700&display=swap');
* {
  font-family: 'Barlow Semi Condensed', sans-serif;

}
.kvt{
    font-size:1rem;
}
/*--Buttons--*/
.btn {
    text-transform: uppercase;
    border-radius: 0 !important;
}
.kvt .btn {
    padding: 15px 15px;
    letter-spacing: 2px;
    font-size: 1rem;
}
.section-inherit {
    background-color: #f9f9f8;
}
#primary-logo img,
#secondary-logo img {
    backface-visibility: hidden;
}
#primary-logo img {
    filter: brightness(0);
}
#home-bodycontent #primary-logo img,
#home-bodycontent #secondary-logo img {
    filter: brightness(0) invert(1);
}


/*--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: 50%;
}
/*--Style custom logo in Hero Area--*/
#home-bodycontent .cover-title-inner img {
    display: block;
    width: 280px;
    max-width: 75%;
    margin: 0 auto;
    filter: brightness(0) invert(1);
}
/*--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;
    padding-bottom: 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;   
}



/*--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;
    cursor: pointer;
    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%;
    }
}

/*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 #featured-title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-bottom: 0;
    min-height: 300px;
}
#featured-areas #featured-title h2{
    width: 300px;
}
#featured-areas figure {
    position: relative;
    display: block;
    width: 100%;
    height: 360px;
    margin-bottom: 0;
}
#featured-areas figure img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .5;
    filter: grayscale(100%);
    -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 {
    opacity: 1;
    filter: grayscale(0%);
}
#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;
    }
    
}

#areas-we-cover {
    position: relative;
    z-index: 1;
}
#areas-we-cover::before, #areas-we-cover::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;
}


#footer-logo {
    max-width: 190px;
    margin-bottom: 12px;
    backface-visibility: hidden;
}
@media (max-width: 767px)
#footer-logo {
    margin: 0 auto 12px;
}

/*--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) {

}

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}}