/*
Theme Name: desiderie
Author: Baoblà
Version: 1.0
Text Domain: desiderie
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}





/*
*
*  Simple fluid media
*
*/
figure {
  position: relative;
}
img,
object,
embed,
video {
  max-width: 100%;
  height:auto;
  display: block;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
/*
*
*	Zoomable baseline grid
*	type size presets
*
*/





/* STILI GENERICI */
html {
	height: 100%;
	font-size: 62.5%; /* 62.5% of 16px = 10px */
}
body {
	height: 100%;
	font-family: mr-eaves-sans, sans-serif;
	font-weight: 300;
	font-style: normal;
    font-size: 3.0rem;
	line-height: 3.0rem;
	color: #403125;
	background: #EBEBEB;
}

a {
	text-decoration:none;
	color:#000;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
a:hover {
	color:#666;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
/*
a:focus,
button:focus,
input:focus {
    outline: 2px dotted #000 !important;
}*/

.clear {
	clear: both !important;
}

strong, b, .bold {
	font-weight: 600;
}
.italic {
	font-style: italic;
}

ol,
ul {
	padding-left: 20px;
	padding-bottom: 0.5rem;
	font-size: 1.8rem;
    line-height: 3.0rem;
    color: #403125;
}
ol li,
ul li {
	margin: 0.3rem 0;
}

iframe {
	max-width:100%;
}

.alignleft {
	float: left;
	margin: 0 20px 10px 0;
}
.alignright {
	float: right;
	margin: 0 0 10px 20px;
}
.aligncenter {
	margin: 0 auto 20px;
}

.screen-reader-text {
    background: #ccc;
    height: 35px;
    line-height: 35px;
    left: calc(50% - 100px);
    width: 200px;
    text-align: center;
    position: absolute;
    z-index: 99999;
    transform: translateY(-100%);
    transition: transform 0.3s;
}
.screen-reader-text:focus {
  transform: translateY(0%);
}
.sr-only {
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}

.noMargin {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.textLeft {
	text-align: left;
}
.textCenter {
	text-align: center;
}
.textRight {
	text-align: right;
}
.textJustify {
	text-align: justify;
}
.whiteSpace {
	display: block;
	clear: both;
	height: 30px;
}
.whiteSpace.smallSpace {
	height: 20px;
}
.whiteSpace.doubleSpace {
	height: 60px;
}
.contentWide {
	background: #fff;
	width: 100%;
}

.biggerText {
	font-size: 1.3em;
	line-height: 1.3em;
}

.dTable {
	display: table;
	width: 100%;
}
.dTableCell {
	display: table-cell;
	vertical-align: middle;
}

.relative {
	position: relative;
}
.absolute {
	position: absolute;
}

.occhiello {
	text-align: center;
	margin: 2rem 0 0;
	text-transform: uppercase;
}
h1 {
	font-family: amatic-sc, sans-serif;
	font-weight: 700;
	text-align: left;
	color: #CE3481;
	font-size: 7.2rem;
    line-height: 6.0rem;
    margin: 1rem 0;
}
h2 {
	font-weight: 700;
	text-align: center;
	color: #2F2F2F;
	font-size: 4.8rem;
    line-height: 4.0rem;
    margin: 1rem 0;
}
h3 {
	font-weight: 700;
	color: #2F2F2F;
	font-size: 3rem;
    line-height: 3.0rem;
    margin: 1rem 0;
}
h4 {
}
h5 {
}
h6 {
}
p {
	font-size: 3.0rem;
    line-height: 3.0rem;
    color: #403125;
	letter-spacing: -0.05rem;
}
p a {
    color: #000;
}
p a:hover {
    color: #403125;
}
small {
	font-size: 1.2rem;
}

table {
    line-height: 2rem;
    border-collapse: collapse;
}
table tr:nth-child(odd) {
    background: #fff;
}
/*
table tr:hover {
    background: #d8e6d0;
}
*/
table td {
    border-bottom: 0;
    padding: 10px;
    border-left: 1px solid #fff;
}
table th {
    padding: 10px;
    background: #fff;
    border-left: 1px solid #fff;
    color: #403125;
    text-align: left;
    font-weight: 400;
}

hr {
	background: #BABABA;
	height: 1px;
	border: 0;
	padding: 0;
	margin: 0;
	width: 100%;
}











/* STRUTTURA */
#page {
}
.contentInside {
	width: calc(100% - 40px);
	max-width: 1130px;
	padding: 0 20px;
	margin: 0 auto;
}
.contentInsideLarge {
	width: calc(100% - 80px);
	padding: 0 40px;
	margin: 0 auto;
}
.contentInsideSmall {
	width: calc(100% - 40px);
	max-width: 980px;
	padding: 0 20px;
	margin: 0 auto;
}
.contentInsidePadding {
	padding: 30px 0;
}

.column1-4 {
	width: calc(25% - 30px);
	float: left;
	margin: 15px 15px;
}
.column2-4 {
	width: calc(50% - 30px);
	float: left;
	margin: 15px 15px;
}
.column3-4 {
	width: calc(75% - 30px);
	float: left;
	margin: 15px 15px;
}
.column4-4 {
	width: calc(100% - 30px);
	float: left;
	margin: 15px 15px;
}

.column1-3 {
	width: calc(33.333% - 30px);
	float: left;
	margin: 15px 15px;
}
.column2-3 {
	width: calc(66.666% - 30px);
	float: left;
	margin: 15px 15px;
}
.column3-3 {
	width: calc(100% - 30px);
	float: left;
	margin: 15px 15px;
}

.column1-3-2 {
	width: calc(16.666% - 30px);
	float: left;
	margin: 15px 15px;
}









/* HEADER */
#masthead {
	position: fixed;
	width: 100%;
	z-index: 99;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
#logo {
	padding: 20px 55px 50px;
	display: block;
	background: #fff;
	float: right;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
#logo img {
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}

#burger {
	position: absolute;
	top: 15px;
	right: -33px;
	z-index: 9;
	background: #E01883;
	width: 66px;
	height: 66px;
	line-height: 66px;
	text-align: center;
}
#burger:hover {
	background: #BABABA;
}
#burger .close {
	display: none;
}
#burger.active .close {
	display: inline;
}
#burger.active .open {
	display: none;
}
#burger img {
	width: 18px;
	display: inline;
}




/* MENU */
#navigation {
	display: none;
	z-index: 8;
	position: fixed;
	width: 55%;
	right: 0;
	top: 0;
	background: #EBEBEB;
	height: 100vh;
}
#menuPrincipale {
	text-align: center;
	font-family: mr-eaves-sans, sans-serif;
	list-style: none;
	padding: 0;
	margin: 0 0 0;
	display: table-cell;
	vertical-align: middle;
	height: 100vh;
	width: 100vw;
	text-transform: uppercase;
	font-weight: 700;
}
#menuPrincipale li {
	text-align: left;
	display: block;
	width: 100%;
}
#menuPrincipale li a {
	display: block;
	width: 70%;
	color: #76777B;
	margin: 1vh 0 1vh 10%;
	padding: 1vh 0;
	font-size: 3.24rem;
	line-height: 3.0rem;
}

#menuPrincipale li.borderB a {
	border-bottom: 1px solid #fff;
	padding-bottom: 2vh;
	margin-bottom: 2vh;
}
#menuPrincipale li.borderT a {
	border-top: 1px solid #fff;
	padding-top: 2vh;
	margin-top: 2vh;
}
#menuPrincipale li.rosa a {
	color: #E01883;
}
#menuPrincipale li.small a {
	font-size: 2.7rem;
	line-height: 2.0rem;
}
#menuPrincipale li.desiderie a {
	font-family: amatic-sc, sans-serif;
	font-weight: 700;
	font-size: 4.8rem;
	line-height: 5vh;
	padding: 3vh 0 1vh;
	background: url('assets/images/coccinella.png') no-repeat right center / contain;
}

.headSocial {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	position: fixed;
	bottom: 30px;
	z-index: 99999;
	right: 10.5%;
	width: auto;
}
.headSocial li {
	display: inline-block;
	margin: 0 10px;
	font-size: 3rem;
}
.headSocial li a {
	color: #76777B;
}
.headSocial li a:hover {
    opacity: 0.7;
}
















/* FOOTER */
#colophon {
	background: #BABABA;
	color: #fff;
	padding: 0 0 30px;
	border-top: 15px solid #fff;
	font-size: 2rem;
}
#colophon p {
	font-weight: 300;
	font-size: 2rem;
	line-height: 2.4rem;
	color: #fff;
}
#colophon a {
	color: #fff;
}
#colophon a:hover {
	color: #fff;
}
.logofooter {
	max-width: 170px;
	margin: 0;
}
#colophon .tel {
	font-size: 2.4rem;
	line-height: 3rem;
	font-weight: 700;
	color: #E01883;
}
#colophon .tel a {
	color: #E01883;
}
.personalizzaIdea {
	background: #E01883;
	padding: 50px 20px 20px;
	text-align: center;
	color: #fff;
	margin: 0 30px;
}
.personalizzaIdea h2 {
	font-family: amatic-sc, sans-serif;
	font-weight: 700;
	font-size: 6rem;
	line-height: 6rem;
	color: #fff;
}
.personalizzaIdea .bottone {
	width: calc(100% + 60px);
	margin-left: -30px;
	background: #2F2F2F;
	font-size: 2.4rem;
	padding: 20px;
	font-family: mr-eaves-sans, sans-serif;
}
.contentInside:not(.contentInsideSmall) .column2-4 .bottone {
	width: 100%;
	margin-top: -20px;
}
#colophon .personalizzaIdea p {
	font-size: 2.4rem;
}
#bottom {
	background: #F4F2ED;
	padding: 30px 0;
	border-top: 15px solid #fff;
}
#bottom p {
	color: #333;
	font-size: 1.6rem;
	line-height: 1.8rem;
}
#bottom a {
	color: #333;
}

#menuSecondario {
	list-style: none;
	padding: 0;
	margin: 65px 0 0;
}
#menuSecondario li {
	margin: 0;
}
#menuSecondario li a {
	display: block;
	font-size: 2rem;
	line-height: 2.6rem;
	padding: 5px 0;
	border: 1px solid #fff;
	border-left: 0;
	border-right: 0;
	margin: 0 0 -1px;
	text-transform: uppercase;
}





/* HOME */
#sliderBackground {
	width: 100%;
	height: 100vh;
	margin: 0 0 0;
	position: relative;
	z-index: 0;
	border: 0;
	float: left;
}
#sliderBackground ul.slides,
#sliderBackground ul.slides li {
	width: 100%;
	height: 100%;
}
#sliderBackground ul.slides li {
	background-size: cover !important;
	background-position: center center !important;
}
.flex-direction-nav a {
	top: calc(50% - 10px) !important;
}
#sliderBackground .flex-direction-nav .flex-next {
	right: 40px;
}
#sliderBackground .flex-direction-nav .flex-prev {
	left: 40px;
}
.flex-direction-nav a.flex-next:before {
	content: "\f105" !important; 
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.flex-direction-nav a.flex-prev:before {
	content: "\f104" !important; 
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.flex-direction-nav a.flex-next:before,
.flex-direction-nav a.flex-prev:before {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}


.shortcutHome {
	position: absolute;
	list-style: none;
	margin: -313px 0 0;
	width: calc(100% - 40px);
	padding: 0;
}
.shortcutHome li {
	height: 455px;
	position: relative;
}
.shortcutHome li a {
	display: block;
	height: 100%;
}
.shortcutHome h3 {
	height: 180px;
	text-align: center;
	background: rgba(47,47,47,0.8);
	margin: 0;
	font-size: 3.6rem;
	line-height: 3.6rem;
	color: #fff;
}
.shortcutHome .linkShort {
	height: 80px;
	line-height: 8.0rem;
	text-align: center;
	background: #2F2F2F;
	display: block;
	margin: 0;
	font-size: 2.4rem;
	color: #fff;
	position: absolute;
	bottom: -40px;
	left: 5%;
	width: 90%;
	font-weight: 700;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.shortcutHome li {
	position: relative;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
/*
.shortcutHome li:nth-child(2) h3,
.shortcutHome li:nth-child(2) .linkShort {
	font-family: amatic-sc, sans-serif;
	font-weight: 700;
	color: #fff;
	font-size: 6.0rem;
	background: #E01883;
}
.shortcutHome li:nth-child(2) h3 {
	line-height: 6rem;
}
.shortcutHome li:nth-child(2) .linkShort {
	font-size: 3.6rem;
}
.shortcutHome li:hover {
	transform: scale(1.05);
}
*/
.shortcutHome li a:hover .linkShort {
	transform: translate(0, -5px);
	background: #fff !important;
	color: #000 !important;
}
.shortcutHome li a h3 span {
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.shortcutHome li a:hover h3 span {
	transform: scale(1.1);
}







/* SEZIONI */
.separatore {
	position: relative;
	width: 380px;
	margin: 0 auto;
}
.separatore img {
	margin: 0 auto;
	width: 80px;
}
.separatore:after,
.separatore:before {
	content: "";
	width: 130px;
	height: 1px;
	background: #BABABA;
	position: absolute;
	top: 50%;
}
.separatore:after {
	right: 0;
}
.separatore:before {
	left: 0;
}


.anteprimaProdotti {
	padding: 30px 30px 0;
	background: #fff;
	box-sizing: border-box;
	display: block;
}
.anteprimaProdotti h3 {
	text-align: center;
	text-transform: uppercase;
	line-height: 3.0rem;
	padding: 30px 15px;
	margin: 0;
	font-size: 3rem;
}
.anteprimaProdotti:hover {
	box-shadow: 0 10px 10px rgba(0,0,0,0.1);
	transform: translate(0, -5px);
}
.anteprimaProdotti img {
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.anteprimaProdotti:hover img {
	transform: scale(1.1);
}

.bottone {
	display: block;
	margin: 0 auto;
	width: 380px;
	box-sizing: border-box;
	padding: 36px 20px 16px;
	line-height: 48px;
	font-size: 48px;
	background: #E01883;
	color: #fff;
	text-align: center;
	font-family: amatic-sc, sans-serif;
}
.bottone:hover {
	background: #000;
}

.anteprimaIspirazioni {
	height: 320px;
	margin-bottom: 20px;
	position: relative;
}
.linguettaIsp {
	background: #E01883;
	width: 355px;
	float: right;
	padding: 20px;
	position: relative;
	z-index: 1;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.linguettaIsp h3 {
	font-family: amatic-sc, sans-serif;
	font-size: 6rem;
	line-height: 5.4rem;
	color: #fff;
	margin: 0;
}
.linguettaIsp p {
	font-size: 2.4rem;
	line-height: 3rem;
	margin: 0 0 10px;
	color: #BABABA;
	font-weight: 700;
}
.anteprimaIspirazioni:hover .linguettaIsp {
	margin-right: 20px;
	transform: scale(1.1);
}
.anteprimaIspirazioni::after {
	opacity: 0;
	position: absolute;
	z-index: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	left: 0;
	top: 0;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.anteprimaIspirazioni:hover::after {
	opacity: 1;
}

.bannerPagine {
	height: 415px;
	border-bottom: 20px solid #fff;
}
.areaDiTesto {
	padding: 0 70px;
	box-sizing: border-box;
}


.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.contGall {
	padding: 30px 0;
}

.fasciaEvi {
	background: #E01883;
	color: #fff;
	padding: 30px;
	margin: 70px 0;
	box-sizing: border-box;
}
.fasciaEvi p,
.fasciaEvi h1 {
	color: #fff;
}

.carosello .flex-direction-nav .flex-prev,
#slider.sliderGalleria .flex-direction-nav .flex-prev {
	left: -40px !important;
	opacity: 1 !important;
}
.carosello .flex-direction-nav .flex-next,
#slider.sliderGalleria .flex-direction-nav .flex-next {
	right: -40px !important;
	opacity: 1 !important;
}
.carosello .flex-direction-nav .flex-next:before,
.carosello .flex-direction-nav .flex-prev:before,
#slider.sliderGalleria .flex-direction-nav .flex-next:before,
#slider.sliderGalleria .flex-direction-nav .flex-prev:before {
	content: "\f061" !important;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 2rem;
	color: #E01883;
}
.carosello .flex-direction-nav .flex-prev:before,
#slider.sliderGalleria .flex-direction-nav .flex-prev:before {
	content: "\f060" !important;
}
.carosello.flexslider {
	margin-bottom: 0;
}


.filters {
    background: #fff;
	box-sizing: border-box;
    padding: 15px;
}
.filters .selectMenu {
	font-size: 2.4rem;
	display: inline-block;
	margin-right: 15px;
}
.filters .button-group {
	display: inline-block;
}
.filters .button {
	border: 0;
	padding: 0;
	margin: 0;
	display: inline-block;
	background: none;
	text-transform: uppercase;
	font-size: 2.4rem;
	font-weight: 700;
	color: #BABABA;
	cursor: pointer;
}
.filters .button.is-checked {
	color: #000;
}
.filters .button::after {
	content: "•";
	padding: 0 13px 0 18px;
	color: #bababa !important;
}
.filters .button:last-child::after {
	display: none;
}


#slider.sliderGalleria {
	padding: 25px 95px;
	margin: 0;
	border: 0;
	border-radius: 0;
}

#slider.sliderGalleria .flex-direction-nav .flex-prev {
	left: 20px !important;
}
#slider.sliderGalleria .flex-direction-nav .flex-next {
	right: 20px !important;
}

.single-prodotto #masthead {
	height: 132px;
	background: #fff;
	top: 0;
}
.single-prodotto #logo {
	padding: 20px 0 30px;
	width: 120px;
	margin-right: 70px;
	background: none;
}
.single-prodotto #burger {
	top: 33px;
}
.single-prodotto #page {
	padding-top: 170px;
}
.single-prodotto .areaDiTesto h1 {
	font-family: mr-eaves-sans, sans-serif;
	font-size: 4.8rem;
	line-height: 4rem;
}




#page.sticky #masthead {
	top: 0;
	height: 0;
	background: none;
}
#page.sticky #logo {
	padding: 10px 113px 10px 114px;
	width: 120px;
	margin: 0;
	background: #fff;
}
#page.sticky #burger {
	top: 15px;
}




.treColonne,
.treColonne p,
.treColonne h3 {
	font-size: 2.4rem;
	line-height: 2.4rem;
}
.treColonne h3 {
	border-bottom: 1px solid #BABABA;
	padding-bottom: 10px;
}

.titoloCorrelati {
	font-family: amatic-sc, sans-serif;
	font-weight: 700;
	color: #CE3481;
	font-size: 3.6rem;
	text-align: center;
	margin: 30px 0 0;
}



.colonnaSinistra p,
.colonnaDestra p {
	margin: 0;
	font-size: 2rem;
	line-height: 2.2rem;
}
.colonnaSinistra h3,
.colonnaDestra h3 {
	margin: 0 0 0;
	font-size: 2.8rem;
	line-height: 2.8rem;
}
.colonnaSinistra hr,
.colonnaDestra hr {
	margin: 10px 0;
}
.page-template-page-desiderie .bannerPagine,
.page-template-page-contatti .bannerPagine {
    height: 560px;
}
.page-template-page-desiderie #logo {
	display: none;
}

.bannerPagine.contattiMaps {
	overflow: hidden;
}
.bannerPagine.contattiMaps iframe {
	width: 100%;
	height: 560px;
}

.labeAll {
	font-size: 1.8rem;
	line-height: 1.8rem;
    float: left;
    width: 50%;
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
	padding: 20px;
	margin: 15px 0;
	box-sizing: border-box;
	height: 92px;
	color: #2F2F2F;
}
.labeAll + p {
    float: left;
    width: 50%;
	line-height: 5rem;
}
.wpcf7-form .allegato input[type="file"] {
	line-height: 5rem !important;
}



.addtoany_shortcode {
    position: absolute;
    margin-top: 60px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #9999;
    padding: 9px 0 0;
}








/* FORM */
.wpcf7-form {
	margin: 0;
	color: #000;
	font-size: 1.2em;
}
.wpcf7-form p {
	margin: 15px 0;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=number],
.wpcf7-form input[type=file],
.wpcf7-form input[type=tel],
.wpcf7-form textarea {
	width: 100%;
	box-sizing: border-box;
	display: block;
	padding: 20px;
	border: 0;
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
	margin: 0;
	font-family: mr-eaves-sans, sans-serif;
	background: transparent;
	line-height: 1.2em;
	color: #2F2F2F;
	font-weight: 100;
}
.wpcf7-form input[type=text]:focus,
.wpcf7-form input[type=email]:focus,
.wpcf7-form input[type=number]:focus,
.wpcf7-form input[type=file]:focus,
.wpcf7-form input[type=tel]:focus,
.wpcf7-form textarea:focus {
	outline: 0;
}
.wpcf7-form textarea {
	height: 130px;
}
.wpcf7-form input[type=submit] {
    cursor: pointer;	
	width: 100%;
	clear: both;
    background: #2F2F2F;
	box-sizing: border-box;
	display: block;
	padding: 20px;
	border: 0;
	margin: 0;
	font-family: mr-eaves-sans, sans-serif;
	line-height: 1.2em;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}
.wpcf7-form input[type=submit]:hover {
	background:#E01883;
	color:#fff;
}



.wpcf7 h4 {
	text-align: center;
	color: #BABABA;
	font-size: 1.2em;
	margin: 50px 0 20px;
}
.wpcf7 h6 {
	text-align: center;
	font-size: 0.9em;
	margin: 30px 0;
}



/*
*/
.ajax-loader {
	float:right;
    margin-right:15px;
    margin-top:20px;
}
.wpcf7-form-response-output {
	display:block;
	clear:both;
}
div.wpcf7-form-validation-errors {
	clear:both;
}
.wpcf7-form-not-valid-tip {
	margin-top:-15px;
}


.privacy {
	width: 100%;
	display: block;
	padding: 10px 0;
	color: #999;
	font-size: 2rem;
	line-height: 2rem;
	margin-top: 50px;
	margin-bottom: 20px;
	
}
.privacy input {
	width: auto;
	float: left;
	margin:0 5px 20px 0;
}
.privacy span {
	margin:0;
}
.privacy a {
	color: #666;
}
.privacy .wpcf7-list-item-label {
	display: inline-block;
	width: 90%;
	vertical-align: middle;
	margin-left: 5px;
}















.cookie-notice-container {
	padding: 26px 30px !important;
}
#cn-notice-text {
	max-width: 470px;
    text-align: right;
    padding-right: 10px;
}
#cn-accept-cookie {
	display: block;
	clear: both;
	width: 100%;
	margin: 0 0 5px 0 !important;
	border-radius: 0;
	background: #E01883;
	color: #fff;
}
#cn-notice-buttons {
	min-width: 200px;
}
#cn-more-info {
	display: block;
	clear: both;
	width: 100%;
	margin: 0 !important;
	border-radius: 0;
	background: transparent;
	color: #BABABA;
}
#cn-close-notice {
	display: none;
}




#spedizioniLabel {
	position: fixed;
	bottom: 0;
	left: calc(50% - 200px);
	width: 400px;
	text-align: center;
	background: #fff;
	line-height: 50px;
	z-index: 999;
	font-size: 22px;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
}
#spedizioniLabel:hover {
	transform: scale(1.1);
}
#page.sticky #spedizioniLabel {
	transform: translatey(50px);
}

.condividiSingleLabel {
	position: absolute;
	width: 200px;
	text-align: center;
	font-size: 20px;
	margin-top: 30px;
}





.mobile {
	display: none !important;
}


@media only screen and (-webkit-min-device-pixel-ratio:0) { 
}
/**
 * Media Queries
 * -----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}


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

	.column1-4,
	.column2-4,
	.column3-4,
	.column4-4,
	.column1-3,
	.column2-3,
	.column3-3 {
		clear:both;
		width:96%;
		margin:15px 2%;
	}
	
	.desktop {
		display: none !important;
	}
	.mobile {
		display: block !important;
	}
	
	
	h1 {
		font-size: 4.2rem;
		line-height: 5rem;
	}
	.column2-4 h1,
	.single-ispirazioni .areaDiTesto h1 {
		font-size: 5.2rem;
	}
	p {
		font-size: 2.2rem;
		line-height: 2.4rem;
	}
	
	.single-ispirazioni .areaDiTesto p:first-child {
		margin-bottom: 0
	}
	.single-ispirazioni .areaDiTesto h1 {
		margin-top: 0
	}
	
	
	#colophon {
		padding-top: -0;
	}
	#colophon .buttonLink {
		width: calc(108% + 30px);
		margin-left: calc(-4% - 15px);
		max-width: inherit;
	}
	#colophon .buttonLink:not(.buttonLinkV2) {
		margin-top: -20px;
	}
	
    #navigation {
		width: 100%;
    }
	
	#burger {
		width: 50px;
		height: 50px;
		line-height: 50px;
		right: -10px;
		top: 0;
	}
	
	#logo,
	.single-prodotto #logo {
		width: 100%;
		padding: 10px 0;
		position: fixed;
		left: 0;
		top: 20px;
		text-align: center;
	}
	#logo img,
	.single-prodotto #logo img {
		max-width: 130px;
		margin: 0 auto;
	}
	#page.sticky #logo,
	.single-prodotto #logo {
		padding: 25px 50px 25px 30px;
		width: calc(96% - 40px);
		margin: 0 0 0 calc(2% + 20px);
		background: #fff;
		top: 0;
		box-sizing: border-box;
	}
	#page.sticky #logo img
	.single-prodotto #logo img  {
		max-width: 110px;
		margin: 0 auto;
	}
	
	#logo.scroll {
		display: none !important;
	}
	#page.sticky #logo,
	.single-prodotto #logo {
		display: none;
	}
	#page.sticky #logo.scroll,
	.single-prodotto #logo.scroll {
		display: block !important;
	}
	
	.single-prodotto #masthead {
		height: auto;
		background: none;
	}
	
	.single-prodotto #burger {
		top: 15px;
	}
	
	#menuPrincipale li a {
		width: 83%;
		margin: 0.2vh 0 0.2vh 10%;
		padding: 0.5vh 0;
		font-size: 2.2rem;
		line-height: 2.2rem;
	}
	#menuPrincipale li.desiderie a {
		padding: 1rem 0 2vh;
	}
	#menuPrincipale li.small a {
		line-height: 2.2rem;
		font-size: 2.2rem;
	}
	
	.headSocial {
		right: auto;
		left: 6.5%;
		bottom: 2px;
	}
	/*
	.shortcutHome li,
	.shortcutHome h3 {
		height: 160px;
	}
	.shortcutHome li .linkShort {
		display: none !important;
	}
	
	.shortcutHome li:nth-child(2) h3,
	.shortcutHome li:nth-child(2) .linkShort {
		font-size: 5.4rem;
	}
	*/
	.shortcutHome {
		margin: -250px 0 0;
		position: relative;
	}
	.shortcutHome li {
		width: 100%;
		margin: 40px 20px;
	}
	
	.separatore {
		width: 70%;
	}
	.separatore:after,
	.separatore:before {
		width: 70px;
	}
	.separatore img {
		width: 80px;
	}
	
	.areaDiTesto {
		padding: 0;
	}
	
	.anteprimaProdotti h3 {
		line-height: 2.0rem;
		font-size: 2rem;
	}
	
	.bottone {
		width: auto;
		max-width: 118%;
		padding: 16px 15px;
		font-size: 38px;
		margin-left: -9%;
	}
	.linguettaIsp {
		max-width: 100%;
		box-sizing: border-box;
		float: none;
		bottom: 0;
		position: absolute;
		text-align: center;
		padding: 10px;
	}
	.linguettaIsp h3 {
		font-size: 5rem;
		line-height: 4.4rem;
		margin-bottom: 10px;
	}
	
	
	#colophon,
	#bottom,
	#bottom .textRight {
		text-align: center;
	}
	.logofooter {
		margin: 0 auto;
	}
	
	
	
	.labeAll {
		margin-bottom: 0;
		width: 100%;
		border-bottom: 0;
	}
	.labeAll + p {
		margin-top: 0;
		width: 100%;
		border-top: 0;
	}
	.labeAll + p input[type=file] {
		border-top: 0;
	}
	
	#slider.sliderGalleria {
		padding: 0;
		width: calc(100% + 40px);
		margin-left: calc(-3% - 12px);
		margin-bottom: 20px;
	}
	
	.single-prodotto .areaDiTesto h1 {
		font-size: 3.6rem;
	}
	
	.bannerPagine {
		height: 300px;
	}
	h2 {
		font-size: 3.8rem;
		line-height: 3.6rem;
	}
	
	.carosello .flex-direction-nav .flex-prev,
	#slider.sliderGalleria .flex-direction-nav .flex-prev {
		left: -10px !important;
		z-index: 999;
	}
	.carosello .flex-direction-nav .flex-next,
	#slider.sliderGalleria .flex-direction-nav .flex-next {
		right: -10px !important;;
		opacity: 1 !important;
	}
	
	.single-prodotto #page {
		padding-top: 90px;
	}
	.addtoany_shortcode {
		position: relative;
		clear: both;
		margin: 20px 0 0;
	}
	
	
	.sliderGalleria .flex-direction-nav {
		display: none !important;
	}
	
	.filters .button {
		display: block;
	}
	.filters .button::after {
		display: none;
	}
	
	
	#spedizioniLabel {
		left: 5%;
		width: 90%;
	}
	.addtoany_shortcode {
		text-align: right;
	}
	.condividiSingleLabel {
		width: auto;
		text-align: left;
		margin-top: -38px;
	}
}

