/*
CTC Separate Stylesheet
Updated: 2023-05-30 19:08:08
*/

.r-single-post-wrapper{
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	padding: 80px 0;
}

.r-single-post-image{
	height: 540px;
	max-width: 960px;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.r-single-post-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.r-single-post-title{
	font-size: 32px;
}
.post-category {
	margin-top: 10px;
}
.post-category ul{
	margin: 0;
	padding: 0;
	display: flex;
	gap: 0px 5px;
}
.post-category ul li{
	list-style: none;
    padding: 10px 20px;
    background: #EE8232;
    color: #000000;
    border-radius: 30px;
    line-height: 1;
    font-size: 14px;
}
.r-single-post-meta{
	margin-bottom: 20px;
	font-size: 14px;
	display: flex;
	gap: 40px;
	align-items: center;
}
.post-author{
	position: relative;
}
.post-author:before{
	position: absolute;
	content: '';
	height: 100%;
	width: 2px;
	right: -20px;
	top: 0;
	background: #e5e5e5;
}
.r-social-share{
	margin-top: 20px;
	margin-bottom: 40px;
}
.r-social-share ul{
	margin: 0;
	padding: 0;
	display: flex;
	gap: 20px;
}
.r-social-share ul li{
	list-style: none;
}
.r-social-share ul li a{
	display: flex;
	gap: 10px;
	align-items: center;
	padding: 15px 30px;
	border-radius: 40px;
	color: #ffffff;
	font-size: 14px;
}
.r-social-share ul li a svg path{
	fill: #ffffff;
}
.facebook-item{
	background: #3b5998;
}
.twitter-item{
	background: #00acee;
}
.linkedin-item{
	background: #0072b1;
}