.cli-modal-backdrop.cli-show {
    z-index: 9990 !important;
}

/* tablepress overrides */
.tablepress.atf-upcoming-events { background-color: #0688ff; }

.tablepress.atf-upcoming-events th {
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.tablepress.atf-upcoming-events thead .row-1 th { padding-top: 15px !important; }

.tablepress.atf-upcoming-events td {
    border: none;
    text-align: center !important;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.tablepress.atf-upcoming-events tbody tr:last-child td { padding-bottom: 15px !important; }

/* homepage slider overrides */
#slider > .slider-slideshow > .slide:first-child .slide-text,
#slider > .slider-slideshow > .slide:first-child .slide-text-inner,
#slider > .slider-slideshow > .slide:nth-child(2) .slide-text,
#slider > .slider-slideshow > .slide:nth-child(2) .slide-text-inner {
    max-width: 100% !important;
}

#slider > .slider-slideshow > .slide:first-child .slide-text .slide-buttons,
#slider > .slider-slideshow > .slide:nth-child(2) .slide-text .slide-buttons {
    margin-top: 30px !important;
}

@media (min-width: 767px) {
    #home-slider {
        max-height: 470px !important;
        overflow: hidden;
    }
}

/* workshop agenda table */
.workshop-agenda-table td {
    font-size: 15px;
    vertical-align: middle !important;
}

.workshop-agenda-table td ul {
    margin: 0;
}

.workshop-agenda-table td ul br {
    display: none;
}

.workshop-agenda-table td ul > li {
    padding-left: 20px;
    margin: 0;
}

.workshop-agenda-table td ul > li::before {
    padding-left: 8px;
}

.workshop-agenda-table td.column-1 {
    width: 15%;
}

.workshop-agenda-table td.column-1 strong > em {
    color: #666;
}

.workshop-agenda-table strong,
.workshop-agenda-table p,
.workshop-agenda-table li,
.workshop-agenda-table td {
    font-family: Roboto,Helvetica Neue,Arial,sans-serif !important;
    font-size: 16px !important;
}

/* technical week schedule */
.workshop-agenda-table.techweek td.column-1 {
    width: 140px;
    border-right: 1px solid #e4e4e4;
}

.workshop-agenda-table.techweek td.column-2 {
    width: 110px;
}

.workshop-agenda-table.techweek th.column-1,
.workshop-agenda-table.techweek th.column-2 {
    text-align: center;
    vertical-align: top;
}

.workshop-agenda-table.techweek td.column-3 {
    width: 100px;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
}
/* RSVP */
.tribe-tickets-has-rsvp .tribe-tickets-order_status-row {
    display: none;
}

/* get tickets disclaimer */
.ticket-guide {
    margin-bottom: 10px !important;
    color: #c00;
}

#tribe-tickets__tickets-form { margin-bottom: 10px; }

/* Begin: PSA Certified - Homepage 09052025 */
.psa-certified-block ul.psa-certified {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    display: table;
}

.psa-certified-block ul.psa-certified > li {
    display: table-cell;
    vertical-align: top;
    margin: 0;
    padding: 0;
}

.psa-certified-block ul.psa-certified > li::before {
    display: none;
}

.psa-certified-block ul.psa-certified > li:first-child {
    width: 100px;
}

.psa-certified-block ul.psa-certified > li:last-child {
    width: calc(100% - 100px);
}

.psa-certified-block ul.psa-certified ul.psa-text > li:before {
    display: none;
}

.psa-certified-block ul.psa-certified ul.psa-text {
    display: table;
    margin: 0 0 0 40px;
    height: 100%;
    padding: 0;
}

.psa-certified-block ul.psa-certified ul.psa-text > li {
    padding: 0 5px;
    display: table-cell;
    vertical-align: middle;
}

.psa-certified-block ul.psa-certified ul.psa-text > li:not(:first-child) p a {
    color: inherit;
}

.psa-certified-block ul.psa-certified ul.psa-text > li p {
    margin: 0;
    font-size: 18px;
}

@media (max-width: 992px) {
    .psa-certified-block ul.psa-certified > li {
        width: 100% !important;
        display: block;
    }

    .psa-certified-block ul.psa-certified ul.psa-text > li {
        display: block;
        width: 100% !important;
        text-align: center;
    }

    .psa-certified-block ul.psa-certified > li:first-child img {
        margin: 0 auto 20px auto;
        display: table;
        width: 120px;
    }

    .psa-certified-block ul.psa-certified {
        padding: 20px 0 !important;
    }

    .psa-certified-block ul.psa-certified ul.psa-text {
        margin: 0 auto;
    }
}
/* 16.66666667% - 66.66666667% */
/* End: PSA Certified - Homepage 09052025 */