.material-cols div.entry-link:hover{transform:unset;}

.material-cols a.entry-link h4{
	color:var(--wp--custom--primary--main);
	transition: all 300ms ease-in-out;
}

.material-cols a.entry-link:hover h4{color:var(--wp--custom--secondary--main);}

.material-cols .entry-link{align-items: center;}

@media screen and (min-width:901px){
	.material-cols .col-full .entry-link {
        display: flex;
    }
	
	.material-cols .col-full img{	
		height: 100%;
		object-fit: cover;
		width:30%; }
	
	.material-cols .col-full .entry-link .entry-text-wrap {
        width: 80%!important;
    }
}

@media screen and (max-width:600px){
	.material-cols .entry{max-width:400px;}
}
.materials-filters{
	font-size:.9em;
	display: flex;
	flex-direction:column;
    gap: 10px;
	margin-bottom:20px;
}

/*@media screen and (min-width:900px){	
	.materials-filters{
		flex-wrap:wrap;
		flex-direction:unset;
	}
	.materials-filters .material-filter{width:calc(50% - 10px);}
}*/