/*
 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
*/
section.header {
  padding: var(--space-m) var(--section-padding-x);
}
section.header .header__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
section.header .header__logo {
  width: 18rem;
}
.mm:not(.brx-open) .mm__nav-items > li:last-of-type a.mm__nav-link, .mm:not(.brx-open) .mm__nav-items > li:last-of-type .brx-submenu-toggle {
  padding: var(--btn-pad-y) var(--btn-pad-x);
  background-color: var(--action);
  color: var(--btn-text-color);
  text-decoration: var(--btn-text-decoration);
  letter-spacing: var(--btn-letter-spacing);
  line-height: var(--btn-line-height);
  text-transform: var(--btn-text-transform);
  font-weight: var(--btn-weight);
  font-style: var(--btn-radius);
  border-radius: var(--btn-radius);
  border-width: var(--btn-border-size);
  min-width: var(--btn-width);
  text-align: center;
  justify-content: center;
}
.mm:not(.brx-open) .mm__nav-items > li:last-of-type a.mm__nav-link:hover, .mm:not(.brx-open) .mm__nav-items > li:last-of-type .brx-submenu-toggle:hover {
  color: var(--btn-hover-text-color);
  background-color: var(--action-hover);
}
.mm:not(.brx-open) .mm__nav-items > li:last-of-type .brx-submenu-toggle a {
  color: inherit;
}
.mm:not(.brx-open) .mm__nav-items > li:not(:last-of-type) > a {
  color: black;
}
.mm:not(.brx-open) .mm__nav-items > li:not(:last-of-type) > a:hover {
  color: grey;
}
.mm:not(.brx-open) .mm__nav-items > li:not(:last-of-type) .brx-submenu-toggle {
  color: black;
}
.mm:not(.brx-open) .mm__nav-items > li:not(:last-of-type) .brx-submenu-toggle:hover {
  color: grey;
}
.mm:not(.brx-open) .mm__nav-items > li:not(:last-of-type) .brx-submenu-toggle > a {
  color: black;
}
.mm:not(.brx-open) .mm__nav-items > li:not(:last-of-type) .brx-submenu-toggle > a:hover {
  color: grey;
}
.mm:not(.brx-open) .mm__nav-items > li:not(:last-of-type) .brx-submenu-toggle a, .mm:not(.brx-open) .mm__nav-items > li:not(:last-of-type) .brx-submenu-toggle span, .mm:not(.brx-open) .mm__nav-items > li:not(:last-of-type) .brx-submenu-toggle svg {
  color: inherit;
}
.mm.brx-open .mm__nav-items > li:last-of-type {
  padding: var(--space-m) var(--section-padding-x);
}
.mm.brx-open .mm__nav-items > li:last-of-type .mm__nav-link, .mm.brx-open .mm__nav-items > li:last-of-type .brx-submenu-toggle {
  padding: var(--btn-pad-y) var(--btn-pad-x);
  background-color: var(--action);
  color: var(--btn-text-color);
  text-decoration: var(--btn-text-decoration);
  letter-spacing: var(--btn-letter-spacing);
  line-height: var(--btn-line-height);
  text-transform: var(--btn-text-transform);
  font-weight: var(--btn-weight);
  font-style: var(--btn-radius);
  border-radius: var(--btn-radius);
  border-width: var(--btn-border-size);
  min-width: var(--btn-width);
  text-align: center;
  justify-content: center;
}
.mm.brx-open .mm__nav-items > li:last-of-type .mm__nav-link:hover, .mm.brx-open .mm__nav-items > li:last-of-type .brx-submenu-toggle:hover {
  color: var(--btn-hover-text-color);
  background-color: var(--action-hover);
}
.mm.brx-open .mm__nav-items > li:not(:last-of-type) {
  border-bottom: 1px solid var(--shade-light);
}
.mm.brx-open .mm__nav-items > li:not(:last-of-type) .mm__nav-link, .mm.brx-open .mm__nav-items > li:not(:last-of-type) .brx-submenu-toggle {
  padding: calc(var(--space-m) / 1.6) var(--section-padding-x);
}
.mm.brx-open .mm__nav-items > li:not(:last-of-type) > a {
  color: black;
}
.mm.brx-open .mm__nav-items > li:not(:last-of-type) .brx-submenu-toggle {
  color: black;
}
.mm.brx-open .mm__nav-items > li:not(:last-of-type) .brx-submenu-toggle a, .mm.brx-open .mm__nav-items > li:not(:last-of-type) .brx-submenu-toggle svg, .mm.brx-open .mm__nav-items > li:not(:last-of-type) .brx-submenu-toggle span {
  color: inherit;
}
.mm.brx-open .mm__nav-items > li:last-of-type {
  margin-top: auto;
  padding: var(--space-m) var(--section-padding-x);
}
.mm.brx-open .mm__nav-items > li:last-of-type a.mm__nav-link, .mm.brx-open .mm__nav-items > li:last-of-type .mm__dropdown--mega, .mm.brx-open .mm__nav-items > li:last-of-type .mm__dropdown--menu {
  text-align: center;
}
.mm.brx-open .mm__dropdown--mega .mm__dropdown-content, .mm.brx-open .mm__dropdown--menu .mm__dropdown-content {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.mm.brx-open .mm__dropdown--mega .mm__dropdown-content::-webkit-scrollbar, .mm.brx-open .mm__dropdown--menu .mm__dropdown-content::-webkit-scrollbar {
  display: none;
}
.mm.brx-open li.mm__dropdown--menu .mm__dropdown-content {
  padding: 0;
  gap: 0;
}
.mm.brx-open li.mm__dropdown--menu .mm__dropdown-content .menu-item {
  border-bottom: 1px solid var(--shade-light);
}
.mm.brx-open li.mm__dropdown--menu .mm__dropdown-content .menu-item a {
  padding: calc(var(--space-m) / 1.6) var(--section-padding-x);
}
.mm.brx-open li.mm__dropdown--menu .mm__dropdown-content a {
  color: black;
}
.mm.brx-open li.mm__dropdown--menu .mm__dropdown-content .brx-submenu-toggle {
  color: black;
}
.mm.brx-open li.mm__dropdown--menu .mm__dropdown-content .brx-submenu-toggle a, .mm.brx-open li.mm__dropdown--menu .mm__dropdown-content .brx-submenu-toggle svg, .mm.brx-open li.mm__dropdown--menu .mm__dropdown-content .brx-submenu-toggle span {
  color: inherit;
}
.mm:not(.brx-open) .mm__dropdown--mega > .brx-submenu-toggle button svg, .mm:not(.brx-open) .mm__dropdown--menu > .brx-submenu-toggle button svg {
  transform: rotatex(0);
  transition: transform 0.2s ease-in-out;
}
.mm:not(.brx-open) .mm__dropdown--mega.open > .brx-submenu-toggle button svg, .mm:not(.brx-open) .mm__dropdown--menu.open > .brx-submenu-toggle button svg {
  transform: rotatex(180deg);
}
.mm .mm__dropdown--mega .mm__dropdown-content {
  padding: var(--space-m);
  gap: var(--space-m);
  box-shadow: 119px 360px 152px rgba(0, 0, 0, 0.01), 67px 203px 128px rgba(0, 0, 0, 0.05), 30px 90px 95px rgba(0, 0, 0, 0.09), 7px 23px 52px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
  flex-direction: row;
}
.mm .mm__dropdown--menu .mm__dropdown-content {
  padding: var(--space-m);
  gap: calc(var(--space-m) / 1.4);
  min-width: fit-content;
  box-shadow: 119px 360px 152px rgba(0, 0, 0, 0.01), 67px 203px 128px rgba(0, 0, 0, 0.05), 30px 90px 95px rgba(0, 0, 0, 0.09), 7px 23px 52px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
}
.mm .mm__dropdown--menu .mm__dropdown-content .menu-item a {
  white-space: nowrap;
}
.mm .mm__nav-items {
  gap: var(--space-m);
}
.mm:not(.brx-open) .mm__dropdown--menu .mm__dropdown-content {
  background-color: white;
}
.mm:not(.brx-open) .mm__dropdown--menu .mm__dropdown-content a {
  color: black;
}
.mm:not(.brx-open) .mm__dropdown--menu .mm__dropdown-content a:hover {
  color: gray;
}
.mm:not(.brx-open) .mm__dropdown--mega .mm__dropdown-content, .mm:not(.brx-open) .mm__dropdown--menu .mm__dropdown-content {
  transform: translateY(40px);
}
.mm:not(.brx-open) .mm__dropdown--mega.open .mm__dropdown-content, .mm:not(.brx-open) .mm__dropdown--menu.open .mm__dropdown-content {
  transform: translateY(20px);
}
@media (max-width: 1100px) {
  .mm .mm__nav-items-wrapper {
    visibility: hidden;
    transform: translateX(100%);
    transition: all 0.2s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  }
  .mm .mm__nav-items-wrapper .mm__nav-items {
    display: none;
  }
  .mm .mm__toggle-open {
    display: flex !important;
    --brxe-toggle-scale: 1;
    color: black;
    font-size: 2.6rem;
  }
  .mm .mm__toggle-open svg {
    width: 2.6rem;
    height: auto;
    fill: black;
  }
}
.mm.brx-open.brx-closing .mm__nav-items-wrapper {
  transform: translateX(100%);
}
.mm.brx-open .mm__mobile-nav {
  padding: var(--space-m) var(--section-padding-x);
  align-items: flex-end;
  border-bottom: 1px solid var(--shade-light);
}
.mm.brx-open .mm__nav-items-wrapper {
  visibility: visible;
  position: fixed;
  inset: 0;
  background-color: white;
  z-index: 1001;
  transform: translateX(0);
  display: flex;
  transition: all 0.2s cubic-bezier(0.79, 0.14, 0.15, 0.86);
}
.mm.brx-open .mm__nav-items-wrapper .mm__nav-items {
  position: relative;
  display: flex;
  overflow-x: hidden;
  overflow-y: auto;
  flex: 1;
  justify-content: flex-start;
  background-color: white;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.mm.brx-open .mm__nav-items-wrapper .mm__nav-items::-webkit-scrollbar {
  display: none;
}
.mm.brx-open .mm__nav-items-wrapper .mm__toggle-close {
  display: flex;
  font-size: 2.6rem;
  color: black;
}
.mm.brx-open .mm__nav-items-wrapper .mm__toggle-close svg {
  width: 2.6rem;
  height: auto;
  fill: black;
}
.mm.brx-open .mm__dropdown--mega, .mm.brx-open .mm__dropdown--menu {
  position: static;
}
.mm.brx-open .mm__dropdown--mega > .brx-submenu-toggle button svg, .mm.brx-open .mm__dropdown--menu > .brx-submenu-toggle button svg {
  transition: none;
  transform: rotate(-90deg);
}
.mm.brx-open .mm__dropdown--mega .mm__dropdown-content, .mm.brx-open .mm__dropdown--menu .mm__dropdown-content {
  position: absolute !important;
  inset: 0;
  transform: translateX(100%);
  transition-property: transform, opacity, visibility;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.79, 0.14, 0.15, 0.86);
  display: flex;
  padding: var(--space-m) var(--section-padding-x);
  left: 0 !important;
  min-width: 100% !important;
  overflow-x: hidden;
  flex-direction: column;
  background-color: white;
  border-radius: 0;
  box-shadow: none;
}
.mm.brx-open .mm__dropdown--mega .mm__dropdown-content > *, .mm.brx-open .mm__dropdown--menu .mm__dropdown-content > * {
  max-width: 100%;
}
.mm.brx-open .mm__dropdown--mega.open.active .mm__dropdown-content, .mm.brx-open .mm__dropdown--menu.open.active .mm__dropdown-content {
  transform: translateX(0);
}
.mm.brx-open .mm__dropdown--mega.open.active > .brx-submenu-toggle button, .mm.brx-open .mm__dropdown--menu.open.active > .brx-submenu-toggle button {
  position: fixed;
  top: var(--space-m);
  left: var(--section-padding-x);
  gap: 0.4em;
  align-items: center;
  min-height: 2.6rem;
  font-size: calc(2.6rem / 1.6);
  color: black;
}
.mm.brx-open .mm__dropdown--mega.open.active > .brx-submenu-toggle button svg, .mm.brx-open .mm__dropdown--menu.open.active > .brx-submenu-toggle button svg {
  transform: rotate(90deg);
}
.mm.brx-open .mm__dropdown--mega.open.active > .brx-submenu-toggle button::after, .mm.brx-open .mm__dropdown--menu.open.active > .brx-submenu-toggle button::after {
  content: "Back";
}
body.bricks-is-frontend.admin-bar .mm.brx-open .mm__nav-items-wrapper {
  top: var(--wp-admin--admin-bar--height) !important;
}
