/* 
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 */
.booster-number{
color: #D50B23;
text-align: center;
font-family: Montserrat;
font-size: 60px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.booster-copy{
color: #191919;
text-align: center;
font-family: Montserrat;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.contact-form label.label-form{
	font-weight: 700;
    font-family: "Inter", sans-serif;
    margin-bottom: 8px;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    border: 1px solid #c5c5c5;
    border-radius: 4px;
}
.wpcf7-submit{
 border-radius: 50px;
 background-color: #DB041F;
 color: #fff;
 font-weight: 700;
}
.wpcf7-list-item {
    display: inline-block;
    margin: 0 1em 0 0!important;
}
.wpcf7-acceptance .wpcf7-list-item{
 margin: 0 0 0 0!important;
}
.fiera-presenza{
	padding: 16px 16px 0px;
    border: 1px solid #c5c5c5;
    border-radius: 8px;
    margin-bottom: 16px;
    background: #ffeeee;
}