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

.map-responsive{
    overflow:hidden;
    padding-bottom:20%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

@media only screen and (max-width: 600px) {
	.map-responsive{
		overflow:hidden;
		padding-bottom:70%;
		position:relative;
		height:0;
	}
	.map-responsive iframe{
		left:0;
		top:0;
		height:100%;
		width:100%;
		position:absolute;
	}
}

.mobile_menu_bar:before, .et_overlay:before
{
	color:#333!important;
}

h2.et_pb_module_header
{
	font-size:18px;
}
.et_pb_contact_captcha_question
{
    color:#333;
    font-weight:bold;
}