/*
Theme Name: Divi Child Theme
Description: A child theme to house custom coding which modifies the Divi parent theme by Elegant Themes. 
Author:   The OSP
Template: Divi
*/

@import url("../Divi/style.css");
@import url("extra.css");

#logo {display: none;}
.et_header_style_centered header#main-header.et-fixed-header .logo_container {height: 20px;}

/* Add Social Icon */
.et-social-linkedin a.icon:before { content: '\e09d'; }
.et-social-youtube a.icon:before { content: '\e0a3'; }

/* Style Footer Credits - Lines 948 & 949 */
#footer-info { 
text-align: left; 
color: ; 
padding-bottom: 10px; 
float: left; 
}

#footer-info a { 
font-weight: 700; 
color: ; 
}

#footer-info a:hover { 
color: ; 
}


/* Style Footer Social Icons - Lines 1185 to 1198 */
#footer-bottom .et-social-facebook a {color: ;}
#footer-bottom .et-social-twitter a {color: ;}
#footer-bottom .et-social-google-plus a {color: ;}
#footer-bottom .et-social-rss a {color: ;}

/* Hover Colors*/
#footer-bottom .et-social-facebook a:hover {color: ;}
#footer-bottom .et-social-twitter a:hover {color: ;}
#footer-bottom .et-social-google-plus a:hover {color: ;}
#footer-bottom .et-social-rss a:hover {color: ;}