.hero-background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    /* Ensure the video is behind other content */
}

.hero-video-banner .vc_row.wpb_row {
    position: static !important;
}

.hero-video-banner .wpb_column.vc_column_container {
    position: static !important;
}

.hero-video-banner .vc_column-inner {
    position: static !important;
}

.event-category-filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 8px 0;
    background: transparent;
}

.event-category-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex: 1;
}

.event-category-btn {
    display: inline-block;
    padding: 10px 20px;
    background: #fff;
    border: 2px solid #000;
    border-radius: 0;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #000;
}

.event-category-btn:hover {
    background: #f0f0f0;
    border-color: #000;
    text-decoration: none;
    color: #000;
}

.event-category-btn.active {
    background: #000;
    color: #fff;
    border-color: #000;
}

.event-category-btn.active:hover {
    background: #333;
    border-color: #333;
    color: #fff;
}

.event-category-clear-wrapper {
    margin-left: 20px;
}

.event-category-clear {
    display: inline-block;
    padding: 10px 20px;
    background: #000;
    color: #fff;
    border: 2px solid #000;
    border-radius: 0;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.event-category-clear:hover {
    background: #333;
    border-color: #333;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 768px) {
    .event-category-filter {
        flex-direction: column;
        align-items: stretch;
    }

    .event-category-clear-wrapper {
        margin-left: 0;
        margin-top: 15px;
    }

    .event-category-clear {
        width: 100%;
        text-align: center;
    }
}

.container-fluid.event-schedule.tcode-event-schedule.tcode-size-normal {
    padding: 0;
}

.event-schedule .scheduled-events {
    border: none !important;
}

.event-schedule .scheduled-events .row .event-title,
.scheduled-locations .scheduled-location,
.scheduled-day .row-day {
    font-family: "Archivo", sans-serif;
    font-weight: 700;
}

.event-schedule .scheduled-locations {
    background-color: transparent !important;
}

.event-schedule .scheduled-events .row p,
.event-schedule .scheduled-events .row div,
.event-schedule .scheduled-events .row a {
    font-family: "Archivo", sans-serif;
    font-weight: 400;
}

.event-schedule .row.scheduled-event {
    background-color: transparent !important;
    border-bottom: 2px solid #1b12fc !important;
    padding-left: 15px;
    padding-right: 15px;
}

.event-schedule .scheduled-events .row .event-title {
    padding-left: 0;
    font-size: 1rem;
}

.scheduled-locations .scheduled-location div {
    font-size: 1.1rem;
}

.scheduled-day .row-day span {
    font-size: 1.2rem;
}

.row.scheduled-days div.scheduled-day {
    background-color: #1b12fc !important;
    transition: background-color 0.3s ease;
}

.row.scheduled-days div.scheduled-day span {
    color: #fff;
    transition: color 150ms ease;
}

.row.scheduled-days div.scheduled-day:not(.active) {
    background-color: #1b12fc60 !important;
    transition: background-color 0.3s ease;
}

.row.scheduled-days div.scheduled-day:not(.active):hover {
    background-color: #1b12fc80 !important;
}

.row.scheduled-days div.scheduled-day:not(.active) span {
    color: #ffffffcc;
    transition: color 150ms ease;
}

.event-schedule div.scheduled-location {
    background-color: transparent;
    color: #000;
}

.event-schedule div.scheduled-location:hover {
    background-color: transparent !important;
}

.event-schedule .row.event-content p {
    color: #000;
    font-size: 14px;
}

.event-schedule div.event-title {
    color: #000 !important;
    font-size: 16px;
}

body .tcode-event-schedule .scheduled-event .imgContainer {
    height: 46px;
}

.event-schedule div.tcode-es-artist-title {
    font-size: 14px;
    color: #000 !important;
}

.event-schedule div.artist-position {
    font-size: 14px;
    color: #000 !important;
}

.col-md-9.vcenter>.row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.col-md-2.vcenter.hidden-xs {
    /* display: none; */
}

body .tcode-event-schedule .col-md-12.event-time {
    width: 178px;
    color: #000 !important;
    font-family: "Archivo", sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.row.event-content .col-md-8 {
    padding: 0;
}

.event-schedule .artist-row .tcode-es-artist-title-col {
    padding: 0;
}

.row.scheduled-event .col-md-12>div:first-of-type {
    display: flex;
}

.row.scheduled-event .col-md-12>div .col-md-1.vcenter {
    margin-left: auto;
}

.tcode-event-schedule .scheduled-locations .scheduled-location.active,
.tcode-event-schedule .scheduled-locations .scheduled-location:hover {
    border-bottom: 4px solid #1b12fc;
    transition: border-bottom 0.3s ease;
}

.tcode-event-schedule .scheduled-locations .scheduled-location.active {
    color: #000 !important;
    background-color: transparent !important;
    border-bottom: 4px solid #1b12fc;
    transition: border-bottom 0.3s ease;
}

.tcode-event-schedule .event-content li {
    color: #000;
    font-size: 14px;
}

.tcode-event-schedule .event-time .time-starts {
    color: #000 !important;
    font-family: "Archivo", sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.tcode-event-schedule .scheduled-day::before {
    content: unset !important;
}

.tcode-event-schedule .scheduled-day .row {
    margin: 0;
}

body section .event-category-clear {
    background-color: #000 !important;
    border: 2px solid #000;
    border-radius: 0;
    color: white;
}

.scheduled-events .tcode-ico-grot-down::before {
    color: #000 !important;
}

.scheduled-events .tcode-ico-grot-up::before {
    color: #000 !important;
}

section .section-container .event-category-filter {
    background-color: transparent !important;
    padding: 0 !important;
}

section .section-container .event-category-filter .event-category-btn {
    border: 2px solid #000 !important;
    color: #000 !important;
    background-color: #fff !important;
    border-radius: 0 !important;
    transition: background-color 0.3s ease;
}

section .section-container .event-category-filter .event-category-btn:hover {
    background-color: #f0f0f0 !important;
}

section .section-container .event-category-filter .event-category-btn.active {
    background-color: #000 !important;
    color: #fff !important;
}

section .section-container .event-category-filter .event-category-clear:hover {
    color: #fff !important;
    background-color: #333 !important;
}


.scheduled-event .event-title {
padding-left: 0 !important;
}

.col-xs-12.visible-xs.event-time {
padding-left: 0 !important;
}

.event-content .col-sm-10.col-sm-offset-2.col-xs-12 {
padding-left: 0 !important;
}