.widget .em-calendar {
    width: 100%;
    color: #19232d;
}

.widget .em-calendar .em-calnav {
    position: relative;
    color: #b5ce00;
    transition: all 300ms;
}

.widget .em-calendar .em-calnav.em-calnav-prev:hover {
    left: -1px;
}

.widget .em-calendar .em-calnav.em-calnav-next:hover {
    right: -1px;
}

.widget .em-calendar .eventful {
    position: relative;
}

.widget .em-calendar .eventful a {
    display: block;
    position: relative;
    color: white;
    z-index: 10;
}

.widget .em-calendar .eventful:after {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background-color: #FD7E29;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    border-radius: 50%;
    z-index: 1;
}