/* Html
-------------------------------------------------- */
html,
body {
	font-size: 1rem; /* =16px */
	line-height: 1.5rem; /* =24px */
	font-family: 'VAG Rounded LT Pro', sans-serif;
	scroll-behavior: smooth;
	margin: 0;
	background: #f7f4ef;
	letter-spacing: 0.25px;
}

::selection {
  background: #00e9e2;
}
::-moz-selection {
  background: #00e9e2;
}

@font-face {
    font-family: 'VAG Rounded LT Pro';
    src: url('fonts/VAGRoundedLTPro-Black.woff2') format('woff2'),
        url('fonts/VAGRoundedLTPro-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'VAG Rounded LT Pro';
    src: url('fonts/VAGRoundedLTPro-Bold.woff2') format('woff2'),
        url('fonts/VAGRoundedLTPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'VAG Rounded LT Pro';
    src: url('fonts/VAGRoundedLTPro-Thin.woff2') format('woff2'),
        url('fonts/VAGRoundedLTPro-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'VAG Rounded LT Pro';
    src: url('fonts/VAGRoundedLTPro-Light.woff2') format('woff2'),
        url('fonts/VAGRoundedLTPro-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



/* Typography
-------------------------------------------------- */

h1 {
	font-weight: bold;
	font-size: 5rem;
	line-height: 1.25;
	padding: 2rem 0;
}

h2 {
	font-size: 3rem;
	line-height: 1.35;
	font-weight: 700;
	padding-bottom: 3rem;
	color: #0046ad;
}

h3 {
	font-size: 1.875rem;
	line-height: 1.35;
	padding: 2rem 0;
}

h4 {
	font-size: 1.25rem;
	line-height: 1;
	font-weight: 700;
	padding: 1rem 0;
	color: #222;
}

strong, b {
	font-weight: 600;
}

em, i {
	font-style: italic;
}

p {
	font-size: 1rem;
	line-height: 1.5;
	color: #666;
	letter-spacing: .5px;
}

ul {
	font-size: 1em;
	line-height: 1.5;
	padding: 1rem 0;
}

li {
	position: relative;
	padding-left: 1rem;
	padding-bottom: 1rem;
	color: #333;
}


/* Layout
-------------------------------------------------- */

.sH {
    opacity: 0;
    -webkit-transform: translate(0, 2rem);
    transform: translate(0, 2rem);
    -webkit-transition: opacity 600ms ease-in-out,transform 700ms ease-in-out;
    -webkit-transition: opacity 600ms ease-in-out,-webkit-transform 700ms ease-in-out;
    transition: opacity 600ms ease-in-out,-webkit-transform 700ms ease-in-out;
    transition: opacity 600ms ease-in-out,transform 700ms ease-in-out;
    transition: opacity 600ms ease-in-out,transform 700ms ease-in-out,-webkit-transform 700ms ease-in-out;
}

.in-view {
	opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    transition-delay: .25s;
}

.container {
	margin: 0 auto;
	max-width: 90rem;
	width: 100%;
	padding: 0 3rem;
}

.container-fluid {
	max-width: 1900px;
	margin: 0 auto;
}

.container-fluid.narrow {
	max-width: 1100px;
	width: 100%;
}

.row {
	margin: 0;
}

.col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-offset-0, .col-sm-offset-1, .col-sm-offset-2, .col-sm-offset-3, .col-sm-offset-4, .col-sm-offset-5, .col-sm-offset-6, .col-sm-offset-7, .col-sm-offset-8, .col-sm-offset-9, .col-sm-offset-10, .col-sm-offset-11, .col-sm-offset-12 {
}

.mobileOnly {
	display: none !important;
}

.desktopOnly {
	display: block !important;
}

/* Form
-------------------------------------------------- */

input,
select,
textarea {
	font-family: 'VAG Rounded LT Pro';
}

input,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
	border-radius: 0;
}


/* Header
-------------------------------------------------- */

header {
	padding: 4rem 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 3;
	transition: .25s;
	background: transparent;
}

header.stick {
	background: #fff;
	padding: 1rem 0;
	border-bottom: 1px solid #eee;
}

header .row > div {
	padding: 0;
}

.logo img {
	width: 100%;
	max-width: 100%;
}

header.stick .logo img {
	max-width: 160px;
}

header.stick .row > div.ctaWrap {
	padding: 0;
}

header.stick .navWrap {
	margin: 0;
}

.cartIco {
	width: 24px;
    position: absolute;
    right: 56px;
    top: 26px;
    transition: .5s;
}

.hamb {
	display: none;
}

.navRow {
	text-align: left;
}

.navWrap {
	display: inline-block;
	margin-top: 7px;
	padding-left: 5%;
}

.navWrap ul {
	padding: 0;
}

.navWrap li {
	display: inline-block;
	padding: .5rem .5rem 0 .5rem;
}

.navWrap li a {
	font-size: .75rem;
	color: #0046ad;
	text-decoration: none;
}

.lineA {
	position: relative;
	text-decoration: none;
}

.lineA:hover:before {
	width: 100%;
}

.lineA:before {
	content: '';
    width: 0;
    transition: .5s;
    position: absolute;
    height: 2px;
	background: #0046ad;
	background: -moz-linear-gradient(left, #0046ad 0%, #48beb6 100%);
	background: -webkit-linear-gradient(left, #0046ad 0%,#48beb6 100%);
	background: linear-gradient(to right, #0046ad 0%,#48beb6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0046ad', endColorstr='#48beb6',GradientType=1 );
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.lineA.active:before {
	width: 100%;
}

.btn {
    background: #000;
    color: #fff;
    font-size: 1rem;
    padding: 8px 30px;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    line-height: 1.5;
}

.btn.cta {
	display: inline-block;
	background: #00e9e2;
	color: #0046ad;
	transition: .5s;
	text-decoration: none;
}

header .row > div.ctaWrap {
	text-align: right;
	padding-top: 14px;
}

.btn.cta:hover {
	background: #6bfffb;
}

header .container {
	padding: 0;
}


/* Footer
-------------------------------------------------- */

footer {
	background: #842630;
	text-align: center;
	color: #fff;
	margin-top: 3rem;
}

footer .container {
	padding: 50px 1rem 0 1rem;
}

footer .container p,
footer .container p a {
	color: #fff;
	font-size: .875rem;
	line-height: 3;
	padding: 0 1rem;
}

ul.follow {
	padding-top: 3rem;
	display: grid;
	grid-template-columns: 14.28% 14.28% 14.28% 14.28% 14.28% 14.28% 14.28%;
}

ul.follow img {
	width: 24px;
	height: 24px;
}

ul.follow li {
	padding: 0;
}

footer ul.follow {
	padding-bottom: 2rem;
}




/* Single Recipe
-------------------------------------------------- */

main {
	padding-top: 80px;
}

.cover {
	position: relative;
}

.cover .caption {
	position: absolute;
	padding: 25px;
	bottom: 0;
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.5) 60%);
	padding-top: 4rem;
	width: 100%;
}

.cover .caption:after {
f
}

.cover .caption > * {
	position: relative;
	z-index: 1;
}

.cover > img {
	display: block;
}

.cover .caption h1 {
	color: #fff;
	font-size: 2.625rem;
	line-height: 1;
	padding-bottom: 1rem;
	font-weight: 500;
	position: relative;
	z-index: 1;
}

.cover .caption h2 {
	font-size: .875rem;
	color: #fff;
	padding-bottom: 15px;
	letter-spacing: 1.5px;
	padding-right: 3rem;
    font-weight: 600;
    z-index: 1;
}

#like {
	cursor: pointer;
	position: absolute;
	bottom: 25px;
	right: 25px;
}

#like img {
	width: 36px;
	height: 36px;
}

#like button {
	background: none;
	border: none;
	position: relative;
}

#like button:after {
	content: "";
	background: #de8564;
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	left: -2px;
	top: -2px;
	opacity: 0;
	transition: all 0.8s;
	border-radius: 36px;
}

#like button:active:after {
	padding: 0;
	margin: 0;
	opacity: .5;
	transition: 0s
}

.cover .share {
	position: absolute;
	right: 25px;
	top: 0;
}

.cover .share ul {
	padding-top: 1.5rem;
}

.cover .share li {
	padding: 0 0 .5rem 0;
}

.cover .share img {
	width: 21px;
	height: 21px;
}

.single .actions {
	padding: 10px 25px;
	position: relative;
}

ul.tags li {
	padding: 0 .25rem 0 0;
	display: inline-block;
}

ul.tags li a,
.archive ul.tags li a {
	display: inline-block;
	background: #bfa583;
	color: #fff;
	padding: 8px 12px 6px 12px;
	border-radius: 50px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: .85rem;
	letter-spacing: 1.3px;
	margin-right: .5rem;
    margin-bottom: 0.5rem;
}

ul.tags li a {
	color: #fff;
	text-decoration: none;
}

.single .head .actions .tags {
	padding-right: 36px;
}

.single .actions .videoLink {
	position: absolute;
	right: 25px;
	top: 27px;
}

.single .actions .videoLink img {
	width: 32px;
	height: 32px;
}

.intro {
	padding: 25px;
}

.intro p {
	color: #563b30;
	letter-spacing: .75px;
}

.pageNav {
	padding: 25px;
}

.article .pageNav {
	padding-bottom: 50px;
}

.pageNav ul {
	border-bottom: 1px solid #d6d3cc;
	padding: 0;
}

.pageNav ul li {
	padding: 0;
	border-top: 1px solid #d6d3cc;
	width: 100%;
}

.pageNav ul li a {
	display: inline-block;
	padding: 10px 0;
	width: 100%;
	position: relative;
	text-decoration: none;
	font-weight: bold;
	color: #563b30;
	font-weight: .875rem;
	letter-spacing: 1.3px;
}

.pageNav ul li a > span {
	padding-left: .75rem;
}

.pageNav ul li a span {
	font-weight: normal;
}

.pageNav ul li a:after {
	content: '';
	width: 14px;
	height: 15px;
	background-image: url('../images/arrow-down-long.svg');
	background-repeat: no-repeat;
	position: absolute;
	bottom: 15px;
	right: 5px;
}

.pageNav ul li.arrowRight a:after {
	background-image: url('../images/arrow-right.svg');
	bottom: 14px;
}

.recFree {
	background: #fff;
	margin: 1rem 0;
	padding: 25px 15px;
}

.recFree h4 {
	color: #563b30;
	font-size: .875rem;
	text-align: center;
	letter-spacing: 1.3px;
}

.recFree ul {
	text-align: center;
}

.recFree ul li {
	text-align: center;
	display: inline-block;
	padding: 0 3px;
	max-width: 130px;
	vertical-align: top;
}

.recFree ul li img {
	width: 55px;
	height: 55px;
}

.recFree ul li span {
	display: block;
	font-size: .75rem;
	line-height: 1;
	height: 24px;
	vertical-align: top;
}

.f-glutine { color: #d6b270; }
.f-soia { color: #a5aa50; }
.f-arachidi { color: #e0b686; }
.f-frutta { color: #a07755; }
.f-sesamo { color: #d9bb78; }

.recipe h3 {
	color: #bb6647;
	font-size: 2rem;
	padding-top: 1rem;
	padding-bottom: 2rem;
	letter-spacing: 0.4px;
}

.container p {
	color: #563b30;
	display: inline-block;
}

.recipe .qtyP {
	padding-bottom: 1rem;
}

.recipe .qtyP select {
	border: 1px solid #d6d3cc;
	background: none;
	padding: 12px;
	margin: 0 5px;
	color: #563b30;
	font-size: 1rem;
}

#ingredienti {
	padding-bottom: 2rem;
}

#ingredienti > p {
	text-transform: uppercase;
}

.un {
	border-top: 1px solid #d6d3cc;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}

.un li {
	color: #563b30;
	position: relative;
	border-bottom: 1px solid #d6d3cc;
	padding: 10px 0 10px 0px;
	font-size: .875rem;
}

.un li.done {
	color: #d6d3cc;
}

.un li.done span.item:before {
	background: #d6d3cc;
	-webkit-box-shadow: inset 0 0 0 1px #d6d3cc;
    box-shadow: inset 0 0 0 1px #d6d3cc;
}

.un li span.item {
	padding-left: 25px;
	display: inline-block;
}

.un li span.item q {
	font-style: normal;
}

.un li span.item q.plural {
	display: none;
}

.un li span.item:before {
	content: '';
	width: 14px;
	height: 14px;
	-webkit-box-shadow:inset 0 0 0 1px #c1ad92;
	box-shadow:inset 0 0 0 1px #c1ad92;
	position: absolute;
	left: 0;
	top: 12px;
	display: block;
	border-radius: 50%;
}

sup {
	vertical-align: super;
	font-size: smaller;
}

.un li.alt i {
	position: absolute;
	right: 0;
	top: .5rem;
	width: 30px;
	height: 30px;
	transition: .5s linear;
}

.un li.alt.open {
	padding-bottom: 0;
}

.un li.alt.open i {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	top: .25rem;
}

.un li.alt i:after {
	content: '';
	width: 10px;
	height: 10px;
	background-image: url('../images/arrow-down.svg');
	background-repeat: no-repeat;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.un li.alt span.alt {
	display: block;
	background: #eae9e5;
	height: 0;
	overflow: hidden;
	transition: .5s;
	padding: 0 0 0 25px;
}

.un li.alt.open .alt {
	display: block;
	height: auto;
	margin-top: 10px;
	padding: 10px 0 8px 25px;
}

#procedimento ul li {
	padding: 0 0 2rem 2rem;
	position: relative;
}

#procedimento ul li:before {
	height: 100%;
	width: 1px;
	background: #bfa583;
	content: '';
	position: absolute;
	left: 7px;
}

#procedimento ul li.done p img {
	filter: grayscale(100%);
	opacity: .15;
}

#procedimento ul li.done:before {
	background: #d6d3cc;
}

#procedimento h6 {
	color: #bfa583;
	font-weight: bold;
	font-size: .875rem;
	padding-bottom: 1rem;
}

#procedimento ul li i {
	width: 18px;
	height: 18px;
	-webkit-box-shadow:inset 0 0 0 1px #bfa583;
	box-shadow:inset 0 0 0 1px #bfa583;
	position: absolute;
	border-radius: 50%;
	left: -2px;
	top: 0;
	background: #f7f4ef;
	border: 2px solid #f7f4ef;
}

#procedimento ul li.done i {
	-webkit-box-shadow:inset 0 0 0 1px #d6d3cc;
	box-shadow:inset 0 0 0 1px #d6d3cc;
	background: #d6d3cc;
}

#procedimento ul li p a {
	color: #bb6647;
	font-weight: bold;
}

#procedimento ul li.done h6,
#procedimento ul li.done p,
#procedimento ul li.done p a {
	color: #d6d3cc;
}

#procedimento ul li.done img {
	filter: grayscale(100%);
	opacity: .25;
}

#procedimento ul li:last-child:before {
	display: none;
}

.recipeBannerSmall img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 4px;
}

.recipeBannerLarge {
	margin: 1.5rem 0;
}

.recipeBannerLarge img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.relatedSec {
	padding: 3rem 0 1rem 0;
}

.relatedSec .arrows {
	display: none;
}

.relatedSec .container {
	padding: 0;
}

.slick-dots {
	text-align: center;
}

.slick-dots li {
	display: inline-block;
	padding: 0 2px;
}

.slick-dots li.slick-active button {
	background: #bfa583;
}

.slick-dots li button {
	width: 16px;
	height: 16px;
	-webkit-box-shadow:inset 0 0 0 1px #bfa583;
	box-shadow:inset 0 0 0 1px #bfa583;
	border-radius: 50%;
	background: #f7f4ef;
	border: 2px solid #f7f4ef;
	text-indent: -999rem;
	padding: 0;
}

.box {
	background: #fff;
	padding: 30px 20px;
	position: relative;
	margin: 4rem 0 1rem 0;
}

.box .dot {
	position: absolute;
	max-width: 64px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -25px;
}

.box h3 {
	text-align: center;
	padding: 1.5rem 0;
}

.tagsList {
	padding-bottom: 2rem;
}

.tagsList ul.tags li {
	padding-bottom: .5rem;
	background: none;
	padding: 0;
}

.tagsList ul.tags li a {
	background: none;
	border: 1px solid #a7ad87;
	color: #a7ad87;
	padding: 8px 12px 6px 12px;
	border-radius: 30px;
}

ul.tags li.more a {
	border: 1px solid #bfa583;
	background: none;
	color: #bfa583;
}

.videoWrap {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

.videoWrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.footActions {
	padding: 4rem 0 1rem 0;
	display: grid;
	grid-template-columns: 50% 50%;
	text-align: center;
	display: block;
}

.footActions h5 {
	font-weight: bold;
	color: #563b30;
	font-size: .875rem;
	line-height: 1.125;
	text-align: center;
	padding-bottom: .75rem;
	letter-spacing: 1.3px;
	padding: 0 1rem 1rem 1rem;
}

.footActions > div:first-child {
	border-right: 1px solid #e6e3dc;
	border: none;
}

.footActions #like {
	color: #d6d3cc;
	font-weight: bold;
	position: static;
}

.counternum {
	display: block;
}

.footActions img {
	max-width: 42px;
	display: block;
	margin: 0 auto 5px auto;
}

.btn {
	text-decoration: none;
	background: #bb6647;
	color: #fff;
	border-radius: 20px;
	font-size: .875rem;
	padding: 9px 14px 8px 14px;
	font-weight: normal;
	letter-spacing: 1px;
}

#related {
	padding-bottom: 1rem;
}

#related img {
	width: 120px;
	height: 114px;
	border-radius: 120px;
	margin: 0 auto;
}

#related .item {
	margin-right: 10px;
	text-align: center;
}

#related a {
	text-align: center;
	color: #563b30;
	font-weight: bold;
	text-decoration: none;
	line-height: 1;
	padding: 0;
	display: inline-block;
	margin: 10px 0 0 0;
	font-size: .875rem;
}

#related a span {
	padding: 10px;
	display: inline-block;
	letter-spacing: 1.3px;
}

#related .slick-track {
	padding-right: 25px;
}

#related .slick-track {
	padding-left: 25px;
}

body {
	height: auto !important;
}

body.open {
	overflow: hidden;
}

.mobileMenu {
	background: #bfa583;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 9999;
	height: 0;
	overflow: hidden;
	transition: .5s;
}

body.hambOpen .mobileMenu {
	height: 100%;
}

body.open header {
	z-index: 99999;
	background: none;
	border: none;
}

.logoW {
	display: none;
}

body.open .logo img {
	display: none;
}

body.open .logo .logoW {
	display: block;
}

body.open .hamburger-inner,
body.open .hamburger-inner:after,
body.open .hamburger-inner:before {
	background: #f7f4ef;
}

body.open .cartIco {
	display: none;
}

.mobileMenu ul.follow {
	width: calc(100% - 2rem);
	margin: 0 1rem;
	position: absolute;
	bottom: 1rem;
	text-align: center;
}

.mobileMenu ul.menu {
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	padding: 0 2rem;
}

.mobileMenu ul.menu li {
	padding: .5rem 0;
}

.mobileMenu ul.menu li a {
	font-size: 1.5rem;
	text-decoration: none;
	color: #f7f4ef;
}

.panel {
	position: fixed;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	z-index: 999999;
    background: #f7f4ef;
    display: none;
    transition: .5s;
    overflow-y:  scroll;
}

.panelHead {
	padding: 25px;
	position: relative;
}

.panelHead h5 {
	color: #563b30;
	font-size: .875rem;
	text-transform: uppercase;
	font-weight: bold;
}

.panelHead .close {
	position: absolute;
	right: 25px;
	top: 25px;
}

.panelHead .close img {
	width: 26px;
}

.panelContent {
	padding: 0 10px;
}

form input,
form textarea {
	border: 1px solid #563b30;
	background: none;
	padding: 8px 12px;
	width: 100%;
	font-size: 1rem;
	margin-bottom: 1rem;
	color: #563b30;
	transition: .5s;
	resize: none;
}

form textarea {
	min-height: 220px;
}

form input::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
	color: #563b30;
}

form input:focus,
form textarea:focus {
	background: #fff;
	border-color: #fff;
}

.formFoot {
	padding: 0;
}

.add img {
	width: 36px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.add {
	color: #563b30;
    display: inline-block;
    vertical-align: middle;
}

.add span {
	font-size: .875rem;
    display: inline-block;
    vertical-align: middle;
}

.formFoot button.btn {
	border:  none;
	outline: none;
	background: #767a64;
	text-transform: uppercase;
	font-family: 'VAG Rounded LT Pro', sans-serif;
	float: right;
	min-width: 120px;
}

.commentsList {
	margin: 2rem 0;
}

.commentsList li {
	padding: 0;
	color: #563b30;
	padding: 20px 0;
	border-top: 1px solid #aba199;
}

.commentsList li p {
	color: #563b30;
	padding-bottom: .5rem;
}

.commentsList li #like img {
	width: 26px;
}

#hyvor-talk-view .background-box {
	background: none;
}


/** Recipes **/

.recipes .tool {
	padding: 0 .5rem .25rem .5rem;
	font-size: 0;
	vertical-align: top;
	border-bottom: 1px solid #d6d3cc;
	position: relative;
}

.recipes .tool > input {
	width: calc(100% - 2.5rem);
    border: none;
    color: #563b30;
    background-color: transparent;
    display: inline-block;
    padding: 0.5rem;
    font-size: 1rem;
    vertical-align: top;
    background-image: url(../images/search.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center left;
    text-indent: 30px;
    letter-spacing: 1.3px;
}

.recipes .tool > input::-webkit-input-placeholder {
	color: #e3d8c9;
}
.recipes .tool > input::-moz-placeholder {
	color: #e3d8c9;
}
.recipes .tool > input:-ms-input-placeholder {
	color: #e3d8c9;
}
.recipes .tool > input:-moz-placeholder {
	color: #e3d8c9;
}

.recipes .tool-open .selectors {
	padding: 0;
}

.recipes .list.grid {
	padding-top: 4rem;
	position: relative;
	overflow: hidden;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	-webkit-appearance:none;
}

.recipes .tool-open .selectors > div {
	display: grid;
	border-bottom: 1px solid #d6d3cc;
	grid-template-columns: 25% 75%;
	display: block;
	padding: .5rem 0;
	position: relative;
	text-align: left;
}

.recipes .tool-open .selectors > div:after {
	content: '';
	position: absolute;
	right: 0px;
	top: 30%;
	background-position: center;
	background-size: .75rem;
	background-repeat: no-repeat;
	background-image: url('../images/arrow-down.svg');
	width: 1.5rem;
	height: 1.5rem;
}

.recipes .tool-open .selectors > div.range:after {
	display: none;
}


.recipes .tool-open .selectors h3 {
    color: #563b30;
    font-size: .9rem;
    letter-spacing: 1px;
    font-weight: bold;
    padding: 0;
    line-height: 1.25;
    width: 29%;
    display: inline-block;
    text-transform: uppercase;
    vertical-align: middle;
}

.recipes .tool-open .selectors .wrap {
	width: 69%;
	display: inline-block;
	position: relative;
}

.select2-container {
	z-index: 2;
}

.recipes-2 #portate,
.recipes-2 #ingr,
.recipes-2 .tool-open select.select2-hidden-accessible {
	display: none !important;
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	overflow: hidden !important;
}

.recipes-2 .tool-open {
	padding-bottom: 1rem;
	position: relative;
}

.recipes-2 .tool-open .selectors {
	align-items: start;
}

.recipes-2 .tool-open .selectors > div {
	height: auto !important;
	min-height: 0;
	padding: .5rem 0 !important;
	overflow: visible;
}

.recipes-2 .tool-open .selectors > div:not(.range) {
	height: 48px !important;
	max-height: 48px !important;
	min-height: 48px;
	overflow: hidden;
}

.recipes-2 .tool-open .selectors > div.range {
	height: 48px !important;
	max-height: 48px !important;
	min-height: 48px;
	overflow: visible;
	padding-top: 13px !important;
}

.recipes-2 .tool-open .selectors > div:not(.range).has-selected {
	height: auto !important;
	max-height: none !important;
	overflow: visible;
}

.recipes-2 .tool-open .selectors .wrap {
	height: 36px !important;
	max-height: 36px !important;
	min-height: 36px;
	vertical-align: top;
	overflow: hidden;
}

.recipes-2 .tool-open .selectors > div.has-selected .wrap {
	height: auto !important;
	max-height: none !important;
	overflow: visible;
}

.recipes-2 .select2,
.recipes-2 .select2-container,
.recipes-2 .select2-container .selection,
.recipes-2 .select2-container .select2-selection--multiple {
	height: 36px !important;
	max-height: 36px !important;
	min-height: 36px;
	overflow: hidden;
}

.recipes-2 .tool-open .selectors > div.has-selected .select2,
.recipes-2 .tool-open .selectors > div.has-selected .select2-container,
.recipes-2 .tool-open .selectors > div.has-selected .select2-container .selection,
.recipes-2 .tool-open .selectors > div.has-selected .select2-container .select2-selection--multiple {
	height: auto !important;
	max-height: none !important;
	overflow: visible;
}

.recipes-2 .select2-container .select2-selection--multiple .select2-selection__rendered {
	height: 36px !important;
	max-height: 36px !important;
	min-height: 36px;
	width: 100%;
	display: block;
	overflow: hidden;
	padding-bottom: 4px;
}

.recipes-2 .tool-open .selectors > div.has-selected .select2-container .select2-selection--multiple .select2-selection__rendered {
	height: auto !important;
	max-height: none !important;
	overflow: visible;
}

.recipes-2 .select2-container--open,
.recipes-2 .select2-container--open .selection,
.recipes-2 .select2-container--open .select2-selection--multiple {
	overflow: visible !important;
	z-index: 1052;
}

.recipes-2 .select2-dropdown {
	z-index: 1053;
}

.recipes-2 .select2-container--default .select2-selection--multiple,
.recipes-2 .select2-container--default .select2-selection--multiple * {
	cursor: pointer;
}

.recipes-2 .select2-container--default .select2-selection--multiple .select2-search--inline,
.recipes-2 .select2-container--default .select2-selection--multiple .select2-search__field {
	cursor: pointer !important;
	caret-color: transparent;
}

.recipes-2 .select2-container--default .select2-selection--multiple .select2-search--inline {
	position: absolute !important;
	overflow: hidden !important;
	height: 0 !important;
}

.recipes-2 .select2-container--default .select2-selection--multiple .select2-search__field {
	width: 1px !important;
	max-width: 1px !important;
	height: 1px !important;
	max-height: 1px !important;
	min-height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden !important;
	resize: none !important;
}

.recipes-2 .tool-open .selectors > div:not(.range):after {
	z-index: 4;
	pointer-events: none;
}

.recipes-2 .list.grid {
	padding-top: 1.5rem;
	transition: opacity 0.2s ease;
}

#recipesList.is-loading .list.grid {
	opacity: 0.45;
	pointer-events: none;
}

.recipes-summary {
	color: #b9926a;
	font-size: .9rem;
	letter-spacing: 1px;
	padding: 1rem 0 0 0;
	position: relative;
	text-align: left;
	text-transform: uppercase;
}

.recipes-summary a {
	color: #bb7b61;
	display: inline-block;
	font-weight: bold;
	margin-left: .75rem;
	position: relative;
	text-decoration: none;
}

.recipes-summary a:hover {
	color: #bb7b61;
	text-decoration: underline;
}

.tool-open .select2-container--default .select2-selection--multiple {
	background: none;
	border: none;
	padding: 0;
	border-radius: 0;
}

.tool-open .select2-container--default .select2-search--inline .select2-search__field {
    font-family: 'VAG Rounded LT Pro';
    margin: 10px 0;
    padding: 0;
    font-size: .9rem;
    color: #bea98c;
    height: 20px;
}

.tool-open .select2-container--default .select2-selection--multiple .select2-selection__choice {
    font-family: 'VAG Rounded LT Pro';
    margin: 5px 5px 0 0;
    font-size: .9rem;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1.3px;
    background: #bea98c;
    border: none;
    border-radius: 20px;
    padding: 5px 20px 3px 10px;
}

.tool-open .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    right: 5px;
    left: auto;
    top: 7px;
    color: #fff;
    opacity: 1;
	position: absolute;
	width: 1rem;
	height: 1rem;
}

.tool-open .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:before {
    width: 1rem;
    height: 1rem;
    content: '';
    background-image: url(../images/close-w.svg);
    position: absolute;
    background-repeat: no-repeat;
    left: 1px;
    top: 3px;
    background-size: 12px;
}

.tool-open .select2-container--default .select2-selection--multiple .select2-selection__choice__remove span {
	display: none;
}

.tool-open .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding-left: 0;
}

.tool-open .select2-container--default .select2-selection--multiple .select2-selection__clear {
	color: #563b30;
	display: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	vertical-align: top;
}

.select2-container--open .select2-dropdown--below {
	border: none;
	border-radius: 0;
}

.select2-container--default .select2-results>.select2-results__options {
	border: none;
	background: #fff;
	border-radius: none;
}

.select2-results__option--selectable {
	font-size: 1rem;
	color: #563b30;
	text-transform: uppercase;
	padding: 0.75rem 1rem;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background: #b9926a;
	color: #fff;
}

.select2-container--default .select2-results__option--selected {
	background: #b9926a;
	color: #fff;
}

.recipes .tool-open .selectors > div.range {
	padding: .9rem 0 1rem 0;
}

.range > div {
	position: relative;
}

.recipes .tool-open .selectors .range h3 {
	text-align: left;
	padding: 0;
	width: 20%;
}

.recipes .tool-open .selectors .range .wrap {
	width: 78%;
}

.recipes .tool-open .selectors .range .wrap > div {
	position: relative;
}

.range input {
	width: 100%;
}

.rangeslider {
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
}

.rangeslider__fill {
	background: #b9926a;
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.rangeslider--horizontal .rangeslider__handle {
	width: 14px;
	height: 14px;
	background: #f7f4ef;
	border: 1.5px solid #bfa583;
	-webkit-box-shadow: 0 0 0 2px #f7f4ef;
	box-shadow: 0 0 0 2px #f7f4ef;
    top: -5px;
}

.rangeslider__handle:after {
	display: none;
}

.rangeslider--horizontal {
    height: 4px;
    background: #d6d3cc;
    width: calc(100% - 80px);
    display: inline-block;
    position: relative;
    top: -3px;
}

.range output {
    color: #563b30;
    font-size: .9rem;
    line-height: 1.25;
    padding-top: 0.25rem;
    display: inline-block;
    width: 70px;
    text-align: right;
    letter-spacing: 1.3px;
    position: absolute;
    right: 0;
}

.recipes .tool .filterBtn {
	width: 1.5rem;
	height: 1.5rem;
	position: absolute;
	right: 0;
	top: 5px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
	background-image: url('../images/filter.svg');
	display: inline-block;
	cursor: pointer;
}

.recipes .heading {
	padding-bottom: 0rem;
}

.heading h1 {
	color: #b9926a;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	font-size: 2rem;
	padding: 4rem 0 2rem 0;
}

.archive {
	margin: 3rem auto 0 auto;
}

.tagPage .tool {
	display: none;
}

#recipesList {
	margin-top: 0;
	margin-bottom: 8rem;
}

.load-wrap {
	text-align: center;
}

#load-more {
	font-family: 'VAG Rounded LT Pro', sans-serif;
	padding: 14px 32px 13px 32px;
	border: none;
	border-radius: 40px;
	font-size: 1rem;
	font-weight: bold;
	text-transform: uppercase;
	transition: .5s;
}

#load-more:hover {
	background: #d36e49;
}

.archive ul li {
	padding: 0;
	margin: 0 0 1rem 0;
	left: 0;
	top: 0;
	transition: all 0.4s;
}

.archive ul.tags li {
	margin: 0;
}

.visible_item {
	display:none;
}

.items-visible .grid-item {
	opacity: 1;
}


.archive ul li.hidden {
	transform: none !important;
	opacity: 1;
}

.archive ul li a {
	text-decoration: none;
}

.archive ul li a h3 {
	color: #563b30;
	text-decoration: none;
	font-size: 1.5rem;
	padding-bottom: 0;
    padding-top: 1rem;
    letter-spacing: .4px;
}

.archive .tags {

}

.archive .pagination {
	padding: 2rem 0 4rem 0;
	text-align: center;
}

.archive .pagination li {
	margin: 0 .5rem;
	display: inline-block;
}

.archive .pagination li a {
    color: #bfa583;
    padding: 5px;
    border-radius: 60px;
    border: 1px solid #bfa583;
    width: 36px;
    display: inline-block;
}

.archive .pagination li.active a {
	background: #bfa583;
	color: #fff;
}

.article .cover {
}

.article .cover img {
}

.article .cover .caption {
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.5) 60%);
	padding-top: 4rem;
}

.article .cover .caption h1 {
	font-size: 2rem;
	line-height: 1.125;
}

.article .cover .tag {
	color: #fff;
	padding: 11px 16px 9px 16px;
	border-radius: 20px;
	border: 1.5px solid #fff;
	text-transform: uppercase;
	margin-right: .5rem;
	text-decoration: none;
}

.article article {
	padding: 4rem 0;
}

.article article .container {
	padding: 0 25px;
}

.article article h3,
.article article h4 {
	color: #bb6647;
	font-size: 2rem;
	padding: 2rem 0 0 0;
	line-height: 1.25;
}

.article article h4 {
	font-weight: 400;
}

.article article p {
	color: #563b30;
	padding: 1rem 0;
	display: block;
}

.article article ul {
	color: #563b30;
	list-style: disc;
	padding-left: 1rem;
}

.article article ul li {
	color: #563b30;
}

.article article p a {
	color: #563b30;
}

.article article blockquote {
	text-align: center;
	padding: 4rem 1rem;
}

.article article blockquote img {
	max-width: 120px;
}

.article article blockquote p {
	text-align: center;
	color: #8b916d;
	font-size: 1.5rem;
	line-height: 1.25;
	margin-top: 1rem;
}

.article article .box {
	margin-bottom: 4rem;
}

.box ul li {
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #d6d3cc;
	padding-top: 1rem;
	padding-left: 0;
}

.box ul li a {
	color: #333;
}

.box ul li:last-child {
	border: none;
}

.articles .archive ul li {
	margin-bottom: 2rem;
}

.articles .archive ul li a h3 {
	line-height: 1.35;
	font-size: 1.35rem;
	padding-top: 1rem;
}

.home #gallerySlider .slideItem {
	position: relative;
}

.home #gallerySlider .slideItem:before {
	background: #000;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	z-index: 1;
}

.home #gallerySlider .slideItem .caption {
	position: absolute;
	z-index: 2;
	bottom: 2.5rem;
	left: 0;
}

.home #gallerySlider .slideItem .caption:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -2.5rem;
	width: 100%;
	height: 120%;
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.5) 50%);
}

.home #gallerySlider .slideItem .caption p {
	font-size: 1.875rem;
	color: #fff;
	line-height: 1.25;
	padding: 1rem 1.25rem;
	position: relative;
	z-index: 1;
}

.home #gallerySlider .slideItem .caption .btn {
	color: #fff;
	border: 1.5px solid #fff;
	background: none;
	font-weight: 500;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	margin: 1.25rem;
}

.home #gallerySlider .slick-dots li button {
	border: none;
	background: #eae5dc;
	-webkit-box-shadow: none;
    box-shadow: none;
    width: 12px;
    height: 12px;
}

.home #gallerySlider .slick-dots li.slick-active button {
    background: #bfa583;
}

.home #intro {
	text-align: center;
	padding-bottom: 4rem;
}

.home #intro h3 {
	font-size: 1.875rem;
	color: #8b916d;
	text-align: center;
	line-height: 1.35;
	padding: 2rem 0;
}

.home .recipes {
	background: #fff;
	width: 100%;
}

.home .recipes .heading {
	text-align: center;
	padding: 2rem 0 3rem 0;
}

.home .recipes .heading h3 {
	color: #bb6647;
	padding-bottom: 1.5rem;
}

.home .recipes > ul {
	width: calc(100% - 50px);
	margin: 0 auto;
}

.home .recipes .container > ul > li {
	display: none;
}

.home .recipes .container > ul > li:nth-child(1),
.home .recipes .container > ul > li:nth-child(2),
.home .recipes .container > ul > li:nth-child(3) {
	display: block;
}

.home .recipes .tags {
	padding-top: .5rem;
}

.home .recipes .arrows {
	display: none;
}

.recipePromo {
	margin: 40px auto;
	max-width: 560px;
	padding: 20px 30px;
	border: 2px dashed #bb6647;
	border-radius: 4px;
	text-align: center;
}

.recipePromo p {
	margin: 0;
	color: #563b30;
	font-size: 1rem;
	line-height: 1.6;
}

.recipePromo .promoCta {
	color: #bb6647;
	text-decoration: underline;
	font-weight: 600;
}

.promoBox {
	padding: 8rem 0;
	background: #eee;
	position: relative;
}

.promoBox .caption {
	padding: 0 2rem;
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 2;
}

.promoBox .caption h3 {
	padding-bottom: 1rem;
	letter-spacing: .4px;
}

.promoBox .caption p {
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 3rem;
	letter-spacing: 1.3px;
}

.promoBox .caption .btn {
	text-transform: uppercase;
	font-weight: 600;
	padding: 9px 18px 8px 18px;
	display: block;
    font-family: 'VAG Rounded LT Pro', sans-serif;
}

.promoBox.corso {
	background: #be444b;
}

.promoBox.corso h3,
.promoBox.corso p {
	color: #eae5dc;
}

.promoBox.corso .btn {
	color: #be444b;
	background: #eae5dc;
	display: inline-block;
}

.promoBox .bckg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}

.promoBox .bckg img {
	position: absolute;
	left: -35%;
	top: -5%;
	width: 215%;
	max-width: none;
	transition: .5s;
}

#shopSlider {
	background: #fff;
}

#shopSlider .arrows {
	position: relative;
}

#shopSlider .slideItem .caption {
	text-align: center;
	padding-bottom: 1rem;
}

#shopSlider .slideItem .caption p {
	color: #563b30;
	padding-bottom: 1rem;
}

#shopSlider .slideItem {
	text-decoration: none;
}

#shopSlider .slideItem .caption .btn {
	background: #d8a656;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
}

#shopSlider .slideItem .caption p span {
	font-size: .9rem;
	font-weight: bold;
	text-transform: uppercase;
}

#shopSlider .arrows div {
	width: 52px;
	height: 52px;
}

#shopSlider .arrows .arrow-right {
	position: absolute;
	bottom: 0;
	right: 0;
}

#shopSlider .arrows img {
	max-width: 52px;
}

.articlesBox h3 {
	color: #bb6647;
	text-align: center;
	padding: 5rem 2rem 2.5rem 2rem;
	line-height: 1.25;
}

.articlesBox .container {
	padding: 0;
}

.articlesBox .arrows {
	display: none;
}

#sib-container {
	margin: 0;
	padding: 0;
}

.sib-form .entry__field:focus-within {
	box-shadow: none;
}

.sib-form {
	padding: 0;
}

.sib-form-block {
	padding: 0;
}

.sib-form-container a {
	color: #fff !important;
}

.promoBox.newsletter {
	background: #a7ad87;
	padding-bottom: 4rem;
}

.promoBox.newsletter .caption p {
	color: #fff;
	letter-spacing: 1.4px;
}

.promoBox.newsletter .sib-form form {
	text-align: left;
	color: #fff;
}

.sib-form .entry__field {
	background: none;
	border-color: #fff;
	border-radius: 0;
}

.promoBox.newsletter .sib-form form input {
	color: #fff;
	background: none;
	padding: 12px 12px 10px 12px;
	border-color: #fff;
	letter-spacing: .8px;
	height: auto;
	border-radius: 0;
	font-family: 'VAG Rounded LT Pro', sans-serif;
	outline: none;
}

.promoBox.newsletter .sib-form form input::-webkit-input-placeholder {
	color: #fff;
	opacity: .75;
}
.promoBox.newsletter .sib-form form input::-moz-placeholder {
	color: #fff;
	opacity: .75;
}
.promoBox.newsletter .sib-form form input:-ms-input-placeholder {
	color: #fff;
	opacity: .75;
}
.promoBox.newsletter .sib-form form input:-moz-placeholder {
	color: #fff;
	opacity: .75;
}

.promoBox.newsletter .sib-form form .radio {
	padding-bottom: 2rem;
	padding-top: 1rem;
}

.promoBox.newsletter .sib-form form .radio input {
	width: auto;
}

.promoBox.newsletter .sib-form form .radio label {
	line-height: 1.25;
	display: block;
	letter-spacing: .8px;
}

[type="radio"]:checked,
[type="radio"]:not(:checked),
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label,
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 1.5px solid #fff;
    border-radius: 100%;
    background: none;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #fff;
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after,
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after,
[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    background: #bba587;
}

#sib-container {
	background: none;
}

.sib-form .entry__error {
	color: #4e4f4a;
}

.sib-optin {
	padding: .5rem 0 .5rem 0;
}

.sib-form-message-panel {
    border: 2px solid #fff;
    text-align: left;
    line-height: 1.25;
}

.promoBox.newsletter .entry__choice {
	margin-bottom: 0;
	margin-top: .5rem;
}

.promoBox.newsletter .entry__choice p {
	font-size: 1rem;
    font-weight: 400;
    text-transform: none;
    font-family: 'VAG Rounded LT Pro', sans-serif;
    letter-spacing: .4px;
    line-height: normal;
    margin: 0;
    padding: 0;
    display: block;
    text-indent: 0;
}


.entry__choice .checkbox {
	border-radius: 50%;
	background: #a7ad87;
	border: 1.5px solid #fff;
}

.entry__choice .lab {
    padding-left: 6px;
    display: inline-block;
    vertical-align: top;
}

.sib-form .input_replaced:checked+.checkbox_tick_positive {
	background: #fff;
	border-color: #fff;
}

.sib-form .checkbox_tick_positive:before {
	border: none;
}


.promoBox.newsletter form button {
	color: #878e57;
	border: none;
	background: #fff;
	margin-top: 1rem;
}

.promoBox.newsletter .bckg img {
	opacity: .5;
	width: 175%;
}

.home footer {
	margin-top: 0;
}

footer q {
	display: block;
}

.info h1 {
	color: #b9926a;
	font-size: 1.75rem;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .4px;
}

.info h1 small {
	font-size: 1.25rem;
	line-height: 1.25;
	display: inline-block;
	padding-top: 1rem;
}

.info h4 {
	color: #563b30;
	font-size: 1rem;
	padding: 2rem 0;
	letter-spacing: 1.3px;
	text-transform: uppercase;
	line-height: 1.5;
}

.info p a,
.info table,
.info li {
	color: #563b30;
}

.info table {
	padding: 2rem 0;
}

.info table th {
	opacity: .75;
	padding-bottom: 1rem;
	text-align: left;
}

.info table tr {
	margin-bottom: 2rem;
}

.info table td {
	padding: 0 1rem 1rem 0;
}

.info main .container > ul {
	padding-left: 1rem;
}

.info main .container > ul > li {
	list-style: square;
}

.info ol.alf,
.info ol.rom {
	list-style: lower-alpha;
	padding: 2rem 0 1rem 2rem;
}

.info ol.rom {
	list-style: lower-roman;
}

.info ol.alf li::marker {
	font-weight: bold;
}

.info ol ul {
	padding-left: 1rem;
}

.info ol ul li {
	list-style: square;
}

.info main ol > li {
	padding-bottom: 1rem;
}

p.high {
	color: #8b916d;
	font-size: 1.75rem;
	text-align: center;
	color: #8b916d;
	line-height: 1.35;
	padding: 4rem 0;
	letter-spacing: .3px;
}

.info .box {
	color: #bb6647;
	margin: 6rem 0 4rem 0;
}

.info .box li {
	color: #563b30;
}

.info .box p {
	padding: 2rem 0;
}

.info h2 {
	color: #bb6647;
	font-size: 1.875rem;
	text-align: center;
	padding: 4rem 0 2rem 0;
	font-weight: 400;
}

.tabs {
	overflow: hidden;
	border-bottom: 1px solid #d6d3cc;
}

.tab {
	width: 100%;
	color: white;
	overflow: hidden;
}

.tab-label {
	display: flex;
	justify-content: space-between;
	padding: 1rem;
	font-weight: bold;
	cursor: pointer;
	color: #563b30;
	border-top: 1px solid #d6d3cc;
	width: 100%;
	padding: 1rem 20px 1rem 0 !important;
	background: none !important;
}

.tab-label:hover {
	background: #000;
}

.tab-label::after {
	content: "";
	width: .75rem !important;
	height: .75rem !important;
	opacity: 1 !important;
	-webkit-transform: scale(1) !important;
    transform: scale(1) !important;
	text-align: center;
	transition: all .35s;
	background: none;
	right: 0 !important;
	top: 1.5rem !important;
	left: auto !important;
	border-radius: 0 !important;
	background: transparent !important;
	background-image: url('../images/arrow-down.svg') !important;
	background-repeat: no-repeat !important;
	background-size: 100% auto;
}

.tab-label::after {
}

.tab-content {
    max-height: 0;
    padding: 0 1em;
    color: #563b30;
    font-size: 1rem;
    transition: all .35s;
}

.tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    cursor: pointer;
}

.tab-close:hover {
}

.tabs label::before {
	display: none;
}

.tabs input:checked + .tab-label {
}

.tabs input:checked + .tab-label::after {
	transform: rotate(180deg) !important;
	top: 1rem !important;
}

.tabs input:checked ~ .tab-content {
	max-height: 100vh;
    padding: 0 0 2rem 0;
}


.chi-siamo h1 {
	color: #8b916d;
	text-transform: none;
	font-weight: normal;
	padding: 3rem 2rem;
}

.chi-siamo h1 i,
.contatti h1 i {
	display: block;
}

.m4, .m5 {
	max-width: 120px;
	margin: 5rem auto -2rem auto;
	display: block;
	position: relative;
}

.chi-siamo .contMobile {
	padding: 0;
}

.chi-siamo .contMobile p {
	padding: 0 3rem;
}

.chi-siamo main p {
	text-align: left;
}

.chi-siamo .gallery {
	padding: 4rem 0 0 0;
	margin-bottom: 4rem;
	position: relative;
}

.chi-siamo .gallery .arrow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
}

.chi-siamo .gallery .arrow img {
	width: 50px;
}

.chi-siamo .gallery .arrow-right {
	left: auto;
	right: 0;
}

.chi-siamo .footActions {
	grid-template-columns: 50% 50%;
	display: grid;
}

.contatti h1 {
	color: #8b916d;
	text-transform: none;
	font-weight: 500;
	padding-bottom: 1.5rem;
}

.contatti h4 {
	color: #8b916d;
	text-align: center;
	line-height: 1.35;
	font-size: .9rem;
	padding: 0 2rem 3.5rem 2rem;
}

#contactForm {
	padding-bottom: 3rem;
}

#contactForm input,
#contactForm textarea {
    color: #563b30;
    background: none;
    padding: 12px 12px 10px 12px;
    border-color: #aba199;
    letter-spacing: .8px;
    margin: 0.5rem 0;
}

#contactForm .radio {
	padding-bottom: 1.5rem;
}

#contactForm .radio label {
	color: #563b30;
	letter-spacing: 1px;
	font-size: .9rem;
}

#contactForm .radio label:before {
	border-color: #bba587;
	content: '';
}

#contactForm .radio label a,
#contactForm .radio a {
	color: #563b30;
}

#contactForm button {
	background: #767a64;
	border: none;
	font-family: 'VAG Rounded LT Pro', sans-serif;
	text-transform: uppercase;
	padding: 8px 24px 7px 24px;
	border-radius: 24px;
}

.contatti .boxb {
	text-align: center;
	padding-bottom: 4rem;
}

.contatti .boxb h4 {
	padding-bottom: 2rem;
}

.contatti .boxb .btn {
	background: #d8a656;
	text-transform: uppercase;
	padding: 11px 21px 10px 21px;
}

.contatti .foot {
	padding: 0 3rem;
}

.contatti .foot .box {
	margin: 0 0 6rem 0;
	max-width: 100%;
}

.contatti footer {
	margin-top: 0;
}

.field span,
#privacy-info {
    font-size: .75rem;
    color: #563b30;
    display: block;
    position: relative;
    top: -0.5rem;
    left: 12px;
    opacity: .75;
}

#privacy-info {
	top: 0;
	left: 0;
}

.feedbackOK {
	background: #fff;
	padding: 1rem;
	text-align: center;
}

.feedbackOK p {
	font-size: .9rem;
	line-height: 1.25;
}

.books {
	text-align: center;
}

.books p {
	padding: 1rem 0;
}

.books .btn {
	background: #fff;
	display: inline-block;
	padding: 1rem;
	min-width: 210px;
	text-align: center;
	border-radius: 50px;
}

.books ul {
	padding-bottom: 4rem;
	padding-top: .5rem;
}

.books li:first-child img {
	height: 24px;
	margin: 4px auto;
}

.books .btn img {
	height: 32px;
	display: block;
	margin: 0 auto;
}

.books li {
	padding: 0 0 .5rem 0;
}

.container.contMobile {
	padding: 0;
}

#like .fill {
	opacity: 0;
}

#like {
	bottom: 10px;
}

.heart-img {
	width: 36px;
	height: 36px;
}

.heart-img img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

#like.like-counter .fill {
	opacity: 1;
}

#like.like-counter .out {
	opacity: 0;
}

.cover .counternum {
	text-align: center;
	font-weight: bold;
	color: #fff;
	height: 24px;
}

.footActions .counternum {
	margin-top: 5px;
}

#cookie {
	background: #bfa583;
	padding: 2rem;
	text-align: center;
	bottom: 0;
	top: auto;
	position: fixed;
	width: 100%;
	z-index: 99999999;
}

#cookie p,
#cookie p a {
	color: #fff;
	text-align: center;
}

#cookie .cookieAccept {
	color: #bfa583;
	background: #fff;
	padding: 12px 24px 10px 24px;
	border-radius: 100px;
	text-decoration: none;
	transition: .5s;
}

#cookie .cookieAccept:hover {
	-webkit-box-shadow: 0 1px 4px 1px rgba(0,0,0,.15);
	box-shadow: 0 1px 4px 1px rgba(0,0,0,.15);
}

.hidden {
	display: none;
}

.message-div {
	padding: 6rem 0;
	border: 1.5px dashed #563b30;
	text-align: center;
	color: #563b30;
	max-width: 480px;
	margin: 0 auto;
}

#loadingDiv {
	width: 100%;
	position: fixed;
	height: 100%;
	z-index: 9;
	background: #f7f4ef;
	text-align: center;
	padding-top: 10rem;
}

.corso .cover .caption h1 {
	text-align: left;
	padding: 0;
}

.corso .high {
	padding: 4rem 0 2rem 0;
	text-align: center;
}

.corso .contMobile .high q {
	display: block;
}

.corso .intro {
	text-align: center;
	padding: 0;
}

.corso .intro .btn {
	background: #d8a656;
	padding: 13px 24px 12px 24px;
	font-size: .9rem;
	display: block;
	border-radius: 100px;
}

.corso .m4 {
	max-width: 160px;
	margin: 6rem auto 2rem auto;
}

.corso .high {
	text-align: center;
	padding-bottom: 4rem;
}

.corso .video-js {
	margin-bottom: 0;
}

.corso .high br {
	display: none;
}

.corso .icons {
	padding: 4rem 0;
}

.corso .icons img {
	max-width: 60px;
	text-align: center;
}

.corso .icons p {
	display: block;
	color: #bfa583;
	font-weight: 600;
	text-align: center;
	line-height: 1.125;
	font-size: .9rem;
	padding-top: .5rem;
}

.corso .box {
	text-align: center;
	padding-bottom: 4rem;
	margin-bottom: 0;
}

.corso .box ul {
	padding-bottom: 0;
	margin-bottom: 1.5rem;
    border-bottom: 1px solid #d6d3cc;
    text-align: left;
}

.corso .box ul li {
	text-align: left;
	padding-left: 32px;
	position: relative;
}

.corso .box ul li:before {
	content: '';
	background-image: url('../images/check.svg');
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 18px;
}

.corso .box a {
	color: #bb6647;
}

.corso .row h3 {
	color: #bb6647;
}

.corso .tabs {
	margin: 0 auto;
}

.corso .tabs .tab-label {
	text-transform: uppercase;
	text-align: left;
}

.corso .tabs .tab-content {
	text-align: left;
}

.corso.chi-siamo .footActions {
	display: block;
	padding: 6rem 0 3rem 0;
	text-align: center;
	width: 100%;
}

.corso.chi-siamo .footActions li {
	display: inline-block;
	padding: 0 .5rem;
}

.corso.chi-siamo .footActions li img {
	width: 32px;
	height: 32px;
}

.corso .video-js {
	margin-bottom: 0;
}

.video-js .vjs-big-play-button {
	border: none;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	background: rgba(187, 102, 71, .8);
}

.video-js .vjs-control-bar {
	background: rgba(187, 102, 71, .8);
}

.video-js .vjs-slider {
	background: rgba(0,0,0,.15);
}

.video-js:hover .vjs-big-play-button, .video-js .vjs-big-play-button:focus {
	background: rgba(187, 102, 71, 1);
}

.corso .cover .share {
	z-index: 2;
}

.corso .cover .share li {
	padding-bottom: 0rem;
}

.corso .promoBox.newsletter .caption p {
	text-align: center;
	padding-bottom: 1rem;
}

.corso .promoBox.newsletter .caption p br {
	display: none;
}

.corso .promoBox.newsletter {
	padding: 4rem 0 6rem 0;
	margin-bottom: 4rem;
}

.corso .promoBox .caption .btn {
	display: inline-block;
}

.corso .stickBar {
	background: #d8a656;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 3;
	text-align: center;
	padding: 1.5rem 0;
	display: none;
}

.corso .stickBar .btn {
	background: none;
	border: 2px solid #fff;
}

.corso .intro p small {
    font-size: .9rem;
    line-height: 1.5;
    text-align: center;
    display: inline-block;
    color: #988061;
}

.corso .accordion {
	margin-bottom: 2rem;
}


.newsletterPage footer {
	margin-top: 0;
}

.newsletterPage .promoBox.newsletter {
	padding: 12rem 0;
}

footer .container .center-xs p a {
	margin-right: 0;
}