.hide, .none { display: none; }
.hidden { display: none !important; }
.no-margin-bottom { margin-bottom: 0 !important; }
.map-hotspots { 
    position: relative;
    width: 100%;
    /* border: 1px solid red; */
    max-width: 100%;
    display: block;
    /* height: 485px;
    background: url('/wp-content/uploads/2023/07/Digestive-Health-Map.jpg') scroll no-repeat 0 0 transparent;
    background-size: contain; */
}
a.hotspots { 
    /* border:1px solid red;  */
    min-width: 7%; 
    min-height: 13%; 
    display: inline-block; 
    text-indent: -999px;
    position:absolute;
    /* border:1px solid red; */
}

a#maptanglewood {
    min-width: 7%;
    bottom: 33%;
    left: 32%;
}
a#mapking {
    min-width: 7%;
    top: 8%;
    left: 36.5%;
}
a#winstorsalem {
    bottom: 40%;
    left: 39.5%;
    min-width: 7%;
}
a#thomasville {
    bottom: 9%;
    right: 42%;   
}
a#kernerville {
    right: 39.5%;
    top: 37.5%;
}

.map-mobile { display: none; }

.location__address a, .location__phone a, .location__fax a { text-decoration: none; 
    font-style: italic;
    font-size: 16px;
    line-height: normal;
    color: #333 !important;
    letter-spacing: .02375rem;
    padding-top: 0 !important;
    font-weight: normal !important;
}

.location__phone a, .location__fax a { display: inline-block !important; }

.hide-desktop { display: none; }

.location__hours-variation-title.hide-desktop strong { font-weight: 800;
    font-size: 19px !important;

}
.location__hours-variation-title.hide-desktop { font-size: 18px !important; font-style: normal !important; margin-bottom: 0 !important; }
@media screen and (max-width: 1024px){
    a#maptanglewood {
        /* min-width: 65px; */
        /* bottom: 31%;
        left: 32%; */
    }

    .hide-mobile { display: none; }
    .hide-desktop { display: block; }
    .location__hour-variation-item { margin-bottom: 0 !important; }
    .location__phone.hide-desktop { margin-top: 0.85rem; }
	
	
	.footer-menu li:last-child a { padding-left: 0 !important; }	
	
}

@media screen and (max-width: 847px){
    a#maptanglewood {
        /* min-width: 52px; */
        /* bottom: 30%;
        left: 32%; */
    }
}

@media screen and (max-width: 767px){
    a#maptanglewood {
        /* min-width: 46px; */
        /* bottom: 29%;
        left: 32%; */
    }
    
}

@media screen and (max-width: 480px){
    .map-tablet-desktop { display: none; }
    .map-mobile { display: block; }
    a#mapking {
        /* min-width: 7%; */
        /* top: 8%; */
        left: 14.5%;
    }
    a#maptanglewood {
        /* min-width: 7%;
        bottom: 33%; */
        left: 6%;
    }
    a#winstorsalem {
        /* bottom: 40%; */
        left: 21.5%;
        /* min-width: 7%; */
    }
    a#kernerville {
        right: 43.5%;
        top: 37.5%;
    }
    a#thomasville {
        bottom: 9%;
        right: 49%;
    }

    

}