﻿.pdp-show-credits img {
    width: 45vw;
    height: auto;
}

.pdp-cal-grid-holder {
    grid-template-columns: 1fr 1.5fr;
    grid-gap: 2vw;
}

.ticket-information-text .accordion {
    width: 43%;
    margin-top: 1vw;
}

.pdp-castcreativesection {
    clear: both;
}

.pdp-calendar-container {
    float: right;
    width: 55%;
    margin-left: 2vw;
}

.show-sold-out-message {
    cursor: pointer;
}

.available .mobile-perf-date {
    border: 3px solid red;
}

.nodates .pdp-cal-grid-holder {
    grid-template-columns: 2fr 1fr;
    grid-gap: 4vw;
}

.pdp-headsection {
    margin: 3vw 5vw;
    overflow: hidden;
}

.miniCalPerfs .line-through {
    text-decoration: line-through;
}

#pdp-head-no-photo {
    display: grid;
    grid-template-columns: 2.5fr 1fr;
    grid-gap: 4%;
}

.ada-text-hidden {
    font-size: 0;
    width: 1px;
    height: 1px;
    display: inline-block;
    overflow: hidden;
    position: absolute !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    clip: rect(1px,1px,1px,1px);
}

.pt-jumbotron-title {
    visibility: hidden;
}

.jp-logo {
    position: absolute;
    z-index: 100;
    width: 100%;
}

.instruction-text {
    margin-top: 2%;
}

#pdp-head-with-photo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2vw;
}

.calendarDay .hidden {
    display: none;
}

#instruction-holder {
    background: white;
    padding: 3vw;
}

.production-availability-message {
    border: var(--redLine);
    padding: 3%;
    margin-bottom: 2%;
    text-align: center;
}

.additional-production-availability-message {
    border: var(--redLine);
    padding: 3%;
    margin-bottom: 2%;
    text-align: center;
}

.pdp-head-photo .video-view {
    display: block;
}

.pdp-head-photo .video-wrapper {
    display: block;
}

.pdp-head-photo .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 2%;
}

.pdp-head-photo < img {
    padding: 0;
}

.pdp-head-photo .mediaBoxCaption {
    display: none;
}

.pdp-head-photo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#pdp-head-with-photo img {
    width: 100%;
    display: block;
}

#pdp-head-with-photo .header5, #pdp-head-with-photo .grey-header5 {
    margin-top: 0;
    display: inline-block;
}

#pdp-head-with-photo .grey-header5, .member-ticket-button {
    margin-left: 4%;
}

.pdp-production-details {
    display: grid;
    grid-gap: 4vw;
}

.pdp-top-details {
    margin-bottom: 1vw;
}

.month .notInMonth {
    background-color: #80808061;
}

    .month .notInMonth .day-text {
        color: var(--ptGrey);
    }

@media (max-width:650px) {
    .ticket-information-text .accordion {
        width: 100%;
        margin-top: 1vw;
    }

    .desktop-calendar {
        display: none;
    }

    .ticket-information-text {
        order: 2;
        margin-bottom: 4vw;
    }

    .pdp-top-details {
        margin-bottom: 3vw;
        margin-top: 3vw;
    }

    #pdp-head-no-photo {
        grid-template-columns: 1fr;
        grid-gap: 0%;
    }

    .pdp-production-details {
        display: block;
    }

    .pdp-performancedetailsection .pdp-production-details .pdp-show-credits {
        border-left: none;
        padding-left: 0%;
        margin-top: 4%;
    }

    #pdp-showcalendar #mobile-calendar {
        display: block;
    }

    #desktop-calendar {
        display: none;
    }

    .pdp-top-details .venue-date-range-no-photo-mobile {
        display: block;
        margin-bottom: 4%;
    }

    .venue-date-range-no-photo {
        display: none;
    }
}

#mobile-calendar {
    display: none;
}

.venue-date-range-no-photo-mobile {
    display: none;
}

.pdp-purchase-buttons {
    margin-top: 1vw;
}


.pdp-show-credits {
    border-left: var(--redLine);
    padding-left: 10%;
}

.programtag {
    grid-area: tag;
}

.pdp-headphoto {
    grid-area: headphoto;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.pdp-venue-buttons-column .header5 {
    margin-top: 0;
}

.pdp-hero {
    width: 100%;
}

.calendarDay {
    width: 100px;
    height: 100px;
    border: 3px solid black;
    font-family: var(--Knockout30);
    vertical-align: top;
}

.noPerfs {
    background-color: white;
}


.notAvailable {
    color: rgba(0, 0, 0, 0.6);
    cursor: default;
    pointer-events: none;
}

.available {
    cursor: pointer;
    color: var(--ptRed);
}

#avail-col, #unavail-col {
    display: inline-block;
    margin-right: .5vw;
}

.key {
    border-left: 3px solid black;
    border-right: 3px solid black;
    border-bottom: 3px solid black;
    padding: .5vw;
}

    .key i {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 12px;
    }

.avail-circle {
    color: var(--ptRed);
}

.unavail-circle {
    color: rgba(0, 0, 0, 0.6);
}

.available-label {
    color: var(--ptRed);
    font-size: var(--fontSize5);
    font-family: var(--fontFamily5);
    display: inline-block;
    vertical-align: middle;
}

.unavailable-label {
    color: rgba(0, 0, 0, 0.6);
    font-size: var(--fontSize5);
    font-family: var(--fontFamily5);
    display: inline-block;
    vertical-align: middle;
}

.no-show {
    display: none;
}

.tooltip:hover .available {
    color: var(--ptRed);
}

.tooltip:hover img {
    cursor: pointer;
    text-decoration: underline;
}

.icon {
    width: 15px;
}

.notAvailable > .icon {
    filter: opacity(0.4);
}

.tooltip {
    position: relative;
    display: inline-block;
}

.miniCalPerfs a {
    text-decoration: none;
    font-size: 15px;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 180px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

main .calendarDay .day-text .avail-banner {
    background-color: #77b077;
}

.notCurrent {
    display: none;
}

.monthName {
    display: inline-block;
    margin: 0vw 0.5vw;
    cursor: pointer;
    vertical-align: middle;
}

    .selectedMonth, .monthName:hover {
        border-bottom: 3px solid black;
        color: var(--ptRed);
    }

.notSelectedMonth {
    color: black;
}

.date-range {
    margin-bottom: .5vw;
}

.venue, .date {
    display: block;
}

@media(max-width:650px) {
    .date-range {
        display: block;
        margin-left: 0%;
    }
}

main .pdp-performancedetailsection:after, main .pdp-presssection:after, main .block-section-media:after, main .pdp-castcreativesection:after {
    background-image: none !important; /*We can remove these later*/
    height: 0vw !important; /*We can remove these later*/
}

.day-text {
    padding: .3vw;
}

    .day-text > span:first-child {
        display: block;
        margin: -0.3vw -.3vw 0px -.3vw;
        padding: 0.1vw 0.5vw 0.3vw 0.1vw;
        width: 100%;
    }

.date-banner {
    background: white;
    border-bottom: 2px solid lightgray;
}

.pdp-purchase-buttons .animated-button {
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}

.pdp-purchase-buttons a, .pdp-purchase-buttons-no-photo a {
    text-decoration: none;
}

.pdp-purchase-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2%;
}

@media screen and (max-width:650px) {
    .key {
        display: none;
    }

    .pdp-purchase-buttons .animated-button, .pdp-venue-buttons-column .pdp-purchase-buttons .animated-button {
        width: 100%;
        box-sizing: border-box;
        margin-left: 0%;
        margin-top: 4%;
        margin-bottom: 0%;
    }

    .pdp-venue-buttons-column .pdp-purchase-buttons .member-tix-button {
        margin-bottom: 4%;
    }

    main .pdp-purchase-buttons .member-ticket-button {
        margin-left: 0%;
    }
}

.pdp-venue-buttons-column .animated-button {
    margin: 5% 0;
    width: 250px;
}

.pdp-purchase-buttons .member-ticket-button {
    margin-left: 2%;
}

.jumbotronHolder .pdp-jumbotron-title {
    text-transform: uppercase;
    text-shadow: 3px 3px 0px rgba(0,0,0,0.2);
}

main .smaller-jumbotron-title .artist {
    font-size: 4vw;
}

.jumbotronTitle .artist {
    font-size: 5vw;
}

#select-month {
    appearance: none;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) white no-repeat 96% !important;
}


@media (max-width:650px) {

    .pdp-calendar-container {
        width: 100%;
        margin-bottom: 5vw;
    }

    .pdp-venue-buttons-column .animated-button {
        margin: 5% 0;
        width: 100%;
        box-sizing: border-box;
    }

    .tooltiptext {
        font-size: var(--pFontSize);
        display: block;
        grid-column: 1 / -1;
        padding-top: 2%;
    }

    span.tooltiptext > .icon {
        vertical-align: top;
    }

    .mobile-perf-date {
        display: grid;
        grid: 1fr auto / 1fr minmax(5vw,0) 1fr;
        align-items: center;
        justify-items: center;
    }

    .mobile-perf-date-only {
        justify-self: end;
    }

    .mobile-perf-time-only {
        justify-self: start;
    }

    #pdp-head-with-photo {
        display: block;
    }

    .pdp-cal-grid-holder {
        grid-template-columns: 1fr;
    }

    .pdp-show-credits img {
        width: 100%;
        height: auto;
    }
}

.mobile-perf-date {
    padding: 2%;
    border: var(--greyLine);
}

.mobile-reserve-link {
    text-decoration: none;
    cursor: pointer;
    display: block;
    margin-bottom: 2%;
}

.mobile-month-perf-group .show-this-perf {
    display: block;
}

.mobile-month-perf-group .dont-show-this-perf {
    display: none;
}

.desktop-calendar-month-list {
    margin-bottom: 2vw;
}

.available-dates {
    background: var(--ptRed);
    color: white;
}

.non-selectable-arrow {
    color: lightgray;
}

.selectable-arrow {
    color: var(--ptRed);
    cursor: pointer;
}

.pdp-chevron-left {
    margin-right: 1vw;
}

.pdp-chevron-right {
    margin-left: 1vw;
}

.pdp-chevron-left, .pdp-chevron-right {
    vertical-align: middle;
    display: inline-block;
    font-size: 2.5vw;
}

.key .perf-arrow {
    font-size: 15px;
    margin-left: .3vw;
}

.load-more-button, .available-dates {
    width: 100%;
    box-sizing: border-box;
    padding: 2vw;
}

.available-dates {
    margin-bottom: 2vw;
    margin-top: 2vw;
}

#select-month {
    width: 100%;
    margin-bottom: 2%;
    border: var(--darkGreyLine);
    padding: 2%;
}


.jp-calendar-info .header3 {
    margin-top: 2%;
}

.pdp-prd-detail-warnings:not(:empty) {
    margin-bottom: 1.5vw;
}