/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 25 2025 | 10:44:52 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.map-wrap-box {
    position: relative;
    background-size: cover;
    height: 458px !important;
    background-image: url(https://www.elderberryhealthcare.com/wp-content/uploads/2025/07/tour-map.jpg) !important;
    background-position: center center;
	background-repeat: no-repeat;
}
.map-wrap-box.contact-map {
	height: 500px !important;
    background-image: url(https://www.elderberryhealthcare.com/wp-content/uploads/2025/07/contact-map.jpg) !important;
}
.maps-address-container {
    position: absolute;
    left: 10px;
    top: 10px;
    background-color: #fff;
    padding: 9px 4px 9px 11px;
    box-shadow: rgba(0, 0, 0, .3) 0px 1px 4px -1px;
    border-radius: 2px;
    font: 400 12px Roboto, Arial, sans-serif;
    text-align: left;
}
.maps-place-desc {
    width: 160px;
    display: inline-block;
    text-align: left;
}
.maps-navigate-link {
    display: inline-block;
    vertical-align: top;
    height: 43px;
    padding: 0 7px;
    text-align: center;
}
.maps-link {
    padding-top: 10px;
    text-align: left;
}
span.maps-place-name {
    white-space: nowrap;
    font-weight: 600;
    font-size: 14px !important;
    color: #000;
    display: block;
}
span.maps-address {
    display: block;
    margin-top: 6px;
    color: #626262;
    font-size: 12px !important;
}
span.navigate-text {
    color: #3a84df;
}
.maps-address-container a {
    color: #3a84df;
}
@media only screen and (max-width: 959px) {
	.map-wrap-box, .map-wrap-box.contact-map {
		height: 300px !important;
		background-size: cover;
	}
	
}
@media only screen and (max-width: 767px) { 
.maps-navigate-link {
        display: none;
	}
	#Footer .footer_copy .mobile-one, #Footer .footer_copy .mobile-one div {
		margin-bottom: 0px;
	}
}
    }
}
