.fun-schedule {
    background: rgb(47.301980198,105.8663366337,180.198019802);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    color: #fff
}

.fun-schedule h2,.fun-schedule h3 {
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
    opacity: .6
}

.fun-schedule a {
    color: #fff
}

.fun-schedule .day {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.fun-schedule .day .desc {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.fun-schedule .day .date {
    width: 43px;
    margin-right: 10px;
    padding-right: 10px;
    padding-top: 4px
}

.fun-schedule .day.new:not(:first-child) {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgb(91.8316831683,144.8613861386,212.1683168317)
}

.fun-schedule .day:not(.new) .acts,.fun-schedule .day:not(.new) .date,.fun-schedule .day:not(.new) .desc {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgb(71.6336633663,131.2277227723,206.8663366337)
}

.fun-schedule .day:not(.new) .date {
    border-top: none
}

.fun-schedule .day .desc {
    font-size: 1.3em;
    line-height: 1em
}

.fun-schedule .day .desc strong {
    font-size: .75rem;
    text-transform: uppercase;
    opacity: .6;
    letter-spacing: 2px
}

.fun-schedule .day .desc .meta {
    font-size: .75rem;
    opacity: .6;
    font-weight: 900
}

.fun-schedule .day .acts .price {
    font-size: 1.2em;
    font-weight: 900
}

.fun-schedule .day .acts .price .curr {
    font-size: .75rem;
    opacity: .6;
    display: inline-block;
    margin-left: 4px
}

@media(max-width: 480px) {
    .fun-schedule .day {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }

    .fun-schedule .acts {
        min-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-left: 53px;
        border-top: none!important
    }

    .fun-schedule .acts br {
        display: none
    }

    .fun-schedule .acts a {
        padding: 5px 10px;
        font-size: 12px
    }
}

.date-split {
    text-transform: uppercase;
    font-weight: 900;
    text-align: center
}

.date-split span {
    display: block
}

.date-split span.date-month {
    display: block;
    position: relative
}

.date-split span.date-month>span {
    position: absolute;
    top: 8px;
    left: 0;
    font-size: 1.125em;
    width: 100%
}

.date-split svg {
    font-size: 32px;
    color: rgb(91.8316831683,144.8613861386,212.1683168317)
}

.date-split .dow {
    font-size: 12px
}

.date-split .month {
    font-size: 12px;
    letter-spacing: 2px;
    opacity: .6
}

.banner {
    padding: 1em 0
}