/*
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:   Brad Dalton http://wpsites.net
Template: Divi
*/




@import url("../Divi/style.css");

h1 {
font-size: 35px !important;
}

#top-menu li a:hover {
background-color: #fff !important;
color: #0977F2 !important;
}

#top-menu li a:hover {
color: #0977f2 !important;
}

#footer-widgets {
padding: 2% 0 0;
}
.et_pb_gutters3 .footer-widget {
margin: 0 5.5% 1.8% 0;
}

/* Style Footer Credits - Lines 948 & 949 */

#footer-info { 
text-align: left; 
color: green; 
padding-bottom: 10px; 
float: left; 
}

#footer-info a { 
font-weight: 700; 
color: yellow; 
}

#footer-info a:hover { 
color: pink; 
}


/* Style Footer Social Icons - Lines 1185 to 1198 */

#footer-bottom .et-social-facebook a {
	color: gray;
}
#footer-bottom .et-social-twitter a {
	color: gray;
}
#footer-bottom .et-social-google-plus a {
	color: gray;
}
#footer-bottom .et-social-rss a {
	color: gray;
}

/* Hover Colors*/
#footer-bottom .et-social-facebook a:hover {
	color: pink;
}
#footer-bottom .et-social-twitter a:hover {
	color: pink;
}
#footer-bottom .et-social-google-plus a:hover {
	color: pink;
}
#footer-bottom .et-social-rss a:hover {
	color: pink;
}


#main-content .container:before {
width: 0;
}

