.events {
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    margin: 10px auto;
    overflow: hidden;
}

section.event {
    width: calc(100% - 22px);
    margin: 10px 10px 20px 10px;
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #CECECE;
    border-radius: .25rem;

}

@media only screen and (min-width: 768px) {
    section.event {
        width: calc(50% - 22px);
        margin: 10px;
        float: left;
    }
}

@media only screen and (min-width: 1200px) {
    section.event {
        /*  width: calc(33.3% - 22px); */
        margin: 10px;
        float: left;
    }
}

section.event h3 {
    margin: 0 0 10px 0;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}

section.event h3 a {
    color: #383d41;
    text-decoration: none;
}

.event-category {
    display: inline-block;
    color: #fff;
    background-color: #cc0000;
    padding: 5px 10px;
    font-weight: 500;
    border-radius: .25rem;
    font-family: "Roboto", sans-serif;
    font-size: 0.8em;
}

.event-category.online {
    background-color: #001781;
}

.event-category.hybrid {
    background-color: #00913d;
}

section.event img {
    max-width: 100%;
    display: block;
    margin: 10px auto;
}

.event-description {
    display: block;
    margin: 15px 0;
    font-size: 0.9em;
    font-family: "Roboto", sans-serif;
    color: #383d41;
    text-decoration: none;
}

.event-description:hover {
    text-decoration: underline;
}

section.event time,
section.event-single time {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    padding: 10px 0;
    border-top: 1px solid #CECECE;
    border-bottom: 1px solid #CECECE;
    display: block;
    width: 100%;
    font-size: 0.9em;
}

section.event time i,
section.event-single time i {
    color: #cc0000;
    font-size: 1em;
}

.event-button {
    text-align: center;
    display: block;
    color: #fff;
    background-color: #cc0000;
    padding: 10px 20px;
    font-weight: 500;
    border-radius: .25rem;
    font-family: "Roboto", sans-serif;
    font-size: 1em;
    text-decoration: none;
    margin: 20px auto 0 auto;
}
.event-button:hover {
    background-color: #f11515;
}


.event-single {
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
    margin: 10px auto;
    overflow: hidden;
    font-family: "Roboto", sans-serif;
}

.event-single h2 {
    margin: 0 0 10px 0;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #383d41;
}

section.event-single time {
    margin: 15px auto;
}

.event-single em {
    font-size: 0.9em;
}

.event-single img,
.event-single .wp-caption {
    max-width: 100%;
}
.event-single img {
    height: auto;
}

.event-single .thumbnail {
    width: 100%;
    min-width: 100%;
    margin: 10px auto 20px auto;
}


.event-single .wp-caption-text {
    font-size: 0.8em;
}


.related-events {
    box-sizing: border-box;
    width: 100%;
    padding: 20px 10px;
    margin: 15px auto;
    overflow: hidden;
}

.related-events h2 {
    margin: 0 10px 15px 10px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}