/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/
 Description:    Divi Child Theme
 Author:         Cheetahweb snc
 Author URI:     https://www.cheetahweb.it
 Template:       Divi
 Version:        1.0.0
*/
 
 
/*** ---Theme customization starts here --- ***/

/* Menu mobile */

/**
@media only screen and (max-width: 1140px) {
	#et_mobile_nav_menu{
		display: block !important;
	}
	nav#top-menu-nav {
    display: none !important;
	}
	#main-header {
		position: absolute !important;
	}
}
@media only screen and (min-width: 980px) and (max-width:1140px) {
	#mobile_menu {
		margin-left: 10% !important;
		margin-right: 10% !important;
		width: 80% !important;
	}
}
*/
h1.entry-title {
    font-weight: bold;
}
.widgettitle {
border-bottom: 5px solid #0099cc;
    margin-bottom: 12px;
    font-weight: bold;
}

/* spunta form contatti */
.et_pb_contact p input[type=checkbox]:checked+label i:before, .et_pb_subscribe .et_pb_contact_field input[type=checkbox]:checked+label i:before {
	color: #0099cc !important;
}

.et_pb_contact_captcha_question {
	color: #fff
}

/***** FORM CONTATTI *******/

.clear_both {
	clear : both;
}
.wpcf7-form-control-wrap {
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 20px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
textarea {
font-size: 15px;
    background-color: #f5f5f5;
    border: none;
    width: 95%;
    padding: 20px;
	font-weight: bold;
}
.wpcf7-form select {
    width: 95%;
	font-size: 15px;
    border: 0;
	padding: 3%;
    background: #f2f2f2;
    
}
::placeholder { 
  /**color: #c2c2c2;**/
  opacity: 1;
	font-weight: normal;
}
.wpcf7 input[type="submit"] {
    padding-top: 16px;
    padding-right: 24px;
    padding-bottom: 16px;
    padding-left: 24px;
    font-size: 14px;
    border: 0px solid;
    background: #31a32c;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
}

.wpcf7 input:hover[type="submit"] {
    background: #494949;
    transition: all 0.4s ease 0s;
}

.wpcf7 input:active[type="submit"] {
    background: #000000;
}
input[type="checkbox"] {
    transform: scale(1.3);
    
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    background: #398f14;
    color: #fff;
}
a.cd-upload-btn {
	color : #000;
} 
/** account page style **/

#my-account-menu {
    padding-top: 61px !important;
}
.woocommerce-MyAccount-content {
    padding-top: 50px;
}
.yith-wcmap-banners-wrapper {
    width: 219px;
    float: left;
}

/********* MENU ***********/
.mybutton-menu {
    background: #0099cc;
    padding: 18px !important;
    height: 50px;
    margin-top: -20px;
}
.mybutton-menu a {
	color : #fff !important;
}
@media only screen and (max-width: 1300px) {
	.mybutton-menu {
    background: none !important;
    padding: 0px !important;
    height: inherit !important;
    margin-top: 0px !important;
}
.mybutton-menu a {
	color : #666 !important;
}
}
@media only screen and (max-width: 1300px) {
	#et_mobile_nav_menu{
		display: block !important;
	}
	nav#top-menu-nav {
    display: none !important;
	}
	#main-header {
		position: absolute !important;
	}
}

/***** Pagina interna articoli *****/
[data-icon]:before {
	content: none !important;
}

/***** Disabilitare icona recaptcha *****/
.grecaptcha-badge {
    display:none !important;
}