.event {
	display: block;
	margin: 15px 0;
	text-decoration: none;
	color: #000;
	border: 1px solid #799dd3;
}

.event:hover {
	text-decoration: none;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.event .pic {
	position: relative;
	overflow: hidden;
}

.event .pic img {
	width: 100%;
}

.event .pic .date {
	display: block;
	padding: 10px;
}

.event .pic .name {
	font-weight: bold;
	width: 90%;
	border-bottom: 3px solid red;
	padding: 10px;
}

.event figcaption {
    background: #f1f1f1;
	width: 100%;
	line-height: 1.2em;	
	min-height: 150px;
}

/**/

.days-slick {
	margin: 0 -15px;
}

.days-slick .slick-prev {
	margin-right: -10px;
}

.days-slick .slick-next {
	margin-left: -10px;
}

.days-slick .day {
	background: #fff;
	border: 1px solid #ddd;
	padding: 10px;
	margin: 15px;
	text-align: center;
	min-height: 85px;
	position: relative;
	color: inherit;
	text-decoration: none;
	display: block;
}

.days-slick .sup {
	font-size: 2em;
}

.days-slick .day.on {
	background: #3977ad;
	border: 1px solid #3977ad;
	color: #fff;
}

.days-slick .day.on:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #3977ad;
	border-width: 15px;
	margin-left: -15px;
}

/**/

.categories-links {
	text-align: center;
}

.categories-links .category-link {
	display: inline-block;
	padding: .5rem;
	margin: .5rem;
	color: inherit;
	font-size: 1.3rem;
	position: relative;
}

.categories-links .category-link.selected {
	font-weight: bold;
}
.categories-links .category-link.selected:after {
	top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: inherit;
    border-width: 15px;
    margin-left: -15px;
}