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



#form-contatti .wpcf7-list-item{margin:0;}
#form-contatti .wpcf7-list-item-label{font-size: 12px; text-transform: uppercase;}

#form-contatti input {
    border: 1px solid #000;
    border-radius: 0;
    padding: 20px 10px;
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
}
#form-contatti label{width: 100%;}
#form-contatti textarea {
    border: 1px solid #000;
    border-radius: 0;
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px 10px;
    color: #000;
}
#form-contatti .wpcf7-submit{
	border-radius: 30px;
    width: 200px;
    background: #000;
    color: #fff;
    font-size: 12px;
    padding: 15px;
    font-weight: bold;
    margin-top:20px;
}
