.repertuar em {
    font-style: normal;
}
.repertuar {
    margin-bottom: 25px;
}
.repertuar-heading {
    display: flex;
    justify-content: space-between;
    background-color: #731114;
    padding: 20px;
    border-radius: 10px;
    align-items: center;
}
.repertuar-heading-detal {
    cursor: pointer;
    display: flex;
    color: #fff;
    font-family: 'neutra_displaytitling';
    font-size: 18px;
    width: 100%;
}
.repertuar-ticket {
    min-width: 137px;
}
.repertuar-ticket.cancelled {
    min-width: 145px;
}
.repertuar-ticket a,
.repertuar-ticket .ticket-btn {
    background: #fff;
    padding: 15px 25px;
    border-radius: 15px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -1px;
    border: 2px solid transparent;
    display: inline-block;
}
.repertuar-ticket a.disabled,
.repertuar-ticket .ticket-btn.disabled {
    cursor: not-allowed;
    color: #818181;
}
.repertuar-ticket a.disabled:hover {
    background: #fff;
    color: inherit;
    border-color: transparent;
}
.repertuar-ticket a:hover {
    background: #731114;
    color: #fff;
    border-color: #fff;
}
.repertuar-title-location {
    display: flex;
    flex-direction: column;
}
.repertuar-title-location h2 {
    margin: 0;
    color: #fff;
    font-family: 'neutra_displaytitling';
    font-size: 18px;
    line-height: 1em;
}
.repertuar-title-location em {
    font-size: 12px;
    line-height: 1em;
    font-family: 'Open Sans';
    margin-right: 15px;
}
.repertuar-time {
    margin: 0 15px;
    line-height: 15px;
    font-size: 20px;
    text-align: center;
}
.repertuar-image-time {
    display: flex;
}
.repertuar-image {
    background-repeat: no-repeat;
    width: 120px;
    height: 75px;
    max-height: 75px;
    background-size: cover;
    background-position: top center;
    flex: 1 0 auto;
    border-radius: 15px;
}
.repertuar .month {
    display: block;
    font-size: 12px;
}
.repertuar-detal-img {
    width: 100%;
    height: 480px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 15px;
    /* background-size: cover; */
}
.repertuar-detal {
    background: #282828;
    padding: 20px;
    margin-top: -10px;
    padding-top: 30px;
    color: #8C8C8C;
    border-radius: 0 0 15px 15px;
    font-family: "Open Sans";
}
.repertuar-detal h2 {
    font-family: "Open Sans";
}
.repertuar-detal i, .repertuar-detal h2 {
    color: #8C8C8C;
    text-transform: uppercase;
    font-size: 18px;
}

.repertuar-desc p, .repertuar-more span {
    font-size: 14px;
    font-weight: bold;
}

.repertuar-more {
    display: flex;
}
.repertuar-more > div {
    width: 50%;
}
.page-id-30286 .bliccaThemes-waypoint .container .row > .col-md-8 {
    width: 100%;
}
.repertuar-detal-info {
    padding: 0 50px;
}
.add-read-more.show-less-content .second-section,
.add-read-more.show-less-content .read-less {
   display: none;
}

.add-read-more.show-more-content .read-more {
   display: none;
}

.add-read-more .read-more,
.add-read-more .read-less {
   color: #fff;
   cursor: pointer;
}
#ticket-url {
    background: #741D14;
}
@media screen and (max-width: 540px) {
    .repertuar-time {
        margin-top: 15px;
    }
    .repertuar-image-time {
        flex-direction: column;
        margin-right: 20px;
        align-items: center;
    }
    .repertuar-heading {
        flex-direction: column;
    }
    .repertuar-heading-detal {
        margin-bottom: 20px;
    }
    .repertuar-ticket a {
        padding: 7px 35px;
    }
    .repertuar-title-location em {
        margin-right: 0;
        display: block;
    }
    .repertuar-title-location em:last-child {
        margin-top: 10px;
    }
    .repertuar-image {
        width: 60px;
        height: 60px;
    }
    .repertuar-title-location h2 {
        margin-bottom: 10px;
    }
    .repertuar-detal-info {
        padding: 0;
    }
    .repertuar-detal-img {
        height: 200px;
        background-size: contain;
    }
    .repertuar-more {
        flex-direction: column;
    }
}
@media (min-width: 540px) and (max-width: 768px) {
    .repertuar-title-location em {
        margin-right: 0;
        display: block;
    }
    .repertuar-image {
        width: 50px;
        height: 50px;
    }
    .repertuar-title-location em:last-child {
        margin-top: 10px;
    }
    .repertuar-title-location h2 {
        margin-bottom: 10px;
    }
    .repertuar-ticket {
        min-width: 140px;
        margin-left: 25px;
    }
}

