/* 
 Theme Name:     Bare bones for Divi
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        1.0 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

#footer_global .wpcf7-not-valid-tip,
#footer_global .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors,
#footer_global div.wpcf7-mail-sent-ok{
    color: white;
    
}

h2, h3, h4 {
	font-family: 'Tajawal',Helvetica,Arial,Lucida,sans-serif;
	line-height: normal;
}

h2, h3 {
	font-weight: 700;
}


#top-header {
/* 	background: #244435; */
}


#footer-widgets {
	display: none;
}

span#et-info-email {
	display: none;
}

.et_pb_gutters3.et_pb_footer_columns4 .footer-widget {
    width: 33.33%;
}

div#custom_html-3{
    margin-bottom: 0;
}

.wpcf7 input,
.wpcf7 textarea {
    background: #f6f7fb;
    padding: 10px 16px;
    width: 100%;
    border: none;
    
}

.wpcf7 textarea {
	height: 120px;
}

.wpcf7 {
    font-family: 'Tajawal',Helvetica,Arial,Lucida,sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 3px;
    line-height: 1.8em;
}

.wpcf7 label {
    display: none;
}

.wpcf7 p {
    margin: 0;
    padding: 0;
}

body .wpcf7 {
    line-height: 1em;    
    
}

.wpcf7 input[type="submit"] {
    color: #FFFFFF;
    border: 2px solid #fe9638 ;
    border-radius: 0px;
    letter-spacing: 3px;
    font-size: 15px;
    font-family: 'Tajawal',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #fe9638;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    margin-top: 10px;
    cursor: pointer;
}

.wpcf7 input[type="submit"]:hover {
    background: white;
    color: #fe9638;
}

.footer-widget h4.title {
    color: white!important;
    font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 400;
    font-size: 25px;
}

.full_image_cut {
    max-height: 500px;
    overflow: hidden;

}

.et_pb_button {
    font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif!important;
        letter-spacing: 3px;
    font-size: 15px;
    text-transform: uppercase;
    padding: 10px 20px;
        

}

.et_pb_module .et_pb_button:hover {
    padding: 10px 30px 10px 10px;
}

.et_pb_button:hover:after, .et_pb_more_button:hover:after, .et_pb_newsletter_button:hover:after, .et_pb_pricing_table_button:hover:after, .et_pb_promo_button:hover:after {
    margin-top: -4px;
}

.custom_fullwidth_header {
    background: black url('/wp-content/uploads/2018/10/curtain-1275200.png');
   
}

.home .custom_fullwidth_header {
    display: none;
    
}

@media screen and (max-width: 1250px) {
   nav#top-menu-nav {
        display: none!important;
    }
    #et_mobile_nav_menu {       
       display: block;
    }
}


@media screen and (max-width: 768px) {
	
	#our_services .et_pb_column {
    	margin: 0 auto 16px;
	}

	#our_services .et_pb_row {
		padding: 0 16px;
	}

	.et_pb_blurb .et_pb_module_header{
		font-size: 18px!important;
	}

	.et_pb_blurb .et_pb_image_wrap {
		min-width: 50px;
	}

	.et_pb_blurb .et_pb_image_wrap  {
		text-align: center;
	}

}
