.category-events .description,
.category-past-events .description {
	max-width: 850px;
	margin: 0px auto 30px;
	text-align: center;
}
.category-events .excerpt,
.category-past-events .excerpt {
    display: none;
}
.category-events .description .btn,
.category-past-events .description .btn {
    border: 1px solid;
    color: #002D5D;
    display: inline-block;
    margin: 0 .66667em;
    padding: .8em 2em .53333em;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s;
}
.category-events .description .btn:hover,
.category-past-events .description .btn:hover {
    background: #002D5D;
		color: #FFF;
}
.category-events .post-listing,
.category-past-events .post-listing {
	-ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
	flex-direction: column;
}

.category-events .post-listing:after,
.category-past-events .post-listing:after {
  content: "";
  width: 32%;
}

.category-events .post-listing .post,
.category-past-events .post-listing .post {
    width: 100%;
	display: block;
}
.category-events .post-listing .post .entry-image,
.category-past-events .post-listing .post .entry-image {
	width: 100%;
}
.category-events .post-listing .post .entry-header,
.category-past-events .post-listing .post .entry-header {
	width: 100%;
    text-align: center;
}
.category-events .post-listing .post .entry-title,
.category-past-events .post-listing .post .entry-title {
    margin-bottom: 20px;
    color: #4A4A4A;
}

#event-filter {
    text-align: center;
    text-transform: uppercase;
    margin: 30px 0 60px;
}
#event-filter .filter-by {
    margin-bottom: 10px;
}
#event-filter ul {
    list-style: none;
    padding:0;
    margin: 30px 0 20px;
}
#event-filter ul li {
    display: inline-block;
    margin-right: 70px;
}
#event-filter ul li:last-child {
    margin-right: 0px;
}
#event-filter ul li a {
    text-decoration: none;
    font-size: 14px;
    color: #707070;
}
#event-filter:after {
    content: "";
    width: 100px;
    height: 1px;
    background: #C1C1C1;
    display: block;
    margin-left: calc(50% - 50px);
}
@media screen and (min-width: 769px) {

.category-events .post-listing,
.category-past-events .post-listing {
    flex-direction: row;
    flex-wrap: wrap;
}
.category-events .post-listing .post,
.category-past-events .post-listing .post {
    width: 32%;
    margin-bottom: 25px;
}

}