/*
Theme Name: Divi Child Theme
Description: A child theme for Divi to alter footer.
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Author:       Bow House
Author URI:   https://www.bowhouse.co.uk
Template:     Divi
Text Domain:  divi-child-theme
*/

@import url("../Divi/style.css");


/* 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: 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;
}
#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;
}


font-family: filson-soft, sans-serif;
font-weight: 700;
font-style: normal;

font-family: filson-soft, sans-serif;
font-weight: 500;
font-style: normal;

font-family: filson-soft, sans-serif;
font-weight: 400;
font-style: normal;

font-family: filson-soft, sans-serif;
font-weight: 300;
font-style: normal;

*/