/*
Theme Name: Divi Child Theme
Theme URI: https://www.labaserevisioni.com/
Description: Child Theme For Divi
Author: Martino Savorani SEO Copywriter
Author URI: https://www.seo.martinosavorani.it
Version: 1.0.0
Template: Divi
*/

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="tel"]
{
    background-color:transparent;
    color: #000;
    width: 48%;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(0,0,0,0.12);
	padding:20px;
	margin:0 1%;
	font-size:14px;
}
textarea
{
    background-color:transparent;
    color: #000;
    width: 98%;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(0,0,0,0.12);
	padding:20px;
	margin:0 1%;
	font-size:14px;
}
input[type="tel"]
{
    background-color:transparent;
    color: #000;
    width: 48%;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(0,0,0,0.12);
	padding:20px;
	margin:0 1%;
}
.cf7button
{
	background-color:#cf2e2e;
	color:#fff;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(0,0,0,0.12);
	padding:10px 20px;
	margin:0 1%;
	font-size: 18px;
	font-weight: 400;
	letter-spacing:2px
}
.marginCF7
{margin:0 1%;}

.et-menu .menu-item-has-children >  a:first-child:after{content: ""; margin-top: -2px;}
.et-menu .menu-item-has-children a {padding-right: 0px!important;}
