/*--Cornelius Smith Clean Slate custom.css--*/

/*General classes missing from kvCORE version of Bootstrap*/
.position-relative{position:relative}
.d-block{display:block}
.flex-column{flex-direction:column}
.align-items-center{align-items:center!important;}
.text-white{color:#fff}
.object-fit{}



/*Create equal height 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%}
    .row.eq-height .col-xs-5ths{-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%}
    @media (min-width: 768px){
        .row.eq-height .col-md-3{ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%}
        .row.eq-height .col-md-4{ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%}
        .row.eq-height .col-md-5ths{-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%}
        .row.eq-height .col-md-6{ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%}
    }
    @media (min-width: 992px){
        .row.eq-height .col-lg-5ths{-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%}
        .row.eq-height .col-lg-3{ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%}
        .row.eq-height .col-lg-4{ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%}
        .row.eq-height .col-lg-8{ms-flex: 0 0 66.66667%;flex: 0 0 66.66667%;max-width: 66.66667%}
    }
    @media (min-width: 1200px){
        .row.eq-height .col-xl-3{ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%}
    }

    /*Remove gutters from rows*/
    .row.no-gutters{margin-right:0;margin-left:0}
    .row.no-gutters>[class*=col-]{padding-right:0;padding-left:0}

    /*4-side equal gutters on colums*/
    .row.equal-gutters{margin:7px}
    .row.equal-gutters>[class*=col-]{padding:7px}

/*Side by side widgets*/
#custom-content .content-row {
    display: flex;
    flex-wrap: wrap;
}
#custom-content .content-row.reverse {
    flex-direction: row-reverse;
}
#custom-content .content-row.reverse .content {
    background-image: radial-gradient(#333,#000);
    color: #fff;
}
#custom-content .content-row:not(.reverse) .content {
    background-color: #fff;
    color: #444;
}
#custom-content .content-row img {
    object-fit: cover;
    object-position: center;
    flex: 0 0 50%;
    width: 50%!important;
    min-height: 400px;
    margin: 0!important;
}
#custom-content .content {
    padding: 2em;
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#custom-content .content-row .content h3 {
    font-weight: 600;
    margin-bottom: 0.5em;
    font-size: 2rem;
}
#custom-content .content-row .content p {
    max-width: 650px;
    margin: 0 auto 1em;
    font-size: 1.1rem;
}
@media (max-width: 767px) {
    #custom-content .content-row img {
        max-height: unset!important;
        max-width: 100%!important;
        width: 100%!important;
        flex: 0 0 100%!important;
    }
    #custom-content .content-row .content {
        min-height: 400px!important;
        max-width: 100%!important;
        width: 100%!important;
        flex: 0 0 100%!important;
    }
}

/*--kvCORE Resets--*/
#home-bodycontent .main > .main-inner > .content > .container,
#home-bodycontent .main > .main-inner > .content > .container > #categories {
    width: 100%;
    max-width: 100%;
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
}



        
/*--Featured Search Section--*/
    .background-brick {
        background-color: #d6d6d6;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 200 200'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='100' y1='33' x2='100' y2='-3'%3E%3Cstop offset='0' stop-color='%23000' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23000' stop-opacity='1'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='100' y1='135' x2='100' y2='97'%3E%3Cstop offset='0' stop-color='%23000' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23000' stop-opacity='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='%23cacaca' fill-opacity='0.07'%3E%3Crect x='100' width='100' height='100'/%3E%3Crect y='100' width='100' height='100'/%3E%3C/g%3E%3Cg fill-opacity='0.07'%3E%3Cpolygon fill='url(%23a)' points='100 30 0 0 200 0'/%3E%3Cpolygon fill='url(%23b)' points='100 100 0 130 0 100 200 100 200 130'/%3E%3C/g%3E%3C/svg%3E");
    }
    .search-grayscale header h2 {
        font-weight: bold;
        text-transform: uppercase;
        font-size: 3em;
        color: #fff;
        text-shadow: -1px 1px 2px #000;
    }
    .search-grayscale header span {
        display: block;
        font-weight: 200;
        text-shadow: none;
        font-size: 1rem;
        color: #000;
        text-transform: uppercase;
        letter-spacing: 1.6px;
        margin-bottom: 1em;
    }
    .search-grayscale h2 {
        font-size: 50px;
        line-height: 0.9;
        padding-bottom: 30px;
    }
    .search-grayscale h2 small {
        font-size: 18px;
        letter-spacing: 4px;
    }
    .search-grayscale figure {
      position: relative;
      margin-bottom: 0;
      border: 5px solid #fff;
    }
    .search-grayscale figure img {
      width: 100%;
      height: 350px;
      object-fit: cover;
      transition: all 0.5s ease;
    }
    .search-grayscale figure:hover img {
      filter: brightness(50%);
    }
    .search-grayscale figure figcaption {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      padding: 15px;
      text-align: center;
      background-color: rgb(0 0 0 / 75%);
    }
    .search-grayscale figure figcaption h3 {
      position: relative;
      display: inline;
      font-size: 26px;
      font-weight: 600;
      text-shadow: 1px 1px 1px #444;
      color: #fff;
      letter-spacing: 4px;
    }
    .search-grayscale figure figcaption h3 span {
        display: block;
        letter-spacing: 6px;
        font-size: 0.5em;
        text-transform: uppercase;
        margin-bottom: 1rem;
    }
    .search-grayscale .other-areas ul {
        text-align: center;
    }
    .search-grayscale .other-areas ul li {
        margin: 0 5px;
        font-size: 1.2em;
        font-weight: bold;
    }
    .search-grayscale .other-areas ul li a {
        padding: 4px 2px;
    }

.footer-logos img {
    height: 120px;
    margin: 0 4px 12px;
}



#custom-exclusive-listings {
    background-color: #2e2e2e;
}
#custom-exclusive-listings header h2 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 3em;
    color: #fff;
    text-shadow: -1px 1px 2px #000;
}
#custom-exclusive-listings header span {
    display: block;
    font-weight: 200;
    text-shadow: none;
    font-size: 1rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    margin-bottom: 1em;
}
#custom-exclusive-listings .container {
    padding-left: 30px;
    padding-right: 30px;
}
@media only screen and (min-width: 660px) {
    #custom-exclusive-listings .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
#custom-exclusive-listings .custom-listing {
    position: relative;
    height: 560px;
    margin-bottom: 0;
    border: 5px solid transparent;
}
#custom-exclusive-listings .custom-listing a {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    text-shadow: 1px 1px 3px rgb(0 0 0 / 50%);
    color: var(--secondary-brand-color, #e6e6e6);
    text-decoration: none;
}
#custom-exclusive-listings .custom-listing a span {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    margin-top: 15px;
    transition: all .3s ease-in-out;
}
#custom-exclusive-listings .custom-listing a:hover span {
    opacity: 1;
    margin-top: 0;
}
#custom-exclusive-listings .custom-listing img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: opacity(1) grayscale(0);
    transition: all .3s ease-in-out;
}
#custom-exclusive-listings .custom-listing a:hover + img {
    filter: opacity(.8) grayscale(.5);
}
#custom-exclusive-listings .custom-listing .custom-listing-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 6px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    text-align: right;
}
#custom-exclusive-listings .custom-listing .custom-listing-meta h3 {
    font-size: 22px;
    margin-bottom: 0;
}
#custom-exclusive-listings .custom-listing .custom-listing-meta p {
    margin-bottom: 0;
}
#custom-exclusive-listings .custom-listing h4 {
    position: absolute;
    top: 30px;
    left: 0;
    min-width: 66%;
    margin: 0;
    padding: 6px;
    background-color: hsla(var(--colorPrimary-h,0),var(--colorPrimary-s,0%),calc(var(--colorPrimary-l, 25%) + 0%),1);
    font-size: 16px;
    color: #fff;
}
#custom-exclusive-listings .owl-carousel button.owl-next,
#custom-exclusive-listings .owl-carousel button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    background-color: transparent;
    width: 34px;
    color: var(--secondary-brand-color, #e6e6e6);
    font-size: 32px;
    outline: 0;
    transition: all .15s linear;
}
#custom-exclusive-listings .owl-carousel button.owl-prev {
    left: -32px;
}
#custom-exclusive-listings .owl-carousel button.owl-next {
    right: -32px;
}
@media only screen and (min-width: 660px) {
    #custom-exclusive-listings .owl-carousel button.owl-prev {
        left: -47px;
    }
    #custom-exclusive-listings .owl-carousel button.owl-next {
        right: -47px;
    }
}
#custom-exclusive-listings .owl-carousel button.owl-prev:hover {
    margin-top: 2px;
    text-shadow: 1px 1px 3px rgb(0 0 0 / 50%);
}
#custom-exclusive-listings .owl-carousel button.owl-next:hover {
    margin-top: 2px;
    text-shadow: -1px 1px 3px rgb(0 0 0 / 50%);
}




