article.single {
	max-width: 1542px;
	width: 100%;
	padding: 0px 20px;
	margin: 60px auto;
}

/* Event Title */
article.single .post-title {
	display: flex;
	justify-content: space-between;
	position: relative;
	align-items: flex-end;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
article.single .post-title h1 {
	font-size: 25px;
	font-weight: bold;
	color: #111;
	display: inline-block;
}
article.single .post-title span {
	display: block;
	font-size: 15px;
	color: #9a9a9e;
}

/* Event Post Content */
article.single .post-content {
	width: 100%;
	height: auto;
	min-height: 500px;
	margin-bottom: 50px;
	line-height: 1.6;
}
article.single .post-content img {
	max-width: 100%;
}
article.single .post-content p {
	line-height: 1.6;
	margin-bottom: 15px;
}
article.single .post-content a {
	color: rgb(218, 48, 35);
	text-decoration: underline;
}

@media (max-width: 768px) {
	article.single {
		max-width: 1542px;
		width: 100%;
		padding: 0px;
		margin: 0px auto;
	}

	article.single .post-title {
		display: block;
		margin-bottom: 30px;
	}
	article.single .post-title h1 {
		margin-bottom: 10px;
		font-size: 19px;
		line-height: 1.5;
	}
	article.single .post-title span {
		font-size: 11px;
	}
	article.single .post-content {
		display: block;
		margin-bottom: 50px;
	}
	article.single .post-content p {
		font-size: 13px;
	}
}
