/* Spektrix related frontend stylesheets */

.swp-button {
    background: #ab1f0d;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 40px;
    padding: 7px 14px;
    font-size: 15px;
}

.swp-button:hover {
    background: #8e1607;
}

.swp-button:focus {
    background: #791407;
}

.spektrix-page thead td {
    font-weight: 700;
    font-size: 17px;
}

td.event-book {
    text-align: right;
}

.spektrix-page td {
    padding: 16px 8px;
}

.spektrix-page thead tr td:last-child {
    min-width: 160px;
}

/* Mobile styling - Fully stacked and centered */

@media (max-width: 1000px) {

    /* Table */

    .event-dates thead {
        display: none;
    }

    .event-dates tr {
        border-bottom: 1px solid #eee;
        display: block;
        width: 46%;
        float: left;
        padding: 10px 10px;
        box-sizing: border-box;
        border: 1px solid #ddd;
        margin-right: 3%;
        margin-bottom: 15px;
        text-align: center;
        border-radius: 2px;
        padding-top: 18px !important;
        background: #fff !important;
    }
    .event-dates td {
        display: block;
        padding: 0;
        margin-bottom: 6px;
        color: #444;
        border: 0;
        text-align: center;
        margin-bottom: 10px;
    }

    .event-dates td.event-time {
        margin-bottom: 5px;
        border: 0;
    }

    td.event-book {
        text-align: center;
    }

    td.event-book a.btn {
        padding: 12px 31px;
        font-size: 17px;
        display: block;
        clear: both;
        max-width: 120px;
        margin: 0 auto;
    }

    .event-dates td.event-date {
        font-weight: 700;
    }

    .event-section-content {
        left: 0;
        right: 0;
        text-align: center;
    }

    .event-section .btn {
        font-size: 20px;
    }

}

@media (max-width: 480px) {
    .event-dates tr {
        width: 100%;
        margin-right: 0;
    }
    .event-section .btn {
        font-size: 18px;
        padding: 16px 32px;
        margin-bottom: 0;
    }

}