/*
 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 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-clxpdc);
}
body header#brx-header.scrolling .header-container {
  transition: all 0.3s;
  padding-top: 20px;
  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.scrolling .header-container .header-nav .bricks-nav-menu > li.current-menu-item > a, body header#brx-header.scrolling .header-container .header-nav .bricks-nav-menu > li.current-page-ancestor > a, body header#brx-header.scrolling .header-container .header-nav .bricks-nav-menu li:hover > a {
  background: var(--bricks-color-worefk);
  color: var(--bricks-color-clxpdc);
}
body header#brx-header.scrolling .header-container .header-nav .bricks-nav-menu > li.current-menu-item > .brx-submenu-toggle, body header#brx-header.scrolling .header-container .header-nav .bricks-nav-menu > li.current-page-ancestor > .brx-submenu-toggle, body header#brx-header.scrolling .header-container .header-nav .bricks-nav-menu li:hover > .brx-submenu-toggle {
  background: var(--bricks-color-worefk);
}
body header#brx-header.scrolling .header-container .header-nav .bricks-nav-menu > li.current-menu-item > .brx-submenu-toggle a, body header#brx-header.scrolling .header-container .header-nav .bricks-nav-menu > li.current-menu-item > .brx-submenu-toggle button, body header#brx-header.scrolling .header-container .header-nav .bricks-nav-menu > li.current-page-ancestor > .brx-submenu-toggle a, body header#brx-header.scrolling .header-container .header-nav .bricks-nav-menu > li.current-page-ancestor > .brx-submenu-toggle button, body header#brx-header.scrolling .header-container .header-nav .bricks-nav-menu li:hover > .brx-submenu-toggle a, body header#brx-header.scrolling .header-container .header-nav .bricks-nav-menu li:hover > .brx-submenu-toggle button {
  color: var(--bricks-color-clxpdc);
}
body header#brx-header.scrolling .header-container .header-nav .bricks-nav-menu li.button a {
  border-color: var(--bricks-color-worefk);
}
body header#brx-header .alt-header-nav .bricks-mobile-menu-toggle span {
  background: var(--bricks-color-clxpdc);
}
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: 100;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
body .is-stuck.sticky-nav {
  background: rgba(255, 255, 255, 0.9);
}
body .is-stuck.sticky-nav a {
  color: var(--bricks-color-worefk);
  font-weight: 500;
}
body .is-stuck.home-slide-nav-container {
  padding: 15px 0;
}
body .sticky-nav .pad-tb-30 {
  transition: padding 0.3s;
}
body .sticky-nav.is-stuck .pad-tb-30 {
  padding-top: 15px;
  padding-bottom: 15px;
}
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 .group-booking-form #tripleseat_embed_form h2 {
  font-size: 24px;
  letter-spacing: -1.4px;
  text-transform: uppercase;
}
body .group-booking-form #tripleseat_embed_form table tbody {
  display: flex;
  flex-direction: column;
  /* Default: rows stack vertically */
  gap: 10px;
  /* Space between rows */
  width: 100%;
}
body .group-booking-form #tripleseat_embed_form table tr {
  display: flex;
  flex-direction: row;
  /* Make table rows flexible */
  gap: 20px;
  width: 100%;
  flex: 1;
  /* Parent wrapper for the two rows */
}
body .group-booking-form #tripleseat_embed_form table tr.row_event_date, body .group-booking-form #tripleseat_embed_form table tr.row_time {
  display: flex;
  /* Ensure these rows remain flexible items */
  width: 50%;
  /* Take 50% of the available space */
  flex: none;
  /* Prevent these rows from stretching */
}
body .group-booking-form #tripleseat_embed_form table tr.row_event_date {
  margin-right: 20px;
  /* Add gap between the two rows */
}
body .group-booking-form #tripleseat_embed_form table tr.row_event_date + .row_time {
  display: flex;
  /* Flex container for these two */
  gap: 20px;
}
body .group-booking-form #tripleseat_embed_form table tr td {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 1;
}
body .group-booking-form #tripleseat_embed_form table tr td label {
  font-weight: 200 !important;
  font-size: 18px;
  color: white;
  margin-bottom: 0;
  line-height: 1em;
}
body .group-booking-form #tripleseat_embed_form table tr td .timeselect_input {
  width: 100%;
}
body .group-booking-form #tripleseat_embed_form table tr td input, body .group-booking-form #tripleseat_embed_form table tr td textarea, body .group-booking-form #tripleseat_embed_form table tr td select {
  font-weight: 300;
  font-size: 18px;
  border-radius: 0;
}
body .group-booking-form #tripleseat_embed_form table tr.row_details_header {
  padding-top: 30px;
  margin-top: 20px;
  border-top: 1px solid var(--bricks-color-worefk);
}
body .group-booking-form #tripleseat_embed_form table tr #lead_phone_number {
  width: 100%;
}
body .group-booking-form #tripleseat_embed_form table tr #lead_phone_number_extension {
  width: 50%;
}
body .group-booking-form #tripleseat_embed_form table tr input.hasDatepicker {
  width: 100%;
}
body .group-booking-form #tripleseat_embed_form table tr select {
  background-color: white;
}
body .group-booking-form #tripleseat_embed_form table tr.row_submit {
  border-top: 1px solid white;
  padding-top: 20px;
}
body .group-booking-form #tripleseat_embed_form table tr.row_submit td#lead_form_submit {
  align-items: flex-end;
}
body .group-booking-form #tripleseat_embed_form table tr.row_submit td#lead_form_submit input#lead_submit {
  float: none;
  font-size: 17px;
  background: transparent;
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  border: 1px solid white;
  border-radius: 25px;
  padding: 0.3em 2em;
  transition: all 0.3s;
  margin-bottom: 30px;
}
body .group-booking-form #tripleseat_embed_form table tr.row_submit td#lead_form_submit a {
  font-size: 12px;
}
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: white;
  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: 400 24px/24px "Merlod Norme", sans-serif;
  color: white;
  text-transform: uppercase;
}
body .wsf-form .wsf-sections .wsf-label {
  color: white;
  font-size: 18px;
}
body .wsf-form .wsf-sections input, body .wsf-form .wsf-sections select, body .wsf-form .wsf-sections textarea {
  border: 1px solid white;
  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: white;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  border: 1px solid white;
  border-radius: 25px;
}
body .wsf-form .wsf-bottom button:hover {
  background: white;
  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 .brxe-brf-flip .brf-flip-wrapper .brf-flip-box.brf-flip-front, body .brxe-brf-flip .brf-flip-wrapper .brf-flip-box.brf-flip-back {
  height: 100% !important;
}
body .submenu-head-nav.brxe-nav-menu .bricks-nav-menu > li:last-child > a {
  border-right: none;
}
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-clxpdc) !important;
}

@media screen and (min-width: 769px) {
  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: #000;
    /* 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: #000;
    /* 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: #fff;
    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 .meta-item {
    font-weight: 300;
  }
  body .events-listing-grid-3col .event-listing-item::after {
    content: "";
    position: absolute;
    height: 1px;
    background: #fff;
    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 .group-booking-form #tripleseat_embed_form table tr {
    flex-direction: column;
  }
  body footer .bricks-nav-menu {
    align-items: flex-start;
  }
}

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