/* 
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 */
.wpcf7-list-item {
    margin: 0;

}

.wpcf7-not-valid-tip {
    font-size: 14px;
    font-family: 'Asap Condensed' !important;
    margin-top: 3px;
}

.wpcf7-list-item input {
    margin: 0;
}


.container-form {
    width: 100%;
}
/* Contenitore principale del form */
.whole-form {
    display: flex;
    flex-direction: column;
    font-size: 20px;
    width: 100%;
    gap: 5px;

}

.whole-form input {
    border-radius: 24px !important;
    border: 1px solid #036E78;
    padding: 13px !important;
}

.whole-form .field-space-container {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    width: 100%;
}

.whole-form .field-space {
    flex: 1;
}

.whole-form input::placeholder, textarea::placeholder {
    font-family: "Poppins";
    font-weight: 400;
    font-style: italic;
    color: #036E78;
}


.whole-form .email-field p,
.whole-form .textarea-field p{
    width: 100% !important;
}

.whole-form .textarea-field textarea {
    height: 100px;
    border-radius: 24px !important;
}

.whole-form input,
.whole-form textarea {
    width: 100%;
    border: 1px solid #036E78;
    

}

.submit-button {
    display: flex;
}

.submit-button input {
    padding: 13px !important;
    background-color: #036E78 !important;
    color: white !important;
}

.submit-button input:hover {
    background-color: #87CDCD !important;
    border: 1px solid  #87CDCD !important;
}

.policy-check {
    font-size: 14px;
    font-family: 'Asap Condensed' !important;
}

.policy-check a {
    color: #036E78 !important;
    cursor: pointer;
}

@media (max-width: 1024px) {
    .whole-form .field-space-container {
        flex-direction: column;
        gap: 10px;
    }
}