 /* =========================================================
   GOLDFARB CENTER — THEATRE & DANCE SEASON
   2026-2027
   FULL WIDTH / 3 COLUMNS / RESPONSIVE
   ========================================================= */


/* =========================================================
   GLOBAL RESET
   ========================================================= */

#container_one,
#container_one *,
#container_one *::before,
#container_one *::after {
    box-sizing: border-box;
}


#container_one {
    width: 100%;
    max-width: 100%;

    margin: 0;
    padding: 0;

    color: #000;
    background: #fff;

    font-family:
        "Open Sans",
        Arial,
        Helvetica,
        sans-serif;

    font-size: 1.1rem;
    line-height: 1.55;

    overflow-x: hidden;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* =========================================================
   IMAGES
   ========================================================= */

#container_one img {
    display: block;

    max-width: 100%;
    height: auto;

    border: 0;
}


/* =========================================================
   PARAGRAPHS
   ========================================================= */

#container_one p {
    margin: 0 0 1rem;
    padding: 0;

    color: #222;

    overflow-wrap: break-word;
}


/* =========================================================
   HEADINGS
   NOTE:
   NO H1 OR H2 ARE USED.
   ========================================================= */

#container_one h3,
#container_one h4,
#container_one h5 {
    font-family:
        "Lato",
        "Open Sans",
        Arial,
        Helvetica,
        sans-serif;
}


/* =========================================================
   LINKS
   ========================================================= */

#container_one a {
    color: #663399;

    font-weight: 700;

    overflow-wrap: break-word;
}


#container_one a:hover,
#container_one a:focus {
    color: #800000;
}


/* =========================================================
   HERO
   ========================================================= */

#container_one .gcp-hero {
    width: 100%;
    max-width: 100%;

    margin: 0;
    padding: 0;

    background: #663399;
}


#container_one .gcp-hero-image {
    width: 100%;
    max-width: 100%;

    margin: 0;
    padding: 0;

    overflow: hidden;
}


#container_one .gcp-hero-desktop {
    display: block;

    width: 100%;
    max-width: 100%;

    height: auto;

    margin: 0;
    padding: 0;
}


/* =========================================================
   HEADER
   ========================================================= */

#container_one .gcpa-header {
    width: 100%;
    max-width: 100%;

    margin: 0;
    padding: 0;

    background: #fff;
}


#container_one .goldfarb-main-title {
    width: 100%;
    max-width: 100%;

    margin: 0;
    padding: 15px 20px 18px;

    color: #663399 !important;
    background: #fff;

    font-family:
        "Lato",
        "Open Sans",
        Arial,
        Helvetica,
        sans-serif !important;

    font-size:
        clamp(2rem, 4vw, 4rem) !important;

    font-weight: 900 !important;

    line-height: 1.1;

    text-align: center;

    overflow-wrap: break-word;
}


/* =========================================================
   MENU
   ========================================================= */

#container_one .menu {
    width: 100%;
    max-width: 100%;

    margin: 0;
    padding: 0;

    background: #663399;
}


/* =========================================================
   MAIN CONTENT
   ========================================================= */

#container_gcpa {
    width: 100%;
    max-width: 100%;

    margin: 0;
    padding: 0 30px 50px;

    background: #fff;
}


#container_one .gcpa-content {
    width: 100%;
    max-width: 100%;

    margin: 0;
    padding: 0;

    background: #fff;
}


/* =========================================================
   GENERAL FEATURE
   ========================================================= */

#container_one .feature {
    width: 100%;
    max-width: 100%;

    margin: 0 0 45px;
    padding: 0;
}


/* =========================================================
   SEASON INTRODUCTION
   DESCRIPTION LEFT
   GET TICKETS RIGHT
   ========================================================= */

#container_one .season-intro {
    display: grid;

    grid-template-columns:
        minmax(0, 2fr)
        minmax(280px, 1fr);

    gap: 35px;

    width: 100%;
    max-width: 100%;

    margin: 30px 0 45px;
    padding: 30px;

    background: #fff;

    border: 1px solid #B8860B;

    box-shadow:
        0 5px 16px rgba(0, 0, 0, 0.12);

    overflow: hidden;
}


/* =========================================================
   SEASON INTRO CONTENT
   ========================================================= */

#container_one .season-intro-content {
    min-width: 0;

    margin: 0;
    padding: 0;
}


/* =========================================================
   INTRO TITLE
   ========================================================= */

#container_one .season-intro-content .cpa5 {
    display: block;

    width: 100%;

    margin: 0 0 20px;
    padding: 0 0 12px;

    color: #663399 !important;
    background: transparent;

    border-bottom: 2px solid #800000 !important;

    font-family:
        "Lato",
        "Open Sans",
        Arial,
        Helvetica,
        sans-serif !important;

    font-size:
        clamp(1.4rem, 2.2vw, 2rem) !important;

    font-weight: 900 !important;

    font-style: normal !important;

    line-height: 1.2;

    text-align: left !important;

    text-transform: uppercase;

    overflow-wrap: break-word;
}


/* =========================================================
   INTRO DESCRIPTION
   ========================================================= */

#container_one .season-intro-content p {
    width: 100%;

    margin: 0 0 15px;
    padding: 0;

    color: #222;

    font-family:
        "Open Sans",
        Arial,
        Helvetica,
        sans-serif;

    font-size: 1.05rem !important;

    font-weight: 400;

    line-height: 1.6 !important;

    text-align: left;

    overflow-wrap: break-word;
}


#container_one .season-intro-content p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   GET TICKETS BOX
   ========================================================= */

#container_one .intro-tickets {
    align-self: start;

    width: 100%;
    min-width: 0;

    margin: 0;
    padding: 22px 24px;

    background: #f2eef7;

    border: 1px solid #B8860B;

    /*border-top: 5px solid #663399;*/

    box-shadow:
        0 3px 10px rgba(0, 0, 0, 0.10);
}


/* =========================================================
   GET TICKETS TITLE
   ========================================================= */

#container_one .intro-tickets h3 {
    display: block;

    width: 100%;

    margin: 0 0 15px;
    padding: 0 0 10px;

    color: #663399 !important;

    background: transparent;

    border-bottom: 2px solid #800000;

    font-family:
        "Lato",
        "Open Sans",
        Arial,
        Helvetica,
        sans-serif !important;

    font-size: 1.5rem !important;

    font-weight: 900 !important;

    font-style: normal !important;

    line-height: 1.2;

    text-align: left;

    text-transform: none;
}


/* =========================================================
   GET TICKETS DESCRIPTION
   ========================================================= */

#container_one .intro-tickets p {
    width: 100%;

    margin: 0 0 12px;
    padding: 0;

    color: #222;

    font-family:
        "Open Sans",
        Arial,
        Helvetica,
        sans-serif;

    font-size: 1rem !important;

    font-weight: 400;

    line-height: 1.5 !important;

    text-align: left;
}


/* =========================================================
   GET TICKETS LIST
   ========================================================= */

#container_one .intro-tickets ul {
    width: 100%;

    margin: 0;
    padding:
        0
        0
        0
        1.3rem;

    color: #222;
}


#container_one .intro-tickets li {
    margin: 0 0 12px;
    padding: 0;

    color: #222;

    font-family:
        "Open Sans",
        Arial,
        Helvetica,
        sans-serif;

    font-size: 1rem;

    font-weight: 400;

    line-height: 1.5;

    overflow-wrap: break-word;
}


#container_one .intro-tickets li:last-child {
    margin-bottom: 0;
}


/* =========================================================
   TICKET PHONE
   ========================================================= */

#container_one .intro-tickets li strong {
    color: #222;

    font-weight: 700;
}


/* =========================================================
   TICKET LINKS
   ========================================================= */

#container_one .intro-tickets a {
    color: #663399;

    font-weight: 900;

    text-decoration: underline;
}


#container_one .intro-tickets a:hover,
#container_one .intro-tickets a:focus {
    color: #800000;
}


/* =========================================================
   SHOWS SECTION
   ========================================================= */

#container_one .season-shows {
    width: 100%;
    max-width: 100%;

    margin: 0 0 45px;
    padding: 0;

    background: #fff;
}


/* =========================================================
   SHOW GRID
   3 COLUMNS DESKTOP
   ========================================================= */

#container_one .shows-grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 30px;

    width: 100%;
    max-width: 100%;

    margin: 0;
    padding: 0;

    align-items: stretch;
}


/* =========================================================
   SHOW CARD
   ========================================================= */

#container_one .show-card {
    display: flex;

    flex-direction: column;

    width: 100%;
    min-width: 0;
    max-width: 100%;

    margin: 0;
    padding: 16px;

    background: #fff;

    border: 1px solid #808080;

    box-shadow:
        0 3px 10px rgba(0, 0, 0, 0.10);

    overflow: hidden;

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}


/* =========================================================
   ALTERNATING CARD COLORS
   ========================================================= */

#container_one .show-card:nth-child(even) {
    background: #f2eef7;
}


#container_one .show-card:nth-child(odd) {
    background: #fff;
}


/* =========================================================
   CARD HOVER
   ========================================================= */

#container_one .show-card:hover {
    transform: translateY(-3px);

    box-shadow:
        0 7px 18px rgba(0, 0, 0, 0.16);
}


/* =========================================================
   POSTER AREA
   SMALLER POSTER
   NO CROPPING
   ========================================================= */

#container_one .poster {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 100%;

    height: 300px;

    margin: 0 auto 18px;
    padding: 10px;

    background: #fff;

    border: 1px solid #B8860B;

    overflow: hidden;
}


/* =========================================================
   POSTER IMAGE
   ========================================================= */

#container_one .poster img {
    display: block;

    width: 100%;
    height: 100%;

    max-width: 100%;
    max-height: 100%;

    margin: 0;
    padding: 0;

    object-fit: contain;
    object-position: center center;

    background: #fff;
}


/* =========================================================
   SHOW INFORMATION
   ========================================================= */

#container_one .show-information {
    display: flex;

    flex-direction: column;

    flex: 1;

    width: 100%;
    min-width: 0;

    margin: 0;
    padding: 0;

    color: #222;

    font-size: 1rem;

    line-height: 1.55;
}


/* =========================================================
   SHOW TITLE
   REDUCED FONT SIZE
   ========================================================= */

#container_one .show-information h4,
#container_one .show-information h5 {
    display: block;

    width: 100%;

    margin: 0 0 9px;
    padding: 0;

    color: #663399 !important;

    font-family:
        "Lato",
        "Open Sans",
        Arial,
        Helvetica,
        sans-serif !important;

    font-size:
        clamp(1.1rem, 1.5vw, 1.35rem) !important;

    font-weight: 900 !important;

    font-style: normal !important;

    line-height: 1.3;

    text-align: left;

    overflow-wrap: break-word;
}


/* =========================================================
   FORCE EM INSIDE TITLES TO NORMAL
   ========================================================= */

#container_one .show-information h4 em,
#container_one .show-information h5 em {
    color: inherit !important;

    font-family:
        "Lato",
        "Open Sans",
        Arial,
        Helvetica,
        sans-serif !important;

    font-weight: 900 !important;

    font-style: normal !important;
}


/* =========================================================
   CREDITS
   ========================================================= */

#container_one .show-information .credits {
    display: block;

    width: 100%;

    margin: 0 0 10px !important;
    padding: 0;

    color: #333;

    font-size: 0.98rem !important;

    line-height: 1.5 !important;

    text-align: left;

    overflow-wrap: break-word;
}


/* =========================================================
   DATES / VENUE
   ========================================================= */

#container_one .show-information .dates-venue {
    display: block;

    width: 100%;

    margin: 0 0 16px !important;
    padding: 0;

    color: #333;

    font-size: 0.98rem !important;

    font-weight: 700;

    line-height: 1.5 !important;

    text-align: left;

    overflow-wrap: break-word;
}


/* =========================================================
   SHOW DESCRIPTION
   ========================================================= */

#container_one .show-information > p:not(.credits):not(.dates-venue) {
    display: block;

    width: 100%;

    margin: 0 0 1rem;
    padding: 0;

    color: #222;

    font-family:
        "Open Sans",
        Arial,
        Helvetica,
        sans-serif;

    font-size: 1rem !important;

    font-weight: 400;

    line-height: 1.6 !important;

    text-align: left;

    overflow-wrap: break-word;
}


/* =========================================================
   EMPHASIZED WORDS IN DESCRIPTION
   ========================================================= */

#container_one .show-information > p:not(.credits):not(.dates-venue) em {
    color: #663399;

    font-weight: 700;

    font-style: italic;
}


/* =========================================================
   LISTS INSIDE SHOW INFORMATION
   ========================================================= */

#container_one .show-information ul {
    margin: 0 0 1rem;

    padding-left: 1.5rem;
}


#container_one .show-information li {
    margin-bottom: 0.5rem;

    font-size: 1rem;

    line-height: 1.55;
}


/* =========================================================
   REMOVE HR
   ========================================================= */

#container_one .show-card hr {
    display: none;
}


/* =========================================================
   TABLET — 2 COLUMNS
   ========================================================= */

@media (max-width: 1100px) {

    #container_gcpa {
        padding-left: 25px;
        padding-right: 25px;
    }


    #container_one .shows-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 25px;
    }


    #container_one .poster {
        height: 290px;
    }


    #container_one .show-card {
        padding: 15px;
    }

}


/* =========================================================
   TABLET — INTRO BECOMES ONE COLUMN
   ========================================================= */

@media (max-width: 900px) {

    #container_one .season-intro {
        grid-template-columns: 1fr;

        gap: 25px;
    }


    #container_one .intro-tickets {
        width: 100%;
    }

}


/* =========================================================
   SMALL TABLET
   ========================================================= */

@media (max-width: 800px) {

    #container_gcpa {
        padding-left: 20px;
        padding-right: 20px;
    }


    #container_one .poster {
        height: 280px;
    }


    #container_one .show-information h4,
    #container_one .show-information h5 {
        font-size: 1.25rem !important;
    }


    #container_one .show-information .credits,
    #container_one .show-information .dates-venue {
        font-size: 1rem !important;
    }


    #container_one .show-information > p:not(.credits):not(.dates-venue) {
        font-size: 1.05rem !important;
    }

}


/* =========================================================
   MOBILE — ONE COLUMN
   ========================================================= */

@media (max-width: 700px) {

    #container_one {
        font-size: 1.05rem;
    }


    /* =====================================================
       MAIN CONTENT
       ===================================================== */

    #container_gcpa {
        width: 100%;

        padding:
            0
            15px
            35px;
    }


    #container_one .gcpa-content {
        width: 100%;

        padding: 0;
    }


    /* =====================================================
       HEADER
       ===================================================== */

    #container_one .goldfarb-main-title {
        padding:
            12px
            10px
            15px;

        font-size:
            clamp(1.5rem, 7vw, 2.2rem)
            !important;

        line-height: 1.15;
    }


    /* =====================================================
       SEASON INTRO
       ===================================================== */

    #container_one .season-intro {
        display: block;

        width: 100%;

        margin:
            20px
            0
            35px;

        padding: 18px;

        border-width: 3px;
    }


    /* =====================================================
       INTRO TITLE
       ===================================================== */

    #container_one .season-intro-content .cpa5 {
        margin-bottom: 18px;

        padding-bottom: 12px;

        font-size:
            clamp(1.25rem, 5vw, 1.7rem)
            !important;

        line-height: 1.2;
    }


    /* =====================================================
       INTRO DESCRIPTION
       ===================================================== */

    #container_one .season-intro-content p {
        font-size: 1.05rem !important;

        line-height: 1.6 !important;
    }


    /* =====================================================
       GET TICKETS
       ===================================================== */

    #container_one .intro-tickets {
        width: 100%;

        margin-top: 25px;

        padding: 18px;

        border-top-width: 5px;
    }


    #container_one .intro-tickets h3 {
        margin-bottom: 14px;

        padding-bottom: 10px;

        font-size: 1.35rem !important;
    }


    #container_one .intro-tickets p,
    #container_one .intro-tickets li {
        font-size: 1rem !important;

        line-height: 1.5;
    }


    /* =====================================================
       SHOWS
       ===================================================== */

    #container_one .season-shows {
        width: 100%;

        margin: 0 0 35px;
    }


    /* =====================================================
       ONE COLUMN
       ===================================================== */

    #container_one .shows-grid {
        display: grid;

        grid-template-columns: 1fr !important;

        gap: 25px;

        width: 100%;
    }


    /* =====================================================
       CARD
       ===================================================== */

    #container_one .show-card {
        display: flex;

        flex-direction: column;

        width: 100%;

        padding: 15px;

        margin: 0;
    }


    /* =====================================================
       MOBILE POSTER
       NATURAL IMAGE SIZE
       NO CROPPING
       ===================================================== */

    #container_one .poster {
        display: flex;

        align-items: center;
        justify-content: center;

        width: 100%;

        height: auto;
        min-height: 0;

        margin:
            0
            0
            18px;

        padding: 10px;

        background: #fff;

        border: 1px solid #B8860B;

        overflow: hidden;
    }


    #container_one .poster img {
        display: block;

        width: 100%;
        height: auto;

        max-width: 100%;
        max-height: none;

        margin: 0;
        padding: 0;

        object-fit: contain;
        object-position: center;

        background: #fff;
    }


    /* =====================================================
       SHOW TITLE
       ===================================================== */

    #container_one .show-information h4,
    #container_one .show-information h5 {
        margin-bottom: 9px;

        color: #663399 !important;

        font-size:
            clamp(1.25rem, 5vw, 1.55rem)
            !important;

        font-weight: 900 !important;

        font-style: normal !important;

        line-height: 1.3;
    }


    /* =====================================================
       FORCE TITLE EM NORMAL
       ===================================================== */

    #container_one .show-information h4 em,
    #container_one .show-information h5 em {
        font-style: normal !important;

        font-weight: 900 !important;
    }


    /* =====================================================
       CREDITS
       ===================================================== */

    #container_one .show-information .credits {
        margin-bottom: 10px !important;

        font-size: 1rem !important;

        line-height: 1.5 !important;
    }


    /* =====================================================
       DATES
       ===================================================== */

    #container_one .show-information .dates-venue {
        margin-bottom: 16px !important;

        font-size: 1rem !important;

        line-height: 1.5 !important;
    }


    /* =====================================================
       DESCRIPTION
       ===================================================== */

    #container_one .show-information > p:not(.credits):not(.dates-venue) {
        font-size: 1.05rem !important;

        line-height: 1.6 !important;
    }

}


/* =========================================================
   SMALL PHONES
   ========================================================= */

@media (max-width: 480px) {

    #container_gcpa {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 30px;
    }


    /* =====================================================
       INTRO
       ===================================================== */

    #container_one .season-intro {
        margin-top: 15px;

        margin-bottom: 30px;

        padding: 14px;
    }


    #container_one .season-intro-content .cpa5 {
        margin-bottom: 16px;

        padding-bottom: 10px;

        font-size:
            clamp(1.2rem, 5.5vw, 1.6rem)
            !important;
    }


    #container_one .season-intro-content p {
        font-size: 1.05rem !important;

        line-height: 1.6 !important;
    }


    /* =====================================================
       GET TICKETS
       ===================================================== */

    #container_one .intro-tickets {
        margin-top: 20px;

        padding: 16px;
    }


    #container_one .intro-tickets h3 {
        margin-bottom: 12px;

        padding-bottom: 9px;

        font-size: 1.3rem !important;
    }


    #container_one .intro-tickets p,
    #container_one .intro-tickets li {
        font-size: 0.98rem !important;

        line-height: 1.5;
    }


    /* =====================================================
       SHOW SECTION
       ===================================================== */

    #container_one .season-shows {
        margin-bottom: 30px;
    }


    /* =====================================================
       CARD
       ===================================================== */

    #container_one .show-card {
        padding: 12px;
    }


    /* =====================================================
       POSTER
       ===================================================== */

    #container_one .poster {
        margin-bottom: 16px;

        padding: 8px;
    }


    #container_one .poster img {
        width: 100%;

        height: auto;

        max-width: 100%;
    }


    /* =====================================================
       TITLE
       ===================================================== */

    #container_one .show-information h4,
    #container_one .show-information h5 {
        margin-bottom: 8px;

        font-size: 1.25rem !important;

        line-height: 1.3;
    }


    #container_one .show-information h4 em,
    #container_one .show-information h5 em {
        font-style: normal !important;
    }


    /* =====================================================
       CREDITS
       ===================================================== */

    #container_one .show-information .credits {
        font-size: 0.98rem !important;

        line-height: 1.5 !important;
    }


    /* =====================================================
       DATES
       ===================================================== */

    #container_one .show-information .dates-venue {
        font-size: 0.98rem !important;

        line-height: 1.5 !important;
    }


    /* =====================================================
       DESCRIPTION
       ===================================================== */

    #container_one .show-information > p:not(.credits):not(.dates-venue) {
        font-size: 1.02rem !important;

        line-height: 1.6 !important;
    }

}


/* =========================================================
   VERY SMALL PHONES
   ========================================================= */

@media (max-width: 360px) {

    #container_gcpa {
        padding-left: 6px;
        padding-right: 6px;
    }


    /* =====================================================
       INTRO
       ===================================================== */

    #container_one .season-intro {
        padding: 12px;
    }


    #container_one .season-intro-content .cpa5 {
        font-size: 1.15rem !important;

        line-height: 1.25;
    }


    #container_one .season-intro-content p {
        font-size: 1rem !important;

        line-height: 1.55 !important;
    }


    /* =====================================================
       GET TICKETS
       ===================================================== */

    #container_one .intro-tickets {
        padding: 13px;
    }


    #container_one .intro-tickets h3 {
        font-size: 1.2rem !important;
    }


    #container_one .intro-tickets p,
    #container_one .intro-tickets li {
        font-size: 0.95rem !important;

        line-height: 1.5;
    }


    /* =====================================================
       CARD
       ===================================================== */

    #container_one .show-card {
        padding: 10px;
    }


    /* =====================================================
       POSTER
       ===================================================== */

    #container_one .poster {
        padding: 7px;

        margin-bottom: 14px;
    }


    #container_one .poster img {
        width: 100%;

        height: auto;

        max-width: 100%;
    }


    /* =====================================================
       TITLE
       ===================================================== */

    #container_one .show-information h4,
    #container_one .show-information h5 {
        font-size: 1.18rem !important;

        line-height: 1.3;
    }


    /* =====================================================
       CREDITS
       ===================================================== */

    #container_one .show-information .credits {
        font-size: 0.95rem !important;

        line-height: 1.5 !important;
    }


    /* =====================================================
       DATES
       ===================================================== */

    #container_one .show-information .dates-venue {
        font-size: 0.95rem !important;

        line-height: 1.5 !important;
    }


    /* =====================================================
       DESCRIPTION
       ===================================================== */

    #container_one .show-information > p:not(.credits):not(.dates-venue) {
        font-size: 0.98rem !important;

        line-height: 1.6 !important;
    }

}


/* =========================================================
   ACCESSIBILITY / REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    #container_one *,
    #container_one *::before,
    #container_one *::after {
        transition: none !important;

        animation: none !important;

        scroll-behavior: auto !important;
    }

}
