/*
Theme Name: My Child Theme
Theme URI: 
Description: This is a custom child theme I have created.
Author: Keith Delk
Author URI: keithdelk.design
Template: Divi
Version: 22
*/
@import url("/wp-content/themes/Divi/style.css");



/*------------------------------------------------*/
/*-------[Swap Logo on Scroll - Quiroz.co]--------*/
/*------------------------------------------------*/
 
#logo2 {display: none;}
.et-fixed-header #logo {display:none;}
.et-fixed-header #logo2 {display:inline;
padding-top: 15px;
padding-left: 80px;}



/* Style Footer Social Icons */

#footer-bottom .et-social-facebook a {
	color: #259DFF;
}
#footer-bottom .et-social-twitter a {
	color: #259DFF;
}
#footer-bottom .et-social-google-plus a {
	color: #259DFF;
}
#footer-bottom .et-social-rss a {
	color: #259DFF;
}

/* Hover Colors*/

#footer-bottom .et-social-facebook a:hover {
	color: #3b5998!important;
}
#footer-bottom .et-social-twitter a:hover {
	color: #55acee!important;
}
#footer-bottom .et-social-google-plus a:hover {
	color: blue!important;;
}
#footer-bottom .et-social-rss a:hover {
	color: blue!important;
}