/*
 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
------------------------------------------------------- */

#gform_submit_button_1 {
  background-color: #ffffff;
  border-radius: 0px;
  color: #0b4764;
  transition: 0.2;
  font-size: 16px;
  padding: 20px;
	text-transform: capitalize;
}

#gform_submit_button_1:hover{
  background-color: #0b4764;
  transition: 0.2;
  color: white;
}

.gform_heading{
  display: none;
}

.gform-body{
  margin-top: -30px;
  padding-top: 0px;
}

.gform-body .gfield_label{
  color: white;
}

.gfield_required_text{
  color: lightgrey;
  font-weight: 900;
}

#input_1_7{
  min-block-size: 5rem;
}

.gfield{
  margin-top: -20px;
}