/**
 * Theme Name: Forstron Child
 * Template: forstron
 * Version: 1.0
 * Description: This is a child theme of Forstron
 */



/* Put your custom CSS styles below... */

#footer-widgets-container h2, #footer-widgets-container h3 {
	color: #f1f3f5;
}

#footer-widgets-container a, #footer-widgets-container .email-nospam, .fl-module-content .fl-widget a .email-nospam {
	color: #9a9c9e;
}

#footer-widgets-container a:hover, #footer-widgets-container .email-nospam:hover {
	color: #f1f3f5 !important;
}

.wm-contact-info .contact-info p a.email-nospam {
	color: #9a9c9e;
}
.wm-contact-info .contact-info p a.email-nospam:hover{
	color: #f1f3f5 !important;
}