body.search-results .post-content.ast-col-md-12,
body.archive .post-content.ast-col-md-12 {
	display: flex;
	height: 100%;
}
body.search-results .ast-blog-featured-section.post-thumb.ast-col-md-12,
body.archive .ast-blog-featured-section.post-thumb.ast-col-md-12 {
	display: inline-block;
	float: unset;
	flex-basis: 39%;
	padding: 25px;
}
body.search-results article,
body.archive article {
	padding: 0px !important;
	border-radius: 20px;
	border-color: #fff !important;
	margin-bottom: 21px !important;
}
body.search-results .ast-blog-featured-section,
body.archive .ast-blog-featured-section {
	margin-bottom: 0px;
}
body.search-results .ast-archive-description,
body.archive .ast-archive-description {
	margin-bottom: 40px !important;
}
body.search-results .post-thumb-img-content.post-thumb img,
body.archive .post-thumb-img-content.post-thumb img {
	border-radius: 6px;
	height: 100%;
}
body.search-results .post-thumb-img-content.post-thumb,
body.archive .post-thumb-img-content.post-thumb {
	height: 100%;
}
.entry-header.iscu_entry_header {
	padding: 25px;
	margin:0px;
}
.iscu_cats ul {
	margin: 0;
	padding: 0;
	list-style: none;
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.iscu_cats ul li a {
	font-family: "Lato", Sans-serif;
	font-size: 14px;
	margin: 0px 6px 10px 0px;
	padding: 4px 10px 4px 10px;
	background-color: #F53D0F;
	border-radius: 6px;
	display: block;
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
}
.iscu_content {
	font-family: "Lato", Sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 1.5em;
	margin-bottom: 10px;
	margin-top: 20px;
	min-height: 21px;
}
.iscu_cats {
	margin-bottom: 10px;
}
.iscu_readmore a {
	font-family: "Lato", Sans-serif;
	font-size: 14px;
	margin-top: 0px;
	color: #F53D0F;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
}
.iscu_tags {
	margin-top: 12px;
	font-family: "Lato", Sans-serif;
	font-size: 14px;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.iscu_tags a {
	color: #294265;
	margin-left: 5px;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
body.search-results main > .ast-row,
body.archive main > .ast-row {
	margin: 0 auto !important;
	max-width: 775px;
}
.iscu_overlay{
	filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 10px ) hue-rotate( 20deg );
	background-color: #434343;
	background-image: url("https://new.arghyaa.com/wp-content/uploads/2022/06/shutterstock_1698876385-scaled.jpg");
	background-position: bottom center;
	opacity: 0.42;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
}

@media only screen and (max-width: 767px) {
	body.search-results .post-thumb-img-content.post-thumb img,
	body.archive .post-thumb-img-content.post-thumb img {
		height: auto;
	}
	body.search-results .post-content.ast-col-md-12,
	body.archive .post-content.ast-col-md-12 {
		display: block;
	}
	body.search-results .ast-blog-featured-section.post-thumb.ast-col-md-12,
	body.archive .ast-blog-featured-section.post-thumb.ast-col-md-12 {
		display: block;
		text-align: center;
	}
}