.category .full-content,
.single-post .full-content {
	padding-top: 150px;
}
.post-box-title {
	z-index: 1;
	position: relative;
	text-align: center;
}
.post-box-title h2{
	font-size: 32px;
	margin: 0 0 20px;
	font-weight: 700;
}
.post-box-title .wpcf7 p{
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.post-box-title .wpcf7 .wpcf7-submit {
	background: #BF3127;
	border: 0;
	box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
	border-radius: 8px;
	color: #fff;
	padding: 0 20px;
	font-weight: 500;
	font-family: 'Inter', sans-serif;
	margin-left: 16px;
	font-size: 16px;
}
.post-box-title .wpcf7 .wpcf7-spinner {
	position: absolute;
}
.post-box-title .wpcf7-form-control-wrap{
	margin: 0;
}
.post-box-title .wpcf7-form-control.wpcf7-text {
	max-width: 360px;
	background-color: #fff;
	border: 1px solid #F1F1F1;
	-webkit-box-shadow: 0px 1px 2px rgba(16,24,40,0.05);
	box-shadow: 0px 1px 2px rgba(16,24,40,0.05);
	border-radius: 8px;
	font-style: unset;
	font-size: 16px;
}
/**/
.post-new {
	padding: 40px 0;
}
.content-post-wrap label.title {
	font-size: 20px;
	font-weight: 500;
	display: block;
	margin-bottom: 20px;
}
/**/
.archive-heading.hidden {
	display: none;
}
.item_post {
	border-radius: 12px;
	background: #FFF;
	box-shadow: 1px 2px 12px 0px rgba(0, 0, 0, 0.08);
	padding: 20px;
	overflow: hidden;
	margin-bottom: 30px;
}
.item_post:hover {
	background-color: #FFFBE2;
}
.item_post_img {
	margin-bottom: 20px;
}
.item_post_img img{
	width: 100%;
	object-fit: cover;
	display: block;
	border-radius: 12px;
	aspect-ratio: 3/1.8;
}
.item_post_content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.item_post_content h2 {
	color: #002A40;
	font-size: 20px;
	font-weight: 600;
	line-height: 32px;
	margin: 0 0 12px;
}
.item_post_content h2 a {
	align-items: center;
	justify-content: space-between;
	display: flex;
}
.item_post_content h2 a img{
	margin-left: 20px;
}
.post_excerpt {
	font-weight: 400;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
	font-size: 16px;
	color: rgba(0, 42, 64, 0.90);
	font-size: 16px;
	line-height: 28px;
}
.post_date {
	color: #E05523;
	font-size: 14px;
}
.post-meta {
	color: #BF3127;
	font-size: 14px;
	font-weight: 600;
}
.post-meta .author{
	text-transform: capitalize;
}
.post-meta .cham {
	background-color: #BF3127;
	width: 4px;
	height: 4px;
	display: inline-block;
	border-radius: 100%;
	vertical-align: middle;
	margin: 0 3px;
}

nav.navigation.pagination {
	display: block;
	padding: 80px 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: #667085;
}

nav.navigation.pagination .page-numbers.current,
nav.navigation.pagination a.page-numbers:hover {
    color: #006699;
    background-color:#E1F0F8;
}
.page-numbers img {
	width: 10px;
}
.page-numbers:hover img {
	filter: brightness(0) invert(1);
}
/**/
.post-new-row .item_post {
	border-radius: 0;
	box-shadow: none;
	padding: 0;
}	
.post-new-row .item_post:hover {
	background-color: transparent;
}
.post-new-row .item_post:first-child {
	display: block;
}
.post-new-row .item_post:first-child .item_post_img{
	width: 100%;
}
@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;
	}
	.post-new-row .item_post:first-child {
		grid-row: 1/3;
		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: 620/320;
	}
	.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: 3;
	}

}


/* single */
.single-head{
	text-align: center;
}
.single-heading {
	margin: 0 0 20px;
	color: rgba(0, 42, 64, 0.90);
	text-align: center;
	font-size: 32px;
	font-weight: 600;
	line-height: 46px;
}
.singlepost-content{
	position: relative;
}
.single-head .wp-post-image {
	margin-top: 40px;
}
.posted-on {
	color: #AAAAAA;
	font-weight: 400;
}
.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 {
	position: absolute;
	top: 0;
	right: -55px;
}
.post-share a{
	margin-bottom: 10px;
	display: flex;
	color:  #006598;;
	align-items: center;
	border-radius: 100%;
	justify-content: center;
	align-items: center;
	width: 36px;
	height: 36px;
	background: #FFF;
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.16);
	font-size: 18px;
}
.post-share a.fb{
	color: #3D6AD6;
}
.post-share a.twitter{
	color: #03A9F4;
}
.post-share a.instagram{
	color: #f09433;
}

.single-pagination{
	margin: 26px -10px 50px;
	padding-top: 26px;
	border-top: 1px solid #E7E7E7;
	font-size: 12px;
}
.single-pagination a{
	color: #000;
	font-size: 12px;
	font-weight: bold;
	display: block;
}
.single-pagination a i {
	font-size: 17px;
	margin-right: 10px;
}
.single-pagination span{
	display: block;
	color: #707070;
	font-weight: 500;
}
.single-pagination-next{
	text-align: right;
}
/**/
.singlepost-content{
	max-width: 850px;
	margin: 0 auto;
}
/**/
.relatedcat {
	margin-top: 50px;
}
.relatedcat-title {
	font-size: 38px;
	color: #BF3127;
	margin-bottom: 10px;
}
.relatedcat .item_post_img img,
.relatedcat .item_post{
	padding: 0;
	border-radius: 0;
}
.relatedcat .item_post_content{
	padding: 0 20px 20px;
}

@media only screen and (max-width: 990px) {
	.post-box-title {
		padding: 20px 0 30px;
	}
	.post-box-title h2 {
		font-size: 25px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	.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;
	}
	/**/
	.post-new {
		padding: 20px 0;
	}
	.content-post-wrap label.title {
		font-size: 20px;
		margin-bottom: 10px;
	}
	/**/
	.single-post .full-content {
		padding: 0;
	}
	nav.navigation.pagination {
		padding: 20px 0;
	}
	.relatedcat {
		margin-top: 20px;
	}
	.relatedcat-title {
		font-size: 22px;
	}
	.item_post_img {
		margin-bottom: 10px;
	}
	.relatedcat .item_post_content {
		padding: 0 10px 10px;
	}
}
@media only screen and (max-width: 900px) {
	.post-share {
		position: unset;
		display: flex;
	}
	.post-share a {
		margin-right: 10px;
	}
	.single-post .full-content {
		padding: 30px 0 0;
	}
	.single-head .wp-post-image {
		margin-top: 20px;
	}
	/**/
	.category .full-content, .single-post .full-content {
		padding-top: 80px;
	}
}
@media only screen and (max-width: 768px) {
	.breadcrumbs {
		font-size: 11px;
	}
	.entry-content h2 {
		font-size: 14px;
	}
	.single-pagination .col-mb {
		width: 100%;
		margin-bottom: 5px;
	}
	/**/
	.full-heading-post{
		min-height: 180px
	}
	/**/
	.item_post_content h2 {
		font-size: 16px;
		margin-bottom: 10px;
		line-height: 30px;
	}
	.post_excerpt {
		font-size: 15px;
	}
	.item_post {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 810px) {
	.category-wrap .list-post-cat {
		grid-template-columns: 1fr;
		grid-gap: 0;
	}
	.item_post_img img {
		height: 100%;
		max-height: 230px;
	}
}
@media only screen and (max-width: 640px) {
	.single-heading {
		font-size: 18px;
		margin: 11px 0;
	}
	.post-new {
		padding-bottom: 0;
	}
	.post-box-title h2 {
		font-size: 22px;
	}
	.item_post_content h2 {
	}
	.post_excerpt {
		font-size: 14px;
	}
	/**/
	.entry-content .col-mb {
		width: 50%;
	}
	.entry-content .item_post_content h2 {
		font-size: 16px;
		line-height: 22px;
	}
	.single-heading {
		font-size: 20px;
	}
	.full-page-df {
		padding-top: 100px;
	}
}
@media only screen and (max-width: 500px) {
	.item_post_content h2 {
		font-size: 17px;
		line-height: 22px;
	}
	.item_post_img img {
		width: 100%;
		margin-bottom: 10px;
		height: auto;
		max-height: 300px;
	}
	.item_post_content {
		width: 100%;
		padding-left: 10px;
		padding-top: 0;
	}
	/**/
	.single-heading {
		font-size: 16px;
		margin: 10px 0;
	}
	.entry-content .item_post_img img{
		height: 200px;
	}
	/**/
	.item_post_content h2 a img {
		width: 9px;
	}
	.entry-content .item_post_content h2 {
		font-size: 15px;
		line-height: 20px;
	}
}
@media only screen and (max-width: 414px) {
	.entry-content .col-mb {
		width: 100%;
	}
}