/*
Theme Name: My Divi Child Theme
Theme URI: http://mydomain.com/
Version: 1.0
Description: A customized version of Divi which adds a number of tiny features I need.
Author: Jen Kehl
Author URI: http://localhost:8888/wordpress/
Template: Divi
*/

.et_pb_widget a {
	color: #247fad;
}

a {
  color: #247fad;
}

.et_pb_bg_layout_light .et_pb_widget li a {
  color: #247fad;
}

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

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

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

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

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

#footer-bottom .et-social-facebook a {
	color: blue;
}
#footer-bottom .et-social-twitter a {
	color: powderblue;
}
#footer-bottom .et-social-google-plus a {
	color: red;
}
#footer-bottom .et-social-rss a {
	color: orange;
}

/* Hover Colors*/

#footer-bottom .et-social-facebook a:hover {
	color: pink!important;
}
#footer-bottom .et-social-twitter a:hover {
	color: pink!important;
}
#footer-bottom .et-social-google-plus a:hover {
	color: pink!important;;
}
#footer-bottom .et-social-rss a:hover {
	color: pink!important;
}
