/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
/*Formulari Home*/
/* --- Contenidor General --- */
.palau-fugit-booking-widget {
    position: relative;
    z-index: 50;
    width: 100%;
}

/* --- Estils del Formulari --- */
.palau-fugit-booking-widget form {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    margin: 0;
    padding-bottom: 2rem;
    background: #fffdf4;
    border-bottom: 1px solid rgba(0, 0, 0, 0.19);
}

@media (min-width: 992px) {
    .palau-fugit-booking-widget form {
        margin: 0 auto;
        flex-direction: row;
        align-items: stretch;
        border: none;
        padding: 0;
        transition: all 1s ease;
        box-shadow: -0.5rem -0.5rem 10rem rgba(0, 0, 0, 0.1),
                    -0.6rem 0.6rem 25rem rgba(0, 0, 0, 0.2);
        max-width: 900px;
		background: #fffdf4;
    }
}

/* --- Files (pf-row) --- */
.palau-fugit-booking-widget .pf-row {
    border: 1px solid rgba(0, 0, 0, 0.28);
    border-radius: 0.2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-grow: 1;
    padding: 1.3rem;
    margin-bottom: 0.7rem;
    width: 100%;
}

@media (min-width: 992px) {
    .palau-fugit-booking-widget .pf-row {
        border: none;
        border-radius: 0;
        border-right: 1px solid rgba(0, 0, 0, 0.15);
        padding: 12px 23px;
        margin-bottom: 0;
        justify-content: center;
    }

    /* Distribucions d'amplada segons el teu SCSS original */
    .palau-fugit-booking-widget .pf-row:nth-child(7) { max-width: 30%; } /* Arribada */
    .palau-fugit-booking-widget .pf-row:nth-child(8) { max-width: 30%; } /* Sortida */
    .palau-fugit-booking-widget .pf-row:nth-child(9) { max-width: 15%; } /* Adults */
    .palau-fugit-booking-widget .pf-row.pf-submit { 
        max-width: 25%; 
        border-right: none; 
        padding: 0;
    }
}

/* --- Etiquetes i Text --- */
.palau-fugit-booking-widget label {
    font-size: 0.7rem;
    line-height: 1;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 0.5rem;
    display: block;
    color: #000;
}

/* --- Grups de Selectors (pf-selects) --- */
.palau-fugit-booking-widget .pf-selects {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 1rem;
}

/* --- Inputs i Selectors --- */
.palau-fugit-booking-widget select {
    display: block;
    width: 100%;
    border: none;
    padding: 0;
    line-height: 1;
    min-width: 113px !important;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
	color:rgba(0, 0, 0, 0.5);
	font-family: "Founders Grotesk", Sans-serif;
    background: #fffdf4;
	font-size:16px;

}

/* Botó de Reserva */
.palau-fugit-booking-widget .pf-submit button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #212529; /* Color fosc original */
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.95);
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    transition: background-color 0.2s ease;
	min-height:61px;
}

.palau-fugit-booking-widget .pf-submit button:hover {
    background-color: #000;
}

/*WPML menu PC*/
header .wpml-ls-item-toggle {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	line-height: 1.2;
	position: relative;
	-webkit-transition: none;
	transition: none;
}

header .wpml-ls-item-toggle:hover {
	text-decoration: none;
	color: currentColor;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after{
border:none;
border-top:none;
right:15px !important;
top:17px !important;
}


header .wpml-ls-item-toggle::after {
	content: "";
	border: none;
	height: 0.5rem;
	width: 0.5rem;
	border-width: 1px 0 0 1px !important;
	border-style: solid !important;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	display: inline-block;
	margin-top: 0;
	margin-left: 0.6rem;
}

.wpml-ls-legacy-dropdown-click{
display:inline !important;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-item,.wpml-ls-legacy-dropdown-click ul{
display:inline-block !important;
}

#wpml-ls-submenu-click-default{
display:block !important;
border:1px solid black !important;
}

#wpml-ls-submenu-click-default .wpml-ls-item{
display:block !important;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-item a{
background:#fffdf4;
border:none !important;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a, .wpml-ls-legacy-dropdown-click a:focus, .wpml-ls-legacy-dropdown-click a:hover{
background:#fffdf4 !important;
}

@media (min-width: 992px) {
	header .wpml-ls-item-toggle::after {
		border-width: 0 1px 1px 0 !important;
		margin-top: -0.6rem !important;
		margin-left: 0.8rem !important;
	}
}
header .wpml-ls-current-language>a::before {
	content: url(https://ficam.cat/wp-content/uploads/2026/03/ico-globe.svg);
	height: 1.6rem;
	position: absolute;
	top: 4px;
	left: -8px;
}

.idiomespopup ul{
display:flex;
flex-direction:row;
}

.idiomespopup ul li a{
font-family: Founders Grotesk, Sans-serif;
font-weight: 300;
color:#000;
font-size:18px;
line-height:1.2;
}

.idiomespopup ul li a:first-child{
padding-left:0px !important;
}

@media (max-width: 991.98px) {
	header .wpml-ls-item-toggle::before {
		width: 0.9rem;
		left: -1.9rem;
	}
}

@media (max-width: 767px) {
    .palau-fugit-booking-widget .pf-submit button {
        height: 5.8rem;
    }
}