.evehts-schedule h3.uk-text-uppercase {
    padding: 2rem 20px 0;
    text-align: center;
    font-weight: 900;
    font-size: 2.5rem;
    margin: 0 0 2rem;
}

.evehts-schedule h4 {
    padding: 0 20px;
    text-align: center;
    font-weight: 400;
    font-size: 1.5rem;
    margin: 3rem 0 !important;
    letter-spacing: 0;
}

.evehts-schedule .subtitle {
    padding: 0 20px 0 20px;
    color: #000;
    font-size: 20px;
}

.evehts-schedule .uk-accordion-title {
    border: none;
    padding: 30px 50px 30px 50px;
    font-size: 3.125rem;
    font-family: 'geistbold';
    /* line-height: 26px; */
    letter-spacing: 0;
    font-weight: 700;
    color: #000;
    margin: 0;
    /* -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s; */
    z-index: 1;
    border-radius: 30px;
    background: #ffffff;
    text-transform: uppercase;
    border:2px solid var(--red);
}

.evehts-schedule .uk-accordion-title span {
    font-family: 'geistmedium';
    color: black;
    display: block;
    font-size: 1.2rem;
    font-weight: 300;
}

.evehts-schedule .uk-accordion-title:hover {
    background: #ffffff;
    color: #000;
}

.evehts-schedule .uk-accordion-title::before {
    background-image: url("arr21g.svg");
    transition: .3s all ease;
}

.evehts-schedule .uk-accordion-title:hover::before {
    background-image: url("arr21g.svg");
}

.evehts-schedule .uk-open>.uk-accordion-title::before {
    background-image: url("arr21g.svg");
    transform: rotate(90deg);
}

.evehts-schedule .uk-open>.uk-accordion-title:hover::before {
    background-image: url("arr21g.svg");
}

.evehts-schedule .uk-accordion-content {
    padding: 5rem 3rem 4.5rem;
    background: #fff;
    border-radius: 0 0 30px 30px;
    margin-top: -120px;
    border:2px solid var(--red);
    border-top:none;
}

.evehts-schedule .uk-overlay {
    padding: 0
}

.evehts-schedule .uk-accordion-content>*:not(:first-child) {
    border-top: 1px dotted #ccc;
}

.evehts-schedule .uk-label.online {
    color: #00B1DD;
    font-size: 12px;
}

.evehts-schedule .uk-label.offline {
    color: #D13409;
    font-size: 12px;
}

.evehts-schedule .uk-label.age {
    display: block;
    height: 42px;
    width: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 18px;
    padding: 0 0 0 4px;
}

.square_item .uk-card a.img,
.square_item .uk-inline {
    display: block;
    width: 100%;
    min-height: 200px;
    border-radius: 20px;
    overflow: hidden;
}

.square_list .square_item .uk-card.uk-card-small .title {
    font-size: .9rem;
}

.square_list .square_item .uk-card.uk-card-small .info_txt {
    font-size: .8rem;
}

.info_txt_time {
    display: block;
    font-size: 1.5em;
    margin: 10px auto 0 !important;
}

.evehts-schedule .info_txt .uk-button {
    display: inline-block;
    background: var(--red);
    color: #ffffff;
    margin: .7rem auto 0;
    border-radius: 30px;
    padding: .5rem 3rem;
    font-size: 1.1rem;
    transition: .3s all ease;
}

.evehts-schedule .info_txt .uk-button:hover {
    transform: scale(1.1);
}

.evehts-schedule .square_list.sch-guests h3 {
    color: rgb(91, 91, 61);
    margin-bottom: 5rem;
}

.evehts-schedule .square_list.sch-guests .square_item .age {
    display: none !important;
}

@media all and (max-width: 768px) {
    .evehts-schedule .uk-accordion-title span {
        font-size: .8rem;
    }

}