.ip-banner{
    z-index: 0;
}
.ip-banner:before{
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 65%);
    opacity: 0.6;
}
.ip-banner:after{
    content:'';
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/banner-accent.png) center center no-repeat;
    background-size: cover;
}
.ip-banner canvas{
    aspect-ratio: 1600/491;
}

#inner-page-wrapper{
    margin-bottom: 0;
}
#inner-page-wrapper > .container{
    width: 100%;
    padding: 0 0 0;
}


#props-ip{
    position: relative;
    z-index: 1;
}
.props-container{
    width: 1170px;
    margin: 0 auto;
    max-width: calc(100% - 30px);
}
.props-entry-title{
    margin: 43px 0 0;
}

.props-search-sort{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 min(3.125vw, 50px);
    margin: 59px 0 45px;
}
.props-search-sort ::-webkit-input-placeholder {
  text-transform: uppercase;
}

.props-search-sort :-ms-input-placeholder {
  text-transform: uppercase;
}

.props-search-sort ::placeholder {
  text-transform: uppercase;
}
.props-search{
    border-bottom: 1px solid #000;
}
.props-search .props-search-form{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    padding: 0 13px;
}
.props-search .props-search-input{}
.props-search .props-search-input input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: var(--barlowsc);
    font-size: 25px;
    font-weight: 500;
    color: #434343;
    display: block;
    border: 0;
    outline: 0;
    height: 56px;
    padding: 0 10px 0 0;
    width: 288px;
    background: none;
}
.props-search .props-search-submit{}
.props-search .props-search-submit button{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 30px;
    border: 0;
    padding: 0;
    background: none;
    opacity: 1;
}
.props-search .props-search-submit button:hover{
    opacity: 0.5;
}
.props-sort{
    border-bottom: 1px solid #000;
}
.props-sort select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: var(--barlowsc);
    font-size: 25px;
    font-weight: 500;
    color: #434343;
    display: block;
    border: 0;
    outline: 0;
    height: 56px;
    width: 345px;
    padding: 0 50px 0 13px;
    background: url(../images/properties/props-dd.png) calc(100% - 13px) center no-repeat;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

.props-feeds.slick-initialized{
    font-size: 0;
}
.props-feeds:not(.slick-initialized),
.props-feeds .slick-slide > div{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
}
.props-single {
    margin-left: 7px;
    width: calc((100% / 3) - 5px) !important;
}
.props-single:nth-child(n + 4){
    margin-top: 7px;
}
.props-single a{
    display: block;
    position: relative;
    overflow: hidden;
}

.props-single a .props-img{
    z-index: 0;
}
.props-single a .props-img:before{
    content:'';
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/properties/props-fade.png) left bottom no-repeat;
    background-size: cover;
}
.props-single a .props-img:after{
    content:'';
    display: block;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/properties/props-hover-logo.png) left bottom no-repeat rgba(0,0,0,0.48);
    background-size: cover;
    opacity: 0;
    border-width: 6px;
  border-style: solid;
  border-image: linear-gradient(to bottom,  #918685, #403b3a) 1;
}
.props-single a:hover .props-img:after{
    opacity: 1;
}
.props-single a .props-details{
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 0 40px 46px;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 1.2;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.props-single a .props-price{
    font-family: var(--barlowsc);
}
.props-single a:hover .props-price{
    opacity: 1;
}
.props-single a .props-add{
    font-size: 0.833em;
    font-family: var(--barlowsc);
}
.props-single a .props-add span{
    display: block;
    font-size: 0.72em;
    font-family: var(--barlowsc);
    margin: 8px 0 0;
}
.props-single a .props-bb{
    font-size: 0.6em;
    font-family: var(--barlowsc);
    padding: 11px 0 0;
}
.props-single a .props-bb span{}
.props-single a .props-vd{
    padding-top: 29px;
}

.site-navigation.props{
    margin: 46px 0 0;
}
.props-ctas{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    padding: 114px 10px 80px;
}
.props-ctas > div {
    margin-left: 13px;
    width: calc((100% / 3) - 9px);
    max-width: 365px;
}
.props-ctas > div:first-child{
    margin: 0 0 0;
}
.props-ctas a{
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
    background: #918685;
    border: 2px solid #918685;
    color: #fff;
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 10px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    min-height: 140px;
}
.props-ctas a:hover{
    background: #fff;
    color: #918685;
}
@media only screen and (min-width: 992px) {
    .props-bc{
        text-align: right;
    }

    .props-single:nth-child(3n + 1){
        margin-left: 0;
    }
    .props-single {
        margin-left: min(0.438vw,7px);;
        width: calc((100% / 3) - min(0.3125vw,5px)) !important;
    }
    .props-single:nth-child(n + 4){
        margin-top: min(0.438vw,7px);
    }
    .props-single a .props-img:after{
        border-width: min(0.375vw,6px);
    }
    .props-single a .props-details{
        padding: 0 min(2.5vw,40px) min(2.875vw,46px);
        font-size: min(1.875vw,30px);
    }
    .props-single a .props-add span{
        margin: min(0.5vw,8px) 0 0;
    }
    .props-single a .props-bb{
        padding: min(0.6875vw,11px) 0 0;
    }
    .props-single a .props-vd{
        padding-top: min(1.813vw,29px);
    }
    .props-single a .props-bb,
    .props-single a .props-vd,
    .props-single a .props-price{
        transition: all ease .4s;
        -moz-transition: all ease .4s;
        -webkit-transition: all ease .4s;
        opacity: 0;
    }
    .props-single a:hover .props-bb,
    .props-single a:hover .props-vd,
    .props-single a:hover .props-price{
        opacity: 1;
    }
}

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

@media only screen and (max-width: 1199px) {
    .props-ctas a {
        font-size: 22px;
    }
}
@media only screen and (max-width: 991px) {
    .props-feeds:not(.slick-initialized){
        display: none;
    }
    .props-feeds{
        max-width: 530px;
        margin: 0 auto;
        width: calc(100% - 30px);
    }
    .props-single{
        margin-left: 0;
        width: 100% !important;
    }
    .props-single a .props-details {
        background: #000;
        position: relative;
        text-align: center;
        padding: 30px 15px;
        bottom: 0 !important
    }
    .props-ctas{
        flex-flow: column wrap;
    }
    .props-ctas > div{
        margin: 20px 0 0;
        width: 100%;
    }
    .props-search-sort{
        flex-flow: column wrap;
        align-items: center;
        justify-content: flex-end;
    }
    .props-sort{
        margin-top: 30px;
    }
}
@media only screen and (max-width: 767px) {}
@media only screen and (max-width: 567px) {}
@media only screen and (max-width: 480px) {
    .props-search-sort {
        display: block;
    }
    .props-search,
    .props-sort {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
    .props-sort{
        margin-top: 30px;
    }
    .props-search .props-search-input {
        width: calc(100% - 32px);
    }
    .props-search .props-search-input input{
        width: 100%;
        font-size: 20px;
    }
    .props-sort select{
        width: 100%;
        font-size: 20px;
    }
}

.props-search-input .bootstrap-select>.dropdown-toggle.btn-default{
        -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: var(--barlowsc);
    font-size: 25px;
    font-weight: 500;
    color: #434343 !important;
    display: block;
    border: 0;
    outline: 0;
    height: 56px;
    padding: 0 10px 0 0;
    width: 288px;
    background: none !important;
    outline: none;
    box-shadow: 0 0 0 transparent;
}

.props-search-input .bootstrap-select.btn-group .dropdown-toggle .filter-option{
    font-size: inherit;
    color: inherit;
        max-width: calc(100% - 50px);
}