/*
 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
*/
@media screen and (min-width: 769px) {
  body header nav .menu-item .sub-menu {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  body header .subnav-bg {
    z-index: -10;
    opacity: 0;
    transition: opacity 0.3s;
  }
  body header .subnav-bg.active {
    z-index: 20;
    opacity: 1;
    transition: opacity 0.3s;
  }
  body header.scrolling .bricks-nav-menu > li > .sub-menu {
    transform: translateY(10px) !important;
  }
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  overflow-x: hidden;
}
body header .logo, body header .header-container, body header .coloured-logo {
  transition: all 0.3s;
}
body header .coloured-logo {
  display: none;
}
body header.scrolling .logo {
  display: none;
}
body header.scrolling .coloured-logo {
  display: block;
}
body header.scrolling .header-container {
  padding-top: 15px;
  padding-bottom: 15px;
}
body.alt-header header#brx-header #brxe-lkuyni {
  color: black;
}
body.alt-header header#brx-header .logo path {
  fill: black;
}
body .wsf-form {
  font-size: 18px;
}
body .wsf-form .main-form label.wsf-label {
  color: black;
  font-size: 15px;
  font-weight: 300;
  line-height: 1em;
}
body .wsf-form .main-form input.wsf-field:not([type=checkbox]):not([type=radio]), body .wsf-form .main-form textarea {
  background: #F2F2F2;
  border-color: #CFCFCF;
  border-radius: 0;
}
body .wsf-form .wsf-bottom {
  text-align: right;
  margin-top: 20px;
}
body .wsf-form .wsf-bottom button[type=submit] {
  width: 208px;
  background: var(--bricks-color-acatae);
  color: white;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  text-align: left;
  border-radius: 0 0 25px 0;
  padding-left: 25px;
}
body .exposed-nav .bricks-nav-menu {
  position: relative;
}
body .exposed-nav .bricks-nav-menu .menu-item {
  position: static;
}
body .exposed-nav .bricks-nav-menu .menu-item > .sub-menu {
  margin-top: 15px;
  display: block !important;
  visibility: visible;
  opacity: 1;
  position: static;
  min-width: unset;
}
body .exposed-nav .bricks-nav-menu .menu-item > .sub-menu > li {
  padding: 4px 0;
}

@media screen and (max-width: 640px) {
  body footer .exposed-nav .bricks-nav-menu {
    flex-direction: column;
  }
}

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