/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.wp-block-cgb-block-form {

}
/* GRAVITY FORMS */
.form_container h2 {
  text-align: center;
}
.formContent {
  width: 70%;
  margin: auto;
}
.gform_body label {
	color: #FFF;
  font-family: 'DINOT', sans-serif !important;
	line-height: 26px !important;
	font-size: 18px !important;
	font-weight: 400;
}
.gform_body .gfield_label {
	font-weight: 400 !important;
}
input[type=text], input[type=email], input[type=tel],
input[type=number], textarea, select {
	background: #F9F9FF;
}
input[type=email], input[type=tel] {
	width: 50% !important;
}
.gform_wrapper .gfield_required {
  color: #FFF !important;
  font-size: 18px !important;
}
.gform_footer {
	display: block;
	text-align: center;
}
.gform_footer input[type=submit] {
  background: #25408F !important;
  color: #FFF !important;
  border: 1px solid #FFF;
  border-radius: 5px;
  padding: 10px 20px;
  font-family: 'DINOT', sans-serif !important;
}
@media only screen and (max-width: 1200px) {
  .formContent {
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .gform_wrapper.gravity-theme .ginput_complex {
    display: block !important;
  }
  input[type=email], input[type=tel] {
    width: 100% !important;
  }
  .gform_footer input[type=submit] {
    padding: 5px 10px;
  }
}