/* Widget */
#sidebar .widget {
    margin-bottom:2rem;
    margin-top:2rem;
}
#sidebar .widget .titolo {
	font-size:1.5rem;
	margin-bottom:1rem;
}
#sidebar .widget ul {
	margin:0;
	padding:0;
	list-style: none;
}
#sidebar .widget li {
	font-size:1.1rem;
	font-weight: 400;
	margin-bottom:1rem;
	position: relative;
	padding-left: 1.2rem;
}
#sidebar .widget li:hover::before {
	color: #000;
}
#sidebar .widget li::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f111";
	color:#cecece;
	margin-right:0.5rem;
	font-size:.6rem;
	position: absolute;
	top: 7px;
	left: 0;
}
/* fine WIdget */