/* =========================================================
   12) EVENTS SECTION
   ========================================================= */

.canalla-tickets-section,
.canalla-tickets-section .section_wrapper,
.canalla-tickets-section .mcb-section-inner,
.canalla-tickets-section .wrap,
.canalla-tickets-section .mcb-wrap,
.canalla-tickets-section .mcb-wrap-inner,
.canalla-tickets-section .column,
.canalla-tickets-section .mcb-column-inner,
.canalla-tickets-section .column_attr {
  background: var(--canalla-color-background) !important;
  box-sizing: border-box;
}

.canalla-tickets-section {
  position: relative !important;
  width: 100% !important;
  min-height: 100vh !important;
  padding: 0 0 32px 0 !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  box-sizing: border-box !important;
}

.canalla-tickets-section::before,
.canalla-tickets-section::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 80px;
  background: var(--canalla-color-background);
  z-index: 0;
  pointer-events: none;
}

.canalla-tickets-section::before {
  top: -79px;
}

.canalla-tickets-section::after {
  bottom: -79px;
}

.canalla-tickets-section > * {
  position: relative;
  z-index: 1;
}

.canalla-events-host > .section_wrapper,
.canalla-events-host > .mcb-section-inner {
  min-height: 100vh !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

.canalla-events-host .canalla-marquee-band {
  display: none !important;
}
