/* CUSTOMIZER CLASSES (FOOTER) */

/*
These classes are used in conjunction with get_theme_mod() in various template files
to override default CSS properties, based on settings in the WordPress Customizer.
Customizer settings that have variable values are set in functions/customizer.php.
*/


/* Footer/Prefooter Text Hover Underline */

#footer.footer_text_hover_underline *:not(.prefooter) a:hover {
	text-decoration: underline;
}
#footer.prefooter1_text_hover_underline #prefooter1 a:hover {
	text-decoration: underline;
}
#footer.prefooter2_text_hover_underline #prefooter2 a:hover {
	text-decoration: underline;
}
