/*
 * Frontend styles for GEA Events Widget.
 * Edit this file for graphic changes without touching the plugin logic.
 */

.gea-events-widget {
    display: block;
}

.gea-event-item {
    margin: 0 0 1.25em;
}

.gea-event-item:last-child {
    margin-bottom: 0;
}

.gea-event-date,
.gea-event-title,
.gea-event-description,
.gea-event-location {
    margin: 0 0 0.25em;
}

.gea-event-date {
    font-weight: 700;
}

.gea-event-title {
/*    font-weight: 700; */
    line-height: 1.35;
}

.gea-event-title a {
    text-decoration: none;
}

.gea-event-title a:hover,
.gea-event-title a:focus {
    text-decoration: underline;
}

.gea-event-description,
.gea-event-location {
    line-height: 1.5;
}
