/*
 Theme Name:   Mad Body System
 Theme URI:    https://www.madbodysystem.it
 Description:  Child Theme per Divi
 Author:       Alessandro Lagasca
 Author URI:   https://www.alessandrolagasca.it/
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/




.post-meta {
	pointer-events: none;
}

#mobile_menu {
	border-top-color: #F92A20;
}
#et_mobile_nav_menu span.mobile_menu_bar:before{
	color: #F92A20;
}
.ld-profile-stat-certificates, .ld-profile-stat-points{
	display: none !important;
}
.et_mobile_menu li a{
	text-transform: uppercase;
	letter-spacing: 1px;
}
.woocommerce form .form-row input.input-text {
	display: block;
    width: 100%;
    padding: 4px 8px;
    border-radius: 0;
    min-height: 36px;
    margin-bottom: 10px;
    line-height: 1.5;
}