/* ================ MENU SERVIZIO */
.menu-servizio {
	background: #f7f7f7;
	align-items: center;
	display: none;
}
.menu-servizio .row {
	width: 100%;
}
div#menu-service ul {
	list-style: none;
	margin-bottom: 0;
}
div#menu-service ul li {
	display: inline-block;
	width: auto;
}
div#menu-service ul li a {
	color: #000;
	margin-bottom: 0;
	font-size: 15px;
	padding: 0 5px;
}
div#menu-service ul.social li a {
	padding: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	line-height: 35px;
}
div#menu-service ul.social li {
	border-radius: 100%;
	height: 35px;
	width: 35px;
	position: relative;
	text-align: center !important;
}

li.phone a,
li.cell a{
	color: #fff !important;
}
li.phone,
li.cell{
	background-color: green;
}

li.ig a {
	color: #fff !important;
}
li.ig {
	background-color: #833AB4;
}

li.tw a {
	color: #fff !important;
}
li.tw {
	background-color: #08c;
}

li.fb a {
	color: #fff !important;
}
li.fb {
	background-color: #3b5998;
}

li.mail a {
	color: #000 !important;
}
li.mail {
	background-color: #ddd;
}

/*.site-nav li.has-dropdown:before {
	content: '';
	position: absolute;
	right: 20px;
	border-bottom: 3px solid #000;
	width: 12px;
	height: 12px;
	top: 48%;
	transform: translateY(-50%) rotate(45deg);
	border-right: 3px solid #000;
}*/

.menu-servizio ul > li.active > a,
.menu-servizio ul > li a:hover,
.menu-servizio ul > a:focus{
	font-weight: bold;
}


ul.social {
	display: inline-block;
	list-style: none;
	margin-top: 5px;
}
ul.social li{
	display: inline-block;
	padding: 0 10px;
}
ul.social li a{
	font-size: 14px;
}

/* ================ BREADCRUMB */
section.breadcrumb {
	padding: 0;
	background-color: #f7f7f7;
}
.breadcrumbs li {
	color: #3c3c3b;
	font-weight: 100;
}
.breadcrumbs a {
	color: #3c3c3b;
	font-weight: 100;
	font-size: 10px;
}


.site-nav.desk{
	display: block;
}
.site-nav.mobile{
	display: none;
}

header {
	background: #f7f7f7;
	z-index: 9999;
	width: 100%;
	min-height: 100px;
	position: fixed;
	top: 0;
	transition: top 0.2s ease-in-out;
	display: flex;
	align-items: center;
}


header .row{
	width: 100%;
}

.nav-up {
	top: -130px;
}


header::after {
	content: "";
	clear: both;
	display: block;
}

.logo {
	margin: 0;
}
.logo img {
	display: block;
	max-width: 70px;
}

.site-nav {
	position: absolute;
	top: 60px;
	right: 0;
	background: #f7f7f7;
	display: none;
	transition: clip-path ease-in-out 300ms;
	z-index: 99999;
	width: 100%;
	padding: 0;
}

#wpadminbar{
	z-index: 9;
}


li#menu-item-2891 {
	padding: 10px 10px;
	text-align: center;
	margin: 10px 0 0 0;
	box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.5);
	border: none;
	text-transform: uppercase;
	background-color: rgb(241, 198, 0);
	color: #000;
	font-weight: bold;
	border-radius: 900px;
}

.site-nav--open {
	display: block;
}

.site-nav ul {
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
}

.site-nav li {
	border-bottom: 1px solid #444;
}

.site-nav li:last-child {
	border-bottom: none;
}

.site-nav a {
	color: #000;
	display: block;
	padding: 1em 4em 1em 1.5em;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
}

.site-nav ul > li a:hover,
.site-nav ul > a:focus {
	color: #000;
	font-weight: bold;
	position: relative;
}

/* ---------------------*/
/* SUBMENU */
/* ---------------------*/
.site-nav li.has-dropdown {
	position: relative;
}

.site-nav li ul {
	display: block;
	background: #ddd;
	border: 1px solid #000;
	border-bottom: 2px solid #000;
}

.site-nav li.open ul {
	display: block;
	position: relative;
	width: 100%;
	background-color: #fff;
	margin: 0;
	padding: 0;
	text-align: left;
}

.site-nav li.open li a,
.site-nav li.has-dropdown li a {
	text-transform: none;
	padding-left: 2.5em;
}

.site-nav li.open li:last-child,
.site-nav li.has-dropdown li:last-child {
	margin-bottom: 0;
}

/* ---------------------*/
/* HAMBURGER */
/* ---------------------*/
.menu-toggle {
	padding: 2em 2em 2em 0;
	position: absolute;
	top: 50%;
	transform: translateY(-40%);
	right: 1em;
	cursor: pointer;
}

.hamburger, .hamburger::before, .hamburger::after {
	content: "";
	display: block;
	background: #000;
	height: 4px;
	width: 25px;
	border-radius: 3px;
	transition: all ease-in-out 500ms;
}

.hamburger::before {
	transform: translateY(-7px);
}

.hamburger::after {
	transform: translateY(3px);
}

.open .hamburger {
	transform: rotate(45deg);
}

.open .hamburger::before {
	opacity: 0;
}

.open .hamburger::after {
	transform: translateY(-4px) rotate(-90deg);
}

.only-resp {
	text-align: center;
	display: block;
}
.only-resp a {
	display: block;
	background: green;
	margin: 20px auto;
	text-align: center;
	padding: 1em 2em;
	border-radius: 30px;
	color: #fff;
	border-bottom: 4px solid darkgreen;
	font-weight: bold;
}
.site-nav ul li.menu-risorsa a {
	font-weight: bold;
	text-shadow: 0 0 2px #ba8f3d;
}
li.active.menu-risorsa a:before,
li.menu-risorsa a:hover:before,
ul .menu-risorsa a:focus:before{
	content: none !important;
}

header.is-stuck{
	background-color: #f7f7f7;
}
header.navpage{
	background-color: #f7f7f7 !important;
}

header.navpage .site-nav ul > li.active > a,
header.navpage .site-nav ul > li a:hover,
header.navpage .site-nav ul > li a,
header.navpage .site-nav ul > a:focus{
	color: #000000;
}
header.is-stuck .site-nav ul > li.active > a,
header.is-stuck .site-nav ul > li a:hover,
header.is-stuck .site-nav ul > li a,
header.is-stuck .site-nav ul > a:focus{
	color: #000000;
}
header.is-stuck .site-nav li.has-dropdown:before,
header.navpage .site-nav li.has-dropdown:before{
	border-bottom: 2px solid #000 !important;
	border-right: 2px solid #000 !important;
}

header .row.flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.site-nav.mobile.site-nav--open li a{
	color: #000;
	text-align: left;
}
header.navpage .hamburger,
header.navpage .hamburger::before,
header.navpage .hamburger::after,
header.is-stuck .hamburger,
header.is-stuck .hamburger::before,
header.is-stuck .hamburger::after
{
	background: #000;
}


.icone-menu i {
	font-size: 18px;
	margin: 0 5px;
	border: 1px solid #000;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 38px;
	border-radius: 100%;
	background-color: #fff;
	color: #000;
}
.icone-menu {
	display: flex;
	align-content: flex-end;
	width: 100%;
	justify-content: flex-end;
}

.icone-menu i:hover {
	color: #ffffff;
	background: #000000;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}

.nav-down.navhome .site-nav.desk ul>li>a{
	color: #000 !important; /* Colore menu no scroll */
}
.nav-down.is-stuck.navhome .site-nav.desk ul>li>a{
	color: #000 !important;
}


.nav-down.navhome .site-nav.desk ul.submenu li a{
	color: #000 !important;
}

.nav-down.navhome .site-nav li.has-dropdown::before {
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
}

@media (min-width: 1024px) and (max-width: 1140px){
	.logo{
		width: 20% !important;
	}
	.site-nav{
		width: 100% !important;
	}
	.site-nav a{
		font-size: 12px !important;
	}
}
@media (min-width: 1024px) {
	.site-nav li.has-dropdown {
		padding: 0 20px 0 0;
	}
	.site-nav li.has-dropdown:before {
		content: '';
		position: absolute;
		right: 10px;
		border-bottom: 2px solid #000;
		width: 8px;
		height: 8px;
		top: 45%;
		transform: translateY(-50%) rotate(45deg);
		border-right: 2px solid #000;
	}
	.only-resp {
		display: none !important;
	}

	.menu-toggle {
		display: none;
	}

	.wrap-menu {
		display: flex;
		align-items: center;
	}

	.site-nav {
		width: 100%;
		height: auto;
		position: relative;
		background: transparent;
		float: right;
		clip-path: initial;
		text-align: right;
		margin-top: 0;
		display: block;
		top: 0;
	}

	.site-nav li {
		display: inline-block;
		border: none;
	}

	.site-nav a {
		font-size: 14px;
		position: relative;
		padding: 0.25em 0.45em 0.25em 0.45em;
		display: inline;
		font-weight: normal;
	}

	/* ---------------------*/
	/* SUBMENU */
	/* ---------------------*/
	.site-nav li.has-dropdown:hover ul {
		display: block;
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		width: 250px;
		left: -50px;
	}
	.site-nav li.has-dropdown ul {
		display: none;
		position: absolute;
		background-color: #fff;
		margin: 0;
		text-align: left;
		padding: 15px 15px;
		clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
		transition: clip-path ease-in-out 300ms;
		height: auto;
		width: auto;
	}

	.site-nav li.has-dropdown ul li {
		margin-bottom: 15px;
		display: block;
	}

	.site-nav li.has-dropdown ul li a {
		color: #333;
		padding-left: 20px;
		display: block;
	}

	.site-nav li.has-dropdown ul li a:hover,
	.site-nav li.has-dropdown ul li.active a {
		background: transparent;
		border-left: 2px solid #000;
		border-radius: 0;
	}
}

@media (max-width: 1023px) {
	.site-nav {
		top: 110px;
	}
	.site-nav.mobile div {
		overflow: scroll;
		height: 500px;
		padding-bottom: 100px;
	}
	.site-nav--open ul{
		box-shadow: 0 20px 15px -30px #000;
		padding: 0 0 0 0;
	}

	li#menu-item-2891 {
		padding: 20px 0;
		text-align: center;
		margin: 20px;
		box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.5);
		border: none;
		text-transform: uppercase;
		background-color: rgb(241, 198, 0);
		color: #000;
		font-weight: bold;
		border-radius: 900px;
	}

	li#menu-item-2891>a {
		padding: 0 !important;
	}
	header{
		padding: 2em 0;
	}
	.site-nav ul > li.active > a:before,
	.site-nav ul > li a:hover:before,
	.site-nav ul > a:focus:before {
		content: none;
	}
	.menu-servizio {
		display: none;
	}
	.site-nav.desk{
		display: none;
	}
	.site-nav.mobile.site-nav--open{
		display: block;
	}
	header .columns.medium-12{
		padding: 0;
	}
	#menu-content > .mini-cart-item a.carrello,
	#menu-content .mini-cart-item a.mini-cart > span{

		margin: 8px 8px 0 0;
	}

	.icone-menu{
		display: none;
	}

	.icone-menu-mobile {
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 30px;
	}
	.icone-menu-mobile a {
		padding: 0;
	}

	.icone-menu-mobile a:first-child i {
		margin-left: 0;
	}
	.icone-menu-mobile a:last-child i {
		margin-right: 0;
	}

	.icone-menu-mobile a i {
		font-size: 20px;
		margin: 0 15px;
		border: 1px solid #000;
		width: 50px;
		height: 50px;
		text-align: center;
		line-height: 48px;
		border-radius: 100%;
		display: inline-block;
	}
	.icone-menu-mobile {
		height: auto !important;
	}

	header .row .row{
		margin: 0 !important;
	}

	header .column,
	header .columns {
		display: flex;
		flex: 1;
	}



}
@media (max-width: 1023px) {

	header{
		height: 110px;
	}
	.logo img {
		display: block;
		max-width: 45px;
	}
	.wrap-menu .row.flex {
		padding: 10px;
	}
}