/*
 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 .bricks-background-video-wrapper iframe {
  min-width: 100% !important;
  height: auto !important;
  min-height: 100% !important;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 16/9;
}
body main#brx-content {
  position: relative;
  z-index: 2;
  background: var(--bricks-color-nxlndo);
  padding-bottom: 70px;
}
body figure figcaption.bricks-image-caption {
  background: none;
  text-align: right;
  font-size: 12px;
  font-weight: 500;
  padding: 0 25px 20px 0;
}
body header#brx-header.sticky .show-scroll {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
body header#brx-header.sticky .hide-scroll {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}
body header#brx-header.sticky .header-row-spaced {
  transition: all 0.3s ease-in-out;
}
body header#brx-header.sticky .sharing {
  color: white;
}
body header#brx-header.sticky .sharing a:hover svg {
  fill: var(--bricks-color-lxwdkr);
}
body header#brx-header.sticky.scrolling .header-row-spaced {
  padding-top: 10px;
  padding-bottom: 10px;
}
body header#brx-header.sticky.scrolling .show-scroll {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}
body header#brx-header.sticky.scrolling .hide-scroll {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  height: 0;
  width: 0;
  overflow: hidden;
  padding: 0;
}
body header#brx-header.sticky.scrolling .header-logo-wrapper {
  height: 40px;
}
body header#brx-header.sticky.scrolling .header-right {
  margin-top: 0;
}
body header#brx-header.sticky.scrolling .sharing {
  color: var(--bricks-color-lxwdkr);
}
body header#brx-header.sticky.scrolling .sharing a:hover svg {
  fill: white;
}
body header#brx-header.sticky.scrolling nav .menu-item:hover a {
  border-bottom-color: var(--bricks-color-lxwdkr) !important;
}
body .brxe-button.button-logo {
  display: flex;
  justify-content: center;
}
body .brxe-button.button-logo svg {
  order: -1;
}
body .brxe-button.white-header-button.button-logo:hover svg path {
  fill: var(--bricks-color-nxlndo);
}
body .brxe-accordion-nested .brxe-block.brx-open .accordion-title-wrapper .brxe-icon {
  transform: rotate(180deg);
}
body.thankyou header .header-right .register-button {
  display: none !important;
}

@media screen and (min-width: 768px) {
  html, body {
    height: 100%;
  }
  body {
    /*.content-wrapper {
      padding-bottom: 1090px;
      background: transparent;
    }
    footer#brx-footer {
      flex-shrink: 0;
      position: fixed;
      bottom: 0;
      z-index: 1;
      max-height: 100vh;
      overflow-y: auto;
    }*/
  }
  body header nav .show-mobile-landscape {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  body.home header .header-logo.hide-scroll {
    display: none !important;
  }
  body .hide-mobile-landscape {
    display: none !important;
  }
  body main#brx-content {
    padding-bottom: 0px;
  }
  body nav li.button {
    margin-bottom: 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
  }
  body nav li.button a {
    line-height: 1;
    background: white;
    color: #23282d;
    border-radius: 10px;
    text-align: center;
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
    padding: 10px;
  }
  header .brxe-toggle {
    margin-top: -30px;
  }
  header .brxe-toggle .brxa-inner, header .brxe-toggle .brxa-inner:after, header .brxe-toggle .brxa-inner:before {
    color: white;
  }
  header.scrolling .brxe-toggle {
    margin-top: 0;
  }
  header.scrolling .brxe-toggle .brxa-inner, header.scrolling .brxe-toggle .brxa-inner:after, header.scrolling .brxe-toggle .brxa-inner:before {
    color: var(--bricks-color-tlegth);
  }
  header.scrolling .sharing {
    color: white !important;
  }
  header.scrolling .sharing a:hover svg {
    fill: var(--bricks-color-lxwdkr) !important;
  }
}

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