#events-home {
	display: flex;
	align-items: center;
	align-content: center;
	flex-wrap: nowrap;
	justify-content: center;
	min-height: 50px;
	line-height:50px;
	color:#909090;
}
#events-home .gap-left {
	display: inline-block;
	height: 50px;
	border-right: 1px solid #909090;
	padding-right: 22px;
}
#events-home .gap-right {
	display: inline-block;
	height: 50px;
	padding-left: 20px;
}
@media screen and (max-width: 1024px) {
	#events-home {
		line-height:25px;
	}
	#events-home .gap-left {
		height: 25px;
	}
	#events-home .gap-right {
		height: 25px;
	}
}
@media screen and (max-width: 767px) {
	#events-home {
		flex-direction: column;
		align-items: center;
		align-content: center;
		/* flex-wrap: nowrap; */
		justify-content: center;
	}
	#events-home .gap-left {
		display: none;
	}
	#events-home .gap-right {
		display: none;
	}
}
