:root {
    --ip-default-transition: all 0.35s ease-in-out;
}
.site-easing{
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.desc p{
    font-size: 13px;
    color: #ffffff;
    line-height: 2;
    letter-spacing: 0.05em;
    font-weight: 300;
    margin-bottom: 0;
}
.desc.centered p{
    text-align: center;
}
.img-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.img-wrap canvas {
    position: relative;
    display: block;
    height: auto;
    width: 100%;
}
.img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    font-size: 0;
    width: 100%;
    height: 100%;
    outline: none;
    transition: var(--ip-default-transition);
}
.bg-section{
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
    top: 0;
    left: 0;
    overflow: hidden;
}
.bg-section canvas {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.site-banner{
    display: none;
}
#inner-page-wrapper {
    margin-bottom: 0;
    background: #000000;
}
#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}
.ip-banner{

}
.ip-sec{
    position: relative;
}
.flex-row{
    display: flex;
    flex-flow: row wrap;
}
.ip-listings-wrap{
    position: relative;
}
#breadcrumbs{
    color: #ffffff;
    padding: 20px 0;
}
.listings-title-wrap{
    
margin-top: 40px;
}
.listings-title{
    font-weight: bold;
    color: #ffffff;
    font-size: 60px;
    font-size: max(3.75vw, 45px);
    font-family: var(--font-family-title);
    text-transform: uppercase;
    padding-left: 25px;
    position: relative;
}
.listings-title::before{
    position: absolute;
    content: '';
    width: 2px;
    height: 120%;
    top: 46%;
    left: 0;
    background: #d7b76d;
    transform: translateY(-50%);
}
.listings-title span{
    display: block;
    font-size: 24px;
    font-size: max(1.5vw, 18px);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: var(--font-family-default);
    font-weight: 400;
    margin-bottom: 10px;
}
.listings-inner{
    margin-top: 80px;
    margin-top: max(5vw, 60px);
}
.listings-item{
    padding: 0 1px;
    width: 50%;
    margin-bottom: 2px;
}
.listings-item a{
    position: relative;
	display: block;
}
.listings-img-wrap{
    background: #000000;
}
.listings-details{
    position: absolute;
    left: 50%;
    bottom: 0;
    background: #000000cc;
    color: #ffffff;
    text-align: center;
    width: calc(100% - 30px);
    max-width: 481px;
    max-width: max(30.06vw, 340px);
    transform: translateX(-50%);
    padding: 27px 15px;
    padding: 1.69vw max(0.94vw, 10px);
}
.listings-address{
    color: #999999;
    font-size: 15px;
    font-size: max(0.94vw, 12px);
    letter-spacing: 0.1em;
    font-weight: 300;
}
.listings-price{
    font-size: 23px;
    font-size: 1.44vw;
    font-family: var(--font-family-title);
    margin-top: 15px;
}
.listings-status{
    position: absolute;
    background: #000000e6;
    color: #fff;
    top: 20px;
    right: 18px;
    font-size: 13px;
    font-size: max(0.81vw, 10px);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    width: 100%;
    max-width: 111px;
    max-width: max(6.94vw, 90px);
    padding: 15px 15px;
    text-align: center;
}
.listings-item a:hover .listings-img-wrap img{
    filter: grayscale(1);
    opacity: 50%;
}
.listings-pagination-wrap{
    display: flex;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 100px;
    margin-bottom: max(6.25vw, 70px);
}
.listings-pagination-wrap ul{
    display: flex;
    align-items: center;
}
.listings-pagination-wrap ul li{
    padding: 0 3px;
}
.listings-pagination-wrap ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 13px;
    font-size: max(0.81vw, 10px);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    width: 60px;
    width: 3.75vw;
    height: 57px;
    height: 3.56vw;
    border: 1px solid #ffffff;
    transition: var(--ip-default-transition);
    text-decoration: none;
}
.listings-pagination-wrap ul li.page-nav a{
    width: 87px;
    width: 5.44vw;
}
.listings-pagination-wrap ul li.current a{
    pointer-events: none;
    color: #000000;
    background: #ffffff;
}
.listings-pagination-wrap ul li a:hover{
    color: #000000;
    background: #ffffff;
}
.bg-ip-listings{
    background: #000000;
}
/**************************************************/
/*MEDIA AND OTHER MOBILE STYLES*/
/**************************************************/
@media only screen and (min-width: 1601px){

}
@media only screen and (max-width: 1480px){

}
@media only screen and (max-width: 1366px){

}
@media only screen and (max-width: 1280px){
    
}
@media only screen and (max-width: 1199px){

}
@media only screen and (max-width: 991px){

}
@media only screen and (max-width: 767px){
    .listings-item{
        width: 100%;
    }
    .listings-details{
        max-width: 480px;
        padding: 25px 15px;
    }
    .listings-address{
        font-size: 15px;
    }
    .listings-price{
        font-size: 23px;
    }
    .listings-status{
        font-size: 13px;
    }
    .listings-pagination-wrap ul li a{
        width: 30px;
        height: 30px;
        font-size: 13px;
    }
    .listings-pagination-wrap ul li.page-nav a{
        width: 60px;
    }
    .listings-img-wrap canvas{
        min-height: 300px;
    }
}
@media only screen and (max-width: 480px){

}
