#content-full {
    margin-top: 0;
}
#inner-page-wrapper {
    margin-bottom: 0;
}
    #inner-page-wrapper > .container {
        width: 100%;
        padding: 0;
    }
#content .entry-title {
    display: none;
}

#ip-map {
    padding: 82px 0 71px;
    background: #Fff url(../../images/ip-map/bg-map.jpg) center/cover no-repeat;
}
    .ip-map-inner {
        position: relative;
        margin-right: -35px;
    }
        .ip-map-list {
            /*width: 384px;*/
            width: 32.682%;
        }
            #ip-map .section-title {
                color: #000;
                margin-bottom: 41px;
            }
                #ip-map .section-title em {
                    color: #858585;
                }
            #content .ip-map-list ul {
                margin: 0 0 0 -17px;
                list-style: none;
            }
                .ip-map-list ul li {
                    display: flex;
                    align-items: center;
                    margin-bottom: 18px;
                }

                .ip-map-list ul li a {
                    font-size: 18px;
                    letter-spacing: 0.05em;
                    line-height: 1.2;
                    color: #000;
                    text-transform: uppercase;
                    display: inline-flex;
                    align-items: center;
                    padding: 8px 17px;
                    transition: all .3s ease;
                }

                    .ip-map-list ul li a:before {
                        content: '';
                        position: relative;
                        display: inline-block;
                        width: 11px;
                        height: 11px;
                        border-radius: 50%;
                        background: #3e4152;
                        margin-right: 18px;
                        transition: all .3s ease;
                    }

                .ip-map-list ul li a:hover,
                .ip-map-list ul li a.active {
                    background: #3e4152;
                    color: #fff;
                }
                    .ip-map-list ul li a:hover:before,
                    .ip-map-list ul li a.active:before {
                        background: #fff;
                    }

        .ip-map-responsive {
            width: 67.318%;
            padding: 2px 0 0;
        }
            .ip-map-container {
                position: relative;
                font-size: 0;
            }
                .ip-map-container canvas {
                    display: block;
                    width: 100%;
                }
                .ip-map-resizer {
                    position: absolute;
                    top: 0;
                    left: 0;
                }
                    .ip-map-resizer img[usemap] {
                        position: absolute;
                        top: 0;
                        left: 0;
                        z-index: 2;
                    }

                .ip-map-hovers {
                    position: absolute;
                    top: 0;
                    left: 0;
                }
                    .ip-map-hover {
                        position: absolute;
                    }
                        .ip-map-hover img {
                            display: block;
                            opacity: 0;
                            transition: all .3s ease;
                        }
                        .ip-map-hover span {
                            position: absolute;
                            font-size: 15px;
                            letter-spacing: 0.01em;
                            white-space: nowrap;
                            color: #fff;
                            text-transform: uppercase;
                            text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
                            font-family: var(--font-family-title);
                            transition: all .3s ease;
                        }
                            .ip-map-hover span:before {
                                content: '';
                                position: absolute;
                                width: 8px;
                                height: 8px;
                                border-radius: 50%;
                                background: #fff;
                            }

                        .ip-map-hover.active img {
                            opacity: 1;
                        }
                        .ip-map-hover.active span {
                            /*font-family: var(--font-family-default);*/
                        }
        /*phoenix*/
        .ip-map-hover[data-area="phoenix"] {
            left: 366px;
            top: 25px;
        }
            .ip-map-hover[data-area="phoenix"] span {
                top: 241px;
                left: 171px;
            }
                .ip-map-hover[data-area="phoenix"] span:before {
                    top: -9px;
                    left: 3px;
                    right: 0;
                    margin: auto;
                }

        /*goodyear*/
        .ip-map-hover[data-area="goodyear"] {
            left: 241px;
            top: 383px;
        }
            .ip-map-hover[data-area="goodyear"] span {
                top: 140px;
                left: 33px;
            }
                .ip-map-hover[data-area="goodyear"] span:before {
                    top: -9px;
                    left: 3px;
                    right: 0;
                    margin: auto;
                }

        /*surprise*/
        .ip-map-hover[data-area="surprise"] {
            left: 155px;
            top: 171px;
        }
            .ip-map-hover[data-area="surprise"] span {
                top: 113px;
                left: 131px;
            }
                .ip-map-hover[data-area="surprise"] span:before {
                    top: -8px;
                    left: 2px;
                    right: 0;
                    margin: auto;
                }

        /*litchfield-park*/
        .ip-map-hover[data-area="litchfield-park"] {
            left: 324px;
            top: 384px;
        }
            .ip-map-hover[data-area="litchfield-park"] span {
                top: 30px;
                left: -53px;
                white-space: normal;
                text-align: center;
                line-height: 1.2;
            }
                .ip-map-hover[data-area="litchfield-park"] span:before {
                    top: -11px;
                    right: 21px;
                }

        /* scottsdale */
        .ip-map-hover[data-area="scottsdale"] {
            left: 630px;
            top: 42px;
        }
            .ip-map-hover[data-area="scottsdale"] span {
                top: 201px;
                left: 42px;
            }
                .ip-map-hover[data-area="scottsdale"] span:before {
                    top: -11px;
                    left: 2px;
                    right: 0;
                    margin: auto;
                }

        /* paradise-valley */
        .ip-map-hover[data-area="paradise-valley"] {
            left: 595px;
            top: 322px;
        }
            .ip-map-hover[data-area="paradise-valley"] span {
                top: 37px;
                left: -30px;
            }
                .ip-map-hover[data-area="paradise-valley"] span:before {
                    top: -4px;
                    right: 44px;
                }

        /* waddell */
        .ip-map-hover[data-area="waddell"] {
            left: 225px;
            top: 293px;
        }
            .ip-map-hover[data-area="waddell"] span {
                top: 49px;
                left: 13px;
            }
                .ip-map-hover[data-area="waddell"] span:before {
                    top: -6px;
                    left: 11px;
                    right: 0;
                    margin: auto;
                }

        /* peoria */
        .ip-map-hover[data-area="peoria"] {
            left: 274px;
            top: -8px;
        }
            .ip-map-hover[data-area="peoria"] span {
                top: 131px;
                left: 67px;
            }
                .ip-map-hover[data-area="peoria"] span:before {
                    top: 9px;
                    right: -17px;
                }

        /* buckeye */
        .ip-map-hover[data-area="buckeye"] {
            left: -12px;
            top: 138px;
        }
            .ip-map-hover[data-area="buckeye"] span {
                top: 121px;
                left: 29px;
            }
                .ip-map-hover[data-area="buckeye"] span:before {
                    top: -8px;
                    right: 0px;
                    left: 6px;
                    margin: auto;
                }

        /* anthem */
        .ip-map-hover[data-area="anthem"] {
            left: 478px;
            top: 56px;
        }
            .ip-map-hover[data-area="anthem"] span {
                top: 25px;
                left: -15px;
            }
                .ip-map-hover[data-area="anthem"] span:before {
                    top: 7px;
                    right: -13px;
                }


                .ip-map-list ul li {
                    margin-bottom: 0px;
                }

                .ip-map-list ul li a {
                    font-size: 14px;
                    padding: 7px 17px;
                }




@media only screen and (max-width: 1199px) {
    .ip-map-inner {
        margin-right: 0;
    }




}





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


#ip-map .section-title{

    margin-bottom: 10px;
}
.ip-map-list ul li a {
    font-size: 13px;
    padding: 5px 17px;
}



}










@media only screen and (max-width: 991px) {
    .ip-map-inner {
        display: block;
    }
        .ip-map-list {
            width: 100%;
        }
        .ip-map-responsive {
            width: 100%;
            margin-top: 30px;
        }
}
