.only-desktop {
	display: block;
}

.mobile_warning {
	top: 0; 
	bottom: 0; 
	right: 0; 
	left: 0; 
	z-index: 2000; 
	background-color: grey;
	display: none;
	width: 100vw;
	height: 100vh;
	position: fixed;
}

#girare-cellulare {
    color: #fff;
	font-size: 16px;
}	

.clearer{
	clear: both;
}	
	
.mobile_warning {
	display: none;
}

.home-button-inner {
	display: none;
}

ul#w-filters li {
	width: 320px;
    height: 174px;
	border-style: solid;
	border-width: 1px;
}

#li-1, #li-2, #li-3 {
	padding-top: 7px;
}

/*#li-2 {
	padding-top: 31px;
}*/

/*#li-3 {
	padding-top: 22px;
}*/

ul#w-filters li:hover {
	border-style: groove;
}

ul#w-filters li a, ul#w-filters li a:hover {
	border: 0;
}

.nav-menu ul li a:hover, .nav-menu ul li a:active, .nav-menu ul li a:focus, .nav-menu ul li a:link, .nav-menu ul li a:visited {
	background-color: unset !important;
}

#navigation-sticky-sticky-wrapper, #navigation-sticky {
	height: 100px;
}

.nav-inner .logo a img {
    max-height: 90px;
}

.nav-menu ul li a {
    line-height: 80px;
}

.wpb_single_image  {
	display: none;
}



/* == Media queries (breakpoint) ===== */

/* -----------------------------------
MOBILE PORTRAIT
------------------------------------ */

@media screen and (max-device-aspect-ratio: 1/1) and (orientation: portrait) {
	.mobile_warning {
		display: block !important;
	}
	
	.gira_smartphone {
		width: 70%;
		margin-top: 60%;
	}
 }
 
@media only screen and (min-width: 360px) and (max-width:450px) {
	.home-elements {
		margin-top: -80px;
	}

	.only-desktop {
		display: none;
	}	
}


/* -----------------------------------
MOBILE LANDSCAPE + SMALL TABLET
------------------------------------ */
 
@media only screen and (min-width: 480px) and (max-width: 767px) {	
	.home-elements {
		margin-top: 160px;
	}	
}


/* -----------------------------------------
TABLET PORTRAIT + SMALL TABLET LANDSCAPE
------------------------------------------ */

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.home-elements {
		margin-top: -200px;
	}
	
	.only-desktop {
		display: none;
	}	
}


@media only screen and (min-width: 800px) and (max-width: 900px) {
	.home-elements {
		margin-top: 140px;
	}	
	
	.only-desktop {
		display: block;
	}	
}


/* -----------------------------------
TABLET LANDSCAPE + NOTEBOOK
------------------------------------ */

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
	.home-elements {
		margin-top: -60px;
	}	
}