/* 
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 */

.elementor-kit-12 a { font-size:16px}

/* Form ricerca */
/* Stili specifici per il form di ricerca */
.search-filter-form {
    max-width: 900px;
	margin-top:6px;
}

.search-filter-form .form-group {
    display: flex;
    gap: 10px;
    align-items: flex-end;
}

.search-filter-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: 400;
	color:white;
	font-size:11px;
}

.search-filter-form input[type="text"] {
    flex: 1;
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 16px;
	width:700px; max-width:80%;
}

.search-filter-form button {
    width: 50px;
    height: 44px;
    background-color: #000;
	border-radius:5px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.search-filter-form button:hover {
    background-color: #333;
}

.search-filter-form button svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}