@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
: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;
}

#inner-page-wrapper {

    padding: 0;

}



#inner-page-wrapper > .container {

    width: 100%;

    padding: 0;

}



#ai-modern-community-details {

    position: relative;

    margin-top: 50px;

}

   


#ai-modern-community-details .ai-modern-community-details-entry {

    position: relative;

    padding: 0 50px;

    overflow: hidden;

}



#ai-modern-community-details .ai-modern-community-details-entry:before,

#ai-modern-community-details .ai-modern-community-details-entry:after {

    content: "";

    display: table;

    clear: both;

}

.listings-desc {
    line-height: 1;
}
.section-title.centered h2 {
    width: max-content !important;
    margin: auto !important;
}
ul.slick-dots li {
    list-style: none;
}

#ai-modern-community-details .ai-modern-community-details-entry > .container {

    max-width: 100%;
    margin-bottom: 50px;

}



#ai-modern-community-details .ai-modern-community-details-main {

    position: relative;

    padding-left: 150px;

    padding-bottom: 30px;

}

    #ai-modern-community-details.ai-modern-no-photo .ai-modern-community-details-main{
        padding-left: 0;
    }


#ai-modern-community-details .ai-modern-community-details-title {

    position: relative;

    margin-top: 98px;

}



#ai-modern-community-details .ai-modern-community-details-title h1 {

    position: relative;

    display: block;

    text-transform: uppercase;

    margin: 0;
	
	font-size: 75px;

}

#ai-modern-community-details .ai-modern-community-details-title h1 {

    display: block;

    line-height: 1.1;

    color: #212121;
	
	overflow: hidden;

}

#ai-modern-community-details .ai-modern-community-details-title h1::after {

    content: '';

    display: block;

    width: 131px;

    height: 1px;

    margin: 30px 0 0;

    background-color: #c1b283;

}



#ai-modern-community-details .ai-modern-community-details-photo {

    position: relative;

    float: left;

    margin-right: 22px;

    margin-bottom: 40px;
    width: 45%;

}



#ai-modern-community-details .ai-modern-community-details-photo:before {

    content: "";

    display: block;

    position: absolute;

    z-index: -1;

    top: 67px;

    bottom: -50px;

    bottom: 0;

    right: calc(100% - 120px);

    min-width: 310px;

    width: calc((100vw - (1140px - 120px)) / 2);

    height: 100%;

    background: var(--aios-communities-primary-color);

}



#ai-modern-community-details .ai-modern-community-details-photo:after {

    content: "";

    display: block;

    position: absolute;

    top: 7.6%;

    top: 50px;

    bottom: 0;

    right: 0;

    width: 73px;

    background: #fff;

}



#ai-modern-community-details .ai-modern-community-details-photo canvas {

    display: block;

    margin: 0 auto;

    max-width: 100%;

    background-repeat: no-repeat;

    background-size: cover;

    background-position: top center;

}



#ai-modern-community-details .ai-modern-community-details-photo img{
	object-fit: cover;
    object-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ai-modern-community-details-divider {

    margin-top: 45px;

    margin-bottom: 45px;

}


/**** RESULTS ****/
.ip-results-sec{
    width: 100%;
    max-width: 1510px;
    max-width: 94.375vw;
    padding: 0 15px;
    padding: 0 0.938vw;
    margin: auto;
    position: relative;
    z-index: 1;
    font-family: "Jost", sans-serif;
}
.found-sort-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
}
.sort-wrap{
    letter-spacing: 0.05em;
    position: relative;
    padding: 4px 0;
    padding-right: 25px;
    margin-right: 20px;
    border-right: 1px solid #cccccc;
}
.sort-wrap:has(select)::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 3.5px solid transparent;
    border-right: 3.5px solid transparent;
    border-top: 5px solid #000000;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.sort-wrap select{
    font-weight: 600;
    outline: none;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    padding-right: 20px;
    line-height: 18px;
}
.found-wrap{
    letter-spacing: 0.05em;
    font-weight: 500;
}
.results-inner{
    margin: 0 -20px;
    margin: 0 -1.25vw;
}
.results-item{
    width: calc(100% / 4);
    padding: 0 20px;
    padding: 0 1.25vw;
    margin-bottom: 50px;
    margin-bottom: 3.125vw;
}
.results-item a{
    display: block;
    position: relative;
}
.results-status {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
    display: flex;
    flex-direction: column;
}
.results-status span {
    margin-bottom: 2px;
    background: #000;
    text-align: center;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: var(--font-family-title);
    padding: 15px;
}
.results-img-wrap{
    background: var(--primary-color);
}
.results-img-wrap canvas{
    min-height: unset;
}
.results-details{
    font-size: 14px;
    font-size: 0.875vw;
}
.results-address{
    font-weight: 500;
    letter-spacing: 0.02em;
    padding-top: 15px;
}
.results-address-type{
    color: #5a5a5a;
    letter-spacing: 0.02em;
    display: flex;
    padding: 12px 0 0;
}
.results-address-type li{
    padding: 0 8px;
    padding: 0 0.5vw;
    border-right: 1px solid #5a5a5a;
}
.results-address-type li:first-child{
    padding-left: 0;
}
.results-address-type li:last-child{
    border: none;
}
.results-price-specs-wrap{
    border: 1px solid #e0e0e0;
    border-left: none;
    border-right: none;
    margin: 18px 0 0;
    padding: 18px 0;
    display: flex;
    align-items: flex-end;
}
.results-type-specs-wrap{    
    border-bottom: 1px solid #e0e0e0;    
    padding: 10px 0 18px;
    display: flex;
    align-items: flex-end;
}
.results-type {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.02em;        
}
.results-price{
    font-size: 16px;
    font-size: 1vw;
    font-weight: 600;
    letter-spacing: 0.02em;
    border-top: 1px solid #e0e0e0;
    margin-top: 15px;
    padding: 15px 0 0;
}
.results-type{
    display: block;
    font-size: 14px;
    font-size: 0.875vw;
    text-transform: uppercase;
    margin-top: 13px;
}
.results-specs{
    display: flex;
    margin-left: auto;
    font-size: 12px;
}
.results-specs li{
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-weight: 500;
    padding: 0 10px;
    padding: 0 0.625vw;    
    border-right: 1px solid #cccccc;
}
.results-specs li:last-child{
    padding-right: 0;
    border-right: 0;
}
.results-specs li span{
    margin-right: 8px;
}
.results-id-logo{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 18px;
}
.results-id-logo:has(img){
    padding-top: 9px;
}
.results-id{
    letter-spacing: 0.02em;
    font-weight: 600;
}
.results-id span{
    color: #5a5a5a;
}
.results-item a:hover .results-img-wrap img{
    opacity: 30%;
}

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

.pagination-wrap span,
.pagination-wrap a {
    width: 47px;
    height: 47px;
    display: flex;
    justify-content: center;
    vector-effect: ce;
    align-items: center;
    margin: 0 4px;
}
.pagination-wrap a {
    border: 1px solid var(--accent-color);
    color: #101820;
    font-weight: 500;
}

.pagination-wrap a:hover,
.pagination-wrap span.current {
    border: 1px solid var(--accent-color);
    background-color: var(--accent-color);
    color: #fff;
}
.results-item li {
    list-style: none;
}


.results-item .results-specs {
    margin-left: auto !important;
}

.results-item ul,
.results-item li {
    margin: 0 !important;
    
}
.results-item li {
    line-height: 16.8px !important;
}
.single-aios-communities #content ul {list-style-type: none;}
.ai-modern-community-details-content .ip-cd-expand-content  {
    display: unset !important;
}

.ai-modern-community-details-content .ip-cd-expand-btn,
.ai-modern-community-details-content .ip-cd-expand-content .site-btn {
    display: none;
}
/*******************************************************

 *

 * Mobile styles and other media queries

 *

 *******************************************************/



@media only screen and (max-width: 1199px) {

    #ai-modern-community-details .ai-modern-community-details-photo {

        margin-right: -30px;

    }



    #ai-modern-community-details .ai-modern-community-details-photo:before {

        min-width: 200px;

    }



    #ai-modern-community-details .ai-modern-community-details-title h2 {

        font-size: 60px;

    }

}



@media only screen and (max-width: 991px) {

    #ai-modern-community-details .ai-modern-community-details-entry {

        padding: 0;

    }



    #ai-modern-community-details .ai-modern-community-details-photo {

        float: none;

        margin: 0;
        width: 100%;

    }



    #ai-modern-community-details .ai-modern-community-details-photo:before,

    #ai-modern-community-details .ai-modern-community-details-photo:after {

        display: none;

    }



    #ai-modern-community-details .ai-modern-community-details-main {

        padding: 0;

    }



    #ai-modern-community-details .ai-modern-community-details-title {

        margin-top: 30px;

        text-align: center;
        width: 100%;

    }

    #ai-modern-community-details .ai-modern-community-details-title h1,
    #ai-modern-community-details .ai-modern-community-details-title h2  {
	    word-break: break-all;
        font-size: 40px;
    }

    .ip-results-sec{
        max-width: 100%;
        padding: 0 15px;
    }
    .results-inner{
        justify-content: center;
        margin: 0 -10px;
    }
    .results-item{
        padding: 0 10px;
        width: calc(100% / 3);
        margin-bottom: 30px;
    }
    .results-details{
        font-size: 12px;
    }
    .results-price-specs-wrap{
        flex-flow: wrap;
        justify-content: center;
    }
    .results-price, .results-type{
        font-size: 14px;
    }
    .results-price span{
        font-size: 12px;
    }
    .results-address{
        line-height: 1.5;
    }
    .results-specs{
        margin: 10px 0 0;
        width: 100%;
        justify-content: center;
    }
    .results-specs li,
    .results-specs li:last-child{
        padding: 0 10px;
    }

}

@media only screen and (max-width: 767px){
    .results-item{
        width: 50%;
    }
    .results-address-type li{
        padding: 0 10px;
    }

}
@media only screen and (max-width: 480px){
    .qs-field{
        width: 100%;
    }
    .results-item{
        width: 100%;
    }
}
