/*
Theme Name: Will Create Media Child Theme
Description: A child theme 
Author:   Will Create Media http://www.willcreatemedia.co.uk
Template: Divi
*/

@import url("../Divi/style.css");

/* Style Footer Credits - Lines 948 & 949 */

#footer-info { 
text-align: left; 
color: #ffffff; 
padding-bottom: 10px; 
float: left; 
}

#footer-info a { 
font-weight: 700; 
color: #ffffff; 
}

#footer-info a:hover { 
color: #ffffff; 
}


/* Style Footer Social Icons - Lines 1185 to 1198 */

#footer-bottom .et-social-facebook a {
	color: #ffffff;
}
#footer-bottom .et-social-twitter a {
	color: #ffffff;
}
#footer-bottom .et-social-google-plus a {
	color: #ffffff;
}
#footer-bottom .et-social-rss a {
	color: #ffffff;
}

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