/*--Randy Locke custom.css--*/

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

}

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

/*--Utility--*/
.d-block{
    display: block;
}
.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;
}
/*--Hero Script--*/
#home-bodycontent .cover-title-inner {
    display: none; 
}
#home-bodycontent .cover-title-inner img {
    filter: drop-shadow(1px 0 0 black);
    backface-visibility: hidden;
}
/*--Clean Horizontal Search--*/
#home-bodycontent #horizontal-search {
    padding-left: 15px;
    padding-right: 15px;
}
#home-bodycontent #horizontal-search .form-group {
    display:none;
}
#home-bodycontent #horizontal-search .form-group.location-form-group {
    display: block;
    width: 100%;
}
#home-bodycontent #horizontal-search .form-group:last-of-type {
    display: block;
}

@media (max-width: 767px) {
	.information-bar {
    	margin-top: 0;
	}
}


/*--Remove Padding from Site Customizer Container--*/
#home-bodycontent .main-wrapper .content > .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

/*--Featured Search Areas--*/
#search-lowerthirds h2.title span::before,
#search-lowerthirds h2.title span::after {
    display: inline-block;
    content: "";
    border-top: 1px solid #333;
    width: 36px;
    margin: 0 5px;
    transform: translateY(-6px);
}
#search-lowerthirds .col-xs-12{filter:drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.5))}
#search-lowerthirds figure{position:relative;padding:8px}
#search-lowerthirds figure img{width:100%;height:220px;object-fit:cover;transition: all 0.5s ease}
#search-lowerthirds figure:hover img {filter:grayscale(60%) brightness(80%)}
#search-lowerthirds figure figcaption{position:absolute;bottom:0;right:16px}
#search-lowerthirds figure figcaption h3{font-size:18px;font-weight:bold;color:#fff;letter-spacing:4px;text-shadow:0 0 6px rgba(0,0,0,0.9)}
#search-lowerthirds figure::after{display:block;font-family:"FontAwesome";content:"\f002";font-size:32px;color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;transition:all 0.5s ease}
#search-lowerthirds figure:hover::after{opacity:1}

/*--CTA Content Sections--*/
.content-wrapper {
    margin:0 auto;
    max-width: 600px;
    font-size: 1rem;
}
.line-icon {
    display: block;
    margin: 0 auto 30px;
    width: 50px;
    height: 50px;
}
.featured-image{
    min-height:300px;
    width: 100%;
}
.featured-image img{
    position: absolute;
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}



/*--Home Page Contact Section--*/
#get-in-touch {
    max-width: 600px;
}
#get-in-touch .form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ababab;
    font-size: 18px;
}


/*--Custom About Section--*/
#custom-about p {
    font-size: 1rem;
}

/*--Testimonials--*/
#testimonials .star-rating {
	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;
    }
}

@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;
	}
    /*--Clean Horizontal Search--*/
    #home-bodycontent #horizontal-search {
        padding-left: 0;
        padding-right: 0;
    }
    #home-bodycontent #horizontal-search .form-group {
        display: inline-block;
    }
    #home-bodycontent #horizontal-search .form-group.location-form-group {
        display: inline-block;
        width: 16.66667%;
    }
    #home-bodycontent #horizontal-search .form-group:last-of-type {
        display: block;
        width: 100%;
    }
}

@media only screen and (min-width: 992px) {    
    #home-bodycontent #horizontal-search .form-group:last-of-type {
        display: inline-block;
        width: 16.66667%;
    }
}

/*--Styling for embedded sell form on external website--*/
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}}
