/* ===============================
   FOOTER EMAIL LINK - WHITE COLOR FIX
   =============================== */

/* Most specific rule for footer mailto links - ensures white color */
footer a[href^="mailto:"],
footer .textwidget a[href^="mailto:"],
footer .widget a[href^="mailto:"],
.foo-block a[href^="mailto:"],
.widget-footer a[href^="mailto:"] {
    color: #ffffff !important;
    text-decoration: none !important;
}

/* Hover state for footer mailto links */
footer a[href^="mailto:"]:hover,
footer .textwidget a[href^="mailto:"]:hover,
footer .widget a[href^="mailto:"]:hover,
.foo-block a[href^="mailto:"]:hover,
.widget-footer a[href^="mailto:"]:hover {
    color: #8bb8c1 !important;
    text-decoration: underline !important;
}

/* All footer links - white color */
footer a,
footer .textwidget a,
footer .widget a,
.foo-block a,
.widget-footer a {
    color: #ffffff !important;
}

/* Footer link hover */
footer a:hover,
footer .textwidget a:hover,
footer .widget a:hover,
.foo-block a:hover,
.widget-footer a:hover {
    color: #8bb8c1 !important;
}