/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

.titolo h1 {
	font-variant: small-caps;
	letter-spacing: 5px;
}

/*   FORM      */


/*
Theme Name: 	Betheme Child
Theme URI: 		http://themes.muffingroup.com/betheme
Author: 		Muffin group
Author URI: 	http://muffingroup.com
Description:	Child Theme for Betheme - Premium WordPress Theme
Template:		betheme
Version: 		1.6.1
*/

/* Theme customization starts here
-------------------------------------------------------------- */


div#Content {
padding-top: 0;
}


.wpb_wrapper .wpcf7-form {
    display: grid;
    width: 550px;
    margin: auto;
}
span.wpcf7-form-control-wrap .wpcf7-date, span.wpcf7-form-control-wrap .wpcf7-quiz, span.wpcf7-form-control-wrap .wpcf7-number, span.wpcf7-form-control-wrap .wpcf7-select, span.wpcf7-form-control-wrap .wpcf7-text, span.wpcf7-form-control-wrap .wpcf7-textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

    box-sizing: border-box;
    margin-bottom: 0;
    border: solid 1px;
}

input.wpcf7-form-control.wpcf7-submit {
background-color: #191919;
}

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 {
    padding: 10px;
    outline: none;
    margin: 0;
    width: 230px;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    font-size: 17px;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
}




 .wpcf7-form input.wpcf7-form-control.wpcf7-submit {

  width: 100%;

  background-color: #555;

  color: #fff!important;

  text-transform: uppercase;

  font-size: 1.25rem;

  line-height: 1;

  -webkit-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

}


.boxinputsflex.unalinea {

  display: -webkit-flex;

  display: -ms-flex;

  -webkit-display: flex;

  -moz-display: flex;

  -ms-display: flex;

  -o-display: flex;

  display: flex;

  -webkit-justify-content: space-between;

  -moz-justify-content: space-between;

  -ms-justify-content: space-between;

  -o-justify-content: space-between;

  justify-content: space-between;

}


.boxinputsflex.unalinea>* {

  -webkit-flex-basis: 48%;

  -moz-flex-basis: 48%;

  -ms-flex-basis: 48%;

  -o-flex-basis: 48%;

  flex-basis: 48%;

}


label {
    text-align: center;
    font-size: 12px;

}

label {
    display: block;
    margin-bottom: px;
    font-weight: 400;
    margin-top: 25px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    font-size: 11px;
text-align: center;
border-color: #bdbdbd;
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    font-size: 11px;
text-align: center;
border-color: #bdbdbd;

}
textarea.wpcf7-form-control.wpcf7-textarea {
border-color: #bdbdbd;
font-size: 11px;
text-align: center;
}





