
.fcv-theaters-hide,
.fcv-categories-hide,
.fcv-genres-hide {
    display: none;
}

.fcv-calendar {
    display: none;
}

.fcv-header-filters {
    display: none;
}

.fcv-filters {
    margin-bottom: 20px;
}

button.clc-collapsible-question {
    background: #681c32;
    padding: 20px;
    color: white;
    font-weight: bold;
}



table.fcv-calendar {
    width: 100%;
}

table.fcv-calendar tbody {
    width: 100%;
}

table.fcv-calendar tr {
    display: flex;
    gap: 2px;
    margin-bottom: 2px;
}

.fcv-calendar-header {
    background: white;
    padding-top: 30px;
}

table.fcv-calendar tr th {
    flex-basis: 14.14%;
    gap: 2px;
    background: #681c32;
    color: white;

}

table.fcv-calendar tr td {
    flex-basis: 14.14%;
    flex-basis: 14.14%;
    min-height: 40px;
    padding: 5px 10px 10px;
    flex-shrink: 0;
    border: 1px solid #d1d1d1;
}

table.fcv-calendar tr td.fcv-inactive {
    border: none;
}

.fcv-showtimes {
    margin-bottom: 15px;
    text-transform: uppercase;
}

.fcv-showtimes h3 {
    font-size: 1em !important;
}

.fcv-showtimes a {
    color: rgb(170 152 104/var(--tw-text-opacity));
    text-decoration: underline;
    white-space: nowrap;
}

.fcv-showtimes h3 a {
    white-space: wrap;
    color: #17191d !important;
}


.fcv-header {
    background: white;
    padding-top: 25px;
}

.fcv-header-months {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}

.fcv-header h2 {
    text-align: left;
    flex-grow: 3;
    padding: 0 12px;
    margin-top: 0;
}

.fcv-prev-next-month {
    white-space: nowrap;
}



@media only screen and ( min-width: 1200px ) {

    #fcv-mobile-list {
        display: none;
    }

    .fcv-calendar {
        display: flex;
    }

    .fcv-header {
        position: sticky;
        top: 0px;
    }

    .fcv-header-filters {
        display: block;
    }

    .fcv-calendar-header {
        position: sticky;
        top: 140px;
    }

    .fcv-header-filters {
        display: flex;
        gap: 40px;
    }

    .fcv-header h2 {
        text-align: center !important;
    }

    .fcv-header-months {
        margin-top: -40px !important;
    }

}




/* MODIFYING MAIN UPCOMING SHOWS VIEW */

.allcaps,
.all-caps,
.absolute.bottom-0,
.all-movies .mb-5.text-xl,
.movies-template-default h1 {
    text-transform: uppercase;
}
