:root{

	--orange:#F99600;
	--yellow:#F7EF34;
	--red:#D90D03;
	--grey:#898989 ;
	--standard:30px;
	--double:60px;
	--triple:90px;
	--mini:10px;
}

::selection {
    background: var(--blue);
    color: #fff;
}

.wpcf7-list-item-label:before, .wpcf7-list-item-label:after, .wpcf7{
	line-height: 1;
}

*{
	margin:0px;
	padding:0px;
}

html, body { 
	font-family: 'Red Hat Display', sans-serif !important;
	font-weight:300;
	color:#000;
	font-size:16px;
}

h1, h2, h3, h4{
	font-family: 'the-seasons', sans-serif;
	font-weight:700;
	line-height: 1;
}

b{
	font-weight: 700;
}

a img{
	border:0px;
}

a{
	text-decoration:none;
	transition: all 0.7s ease 0s;
	color:#000;
}

a:focus, a:hover, a:active{
	color:#000;
}

ul{
	list-style-type:none;
}

.content p{
	font-size: 20px;
	line-height: 1;
}

.content ul li{
	position: relative;
	padding-left: 30px;
	line-height: 1.5;
	font-size: 24px;
}

.content ul li::before {
	content: "\2022";
	font-weight: bold;
	display: inline-block;
	width: 1em;
	position: absolute;
	font-size: 55px;
	top: -21px;
	left: 0px;
	color:var(--blue);
}

.padding-0{
	padding:0;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #3a3a3a;
    background-color: #3a3a3a;
	padding:15px 30px;
	border-radius:5px;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.center{
	text-align:center;
}

.clear{
	clear:both;
}

.parallax {
    background: transparent;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.wpcf7-form div.wpcf7-mail-sent-ok {
    border: 0px;
}

.wpcf7-form div.wpcf7-response-output {
    clear: both;
    margin: 0px 0px 30px 0px;
    padding: 0;
}

.wpcf7-form-control-wrap span.wpcf7-not-valid-tip{
    display:none;
}

.wpcf7-form div.wpcf7-validation-errors {
    border: 0px;
}

input[type="text"].wpcf7-not-valid, input[type="email"].wpcf7-not-valid, textarea.wpcf7-not-valid,select.wpcf7-not-valid{
    border:1px solid red;
}

.wpcf7-form-control-wrap span.wpcf7-not-valid input[type="checkbox"]{
	outline: 1px solid red;
}

.wpcf7-form-control-wrap {
    color: #fff;
    font-size: 12px;
}

input[type="submit"] {
	transition: all 0.7s ease 0s;
	cursor:pointer;
	background: var(--orange) !important;	
	color:#fff;
	border:1px solid var(--orange);
	font-size:14px;
	border:0px !important;
	padding: 7px 20px;
	border-radius: 0px;
	margin-bottom:10px;
}

input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
    background-color:#fff;
	border:1px solid var(--orange);
	color:#fff;

}

.form span.wpcf7-list-item {
    margin: 0px;
	margin-top:0px;
}

span.wpcf7-list-item {
    margin: 0;
}

.wpcf7-form-control-wrap {
    color: #fff;
	font-size:14px;
}

input.btn-primary{
	margin-bottom:10px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #999 !important;
	opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #999 !important;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
	color: #999 !important;
  }

textarea{
	height:90px !important;
}

.form-control {
    color: #000;
	background-color: #fff;
	border:0;
    background-image: none;
	margin-bottom:0px;
	box-shadow:none;
	margin-bottom:var(--mini);
	border-radius: 0px;
	font-size:14px;
}

input[type="text"].form-control , input[type="email"].form-control {
	border-bottom: 1px solid #000;
	margin-bottom: 15px;
}

.jumbotron{
	padding:0;
	position:relative;
	background-position:center center;
	height:100vh;
	background-repeat: no-repeat;
	background-size: cover;
}

.mb-mini{
	margin-bottom:10px;
}

.p-tb{
	padding-top:30px;
	padding-bottom:30px;
}

.desktop{
	display:block;
}

.mobile{
	display:none;
}

.mb-standard{
	margin-bottom:var(--standard);
}

.pb-mini{
	padding-bottom:var(--mini);
}

.pt-standard{
	padding-top:var(--standard);
}

.pb-standard{
	padding-bottom:var(--standard);
}

.pt-double{
	padding-top:var(--double);
}

.pb-double{
	padding-bottom:var(--double);
}

.pt-triple{
	padding-top:var(--triple);
}

.pb-triple{
	padding-bottom:var(--triple);
}

.pl-standard{
	padding-left:var(--standard);
}

.pr-standard{
	padding-right:var(--standard);
}

.ptb-mini{
	padding-top:var(--mini);
	padding-bottom:var(--mini);
}

.wpcf7 .ajax-loader{
	display:block !important;
}

.visual{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.visual p{
	color:#fff;
	font-size: 21px;
	line-height: 1;
}

.visual h2{
	color:#fff;
}

.wpcf7-spinner{
	position: absolute;
}

.wpcf7-form{
	margin-top:var(--mini);
}

.wpcf7-radio.wpcf7-not-valid label{
	border-bottom:1px solid red;
}

.wpcf7-radio label{
	padding-right: 10px;
}
.wpcf7-response-output{
	/*display:none;*/
	padding: 15px !important;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
	background-color: #46b450;
}

.wpcf7-radio label span{
	font-size:12px;
	line-height: 1.5;
}

.wpcf7-radio{
/* background-color: #D50037; */

}

input[type="radio"] {
    transform:scale(1);
}

select.form-control:not([size]):not([multiple]) {
    height: 34px;
	color:#999;
	background-color:#fff;
}

#visual{
	background-color: #ffd76d;
	background-size: 60%;
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-bottom: 0px !important;
	padding-top: 0px !important;
}

.brand img{
	margin-bottom: var(--standard);
}

.brand{
	margin-top: var(--standard);
}

h1{
	font-size: 74px;
	line-height: 0.8;
}

h1 span.orange{
	color: var(--orange);
	
}

#visual .container{
	padding-top: 120px;
}

.u{
	position: relative;
}

.u:after{
  position: absolute;
  content: '';
  display: block;
  height: 4px;
  width: 100%;
  background: #000;
  left: 0;
  bottom: 14px;
}

.esc{
	padding-top: 100px;
	padding-bottom: 30px;
}

.green{
	background-color: #4cafac;
}

h2{
	color: #fff;
	font-size: 70px;
}

.pt-30{
	padding-top: 30px;
}

p{
	font-size: 22px;
  	line-height: 1.2;
}

p span{
	color:#fff
}

h2 span{
	color: var(--orange);
}

.black{
	background-color: #000;
}

.h2-1{
	margin-left: -204px;
}

.h2-2{
	margin-left: -120px;
}

.h2-3{
	margin-left: -120px;
}

.h2-4{
	
}

.grey{
	color:var(--grey);
}

.text-black{
	color:#000;
}

section{
	padding-top: 90px;
	padding-bottom: 90px;
}

.blue p{
	color:#fff
}

#section2 p{
	color:#000
}

#section2 p span{
	color:#fff;
}

.light-orange{
	background-color:#ffdeab;
}

.light-orange h2{
	color:#000;
	text-align: right;
	font-size: 90px;
}

.light-orange p{
	color:#000;
	line-height: 1;
	font-size:18px;
}

.light-orange p span{
	font-size: 27px;
	font-weight: 700;
	color:var(--orange);
}

#form{
	background-color: #fff;
	padding: 30px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	position: absolute;
	padding-bottom: 0px;
}

form p span{
	color:#000;
	font-size:11px
}

.forms{
	padding-bottom:0px;
}

.forms div.highlight{
	color: #000;
	position: relative;
	z-index: 1;
	font-family: "Anton";
	font-size: 46px;
	width: fit-content;
	height: auto;
	margin-top: -15px;
}

.forms div.highlight::before{
	background-color: var(--orange);
	content: "";
	position: absolute;
	width: calc(100% + 20px);
	height: 58%;
	left: -10px;
	bottom: 6px;
	z-index: -1;
}

footer{
	background-color: #4a4a4a;
	text-align: center;
}

section.light-orange .container{
	position: relative;
}

section.light-orange .container .tastini{
	position: absolute;
	bottom: var(--standard);
	right: var(--standard);
	height: 80px;
}

.slides{
	position: relative;
}

.scroll-downs {
	position: fixed;
	bottom: 60px;
	left: 50%;
	margin: auto;

	width :34px;
	height: 55px;
  }
  .mousey {
	width: 3px;
	padding: 10px 15px;
	height: 35px;
	border: 2px solid #fff;
	border-radius: 25px;
	opacity: 0.75;
	box-sizing: content-box;
  }
  .scroller {
	width: 3px;
	height: 10px;
	border-radius: 25%;
	background-color: #fff;
	animation-name: scroll;
	animation-duration: 2.2s;
	animation-timing-function: cubic-bezier(.15,.41,.69,.94);
	animation-iteration-count: infinite;
  }
  @keyframes scroll {
	0% { opacity: 0; }
	10% { transform: translateY(0); opacity: 1; }
	100% { transform: translateY(15px); opacity: 0;}
  }

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
	  padding-right: 20px;
	  padding-left: 20px;
	}
  }


  #background-video {
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
 }

.navbar-expand-md .navbar-nav .nav-link{
	font-family: 'the-seasons', sans-serif;
	color: #fff;
	font-size: 30px;
	padding-left: var(--double);
	padding-right: var(--double);
	text-transform: uppercase;
}

.background{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.btn-primary{
	font-family: 'the-seasons', sans-serif !important;
	color: #000 !important;
	margin-left:5px !important;
	margin-right:5px !important;
	background-color: #fff !important;
	border-radius: 15px !important;
	border: 1px solid #fff !important;
	font-size: 22px;
	padding: 10px 30px !important;
}

.btn-secondary{
	font-family: 'the-seasons', sans-serif !important;
	color: #fff !important;
	margin-left:5px !important;
	margin-right:5px !important;
	background-color: var(--orange) !important;
	border-radius: 15px !important;
	border: 1px solid var(--orange) !important;
	font-size: 22px;
	padding: 10px 30px !important;
}

h3{
	color: var(--grey);
	font-weight: 400;
	font-size: 44px;
}

h2{
	font-weight: 400;
}

.service{
	color:var(--grey);
	border-radius: 15px;
	border: 1px solid var(--grey);
	padding: 10px 10px;
	font-size: 18px;
	margin-bottom: 15px;
	margin-left: 5px;
	margin-right: 5px;
	width: auto;
 	display: inline-block;
}

.service .icon{
	height: 22px;
  	margin-right: 5px;
}

.p-mini{
	font-size: 17px;
}

.gallery img{
	margin-left: 15px;
	margin-right: 15px;
	width: -moz-available;
	width: -webkit-fill-available;
}

.white{
	background-color: #fff;
}

h4.card-title{
	font-size: 34px;
}

.card{
	margin-bottom: var(--standard);
	border-radius: 25px !important;
}

.card-img{
	border-radius: 25px !important;
}

.mobile-big{
	display:none;
}

header .navbar-expand-md .navbar-nav .nav-link{
	color: #5E5A57;
	text-transform: uppercase;
}

.nav-link.active{
	text-decoration: underline !important;
}

section h1, section h3{
	color:#000;
	font-weight: 400;
}

.container-fluid{
	padding-left: 0px;
	padding-right: 0px;
}

.p-left{
	padding-left: var(--standard);
}

.p-right{
	padding-right: var(--standard);
}

ul li{
	list-style-type: disc;
	font-size: 24px;
	line-height: 1;
}

.slides-footer{
	display: none;
}

ul{
	margin-left: var(--standard);
}

header ul li, nav ul li{
	list-style-type: none !important;
}

section{
	padding-bottom: 0;
}

.wpml-ls-item a{
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.dropdown-menu{
	border: 0;
	background-color: transparent;
}

.controls .btn{
	border: 1px solid #000;
  	border-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    padding-left: 12px;
	font-size: 24px;
	line-height: 1;
	font-weight: 700;
	background-color: #f4f4f4;
	width: 40px;
	padding-left: 7px;
	height: 40px;
	padding-top: 7px;
}

.product-qty {
	width: 35px;
  	display: inline-block;
  	text-align: center;
}

.menu-row{
	border-bottom: 1px solid #f4f4f4;
	padding-bottom: 15px;
	padding-top: 15px;
}

span.price{
	color: var(--orange);
	font-size: 16px;
	font-weight: 700;
}

.cart-top{
	color: #000;
	font-size: 24px;
	margin-bottom: var(--standard);
	font-weight: 700;
}

.cart-top i{
	margin-right: 5px;
}

#loading{
    display:none;
    position:fixed;
    width:100%;
    height:100%;
    z-index:9999;
    background-color:rgba(255,255,255,0.8);
}

#loading #spinner:before {
    height: 3em;
    width: 3em;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -1.5em;
    margin-top: -1.5em;
    display: block;
    content: "";
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
    background-image:url('../img/spinner.svg') !important;
    background-position: center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
}

.woocommerce table.cart td.actions .input-text{
	width: 220px;
	line-height: 30px;
	padding-left: 10px;
	border: 1px solid #ccc;
  }
  
  .woocommerce form .form-row label {
	line-height: 1;
	font-size: 14px;
  }
  
  .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
	border:1px solid #ccc;
	height: 38px;
  	border-radius: 0;
  }

  .woocommerce form .form-row textarea{
	height: 120px;
  }
  
  span.woocommerce-input-wrapper{
	width:100%;
  }

  .woocommerce-billing-fields h3{
	margin-bottom:8px;
  }

  #billing_address_2{
	display: none;
  }

  ul.wc_payment_methods.payment_methods li{
	list-style-type: none;
  }

  .woocommerce h3{
	font-size: 24px;
  }

  label[for="billing_address_2"]{
	display: none;
  }

  .select2-container .select2-selection--single{
	height:40px;
	border-radius:0px;
	border:1px solid #ccc;
  }
  
  .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 40px;
  }
  
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
	margin-top: 4px;
  }
 
  .payment_box p, .woocommerce-terms-and-conditions-wrapper p{
	font-size: 16px;
  }

  .wc_payment_method label{
	font-size: 18px;
  }

  .checkout-inline-error-message{
	display: none;
  }

  ul.woocommerce-error li{
	font-size: 16px;
  }

  .video-mobile{
	display: none;
  }

  .video-desktop{
	display: block;
  }

@media only screen and (max-width : 1400px){

}

@media only screen and (max-width : 1200px){
	.pp{
		padding:30px 30px !important;
	}

	.h1, h1 {
		font-size: 40px;
		text-align: center;
	}

	.col-lg-5{
		text-align: center;
	}

	.esc {
		padding-top: 0;
		padding-bottom: 30px;
		height: 95px;
		margin: 30px auto;
	}

	#visual{
		background-image: none !important;
		height: auto;
	}

	.desktop-big{
		display:none;
	}
	
	.mobile-big{
		display:block;
	}

	.u:after{
		bottom: 7px;
	}

	@keyframes bugfix {
		from {
		  padding: 0;
		}
		to {
		  padding: 0;
		}
	  }
	  @-webkit-keyframes bugfix {
		from {
		  padding: 0;
		}
		to {
		  padding: 0;
		}
	  }
	  #overlay-button {
		position: absolute;
		right: 2em;
		top: 3em;
		padding: 26px 11px;
		z-index: 999999;
		cursor: pointer;
		user-select: none;
	  }
	  #overlay-button span {
		height: 4px;
		width: 35px;
		border-radius: 2px;
		background-color: white;
		position: relative;
		display: block;
		transition: all 0.2s ease-in-out;
	  }
	  #overlay-button span:before {
		top: -10px;
		visibility: visible;
	  }
	  #overlay-button span:after {
		top: 10px;
	  }
	  #overlay-button span:before, #overlay-button span:after {
		height: 4px;
		width: 35px;
		border-radius: 2px;
		background-color: #fff;
		position: absolute;
		content: "";
		transition: all 0.2s ease-in-out;
	  }
	  #overlay-button:hover span, #overlay-button:hover span:before, #overlay-button:hover span:after {
		background: #333332;
	  }
	  
	  input[type=checkbox] {
		display: none;
	  }
	  input[type=checkbox]:checked ~ #overlay {
		visibility: visible;
	  }
	  input[type=checkbox]:checked ~ #overlay-button:hover span, input[type=checkbox]:checked ~ #overlay-button span {
		background: transparent;
	  }
	  input[type=checkbox]:checked ~ #overlay-button span:before {
		transform: rotate(45deg) translate(7px, 7px);
		background-color: #000;
		opacity: 1;
	  }
	  input[type=checkbox]:checked ~ #overlay-button span:after {
		transform: rotate(-45deg) translate(7px, -7px);
		background-color: #000;
	  }
	  
	  #overlay {
		height: 100vh;
		width: 100vw;
		background: #fff;
		z-index: 999998;
		visibility: hidden;
		position: fixed;
		top:0
	  }
	  #overlay.active {
		visibility: visible;
	  }
	  #overlay ul {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		text-align: center;
		height: 100vh;
		padding-left: 0;
		list-style-type: none;
	  }
	  #overlay ul li {
		padding: 1em;
	  }
	  #overlay ul li a {
		color: #000;
		text-decoration: none;
		font-size: 32px;
		font-family: 'the-seasons', sans-serif;
	  }
	  #overlay ul li a:hover {
		color: #333332;
	  }

	  .navbar-brand img {
		position: relative;
		top: 30px;
		left: 50% !important;
		margin-left: -75px !important;
	  }

	  .service{
		display: block;
	  }

	  header #overlay-button span{
		background-color: #000;
	  }

	  header  #overlay-button span::before, #overlay-button span::after {
		background-color: #000;
	  }

	  .p-left,.p-right{
		padding: 0;
	  }

	  #eolie p, #eolie h2, #eolie h3{	
		padding-left: var(--standard);
		padding-right: var(--standard);
	  }

	  #eolie h2, #eolie h3{
		text-align: center;
	  }

	  #eolie h3{
		padding-top: var(--double);
	  }

	  #eolie img{
		padding-bottom: var(--standard);
	  }

	  .container-fluid{
		padding-left: 15px;
		padding-right: 15px;
	  }

	  .visible {
		opacity: 1 !important;
		transition: 0.5s;
	  }
	  
	  .mobile-menu {
		background: #fff;
		transition: 0.5s;
		height: 100vh;
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		opacity: 0;
		z-index: 99;

	  }
	  .mobile-menu {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		text-align: center;
		height: 100vh;
		padding-left: 0;
		list-style-type: none;
	  }

	  
	  .hamburger {
		margin: 20px;
		z-index: 999;
		position: absolute;
        right: 0;
        top: 0;
	  }

	  .hamburger:hover {
		cursor: pointer;
	  }

	  .hamburger .line {
		width: 40px;
		height: 3px;
		background-color: #000;
		display: block;
		margin: 8px;
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	  }

	  .mobile-menu a.nav-link{
		font-family: 'the-seasons', sans-serif;
		font-size: 35px !important;
        line-height: 1.8;
	  }

	ul .wpml-ls-menu-item a {
		display: inline;
	}
	  
	  #hamburger-1.is-active .line:nth-child(2) {
		opacity: 0;
	  }
	  
	  #hamburger-1.is-active .line:nth-child(1) {
		-webkit-transform: translateY(13px) rotate(45deg);
		-ms-transform: translateY(13px) rotate(45deg);
		-o-transform: translateY(13px) rotate(45deg);
		transform: translateY(13px) rotate(45deg);
	  }
	  
	  #hamburger-1.is-active .line:nth-child(3) {
		-webkit-transform: translateY(-9px) rotate(-45deg);
		-ms-transform: translateY(-9px) rotate(-45deg);
		-o-transform: translateY(-9px) rotate(-45deg);
		transform: translateY(-9px) rotate(-45deg);
	  }

	  .navbar-brand{
		z-index: 9999;
		position: relative;
	  }

	  .mobile-big ul li{
		list-style-type: none;
	  }

	  h2{
		font-size: 60px;
	  }

	  p {
		font-size: 18px;
		line-height: 1.2;
	  }

	  h3 {
		color: var(--grey);
		font-weight: 400;
		font-size: 34px;
	  }

	  h4.card-title {
		font-size: 32px;
	  }

	
}
 
@media only screen and (max-width : 991px){
	.row-eq-height{
		display:block;
	}

	.testo{
		padding-top:30px;
	}

	

	.boxgrey{
		margin-right: 30px;
	}

	#gallery-prodotti1 .slick-slide p{
		padding-left: 15px;
		padding-right: 15px;
	}

	.esc {
		margin-top: 20px;
		padding-bottom: 30px;
		height: 100px;
	}

	#form{
		position: relative;
	}

	.slides{
		height: auto !important;
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}

	ul#menu-main-menu{
		margin-left: 0px;

	}

	section a{
		z-index: 9999999;
		position: relative;
	}

	.mobile-menu a{
		display: none;
	}

	.mobile-menu{
		display: none;
	}

	.mobile-menu.visible a{
		display: block;
	}

	.mobile-menu.visible{
		display: flex;
	}

	nav ul li.wpml-ls-item {
		text-align: center;
	  }

	  ul.dropdown-menu.show{
		width: calc(100% - 28px);
		text-align: center;
	  }

}
 
@media only screen and (max-width : 767px){

	h2 {
		color: #fff;
		font-size: 50px;
	}

	.col {
		flex-basis: initial;
	}

	.wpcf7-spinner{
		right:0;
	}

	.desktop{
		display:none;
	}
	
	.mobile{
		display:block;
	}

	#form {
		position: relative;
	  }

	  .grazie h1{
		color:var(--blue);
		font-size:35px;
	}

	.grazie p{
		font-size:20px
	}
	
	.gallery-prodotti1-prev, .gallery-prodotti1-next, .gallery-prodotti2-prev, .gallery-prodotti2-next, .gallery-bestseller-prev, .gallery-bestseller-next{
		display:none;
	}

	.negative{
		padding-top:0px;
	}

	footer{
		padding-bottom:0px;
	}

	.content p{
		font-size: 16px;
	}
	
	.content ul li{
		font-size: 20px;
	}
	
	.content ul li::before {
		font-size: 40px;
	}

	.h1, h1 {
		font-size: 2rem;
	}

	.funziona img{
		max-width: 200px;
	}

	#visual .container {
		padding-top: 40px;
	}

	.h1, h1 {
		font-size: 66px;
		text-align: center;
	}

	.col-lg-5{
		text-align: center;
	}

	.esc {
		padding-top: 0;
		padding-bottom: 30px;
		height: 95px;
		margin: 30px auto;
	}

	#visual{
		background-image: none !important;
		height: auto;
	}

	#visual h1{
		padding-top:90px
	}

	.green img{
		max-width: 100%;
		margin-bottom: var(--standard);
	}

	.black h2{
		margin: 0px !important;
	}

	.black img{
		margin-top: var(--standard);
		max-width: 60%;
	}

	.grey .button {
		height: 125px;
		margin-left: 0;
		margin-top: 0;
	}

	.divb{
		text-align: center !important;
	}

	.scroll-downs{
		display: none;
	}

	section{
		padding-top: 50px;
	}

}
 
@media only screen and (max-width : 480px){
	.slick-next, .gallery-prodotti1-next, .gallery-prodotti2-next, .gallery-prodotti3-next, .gallery-prodotti3-next, .gallery-bestseller-next {
		right: 0px;
	}

	.slick-prev, .gallery-prodotti1-prev, .gallery-prodotti2-prev, .gallery-prodotti3-prev, .gallery-prodotti3-prev, .gallery-bestseller-prev {
		left: 0px;
	}

	.boxgrey {
		margin-left: 0px;
		margin-right: 0px;
	}

	.boxgrey p {
		font-size: 20px;
	}

	p {
		font-size: 16px;
		line-height: 1.2;
	  }

	  h3 {
		color: var(--grey);
		font-weight: 400;
		font-size: 28px;
	  }

	  h4.card-title {
		font-size: 20px;
	  }

	  .mobile-menu a.nav-link {
		font-size: 28px !important;
		line-height: 1.8;
	  }

	  .btn-first{
			margin-bottom: 20px;
	  }

	  h1{
		font-size: 46px;
	  }

	  .card p{
		font-size: 14px;
	  }

	  .navbar-brand img {
		margin-left: -60px !important;
		height: 90px !important;
		margin-top: -90px;
	  }

	  .logo h1{
		margin-top: -50px;
    	margin-bottom: 30px;
	  }

	  .video-mobile{
		display: block;
	  }

	  .video-desktop{
		display: none;
	  }

	  #topp{
		height: 90vh !important;
	  }

	  #lodgify-search-bar{
		width: 80%;
		margin-right: 10%;
	  }

}
 
@media only screen and (max-width : 320px){

}
