/*#region covers */

.filters {
	margin-top: 50px;
	margin-bottom: 40px;
}

.filters select {
	width: 100%;
	padding: 12px 20px;
	color: #D14A41;
	font-size: 1.7em;
	font-family: exo_2light;
}

.mag-covers {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
	margin-top: 20px;
}

	.mag-covers article {
		display: inline-block;
		width: calc(25% - 40px);
		margin: 20px 20px 50px 20px;
	}

	.mag-covers img {
		width: 100%;
		height: 100%;
	}

	.mag-covers .title {
		color: #D14A41;
		font-family: exo_2light;
		font-size: 1.3em;
	}

/*#endregion */


/*#region Adaptive */

@media screen and (max-width: 1000px) {
	.mag-covers article {
		width: calc(33.3% - 40px);
	}
}

@media screen and (max-width: 776px) {
	.mag-covers article {
		width: calc(50% - 40px);
	}

	/*.mag-covers {
		margin-top: 0;
		margin-right: 30px;
	}*/
}

@media screen and (max-width: 450px) {
	.mag-covers article {
		width: calc(100% - 20px);
	}
}

/*#endregion */
