/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/* +++ ESTILOS CSS CUSTOM PARA LA WEB DE DINNER TANGO SHOW +++ */
:root{
	/* Seasons colors */
	--best-season-color: #ff3300;
	--shoulder-season-color: #ff9900;
	--low-season-color: #e6e600;
	--not-available-season-color: #a3a3a3;
}
html{scroll-padding-top: 100px;}
body.bricks-is-frontend :focus {outline: none;}
:where(p){margin: 0 0 .9em;}
:where(p:last-of-type) {margin-bottom: 0;}


/* +++ ESTILOS PARA TOURS AND EXCURSIONS +++*/
ul.callout-list-tours-and-excursions, ul.listado-que-incluye{
	list-style-image: url(images/icons/check-green-icon.svg);
	margin: 0px 0px 0px 10px; 
	padding: 0px 0px 0px 15px ;
	
}
ul.callout-list-tours-and-excursions li, ul.listado-que-incluye li{
	line-height: 1.2em;
	margin-bottom: 5px;
}
ul.listado-que-no-incluye{
	list-style-image: url(images/icons/not-icon.svg);
	margin: 10px; 
	padding: 0px 0px 0px 15px;
}
ul.listado-que-no-incluye li{
	line-height: 1.2em;
	margin-bottom: 5px;
}

/* +++ TABLE DE CARACTERISTICAS TOUR AND EXCURSIONS +++*/
.table-information-tours-and-excursions{
	border-radius: 5px;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
	font-size: .9em;
}
.table-information-tours-and-excursions td, .table-information-tours-and-excursions th {
    text-align: left;
    padding: 8px;
}
.table-information-tours-and-excursions tr:nth-child(even) {
    background-color: #fff5f1;
}

/* ESTILOS PARA PARA LA SECCION SEASON Y WILDLIFE WACHING */
.month-season span{
	padding: 7px 7px 5px 7px;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: .9em;
    font-weight: bold;
    display: inline-block;
    line-height: 1;
}
.month-best-season{
	background-color: var(--best-season-color);
	color: #781800;
}
.month-shoulder-season{
	background-color: var(--shoulder-season-color);
	color: #7a4900;
}
.month-low-season{
	background-color: var(--low-season-color);
	color: #7c7c00;
}
.month-not-available{
	background-color: var(--not-available-season-color);
	color: #404040;
}
.list-season{
	font-size: .9em;
	font-weight: 700;
}
.list-season .best-season{
	color: var(--best-season-color);
}
.list-season .shoulder-season{
	color: var(--shoulder-season-color);
}
.list-season .low-season{
	color: var(--low-season-color);
}
.list-season .not-available{
	color: var(--not-available-season-color);
}
/*+++ ESTILOS GRAVITY FORM +++*/
.gform_wrapper .gsection_title{
	font-family: var(--secondary-font);
	font-weight: 500;
	font-size: 1.3em;
}
