.item-post {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ECECEC;
}
.list-post-cat .item-post:last-child {
	border-bottom: 0;
}
.item-post a {
	color: #667085;
}
.item-post-img{
	width: 290px;
}
.item-post-img img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 290/200;
	border-radius: 8px;
	height: auto;
}
.item-post-content{
	padding-left: 20px;
	flex: 1;
}
.post-meta {
	color: #C30419;
	font-size: 14px;
	font-weight: 500;
}
.post-meta .author{
	text-transform: capitalize;
}
.post-meta .cham {
	background-color: #C30419;
	width: 4px;
	height: 4px;
	display: inline-block;
	border-radius: 100%;
	vertical-align: middle;
	margin: 0 3px;
}
.item-post-content h3 {
	color: #101828;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
	margin: 12px 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
/**/
@media only screen and (min-width: 992px) {
	.category-wrap .entry-content {
		padding-right: 40px;
	}
}
.category-title {
	margin-bottom: 60px;
	text-align: center;
}
.line-title{
	text-align: center;
}
.line-title::after,
.category-title::after {
	content: "";
	width: 60px;
	height: 3px;
	display: block;
	margin: 20px auto 0;
	background-color: #C30419;
}
.category-title .title{
	position: relative;
	color: #1B0D05;
	font-size: 36px;
	font-weight: 800;
	line-height: 40px;
	position: relative;
	display: inline-block;
}
.category-title .title svg {
	position: absolute;
	right: -29px;
	top: -10px;
	width: 30px;
}
/**/
.menu-cate {
	position: relative;
	background-color: #C30419;
	padding: 0 7px;
	margin-bottom: 50px;
}
.menu-cate::after {
	content: "";
	display: block;
	margin: 10px auto 0;
	width: 0px;
	height: 0px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #C30419;
	position: absolute;
	bottom: -9px;
	left: 50%;
	transform: translateX(-50%);
}
.menu-cate ul {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 14px;
	border: 2px solid #C30419;
	background: #F9F3F4;
	list-style: none;
	top: -7px;
	position: relative;
}
.menu-cate li{
	padding: 0 20px;
	margin-bottom: 0;
}
.menu-cate li a{
	display: inline-block;
	border-radius: 8px;
	background: #F6E5E7;
	padding: 12px 32px;
	line-height: normal;
	color: #C30419;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; /* 125% */
}
.menu-cate li a:hover,
.menu-cate li.current-menu-item a,
.menu-cate li.active a{
	background-color: #C30419;
	color: #fff;
}
/**/
nav.pagination,
.nav-pagination {
	display: block;
	padding: 40px 0;
	text-align: center;
}

nav.pagination .page-numbers,
.nav-pagination .page-numbers {
	text-decoration: none;
	width: 35px;
	display: inline-block;
	height: 35px;
	border: 0;
	box-sizing: border-box;
	border-radius: 4px;
	margin: 0 5px;
	font-size: 14px;
	line-height: 35px;
	text-align: center;
	color: #856666;
}

nav.pagination .page-numbers.current,
nav.pagination a.page-numbers:hover,
.nav-pagination .page-numbers.current,
.nav-pagination a.page-numbers:hover {
    color: #C30419;
    background-color:#C304191A;
}
.page-numbers img {
	width: 10px;
}
.page-numbers:hover img {
	filter: brightness(0) invert(1);
}

/* single */
.single-head .post-meta {
	margin: 20px 0 40px;
}
.single-head h1{
	color: #101828;
	font-size: 28px;
	font-style: normal;
	font-weight: 800;
	line-height: 40px;
}
#breadcrumbs{
	padding: 40px 0;
	margin-bottom: 20px;
}
#breadcrumbs, #breadcrumbs a {
	color: #262626;
}
#breadcrumbs i{
	font-size: 10px;
}
.breadcrumb_last{
	color: #DA3832;
}
.single-heading {
	margin: 0 auto 20px;
	color: #fff;
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	line-height: 46px;
	max-width: 729px;
}
.singlepost-content{
	position: relative;
}
.single-head img{
	display: block;
	width: 100%;
}
.banner-post {
	margin-bottom: 20px;
}
.main-cat {
	color: #006598;
}
.single-post .entry-header {
	margin-bottom: 40px;
}
.entry-content {
	font-weight: 400;
}
.single-heding-last{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.post-share a{
	margin-bottom: 10px;
	display: flex;
	color:  #006598;;
	align-items: center;
	border-radius: 100%;
	justify-content: center;
	align-items: center;
	width: 28px;
	height: 28px;
	background: #FFF;
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.16);
	font-size: 16px;
	margin-left: 10px;
}
.post-share a.fb{
	color: #3D6AD6;
}
.post-share a.twitter{
	color: #03A9F4;
}
.post-share a.instagram{
	color: #f09433;
}
/**/
.related-title{
	color: #1B0D05;
	font-size: 36px;
	font-weight: 800;
	line-height: 40px;
}
.item-post-related {
	padding: 10px;
	overflow: hidden;
}
.item-post-related a{
	padding: 12px;
	display: block;
	border-radius: 12px;
	background: #FFF;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12);
}
.item-post-related .item-post-img{
	width: 100%;
}
.item-post-related .item-post-content{
	padding: 10px 0;
}
.item-post-related a:hover{
	background-color: #FAF7EB;
}
.item-post-related .date-post{
	color: rgba(27, 13, 5, 0.60);
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
}
@media only screen and (max-width: 1200px) {
	#breadcrumbs {
		padding: 20px 0;
		margin-bottom: 20px;
	}
	.df-title {
		margin-bottom: 30px;
	}
	.df-title .title {
		font-size: 25px;
		line-height: 30px;
	}
	/**/
	.item-post-content h3 {
		font-size: 18px;
	}
}
@media only screen and (max-width: 991px) {
	.related-title,
	.category-title .title{
		font-size: 28px;
	}
	.category-title {
		margin-bottom: 40px;
	}
	.category-title .title svg{
		width: 17px;
		right: -17px;
	}
	.line-title::after, .category-title::after{
		margin-top: 10px;
	}
	/**/
	.item-post-img {
		width: 200px;
	}
}
@media only screen and (max-width: 768px) {
	.item-post-content h3 {
		font-size: 16px;
		margin: 5px auto;
	}
	#breadcrumbs {
		margin-bottom: 10px;
		font-size: 13px;
	}
	/**/
	.single-head h1 {
		font-size: 25px;
		line-height: 35px;
	}
	.single-head .post-meta {
		margin: 10px 0 20px;
	}
}
@media only screen and (max-width: 767px) {
	.related-title,
	.category-title .title{
		font-size: 22px;
		line-height: 27px;
		margin-bottom: 0;
	}
	.menu-cate li {
		padding: 0 8px;
	}
	.menu-cate li a {
		padding: 10px 15px;
		font-size: 15px;
	}
	nav.pagination,
	.nav-pagination {
		padding-top: 20px;
	}
}
@media only screen and (max-width: 640px) {
	.single-head h1,
	.df-title .title {
		font-size: 22px;
	}
	.df-title img {
		max-width: 180px;
	}
	/**/
	.item-post-img {
		width: 190px;
	}
	.item-post-img img {
	}
}
@media only screen and (max-width: 480px) {
	.item-post-img {
		width: 100%;
	}
	.item-post-content {
		padding-left: 0;
		padding-top: 20px;
	}
	.item-post-content h3 {
		margin: 5px 0;
		line-height: normal;
	}
}