.elementor-kit-10{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-f909a1a:#04843c;--e-global-color-3a65535:#106637;--e-global-color-b75c26e:#00662B;--e-global-color-21dcbb3:#3C3C3C;--e-global-color-9942377:#555555;--e-global-color-792d826:#02DA6E;--e-global-color-594a533:#00853F;--e-global-typography-primary-font-family:"Saira";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Raleway";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Open Sans";--e-global-typography-accent-font-weight:500;background-color:#FFFFFF;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 a{color:var( --e-global-color-f909a1a );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:768px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;}}@media(max-width:414px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;}}/* Start custom CSS *//* ========================================
   SPORTSPRESS HORIZONTAL SCHEDULE
   ======================================== */

.schedule-slider .sp-table-wrapper {
  width: 100%;
  overflow-x: auto !important;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.schedule-slider table.sp-event-blocks {
  display: block !important;
  width: max-content !important;
  min-width: 100%;
  border-collapse: separate !important;
  border-spacing: 0 !important;
}

.schedule-slider table.sp-event-blocks thead {
  display: none !important;
}

.schedule-slider table.sp-event-blocks tbody {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 22px;
  width: max-content;
}

.schedule-slider table.sp-event-blocks tbody > tr {
  display: block !important;
  flex: 0 0 530px;
  width: 530px !important;
  margin: 0 !important;
  scroll-snap-align: start;
}

.schedule-slider table.sp-event-blocks tbody > tr > td {
  display: block !important;
  width: 100% !important;
  box-sizing: border-box;
}

/* Tablet */
@media (max-width: 1024px) {
  .schedule-slider table.sp-event-blocks tbody > tr {
    flex-basis: 440px;
    width: 440px !important;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .schedule-slider table.sp-event-blocks tbody {
    gap: 14px;
  }

  .schedule-slider table.sp-event-blocks tbody > tr {
    flex-basis: 88vw;
    width: 88vw !important;
  }
}/* End custom CSS */