/* MAP */
.infoBox:before {
    background: white !important;
    box-shadow: none !important;
    content: "";
    height: 15px;
    left: -2px;
    position: absolute;
    top: 50px;
    transform: translate(-50%,-50%) rotate(45deg);
    width: 15px;
    overflow: visible;
    border-left: 3px solid var(--primary-1);
    border-bottom: 3px solid var(--primary-1);
}

.infoBoxBlack:before {
    background: white !important;
    box-shadow: none !important;
    content: "";
    height: 15px;
    left: -2px;
    position: absolute;
    top: 50px;
    transform: translate(-50%,-50%) rotate(45deg);
    width: 15px;
    overflow: visible;
    border-left: 3px solid black !important;
    border-bottom: 3px solid black !important;
}

.infoBox {
    background: white;
    border: 3px solid var(--primary-1);
    padding: 8px 16px;    
}

.infoBoxBlack {
    background: white;
    border: 3px solid black;
    padding: 8px 16px;    
}

.infoBoxMarker {
    content: "";
    display: block;
    position: absolute;
    height: 108px;
    width: 90px;
    left: -60.5px;
    top: -21px;
    transform: scale(0.48);
    pointer-events: none;
}

.infoBoxMarkerBlack {
    content: "";
    display: block;
    position: absolute;
    height: 108px;
    width: 90px;
    left: -60.5px;
    top: -21px;
    transform: scale(0.48);
    pointer-events: none;
}

.iw-name h3 {
    font-size: 18px;
}

.iw-current-location {
    width: fit-content;
    padding: 4px 8px;
    background-color: var(--primary-1);
    position: relative;
    left: -17px;
    top: -10px;
    color: white;
}


.iw-current-location h3 {
    font-size: 12px;
}

.infoBox button.btn,
.infoBoxBlack button.btn {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

.iw-address > a,
.iw-phone > a {
    color: black !important;
}

.iw-change .btn {
    margin-top: 8px;
}

.iw-schedule > a,
.iw-schedule > button,
.iw-change > button{
    width: 100%;
}

.iw-address>a:hover, 
.iw-phone>a:hover {
    opacity: 0.6;
}

.seo {
    margin: 16px 8px;
    padding: 0 8px;
}

@media only screen and (max-width: 767.98px) {
    .infoBox:before {
        left: 136px;
        top: -2px;
        border-top: 3px solid var(--primary-1);
        border-bottom: none !important;
    }

    .infoBox, .infoBoxBlack{
        padding: 8px;
        width: 240px !important;
    }

    .infoBox img, .infoBoxBlack img{
        height: 24px;
        width: 24px;
    }

    .infoBox br, .infoBoxBlack br{
        display: none;
    }

    .iw-current-location {
        left: -10px;
        top: -10px;
    }

    .iw-address, .iw-phone{
        margin-bottom: .5rem;
    }

    .infoBoxBlack:before {
        left: 136px;
        top: -2px;
        border-top: 3px solid black;
        border-bottom: none !important;
    }

    .infoBoxMarker, .infoBoxMarkerBlack {
        left: 97px;
        top: -86px;
        padding: 3px;
        border: 2px;
    }

    .iw-address a, .iw-phone a{
        font-size: 12px;
    }

    .iw-schedule > a,
    .iw-schedule > button,
    .iw-change > button{
        font-size: 12px;
        height: 28px;
    }
}