/*
.template_events section.hero .hero-content {
	padding-top: 120px;
	padding-bottom: 0;
}
.template_events section.hero .hero-content .hero-content-logo svg {
	height: 120px;
}
*/

section.hero .hero-content-subline a {
	border-bottom: 1px solid;
}

.events .filters {
	display:flex;
	justify-content:center;
	padding:30px 0;
}

.events .filters i {
	width:6px;
	height:6px;
	background:rgba(0,32,204,0.10);
	border-radius:3px;
	display:inline-block;
	margin:0 5px;
}

.events .filters button {
	background:#fff;
	border-radius:20px;
	text-align:center;
	padding:10px;
	border:none;
	outline:none;
	margin:0 5px;
	color:#0020CB;
	cursor:pointer;
}

.events .filters button:hover {
	background:rgba(0,32,204,0.10);
}

.events .filters button.is-checked {
	background:#0020CB;
	color:#fff;
}



@media (max-width: 748px) {
	.events .filters {
		padding:10px 0;
	}
	
	.button-group {
		display:flex;
		justify-content:center;
		flex-flow:wrap;
	}
	
	.events .filters button {
		padding:4px 5px 6px;
		border-radius:5px;
		margin-bottom:5px;
	}
	
	.events .filters i {
		width:100%;
		height:5px;
		background:transparent;
		line-height:1px;
	}
}