.single-event .main-container {
	max-width: 1542px;
	width: 100%;
	padding: 0px 20px;
	margin: 0px auto;
}
.single-event .wrapper {
	padding: 107px 0px 189px 0px;
}

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

/* Event Post Content */
.single-event .event-post-content {
	width: 100%;
	height: auto;
	min-height: 500px;
	margin-bottom: 50px;
}
.single-event .event-post-content img {
	max-width: 100%;
}
.single-event .event-post-content p {
	line-height: 1.6;
	margin-bottom: 15px;
}

/* Event Single View */
.single-event .event-single-view {
	background-image: url('');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 0;
	padding-top: 58.44%;
	margin-bottom: 150px;
	background-color: #c4c4c4;
}

/* Content Title */
.single-event .content-title {
	margin-bottom: 20px;
}
.single-event .content-title h2 {
	font-size: 23px;
	font-weight: bold;
	color: #111;
}

/* Event Wrapper */
.single-event .event-wrapper {
	overflow-x: scroll;
	overflow-y: hidden;
	margin: 0px -20px;
	padding-bottom: 50px;
}

/* Content Wrapper */
.single-event .content-wrapper {
	max-width: 3000px;
	width: 3000px;
}

/* Event Content */
.single-event .event-content {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 20px;
}
.single-event .event-content p {
	margin-top: 20px;
	font-size: 15px;
	font-weight: 500;
	color: #000;
}
.single-event .event-content p:nth-of-type(2) {
	margin-top: 7px;
	font-size: 17px;
	font-weight: bold;
}
.single-event .event-content span {
	display: block;
	margin-top: 15px;
	font-size: 13px;
	color: #9a9a9e;
}

/* Content Img */
.single-event .content-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #eee;
	width: 480px;
	height: 480px;
	box-sizing: border-box;
}

/* Skeleton Loading */
.single-event .skton-more-event {
	background-color: #f0f0f0;
	height: 120px;
	margin-bottom: 20px;
	border-radius: 8px;
}

@media (max-width: 768px) {
	.single-event .main-container {
		max-width: 1542px;
		width: 100%;
		padding: 0px;
		margin: 0px auto;
	}
	.single-event .wrapper {
		overflow: hidden;
		padding: 170px 0px 29px 0px;
		border-bottom: 1px solid #ebebeb;
	}

	.single-event .container {
		margin: 0px 20px;
	}

	.single-event .event-title {
		display: block;
		margin-bottom: 30px;
	}
	.single-event .event-title h1 {
		margin-bottom: 10px;
		font-family: 'Roboto';
		font-size: 19px;
		line-height: 1.5;
	}
	.single-event .event-title span {
		font-size: 11px;
	}

	.single-event .event-single-view {
		width: auto;
		height: 600px;
		margin-bottom: 50px;
	}

	.single-event .content-title {
		border-top: 20px solid #f8f8f8;
		padding-top: 50px;
		margin: 0px -20px 20px -20px;
	}
	.single-event .content-title h2 {
		margin: 0px 20px;
	}

	.single-event .event-wrapper {
		overflow: hidden;
		padding-bottom: 0px;
	}

	.single-event .content-wrapper {
		max-width: auto;
		width: auto;
	}

	.single-event .event-content {
		display: block;
		margin-bottom: 50px;
	}
	.single-event .event-content p {
		font-size: 13px;
	}
	.single-event .event-content p:nth-of-type(2) {
		margin-top: 5px;
		font-size: 14px;
		line-height: normal;
	}
	.single-event .event-content span {
		font-size: 11px;
	}

	.single-event .content-img {
		width: auto;
		height: 0px;
		padding-bottom: 100%;
	}
}
