/**
 *
 * Ricerca
 *
 */
.widget-sidebar #searchform {
	position: relative;
}
.widget-sidebar #searchform label {
	display: block;
	margin: 0;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.8;
	color: #0a0a0a;
}
.widget-sidebar #searchform input#s {
	display: block;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #cacaca;
	margin: 0 0 0.75rem;
	font-size: 1.3rem;
	color: #0a0a0a;
	background-color: #fefefe;
	box-shadow: inset 0 1px 2px hsla(0, 0%, 4%, 0.1);
	height: 50px;
	padding-right: 6em;
	border-radius: 900px;
	padding-left: 1em;
}
.widget-sidebar #searchform input#searchsubmit {
	display: block;
	background-color: #333;
	color: #fff;
	border: none;
	height: 50px;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0 2em;
	border-radius: 900px;
	font-weight: bold;
	letter-spacing: 1px;
}

/**
 *
 * Global Widget
 *
 */
.widget-sidebar {
	margin: 30px 0;
}
.widget-sidebar h4.widget-title {
	margin: 0 0 10px 0;
}
.widget-sidebar h4.widget-title span {
	font-size: 24px;
	letter-spacing: -1px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
}

.footerwidget h4.widget-title span {
	color: #fff !important;
}

.widget-sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #fff;
	border-radius: 10px;
}
.widget-sidebar ul li {
	margin: 0;
	position: relative;
	border-bottom: 1px solid rgb(228, 228, 228);
	font-size: 16px;
	padding: 20px 20px;
}
.widget-sidebar ul li:last-child {
	border-bottom: 0;
}
.widget-sidebar ul li::before {
	display: none;
}
.widget-sidebar ul li a {
	color: #333 !important;
	padding: 0;
}
.widget-sidebar ul li a:hover {
	text-decoration: underline;
}

@media (max-width: 414px) {
	.widget-sidebar #searchform input#searchsubmit {
		padding: 0 1em;
	}
}
