	/*
	 * Theme Name: Cecilia Meireles
	 *
	 * assets/css/programacao.css | Programação (archive-eventos)
	 *
	 */

	.programacao {
	 	display: flex;
	 	flex-direction: row;
	 	margin-bottom: 120px;
	}

	.programacao .filter-empty {
		font-size: 20px;
	}

	.programacao > div {
		flex-grow: 0;
	}

	.programacao .filter-area {
		width: 783px;
	}

	.programacao .eventos {
		width: 100%;
		display: flex;
		flex-direction: row;
	 	flex-wrap: wrap;
	 	justify-content: space-between;
	}

	.programacao .eventos > div {
		width: 323px;
		height: 550px;
		margin-bottom: 70px;
	}

	.programacao .event .titles {
		height: initial;
	}

	.programacao .event .dateblock {
		height: initial;
		margin-top: 20px;
	}


@media screen and (max-width: 1365px) {

	.programacao .filter-area {
		width: 323px;
	}

}	

@media screen and (max-width: 760px) {

	.programacao {
	 	flex-direction: column;
	 }	

	.programacao .filter-area {
		margin-top: 50px;
		width: 100%;
	}

	.programacao .eventos > div {
		width: 100%;
	}

}	