.ip-banner {
    display: none;
}

#inner-page-wrapper {
    margin-bottom: 0;
}

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

.ip-map-area {
    /*max-width: 1600px;
    margin: 0 auto;*/
    position: relative;
}

div#ip-map-wrap {
    /*overflow: hidden;*/
    position: relative;
}

    #ip-map {
        position: relative;
        width: 1600px;
    }

        #ip-map-transparent {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 3;
        }

            #trueMap {
                z-index: 1;
            }

                #ip-map .hovers div, #ip-map .hovers div span {
                    position: absolute;
                }

                    #ip-map .hovers div > img {
                        opacity: 0; 
                        position: relative;
                        z-index: 2;
                    }

                    span.map-label {
                        font-size: 12px;
                        text-transform: uppercase;
                        color: #fff;
                        pointer-events: none;
                        font-family: var(--secondary-font-family);
                        font-weight: 700;
                        text-align: center;
                        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
                        letter-spacing: 1.8px;
                        z-index: 5;
                        -webkit-transition: all 0.3s ease-in-out;
                        -moz-transition: all 0.3s ease-in-out;
                        -o-transition: all 0.3s ease-in-out;
                        transition: all 0.3s ease-in-out;
                    }

                        #ip-map .hovers .hover span.map-label,
                        #ip-map .hovers .active-map span.map-label{
                            transform: scale(1.1);
                        }

                            #ip-map .hovers .active-map img{
                                opacity: 1 !important;
                            }

div#map1 {
    top: 159px;
    left: 892px;
}

    div#map1 span.map-label {
        top: 62px;
        left: 5px;
    }

div#map2 {
    top: 102px;
    left: 683px;
}

    div#map2 span.map-label {
        top: 95px;
        left: 107px;
    }

div#map3 {
    top: 49px;
    left: 944px;
}

    div#map3 span.map-label {
        top: 84px;
        left: 60px;
    }

div#map4 {
    bottom: 250px;
    left: 921px;
}

    div#map4 span.map-label {
        top: 91px;
        left: 25px;
    }

div#map5 {
    bottom: 186px;
    left: 980px;
}

    div#map5 span.map-label {
        top: 53px;
        left: 64px;
    }

div#map6 {
    bottom: 186px;
    left: 1043px;
}

    div#map6 span.map-label {
        top: 56px;
        left: 10px;
    }

div#map7 {
    bottom: 65px;
    left: 1103px;
}

    div#map7 span.map-label {
        top: 118px;
        left: 18px;
    }

.ip-map-content {
    position: absolute;
    bottom: 73px;
    left: 148px;
    z-index: 5;
}

.ip-map-title {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-family: var(--secondary-font-family);
    letter-spacing: 2.9px;
    margin-bottom: 13px;
}

.ip-map-active-area {
    font-size: 25px;
    color: #e38308;
    text-transform: uppercase;
    font-family: var(--secondary-font-family);
    font-weight: 700;
    letter-spacing: 3.4px;
}

.ip-neighborhood-text-area {
    /*background: #03989e;*/
    background: #e38308;
    position: relative;
    padding: 73px 15px 57px;
}

.ip-neighborhood-text-area::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../../images/los-angeles-communities/text-bg.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    opacity: .15;
}

.ip-neighborhood-text-holder {
    max-width: 1370px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 5;
}

.ip-neighborhood-text-col {
    width: calc(100% / 3);
    padding: 0 19px;
}

.ip-neighborhood-text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: .4px;
    text-align: justify;
    padding: 0 0 24px;
}

.ip-neighborhood-text-col:nth-child(2) {
    padding-top: 167px;
}

.ip-neighborhood-text-col:nth-child(3) {
    padding-top: 360px;
}

.ip-neighborhood-listings-area {
    padding: 0px 15px 57px;
    position: relative;
    margin-top: 50px;
}

.ip-neighborhood-listings-holder {
    max-width: 1477px;
    margin: 0 auto;
    position: relative;
}

.ip-neighborhood-listings-title {
    font-size: 30px;
    color: #36cdc8;
    text-align: right;
    text-transform: uppercase;
    font-family: var(--secondary-font-family);
    letter-spacing: 2.7px;
}

.ip-neighborhood-listings-feed {
    display: flex;
    flex-wrap: wrap;
    margin: 33px -19px 0;
    position: relative;
}

.ip-listing-list {
    width: calc(100% / 3);
    padding: 21px 19px;
}

.ip-listing-list a{
    display: block;
    position: relative;
}

.ip-listings-photo {
    position: relative;
}

.ip-listings-photo canvas {
    display: block;
    width: 100%;
}

.ip-listings-photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ip-listings-top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.ip-listings-top-thumb {
    width: calc(100% / 3);
}

.ip-listings-top-main {
    width: calc(100% / 3 * 2);
}

.ip-listings-top-main .ip-listing-list {
    width: 100%;
}

.ip-listings-top-thumb .ip-listing-list {
    width: 100%;
}

.ip-listings-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 5;
}

.ip-listing-list a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
}

.ip-listings-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    padding: 27px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgb(22 22 22 / 0%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ip-listings-price {
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    font-family: var(--secondary-font-family);
    letter-spacing: 1.7px;
}

.ip-listings-address {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-family: var(--secondary-font-family);
    letter-spacing: 1.5px;
    line-height: 1.3;
    margin-top: 8px;
}

.ip-listings-view {
    width: 142px;
    height: 40px;
    background: #00b19f;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
}

.ip-listing-list a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    border: solid 2px #00b19f;
    z-index: 6;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.ip-listing-list a:hover::before{
    opacity: 1;
}

.ip-listing-list a:hover .ip-listings-content{
    background: rgb(22 22 22 / 85%);
}

.ip-listings-content-right{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    display: flex;
    align-items: center;
}

.ip-listing-list a:hover .ip-listings-content-right{
    opacity: 1;
}

.ip-listings-specs {
    display: flex;
    align-items: self-end;
    text-align: center;
}

.ip-listings-specs img {
    margin: 0 auto 24px;
}

.ip-listings-specs span {
    margin: 0 22px;
}

.ip-listings-specs {
    display: flex;
    align-items: self-end;
    text-align: center;
    margin-right: 28px;
    font-size: 18px;
    font-weight: 700;
    font-family: var(--secondary-font-family);
    letter-spacing: 1px;
    color: #fff;
}

.ip-listings-top-main .border{
    width: 1px;
    height: 110px;
    background: #f9db39;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ip-listing-list a:hover .border{
    opacity: .5;
}

.ip-listings-top-main .ip-listings-content {
    padding: 27px 50px;
}

.ip-map-active-area[map-name="PalmSprings"] {
    color: #e38308;
}

.ip-neighborhood-text-area.coms-palm-springs{
    background: #e38308;
}

.ip-map-active-area[map-name="CathedralCity"] {
    color: #ee5a2f;
}

.ip-neighborhood-text-area.coms-cathedral-city{
    background: #ee5a2f;
}

.ip-map-active-area[map-name="YuccaValley"] {
    color: #e75929;
}

.ip-neighborhood-text-area.coms-yucca-valley{
    background: #e75929;
}

.ip-map-active-area[map-name="RanchoMirage"] {
    color: #ec2d00;
}

.ip-neighborhood-text-area.coms-rancho-mirage{
    background: #ec2d00;
}

.ip-map-active-area[map-name="PalmDesert"] {
    color: #e98064;
}

.ip-neighborhood-text-area.coms-palm-desert{
    background: #e98064;
}

.ip-map-active-area[map-name="IndianWells"] {
    color: #e28205;
}

.ip-neighborhood-text-area.coms-indian-wells{
    background: #e28205;
}

.ip-map-active-area[map-name="LaQuinta"] {
    color: #ed2c00;
}

.ip-neighborhood-text-area.coms-la-quinta{
    background: #ed2c00;
}

/* 
 * single comm - show map only
 */
.ai-minimalist-properties-results-grid.active {
    display: none !important;
}
.ai-minimalist-properties-results-pagination.aos-init.aos-animate{
    display: none !important;
}
.ai-minimalist-properties-results-footer.aos-init.aos-animate{
    display:none !important;
}

.ai-minimalist-properties-results-main.mobile-table {
    display: none !important;
}

.ai-minimalist-properties-results-pagination.aos-init.aos-animate {
    display: none !important;
}

.ai-minimalist-properties-results-footer.aos-init.aos-animate {
    display: none !important;
}


.ai-minimalist-properties-results-main,
.ai-minimalist-properties-results-footer,
.ai-minimalist-properties-results-pagination,
.ai-minimalist-properties-results-views{
    display: none !important;
}

.ai-minimalist-properties-results-top {
    padding: 50px 15px 0px !important;
    margin-bottom: -50px !important;
}

@media only screen and (max-width: 1366px) {
    .ip-listings-specs {
        font-size: 15px;
        margin-right: 15px;
    }

    .ip-listings-specs span {
        margin: 0 10px;
    }

    .ip-listings-address {
        font-size: 14px;
        letter-spacing: 0px;
    }

    .ip-listings-content {
        padding: 27px 15px;
    }

    .ip-listings-top-main .ip-listings-content {
        padding: 27px 30px;
    }

    .ip-listings-price {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1199px) {
    .ip-listings-top-main .ip-listings-content {
        padding: 27px 15px;
    }

    .ip-listings-price {
        font-size: 18px;
    }

    .ip-listings-address {
        font-size: 13px;
    }

    .ip-listings-view {
        width: 100px;
        font-size: 12px;
        letter-spacing: 0;
    }
}
@media only screen and (max-width: 991px) {
    .ip-listings-price {
        font-size: 15px;
    }
    .ip-listings-address {
        font-size: 12px;
    }
    .ip-listing-list a::after {
        height: 100%;
    }
    .ip-listings-view {
        width: 85px;
        font-size: 10px;
    }
}

@media only screen and (max-width: 768px) {
    div#ip-map-wrap {
        height: auto !important;
    }

    #ip-map {
        width: 100%;
        transform: none !important;
    }

    img#ip-map-transparent,
    map#myMap,
    img#trueMap,
    .hovers {
        display: none;
    }

    .ip-map-content {
        position: relative;
        bottom: 0;
        left: 0;
        z-index: 5;
        text-align: center;
    }

    .ip-neighborhood-text-col {
        width: 100%;
        padding: 0 !important;
    }

    .ip-neighborhood-listings-title {
        text-align: center;
    }

    .ip-listings-top-main {
        width: 100%;
    }

    .ip-listings-top-thumb {
        width: 100%;
    }

    .ip-listing-list a {
        max-width: 500px;
        margin: 0 auto;
    }

    .ip-listings-content {
        flex-direction: column;
        text-align: center;
    }

    .ip-listings-top-main .border {
        display: none;
    }

    .ip-listings-content-right {
        flex-direction: column;
        opacity: 1;
    }

    .ip-listings-specs {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .ip-listings-content-left {
        margin-bottom: 15px;
    }

    .ip-listing-list {
        width: 100%;
    }

    .mobile-map-list {
        display: block !important;
        text-align: center;
        column-count: 2;
        margin: 30px 0;
    }

    .map-list a {
        display: inline-block;
        padding: 5px;
        text-transform: uppercase;
        font-size: 15px;
    }

    .ip-listing-list a::after {
        height: 100%;
    }

}

@media only screen and (max-width: 767px) {
    .mobile-map-list {
        column-count: 1;
    }
}


.no_found{
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
.ai-minimalist-properties-results-map.notactive{
    display: none !important;
}


.ai-minimalist-properties-results-map.active{
    display: block !important;
}