/*
Theme Name: Karraskan
Author: Metódica
Author URI: https://metodica.co
Text Domain: karraskan
Version: 1.0
*/


/**************************************************************/
/****************** FORMULARIO EVENTOS ************************/
/**************************************************************/

h3.em-booking-section-title {
	font-size: 2.85rem;
	line-height: 2.85rem;
	margin-bottom: 1.6vw;
	margin-top: 1.6vw;
	text-transform: uppercase;
}
.em-booking-form-section-details label, .em-tickets-spaces label, .em-bs-section.em-bs-section-items, .em-bs-cell-desc, .em-bs-cell-price {
	margin-bottom: 0.6vw;
	display: block;
	width: 100%;
	text-transform: uppercase;
	font-size: 1.3rem;
  	line-height: 2rem;
}
.em-bs-row.em-bs-row-item, .em-bs-row.em-bs-row-total {
	display: flex;
}
.em-booking-message.em-booking-message-error p {
	color: red;
}


.em-form-submit.em-booking-submit.em-button.em-button-1 {
	background-color: var(--color-black);
	color: var(--color-gray-light);
	display: inline-block;
	padding: 2vw;
	text-align: center;
	min-width: var(--grid-width-2);
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	/* transition-property: all; */
	transition-property: background-color, color;
	position: relative;
	font-size: 2.85rem;
	line-height: 2.85rem;
	text-transform: uppercase;
	font-family: 'Pitch Sans', sans-serif;
	margin-top: 40px;
}

.input-group.input-checkbox.em-consent-checkbox.input-field-data_privacy_consent label,
.input-group.input-checkbox.em-consent-checkbox.input-field-data_comms_consent label {
	text-transform: none;
}
.input-group.input-checkbox.em-consent-checkbox.input-field-data_privacy_consent label a {
	color: black;
	text-decoration: underline;
}
.intro.no-padding {
	padding: 0;
	font-size: 1.3rem;
}

.evento-ubicacion h3 {
	text-transform: uppercase;
	font-size: 2.2rem;
	margin-bottom: 40px;
}
.evento-ubicacion p a {
	color: black;
	text-decoration: underline;
}
.ticket-price label {
	margin-right: 30px;
	font-size: 1.3rem;
	text-transform: uppercase;
}
.input-field-ckb_comunicaciones_y_noticia label {
	text-transform: none;
}