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

#brx-content {
  padding-top: 80px;
}

.bricks-nav-menu > li {
  margin: 0;
}

/* Contact */
.belay-contact .name,
.belay-contact .phone {
  width: 50%;
}

.belay-contact .name {
  padding-right: 10px;
}
.belay-contact .phone {
  padding-left: 10px;
}

.name-phone {
  display: flex;
}

.belay-input {
  padding-bottom: 20px;
}

.belay-input textarea {
  height: 119px;
}

.belay-contact .submit input {
  font-size: 1.2em;
  padding: 0.8em 1em;
  background-color: #ffc632;
  border: 1px solid #ffc632;
  text-transform: uppercase;
}
