/*
Theme Name:   generatepress-child
Description:  Tema hijo para hacer personalizaciones de código
Author:       Iván Cabeza
Author URL:   https://cotime.es
Template:     generatepress
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  generatepress-child
*/

.slider_noticias .bdt-img-wrap{
	border-radius: 20px!important;
	overflow: hidden!important;
}
.wpforms-field-label{
	font-weight: 600;
	color:#E02188!important;
}
.noviembre_happy .wpforms-field-label{
	font-weight: 600;
	color:#737B35!important;
}
.wpforms-field-label-inline{
	font-weight: 400!important;
	color:#000!important;
}
.filtro_agenda{
	padding: 0!important;
	margin:0!important;
	font-size: 14px!important;
}
.filtro_agenda ul{
	padding: 0!important;
	margin: 0!important;
}
.filtro_agenda select{
	background-color:#efefef;
	padding:5px!important;
	margin:0!important;
	border-radius:10px;
	font-size: 14px!important;
}
.filtro_agenda input{
	background-color:#FF9200;
	padding:5px 15px!important;
	margin:0!important;
	border-radius:10px;
}
.filtro_agenda input:hover{
	background-color:#FF4D00;
}
.featured-image{
	display: none!important;
}