/*
Theme Name: Divi Child 01
Theme URI: 
Description: Child 01 theme for the Divi theme
Author: <a href="http://www.elegantthemes.com" title="Visit author homepage">Elegant Themes</a>
Author URI: 
Template: Divi
Version: 2.1.4
*/




/* Generated by Orbisius Child Theme Creator (http://club.orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Tue, 28 Oct 2014 18:09:29 +0000 */ 

@import url('../Divi/style.css');

/*-------------TYPOGRAPHY------------*/
blockquote {
	font-weight: 600;
	font-style: italic;
}
#top-header .container {
    padding: 0.75em;
}

/*-------------HEADER----------------*/
.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
    padding-top: 48px;
}
header#main-header {
	/*top: 50px !important;*/
}

img#logo {
	
	max-height: 150px
}

#top-menu a:hover {
	color: #DD9933;
}

.et_pb_slide_description {
	padding: 100px 200px;
}

#et-info {
	float: none;
	padding-bottom: 0;
	margin: 0 auto;
	display: block;
	width: 100%;
	font-size: 20px;
	color: #000066 !important;
	text-align: center;
}

#main-header nav#top-menu-nav {
	padding-top: 17px;
}

#main-header.et-fixed-header nav#top-menu-nav {
	padding-top: 20px;
}

#top-menu li {
	font-size: 16px;
	padding-bottom: 0;
	margin-bottom: 0;
}


.et_mobile_menu li a {
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.et_mobile_menu li a:hover {	
color: #DD9933;
}

/*-------------FORM------------*/

.visual-form-builder fieldset {
	clear: both;
	padding: 0;
	border-radius: 0; 
	background-color: #fdd023;
	box-shadow: 5px 5px 5px #999;
	margin: 0;
	border: none;
}

/*-------------FOOTER------------*/

#footer-bottom {
background-color: #CBCBCB;
padding: 10px 0;
}

/*-------------IMAGES-----------*/

.et_pb_image {
	box-shadow: 3px 4px 10px #444;
}

/*-------------MEDIA QUERY------------*/

@media only screen and (max-width: 980px){
		div#et-top-navigation {
			margin: 0 auto;
			display: block;
			float: none;
			width: auto;
		}
		.et_pb_slide_description {
			padding: 100px 50px;
	}
		.et_mobile_menu {
		top: 120px;
	}
	#logo {

    max-height: 80px !important;
    margin-top: 10px !important;
    position: absolute;
	}
}


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


}


@media only screen and (max-width: 479px){
			.et_pb_slide_description {
	padding: 50px 0;
	}
	a.et_pb_more_button {
		display: block !important;
		font-size: 15px;
		width: 125px;
		margin: 20px auto;
	}
	.et_pb_slide_content, .et_pb_more_button {
		display: block !important;
		padding-bottom: 0px;
	}
		.et_mobile_menu {
		top: 100px;
	}
	div#et-top-navigation{
	width:auto!important;
	}
	
}


/** CUSTOM CSS **/

ul.homeServices {
    list-style-type: none;
    padding: 0;
}

div#footer-bottom div {
    text-align: center !important;
}

#mobile_menu .current_page_item a {
    color: #dd9a21;
}


input#gform_submit_button_1:hover,input#gform_submit_button_2:hover {
    border: 2px solid transparent;
    background-color: #fff;
}
input#gform_submit_button_1,input#gform_submit_button_2 {
    position: relative;
    padding: 0.3em 1em;
    border: 2px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: transparent;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
	cursor: pointer
}
#gform_wrapper_1.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half),#gform_wrapper_2.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: calc(100% - 0px)!important;
}

.footer-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-row span:not(:last-child) {
    margin-right: 20px;
}

.wp-video {
    margin: 35px auto 0;
}

a[href^="tel:"] { display: inline-block; pointer-events: none; }

@media only screen and (max-width: 980px){
	a[href^="tel:"] { pointer-events: inherit; }
}