/**
Theme Name: Pantumaka
Author: Victor Montol
Author URI: https://pantumaka.es
Description: Tema basado en Astra. Necesita tener instalado el tema Astra 3.7+ (free) para funcionar correctamente.
Version: 3.7.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pantumaka
Template: astra
*/

/* Branding */

:root {
	--color-principal: 	#10b7ca;
	--color-secundario: #04162e;
	--color-texto: 			#535353;
	--gris: 						#a0a0a0;
	--typo-principal: 	'Lexend', sans-serif;
	--typo-secundaria: 	'Domine', sans-serif;
}

/* Headings h1-h6 : 32-24-24-20-18-16 */

/*
h1,h2,h3,h4,h5,h6 {
	outline:1px dotted yellowgreen;
}

h1:before { content: "h1 "; }
h2:before { content: "h2 "; }
h3:before { content: "h3 "; }
h4:before { content: "h4 "; }
h5:before { content: "h5 "; }
h6:before { content: "h6 "; }
*/

/* Astra Submenu */
.sub-menu {
	min-width: max-content;
}

.ahfb-svg-iconset svg {
  width: 32px;
  height: 32px;
  transition: none;
}

/* Buscador principal */

#buscadorprincipal .searchandfilter > ul {
	margin: 0;
	padding: 0;
	display: block;
}

#buscadorprincipal .searchandfilter > ul > li {
	display: block;
	padding: 0.5rem;
}

#buscadorprincipal .searchandfilter label {
	width: 100%;
	display: block;
	height: 48px !important;
}

#buscadorprincipal select.sf-input-select {
	/*-webkit-appearance:none;*/
	display: block;
	width: 100% !important;
	border-radius: 10px;
	height: 48px !important;
	line-height: 48px !important;
	background-color: #fff !important;
}

#buscadorprincipal select.sf-input-select option {
	height: 48px !important;
	line-height: 48px !important;
}

#buscadorprincipal .sf-field-submit input {
	display: block;
	width: 100%;
	height: 48px;
	border-radius: 10px;
}

#buscadorprincipal .sf-field-submit input:hover,
#buscadorprincipal .sf-field-submit input:focus {
	background-color: #3dc5d5 !important;
}

@media(min-width: 48em) {
	#buscadorprincipal .searchandfilter > ul {
		display: flex;
		flex-flow: row nowrap;
	}
	#buscadorprincipal .searchandfilter > ul > li {
		flex: 1;
		display: flex;
		flex-direction: column;
	}
}

/******************************************************************************************************************* Select2 */

.select2-container--default .select2-selection--single {
	height:48px;
	padding-top: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 48px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top:9px !important;
	right:5px !important;
}

/* Focus */
.searchandfilter input,
.select2-selection--single,
.select2-search__field:focus {
	outline-color: #60614f !important;
}

/* Forms */

.elementor-field-type-acceptance label {
	font-size: 13px !important;
	color: #fff !important;
}

.elementor-field-type-acceptance a:hover,
.elementor-field-type-acceptance a:focus {
	text-decoration: underline;
	color: #f7f7f7 !important;
}

.elementor-message-success {
	color: #fff !important;
}

label[for=form-field-nombre],
label[for=form-field-numero_personas],
label[for=form-field-email],
label[for=form-field-consulta],
label[for=form-field-acepto] {
	display: none;
}

/* Bloque lista de barcos */

/* Al post widget dar el ID: #bloquebarcos */
/* en las fichitas de barco, colocar estilos:
 .bloqueficha al item
 .bloquefichacol a la columna
 .botonbarco al widget del boton */

#bloquebarcos .barco {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	
}

#bloquebarcos .bloqueficha {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.bloqueficha > .elementor-container {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.bloqueficha .bloquefichacol {
	flex-grow: 1;
	display: flex;
	flex-direction: column;	
}

.bloquefichacol > .elementor-widget-wrap {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.bloquefichacol > .elementor-element {
	width: 100%;
	outline: 1px solid orange;
}

.botonbarco {
	margin-top: auto;
}

.boatimg img {
	min-height: 260px;
}

/* Custom Slider */

.customslider .swiper-slide-image {
	max-height: 450px; !important;
	outline: 1px solid red;
	object-fit: cover;
}

.splide__arrow {
	background-color: transparent !important;
	color: #fff !important;
}

.splide__arrow svg {
	fill: #fff;
}

/* Chat */

.joinchat__button {
	bottom: 45px;
}

#cpt_info_box {
	display:none;
}