/*
 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
*/
body {
  overflow-x: hidden;
}
body header .header-container, body header .header-logo {
  transition: all 0.3s;
}
body header.scrolling .header-container {
  transition: all 0.3s;
  padding-top: 20px;
  padding-bottom: 20px;
}
body header.scrolling .header-logo {
  transition: all 0.3s;
  width: 170px;
}
body header .bricks-nav-menu .meganav-menu .bricks-nav-menu li a {
  font-size: 21px;
  text-transform: none;
  font-weight: 600;
}
body .no-padding {
  padding: 0 !important;
}
body .brxe-text h2, body .brxe-text h3, body .brxe-text h4 {
  margin-bottom: 5px;
}
body .wsf-form {
  font-size: 12px;
}
body .wsf-form .wsf-fields input:not([type=radio]):not([type=checkbox]), body .wsf-form .wsf-fields textarea, body .wsf-form .wsf-fields select {
  border-radius: 0;
  border: 1px solid var(--bricks-color-bkujdl);
  height: 40px;
}
body .wsf-form .wsf-fields textarea {
  height: 150px;
}
body .wsf-form .wsf-fields label {
  font-size: 12px;
  font-weight: 400;
  color: #002955;
  text-transform: uppercase;
}
body .wsf-form .wsf-fields .wsf-bottom.right {
  text-align: right;
}
body .wsf-form .wsf-fields .wsf-bottom.right button[type=submit] {
  margin-bottom: 5px;
}
body .wsf-form .wsf-fields .wsf-bottom button[type=submit] {
  width: 173px;
  background: #002955;
  color: white;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  border-radius: 0;
  height: 40px;
}
body .wsf-form .wsf-fields .wsf-bottom button[type=submit]:hover {
  background: var(--bricks-color-mvtawp);
}
body .no-margin-bottom {
  margin-bottom: 0 !important;
}
body .no-padding-bottom {
  padding-bottom: 0 !important;
}
body .pro-forms .brxe-criwwg {
  padding-bottom: 0 !important;
}

@media screen and (min-width: 576px) {
  body .wsf-form.newsletter .wsf-small-3 {
    max-width: 27.5% !important;
    flex-grow: 1 !important;
  }
}

/*# sourceMappingURL=style.css.map */
