/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */

#content {overflow: hidden !important;}

.accent-font {
	font-family: "Playfair Display";
	font-style: italic;
	color: var(--e-global-color-primary);
	font-weight: 500 !important;
}

.accent-font-dark {
	font-family: "Playfair Display";
	font-style: italic;
	color: var(--e-global-color-primary);
	font-weight: 500 !important;
	text-shadow: 2px 2px 15px rgba(0,0,0,0.8);
}

/*LIGHTBOX*/
.elementor-slideshow__footer {display: none !important;}

.elementor-lightbox-image {border-radius: 20px !important;}

/*BOOKING FORM*/
/* WRAPPER FORM */
#searchbox form{
    display:flex;
    flex-wrap:wrap;
    gap:16px;
}

#searchbox input[type="submit"] {
	background-color: #cea368;
	color: #fff;
}


/* STILE GENERICO CAMPI */
#searchbox input:not([type="submit"]),
#searchbox select{
    width:100%;
    height:45px;
    border:1px solid #cecece;
    border-radius:30px;
    padding:0 20px;
    background:#fff;
    appearance:none;
    -webkit-appearance:none;
    font-size:15px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

/* LABEL */
#searchbox label{
    display:block;
    margin-bottom:8px;
    font-size:14px;
    text-align: center;
    font-family: "Plus Jakarta Sans", sans-serif;
}

/* ===== RIGA 1 → DATE ===== */

#searchbox form > div:nth-of-type(1),
#searchbox form > div:nth-of-type(2){
    width:calc(50% - 8px);
}

/* ===== RIGA 2 → OSPITI ===== */

#searchbox form > div:nth-of-type(3),
#searchbox form > div:nth-of-type(4),
#searchbox form > div:nth-of-type(5),
#searchbox form > div:nth-of-type(6){
    width:calc(25% - 12px);
}

/* ===== RIGA 3 → COUPON ===== */

#searchbox form > div:nth-of-type(7){
    width:100%;
}

/* ===== RIGA 4 → BOTTONE ===== */

#searchbox input[type="submit"]{
    width:100%;
    height:45px;
    border:none;
    border-radius:30px;
    cursor:pointer;
    font-size:16px;
}

@media(max-width:767px){

    /* DATE */
    #searchbox form > div:nth-of-type(1),
    #searchbox form > div:nth-of-type(2){
        width:100%;
    }

    /* OSPITI → 2 colonne */
    #searchbox form > div:nth-of-type(3),
    #searchbox form > div:nth-of-type(4),
    #searchbox form > div:nth-of-type(5),
    #searchbox form > div:nth-of-type(6){
        width:calc(50% - 8px);
    }

    /* COUPON */
    #searchbox form > div:nth-of-type(7){
        width:100%;
    }

}

#searchbox .searchboxAdd,
#searchbox .searchboxArea,
#searchbox .searchboxCredits,
#searchbox .searchboxTitle {
    display:none !important;
}
