/*
 Theme Name:     Divi Child Theme
 Description:    Divi Child Theme
 Template:       Divi
 
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */






#footer-info { 
color: white; 

}
 
#footer-info a { 
color: white;
}
 
#footer-info a:hover { 
color: white;
}
 
/* Style Footer Social Icons - Lines 1185 to 1198 */
 
#footer-bottom .et-social-facebook a {
	color: white;
}
#footer-bottom .et-social-twitter a {
	color: white;
}
#footer-bottom .et-social-google-plus a {
	color: white;
}
#footer-bottom .et-social-rss a {
	color: white;
}
 
#footer-bottom .et-social-youtube a {
	color: white;
}
#footer-bottom .et-social-linkedin a {
	color: white;
}

/* Hover Colors*/
 
#footer-bottom .et-social-facebook a:hover {
	color: white;
}
#footer-bottom .et-social-twitter a:hover {
	color: white;
}
#footer-bottom .et-social-google-plus a:hover {
	color: white;
}
#footer-bottom .et-social-rss a:hover {
	color: white;
}
#footer-bottom .et-social-youtube a:hover {
	color: white;
}
#footer-bottom .et-social-linkedin a:hover {
	color: white;
}
