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

#footer-info {
display: none;
}
#top-menu-nav ul li.current_page_item a {
color: #8C0303;
}

#home_slider {

}

#top-menu a:hover {
  color:#ccc !important;
  text-decoration: underline;

}
#top-menu-nav ul li.current_page_item a {
   color:#229eb5 !important;
}
.et_pb_contact_main_title {
   
}

@media only screen and ( min-width: 980px ) {
#home_slider { 
margin-top: -150px;
max-height: 600px;
}
}
.percent-value {
font-size: 65px;
}
/* taken out of main style definitions to make responsive less so */

@media only screen and ( max-width: 780px ) {

	/*-------------------[Menu]------------------*/
	#et_mobile_nav_menu { display: block; }
	#main-header #et_mobile_nav_menu { margin-top: 8px; }
	#top-menu { display: none; }
	#main-header { padding-bottom: 18px; }
	#logo { margin-bottom: 0; max-height: 43px; }
	#et_top_search { margin-right: 35px; float: left; }
	.et_header_style_centered #et_top_search, .et_vertical_nav.et_header_style_centered #main-header #et_top_search { display: none !important; }
	#et-top-navigation { margin-right: 0; }
	.et_fixed_nav #main-header, .et_fixed_nav #top-header { position: absolute; }
	.et_fixed_nav #main-header { -webkit-transition: none; -moz-transition: none; transition: none; }
	.et-fixed-header { padding: 18px 0 19px 0 !important; min-height: 43px !important; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) !important; -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) !important; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) !important;  }
	.et-fixed-header #logo { max-height: 43px; }
	.et-fixed-header nav#top-menu-nav { padding-top: 11px;}

	.et-social-icons, #footer-info { float: none; text-align: center; }

	.et-social-icons { margin: 0 0 5px; }
	#top-header .et-social-icons { margin-bottom: 0; }
	.bottom-nav { text-align: center; }
	
	}