/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

/* formulario reservar plaza */
.bloque-formulario{
	.wpcf7 span.wpcf7-not-valid-tip {
		color: #fff !important;
	}
}

/* Entradas */
.entradas{
	.tmb-light.tmb .t-entry-text .t-entry-title a{
		color: #5c5c5c !important;
	}
	.tmb-light.tmb .t-entry-text .t-entry-title a:hover{
		color: #16519c !important;
	}
}

/* recaptcha */
.grecaptcha-badge{
	display:none;
}