a.footer_email {
    color: inherit;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

a.footer_email:hover {
    color: var(--theme-skit-color);
}