/*
Theme Name: Divi Child Theme
Description: A child theme to house custom coding which modifies the Divi parent theme by Elegant Themes. Includes default line numbers where the code was taken from in the parent theme.
Author:   Jeremy Eckert
Template: Divi
*/

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


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

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

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

#footer-info a:hover {
opacity: .7;
}


#footer-bottom .et-social-facebook a {
	color: #3b5998;
}
#footer-bottom .et-social-twitter a {
	color: #55acee;
}
#footer-bottom .et-social-google-plus a {
	color: #d34836;
}
#footer-bottom .et-social-rss a {
	color: #FF6600;
}

/* 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;
}