/**
 * Footer Link Hover Effect
 * 
 * This file contains styles for the footer link hover effect
 * that exactly matches timamode.com
 */

/* Override all existing footer link hover styles */
.site-footer a:hover,
.footer-widget a:hover,
.footer-menu a:hover,
.footer-widget ul li a:hover,
body .site-footer a:not(.codlion-social-icon):hover,
body .footer-widget a:not(.codlion-social-icon):hover,
body .footer-menu a:hover,
body .footer-contact-info a:hover,
body .footer-contact-info a:hover i,
body .site-footer a[href^="tel:"]:hover,
body .site-footer a[href^="tel:"]:hover i,
body .site-footer a[href^="tel:"]:hover .fas.fa-phone-alt,
body .site-footer a[href^="mailto:"]:hover,
body .site-footer a[href^="mailto:"]:hover i,
body .site-footer a[href^="mailto:"]:hover .fas.fa-envelope {
    color: inherit !important;
}

/* Remove all existing hover effects */
.site-footer a::after,
.site-footer a::before,
.footer-widget a::after,
.footer-widget a::before,
.footer-menu a::after,
.footer-menu a::before,
.footer-widget ul li a::after,
.footer-widget ul li a::before,
body .site-footer a:not(.codlion-social-icon)::after,
body .footer-widget a:not(.codlion-social-icon)::after,
body .footer-menu a::after,
body .footer-contact-info a::after {
    display: none !important;
    content: none !important;
    width: 0 !important;
    opacity: 0 !important;
}

/* Simple text-decoration underline on hover - exactly like timamode.com */
.site-footer a,
.footer-widget a,
.footer-menu a,
.footer-widget ul li a,
body .site-footer a:not(.codlion-social-icon),
body .footer-widget a:not(.codlion-social-icon),
body .footer-menu a,
body .footer-contact-info a {
    text-decoration: none !important;
}

.site-footer a:hover,
.footer-widget a:hover,
.footer-menu a:hover,
.footer-widget ul li a:hover,
body .site-footer a:not(.codlion-social-icon):hover,
body .footer-widget a:not(.codlion-social-icon):hover,
body .footer-menu a:hover,
body .footer-contact-info a:hover {
    text-decoration: underline !important;
}
