.wwg-calendar {

    margin: 2rem 0;

}

.wwg-calendar-table {

    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;

}

.wwg-calendar-table th,
.wwg-calendar-table td {

    border: 1px solid #ddd;
    padding: 10px;
    vertical-align: top;
    height: 110px;

}

.wwg-calendar-table th {

    background: #f7f7f7;
    font-weight: 600;
    font-size: 1.4rem;

}

.wwg-calendar-day {

    margin-bottom: .75rem;

    font-size: 1.2rem;
    
    font-weight: bold;

}

.wwg-calendar-table td {

    vertical-align: top;

}

.wwg-calendar-event {

    display: block;

    margin-top: 6px;

    padding: 6px 10px;

    background: #0089cf;

    color: #fff;

    border-radius: 4px;

    text-decoration: none;

    font-size: 1.05rem;

}

.wwg-calendar-event:hover {

    background: #255994;

}

.wwg-calendar-nav {

    display: flex;

    justify-content: space-between;

    align-items: center;

    margin-bottom: 1.5rem;

}

.wwg-calendar-nav a {

    text-decoration: none;

    font-weight: 600;

}

.wwg-calendar-nav a:hover {

    text-decoration: underline;

}

.wwg-calendar-nav {

    display: flex;

    justify-content: space-between;

    align-items: center;

    margin-bottom: 1.5rem;

}

.wwg-calendar-day strong {

    display: inline-block;

    width: 28px;

    height: 28px;

    line-height: 28px;

    text-align: center;

    border-radius: 50%;

    background: #0089cf;

    color: #fff;

}

.wwg-calendar-nav strong {

    font-size: 1.6rem;

    font-weight: 700;

}

@media (max-width: 768px) {

    .wwg-calendar-event {

        font-size: .7rem;

        padding: 4px;

    }

}

.wwg-calendar-time {

    display: block;

    font-size: 1.05rem;

    font-weight: 600;

    opacity: .8;

    margin-bottom: 3px;

}

.wwg-event-details {

    background: #f7f7f7;

    border-left: 4px solid #0089cf;

    padding: 20px;

    margin-bottom: 30px;

}

.wwg-event-date,
.wwg-event-time {

    font-size: 1.3rem;

}

.wwg-event-date,
.wwg-event-time {

    font-size: 1.3rem;

    line-height: 1.7;

    margin-bottom: 12px;

}

.wwg-event-time {

    margin-bottom: 0;

}

.vcard.author {
    display: none;
}

.meta.meta-icon.ticon {display: none;}