/*
Theme Name: My Camp Website Child
Template: breakdance-zero
Version: 1.0.0
Text Domain: mycampwebsite-child
Author: My Camp Website
Author URI: https://mycampwebsite.com/
Description: Boilerplate child theme for websites by My Camp Website.
Tags: boilerplate, my camp website, child-theme
*/

.gform_wrapper .instruction {
    display: none!important;
}

.gform-theme--framework .gf_progressbar .percentbar_blue {
	background-color: #000000!important;
}

.gform_next_button {
  background-color: #AEB8A4 !important;
  color: #000000!important;
  border-radius: 5px!important;
  font-size: 1rem!important;
  font-weight: 600!important;
  letter-spacing: 0.5px!important;
  line-height: 1.2!important;
  text-transform: uppercase!important;
}

.gform_previous_button {
	background-color: transparent!important;
  	color: #000000!important;
  	border-radius: 5px!important;
  	font-size: 1rem!important;
  	font-weight: 600!important;
  	letter-spacing: 0.5px!important;
  	line-height: 1.2!important;
  	text-transform: uppercase!important;
}

.gform_button_select_files {
	background-color: #ffffff!important;
  	color: #000000!important;
  	border-radius: 5px!important;
  	font-size: 1rem!important;
  	font-weight: 600 !important;
  	letter-spacing: 0.5px!important;
  	line-height: 1.2!important;
  	text-transform: uppercase!important;
}

.gform_button_select_files:focus {
  border: 1px solid #000000 !important;
  outline: none !important;
}

.gform_button {
	background-color: #AEB8A4 !important;
	color: #000000!important;
	border-radius: 5px!important;
	font-size: 1rem!important;
	font-weight: 600!important;
	letter-spacing: 0.5px!important;
	line-height: 1.2!important;
	text-transform: uppercase!important;
}

.gfield_fileupload_progressbar_progress {
	background-color: #000000!important;
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .gform_drop_area::before {
	color: #000000!important;
}
