/*
 Theme Name:   Kiddino Child
 Theme URI:    https://wordpress.vecurosoft.com/kiddino/
 Description:  This is a child theme for Kiddino WordPress Theme
 Author:       Vecurosoft
 Author URI: http://vecurosoft.com/
 Template:     kiddino
 Version: 1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  kiddino-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */
/* Riordina gli elementi del form CF7 */
.wpcf7 form {
    display: flex;
    flex-direction: column;
}

/* Sposta Turnstile prima del pulsante Invia */
.wpcf7-turnstile {
    order: 10;
    margin: 20px 0;
}

/* Pulsante Invia per ultimo */
.wpcf7-submit {
    order: 20;
    margin-top: 10px;
}

/* Tutti gli altri elementi (label, campi, acceptance) rimangono in ordine normale */
.wpcf7 label,
.wpcf7 .wpcf7-form-control-wrap,
.wpcf7 .wpcf7-acceptance {
    order: 1;
}