/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

/*
 * AGENDA

.page-agenda .l-content {
	width: 100% !important;
}

.agenda h1, h2, h3, h4, h5 {
	margin: auto;
	padding: 0;
}

.agenda section {
	margin-bottom: 3em;
}

.agenda article {
	margin-bottom: 1.8em;
	padding: 0.5em;
	background-color: #222;
}

.separador-fecha {
    font-size: 1.3em;
    letter-spacing: 0.1em;
    margin-top: 1.8em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    color: white;
}
p.separador-fecha {
    background: #458c53;
    padding: 0.3em 0 0.3em 0.9em !important;
}


section.agenda.agenda-permanentes article {
    width: 100%!important;
    margin-right: 1%;
	float:none!important;
}
section.agenda.agenda-proximos {
    float: left;
}

.agenda-info {
	width: 100%;
}

#admin_events-wrapper {
	padding: 0 3em 0 3em;
}

#boton_agregar_evento {
	padding: 0 0 3em 0;
}

.cancelado {
	text-decoration: line-through;
}

.material-icons.red {
	font-size: 1.5em;
	color: red;
}

main.l-content {
    margin-top: 1.25em !important;
}

Fin AGENDA */