:root {
    --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;
}
#main-wrapper{
    z-index: unset;
}
#inner-page-wrapper {
     margin-bottom: 0;
    overflow: hidden;
    z-index: unset;
}
#inner-page-wrapper > .container{
    width: 100%;
    padding: 0;
}
.ip-banner{
    display: none;
}
.ip-banner-map {
    position: relative;
    line-height: 0;
}
.ip-banner-map canvas {
    display: block;
    position: relative;
    z-index: 0;
    width: 100%;
    min-height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.ip-title-map {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    margin-top: 60px;
    margin-top: 6.3vw;
}
.entry-title span {
    display: block;
    font-size: 36px;
    letter-spacing: 0.03em;
    margin-bottom: -3px;
}
.ip-banner-map::after {
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.18;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.ip-map-wrap{
    position: relative;
}
.ip-map-wrap::before{
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    pointer-events: none;
    opacity: 1;
    z-index: 1;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 55%,rgba(255,255,255,1) 100%);
}
.entry-title {
    color: #ffffff;
    font-size: 72px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
}
.map_left_wrap {
    width: 100%;
    max-width: fit-content;
    position: absolute;
    z-index: 2;
    padding-top: 10%;
    right: 4.8%;
    pointer-events: none !important;
}
.map_left .section-title h2{
    text-align: left;
}
.map_left .site-title span{
    text-align: left;
    margin-bottom: -3px;
}
.map_left_txt {
    margin-top: 45px;
    margin-left: -66px;
}
.map_left_txt ul {
    width: 100%;
    column-count: 2;
}
.map_left_txt li {
    width: 100%;
    margin-bottom: 6px;
}
.map_left_txt li:nth-child(6),
.map_left_txt li:nth-child(7),
.map_left_txt li:nth-child(8),
.map_left_txt li:nth-child(9),
.map_left_txt li:last-child{
    margin-left: -10px;
}
.map_left_txt li a {
    display: inline-block;
    padding: 12px 0;
    padding-left: 76px;
    color: #00224b;
    font-size: 24px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    position: relative;
    pointer-events: auto;
    font-weight: 500;
    width: 100%;
}
.map_left_txt li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(135,135,135,1) 0%,rgba(141,141,141,1) 46%,rgba(141,141,141,0.99) 47%,rgba(141,141,141,0.65) 80%,rgba(0,0,0,0) 100%);
    transition: var(--default-transition);
}
.map_left_txt li a span{
    position: relative;
/*    z-index: 1;*/
}
.map_left_txt li a:hover,
.map_left_txt li.active a{
    color: #ffffff;
}
.map_left_txt li a:hover:before,
.map_left_txt li.active a:before{
    width: 100%;
}
.map_right_wrap {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
#map_wrap {
    width: 1600px;
}
#map_wrap #map {
    width: 100%;
    position: relative;
}
#map_wrap img {
    width: auto;
    max-width: 100%;
}
#transparent {
    width: 1600px !important;
    height: 748px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 4;
    opacity: 0;
}
#map .map_hovers {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
#map .map_hovers div {
/*    position: absolute;*/
/*    z-index: 1;*/
}
#map .map_hovers div img {
    opacity: 0;
/*    opacity: 1;*/
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
}
#map .map_hovers div.hovered img{
    opacity: 1;
}
.map_txt {
    position: absolute;
    width: auto;
    z-index: 3;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.125em;
    text-align: center;
    line-height: 1.231;
    text-transform: uppercase;
}

.map_txt span {
    position: relative;
}
.map_txt span::before {
     width: 12px;
    height: 16px;
    content: '';
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(/wp-content/uploads/2023/10/map-pin.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; 
}

/*MAP HOVERS POSITION*/
#map_culver_city img{
    left: 293px;
    top: 290px;
}
#map_mar_vista img{
    left: 240px;
    top: 310px;
}
#map_palms img{
    left: 302px;
    top: 291px;
}
#map_santa_monica img{
    left: 62px;
    top: 244px;
}
#map_beverly_wood img{
    left: 337px;
    top: 239px;
}
#map_west_la img{
    left: 177px;
    top: 202px;
}
#map_venice img{
    left: 158px;
    top: 383px;
}
#map_ladera img{
    left: 425px;
    top: 323px;
}
#map_mid_city img{
    left: 439px;
    top: 206px;
}
#map_del_rey img{
    left: 262px;
    top: 404px;
}


/*MAP LABEL POSITION*/
.map_txt_culver_city{
    left: 373px;
    top: 372px;
}
.map_txt_mar_vista{
    left: 251px;
    top: 378px;
}
.map_txt_palms{
    left: 333px;
    top: 338px;
}
.map_txt_santa_monica{
    left: 108px;
    top: 339px;
}
.map_txt_beverly_wood{
    left: 338px;
    top: 279px;
}
.map_txt_west_la{
    left: 241px;
    top: 285px;
}
.map_txt_venice{
    left: 184px;
    top: 439px;
}
.map_txt_ladera{
    left: 484px;
    top: 362px;
}
.map_txt_mid_city{
    left: 517px;
    top: 278px;
}
.map_txt_del_rey{
    left: 287px;
    top: 458px;
}

/*MAP PIN*/
.map_txt_culver_city span::before{
    left: 61%;
}
/**************************************************/
/*         MEDIA AND OTHER MOBILE STYLES          */
/**************************************************/
@media only screen and (max-width: 1480px){
    
}
@media only screen and (max-width: 1366px){
    .map_left_txt{
        margin-left: -25px;
    }
    .map_left_txt li a{
        padding-left: 35px;
        font-size: 16px;
    }
    
    
}
@media only screen and (max-width: 1280px){
    
}
@media only screen and (max-width: 1199px){
    .ip-comm-breadcrumbs{
        margin-left: 5%;
    }
    .entry-title {
        font-size: 55px;
    }
    .map_left_wrap{
        right: 5%;
        padding-top: 6.1%;
    }
    .map_left_txt{
        margin-top: 20px;
    }
    .map_left_txt li a{
        font-size: 14px;
    }
    
}
@media only screen and (max-width: 991px){
    .ip-comm-map-wrap {
        padding: 50px 15px;
    }
    .map_left_wrap{
        position: relative;
        left: unset;
        right: unset;
        margin: auto;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .map_left .section-title h2 {
        text-align: center;
    }
    .map_left_txt {
        margin-top: 35px;
        margin-left: 0;
    }
    .map_left .site-title span{
        text-align: center;
    }
    .map_left_txt ul{
        column-count: 1;
        max-width: 300px;
        margin: auto;
    }
    .map_left_txt li{
        text-align: center;
    }
    .map_left_txt li a{
        padding: 10px 0;
        font-size: 20px;
    }
    .map_left_txt li:nth-child(6),
    .map_left_txt li:nth-child(7),
    .map_left_txt li:nth-child(8),
    .map_left_txt li:nth-child(9),
    .map_left_txt li:last-child{
        margin-left: 0;
    }
    
}
@media only screen and (max-width: 767px){

}
@media only screen and (max-width: 480px){
    .ip-custom-breadcrumbs p#breadcrumbs{
        font-size: 13px;
    }
    .entry-title {
        font-size: 45px;
    }
    .map_left_txt li a{
        font-size: 14px;
    }
    
    
}
