/*banner*/
#n2-ss-1-align {margin-top: -350px!important;}

/*checkbox form*/
div.wpforms-container-full .wpforms-form input:checked {
    background-color: #888!important;
}
div.wpforms-container-full .wpforms-form input:checked {
    background-color: #888!important;
    border: 2px solid white !important;
    box-shadow: 0 0 0 1.2pt #888;
}


/*footer*/
.footer-widgets.container {padding: 25px 15px 10px;}
#colophon a {font-weight: 100!important;}

.logo_footer{margin:1%!important; padding-left:1%; width:9%!important;}

span.zoom-social_icons-list-span {
    font-size: 1.1em!important;
    padding: 12px!important;
    margin-left: 15px;
    border: 2px solid white;
    border-radius: 50% !important;
    margin-bottom: 3%;
}
span.zoom-social_icons-list-span:hover {
    border-color: yellow;
}


#menu-footer-menu {font-family:'Montserrat'!important;border:none!important; margin:0 auto; margin-bottom:-2%!important;}
.widget_nav_menu ul li {border-bottom: none!important;display:inline-block;margin:10px;}

.textwidget{float:center; font-size: 0.7em!important;}

@media (max-width: 525px){
 .footer-widgets.container {margin: 0 21% 0 21%;}   
 .logo_footer{width:27%!important;}
}
@media (max-width: 1024px){
 .logo_footer{width:18%!important;}
}



/*impostazioni web radio*/
.web_radio_fr{width:50%!important; height:100px!important;box-shadow: 0px 3px 15px rgba(0,0,0,0.4);}
.web_radio{text-align: center;	}
.img_radio{-webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;}

/*Scrollbar*/
body::-webkit-scrollbar {
    width: 1em;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color:#fcfcfc;
}
 
body::-webkit-scrollbar-thumb {
  background-color: #d1d1d1;
  border-radius:15px;
  outline: 1px solid slategrey;
}