/* Enter Your Custom CSS Here */


.titolo_testata{background-color:#ffcc00!important; padding:15px!important;}
.header-wrapper .header-scrolldown{bottom:45px!important; left:48.8%!important;}
.header-wrapper .header-scrolldown i {font-size: 60px;}
.header-scrolldown.style-dark {
    background-color: #fff!important;
    border-radius: 50%;
    padding-left: 11px;
    padding-right: 11px;
}


.frm_checkbox input[type=checkbox]:checked:before {display:none;}
.with_frm_style .frm_checkbox input[type=checkbox] {vertical-align: middle;}


.ff-item-bar {
    display: none;
}



/* MOBILE */

@media screen and (max-width: 480px) {
  
  .titolo_testata h1{font-size:22px!important;}
  
   .titolo_testata {
    background-color: rgba(255,204,0,0.7)!important;;
    }
}




