/*Contact phone wrapper*/
.contact-phone-wrapper{
display: flex;
}
/* Phone Icons */
.contact-phone-wrapper, .material-symbols-outlined{
color: var( --e-global-color-text );
}
/*Phone Number*/
.contact-phone-wrapper .contact-phone-number,
.contact-phone-wrapper .contact-phone-number:hover{
color:var( --e-global-color-text );
font-size:2.3rem;
}
/*End Contact phone wrapper*/

/*Contact page Address Styles*/
.contactpage-map-icon-wrapper, .material-symbols-outlined {
 display: inline-block;
 color: var( --e-global-color-text );
}

/*Hours of operation*/
.address-section-wrapper p{
color:var( --e-global-color-text );
margin-left: 55px;
padding-top:3px;
}

/*individual address wrapper*/
.contact-address-wrapper{
display: inline-block;
color: var( --e-global-color-text );
}

/*individual address wrapper child styles*/
.contact-address-wrapper span,
.contact-address-wrapper a,
.contact-address-wrapper a:hover{
color: var( --e-global-color-text );
}
/* END Contact Page */