/*
Theme Name: bccsg
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.is-divider {
  display: none;
}

.form-flat input:not([type=submit]), .form-flat select, .form-flat textarea {
  background-color: white !important; 
  border-color: rgba(0, 0, 0, .09);
  box-shadow: none;
  color: currentColor !important;
}
.form-ngang .flex-col.flex-grow {
  padding-right: 1rem !important;
}
.wpcf7-spinner {
 display: none;
}

.form-flat input[type="submit"] {
  width: 100% !important;
  background-color: #994605 !important;
  margin: 0 !important;
}

#content .large-12 {
  padding-bottom: 0 !important;
}

#content article {
  margin-bottom: 0 !important;
}

.wpcf7 form {
  margin: 0 !important;
}

.absolute-footer {
  background-color: #055699 !important;
}

footer .wpcf7-response-output {
  color: white;
}



@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}