.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-6af2dfa:#153990;--e-global-color-8432f37:#78C626;--e-global-color-ce56f97:#5F680B;--e-global-typography-primary-font-family:"Open Sans";--e-global-typography-primary-font-size:1em;--e-global-typography-primary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*Adjust the Max-width of Single Event*/
.tribe-events-pg-template {
max-width: 1200px !important;
}

/* Hide the first column (event date tag) */
.tribe-events-calendar-list__event-date-tag {
    display: none;
}

/* Change the title color of the event */
.tribe-events-calendar-list__event-title-link {
    color: #153990; /* Your desired color */
}

/* Global: Ensure events are in a row layout by default */
.tribe-events .tribe-events-calendar-list__event {
    display: flex;
    flex-direction: row !important;  /* Force row direction */
}

/* Medium Breakpoint: Make sure the layout is not reversed and aligned to the left */
.tribe-common--breakpoint-medium .tribe-events-calendar-list__event {
    flex-direction: row !important;  /* Ensure row layout at medium breakpoint */
    justify-content: flex-start !important;  /* Align items to the left */
}

/* If needed, reverse the order of the columns for all breakpoints (except medium) */
.tribe-events-calendar-list__event-wrapper {
    display: flex;
    flex-direction: row-reverse; /* Reverse image and event details */
}/* End custom CSS */