/* Custom CSS */
a, a:hover {
	color: #3b3b3b;
	text-decoration: none;
}
.user-logged-in a[href='/user/login'] {
	display: none;
}
.blocco-servizi {
	padding: 30px 0;
}
.blocco-servizi .colonna,
.blocco-servizi .icona {

	text-align: center;
}
.blocco-servizi .icona .fontawesome-icons {
	position: relative;
	width: 65px;
	height: 65px;
	margin-bottom: 10px;
	background-color: #3a3b3e;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-border-radius: 130px;
	-moz-border-radius: 130px;
	border-radius: 130px;
	display: inline-block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.blocco-servizi .icona .fontawesome-icon {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1em;
	color: #FFFFFF;
	display: block;
	font-size: 24px;
	line-height: 1.1em;
	margin-top: -0.5em;
	text-align: center;
}
.blocco-servizi .titolo {
	color: #3b3b3b;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 0.8em;
	margin-top: 0;
}
.blocco-servizi .readmore {
	color: #3b3b3b;
	font-weight: bold;
	text-decoration: none;
}
.region-sidebar-first,
.page-title {
	padding-top: 30px;
	margin-bottom: 20px;
}
.footer-text {
	text-align: center;
}
#edit-role-change--wrapper {
	display: none;
}
.js td .dropbutton-multiple {
	margin-right: 0;
	padding-right: 0;
}
.dashboard {
	padding-top: 30px;
}
.dashboard .block-region-right > div,
.dashboard .block-region-left > div {
	margin-bottom: 15px;
}
.dashboard .view-filters .details-wrapper {
	background: #dee2e6;
}
.path-user #block-zephiro-local-tasks {
	display: none;
	visibility: hidden;
}
.image-style-copertine {
	width: 100%;
	height: auto;
}
