/*
 Theme Name:     Divi Child Theme
 Description:    Divi Child Theme
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here*/




/* ----Logo Size Option----*/
h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans",Helvetica,Arial,Lucida,sans-serif;
}
.hometext h1 {
	font-size: 36px;
	font-weight: 500;
    line-height: 1.4em;
}
.hometext h1 strong {
	color: #e57e09;
	
}




/*Top navigation padding */
#main-header nav#top-menu-nav {
    padding-top: 60px;
}

#main-header.et-fixed-header nav#top-menu-nav {
    padding-top: 18px;
}

/*Top navigation hover color in Divi */
#top-menu a:hover {
    color: #E57E09;
}

/*Increase top navigation font size in Divi */
#top-menu li a { 
	font-size: 16px; 
        font-weight: bolder;
}

/* address bar styles */
.sbp-address-block {
	font-style: normal;	
}

.sbp-address-block > .sbp-company-name {
	font-size: 24px;
	margin-bottom: 24px;
}

.sbp-address-block > .sbp-address-line1,
.sbp-address-block > .sbp-address-line2
{
	font-size: 18px	
}

.top-address {
	font-style: normal;
}

.infowindow > .sbp-get-dir {
	display: block;
}




/* ----Reduce the spacing between the Divi modules with the following code---- */

/*
.et_pb_text,.et_pb_promo { margin-bottom: 0; }
*/
/*
hr.et_pb_space { display: none; }
*/
/*
.et_pb_row { padding-top: 5px; }
*/
/*
.et_pb_column_1_2 { width: 534px; margin-right: 10px; }
*/
/*
.et_pb_column_1_3 { width: 300px !important; }
*/
/*
.et_pb_column { float: left;margin-right: 20px !important; }
*/


@media only screen and ( min-width:981px ) {
		
	/* Set the slider height */
    .et_pb_slider, .et_pb_slider .et_pb_container { 
        height: 425px; 
    }
    .et_pb_slider, .et_pb_slider .et_pb_slide { 
        max-height: 425px; 
    }
    .et_pb_slider .et_pb_slide_description { 
        position: relative; 
        top: 25%; 
        padding-top: 0 !important; 
        padding-bottom:0 !important; 
        height:auto !important; 
    }
	
	.et_pb_slide_description h2 {
    	font-weight: 500;
	}	
}

@media only screen and ( max-width: 479px ) {
	.logotext {
		display:none;
	}
}
#contactfullwidth .wpcf7-form p:nth-of-type(3),
#contactfullwidth .wpcf7-form p:nth-of-type(2),
#contactfullwidth .wpcf7-form p:first-of-type {
	display: inline-block;
	position: relative;
	width: 49%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
	box-sizing: border-box;	
	padding:10px;
}
#contactfullwidth .wpcf7-form p:nth-of-type(3) input, 
#contactfullwidth .wpcf7-form p:nth-of-type(2) input,
#contactfullwidth .wpcf7-form p:first-of-type input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
	box-sizing: border-box;	
	width:100%;
	padding:3px;
}
#contactfullwidth .wpcf7-form p:nth-of-type(3) span,
#contactfullwidth .wpcf7-form p:nth-of-type(2) span,
#contactfullwidth .wpcf7-form p:first-of-type span {
	display: block;
	
}

#contactfullwidth .wpcf7-form p:nth-of-type(4) span {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
	box-sizing: border-box;	
	float: left;
	padding:10px;
	
}
#contactfullwidth .wpcf7-form p:nth-of-type(4) span textarea {
	width:100%;
}
@media (max-width: 750px) {
	#contactfullwidth .wpcf7-form p:nth-of-type(2),
	#contactfullwidth .wpcf7-form p:first-of-type {
		width: 100%;
	}
	#contactfullwidth .wpcf7-form p:nth-of-type(2) span,
	#contactfullwidth .wpcf7-form p:first-of-type span {
		
	}
}


