/*
 Theme Name:     Divi Child Theme
 Description:    Divi Child Theme
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here*/



h4.widgettitle {
font-size: 20px;
}

/* ----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;
	
}




#logo {
    max-height: 100% !important;
    position: absolute !important;
}

.tlFourDotsButton,
.tlMenuItemTouch
{
	display: none !important;
}


.post-785 .et_pb_row_0 .et_pb_column_0 {
	margin-right: 0;
}










.logotext {
    color: #666666;
    float: left;
    font-size: 1.8em;
    padding-top: 29px;	
}




/*Top navigation padding */
#main-header nav#top-menu-nav {
    padding-top: 29px;
}

#main-header.et-fixed-header nav#top-menu-nav {
    padding-top: 18px;
}

/*Top navigation hover color in Divi */
#top-menu a:hover {
    color: #ba3520;
}

/*Increase top navigation font size in Divi */
#top-menu li a { 
	font-size: 16px; 
}

/* 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;
}

#white_link a{
	color: #ffffff !important;	
}



/* CONTACT FORM 7*/
.wpcf7 {
background-color:transparent;
color:#4e4e4e;	
}

.input[type=text],input.text, input.title, textarea, select {
	background-color: #ffffff !important;	
	width: 100% !important;
	padding: 8px !important;
	border:1.5px solid #bbbbbb;
	height:103px;
	color:#4e4e4e;
	font-family: "Open Sans", Arial,sans-serif;
	font-size: 13px;
}

input {
	background-color: #ffffff !important;	
	width: 100%;
	padding: 8px !important;
	border:1.5px solid #bbbbbb;
	color:#4e4e4e;
	font-family: "Open Sans",Arial,sans-serif;
}

.wpcf7-submit {
	background: transparent none repeat scroll 0% 0%;
    color:#036000;
	border: 2px solid;
	font-size: 18px;
	font-weight: 500;
	border-radius: 3px;
	padding: 5px !important;
	line-height: 1.5em;	
	width: 85px;
}


div.wpcf7-mail-sent-ok {
    border: 2px solid #036000;
}

div.wpcf7-validation-errors {
    border: 2px solid #036000;
}









/* ----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;
	}
	
	#logo {
    padding-top: 15px;
}
}

