.display-none {
	display: none;
}

a[href="#"] {
	/*text-decoration: line-through;*/
}

/*body.featured-page h1.section-title {
	color: black;
}*/

/*.aside-section > br {
	display: none;
}
*/

/*.boton {
	display: inline-block;
}*/

div.error {
	text-align: center;
	color: red;
	margin-bottom: 10px;
}

/*body.project-page section h2 {
	padding-bottom: 10px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

body.project-page.verde section h2 {
	color: #02963A;
	border-bottom: 1px solid #02963A;
}

body.project-page.azul section h2 {
	color: #4476B5;
	border-bottom: 1px solid #4476B5;
}

body.project-page.morado section h2 {
	color: #615CA0;
	border-bottom: 1px solid #615CA0;
}

body.project-page.rosa section h2 {
	color: #E62275;
	border-bottom: 1px solid #E62275;
}

body.project-page.rojo section h2 {
	color: #DB0132;
	border-bottom: 1px solid #DB0132;
}

body.project-page.naranja section h2 {
	color: #D18A09;
	border-bottom: 1px solid #D18A09;
}

body.project-page.negro section h2 {
	color: #3A3A3A;
	border-bottom: 1px solid #3A3A3A;
}*/

.events-section .single-event {
	background-size: cover;
}

.form-check-input[type="checkbox"] {
	margin-top: 10px !important;
}