/**/
.post-new label.title {
	color: #18A84E;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 20px;
}
.post-new .item_post:first-child .date{
	display: none;
}
@media only screen and (min-width: 769px) {
	.post-new-row {	
		display: grid;
		grid-gap: 34px;
		grid-template-columns: repeat(4,1fr);
		grid-template-rows: 1fr 1fr 1fr;
	}
	.post-new-row .item_post:first-child {
		grid-row: 1/4;
		grid-column: 1/3;
	}
	.post-new-row .item_post {
		grid-column: 3/5;
		margin-bottom: 0;
	}
	.post-new-row .item_post .post_excerpt{
		margin-bottom: 0;
	}
	.post-new-row .item_post:not(:first-child){
		display: flex;
		margin-bottom: 0;
	}
	.post-new-row .item_post:not(:first-child) .item_post_img{
		width: 337px;
		max-width: 40%;
		margin-bottom: 0;
	}
	.post-new-row .item_post:not(:first-child) .item_post_content{
		flex: 1;
		padding-left: 20px;
		padding-top: 0;
	}
	.post-new-row .item_post:not(:first-child) .item_post_img img {
/*		aspect-ratio: unset;*/
		height: 100%;
	}
	.post-new-row .item_post:first-child .item_post_img img {
		aspect-ratio: 563/340;
	}
	.post-new-row .item_post:not(:first-child) .item_post_content h2{
		font-size: 18px;
	}
	.post-new-row .item_post:not(:first-child) .item_post_content h2 a img{
		display: none;
	}
	.post-new-row .item_post:not(:first-child) .post_excerpt {
		-webkit-line-clamp: 2;
		font-size: 15px;
		line-height: 1.4;
	}
	.post-new-row .item_post:not(:first-child) a{
		display: flex;
		align-items: center;
	}
}

.blog_area.blog_area_archive label.title {
	color: #18A84E;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 20px;
}
.item_post {
	margin-bottom: 35px;
}
.item_post .date{
	color: #666;
	font-size: 14px;
}
.item_post a{
	color: #121212;
}
.item_post_img {
	overflow: hidden;
	margin-bottom: 12px;
}
.item_post_img img {
	aspect-ratio: 273/160;
	width: 100%;
	display: block;
	object-fit: cover;
	border-radius: 12px;
}
.item_post_content {
}
.title-item-post,
.item_post_content h3 {
	display: block;
	overflow: hidden;
	line-height: 28px;
	font-size: 18px;
	font-weight: 700;
	color: #262626;
}
.item_post_content .userdetail{
	padding-top: 5px;
}
.item_post:hover h3 {
	color: #0b5690;
}
.morepost {
	margin-top: 16px;
	color: #18A84E;
	font-weight: 600;
	text-decoration-line: underline;
	display: inline-block;
}
/**/
.item_post_blogs h3{
	margin-bottom: 0;
}
.item_post_content h3 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.post_excerpt {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color: rgba(0, 0, 0, 0.80);
}
.item_post_blogs  .post_excerpt {
	-webkit-line-clamp: 2;
}
.list-post-blogs {
	height: 100%;
	width: 100%;
	position: absolute;
	padding: 20px;
	max-height: 100%;
	overflow: auto;
	left: 0;
}

.list-post-blogs::-webkit-scrollbar{
    width: 3px;
    height: 3px
        background: #999;
}
.list-post-blogs::-webkit-scrollbar-thumb{
    background: #c4c4c4
}
/**/
nav.navigation.pagination {
	display: block;
	padding: 30px 0;
	text-align: center;
}

nav.navigation.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: 12px;
	line-height: 35px;
	text-align: center;
	color: #856666;
}

nav.navigation.pagination .page-numbers.current,
nav.navigation.pagination a.page-numbers:hover {
    color: #ffff;
    background-color:#18A84E;
}
.page-numbers img {
	width: 10px;
}
.page-numbers:hover img {
	filter: brightness(0) invert(1);
}
/* single */
.single-heading{
	font-size: 32px;
}
.singlepost_area {
	max-width: 1064px;
	margin: 0 auto 40px;
	padding: 44px 76px;
}
.relatedcat-title {
  color: #18A84E;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  display: flex;
  align-items: flex-end;
}
.relatedcat-title::after {
  content: "";
  background: #18A84E;
  height: 1px;
  display: block;
  flex: 1;
  margin-left: 10px;
  margin-bottom: 5px;
}
.singlepost-content .entry-content h2 {
  font-size:25px
}
.singlepost-content .entry-content h3 {
  font-size:22px
}
.singlepost-content .entry-content h4 {
  font-size:20px
}
.singlepost-content .entry-content h5 {
  font-size:18px
}
.singlepost-content .entry-content h6 {
  font-size:16px
}
/*mobile*/
@media only screen and (max-width: 1300px) {
}
@media only screen and (max-width: 991px) {
	.single-heading {
		font-size: 22px;
		margin: 15px 0;
		line-height: 28px;
	}
	.single-pagination {
		margin: 0;
		padding-top: 10px;
	}
	.single-post .entry-header {
		margin-bottom: 20px;
	}
	/**/
	.single-post .full-content {
		padding: 0;
	}
	nav.navigation.pagination {
		padding: 20px 0;
	}

}
@media only screen and (max-width: 991px) {
	.category-head-line1 {
		margin-bottom: 15px;
	}
	.category-head h1 {
		font-size: 22px;
		padding: 10px;
	}
	.archive_description {
		font-size: 18px;
		line-height: 25px;
	}
	.list-post-blogs {
		 position: unset; 
		margin: 0;
		padding: 20px 0;
	}
	.item_post_nb_content h2{
		font-size: 20px !important;
	}
	.title-item-post, .item_post_content h3 {
		line-height: 26px;
		font-size: 18px;
	}
	.item_post_blogs {
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
	/**/
	.banner-head-post {
		 min-height: unset; 
	}
	.entry-header.single-head {
		padding: 10px 0 20px 0;
		margin-bottom: 20px;
		margin-top: 0;
	}
	.singlepost-content .entry-content {
		padding-left: 0;
	}

	.post-share {
		position: unset !important;
		flex-direction: row !important;
	}
	.relatedcat {
		padding-top: 25px;
		margin: 0 auto;
	}
	.relatedcat-title.titlerelate {
		font-size: 18px;
	}
	/**/
}
@media only screen and (max-width: 900px) {
	.single-head .wp-post-image {
		margin-top: 20px;
	}
}
@media only screen and (max-width: 768px) {
	.breadcrumbs {
		font-size: 11px;
	}
	.single-pagination .col-mb {
		width: 100%;
		margin-bottom: 5px;
	}

	/**/
	.item_post {
		margin-bottom: 20px;
	}
	/**/
	.singlepost-content .entry-content h2 {
	  font-size:18px
	}
	.singlepost-content .entry-content h3 {
	  font-size:17px
	}
	.singlepost-content .entry-content h4 {
	  font-size:16px
	}
	.singlepost-content .entry-content h5 {
	  font-size:15px
	}
	.singlepost-content .entry-content h6 {
	  font-size:14px
	}
}

@media only screen and (max-width: 810px) {
	.post-new label.title {
		font-size: 22px;
	}
	.blog_area.blog_area_archive label.title{
		font-size: 18px;
	}
	.singlepost_area {
		padding: 20px;
	}
}
@media only screen and (max-width: 640px) {
	.single-heading {
		font-size: 18px;
		margin: 11px 0;
	}
	/**/
	.singlepost_area {
		padding: 10px;
	}
	.entry-content .col-mb {
		width: 50%;
	}
	.single-heading {
		font-size: 20px;
	}
	/**/
	.cat-post-first .item_post_content h2 {
		font-size: 16px;
	}
	.archive_description {
		font-size: 14px;
		line-height: 20px;
	}
	.category-head h1 {
		font-size: 18px;
	}
	.single-head .post-meta {
		font-size: 13px;
	}
	/**/
	#breadcrumbs {
		font-size: 12px;
	}
	.single-heading.titledetail {
		font-size:20px;
		line-height:30px
	}
}
@media only screen and (max-width: 500px) {
	/**/
	.single-heading {
		font-size: 18px;
		margin: 10px 0;
	}
	/**/
}
@media only screen and (max-width: 480px) {
	.item_post_content {
/*		padding: 10px 0;*/
	}
	.category-head h1{
		margin-bottom: 10px;
	}
	.category-head-line1 {
		margin: 0;
	}
	
}
@media only screen and (max-width: 414px) {
	.entry-content .col-mb {
		width: 100%;
	}
}