/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  WPGuardian child theme to extend Bricks.
 Author:       WPGuardian Team
 Author URI:   https://wpguardian.io/
 Template:     bricks
 Version:      1.1.34
 Text Domain:  bricks
*/

.gform-p {
  margin: 1.2em 0 0;
}

.gform-p .bricks-button {
  display: inline-block;
  font-size: 1em !important;
  margin-bottom: 1em;
  width: auto;
}

.gform-p a,
.fieldbox_password button {
  color: #ffffff;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px solid rgba(114, 114, 114, 0.4);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color:#00A17E;
  width: 100%;
  text-align: center;
  font-weight: bold;
  display: block;
  text-transform: uppercase;
}

.gform-p a:hover,
.fieldbox_password button:hover {
  border: 1px solid rgba(114, 114, 114, 0.6);
  background-color: #00A17E;
  color: #ffffff;
  transition: all 0.3s ease;
}

.fieldbox_password button {
  display: inline-block;
  width: 28%;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #00A17E;
  border: 1px solid #00A17E;
  background-color: transparent;
}
