.past-shows-heading {
    margin-top: 250px;
}

h2 {
    font-size: 2.5em;
    font-family: 'Abel', sans-serif;
}

.shows {
    width: 100%;
    max-width: 1350px;
}

.show {
    display: flex;
    justify-content: space-between;
    border-top: solid 1px #333;
    padding-top: 50px;
    font-weight: 300;
}

.show:not(:last-child) {
    margin-bottom: 50px;
}

.show:last-child {
    border-bottom: solid 1px #333;
    padding-bottom: 50px;
}

.no-upcoming-shows {
    justify-content: center;
}

.past-show {
    justify-content: center;
    text-align: center;
}

.show-info {
    font-size: 26px;
}

.show-info > * {
    line-height: 1.7;
}

.show-cta {
    align-self: center;
}

.show-cta .cta {
    margin: 0;
    margin-left: 20px;
}

.tickets-coming-soon .cta a,
.tickets-coming-soon .cta span {
    background-color: #333;
}

.tickets-coming-soon .cta span {
    color: #ccc
}


@media only screen and (max-width: 1600px) {
    
}

@media only screen and (max-width: 1200px) {
    .show-info {
        font-size: 24px;
    }
}

@media only screen and (max-width: 992px) {
    .show {
        padding-top: 40px;
    }

    .show:not(:last-child) {
        margin-bottom: 40px;
    }
    
    .show:last-child {
        padding-bottom: 40px;
    }

    .show-info {
        font-size: 22px;
    }

    .show-cta .cta .cta-button {
        padding: 10px 20px;
    }
}

@media only screen and (max-width: 768px) {
    .show {
        padding-top: 30px;
    }

    .show:not(:last-child) {
        margin-bottom: 30px;
    }
    
    .show:last-child {
        padding-bottom: 30px;
    }

    .show-info {
        font-size: 20px;
    }

    .show-cta .cta {
        max-width: 80px;
    }

    .show-cta .cta .cta-button {
        padding: 12px 16px;
        line-height: 1.2;
        font-size: 16px;
    }
}
