/*--Soaring Eagle Realty custom.css--*/

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

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

/*--Utility--*/
.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;
}
.overflow-hidden {
	overflow: hidden;
}
/*--Clean Cover Image--*/
#home-bodycontent .cover .cover-image.cover-overlay {
    opacity: 1;
}
#home-bodycontent .cover-title .cover-title-inner {
    display: none;
}
#home-bodycontent .cover-title .cover-title-inner img.logo {
    width: 240px;
    height: 192px;
}



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

/*--Featured Search Areas--*/
#area-search h2.title span::before,
#area-search h2.title span::after {
    display: inline-block;
    content: "";
    border-top: 1px solid #333;
    width: 36px;
    margin: 0 5px;
    transform: translateY(-6px);
}
#area-search figure {
    height:236px;
    margin: 0 0 24px 0;
    padding: 0;
    position: relative;
    display: block;
    cursor: pointer;
    overflow: hidden;
    background-color: #333;
    border: 5px solid #fff;
    outline: 1px solid #dedede;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}
#area-search figure img{
    position: absolute;
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
#area-search figcaption.search-location {
    position: absolute;
    bottom: 0;
    right: 10px;
}
#area-search figcaption.search-location h3 {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 900;
    text-align: right;
    text-transform: uppercase;
    text-shadow: 0px 1px 1px #000, 0px -1px 1px #000, 0px 0px 7px #000;
    margin: 0.5rem auto;
}

/*--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;
}

/*--Broker Welcome Letter--*/
#broker-letter .broker-image {
display:block;
width:100%;
max-width:240px;
height:auto;
margin:0 auto;
border:6px solid #fff;
}
#broker-letter .broker-info {
text-align:center;
line-height:1;
}
#broker-letter .letter {
padding: 40px 40px 0;
background-color: #fff;
border-radius: 4px;
}
#broker-letter .letter h3 {
font-size: 2rem;
font-weight: 400;
margin-bottom: 2rem;
}
#broker-letter .letter h3,
#broker-letter .letter p {
color: #000;
}
#broker-letter .signature {
    max-height:68px;
    max-width: 280px;
}
.hard-drop-shadow {
    box-shadow: 0 10px 20px rgba(0,0,0,.2);
}

@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%;
	}
}


/*--EMBED SELL FORM--*/
#sellform>div>div:nth-child(1){width:75%!important}
#sellques, #sellbutton{height:54px!important; border-radius:0!important}
#sellbutton{margin-top:0!important;background:#252526!important;color:#fff;transition:all .2s ease-in-out}
#sellbutton:hover{background:#fff!important;color:#252526}
@media screen and (max-width: 625px){#sellform>div>div:nth-child(1),#sellform>div>div:nth-child(2){float:none!important;width:100%!important}}
