/*--Blush custom.css--*/

/*--Typography--*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500&family=Poppins&display=swap');
* {
  font-family: 'Poppins', sans-serif;

}
.font-sans {
  font-family: 'Poppins', sans-serif !important;

}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
 font-family: 'Playfair Display', serif;  
}
.font-serif {
 font-family: 'Playfair Display', serif !important;  
}

.section-inverse p a:not(.btn){
    color: #ffffff;
    text-decoration: underline;
}

/*--Utility--*/
.d-block {
    display: block;
}
.position-relative {
    position: relative;
}
.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.row.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
.row.eq-height {
    display: flex;
    flex-wrap: wrap;
}
.align-items-center {
    align-items: center;
}
.overflow-hidden {
	overflow: hidden;
}


/*--Remove Padding from Site Customizer Container--*/
#home-bodycontent .main-wrapper .content > .container-fluid {
    padding-left: 0;
    padding-right: 0;
    background-color: #fff;
}
/*--Remove top/bottom padding from editor area--*/
#home-bodycontent .main-inner > .content > .container-fluid > #categories {
    padding: 0 !important;
}
#home-bodycontent .main-inner > .content > .container-fluid > #categories > .categories {
    margin-bottom: 0 !important;
}


#home-bodycontent #header {
    background-color: #fff;
}
#home-bodycontent #header * {
    color: #333;
}
#home-bodycontent .navbar-toggler span {
    border-color: #333;
}
#home-bodycontent .main-wrapper > .main {
    padding-top: 0;
}
#home-bodycontent .cover,
#home-bodycontent .information-bar {
    display: none;
}

#home-bodycontent .section-underlay {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .3;
}


/*--Agent Intro--*/
#home-bodycontent #agent-intro .visitor-resources {
    flex-direction: column;
    max-width: 260px;
}
#home-bodycontent #agent-intro .container,
#home-bodycontent #agent-background .container,
#home-bodycontent #agent-bio .container,
#home-bodycontent #latest-blogs .container {
    z-index: 1;
}
#home-bodycontent #agent-intro .section-underlay {
    height: 80%;
}


#home-bodycontent #agent-bio .section-underlay {
    top: unset;
    bottom: 0;
    height: 80%;
}



#home-bodycontent #agent-intro figure img,
#home-bodycontent #agent-bio figure img,
#home-bodycontent #agent-background figure img {
    max-height: 485px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.20);

}
#home-bodycontent #agent-intro figure img,
#home-bodycontent #agent-bio figure img {
    transform: rotate(1.3deg);
}
#home-bodycontent #agent-background figure img {
    transform: rotate(-1.3deg);
}





#testimonials-wrapper button span {
    margin: 0 4px;
}
#testimonials-wrapper button:hover,
#testimonials-wrapper button:focus {
    text-decoration: none;
}
#testimonials-wrapper .carousel-item.active {
    animation: fadeIn 1.25s;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#home-bodycontent #working-with-me .number-wrapper {
    position: relative;
    width: 300px;
    height: 300px;
    border-radius: 150px;
    color: #fff;
    font-size: 160px;
}
#home-bodycontent #working-with-me .col-xs-12.col-md-4:nth-child(2) .number-wrapper {
    opacity: .7;
}
#home-bodycontent #working-with-me .col-xs-12.col-md-4:nth-child(3) .number-wrapper {
    opacity: .4;
}
#home-bodycontent #working-with-me .number-wrapper:before {
  content: " ";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 1px solid #fff;
  border-radius: 100%;
}





#horizontal-search-wrapper #horizontal-search {
    padding-bottom: 0 !important;
}

#horizontal-search-wrapper #horizontal-search .form-group {
    padding: 0px 2px;
}
#horizontal-search-wrapper #horizontal-search .form-control {
    min-height: 55px;
    border: 0;
}
#horizontal-search-wrapper #horizontal-search .location-form-group .form-control,
#horizontal-search-wrapper #horizontal-search .form-group>.form-control {
    border-bottom: 1px solid rgba(0, 0, 0, .4);
    font-size: 15px;
    line-height: 24px;
}
#horizontal-search-wrapper #horizontal-search .tokenfield.form-control {
    padding: 17px 20px 14px;
}
#horizontal-search-wrapper #horizontal-search button.form-control {
    padding: 6px 12px;
}
#home-bodycontent .dropdown-menu.open {
    -box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

#horizontal-search-wrapper #horizontal-search .form-group .btn {
    height: 55px;
    -box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}


#horizontal-search-wrapper #horizontal-search .bootstrap-select .dropdown-toggle:focus,
#horizontal-search-wrapper #horizontal-search .bootstrap-select .dropdown-menu > li > a:focus{
    outline: none !important;
}
#horizontal-search-wrapper #horizontal-search .bootstrap-select .dropdown-menu > li.selected {
    background-color: #cecece;
}










#home-bodycontent #about {
    display: none;
}
#home-bodycontent #latest-blogs,
#home-bodycontent #latest-blogs .container {
    position: relative;
}
#home-bodycontent #latest-blogs {
    background-color: #fff;
}


@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) {
    .listing-carousel-wrapper .owl-carousel button.owl-prev {
        left: -40px;
    }
    .listing-carousel-wrapper .owl-carousel button.owl-next {
        right: -40px;
    }
}

@media only screen and (min-width: 768px) {
	.row.eq-height .col-md-6 {
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}
    .m-b-md-0 {
        margin-bottom: 0 !important;
    }
}

@media only screen and (min-width: 992px) {    

}