﻿.concert-image {
    margin: 10px auto
}

.cancel-notice {
    text-align: left;
    background: #FFF2D1;
    font-size: 12px;
    padding: 1em;
    max-width: 320px;
    margin: 0 auto;
}

.program-container {
    margin: 1em auto;
    padding: 1em;
    background: #F7E6BB;
    max-width: 320px
}

    .program-container dl {
        margin-top: 1.5em;
    }

    .program-container dt {
        font-family: "Open Sans", sans-serif;
        font-size: 16px;
        color: #444;
        padding-bottom: 0.52em;
    }

    .program-container dd {
        padding-left: 0em;
        padding-bottom: 0.55em;
        font-style: italic;
        font-size: 90%;
    }

.header-container h1 {
    margin-bottom: 6px;
}

.btn-success {
    background: #A60E13;
    border: rgba(0,0,0,0.5);
    line-height: 100%;
    text-transform: uppercase;
}

    .btn-success small {
        font-size: 10px;
        display: block;
    }

.btn.btn-success.disabled {
    background: #888;
    opacity: .75;
    color: #ececec;
}

.ticket-prices {
    display: block;
    text-align: center;
    margin-top: 1em;
    font-size: 16px;
    color: #555;
}

dl {
    margin-bottom: 10px;
}

span.quote-left,
span.quote-right {
    font: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

    span.quote-left::before {
        content: "\201C";
    }

    span.quote-right::after {
        content: "\201D";
    }

.caveat {
    color: #836528;
    font-size: 33px;
    line-height: 120%;
    font-family: Caveat, cursive;
    margin: 10px auto;
    clear: both;
}

.concert-name {
    text-align: center;
    font-size: 32px
}

.caveat small {
    display: block;
}

.header-container {
    position: relative;
    padding-bottom: 6px;
}

.btn-group {
    position: absolute;
    bottom: 5px;
    right: 0;
}

.instrument {
    opacity: 0.7;
    font-weight: normal;
    font-size: 70%;
    padding-left: 0.5em;
}

.additional-header {
    background: #F7E6BB;
    padding: 1px;
    font-family: Raleway, sans-serif;
    font-size: 18px;
}

    .additional-header h4 {
        font-size: 20px;
    }



/* Artist name — matches home page card h2 style */
.concert-artist-name {
    font-family: "Raleway", sans-serif;
    font-weight: bold;
    font-size: 30px;
    margin: 0.5em;
    background: #F7E6BB;
    padding: 10px 6px;
    color: #222;
}

    .concert-artist-name.text-uppercase {
        text-transform: uppercase;
    }

/* Concert page images — match home card size */
.concert-image {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.concert-copy {
    margin: 1em auto 2em;
    text-align: left;
    font-size: 105%;
}

.concert-addendum {
    max-width: 600px;
    margin: 1em auto;
    /* background: #F7E6BB; */
    padding: 6px 10px;
    text-align: center;
    font-size: 90%
}

    .concert-addendum p {
        padding-top: 10px
    }

@media screen and (min-width: 768px) {
    .concert-copy {
        max-width: 480px;
    }
}

@media screen and (min-width: 991px) {
}



.asterisk {
    color: #222;
    font-size: 140%;
    padding-right: 3px;
    position: relative;
    top: 4px;
    font-weight: normal;
    display: inline-block;
    margin-left: -25px
}

.delay-notice {
    font-size: 14px;
    text-align: left;
    margin-left: -15px
}

.concert-copy .asterisk {
    float: left;
    top: 0;
    padding-right: 5px;
    margin-left: 0px;
    margin-bottom: 15px;
}

.location-update h4, .location-update p {
    font-size: 0.9em;
    line-height: 1.4;
    margin: 0;
    font-weight: bold;
}

.location-update {
    padding: .5em;
    margin-bottom: 1em;
    margin-top: 1em;
    text-align: center;
}

.concert-content-row {
    clear: both;
    background: #FFF;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.list-featuring-artists {
    padding-left: 0.618em;
}

    .list-featuring-artists li {
        list-style: none;
    }

/* ── Concert page load animations ── */

@keyframes concert-reveal-down {
    from {
        opacity: 0;
        transform: translateY(-12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes concert-reveal-up {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.concert-artist-name {
    animation: concert-reveal-down 0.7s ease-out 0.3s both;
}

.col-sm-6:first-child .row {
    animation: concert-reveal-down 0.7s ease-out 0.6s both;
}

.concert-awards,
.concert-copy {
    animation: concert-reveal-up 0.7s ease-out 0.9s both;
}

.text-center > h3 {
    animation: concert-reveal-up 0.7s ease-out 1.2s both;
}

.concert-ticket-section {
    animation: concert-reveal-up 0.7s ease-out 1.5s both;
}

.program-container {
    animation: concert-reveal-up 0.7s ease-out 1.8s both;
}

@media screen and (min-width: 768px) {
    .concert-artist-column {
        position: sticky;
        top: 12em;
        align-self: flex-start;
    }
}

@media screen and (min-width: 992px) {

    .concert-image {
        max-width: 420px;
        margin: 10px auto
    }
}
