/*******************************************************
 *
 * Interactive Map
 *
 *******************************************************/
#inner-page-wrapper {
    margin-bottom: 0;
}

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

#ip-interactive-map {
    font-size: 0;
    letter-spacing: normal;
    line-height: 1;
}

.aoe-map-container {
    display: block;
    position: relative;
    z-index: 3;
    overflow: hidden;
}

.aoe-map-wrapper {
    display: block;
    position: relative;
}

.aoe-comm-areas {
    display: inline-block;
    position: relative;
    padding-left: 92px;
}

.aoe-map-transparent {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
}

.aoe-map-main {
    position: relative;
    width: 1600px;
}

.aoe-map-main:before {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../images/interactive-map/compass-logo.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: bottom right;
    opacity: 0.04;
}

.aoe-map-hovers {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.aoe-map-img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    pointer-events: auto;
    z-index: 4;
}

.aoe-map-pin {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    z-index: 5;
    display: block;
    text-align: center;
}

.aoe-map-pin span {
    font-family: var(--spartan);
    font-size: 10px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    line-height: 13px;
    white-space: nowrap;
    position: relative;
    width: 100%;
    display: inline-block;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.aoe-map-pin span:before {
    position: absolute;
    content: '';
    top: -17px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: 2px solid #000;
    background-color: #fff;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    display: block;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    min-width: 12px;
}

.aoe-comm-areas li.aoe-comm-title {
    z-index: 1;
    font-family: var(--playfair);
    font-size: 30px;
    line-height: 1;
    letter-spacing: 1.5px;
    color: #000;
    position: relative;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    font-weight: 700;
    display: block;
}

.aoe-comm-areas li.aoe-comm-title:not(:last-child) {
    margin-bottom: 22px;
}

.aoe-comm-areas ul {
    display: block;
    position: relative;
    width: 100%;
    min-width: 344px;
}

.aoe-comm-areas li.aoe-comm-title a:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    z-index: -1;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    background-image: url(../../images/interactive-map/monogram-logo.png);
    width: 21px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.aoe-comm-areas li.aoe-comm-title:hover:before {
    width: 100%;
}

.aoe-comm-areas li.aoe-comm-title a {
    color: inherit;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    padding: 3px 46px 7px;
    display: block;
}

.aoe-comm-areas li.aoe-comm-title a:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dd9933+0,f4ce6d+50,dd9933+100 */
    background: rgb(221,153,51);
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(rgba(221,153,51,1)),color-stop(50%, rgba(244,206,109,1)),to(rgba(221,153,51,1)));
    background: -o-linear-gradient(left, rgba(221,153,51,1) 0%,rgba(244,206,109,1) 50%,rgba(221,153,51,1) 100%);
    background: linear-gradient(to right, rgba(221,153,51,1) 0%,rgba(244,206,109,1) 50%,rgba(221,153,51,1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd9933', endColorstr='#dd9933',GradientType=1 );
    /* IE6-9 */
}

.aoe-map-content {
    position: absolute;
    top: 120px;
    left: 128px;
    z-index: 5;
}

.aoe-map-title {
    display: block;
    position: relative;
    margin-bottom: 40px;
    padding-left: 39px;
}

.aoe-map-title h2 {
    font-size: 80px;
    font-family: var(--playfair);
    color: #000;
    display: block;
    margin-left: 17px;
}

.aoe-map-title h2 span {
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    font-family: var(--montserrat);
    color: #dd9933;
    text-transform: uppercase;
    letter-spacing: 6px;
    display: inline-block;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    padding-left: 22px;
    border-left: 2px solid #bdc1c3;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 134px;
    white-space: nowrap;
    display: block;
}

.aoe-map-title h2 span:before {
    background-image: url(../../images/monogram-logo.png);
    position: absolute;
    content: '';
    top: calc(100% + 12px);
    right: calc(100% - 12px);
    width: 27px;
    height: 27px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.aoe-map-title em {
    font-style: normal;
    display: block;
    font-size: 19px;
    color: #000;
    font-family: var(--playfair);
    margin-left: 24px;
    margin-bottom: 41px;
}

.aoe-comm-areas li.aoe-comm-title.active a:after, .aoe-comm-areas li.aoe-comm-title:hover a:after {
    opacity: 1;
    visibility: visible;
    width: 100%;
}

.aoe-comm-areas li.aoe-comm-title.active a:before, .aoe-comm-areas li.aoe-comm-title:hover a:before {
    opacity: 0;
    visibility: hidden;
}

.aoe-map-hovers > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.aoe-map-mobile-list {
    display: none;
}

.aoe-map-hovers > div.active .aoe-map-img {
    opacity: 1;
    visibility: visible;
}

.aoe-map-hovers > div.active .aoe-map-pin span {
    color: #fff;
}

.aoe-map-hovers > div.active .aoe-map-pin span:before {
    border-color: #dd9933;
}

/*hovers*/
.aoe-map-hovers > div.pacific-palisades .aoe-map-img {
    top: 168px;
    left: 788px;
}

.aoe-map-hovers > div.newport-beach .aoe-map-img {
    top: 280px;
    left: 893px;
}

.aoe-map-hovers > div.la-jolla .aoe-map-img {
    top: 403px;
    left: 916px;
}

/*Pin*/
.aoe-map-hovers > div.pacific-palisades .aoe-map-pin {
    top: 210px;
    left: 841px;
}

.aoe-map-hovers > div.newport-beach .aoe-map-pin {
    top: 356px;
    left: 941px;
}

.aoe-map-hovers > div.la-jolla .aoe-map-pin {
    top: 602px;
    left: 979px;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {
}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {
    .aoe-map-outer .aoe-map-content {
        display: none;
    }

    .aoe-map-mobile-list .aoe-map-content {
        position: relative;
        top: 0;
        left: 0;
        display: inline-block;
        text-align: left;
        padding: 0 15px;
    }

    .aoe-map-mobile-list {
        display: block;
        text-align: center;
        padding: 130px 0 50px;
    }

    .aoe-map-title {
        margin-bottom: 40px;
    }

    .aoe-map-title h2 {
        font-size: 54px;
    }

    .aoe-comm-areas {
        padding-left: 36px;
    }

    .aoe-comm-areas ul {
        min-width: 118px;
    }

    .aoe-comm-areas li.aoe-comm-title {
        font-size: 20px;
    }

    .aoe-comm-areas li.aoe-comm-title:not(:last-child) {
        margin-bottom: 20px;
    }

    .aoe-comm-areas li.aoe-comm-title a {
        padding: 3px 32px;
    }

    .aoe-map-title h2 span {
        font-size: 14px;
        letter-spacing: 3px;
        height: 105px;
    }

    .aoe-map-title em {
        margin-bottom: 25px;
    }
}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 480px) {
}
