/*--Maurice Murphy custom.css--*/

/*General classes missing from kvCORE version of Bootstrap*/
.position-relative{position:relative}
.d-none{display:none}
.d-block{display:block}
@media (min-width: 540px){
    .d-sm-inline{display:inline}
}
@media (min-width: 768px){
    .m-x-md-0{margin-left:0!important;margin-right:0!important}
}
@media (min-width: 992px){
    .d-lg-inline{display:inline}
}
.flex-column{flex-direction:column}
.align-items-center{align-items:center!important}
.h-100{height:100%}
.w-100{width:100%}
.text-white{color:#fff}
.text-left{text-align:left}
.font-weight-bold{font-weight:bold!important}
.btn-white-outline{color:#fff;border:1px solid #fff}
.btn-white-outline:hover{color:#fff;background-color:rgba(255,255,255,0.1);border:1px solid #fff}


/*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-9{-ms-flex: 0 0 75%;flex: 0 0 75%;max-width:75%} .row.eq-height .col-md-6{-ms-flex: 0 0 50%;flex: 0 0 50%;max-width:50%} .row.eq-height .col-md-3{-ms-flex: 0 0 25%;flex: 0 0 25%;max-width:25%}}
@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: 1200px){.row.eq-height .col-xl-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&family=Cinzel:wght@400&display=swap');
* {
    font-family: 'Barlow Semi Condensed', sans-serif;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6, .serif {
    -font-family: 'Cinzel', serif !important;
}
.sans {
    font-family: 'Barlow Semi Condensed', sans-serif !important;
}
.kvt{
    font-size:1rem;
}
.fade.show:not(.modal-backdrop) {
    opacity: 1;
}
/*--Buttons--*/
.btn-outline {
    border: 2px solid #000;
}
.section-inherit {
    background-color: #f9f9f8;
}

body.header-transparent #primary-logo img {
    -filter: brightness(0) invert(1);
}

#header .container .row-flex:nth-child(2) #primary-logo, 
#header .map-filter-wrapper .row-flex:nth-child(2) #primary-logo {
    position: relative;
    height: 50px;
    width: 60px;
}
#header .container .row-flex:nth-child(2) #primary-logo img, 
#header .map-filter-wrapper .row-flex:nth-child(2) #primary-logo img {
    transform: scale(1.5);
}
@media (min-width: 768px) {
    #header .container .row-flex:nth-child(2) #primary-logo, 
    #header .map-filter-wrapper .row-flex:nth-child(2) #primary-logo {
        height: 60px;
        width: 75px;
    }
}
@media (min-width: 992px) {
    #header .container .row-flex:nth-child(2) #primary-logo, 
    #header .map-filter-wrapper .row-flex:nth-child(2) #primary-logo {
        height: 75px;
        width: 90px;
    }
}

#home-bodycontent #header {
    background-color: #fff;
}
#home-bodycontent #header.primary-color {
    background-color: hsla(var(--colorPrimary-h,0),var(--colorPrimary-s,0%),calc(var(--colorPrimary-l, 25%) + 0%),1) !important;
}
#home-bodycontent #header.secondary-color {
    background-color: #000;
}

/*--Social Bar--*/

#home-bodycontent #header:not(.primary-color):not(.secondary-color) .container .row-flex:first-child > ul li a {
    color: #000;
}
#home-bodycontent #header:not(.primary-color):not(.secondary-color) .container .row-flex:first-child > ul li a .fa.social {
    border: 2px solid #000;
    color: #000;
}


/*--Top Level Nav--*/
@media only screen and (min-width: 992px) {
    #home-bodycontent #header:not(.primary-color):not(.secondary-color) .container .row-flex:nth-child(3) {
        margin-top: -30px;
    }
}
#home-bodycontent #header:not(.primary-color):not(.secondary-color) .nav-primary .nav-link {
    color: #000;
}
#home-bodycontent #header:not(.primary-color):not(.secondary-color) .container .row-flex:nth-child(3) .nav-primary-wrapper, #header .map-filter-wrapper .row-flex:nth-child(3) .nav-primary-wrapper {
    margin-top: -15px;
}
/*--Toggler--*/
#home-bodycontent #header:not(.primary-color):not(.secondary-color) .navbar-toggler,
#home-bodycontent #header:not(.primary-color):not(.secondary-color) .navbar-toggler span {
    border-color: #000;
}
#home-bodycontent .main {
    padding-top: 0;
}
#home-bodycontent .cover {
    margin-top: 0;
}





/*--Hide Hero Area Content--*/
#home-bodycontent .cover-title .cover-title-inner {
    display: none;
}
/*--Correct Hero Area--*/
#home-bodycontent .cover .cover-overlay {
    opacity: 1 !important;
    background-position: center left;
}
@media (min-width: 768px) {
    #home-bodycontent .cover .cover-overlay {
        background-position: center;
    }
}
#home-bodycontent .cover .cover-title {
    top: 25% !important;
    transform: none;
}
#home-bodycontent .cover #horizontal-search {
	display: none;
}
#home-bodycontent .cover-title-inner #hero-logo img {
    width: 270px;
	backface-visibility: hidden;
}

#home-bodycontent #froala-editor:not(.fr-top) #hero-title-inner {
    display: none;
}
#home-bodycontent #hero-title-inner h1,
#home-bodycontent #hero-title-inner p {
    text-align: left;
}
#home-bodycontent #hero-title-inner h1 {
    font-weight: bold;
    line-height: 1.1;
}
#home-bodycontent #hero-title-inner hr {
    border-color: gray;
    margin: 1rem 0;
}
#home-bodycontent #hero-title-inner p {
    line-height: 1.5;
}
#home-bodycontent #hero-title-inner .btn {
    background-color: gray;
    color: #fff;
}

/*--Normalize horizontal search--*/
#buyer-header #horizontal-search > .container {padding-left:0!important;padding-right:0!important}
#buyer-header #horizontal-search .container .row{margin-left:0;margin-right:0}
#buyer-header #horizontal-search .form-control {
    box-shadow: none;
}
#buyer-header #horizontal-search .form-group {
    background-color: #ffffff;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}
#buyer-header #horizontal-search #qs-submit{height:40px;font-weight:500}
#buyer-header #horizontal-search #qs-submit i.fa{margin-right:5px}
#resources-bodycontent .dropdown-menu.open,
#resources-bodycontent #scrollable-dropdown-menu .tt-menu.tt-open {
    filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.5));
}
@media (max-width: 992px){
    #buyer-header #horizontal-search form .form-group:nth-child(2),
    #buyer-header #horizontal-search form .form-group:nth-child(3),
    #buyer-header #horizontal-search form .form-group:nth-child(4),
    #buyer-header #horizontal-search form .form-group:nth-child(5),
    #buyer-header #horizontal-search form .form-group:nth-child(6),
	#buyer-header #horizontal-search #qs-submit span {
    	display: none;
	}
    #buyer-header .location-form-group{width:83.33333%}
    #buyer-header .form-group:nth-child(7){width:16.66667%}
    #buyer-header #horizontal-search #qs-submit i.fa{margin-right:0}
    #buyer-header #horizontal-search #qs-submit span{display:none}
}
@media (min-width: 992px){
    #buyer-header #horizontal-search .location-form-group{width:33.33333%}
    #buyer-header .form-group:nth-child(7){width:16.66667%}
}



/*--Remove Information Bar--*/
.information-bar{
    display:none;
}
@media (max-width: 767px){
    #home-bodycontent .information-bar{margin-top:0}
}
/*--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 {
    margin-bottom: 3rem;
}
#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: transparent;
    box-shadow: 0 0 25px -5px rgb(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;
    }
}
@media only screen and (min-width: 1200px) {
    #services-area .col-xs-12:nth-child(3){
        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 figure:hover 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;
}

/*--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;
    }
}
#testimonials .star-rating {
 text-align: center;
}

/*--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;
    }
    
}
#home-bodycontent #about {
    display: none;
}
#home-bodycontent #latest-blogs.section-inverse .post,
#home-bodycontent #latest-blogs.section-inverse .post p {
    color: gray;
}

#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;
}


#team .wrapper::before {
    position: absolute;
    bottom: 0;
    content: '';
    height: 40%;
    width: 100%;
    display: block;
    background-color: #252526;
    transform: skewY(-2deg);
}


.footer-top-right #footer-logo {
    max-width: 190px;
    margin-bottom: 12px;
    backface-visibility: hidden;
    filter: brightness(0) invert(1);
}
.footer-top-right #vet-logo {
    max-width: 120px;
    margin-bottom: 12px;
    margin-left: 12px;
    backface-visibility: hidden;
}
.footer-top-left #eho-r {
    max-width: 100px;
    backface-visibility: hidden;
}
.footer-top-left h2 {
    margin-bottom: 1rem;
}
@media (max-width: 767px) {
    .footer-top-left p {
        text-align: center;
    }
}
@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;
    }
}


.partner-carousel.owl-carousel .owl-stage, .financial-partner-carousel.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}


/*--Contact Modal--*/
 .flex-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
  }
  #contactModal .modal-sm {
    width: 300px;
    margin: 30px auto;
  }
  #contactModal-btn {
    position:fixed;
    bottom:15px;
    left:15px;
    z-index:13
  }
  #contactModal .modal-header {
    border-top:4px solid #fff;
    border-bottom:none;
  }
  #contactModal .headshot img {
    height: 150px;
    width: 150px;
    object-fit: cover;
    object-position: top;
  }
  #contactModal .agent-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 150px;
    padding: 0 15px;
  }
  #contactModal .agent-details span {
    display: block;
    text-align: right;
  }
  #contactModal .agent-name {
    font-weight: bold;
  }
  #contactModal .agent-creds {
    font-size: smaller;
  }
  #contactModal button.close {
    position: absolute;
    top: -18px;
    right: -20px;
    margin-top: 0;
    opacity: 1;
  }
  #contactModal button.close span {
    text-shadow: none;
  }
  #contactModal button.close:focus,
  #contactModal button.close span:focus {
    outline: none;
  }
  #contactModal .contactNav {
    display: flex;
  }
  #contactModal .contactNav a {
    position: relative;
    border: 1px solid rgba(255,255,255,0.2);
    border-left: none;
  }
  #contactModal .contactNav>.flex-fill:last-of-type a {
    border-right: none; 
  }
  #contactModal .contactNav .icon{
    margin-bottom: 8px;
    filter:invert();
  }
  #contactModal .contactNav span {
    display: block;
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 8px;
  }
  #contactModal .modal-body .btn {
    letter-spacing: 1.75px;
  }


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}}