/*
 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 input,
.gform_wrapper textarea,
.gform_wrapper select {
  border: none !important;
  border-bottom: 1px solid #d6d6d6 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Focus efekt */
.gform_wrapper input:focus,
.gform_wrapper textarea:focus,
.gform_wrapper select:focus {
  border-bottom-color: #2fa6c5 !important;
  outline: none !important;
  box-shadow: none !important;
}

.gform-theme--foundation .gfield textarea.medium {
    min-block-size: 9rem !important;
}

.gform_required_legend{
display:none !important;
}

/* Základní styl tlačítka */
#gform_submit_button_1,
#gform_submit_button_1:focus,
#gform_submit_button_1:active,
#gform_submit_button_1:focus-visible {
  background-color: #fec803 !important;
  border-color: #fec803 !important;
  color: #000 !important;
    border-radius: 8px !important;
  text-transform: uppercase;
	    padding: .5em 1em !important;
}

/* Hover efekt */
#gform_submit_button_1:hover {
  background-color: #F6D106 !important;
  border-color: #F6D106 !important;
  color: #000 !important;
}