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

/* Contact */
.form-control,
.wpcf7 input[type="text"],
.wpcf7 input[type="search"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="number"],
.wpcf7 input[type="range"],
.wpcf7 input[type="date"],
.wpcf7 input[type="month"],
.wpcf7 input[type="week"],
.wpcf7 input[type="time"],
.wpcf7 input[type="datetime"],
.wpcf7 input[type="datetime-local"],
.wpcf7 input[type="color"],
.wpcf7 input[type="email"],
.wpcf7 input[type="file"],
.wpcf7 select,
.wpcf7-validation-errors:focus {
  background-color: transparent !important;
  border-color: #e4e4e4 !important;
  border-width: 0.125rem;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0rem !important;
  height: 3.875rem !important;
  line-height: 2rem !important;
  margin-bottom: 1.5625rem !important;
  color: #495057;
}

.wpcf7 textarea {
  background-color: transparent !important;
  border-color: #e4e4e4 !important;
  border-width: 0.125rem;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0rem !important;
  padding: 1.25rem 0.625rem 0.625rem !important;
  line-height: 2rem !important;
  height: 16.25rem;
  width: 100%;
  margin-bottom: 1.5625rem !important;
  color: #495057;
}

.wpcf7-select {
  color: #495057 !important;
}

.wpcf7 input[type="submit"] {
  color: #ffffff !important;
  background-color: #fd5d14 !important;
  text-transform: uppercase;
  border: 0.125rem solid #fd5d14 !important;
  border-radius: 0rem !important;
  font-weight: bold;
  height: 3.875rem !important;
  outline: none !important;
  opacity: 0.95;
  width: 15rem;
  font-size: 1rem;
  text-align: center;
}

.wpcf7 input[type="submit"]:hover {
  background-color: #ffffff !important;
  border: 0.125rem solid #fd5d14 !important;
  color: #fd5d14 !important;
}

.wpcf7 input[type="submit"]:focus {
  box-shadow: none !important;
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: #495057;
}
