/*
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
*/

/* Theme Name: Divi Child Theme Theme URI: https://www.elegantthemes.com/gallery/divi/ Description: Divi Child Theme Author: Elegant Themes Author URI: https://www.elegantthemes.com Template: Divi Version: 1.0.0
*/


/* Style Footer Credits - Lines 948 & 949 */

#footer-info { 
text-align: left; 
color: lightblue; 
padding-bottom: 10px; 
float: left; 
}

#footer-info a { 
font-weight: 700; 
color: lightblue; 
}

#footer-info a:hover { 
color: lightblue; 
}


/* Style Footer Social Icons - Lines 1185 to 1198 */

#footer-bottom .et-social-facebook a {
	color: lightblue;
}
#footer-bottom .et-social-twitter a {
	color: lightblue;
}
#footer-bottom .et-social-google-plus a {
	color: lightblue;
}
#footer-bottom .et-social-rss a {
	color: lightblue;
}

/* Hover Colors*/
#footer-bottom .et-social-facebook a:hover {
	color: lightblue;
}
#footer-bottom .et-social-twitter a:hover {
	color: lightblue;
}
#footer-bottom .et-social-google-plus a:hover {
	color: lightblue;
}
#footer-bottom .et-social-rss a:hover {
	color: lightblue;
}

#footer-bottom {
	display: none;
}

.et_pb_contact_right p input {
  width: 50px!important;
}