
/* show on mobiles and hide tel-links on dektop */
a[href^="tel:"],
a.phoneLink {
	pointer-events: none;
	/* disable active tel-linking feature for mobiles */
}
a.phoneLink[href^="tel:"]::before {
	content: "☎";
	top: -1px !important;
}
a.phoneLink {
	background-color: #FFF !important;
	background-image: url('') !important;
}
