.ccbpress_upcoming_events.graphical_theme {
    margin-left: 0;
    padding-left: 0;
    list-style: none
}
.ccbpress_upcoming_events_graphical_date {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 10px 10px 0;
    width: 50px;
    height: 50px;
    text-align: center;
    font-weight: 700;
    font-size: 26px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 22px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}
.ccbpress_upcoming_events_graphical_date div {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px
}
.ccbpress_upcoming_events_graphical_name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
    font-size: 16px
}
.ccbpress_upcoming_events_graphical_detail {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13.5px;
    line-height: 20px
}
.ccbpress_upcoming_events_clear {
    clear: both
}
.ccbpress_upcoming_events_text_name a {
    font-weight: 700
}
.ccbpress_upcoming_events_calendar_link {
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 11px
}
.ccbpress_upcoming_events_calendar_link a {
    text-decoration: none;
    text-align: center;
    padding: 7px 10px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-weight: 700
}
.ccbpress_upcoming_events_calendar_link a .dashicons {
    vertical-align: text-top;
    font-size: 14px
}
