.sse-event-calendar-button {
    display: block;
    padding: 10px;
    color: #fff;
    background: #3C467D;
    font-size: 16px;
    text-align: center;
    transition: all 0.5s;
}

.sse-event-calendar-button:hover {
    color: #fff;
    background: #5260aa;
}

.sse-event-image-link {
    display: block;
    height: 300px;
    background-size: cover;
    position: relative;
}

.sse-event-calendar {
    position: absolute;
    top: 10px;
    left: 10px;
}

.sse-event-calendar.sse-event-end-date {
    left: 83px;
}

.sse-event-multi-date-arrow {
    position: absolute;
    font-size: 32px;
    color: #fff;
    left: -20px;
    top: 17px;
}

.sse-event-calendar-day {
    background: #3C467D;
    color: #fff;
    padding: 5px;
    text-align: center;
}

.sse-event-calendar-date {
    background: #fff;
    color: #272727;
    padding: 5px 10px;
    font-size: 26px;
    text-align: center;
}

.sse-content-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background: rgba(0, 0, 0, 0.7);
}

.sse-event-image-link h2 {
    color: #fff;
}

.sse-event-calendar-excerpt {
    color: #fff;
    line-height: 1.2em;
}

body .wpb_text_column .sse-event-image-link h2:last-child {
    margin: 0 !important;
}

.sse-events-months {
    margin-bottom: 50px;
    text-align: center;
}

html body .sse-events-months > a[href="#"] {
    padding: 5px 8px;
    background: #3C467D;
    color: #fff;
    cursor: pointer !important;
    margin-right: 10px;
    white-space: nowrap;
    line-height: 2.5em;
}

.group:after {
    content: "";
    display: table;
    clear: both;
}

.sse-event-wrapper {
    width: 48%;
    margin: 1%;
    float: left;
    margin-bottom: 50px;
}

.sse-month.selected {
    background: #272727 !important;
}

@media only screen and (max-width: 720px) {
    .sse-event-wrapper {
        width: 100%;
        margin: 0;
        float: none;
        margin-bottom: 20px;
    }
}