.wa-event {
    zoom: 1;

    text-align: center;
    margin-bottom: 1.5em;
}

.wa-event:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.wa-event .wa-event--date--start {
    display: block;
}

.wa-event .wa-event--datetime {
    font-size: 110%;
}

.wa-event .wa-event--venue {
    font-size: 120%;
}

.wa-event .wa-event--time {
    font-size: 1rem;
}

.wa-event .wa-event--special-details {
    font-size: 80%;
}

.wa-event .wa-event--special-details p:last-child {
    margin-bottom: 0.5em;
    padding-bottom: 0;
}

.wa-event .wa-event--more-info a {
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    font-size: 80%;
    padding: 0.25em 0.5em;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

    background: transparent url(button-bg.png) repeat-x left bottom;
    -webkit-border-radius: 6;
    -moz-border-radius: 6;
    border-radius: 6px;
    color: #000000;
    border: 1px solid #80898f;
}

.site-main .wa-event .wa-event--more-info a {
    text-decoration: none;
}

.wa-event .wa-event--more-info a:hover,
.wa-event .wa-event--more-info a:focus {
    background-color: #efefef;
    border-bottom: 1px solid #80898f;
}
