.news-grid {
	display: flex;
	padding: 0px 0 !important;
	max-width: 100% !important;
	width: 100%;
}
.news-grid .wrap {
	width: 100%;
	/*padding:0 var(--wp--custom--layout--padding);*/
}
.news-grid .filters {
	display: flex;
	gap: 32px;
	width: 100%;
	margin-right: -32px;
}
.news-grid .filters .filter-item {
	width: 100%;
}


.news-grid .news-grid-inner {
	width: 100%;
}
.news-grid .filters .filter-item input {
	background: #FBFAF8 url("../../assets/images/CustomSearch.svg") no-repeat 12px 50%;
	background-size:24px;
	border:0;
	border-bottom: 1px solid #000;
	outline: 0;
	padding: 18px 12px 15px 50px;
	font-size: 16px;
	line-height: 120%;
}
.news-grid .filters .filter-item:last-child {
	min-width: 200px;
	max-width: 200px;
}
.news-grid .filters .filter-item .clear-filters {
	opacity: 0.5;
	font-size: 16px;
	padding: 16px 40px;
	background: transparent;
	border: 1px solid #D9D9D9;
	color: #808080;
	width: 100%;
}
.news-grid .filters .filter-item .clear-filters.active {
	cursor:pointer;
	opacity: 1;
}

.news-grid .filters .filter-item select {
	appearance: none;
	-webkit-appearance: none;
	background: transparent url("../../assets/images/ArrowAccordionOpen.svg") no-repeat 97% 50%;
	border:0;
	border-bottom: 1px solid #000;
	color: #808080;
	font-size: 18px;
	line-height: 37px;
	outline: 0;
	padding-right: 32px;
}
.news-grid-inner .news-group {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	margin-top: 60px;
	margin-right: -24px;
	min-height: 700px;
}
.news-grid-inner  h2 {
	width: 100%;
}
.news-grid .grid-news {
	width: calc(25% - 24px);
	margin-bottom: 25px;
}
.news-grid .grid-news:first-child {
	width: calc(50% - 24px);
}


.news-grid .grid-news:nth-child(2),.news-grid .grid-news:nth-child(3) {
	width: calc(25% - 24px);
}
.news-grid .grid-news picture img {
	object-fit: cover;
	width: 100%;
	/*height: 29vw;*/
	aspect-ratio: 4.51/6;
}
.news-grid .grid-news:first-child picture img {
	/*height: 38vw;*/
	aspect-ratio: 7.17/6;
}
.news-grid .grid-news:nth-child(2) picture img {
	aspect-ratio: 4.51/6;
}
.news-grid .grid-news:nth-child(3) picture img {
	/*height: 20.3vw;*/
	aspect-ratio: 5.18/5;
}

.news-grid .grid-news .news-content .categories {
	color:var(--wp--custom--color--text-secondary);
	font-size: 16px;
	margin-top: 18px;
}
.news-grid .grid-news .news-content .industry-cats {
	color:var(--wp--custom--color--petrol);
	font-size: 16px;
	line-height: 20px;
	margin-top: 10px;
}
.news-grid .grid-news .news-content time {
	margin-top: 5px;
	display: block;
}
.news-grid .grid-news .news-content h4 {
	margin-top: 11px;
	margin-bottom: 15px;
}
.news-grid .grid-news .news-content .excerpt {
	font-size: 14px;
	color:var(--wp--custom--color--text-secondary);
	line-height: 130%;
}
@media (min-width: 1200px) {
	.news-grid .grid-news:nth-child(n+11):last-child {
		display: none !important;
	}
	.news-grid .grid-news.last:last-child{
		display: block !important;
	}
}

@media (max-width: 1200px) {
	.news-grid .grid-news {
		width: calc(33.333333% - 24px);
	}
	.news-grid .grid-news:nth-child(2),.news-grid .grid-news:nth-child(3) {
		width: calc(25% - 24px);
	}
}
@media screen and (max-width: 968px) {
	.news-grid .filters .filter-item {
		width: calc(50% - 16px);
	}
	.news-grid .filters {
		flex-wrap: wrap;
	}
	.news-grid .news-grid-inner {
		margin-right: 0;
		overflow: hidden;
	}
}
@media (max-width: 860px) {
	.news-grid .grid-news {
		width: calc(50% - 24px) !important;
	}
	.news-grid .grid-news picture img {
		width: 100%;
	}
	.news-grid .grid-news picture img:nth-child(1),.news-grid .grid-news picture img:nth-child(2),.news-grid .grid-news picture img:nth-child(3) {
		aspect-ratio: 4.51/6;
	}
}



@media (max-width: 600px) {
	.news-grid .grid-news {
		width: calc(100% - 0px) !important;
		margin-bottom: 20px;
	}
	.news-grid .news-group {
		margin-right: 0px;
	}
	.news-grid .filters .filter-item {
		width: 100% ;
	}
	.news-grid .grid-news picture img {
		height: 50vw !important;
	}
}

