/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

.message.error a{
	color: var(--dark-blue);
	font-weight: 600;
}


#acf-form .acf-fields>.acf-field {
  padding: 16px 0;
  border: none;
}

#acf-form .acf-fields>.acf-field .acf-label {
  margin-bottom: 4px;
}

#acf-form .acf-fields>.acf-field .acf-input input, #acf-form .acf-fields>.acf-field .acf-input select{
  border-radius: 8px;
  padding: 8px;
}

#acf-form .acf-fields>.acf-field .acf-label label{
  color: var(--black);
}

#acf-form .acf-fields>.acf-field .acf-image-uploader a{
  color: var(--dark-blue);
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 99px;
  background-color: var(--bg-blue);
}

#acf-form .acf-form-submit {
  padding-top: 32px;
}

#acf-form .acf-form-submit input{
  border: none;
  padding: 12px 24px;
  border-radius: 99px;
  background-color: var(--green);
  color: var(--white);
  font-weight: 600;
  font-size: 16px;
}