/* Protect the purple contact bar from legacy WordPress and plugin link colours. */
html body .contact-strip,
html body .contact-strip a,
html body .contact-strip a:link,
html body .contact-strip a:visited,
html body .contact-strip a:hover,
html body .contact-strip a:focus,
html body .contact-strip a:active,
html body .contact-strip .contact-strip-cta {
	color: #fff !important;
}
