/* 
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-widget-text-editor p:last-child {
	margin-bottom:0;
}


.grecaptcha-badge {
    left: 0 !important;
    right: auto !important;
}
@media only screen and (max-width: 767px) {
  .grecaptcha-badge {
    visibility: hidden !important;
  }
}

/* Forza lo stato attivo su Privati (menu-item-15454) */
body.page-id-14585 .menu-item-15454 > a,
body.page-id-14676 .menu-item-15454 > a,
body.page-id-14586 .menu-item-15454 > a,
body.page-id-14670 .menu-item-15454 > a,
body.page-id-16571 .menu-item-15454 > a,
body.page-id-16561 .menu-item-15454 > a {
    background-color: var(--e-global-color-0a75f9f);
    color: var(--e-global-color-37fb6cd) !important;
}

/* Forza lo stato attivo su Aziende (menu-item-15455) */
body.page-id-13615 .menu-item-15455 > a,
body.page-id-13674 .menu-item-15455 > a,
body.page-id-17366 .menu-item-15455 > a,
body.page-id-17277 .menu-item-15455 > a {
    background-color: var(--e-global-color-0a75f9f);
    color: var(--e-global-color-37fb6cd) !important;
}



.k_inline-form .elementor-form-fields-wrapper {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 10px;
}

.k_inline-form .elementor-field-type-recaptcha_v3 {
    display: none !important;
}

.k_inline-form .elementor-field-type-email,
.k_inline-form .elementor-field-type-text {
    width: 75% !important;
    flex: 1 !important;
    margin-bottom: 0 !important;
}

.k_inline-form .elementor-field-type-submit {
    width: auto !important;
    margin-bottom: 0 !important;
}

@media (max-width: 767px) {
    .k_inline-form .elementor-form-fields-wrapper {
        flex-wrap: wrap !important;
    }
    .k_inline-form .elementor-field-type-email,
    .k_inline-form .elementor-field-type-text,
    .k_inline-form .elementor-field-type-submit {
        width: 100% !important;
    }
}