/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

html[lang="it-IT"] .show-en-only,
.lang-it .show-en-only {
  display: none !important;
}



html[lang="en-GB"] .show-it-only,
.lang-en .show-it-only {
  display: none !important;
}



/* 1) Rimuovo padding inline forzando lo zero */
#et-top-navigation {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* 2) Centro il nav occupando tutta la larghezza */
#et-top-navigation > nav#top-menu-nav {
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
}

/* 3) Rimuovo eventuali float sui li e li metto in linea */
#et-top-navigation nav#top-menu-nav ul#top-menu {
  display: flex !important;        /* o inline-flex */
  justify-content: center !important;
  padding-left: 0 !important;
}

#et-top-navigation nav#top-menu-nav ul#top-menu li {
  float: none !important;
  display: inline-block !important;
}


/*menu bottone*/

/*.btn-menu{
	background-color:#d82727!important;
	border-radius:100px!Important;
}

.et_pb_menu--without-logo .et_pb_menu__menu > nav > ul > li.btn-menu > a {
    padding-top: 10px !important;
    padding-bottom: 5px !important;
}*/

.et_header_style_left  #et-top-navigation nav > ul > li.btn-menu > a,
.et_header_style_split #et-top-navigation nav > ul > li.btn-menu > a {
  /* qui metti i padding che vuoi solo per il pulsante */
  padding-top:    10px !important;
  padding-bottom:  5px !important;
  padding-left:   30px !important;
  padding-right:  30px !important;
}

.et_header_style_left #et-top-navigation{
	padding-top:30px!Important;
	padding-bottom:30px!Important;
}

.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a {
    padding-bottom: 0;
}



h1{
	font-size:60px!Important;
	line-height:65px!Important;
}

h2{
	font-size:45px!Important;
	line-height:50px!Important;
}

h3{
	font-size:30px!Important;
	line-height:35px!Important;
}

h4{
	font-size:28px!Important;
	line-height:36px!Important;
}

p, body{
	font-size:16px!Important;
	line-height:26px!important;
}

.small-title4 h4{
	font-size:22px!Important;
	line-height:32px!Important;
}



/*footer*/


.et_pb_gutters3.et_pb_footer_columns1 .footer-widget .fwidget {
	margin-bottom: 30px;
	width: 100% !important;
}

.et_pb_gutters3.et_pb_footer_columns1 .footer-widget .fwidget {
	margin-bottom: 30px!important;
    width: 100% !important;
    text-align: center;
}

.et_pb_gutters3 .footer-widget {
	margin-bottom: 0px!Important;
}

#footer-widgets {
    padding: 4% 0 0;
}


/*form*/


.form-sx-50{
	width:49%;
	margin-right:1%;
	float:left;
	margin-bottom:15px!Important;
}

.form-dx-50{
	width:49%;
	margin-left:1%;
	float:left;
	margin-bottom:15px!Important;
}

.form-sx-50 input{
	width:100%;
	border:1px solid #D82727!important;
	padding:10px;
}

.form-dx-50 input{
	width:100%;
	border:1px solid #D82727!important;
	padding:10px;
}

.form-100{
	width:100%;
	margin-bottom:15px!Important;
}

.form-100 textarea{
	width:100%;
	height:100px!Important;
	border:1px solid #D82727!important;
	padding:10px;
}

.wpcf7-list-item {
    margin: 0!important;
}

.form-invia{
	float:right;
}

.form-invia .wpcf7-form-control{
    background-color: #d82727;
    color: #fff !important;
    border: 0px ! Important;
    padding: 10px 30px;
    border-radius: 100px;
    font-weight: 700;
    font-size: 18px;
    padding-bottom: 4px ! Important;
}

.form-pp{
	margin-bottom:20px;
	float:right!important;
	width:100%!important;
}

.form-pp .wpcf7-list-item {
    float: right;
}

.wpcf7-spinner{
	display:none;
}


@media (min-width: 768px) and (max-width: 991px) {
	
h1{
	font-size:50px!Important;
	line-height:55px!Important;
}

h2{
	font-size:35px!Important;
	line-height:40px!Important;
}

h3{
	font-size:28px!Important;
	line-height:32px!Important;
}

h4{
	font-size:26px!Important;
	line-height:34px!Important;
}

.small-title4 h4{
	font-size:20px!Important;
	line-height:30px!Important;
}
	
.form-sx-50{
	width:100%;
	margin-right:0%;
}

.form-dx-50{
	width:100%;
	margin-left:0%;
}
	
}


@media (max-width: 767px) {
	
h1{
	font-size:40px!Important;
	line-height:45px!Important;
}

h2{
	font-size:30px!Important;
	line-height:35px!Important;
}

h3{
	font-size:26px!Important;
	line-height:30px!Important;
}

h4{
	font-size:24px!Important;
	line-height:32px!Important;
}

.small-title4 h4{
	font-size:20px!Important;
	line-height:30px!Important;
}
	
	
.form-sx-50{
	width:100%;
	margin-right:0%;
}

.form-dx-50{
	width:100%;
	margin-left:0%;
}

	
}






