/* ============================================================
   info-pages.css
   Shared styles for Tickets, About the Series, Support, Contact
   ============================================================ */

/* ---- Active nav indicators ---- */
#nav-tickets a,
#nav-about a,
#nav-support a { color: #5E0101; }

/* ---- Shared page-level layout ---- */
.info-section { padding: 1.5em 0; }

.info-page-header-top { margin-top: 2em; }

.info-page-body {
    background: #fff;
    padding-bottom: 7em;
}

/* ---- Tickets ---- */
h5 {
    font-weight: bold;
    color: #A57F38;
    font-size: 19px;
    margin-top: 1.2em;
}

h5 small {
    padding-left: 7px;
    color: #222;
    font-size: 17px;
}

h5 small.block {
    display: block;
    padding-left: 0;
    padding-top: 5px;
}

.no-border th,
.no-border td { border: 0 !important; }

.pad-left { padding-left: 2em !important; }

td.line-price { font-weight: 600; }

.table h5 { margin-top: 0; }

.tickets-content-row {
    margin-top: 1em;
    max-width: 700px;
}

.tickets-img-col { overflow: hidden; }

.tickets-decor-img {
    max-width: 573px;
    opacity: 0.4;
    margin-top: -8em;
    position: relative;
    right: 1em;
}

/* ── Info page load animations ── */

@keyframes info-reveal-up {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes info-reveal-left {
    from {
        opacity: 0;
        transform: translateX(40px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.info-fade-up,
.info-fade-up-1 {
    animation: info-reveal-up 0.7s ease-out 0.3s both;
}

.info-fade-up-2 { animation: info-reveal-up 0.7s ease-out 0.6s both; }
.info-fade-up-3 { animation: info-reveal-up 0.7s ease-out 0.9s both; }
.info-fade-up-4 { animation: info-reveal-up 0.7s ease-out 1.2s both; }
.info-fade-up-5 { animation: info-reveal-up 0.7s ease-out 1.5s both; }
.info-fade-up-6 { animation: info-reveal-up 0.7s ease-out 1.8s both; }
.info-fade-up-7 { animation: info-reveal-up 0.7s ease-out 2.1s both; }
.info-fade-up-8 { animation: info-reveal-up 0.7s ease-out 2.4s both; }

.info-fade-left {
    animation: info-reveal-left 0.7s ease-out 0.6s both;
}

.ticket-online-h5 { margin-top: 1.6em; }

.table-h5-no-margin { margin-bottom: 0; }

.table-h5-special {
    padding-top: 15px;
    margin-bottom: 0;
}

.ticket-col-full { width: 100%; }

@media screen and (max-width: 580px) {
    .table,
    .table h5,
    .table small { font-size: 14px; }

    .table .pad-left { padding-left: 5px !important; }

    .hidden-table-sm { display: none; }

    .price-senior,
    .price-student,
    .price-general {
        position: relative;
        display: block;
        width: 40px;
    }

    .price-senior::before { content: 'Senior'; }
    .price-student::before { content: 'Student'; }
    .price-general::before { content: 'General'; }

    .price-student::before,
    .price-senior::before,
    .price-general::before {
        display: block;
        position: absolute;
        top: -22px;
        color: #666;
    }

    .mobile-margin { padding-top: 2em !important; }

    .table h5 { padding-bottom: 1em; }
}

@media screen and (min-width: 768px) {
    .ticket-notice {
        height: 220px;
        display: flex;
        align-items: center;
        padding-left: 3em;
    }
}

/* ---- About the Series ---- */
.bull {
    color: #A57F38;
    height: 15px;
    padding: 0;
    margin: 0;
    line-height: 100%;
}

.concerts .name {
    color: #590000;
    font-weight: bold;
    font-family: Raleway, sans-serif;
    font-size: 26px;
}

.concerts .name small,
.concerts .instrument {
    font-weight: normal;
    display: block;
    padding-bottom: 0.45em;
    font-size: 17px;
    font-family: Raleway, serif;
}

.concerts .date {
    font-size: 90%;
    color: #666;
    font-style: italic;
    margin-bottom: 1em;
}

.concerts ul,
.concerts li { margin: 0; list-style: none; padding: 0 1em; }

.concerts img {
    float: right;
    max-width: 225px;
    height: 100%;
    margin-left: 1em;
    margin-bottom: 1em;
}

/* Apply margin-top to all concert section headers inside the modal */
.concerts .header-container { margin-top: 2em; }

/* Season modal concert images */
.concerts img.fit-image { max-width: 200px; }

.concertinfo {
    border-bottom: 1px solid rgba(155, 155, 155, 0.5);
    margin-bottom: 2em;
}

.events .concertinfo { min-height: 151px; }

div[id^="concerts_"] ul > li:last-of-type .concertinfo { border-bottom: 0; }

.board-listing h3 {
    font-size: 22px;
    border-bottom: 1px solid;
    padding-bottom: 0.5em;
    max-width: 190px;
    margin: 0 auto;
}

.board-listing { text-align: center; }

dd {
    margin-bottom: 0.25em;
    font-size: 90%;
    font-style: italic;
}

dl dt { margin-top: 0.25em; }

.concertinfo dd,
.concertinfo dt { padding-left: 1em; }

.concertinfo dt.worksby { padding-left: 0; }

.board-listing dt:last-of-type { padding-bottom: 0.5em; }

.previous-schedules a:visited,
.previous-schedules a { color: #A57F38; text-decoration: underline; }

.previous-schedules a:hover { color: #8D6B2B; text-decoration: none; }

.previous-schedules-grid { max-width: 520px; }

.werz-photo {
    margin: 0.5em auto 1em;
    display: block;
    max-width: 180px;
}

.about-sidebar {
    background: #F7E6BB;
    padding-top: 1em;
    margin: 1.25em 0.5em;
}

.about-sidebar-img { max-width: 150px; }

.about-sidebar-text {
    padding: 1em;
    font-size: 17px;
}

.subheader-history { margin-top: 2.2em; }

.schedule-modal { width: 100%; }

@media screen and (max-width: 515px) {
    .concerts img {
        float: none;
        max-width: 225px;
        height: 100%;
        margin: 0 auto;
        display: block !important;
    }

    .concertinfo { min-height: 0 !important; }

    .concertinfo .date,
    .concertinfo .name { text-align: center; }
}

@media screen and (min-width: 600px) {
    .werz-photo { float: right; margin: 0 0.5em 0.5em 0.5em; }
}

/* ---- Support ---- */
.support-how {
    background: #ECE2D3;
    padding: 10px;
    font-size: 90%;
    margin-bottom: 1.5em;
}

.support-level {
    background: #ECE2D3;
    padding: 8px 12px;
    font-family: Raleway, serif;
    clear: both;
}

dt {
    line-height: 1.5em;
    font-weight: normal;
    font-size: 17px;
    padding: 0.05em 1em;
}

dl small {
    opacity: 0.75;
    display: block;
    line-height: 1;
    padding-bottom: 5px;
}

.donation-content {
    background: #F9EBC8;
    font-size: 17px;
    padding: 0.5em 2em;
    margin-bottom: 1em;
}

.support-intro-text {
    text-align: center;
    font-size: 19px;
}

.donation-heading {
    margin-top: 0;
    font-size: 24px;
    text-align: center;
}

.subheader-donors { margin-top: 2em; }

.support-intro-col { position: relative; }

@media screen and (max-width: 991px) {
    .col-xs-12.col-sm-6 > dl { margin-bottom: 0; }
}

/* ---- Contact ---- */
.title-text {
    line-height: 55px;
    padding-top: 0 !important;
}

.contact-content { min-height: 727px; }

.contact-row { background: #fff; padding: 0.5em 0; }

.contact-hr { border-color: #B3B2A0; clear: both; }

.contact-heading { margin-top: 1em; }

@media screen and (max-width: 767px) {
    .sm-cancel-pull { float: none !important; }
}

@media screen and (max-width: 991px) {
    .contact-content { min-height: 628px; }
}
