.section_list_insights{}


/*--------- Featured Post -------------*/
.section_featured_post {width: 100%;margin: 0 auto;max-width:1866px;margin-right:0; padding-left: 80px;	display: flex;	flex-wrap: wrap; flex-direction: row-reverse; margin-bottom: 80px;}
.section_featured_post .image_col {	width: 50%; background-color:#000;}
.section_featured_post .image_col.stretch_image img {display: block;width: 100%;height: 100%;object-fit: cover;}
.section_featured_post .text_col {width:50%;position: relative;	display: flex;	flex-direction: column;	justify-content: center;background-color:#fff;}
.section_featured_post .text_col .text_col_inner {margin-left: auto;margin-right: auto;	padding: 50px 30px;	max-width: 670px;flex-grow: 1;align-content: center;position: relative;}
.section_featured_post .title_heading a{ color:#000;}
.section_featured_post .title_heading a:hover{ color:#43DE9C;}
@media only screen and (max-width: 950px) {
	.section_featured_post {padding-left: 0;}
}
@media only screen and (max-width: 768px) {
	.section_featured_post .image_col, .section_featured_post .text_col {width: 100%;}
	.section_featured_post .text_col .text_col_inner {max-width: 100%;}
	.section_featured_post .text_col .text_col_inner {padding: 50px 15px;}
}

/*--------- End : Featured Post -------------*/



.section_list_insights .filter_row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between; padding-top: 30px;
}
.section_list_insights .filter_row .post_search_filter_left {
	max-width: 600px;
	width: 100%;
	padding-left: 50px;
}
.section_list_insights .custom_taxonomy ul{ list-style:none; margin:0;}
.section_list_insights .custom_taxonomy ul li::before { display:none !important;}
.section_list_insights .custom_taxonomy ul li {
	position: relative;
	font-weight: 400;
	margin: 0 0 15px;
	padding: 0 0 !important;
	line-height: 1.3;
}
.section_list_insights .custom_taxonomy ul li.cat-item.cat-item-all {
	height: 0;
	overflow: hidden;
	opacity: 0;
	margin: 0 !important;
}
.section_list_insights .custom_taxonomy ul li a {
	position: relative;
	padding-left: 30px;
	display: block;
	color: #000;
  text-decoration: none;
  font-size: 20px;
}
.section_list_insights .custom_taxonomy ul li a::before {
	content: "";
	width: 20px;
	height: 20px;
	border: 1px solid #636363;
	border-radius: 2px;
	position: absolute;
	left: 0;
	top: 3px;
}

.section_list_insights .custom_taxonomy ul li a.selected::before {
	background-color: #636363;
}
.list_insights_inner{ position:relative;}
.post_loader {
	position: absolute;
	left: 0;
	height: 100%;
	background-color: rgba(255,255,255,0.8);
	top: 0;
	z-index: 105;
	width: 100%;
}
.post_loader .fa {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 20%;
}

.post_search_filter_left form {
	display: flex;
	border-bottom: 1px solid rgba(0,0,0,.5);
}
.post_search_filter_left input[type="text"] {
	border: 0;
	border-radius: 0;
	font-weight: 300;
	padding: 13px 0 0 0;
	height: 2.5rem;
	background-color: transparent;
}
.post_search_filter_left .post-search-submit {
	border-radius: 0;
	padding: 0;
	color: #000;
	max-width: 30px;
	width: 100%;
	text-align: right;
	background-color: transparent;
	border: 0;
	font-size: 24px;
}
@media only screen and (max-width: 850px) {
	.section_list_insights .filter_row {	flex-direction: column-reverse;}
.section_list_insights .filter_row .post_search_filter_left {	max-width: unset;	padding-left: 0;	margin-bottom: 30px;}
}