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


.elenco-puntato .elementor-icon-box-icon{
	padding-top:8px;
}


input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input[type=number],
input.text,
input.title,
textarea,
select{
	width: 100%;
    padding: 16px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #999;
    background-color: #eee;
    font-size: 14px;
		padding-top:10px;
}

.wpcf7 .wpcf7-text, .wpcf7 .wpcf7-select, .wpcf7 .wpcf7-textarea{
	width: 100%;
    padding: 16px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #999;
    background-color: #eee;
    font-size: 14px;
	color: #505050;
}


.wpcf7-submit{
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    fill: var(--e-global-color-accent);
    color: var(--e-global-color-accent);
    background-color: var(--e-global-color-1b3d7c7);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-accent);
    border-radius: 30px 30px 30px 30px;
}

.wpcf7-submit:hover{
    background-color: var(--e-global-color-accent);
	color:white;
}





label {
    display: inline-block;
    line-height: 2;
    vertical-align: middle;
		width:100%;
}

.wpcf7-date, input[type=date], {
    width: 50%!important;
    border: 1px solid #f2f2f2!important;
    border-radius: 0px;
    padding: .5rem 1rem;
    transition: all .3s;
}


.wpcf7-form input[type=checkbox], .wpcf7-form input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    width: 1.2rem;
    height: 1.2rem;
    vertical-align: middle;
    margin: 0.5rem 0.5rem 0.5rem 1rem;
}