/*
 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
*/
html {
  scroll-behavior: smooth;
  scroll-padding-top: 155px;
}

body {
  background: var(--bricks-color-dbdxrn);
}
body .brxe-button {
  font-size: 15px;
  font-weight: 300;
  transition: all 0.3s;
  border-radius: 25px;
  text-transform: uppercase;
  padding: 0.25em 1.8em;
}
body .brxe-button.bricks-background-primary {
  background: transparent;
  border: 1px solid var(--bricks-color-worefk);
  color: var(--bricks-color-worefk);
}
body .brxe-button.bricks-background-primary:hover {
  background: var(--bricks-color-worefk);
  color: var(--bricks-color-clxpdc);
}
body .brxe-button.bricks-background-secondary {
  background: transparent;
  border: 1px solid var(--bricks-color-jpnodk);
  color: var(--bricks-color-jpnodk);
  text-transform: uppercase;
  font-size: 15px;
}
body .brxe-button.bricks-background-secondary:hover {
  background: var(--bricks-color-jpnodk);
  color: var(--bricks-color-clxpdc);
}
body header#brx-header .header-container {
  transition: all 0.3s;
}
body header#brx-header .header-container .scrolling-logo {
  display: none;
}
body header#brx-header .bricks-nav-menu li.button a {
  border: 1px solid var(--bricks-color-clxpdc);
}
body header#brx-header .bricks-nav-menu li.current-page-ancestor a {
  color: var(--bricks-color-worefk) !important;
  background-color: var(--bricks-color-clxpdc);
}
body header#brx-header .bricks-nav-menu .sub-menu {
  min-width: 220px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 20px;
}
body header#brx-header .bricks-nav-menu .sub-menu > li {
  border-bottom: none;
}
body header#brx-header .bricks-nav-menu .sub-menu > li a {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 500;
  justify-content: flex-start;
  padding-top: 7px;
  padding-bottom: 7px;
}
body header#brx-header:not(.scrolling) .bricks-mobile-menu-toggle span {
  background: var(--bricks-color-worefk);
}
body header#brx-header.scrolling {
  border-bottom: 1px solid var(--bricks-color-worefk);
}
body header#brx-header.scrolling .header-container {
  transition: all 0.3s;
  padding-top: 15px;
  padding-bottom: 15px;
  align-items: center !important;
}
body header#brx-header.scrolling .header-container .scrolling-logo {
  display: flex;
}
body header#brx-header.scrolling .header-container .standard-logo {
  display: none;
}
body header#brx-header .alt-header-nav .bricks-mobile-menu-toggle span {
  background: var(--bricks-color-worefk);
}
body header#brx-header .alt-header-nav .bricks-nav-menu li.button a {
  border-color: var(--bricks-color-worefk);
}
body header#brx-header .alt-header-nav .bricks-nav-menu li.current-page-ancestor a, body header#brx-header .alt-header-nav .bricks-nav-menu li.current-menu-item a {
  color: var(--bricks-color-clxpdc) !important;
  background-color: var(--bricks-color-worefk);
}
body .is-stuck {
  z-index: 1000;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
body .is-stuck.sticky-nav {
  background: var(--bricks-color-dbdxrn);
}
body .is-stuck.home-slide-nav-container {
  padding: 15px 0;
}
body .sticky-nav .menu-item a {
  transition: padding 0.3s;
}
body .sticky-nav.is-stuck .menu-item a {
  padding-top: 15px;
  padding-bottom: 15px;
}
body .sticky-nav.is-stuck.section-separator {
  border-bottom: none;
}
body .submenu-head-nav .menu-item:not(:last-child) {
  border-right: 1px solid black;
}
body .em-event-when .em-item-meta-line {
  align-items: center;
}
body .page-header-section::before, body .slide-image-background::before, body .image-banner::before {
  mix-blend-mode: multiply;
}
body .wsf-form ul.wsf-group-tabs {
  padding-bottom: 10px;
  margin-bottom: 20px;
}
body .wsf-form ul.wsf-group-tabs .wsf-group-tab {
  overflow: visible;
}
body .wsf-form ul.wsf-group-tabs .wsf-group-tab a {
  border: none;
  font-weight: 500;
  font-size: 17px;
  color: var(--bricks-color-worefk);
  justify-content: flex-end;
  padding: 8px 20px;
  border-radius: 25px;
}
body .wsf-form ul.wsf-group-tabs .wsf-group-tab.active a {
  background: var(--bricks-color-clxpdc);
}
body .wsf-form .wsf-sections legend {
  font-size: 20px;
  font-weight: 600;
  color: var(--bricks-color-worefk);
}
body .wsf-form .wsf-sections .wsf-label {
  color: var(--bricks-color-worefk);
  font-size: 18px;
}
body .wsf-form .wsf-sections input, body .wsf-form .wsf-sections select, body .wsf-form .wsf-sections textarea {
  border: 1px solid var(--bricks-color-worefk);
  border-radius: 10px;
}
body .wsf-form .wsf-sections input[type=checkbox].wsf-field + label.wsf-label {
  font-size: 16px;
}
body .wsf-form .wsf-bottom button {
  background: transparent;
  font-size: 17px;
  color: var(--bricks-color-worefk);
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  border: 1px solid var(--bricks-color-worefk);
  border-radius: 25px;
}
body .wsf-form .wsf-bottom button:hover {
  background: var(--bricks-color-worefk);
  color: var(--bricks-color-clxpdc);
}
body .post-content h2 {
  font-size: 48px;
}
body .post-content h3 {
  font-size: 38px;
}
body .em.pixelbones .em-event-content h3, body .em.pixelbones .em-event-content h4 {
  margin-bottom: 0 !important;
}
body footer .bricks-nav-menu {
  align-items: center;
}
body footer .bricks-nav-menu li.button a {
  padding: 8px 20px;
  border-radius: 20px;
  border: 1px solid var(--bricks-color-worefk);
}
body footer .bricks-nav-menu li.button:hover a {
  background: var(--bricks-color-worefk);
  color: var(--bricks-color-worefk) !important;
}
body .brxe-brf-flip .brf-flip-wrapper .brf-flip-box.brf-flip-front {
  height: 100%;
}

@media screen and (min-width: 1000px) {
  body {
    overflow-x: hidden;
  }
  body .events-listing-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr; /* Two columns per row */
    gap: 0 40px; /* Gap between items */
  }
  body .events-listing-grid::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px; /* Border width */
    background: var(--bricks-color-worefk); /* Border color */
    left: 50%; /* Center of the grid minus half the gap */
    z-index: 1; /* Ensure it appears above the background */
  }
  body .events-listing-grid .event-listing-item {
    position: relative;
    padding: 20px 0 20px 0;
  }
  body .events-listing-grid .event-listing-item::after {
    content: "";
    position: absolute;
    height: 1px; /* Thickness of the line */
    background: var(--bricks-color-worefk); /* Line color */
    width: 120vw; /* Full viewport width minus container padding */
    left: -20vw; /* Extend beyond the container padding */
    top: 100%; /* Positioned below the item with a gap */
    z-index: 0; /* Ensure it appears behind other content */
  }
  body .events-listing-grid .event-listing-item:nth-last-child(-n+2)::after {
    /* Remove horizontal border after the last row */
    display: none;
  }
  body .events-listing-grid-3col {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 40px;
  }
  body .events-listing-grid-3col::before, body .events-listing-grid-3col::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: var(--bricks-color-worefk); /* Line color */
    z-index: 1;
  }
  body .events-listing-grid-3col::before {
    left: 33.3333333333%;
  }
  body .events-listing-grid-3col::after {
    left: 66.6666666667%;
  }
  body .events-listing-grid-3col .event-listing-item {
    position: relative;
    padding: 20px 0 20px 0;
  }
  body .events-listing-grid-3col .event-listing-item h3 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 300;
  }
  body .events-listing-grid-3col .event-listing-item .meta-item {
    font-weight: 300;
  }
  body .events-listing-grid-3col .event-listing-item::after {
    content: "";
    position: absolute;
    height: 1px;
    background: var(--bricks-color-worefk); /* Line color */
    width: 120vw;
    left: -20vw;
    top: 100%;
    z-index: 0;
  }
  body .events-listing-grid-3col .event-listing-item:nth-last-child(-n+3)::after {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  body .brxe-post-navigation .image {
    display: none;
  }
  body .brxe-post-navigation .label {
    font-size: 14px;
  }
  body .brxe-post-navigation .title {
    font-size: 22px;
  }
  body h1 {
    font-size: 50px;
  }
  body h2 {
    font-size: 42px;
  }
  body h3 {
    font-size: 24px;
  }
  body .intro-text.brxe-text {
    font-size: 18px;
  }
  body .bordered-cta.brxe-block {
    border-top: none;
  }
  body .home-cta-text {
    gap: 20px;
  }
  body .event-listing-item {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  body .brxe-section {
    padding-bottom: 30px;
  }
}

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