/*
 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
*/

#gform_wrapper_3 input[type="text"],
#gform_wrapper_3 input[type="email"],
#gform_wrapper_3 input[type="tel"],
#gform_wrapper_3 textarea {
  border: none;                  /* odstraní ostatní orámování */
  border-bottom: 2px solid #1a3b58;  /* tvoje barva */
  border-radius: 0;              /* odstraní zaoblení */
  background: transparent;       /* volitelné */
  padding: 6px 0;                /* lehký vnitřní prostor */

}

#gform_wrapper_3 input:focus,
#gform_wrapper_3 textarea:focus {
  border-bottom-color: #c00;     /* barva při aktivaci */
  outline: none;
}
.gform_required_legend{
display:none !important;
}