.rsepro-event-categories-block {
    display: none !important;
}
.event-name {
    text-wrap: auto;
}
.rsepro_legend_text {
    font-size: inherit !important;
    font-weight: inherit !important;
}
.rsepro-event-until-block {
    display: none;
}
.rsepro-calendar-tooltip-content {
    font-weight: bold;
}
.rsepro-title-block {
    font-size: inherit;
    font-weight: inherit;
    text-transform: uppercase;
}

table.rs_calendar_module td.curr-day {
    font-weight: bold !important;
    background-color: antiquewhite;
    font-size: xx-large;
}
table.rs_calendar_module td.has-events a {
    background-color: transparent;
    font-weight: bold;
}
.decorative-initial {
 font-size: 3em;
    font-weight: bold;
    /* color: white; */
    /* background-color: #4A90E2; */
    font-family: 'vivaldi';
    display: inline-block;
    padding: 10px 20px;
    border-radius: 10px;
    /* box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2); */
}

@media (max-width: 992px) {
    .logo-image-phone {
        height: 62px !important;
        max-width: 255px;
    }
}