﻿#epi-quickNavigator {
    display: none;
}

.sectionwrap {
    /*padding: 0 100px;*/
}

.see-all-button-holder {
    margin: 0 auto;
}

a .mission-jumbotron-image, .mission-jumbotron-image {
    width: 100%;
    margin: 0 auto;
}


.section {
    width: 100%;
}

.photo-credits {
    margin-top: var(--spacing3);
}

.parallax {
    /*height:180px;*/
    height: 9vw;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-news-item {
    flex:1;
}


.upcoming-show-info {
    position: absolute;
    color: white;
    bottom: 0;
    pointer-events: none;
    line-height: 2;
    background-color: var(--ptRed);
    width: 100%;
    height: 100%;
    /* transform: translate(0,-101%); */
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    transition: clip-path .2s;
    transition-delay: .1s;
    display: flex;
    flex-direction: column;
    padding: 1vw;
    box-sizing: border-box;
    overflow: hidden;
    justify-content: center;
}
.spotlight-info .read-more{
    display:block;
}
.upcoming-show-title, .spotlight-info .spotlight-title {
    margin-bottom: .5vw;
}

.upcoming-show-learn, .spotlight-info .spotlight-learn {
    margin-top: .5vw;
}

.spotlight-info .spotlight-learn {
    color: var(--ptRed); 
    line-height: 1.2;
    display: block;
}

.perf-holder a {
    text-decoration:none;
}

.perf-item h2, perf-item span {
    font-size: var(--fontSize5);
    font-family: var(--fontFamily5);
}
.perf-item > a{
    display:block;
}
.upcoming-show-image {
    width: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility:hidden;
}

.spotlight-blurb p {
    font-size: 1em;
    color: black;
    line-height: 1.3;
}

.upcoming-show-blurb p, .upcoming-show-learn {
    font-size: 1em;
    color: white;
}

.upcoming-show-colored-box:hover > .upcoming-show-image {
    /* opacity: 0.1; */
    /* transition: .3s; */
}


.upcoming-show-colored-box:hover > .upcoming-show-info, a:focus > .upcoming-show-colored-box > .upcoming-show-info {
    /*transform: unset;*/
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
}

.upcoming-shows-show-holder:hover .upcoming-show-colored-box, .perf-item > a:hover .perf-item-colored-box {
    /* transform: rotateY(180deg); */
}

.upcoming-shows-show-holder {
    /* transform-style: preserve-3d; */
    transition: 0.3s;
    /* perspective: 1000px; */
    width: 100%;
}
.upcoming-shows-show-holder > a {
    display:block;
}

main .homepage-section {
    border-bottom: var(--greyLine);
    margin: 0;
}

.homepage-section-mission {
    font-size: var(--fontSize3);
    font-family: var(--fontFamily3);
    position: relative;
}



main .homepage-section-mission:after, main .homepage-section-spotlight:after, .section-news:after {
    background-image: none !important; /*We can remove these later*/
    height: 0vw !important; /*We can remove these later*/
}



.mission-statement {
    position: absolute;
    bottom: 2vw;
    color: white;
    font-family: var(--knockout54);
    font-weight: 800;
    width: 94% !important;
}

.mission-play-video {
    position: absolute;
}


.homepage-section-mission > * {
    width: 100%;
}



.mission-play-video {
    position: absolute;
    bottom: 10%;
    color: white;
    font-size: 2vw;
    left: 6%;
    width: 94% !important;
}


.perf-item-image {
    width:100%;
}


.homepage-section-whats-next img, .upcoming-shows-show-holder img {
    display: block;
    width: 100%;
}


.homepage-section-whats-next {
    margin-top: 2.5vw;
}

.upcoming-shows-holder {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1.5vw;
}

.upcoming-show-blurb, .spotlight-blurb {
    line-height: 1.5;
}

.homepage-section-streaming h3 {
    margin-bottom: 0.5vw;
    font-size: var(--fontSize6);
}

.spotlight-item-holder {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
}

.spotlight-image {
    width: 100%;
}

.spotlight {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    grid-column-gap: 3vw;
}

.section-news-message {
    display: block;
    margin-bottom: 4%;
}

.news-header {
    display: none;
}

.mission-statement {
    left: 2vw;
    text-align: left;
    font-size: /*4vw*/ 3.5vw;
    text-shadow: 3px 3px 8px black;
    margin-bottom:0;
}

@media (max-width:650px) {

    .upcoming-show-info {display:none;}
    .upcoming-show-colored-box {
        background:none !important;
    }


    main .upcoming-show-colored-box:hover > .upcoming-show-info {
        clip-path: none;
        -webkit-clip-path:none;
    }
        .mission-statement {
        font-size: 6vw;
    }

    main .homepage-section {
    }

    main .homepage-section [data-collapsed="collapsed"] {
        border-bottom: var(--darkGreyLine) !important;
    }

   body main .section-news {
        margin: 3vw 5vw 0vw 5vw;
        border-bottom: var(--darkGreyLine);
    }


    .homepage-section-whats-next {
        margin-top: 0;
    }


    .news-header {
        display: block;
    }

    .section-news-item .section-news-message {
        display: inline-block;
        margin-bottom: 0%;
    }

    .section-news-item {
        margin-bottom: 4%;
    }

    main .section-news {
        display: block;
        padding: 0;
    }



    .section-news .section-news-item {
        padding: 0px;
    }

    main .homepage-section {
        border-bottom: none;
    }

    span.flex-divider {
        display: none;
    }

    .homepage-section-whats-next .perf-holder {
        grid-template-columns: 1fr 1fr;
        grid-gap: 3.5vw;
    }

    .homepage-section-streaming .perf-holder {
        grid-template-columns: 1fr 1fr;
        grid-gap: 3.5vw;
    }

    .badge, .perf-holder .badge {
        font-size: 2.5vw;
    }

    .homepage-section-upcoming-shows .upcoming-shows-holder {
        grid-template-columns: 1fr 1fr;
    }


    .upcoming-show-colored-box:hover > .upcoming-show-info {
        display: none;
    }

    .homepage-section-spotlight .spotlight-item-holder {
        grid-template-columns: 1fr 1fr;
    }

    .spotlight {
        margin-bottom: 4%;
    }
}
