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

span#et-info-phone_1,
	span#et-info-phone_1 a,
	span#et-info-phone_2 a,
	a span#et-info-email {
		
		padding: 10px
	}



@media only screen and (max-width: 600px) {
	span#et-info-phone_1,
	span#et-info-phone_2 {
		
		width: 100%;
	}
	span#et-info-phone_1 a,
	span#et-info-phone_2 a,
	a span#et-info-email {
		display: block;
		font-size: 14px;
		padding: 10px
	}
  }




/* Style Footer Credits - Lines 948 & 949 */
/* #dc-home-call h4{
	font-size: 2em;
	margin-bottom: 20px;
	color:#bd0926;
}

#footer-widgets .footer-widget li:before{
	display: none;
}
#footer-widgets .footer-widget li{
	padding-left: 0;
}
#footer-widgets .footer-widget li a{
	list-style: circle;
	color: silver
}
div.ginput_complex.ginput_container.gf_name_has_2 span{
	width: 100% !important;
}

.dc-nom .name_first, .dc-nom .name_last {
    display: block;
    width: 100%;
}
.dc-nom .name_first span{
	margin: 0 !important;
}


.gform_wrapper .ginput_complex input[type=text]{
	width: 100% !important;
}
div.ginput_container_name span{
	padding-right: 0 !important;
}
.dc-header h1 {
	font-size: 33px;
	font-weight: 800;
}
.dc-header h3 {
	font-size: 18px;
	color: white;
	font-weight: 800;
}
.dc-home-call {
	text-align: center;
} */