/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

#page-container {
	padding-top: 120px;	
}

@media ( max-width:980px ) {
	
	/* mobile posts and pages */
	.single #page-container, .page #page-container { 
		padding-top:80px !important; 
	}  
	
	#mobile_menu1 {
		top: calc(100% + 24px);
		border-color: #3790cb;
	}
}

.contact-form-wrapper input[type='text'],
.contact-form-wrapper input[type='email'],
.contact-form-wrapper input[type='tel'], 
.contact-form-wrapper textarea {
  border: none !important;
  color: #62748a;
}

.contact-form-wrapper input[type='text'],
.contact-form-wrapper input[type='email'],
.contact-form-wrapper input[type='tel'] {
  height: 50px;
}

.contact-form-wrapper .gform_required_legend,
.contact-form-wrapper .gform_description {
  display: none;
}

.contact-form-wrapper .gform_footer input[type='submit'] {
  background-color: #3790cb !important;
  border-radius: 5px !important;
  width: 100px !important;
}

.contact-form-wrapper .gform_footer input[type='submit']:hover {
	background-color: #1884cc !important;
}

.contact-form-wrapper .gform_confirmation_message {
	color: green !important;
}