/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.fake-full-width::before {
    content: '';
    background: #f2f3f5;
    position: absolute;
    width: 1920px;
    height: 100%;
}
.fake-full-width.sx::before {
    left: -1920px;
}
.fake-full-width.rx::before {
    right: -1920px;
}
.gform_wrapper {
    margin-bottom: 0 !important;
}

@media(max-width:991px){
	.titoico h3 {
    font-size: 20px !important;
}
	.fusion-main-menu>ul>li>a {
    font-size: 15px !important;
}
}
@media(max-width:767px){
	.fusion-mobile-logo {
    transform: translateY(15px);
}
	.fusion-text.contatto-fascia-blu {
    font-size: 18px !important;
    margin-bottom: 20px;
}
	.fusion-text.contatto-fascia-blu .icona-contatto {
    margin: 0 !important;
    font-size: 20px !important;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
}
	.fusion-text.testo-evid {
    font-size: 16px !important;
}
	.fusion-title h2, .fusion-page-title-bar .fusion-title h1 {
    font-size: 28px !important;
}
	ul.fusion-checklist {
    font-size: 22px !important;
}
	.titoico h3 {
    font-size: 10px !important;
    padding: 0 5px !important;
}
}

