
.concert-card .btn-success {
    background: #A60E13;
    border: rgba(0,0,0,0.5);
    line-height: 100%;
    text-transform: uppercase;
}

    .concert-card .btn-success small {
        font-size: 10px;
    }

.btn.btn-success.disabled {
    background: #888;
    opacity: .75;
    color: #ececec;
}

.header-container:not(.no-animate) h1:before,
.header-container:not(.no-animate) h1 sup:before,
.header-container:not(.no-animate) h3:before,
.concert-card img {
    max-width: 356px;
    width: 100%;
    margin: 0 auto;
}

.season-overview-container {
    background: #a57f38;
    padding: 1em 2.5em;
    margin: 0em 0em 1em 0;
    color: #fff;
    font-family: 'Open Sans', Helvetica, "Helvetica Neue", Arial, sans-serif;
    transition: margin 0.3s ease, opacity 1.1s ease, transform 1.1s cubic-bezier(0.0, 0.0, 0.2, 1);
    width: 100%;
    max-width: 303px;
}

    .season-overview-container.pre-animate {
        opacity: 0;
        transform: translateX(35px);
    }

.announcement-container {
    background: Ivory;
    padding: 1em 2.5em;
    margin: 0.618em auto 1em;
    color: Grey;
    font-family: 'Open Sans', Helvetica, "Helvetica Neue", Arial, sans-serif;
    transition: margin 0.3s ease;
    width: 100%;
    max-width: 545px;
    font-size: .8em;
}

    .announcement-container h4 {
        text-transform: uppercase;
        font-family: "Open Sans", sans-serif;
        font-size: 15px;
    }

.cancel-update h4,
.cancel-update p,
.location-update h4,
.location-update p {
    font-size: 0.9em;
    line-height: 1.4;
    margin: 0;
    color: #fff;
    font-size: 0.85em;
}

.cancel-update h4,
.cancel-update p {
    color: #232323;
    font-size: 16px;
}

.location-update h4,
.cancel-update h4 {
    margin-bottom: 0.6em
}

.cancel-update,
.location-update {
    padding: .5em;
    background: #9D0000;
    margin: 1em 0 auto;
}

.cancel-update {
    background: #ccc;
    color: #232323;
    font-size: 1.1em
}

.instrument {
    opacity: 0.7;
    font-weight: normal;
}

.concert-card .instrument {
    font-size: 60%;
    padding-left: 7px;
}

.season-overview-container .instrument {
    font-size: 80%;
}

.season-overview-container.affix-top {
    position: relative;
}

.season-overview-container.affix-bottom,
.season-overview-container.affix {
    top: 0;
    position: fixed !important;
    margin-top: 74px;
}

.season-overview-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
    /*! font-weight: bold; */
    padding-bottom: 0.5em;
}

.season-overview-container li {
    padding-left: 0.0em;
    margin-bottom: 0.75em;
    line-height: 120%;
}

.season-overview-date {
    display: block;
    padding-left: 0.9em;
    font-weight: normal;
    opacity: 0.7;
    padding-top: 2px;
    font-size: 14px;
}

.season-overview-container li::before {
    content: "• ";
    float: left;
    color: #fff;
    padding-right: 0.25em;
    height: 30px;
}

.season-overview-container li:hover::before {
    content: "• ";
    color: #e8c05e;
}

.season-overview-container a:hover {
    color: #e8c05e;
}

.season-overview-container a {
    color: #fff;
    display: block;
}

.season-overview-container h4 {
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    border-bottom: 1px solid #fff;
    padding-bottom: 0.5em;
    font-weight: bold;
}

.concert-card {
    background: #fff;
    padding: 1em;
    margin: 0 auto 1.75em auto;
    max-width: 720px;
    text-align: center;
    transition: opacity 1.1s ease, transform 1.1s cubic-bezier(0.0, 0.0, 0.2, 1);
}

    .concert-card.pre-animate {
        opacity: 0;
        transform: translateY(35px);
    }

.concert-card-date {
    font-size: 16px;
    color: #808285;
    font-weight: bold;
    line-height: 18px;
    margin: 0.5em 0 0.8em;
}

.concert-card h2 {
    font-family: "Raleway", sans-serif;
    font-weight: bold;
    font-size: 30px;
    /* border-bottom: 1px solid #ccc; */
    /* text-transform: uppercase; */
    margin: 0;
    margin-bottom: 10px;
    /* padding-bottom: 10px; */
    background: #F7E6BB;
    padding: 10px 6px;
}

    .concert-card h2.override-allcaps {
        text-transform: none;
    }

    .concert-card h2 a {
        color: #222;
    }

.concert-card blockquote {
    border-left: 0;
    padding-left: 0;
    color: #836528;
    font-size: 33px;
    line-height: 31px;
    font-family: Caveat, cursive;
    border-top: 1px solid #836528;
    border-bottom: 1px solid #836528;
    max-width: 272px;
    margin: 0.5em auto;
    padding-top: 14px;
}

@keyframes card-child-reveal {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes card-child-reveal-right {
    from {
        opacity: 0;
        transform: translateX(-12px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.concert-card:not(.pre-animate) .col-sm-6:first-child {
    animation: card-child-reveal-right 0.7s ease-out 1s both;
}

.concert-card:not(.pre-animate) h2 {
    animation: card-child-reveal 0.7s ease-out 0.6s both;
}

.concert-card:not(.pre-animate) .concert-card-date {
    animation: card-child-reveal 0.7s ease-out 1.5s both;
}

.concert-card:not(.pre-animate) blockquote,
.concert-card:not(.pre-animate) .multi-quotes {
    animation: card-child-reveal 0.7s ease-out 1.05s both;
}

.concert-card:not(.pre-animate) #ticketLink,
.concert-card:not(.pre-animate) #ticketLinkOverride {
    animation: card-child-reveal 0.7s ease-out 1.95s both;
}

.concert-card blockquote .quote-override {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 18px;
    margin: auto auto 0.5em;
    display: block;
    max-width: 200px;
    font-style: italic;
}

.concert-card blockquote span.quote-location {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    margin-top: 0.5em;
}

.multi-quotes blockquote {
    border-bottom: 0;
}

    .multi-quotes blockquote:last-of-type {
        border-bottom: 1px solid #836528;
    }

.concert-card a h2 {
    color: #222;
}

.concert-card .btn small {
    display: block;
}

.concert-card .ticket-prices {
    display: block;
    margin: 1em 0 0 0;
    font-size: 16px;
}

.header-container {
    max-width: 911px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
}

    .header-container h1 {
        margin-bottom: 6px;
    }

    .header-container h3 {
        margin-bottom: 24px;
    }

.ticket-note {
    font-size: 11px;
    margin: 1em auto 0;
    max-width: 80%;
    font-style: italic;
}

blockquote small:before {
    content: '' !important;
}

@media screen and (max-width: 767px) {

    .concert-card blockquote {
        max-width: none;
    }

    .concert-card .ticket-prices {
        margin: 1em 0 1em 0;
    }
}

@media screen and (max-width: 991px) {
    .header-container {
        max-width: 577px;
        margin: 0 auto;
    }
}


.concert-card .asterisk {
    color: #222;
    font-size: 140%;
    padding-right: 3px;
    position: relative;
    top: 4px;
    font-weight: normal;
    display: inline-block;
}

.delay-notice {
    font-size: 14px;
    text-align: left;
}

    .delay-notice .asterisk {
        float: left;
        top: 0;
        padding-right: 5px;
    }
