: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;
    background: var(--primary-color);
}
.img-wrap canvas {
    position: relative;
    display: block;
    height: auto;
    width: 100%;
    min-height: unset !important;
}
.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;
    padding-bottom: 10px;
}
#inner-page-wrapper > .container {
    width: 100%;
/*    padding: 0;*/
}
.ip-banner{
/*    display: none;*/
}
.ip-sec{
    position: relative;
}
.flex-row{
    display: flex;
    flex-flow: row wrap;
}
.ip-listings-wrap{
/*    padding: 0 15px;*/
    padding-bottom: 60px;
}
.custom-container{
    width: 100%;
    max-width: 1480px;
    margin: auto;
}
.ip-breadcrumbs-container{
    padding: 20px 0;
}
.ip-details{
    gap: 2px;
}
.ip-fp-title{
    margin: 35px 0 55px;
}
.listings-slick-wrap,
.listings-map-wrap{
    width: 28.514%;
    width: 40%;		position:relative;
}
.listings-details-wrap{
    width: 42.63%;
    width: calc(60% - 2px);
    background-color: var(--primary-color);
    color: #ffffff;
    padding: 55px 50px 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ip-main-slick,
.ip-sub-slick{
    line-height: 0;
}
.ip-main-slick{
    margin-bottom: 2px;
}
.ip-sub-slick{
    margin: 0 -1px;
}
.sub-item{
    padding: 0 1px;
    cursor: pointer;
}
.sub-item:hover img{
    filter: grayscale(1);
}
.ip-sub-slick:not(.slick-initialized){
    display: flex;
}
.ip-sub-slick:not(.slick-initialized) .sub-item{
    width: 50%;
}
.listings-price{
    font-size: 25px;
    font-size: clamp(1.125rem, 1.151vw + 0.411rem, 1.563rem);
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 15px;
}
.post-page-properties .listings-price a {
    color: #FFFFFF;
}
.listings-specs{
    margin-bottom: 10px;
    margin: 0 !important;
    margin-bottom: 10px !important;
}
.listings-specs li{
    font-size: 14px;
    font-size: clamp(0.75rem, 0.329vw + 0.546rem, 0.875rem);
    font-weight: 500;
    padding: 0 12px 0 7px;
    border-right: 1px solid var(--accent-color);
    display: inline-block;
}
.listings-specs li:first-child{
    padding-left: 0;
}
.listings-specs li:last-child{
    padding-right: 0;
    border: none;
}
.listings-loc{
    font-size: 14px;
    font-size: clamp(0.75rem, 0.329vw + 0.546rem, 0.875rem);
    padding-bottom: 20px;
    border-bottom: 1px solid #40464d;
    margin-bottom: 10px;
    font-weight: 300;
    letter-spacing: 0.02em;
}
.listings-loc a {
    color: #ffffff;
}
.listings-amenities{
/*    padding-bottom: 15px;*/
    border-bottom: 1px solid #40464d;
    margin-bottom: 25px;
    margin-top: 22px;
}
.listings-amenities li{
    font-size: 13px;
    font-size: clamp(0.75rem, 0.164vw + 0.648rem, 0.813rem);
    display: inline-block;
    margin-bottom: 16px;
    font-weight: 300;
    letter-spacing: 0.02em;
    margin-right: 15px;
}
.listings-amenities li img{
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}
.listings-desc{
    margin-bottom: auto;
   /* max-height: 200px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-y: scroll;*/
    line-height: 1.5;
    font-size: 14px;
   /* overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;*/
    height: 400px;
    overflow: auto;
    flex-grow: 1;
}
.simplebar-track.horizontal {
	display: none !important;
}
.simplebar-scrollbar::before {
	background: linear-gradient(to right, rgba(195,134,37,1) 0%, rgba(216,166,98,1) 100%) !important;
	opacity: 1 !important;
    height: 92% !important;
}
.simplebar-track .simplebar-scrollbar.visible::before, .simplebar-track:hover .simplebar-scrollbar::before {
	opacity: 1 !important;
}
.simplebar-track {
	background: #515151 !important;
}
.listings-desc p{
    line-height: 2;
    font-size: 12px;
    font-size: clamp(0.625rem, 0.329vw + 0.421rem, 0.75rem);
}
.listings-by{
    justify-content: space-between;
    margin-top: 45px;
}
.listings-agent-wrap{
    display: flex;
    align-items: center;
}
.listings-agent-img{
    width: 43px;
    height: 43px;
    border-radius: 50%;
    overflow-x: hidden;
    margin-right: 12px;
}
.listings-agent-name{
    font-size: 14px;
    font-size: clamp(0.75rem, 0.329vw + 0.546rem, 0.875rem);
    font-weight: 300;
    letter-spacing: 0.02em;
}
.listings-logo{
    
}
.listings-logo img{
    width: 68px;
    height: auto;
}
.listings-map-wrap{
    width: 100%;
    position: relative;
    margin-top: 50px;
    min-height: 500px;
    min-height: clamp(31.25rem, 49.342vw + 0.658rem, 50rem);
} 
.listings-map-wrap canvas{
    display: block;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}
.listings-map-wrap iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#ip-sub-slick .slick-slide.slick-current.slick-active {
  display: none;
}
.ip-main-slick .slick-dots{
    line-height: 1;
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    display: flex !important;
        list-style: none !important;
    margin: 0 !important;
	flex-flow: row wrap;
  width: 100%;
	justify-content: center;
}
.ip-main-slick .slick-dots li{
    padding: 0 9px;
}
.ip-main-slick .slick-dots li button{
    border: none;
    background: #e9e3e3;
    border-radius: 50%;
    font-size: 0;
    height: 12px;
    width: 12px;
}
.ip-main-slick .slick-dots li.slick-active{
    
}
.ip-main-slick .slick-dots li.slick-active button{
    background: var(--accent-color);
}
.ip-prop{
    margin-top: 58px;
}
.prop-inner{
    margin: 0 -6px;
}
.prop-item{
    padding: 0 6px;
    margin-bottom: 12px;
    width: calc(100% / 3);
}
.prop-item > a{
    display: block;
    position: relative;
    width: 100%;
    height: 100%
}
.prop-img{
    overflow: hidden;
}
.prop-img::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 73%;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, transparent 0%, #000000 100%);
    pointer-events: none;
    opacity: 41%;
}
.prop-details{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
    padding-left: 20px;
    padding-bottom: 25px;
}
.prop-price{
    font-size: 29px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #ffffff;
}
.prop-loc{
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    color: #ffffff;
}
.prop-hover{
    height: 0;
    opacity: 0;
    transition: var(--default-transition);
    visibility: hidden;
    margin: 0 !important;
    list-style: none !important;
}
.prop-hover li{
    font-size: 14px;
    padding: 0 10px;
    color: #ffffff;
    display: inline-block
}
.prop-hover li:first-child{
    padding-left: 0;
}
.prop-hover li:last-child{
    padding-right: 0;
}

.prop-item > a:hover .prop-hover{
    height: 16px;
    opacity: 1;
    visibility: visible;
    margin-top: 18px;
}
.prop-item > a:hover .prop-img img{
    filter: grayscale(1);
    transform: scale(1.2);
}
.prop-pagination-wrap{
    margin-top: 50px;
}
.prop-pagination{
    
}
.prop-pagination{
    display: flex;
    justify-content: center;
}
.prop-pagination li{
    padding: 0 4px;
}
.prop-pagination li a{
    display: block;
    width: 47px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--accent-color);
    color: #101820;
    font-weight: 500;
}
.prop-pagination li.current a{
    background: var(--accent-color);
    color: #ffffff;
    cursor: not-allowed;
}
.prop-pagination li.page-navi a{
    width: unset;
    padding: 0 28px;
    text-transform: uppercase;
}
.prop-pagination li.ellipsis a{
    width: 25px;
    border: none;
}
.prop-pagination li a:hover{
    background: var(--accent-color);
    color: #ffffff;
}
.prop-pagination li.ellipsis a{
    cursor: not-allowed;
}
.prop-pagination li.ellipsis a:hover{
    background: none;
    color: #101820;
}
.ip-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45%;
    background: linear-gradient(to top, transparent 0%, #101820 100%);
    opacity: 100%;
    pointer-events: none;
}
.ip-banner::before{
    opacity: 0;
}

.listings-pagination {
    margin: 50px auto 0;
}

.listings-pagination ul {
    display: flex;
    justify-content: center;
}

.listings-pagination ul li {
    padding: 0 4px;
}

.listings-pagination ul li a,
.listings-pagination ul li span {
    display: block;
    width: 47px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--accent-color);
    color: #101820;
    font-weight: 500;
}

.listings-pagination ul .active span{
    background: var(--accent-color);
    color: #ffffff;
    cursor: not-allowed;
}

.listings-pagination ul li a:hover {
    background: var(--accent-color);
    color: #ffffff;
}

.listings-pagination ul .ellipsis {
    cursor: not-allowed;
    display: block;
    width: 47px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #101820;
    font-weight: 500;
}

.listings-pagination ul li {
    list-style-type: none;
}

.ip-comm-content-item-img a {
	position: relative;
  display: block;
}
.ip-comm-content-item-img a:before {
	content: '';
  position: absolute;
  width: 90%;
  height: 90%;
  display: block;
  top: 50%;
  left: 50%;
  z-index: 2;
  border: 1px solid #fff;
  transform: translate(-50%, -50%);
}
.ip-comm-content-mls {
	color: maroon;
  font-weight: bold;
}
.ip-comm-content-price {
	font-weight: bold;
  font-size: 20px;
}
.ip-comm-content-specs li {
	display: inline-block;
	padding-right: 5px;
}
.ip-comm-content-specs li::after {
	content: '/';
	padding-left: 5px;
}
.ip-comm-content-specs li::last-child::after {
	display: none;
}
.listings-pagination > ul{
    margin: 0 !important;
}
.listings-pagination{
    margin-bottom: 40px;
}
.ip-main-slick-arrows {	position: absolute;	top: 50%;	left: 50%;	transform: translate(-50%,-50%);	width: 100%;}.ip-main-slick-arrows div {		margin: 0 20px;}.ip-main-slick-arrows div.ip-main-slick-prev {	float: left;}.ip-main-slick-arrows div.ip-main-slick-next {	float: right;}.ip-main-slick-arrows span {	color: #fff;	font-size: 30px;	cursor: pointer;}.listings-desc br {	display: none;}.listings-desc span {	margin-right: 5px;}.listings-desc div {	display: block;	margin-bottom: 10px;	line-height: 18px;}.ip-main-listings-wrap {	position: relative;}
/**************************************************/
/*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){
    .listings-details-wrap{
        padding: 35px 30px 30px;
    }
    .listings-price{
        margin-bottom: 10px;
    }
    .listings-loc{
        padding-bottom: 15px;
    }
    .listings-amenities{
        margin-bottom: 15px;
        margin-top: 17px;
    }
    .listings-desc {
        margin-bottom: 15px;
    }

}
@media only screen and (max-width: 1280px){
    
}
@media only screen and (max-width: 1199px){
    .ip-details{
        gap: 1px;
    }

}
@media only screen and (max-width: 991px){	/* body .ip-main-slick-arrows {				top: 25%;			} */	
    .ip-details{
        gap: 0;
    }
    .listings-slick-wrap,
    .listings-map-wrap,
    .listings-details-wrap{
        width: 100%;
        max-width: 90%;
        margin: auto;
    }
    .listings-price{
        font-size: 25px;
    }
    .listings-specs li{
        font-size: 14px;
    }
    .listings-loc{
        font-size: 14px;
        line-height: 1.5;
    }
    .listings-amenities li{
        font-size: 13px;
    }
    .listings-desc {
        margin-bottom: 25px;
    }
    .listings-desc p{
        font-size: 12px;
    }
    .prop-inner{
        width: 100%;
        max-width: 90%;
        margin: auto;
    }
    .prop-item{
        width: 100%;
        padding: 0;
    }

}
@media only screen and (max-width: 767px){
    .prop-pagination li{
        padding: 0 1px;
    }
    .prop-pagination li a{
        width: 25px;
        height: 25px;
        font-size: 12px;
    }
    .prop-pagination li.ellipsis a{
        width: 15px;
    }
    .prop-pagination li.page-navi a{
        padding: 0 14px;
    }
    

}
@media only screen and (max-width: 530px){
    .listings-pagination ul li{
        padding: 0 2px;
    }
    .listings-pagination ul .ellipsis{
        width: 27px;
        height: 27px;
    }
    .listings-pagination ul li a, .listings-pagination ul li span{
        width: 27px;
        height: 27px;
        font-size: 9px;
    }
}
