/*
Theme Name: [RE]WRITE
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 1.0.0
Description: Diseño y desarrollo web por DMM Studios.
Author: DMM StudiOS
Author URI: https://studiosdmm.com.mx/
Template: Divi
Version: 4.21.1
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/********************************* FONTS **************************************/


/********************************* GENERAL ************************************/

/* Padding inferior de títulos y párrafos */
h1, h2, h3, h4, h5, h6 {
  padding-bottom: 2vh;
}

/********************************* MENU ***************************************/



/********************************* FOOTER *************************************/

/* Crédito */
#footer-info a {
	font-weight: normal;
}

/********************************* BOLETOS ************************************/

/* Ajustar margen */
.tribe-tickets__tickets-form {
	margin: 0!important;
}

/* Ocultar entradas disponibles *
span.tribe-tickets-left, .tribe-events-c-small-cta__stock {
    display: none !important;
}
span.tribe-tickets-remaining {
    display: none !important;
}
.tribe-tickets__tickets-item-extra-available {
    display: none !important;
}

/* Botón */
.event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn:disabled {
	background-color: #f1f0ec;
	color: #666;
}
.event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn:disabled:hover {
	background-color: #f1f0ec;
	color: #666;
}
.event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn {
	background-color: #e8cdb0;
	color: #6f403a;
}
.event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn:hover {
	background-color: #e7b2a0;
	color: #6f403a;
}

/********************************* RESPONSIVE *********************************/

/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {

}

/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 981px) and (max-width: 1405px) {

}

/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {

}

/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {

}

/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {

}

/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {

}
