/*
 Theme Name:  Divi Child Theme
 Description:  Child Theme for Divi for firstbaptistchurchbluehill-Divi
 Author:       REACH Maine Marketing
 Author URI:   https://www.reachmaine.com
 Template:     Divi
 Version:      1.0.0
*/
/*****Add any custom CSS below this line*****/
/* ----------- Colors ---------------------------------- */
/* ----------- end Colors ----------- */
/* basic css stuff */
.et_pb_module.reach-branding a:before {
  content: url("images/reach-favicon.png");
  padding-right: 4px;
}

/* gravity forms styling */
.gform_wrapper .gform_fields .gfield input,
.gform_wrapper .gform_fields .gfield textarea {
  background-color: #f8f6f4;
  font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
  border: 0px;
}
.gform_wrapper .gform_footer {
  display: flex;
  justify-content: flex-end;
}
.gform_wrapper .gform_footer input[type=submit] {
  color: white;
  padding: 5px 16px;
  border: 2px solid white;
  font-size: 20px !important;
  text-align: center;
  cursor: pointer;
  background-color: #048785;
  font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
  text-transform: uppercase;
}
.gform_wrapper .gform_footer input[type=submit]:hover {
  background-color: #ed8457;
  color: white;
}

/* **** media **** */
@media all and (max-width: 980px) {
  .reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media all and (max-width: 479px) {
  .et_pb_section.rmm-column-space-mobile .et_pb_row .et_pb_column {
    margin-bottom: 30px !important;
  }

  .et_pb_section.rmm-nocolumn-space-mobile .et_pb_row .et_pb_column {
    margin-bottom: 30px !important;
  }
}

/*# sourceMappingURL=style.css.map */
