/*
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");


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

/* Hover Colors*/
#footer-bottom a:hover {
	color: #39586d;
}
.et_pb_column_1 {
	border-left: .5px solid #616161;
}

/* Sub Menu Definition */
#top-menu li li {
	padding: 0 5px;
	width: 250px;
}
#top-menu li li a {
	padding: 3px 5px;
	width: 250px;
}
.nav li ul {
	padding: 5px 0;
	width: 250px;
}

li .et-hover {
	background-color: #39586d;
}

.entry-content a {
	text-decoration: underline;	
}

.form-submit input {
	color: #527f9d;
}

#sitemap li {
	list-style-type: none;
}