/*--Heather Augenstein custom.css--*/

/*--Typography--*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;700&display=swap');
* {
  font-family: Poppins, sans-serif;
}
#home-bodycontent .categories section p {
    font-size: 1rem;
}

.section-inverse p a:not(.btn){
    color: #ffffff;
    text-decoration: underline;
}

/*--Utility--*/
.d-flex-wrap-center {
    display:flex;
    flex-flow:wrap;
    justify-content:center;
}
.d-block{
    display:block;
}
.d-none {
    display:none;
}
.d-inline-block {
  display: inline-block;
}
.mx-auto {
    margin-left:auto;
    margin-right:auto;
}
.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-self-center{
    align-self: center;
}
.align-items-center{
    align-items: center;
}
.h-100 {
    height:100%;
}
.h-25 {
    height:25%;
}
.w-100 {
    width:100%;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
}

.btn-transparent {
    color: #fff;
    border: 2px solid #fff;
}
.opaque-background {
    position: relative;
    z-index: 1;
}
.background-image {
    position: absolute;
    top: 0;
    z-index: 0;
}
.background-image img {
    position: absolute;
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity:.12;
}
@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;
    }
}

/*--Hide Logos--*/
#primary-logo {
    display: none;
}
/*--Remove opacity from cover image--*/
#home-bodycontent .cover-image.cover-overlay {
    opacity:1 !important;
}
/*--Hide Hero Content Until We Want To Show It--*/
#home-bodycontent .cover .cover-title-inner{
    -display: none;
}

/*--Hide Search Bar From Home Page--*/
#home-bodycontent .cover-title #horizontal-search {
    -display:none;
}

#home-bodycontent .cover-title .buy-sell a {
    font-size: 18px;
}
#home-bodycontent .cover-title .buy-sell a:hover {
    color: #000;
    background-color: #fff;
    text-shadow: none;
}

#home-bodycontent .main-inner > .content > .container-fluid {
    padding: 0;
}

/*--Featured Search Areas--*/
#area-search h2 span.h4::before, #area-search h2 span.h4::after,
#agent-about h2 span.h4::before, #agent-about h2 span.h4::after {
    display: inline-block;
    content: "";
    border-top: 1px solid #333;
    width: 25px;
    margin: 0 5px;
    transform: translateY(-8px);
}
#area-search figure {
    height:285px;
    margin: 0 0 24px 0;
    padding: 0;
    position: relative;
    display: block;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}
#area-search figure img{
    display: block;
    width: 100%;
    max-width: 100%;
    height: 236px;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
}
#area-search figcaption.search-location {
    position: relative;
    z-index: 1;
    letter-spacing: 4px;
}
#area-search a figure::after {
    display: block;
    font-family: "FontAwesome";
    content: "\f002";
    vertical-align: middle;
    font-size:32px;
    position: absolute;
    top: calc(50% - 24px);
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.5s ease;
}
#area-search a:hover figure::after {
    opacity: 1;
}
#area-search a:hover figure img {
    filter: grayscale(60%) brightness(80%);
}

/*--Seller Resources--*/
#seller-resources .col-md-6 .container {
    margin: 0 auto;
}

/*--Buyer Resources--*/
#buyer-resources .col-md-6 .container {
    margin: 0 auto;
}



#seller-resources .row {
    position: relative;
}
#seller-resources.v2 .container {
    max-width: 100%;
}
#seller-resources.v2 .col-md-6 {
    width: calc(50% - 2rem);
    border: 12px solid #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}
#seller-resources.v2 .row:nth-child(1) .col-md-6 {
    margin-right: 1rem;
    margin-left: 1rem;
}
#seller-resources.v2 .row:nth-child(2) .col-md-6 {
    margin-right: 1rem;
    margin-left: 1rem;
}




/*--Buyer Resources--*/

@media (min-width: 768px) {
    #seller-resources #help-sell .container {
        max-width: 68%;
        margin: 0 30% 0 0;
    }
    #home-bodycontent #seller-resources .guide-mockup {
        position: absolute;
        top: 50%;
        bottom: 50%;
        transform: translateY(-50%);
        right: 0;
        width: 42%;
    }
}


/*--Buyer Resources--*/
@media (min-width: 768px) {
    #buyer-resources #help-sell .container {
        max-width: 68%;
        margin: 0 30% 0 0;
    }
    #home-bodycontent #buyer-resources .guide-mockup {
        position: absolute;
        top: 50%;
        bottom: 50%;
        transform: translateY(-50%);
        right: 0;
        width: 42%;
    }
}



#home-bodycontent #agent-about img {
    max-height: 480px;
    margin: 0 auto;
}



/*--Style Testimonials--*/
#home-bodycontent #testimonials-carousel {
    position: relative;
    background-color: #333;
}

/*--Home Page About Section--*/
#home-bodycontent #about {
    display: none;
}

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}}