#performances-wrapper .hide, .performances-wrapper-mobile .hide {
    display: none !important;
}
#performances-wrapper {
    border: solid 1px #b8a9bf;
}
#performances-wrapper > .performances-header,
#performances-wrapper > .performances-body > .performance{
    display: flex;
    direction: row;
    flex-grow: 0;
    -webkit-flex-grow: 0;
    width: 100%;
}
#performances-wrapper > .performances-header {
    background-color: #e5dfe9;
    padding-left: 29px;
    padding-right: 29px;
    border-bottom: solid 1px #b8a9bf;
    font-family: 'Noto Sans JP', sans-serif;;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.2px;
    color: #4a4a4a;
}
#performances-wrapper > .performances-body {
    padding-left: 22px;
    padding-right: 12px;
}
#performances-wrapper > .performances-body > .performance {
    border-bottom: solid 1px #e9e9e9;
    font-family: 'Noto Sans JP', sans-serif;;
    font-size: 14px;
    letter-spacing: 0.2px;
    color: #4a4a4a;
}
#performances-wrapper > .performances-header > div,
#performances-wrapper > .performances-body > .performance > div {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    padding: 15px 0;
}
#performances-wrapper > .performances-header .column-1,
#performances-wrapper > .performances-body > .performance .column-1 {
    width: 45%;
    padding-right: 50px;
}
#performances-wrapper > .performances-header .column-2,
#performances-wrapper > .performances-body > .performance .column-2 {
    width: 20%;
    padding-right: 15px;
}
#performances-wrapper > .performances-header .column-3,
#performances-wrapper > .performances-body > .performance .column-3 {
    width: 10%;
    padding-right: 15px;
}
#performances-wrapper > .performances-header .column-4,
#performances-wrapper > .performances-body > .performance .column-4 {
    width: 15%;
    padding-right: 15px;
}
#performances-wrapper > .performances-header .column-5,
#performances-wrapper > .performances-body > .performance .column-5 {
    width: 15%;
    text-align: right
}
#performances-wrapper > .performances-header .column-6,
#performances-wrapper > .performances-body > .performance .column-6 {
    width: 20%;
    padding-right: 15px;
}
#performances-wrapper > .performances-body > .performance .column-4-5 {
    width: 30%;
    padding-right: 15px;
}
.cart-button {
    background-color: #7d00be;font-family: 'Noto Sans JP', sans-serif;;font-size: 12px;font-weight: bold;letter-spacing: 0.5px;text-align: center;color: #ffffff;display: inline-block;border-radius: 2px;width: 100px;
    border: 1px solid #7d00be;
}
.cart-button:hover {
    background-color: #ffffff;
    color: #7d00be;
    text-decoration: none;
}
.wp-widget-perfromance-title > h2 {
    font-family: ''Noto Sans JP', sans-serif;';
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0.2px;
    color: #7d00be;
    text-transform: uppercase;
    padding: 2px 4px 5px;
    margin-bottom: 5px;
    border-bottom: solid 2px #7d00be;
}
.performance-msg {
    display: none;
}
#mobile-sale-checkbox {
    display: none;
  }
@media (max-width: 780px) {
    #mobile-sale-checkbox {
        display: block !important;
        padding-left: 15px;
        text-indent: -15px;
      }
      #mobile-sale-checkbox input[type="checkbox"]{
        vertical-align: bottom;
        position: relative;
        top: -1px;
      }
    .performances-wrapper-mobile {
        display: block !important;
    }
    .performances-wrapper-mobile label {
        display: inline-block;
        margin-bottom: .5rem;
    }
    #performances-wrapper {
        display: none;
    }
    .performance-mobile-card {
        border: 1px solid #999999;
        margin-bottom: 10px;
        background-color: #ffffff;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
        min-height: 15vh;

    }
    .event-details-wrapper-mobile *, .performance-mobile-card * {
        font-size: 13px !important;
    }
    .performance-mobile-title {
        color: black;
        background: #e5dfe9;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
    }
    .performance-date-mobile {
        /*width: 75%;*/
        font-size: 11px;
        color: black;
        padding-left: 6px;
        padding-top: 6px;
    }
    .performance-time-mobile {
        /*width: 75%;*/
        font-size: 11px;
        color: black;
        padding-left: 6px;
    }
    .performance-area-mobile {
        /*width: 75%;*/
        font-size: 11px;
        color: black;
        padding-left: 6px;
    }
    .performance-venue-mobile {
        /*width: 75%;*/
        font-size: 11px;
        color: black;
        padding-left: 6px;
    }
    .performance-purchase-button-mobile {
        /*top:50%;*/
        /*left:50%;*/
        text-align: center;
        color: black;
    }
    .purchase-button-wrapper-mobile {
        margin-top:10%;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 15px;
    }
    .cart-button {
        width: 85px !important;
    }
}