.events-listing h1 {
    margin-bottom: 20px;
}

.event-box {
    overflow: hidden;
	margin: 0 0 30px 0;
}

.event-box .date {
	overflow: hidden;
	position: relative;
	background-color: #000;
	width: 100%;
	color: #fff;
	text-transform: uppercase;
}

.event-box .title {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 15px;
	color: #b1810b;
}

.event-box .weekday {
	position: absolute;
	right: 0;
	top: 0;
	padding: 16px;
}

.event-box .day {
	display: inline-block;
	padding: 13px;
	background-color: #b1810b;
	font-size: 1.33333em;
}

.event-box .month {
	display: inline-block;
	padding-left: 10px;
}

.event-box .year {
	display: inline-block;
	padding-left: 5px;
}

.event-box .details {
	display: block;
	width: 100%;
	min-height: 200px;
	padding: 20px;
	line-height: 1.5em;
	background-color: #eee;
	color: #1f1f1f;
	text-decoration: none;
	font-weight: 400;
	font-size: 11px;
}

.event-box .details:hover, .event-box .details:hover .title {
	background-color: #b1810b;
	color: #000;
	text-decoration: none;
}

.event-box .details .fa {
	width: 15px;
	text-align: center;
}

.event-box .details p {
	margin-bottom: 5px;
    padding: 0;
}

.event-filters {
	position: static;
	width: 100%;
	min-width: initial;
	border: none;
	box-shadow: none;
	list-style-type: none;
	font-size: 1em;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	top: 100%;
	left: 0;
	z-index: 1000;
}

.event-filters li a {
	margin: 15px 0 0;
	background-color: #fff;
	color: #000;
	text-decoration: none;
	font-weight: 400;
	overflow: hidden;
	display: block;
	position: relative;
	width: 100%;
	padding: 15px 10px;
	border: solid 3px #e3e3e3;
	text-align: center;
	font-family: 'archivoNarrow',"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.event-filters li a:hover {
	background-color: #e3e3e3;
}

.event-filters li a.current {
	background-color: #e3e3e3;
	color: #000;
	text-decoration: none;
	font-weight: 400;
}

.single-event {
	overflow: hidden;
	padding: 5px 30px;
	background-color: #eee;
	margin-top: 22px;
    margin-bottom: 20px;
}

.event-details-row {
    margin-top: 20px;
}

.single-event .details .fa {
	width: 15px;
	color: #b1810b;
	text-align: center;
}

.single-event .details div {
	padding-bottom: 15px;
	font-family: 'archivoNarrow',"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

.single-event .description h3 {
	margin-top: 0;
    padding-top: 0;
}

.single-event .description img {
	float: right;
	border: 1px solid #8c8c8c;
	padding: 5px;
	margin: 0 0 20px 20px;
    max-width: 300px;
}

.pagination .btn {
	border: 3px solid #ccc;
	border-radius: 0;
}

.pagination .pagination-prev {
	float: left;
}

.pagination .pagination-next {
	float: right;
	text-align: right;
}

/* news specific stuff */

.news-box {
    margin-bottom: 10px;
    margin-top: 10px;
}

.news-headline {
    font-weight: bold;
    font-size: 1.2em;
}

.news-date {
    margin-bottom: 10px;
    font-style: italic;
}

.news-box img {
    float: right;
    margin-left: 20px;
}

.full-story-link {
    margin-top: 8px;
}

.info-list {
    list-style-type: none;
    padding-left: 0;
    line-height: 22px;
}

.info-list .fa {
    margin-right: 5px;
    width: 20px;
    text-align: center;
}

.news-content {
    margin-top: 20px;
}

.news-item img {
    float: right;
    max-width: 300px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.single-news img.right {
    float: right;
    margin-left: 20px;
}

.single-news img.bordered {
    padding: 5px;
    border: 1px solid #ccc
}

.contact-details {
    list-style-type: none;
    padding-left: 0;
    line-height: 24px;
}

.contact-details li .fa {
    margin-right: 8px;
}

.read-more-hidden {
    border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.event-centers {
    margin-top: 15px;
}

span.center-name {
    display: inline-block;
    margin-bottom: 5px;
    background: #ccc;
    padding: 5px 10px;
    border-radius: 10px;
    margin-right: 5px;
}