:root{

	--blue:#001464;
	--yellow:#F7EF34;
	--red:#D90D03;
	--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;
}

body{
	overflow-x: hidden;
}

html, body { 
	font-family: 'Poppins', sans-serif;
	font-weight:400;
	color:#2E2B26;
	font-size:16px;
}

h1, h2, h3, h4{
	font-family: 'Poppins', sans-serif;
	font-weight:700;
	line-height: 1;
}


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;
}

footer{
	background-color:#000;
	padding-top:20px;
	padding-bottom:280px;
	color:#fff;
	font-size:12px;
}

footer p{
	color: #f4f4f4;
	font-size:12px;
	margin-bottom:0px;
	padding-bottom:0px;
}

footer a{
	color:#fff;
	text-decoration: underline;
}

.h4{
	color: #4e4e4e;
	font-weight: 700;
	font-size: 18px;
	margin-top: 10px;
}

.padding-0{
	padding:0;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900;
    background-color: #ffb900;
	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(--red) !important;	
	color:#fff;
	border:1px solid var(--red);
	font-weight:bold;
	font-size:14px;
	border:0px !important;
	width: 100%;
	padding: 7px 0;
	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(--red);
	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: #BEBEBE;
	border:0;
    background-image: none;
	margin-bottom:0px;
	box-shadow:none;
	margin-bottom:var(--mini);
	border-radius: 0px;
	font-size:14px;
}

.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.5;
}

.visual h2{
	color:#fff;
}

#form{
	background-color: #2F2F2F;
	color: #fff;
	padding-top: var(--mini);
	padding-bottom: var(--mini);
	position: fixed;
	z-index: 999;
	width: 100%;
	bottom: 0;
}

#form a{
	color:#fff;
	text-decoration:underline;
}

#form.form-fixed{
	position: fixed;
	z-index: 9;
	width: 100%;
	bottom: 0;
}

#form p{
	margin-bottom:0px;
	line-height: 1;
}

.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;
}

.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;
}

header{
	position:relative;
	color:var(--blue);
}

.slick-dots{
	bottom: 120px;
	z-index: 99;
}

.slick-dots li.slick-active button::before {
    opacity: .75;
    color: #fff;
    font-size: 14px;
    width: 15px;
    height: 15px;
}

.slick-dots li button::before {
    font-family: 'slick';
    font-size: 14px;
    width: 15px;
    height: 15px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.slick-prev, .slick-next, .gallery-prodotti1-prev, .gallery-prodotti1-next, .gallery-prodotti2-prev, .gallery-prodotti2-next, .gallery-prodotti3-prev, .gallery-prodotti3-next, .gallery-bestseller-prev, .gallery-bestseller-next{
	z-index:99;
}

.slick-prev, .gallery-prodotti1-prev, .gallery-prodotti2-prev, .gallery-prodotti3-prev, .gallery-prodotti3-prev, .gallery-bestseller-prev {
    left: -20px;
}

.slick-next, .gallery-prodotti1-next , .gallery-prodotti2-next , .gallery-prodotti3-next , .gallery-prodotti3-next , .gallery-bestseller-next {
    right: -20px;
}

.gallery-prodotti1-prev, .gallery-prodotti1-next, .gallery-prodotti3-prev, .gallery-prodotti3-next, .gallery-prodotti2-prev, .gallery-prodotti2-next, .gallery-bestseller-prev, .gallery-bestseller-next {
    font-size: 40px;
    line-height: 0;
    position: absolute;
    top: calc(50% - 10px);
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent;
}

#logo {
	height: 60px;
}

section{
	padding-top: var(--standard);
	padding-bottom: var(--standard);
}

#gallery-prodotti1 .prodotto{
	padding-left: 15px;
	padding-right: 15px;
}

#gallery-prodotti3 .prodotto{
	padding-left: 15px;
	padding-right: 15px;
}

#gallery-prodotti2 img{
	padding-left: 15px;
	padding-right: 15px;
}

.hr{
	border-top: 1px solid #000;
	margin-top:15px;
}

.grey{
	background-color:#f4f4f4;
}

.greysss{
	background-color:#968779;
	color:#fff !important
}

h2{
	font-size: 28px;
}

#wpsl-search-wrap .wpsl-input label, #wpsl-search-wrap div label{
	line-height: 44px;
}

#wpsl-search-btn{
	padding: 12px 30px;
	color:#fff;
	border-radius: 15px;
	background-color: #000 !important;
}

.wpsl-dropdown{
	border-radius: 15px;
}

#wpsl-search-btn, #wpsl-search-wrap input{
	border-radius: 15px;
}

.wpsl-input label, #wpsl-radius label, #wpsl-category label{
	width: auto;
}

#wpsl-result-list{
	background-color: #fff;
}

.wpsl-select-wrap{
	display: none !important;
}

.grazie h1{
	color:var(--red);
	font-size:55px;
}

.grazie p{
	font-size:24px;
	color:#fff;
}

a.wpsl-directions{
	display: none;
}

.wpsl-input label, #wpsl-radius label, #wpsl-category label{
	width: auto !important;
}

.wpsl-search {
	margin-bottom: 12px;
	padding: 15px;
	background: #F4F4F4;
	margin:0;
	padding-bottom: 5px;
}

.opensans{
	font-family: 'Open Sans', sans-serif;
}

.white, .white h3{
	color:#fff !important;
}

span.grey{
	color:#999;
	background-color: transparent;
}

#gallery-prodotti2 .hr{
	padding-left: 15px;
	padding-right: 15px;
}

.h3, h3 {
	font-size: 1.5rem;
	color: #4e4e4e;
}

.greysss h3{
	color:#fff;
}

#gallery-prodotti1 .opensans {
	font-weight: 700;
	font-size: 19px;
	line-height: 1.2;
	margin-top: 10px;
}

#gallery-prodotti1{
	margin-bottom: 50px;
}

#gallery-prodotti2 .opensans{
	font-weight: 700;
	color:#000;
	font-size:18px;
	padding-top:10px;
}

.testo{
	padding-top:115px;
}

.negative{
	padding-top:100px;
}

.zoom{
	transform: scale(1.2);
	position: relative;
	z-index: -1;
}

.desktop-big{
	display:block;
}

.mobile-big{
	display:none;
}

#gallerymobile .slick-dots {
	bottom: -20px;
	z-index: 99;
}

#gallerymobile .slick-dots li.slick-active button::before {
	opacity: .75;
	color: #000;
	font-size: 14px;
	width: 15px;
	height: 15px;
}

#gallerymobile .slick-dots li button::before {
	opacity: 1;
	color: #fff;
}

#gallerymobile ul{
	list-style-image: url('../img/icona_triangolo.png');
	margin-left: 30px;
}

#gallerymobile ul li::marker{
	
}

@media only screen and (max-width : 1400px){

}

@media only screen and (max-width : 1200px){
	
}
 
@media only screen and (max-width : 991px){
	.row-eq-height{
		display:block;
	}

	.testo{
		padding-top:30px;
	}

	.desktop-big{
		display:none;
	}
	
	.mobile-big{
		display:block;
	}
}
 
@media only screen and (max-width : 767px){

	.col {
		flex-basis: initial;
	}

	.wpcf7-spinner{
		right:0;
	}

	.desktop{
		display:none;
	}
	
	.mobile{
		display:block;
	}

	#form {
		position: relative;
	  }

	  .grazie h1{
		color:var(--red);
		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;
	}

	
}
 
@media only screen and (max-width : 480px){

}
 
@media only screen and (max-width : 320px){

}
