/*!
Theme Name: Bazzara
Theme URI: http://underscores.me/
Author: Martino Stenta
Author URI: http://noiza.com
Description: Il tema WP per Bazzara
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bazzara
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Bazzara is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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;
}

/**
 * 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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #646469;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	line-height: 24px;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.125);
	outline: 0;
    border: 0;
	background-color: #f2f2f2;
	padding: 5px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #00355e;
}

a:visited {
	color: #00355e;
}

a:hover, a:focus, a:active {
	color: #00355e;
}

a:focus {
	outline: none;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}
.clear,
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/


/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
## Custom
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Structure
--------------------------------------------------------------*/

.row {
	width: 100%;
}
.row .cont {
	width: 100%;
	max-width: 1060px;
	margin: 0 auto;
	padding: 20px 10px;
}

.row.row-wide .cont {
	max-width: 1800px;
}
.row.row-910 .cont {
	max-width: 910px;
}
.row.row-840 .cont {
	max-width: 840px;
}
.row.row-680 .cont {
	max-width: 680px;
}
.row.row-450 .cont {
	max-width: 450px;
}
.row.row-270 .cont {
	max-width: 270px;
}
.row-grad {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 48%, rgba(242,244,247,1) 99%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 48%,rgba(242,244,247,1) 99%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 48%,rgba(242,244,247,1) 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f4f7',GradientType=0 );
}

body {
	background-color: #dadada;
}
#page {
	max-width: 1920px;
	margin: 0 auto;
	background: #fff;
}

/* Typography */

h3.blue-upp,
h1.blue-upp {
	color: #00355E;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 2px;
}
h2.blue-play {
	color: #00355E;
	font-size: 21px;
	line-height: 32px;
	font-family: 'Playfair Display', sans-serif;
}

/* Header */

.row-header {
	position: fixed;
	top: 0;
	z-index: 2;
	left: 0;
}
.row-header .cont {
	background-color: #fff;
}
.row-header * {
	transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
}
body {
	padding-top: 90px;
	transition: padding .25s ease-in-out;
   -moz-transition: padding .25s ease-in-out;
   -webkit-transition: padding .25s ease-in-out;
}


.row-header .cont {
	display: flex;
	justify-content: space-between;
	max-width: 1920px;
	padding: 0;
	-webkit-box-shadow: 0px 3px 12px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 12px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 12px 2px rgba(0,0,0,0.2);
	position: relative;
}
.site-branding a {
	display: block;
	text-indent: -9999px;
	width: 280px;
	height: 90px;
	background-image: url(img/logo_heritage.svg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 280px 90px;
	background-size: 360px 90px;
	
}
#topmenu,
#extra-lang {
	display: none;
}

.right-menu {
	width: 181px;
}
.top-ls {
	float: left;
	width: 100px;
	border-right: 1px solid #00355E;
	height: 90px;
	display: flex;
	align-items: center;
}
.top-ls .wpml_active_lang {
	display: none;
}
.top-ls a.menu-text {
	width: 50px;
}
.other-languages {
	width: 50px;
	text-align: center;
    position: relative;
}
.other-languages label {
	height: 90px;
	display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;

}
.extralang-menu {
	background-color: white;
	max-height: 0;
	padding: 0;
	overflow: hidden;
	position: absolute;
	box-shadow: 0 0 1px rgba(0,0,0,.3);/*
	transition: max-height 0.2s linear;*/
	text-align: center;
	z-index: 101;
	top: 80%;
	right: 0;
}


.other-languages input:checked ~ div.extralang-menu {
	max-height: 100vh;
	transition:max-height 0.5s ease-in;
	overflow-y: hidden;
}
ul.extra-lang-list {
	margin: 0;
	padding: 10px;
	list-style-type: none;
	width: auto;
	display: flex;
	justify-content: space-between;
}
ul.extra-lang-list li {

}
ul.extra-lang-list li a {
	display: block;
	width: 16px;
	margin: 0 5px;
}



a.menu-text {
	text-transform: uppercase;
	line-height: 90px;
	text-decoration: none;
	color: #00355E;
	font-weight: 700;
	text-align: center;
	display: block;
	letter-spacing: 3px;
}
a.menu-text.side-menu {
	min-width: 88px;
	width: calc(50% - 321px);
}
.megamenu {
	float: left;
	width: 80px;
	height: 90px;
}
.megamenu label {
	display: flex;
	height: 90px;
	width: 80px;
	
}


.menu-icon {
  position: relative;
  width: 36px;
  height: 36px;
  margin: auto;
}

.menu-icon path {
  stroke: #363636;
  stroke-width: 5;
  stroke-linecap: round;
  transition: all 250ms ease-in-out;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  will-change: transform, opacity;
}

.megamenu label:hover path,
.megamenu label:focus path,
.megamenu label:active path {
  stroke: #00355E;
}

.megamenu input:checked + label .menu-icon path:nth-child(1) {
  opacity: 0;
}

.megamenu input:checked + label .menu-icon path:nth-child(4) {
  opacity: 0;
}

.megamenu input:checked + label .menu-icon path:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.megamenu input:checked + label .menu-icon path:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}







div.submenu {
	max-height: 0;
	padding: 0;
	overflow: hidden;
	background-color: #F2F4F7;
	background-image: url(img/fiore-bg.svg);
	background-position: 2% 45%;
    -webkit-background-size: 1400px 1400px;
    background-size: 1400px 1400px;
	box-shadow: 0 0 1px rgba(0,0,0,.3);
	transition: max-height 0.5s ease-out;
	position: absolute;
	min-width: 100%;
	color: #fff;
	left: 0;
	text-align: center;
	z-index: 100;
}
.right-menu input:checked ~ div.submenu {
	max-height: 100vh;
	transition:max-height 0.5s ease-in;
	overflow-y: auto;
}

.sm-inner ul.menu {
	padding: 60px 20px 50px;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	/*display: grid;
	grid-template-columns: repeat(auto-fit,146px);
	justify-content: space-between;	
	grid-gap: 10px;*/
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	justify-content: space-around;
	list-style-type: none;
	text-align: left;
}


.sm-box,
.sm-inner ul.menu li.menu-item-has-children {
	margin-bottom: 10px;
	width: 180px;
}
.row-pre-footer .sm-inner,
.row-pre-footer .sm-inner ul.menu {
	margin: 0 auto;
	max-width: 100%;
}
.row-pre-footer .sm-inner ul.menu {
	padding: 30px 15px;
}
.row-pre-footer .sm-inner ul.menu li.menu-item-has-children {
	width: 200px;
}

.sm-box ul,
.sm-inner ul.menu ul {
	text-align: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.sm-box li.sm-item-1 > a,
.sm-box li.sm-item-1 > span,
.sm-inner ul.menu li.menu-item-has-children > a{
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 3px;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 15px;
} 

.sm-box a,
.sm-box span,
.sm-inner ul.menu li a {
	text-decoration: none;
	display: block;
	color: #00355e;
}
.sm-box ul ul a {
	line-height: 18px;
	padding: 3px 0;
}
a.sm-logo {
    display: block;
    text-indent: -9999px;
    width: 106px;
    height: 34px;
    margin-bottom: 10px;
    background-image: url(img/logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 106px 19px;
    background-size: 106px 19px;
}
.left-menu {
	background-color: #fff;
	width: 181px;
	position: relative;
}

.header-cart-count.header-cart-count-0 {
	opacity: 0;
	transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
}
.header-cart-count {
	position: absolute;
	background: #00355E;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	left: 50px;
	top: 17px;
	font-size: 10px;
	line-height: 20px;
	opacity: 1;
	transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
}


.left-menu a {
	float: left;
}

.left-menu a.menu-shop {
	color: #00355E;
	border-left: 0px solid #00355E;
	width: 100px;
	height: 90px;
	margin-left: 30px;
}
.left-menu a.menu-cart {
	width: 80px;
	height: 90px;
	background-image: url(img/online-shopping-cart-blue.svg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 27px 24px;
	background-size: 27px 24px;
	
}
.left-menu a.menu-cart span {
	display: block;
	text-indent: -9999px;
	
}
.left-menu a.menu-cart .header-cart-count {
	letter-spacing: 0;
}
.left-menu a.menu-cart:hover {
	background-color: #00355E;
	background-image: url(img/online-shopping-cart.svg);
}
.left-menu a.menu-cart:hover .header-cart-count {
	color: #00355E;
	background-color: #fff;
}

/* Testata ridotta */

body.no-top {
	padding-top: 60px;
}

.no-top .left-menu a.menu-cart,
.no-top .left-menu a.menu-shop,
.no-top .top-ls,
.no-top .megamenu,
.no-top .megamenu label {
	height: 60px;
}

.no-top a.menu-text {
	line-height: 60px;
}


.no-top .site-branding a {
	height: 60px;
	/* -webkit-background-size: 156px 28px;
	background-size: 156px 28px; */
	-webkit-background-size: 210px 50px;
	background-size: 210px 50px;

}

.no-top .header-cart-count {
	top: 4px;
	width: 18px;
    height: 18px;
    line-height: 18px;
}

/* Footer */

.row-pre-footer {
	background-color: rgba(229, 234, 238, 1);
	border-top: 1px solid #fff;
	background-image: url(img/fiore-bg.svg);
	background-position: 2% 45%;
    -webkit-background-size: 1400px 1400px;
    background-size: 1400px 1400px;
}

.row-pre-footer .cont {
	padding-top: 28px;
	padding-bottom: 28px;
}

.row-pre-footer-2 {
	background-color: rgba(229, 234, 238, 1);
	border-top: 1px solid #fff;
	background-position: 2% 45%;
    -webkit-background-size: 1400px 1400px;
    background-size: 1400px 1400px;
}

.row-pre-footer-2 .cont {
	padding-top: 28px;
	padding-bottom: 28px;
}


.row-footer-nl {
	background-color: rgba(0, 53, 94, 0.15);
	position: relative;
}
.row-footer-nl .cont {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.social-foot {
	margin-top: 20px
}

.social-foot-2 {
	margin-top: 20px
}
#mc_embed_signup_scroll {
	width: 100%;
}
.nl-form-footer input[type="email"] {
	border-radius: 0;
	line-height: 30px;
	padding: 8px;
	box-shadow: none;
	width: 190px;
	font-size: 14px;
	color: rgba(0, 53, 94, 1);
	font-weight: 700;
	display: inline-block;
}
.nl-form-footer input[type="submit"] {
	width: 150px;
	line-height: 30px;
	padding: 8px 0;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-left: 8px;
	font-size: 12px;
}
.nl-tems {
	font-size: 11px;
}

.row-footer-nl .cont:before {
	display: block;
	position: absolute;
	left: 50px;
	top: 50%;
	transform: translateY(-50%);
	height: 140px;
	width: 154px;
	background-image: url(img/sca_campus.png);
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	content: '';
	
}





.row-footer {
	background-color: #fff;
	text-align: center;
	color: #00355E;
}


.logo-footer {
	display: inline-block;
	width: 156px;
	height: 28px;
	background-image: url(img/logo.svg);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: 156px 28px;
	background-size: 156px 28px;
	text-indent: -9999px;	
}

.row-pre-footer .cont {
	display: flex;
	align-items: center;
}

.row-pre-footer-2 .cont {
	display: flex;
	align-items: center;
}
.menu-footer {
	flex: 1;
}
.menu-footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menu-footer ul li {
	display: inline-block;
}

.menu-footer ul li a {
	text-decoration: none;
	font-size: 12px;
	line-height: 16px;
	font-weight: 900;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-right: 32px;
}

.social-foot a {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px;
	background-position: center;
	margin-left: 28px;
}
.social-foot a:first-child {
	margin-left: 0;
}

.social-foot-2 a {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px;
	background-position: center;
	margin-left: 28px;
}
.social-foot-2 a:first-child {
	margin-left: 0;
}


.social-foot a.ft-yt {
	background-image: url(img/yt.svg);
}
.social-foot a.ft-fb {
	background-image: url(img/fb.svg);
}
.social-foot a.ft-is {
	background-image: url(img/is.svg);
}
.social-foot a.ft-li {
	background-image: url(img/linkedin.svg);
}
.social-foot-2 a.ft-co {
	background-image: url(/img/corriere.jpg);
}

.social-foot-2 a.ft-so {
	background-image: url(/img/so_wine.jpg);
}

.row-footer-shop {
	background: rgba(0, 53, 94, 0.05);
	text-align: center;
}
.row-footer-shop .cont .loghi-sped-paym {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	text-align: center;
}
.footer-paym,
.footer-sped {
	display: block;
	width: 195px;
	min-width: 195px;
	height: 45px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center;
	
}
.footer-paym {
	background-image: url(img/metodi-pagamento.png);
	-webkit-background-size: 192px 45px;
	background-size: 192px 45px;
}
.footer-sped {
	background-image: url(img/corrieri.png);
	-webkit-background-size: 195px 45px;
	background-size: 195px 45px;
}

.cookie-notice-container {
	padding: 30px;
}
.cookie-notice-container span {
	display: block;
	padding-bottom: 10px;
}
#cookie-notice {
	background-color: rgb(0, 53, 94,.9) !important;
	line-height: 24px;
}
.cn-button.wp-default {
	border-radius: 0;
	border: 1px solid #fff;
}
/* Homepage */



.row-hero {
	background-image: url(img/hero.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.row-hero .cont {
	max-width: 460px;
	padding-top: 0;
	padding-bottom: 30%;
	position: relative;
}
.row-hero .cont .hero-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 450px;
	text-align: center;
}

.row-header-shout {
	background-color: #687685;
	color: #fff;
	margin-top: -20px;
}
.row-header-shout .cont {
	display: inline;
}
.row-header-shout .cont > div {
	flex: 1 1 auto;
	text-align: center;
	font-size: 20px;
	line-height: 28px;
	padding: 0 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.row-header-shout .cont .shout-box {
	padding: 0 0 12px 150px;
	background-position: center left;
	background-repeat: no-repeat;
}

.row-hero-shop-2 {
	background-color: #687685;
}

.row-hero-shop-2 .cont {
	max-width: 460px;
	padding-top: 0;
	padding-bottom: 30%;
	position: relative;
}
.row-hero-shop-2 .cont .hero-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 450px;
	height: 100px;
	text-align: center;
}

.row-header-shout a.cta-home {
	text-transform: uppercase;
	line-height: 16px;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	border: 1px solid #FFF;
	text-align: center;
	padding: 18px 20px;
	border-radius: 26px;
	font-weight: 700;
	display: inline-block;
	letter-spacing: 1px;
	transition: all ease-in-out .2s;
}

.row-header-shout a.cta-home:hover {
	background-color:#FFF;
	color: #002b49;
	border: 1px solid #FFF;
}


/*.hero-inner h1,*/
.row-hero-shop-cat .cont h1,
.row-hero-shop h1 {
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	margin: 0;
	padding-bottom: 62px;
	background-image: url(img/flower-white.svg);
	background-position: bottom center;
	background-repeat: no-repeat;
	-webkit-background-size: 49px 48px;
	background-size: 49px 48px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #fff;
	font-size:  calc(38px + (48 - 38)*(100vw - 1080px)/(1920 - 1080));
	line-height:  calc(38px + (50 - 38)*(100vw - 1080px)/(1920 - 1080));
}
.home .hero-inner h1 {
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	margin: 0;
	padding-top: 62px;
	background-image: url(img/flower-white.svg);
	background-position: top center;
	background-repeat: no-repeat;
	-webkit-background-size: 49px 48px;
	background-size: 49px 48px;
	letter-spacing: 3px;
	color: #fff;
	font-size:  calc(38px + (48 - 38)*(100vw - 1080px)/(1920 - 1080));
	line-height:  calc(38px + (50 - 38)*(100vw - 1080px)/(1920 - 1080));
}
.cd-bg-video .hero-inner {
	z-index: 2;
	text-align: center;
	padding: 20px;
}

.cd-hero-slider .cd-bg-video-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.cd-hero-slider .cd-bg-video-wrapper:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.0);
	content: '';
}
.cd-hero-slider .cd-bg-video-wrapper video {
	display: block;
	min-height: 100%;
	min-width: 100%;
	max-width: none;
	height: auto;
	width: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.cd-hero-slider .cd-bg-video {
    position: relative;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    top: 0;
    left: 0;
    width: 100%;
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;/*
    margin-top: 100px;*/
}

.video-container iframe,  
.video-container object,  
.video-container embed,
.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*video {
	max-width: 100%;
	height: auto;
}
*/
.row-hero-page {
	min-height: 520px;
	display: flex;
}
.row-hero-shop.row-hero-alt .cont,
.row-hero-page .cont {
	align-self: center;
}
.row-hero-shop.row-hero-alt h1 {
	background-image: none;
	padding-bottom: 0;
}
.hero-inner h2,
.row-hero-shop-cat p,
.row-hero-shop p  {
	margin: 13px 0 0;
	font-weight: 300;
	font-size:  calc(26px + (32 - 26)*(100vw - 1080px)/(1920 - 1080));
	line-height:  calc(28px + (40 - 28)*(100vw - 1080px)/(1920 - 1080));
	color: #fff;
}

.row-home .cont {
	padding-top: 80px;
	padding-bottom: 20px;
}

.row-home .cont_2 {
	padding-top: 60px;
	padding-bottom: 20px;
}

.row-home h3 {
	text-transform: uppercase;
	color: #00355E;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 1px;
	position: relative;
	font-weight: 900;
}


.row-home h3:before {
	display: block;
	content: '';
	width: 24px;
	height: 24px;
	background-image: url(img/flower-blue.svg);
	background-repeat: no-repeat;
	-webkit-background-size: 24px 24px;
	background-size: 24px 24px;
	position: absolute;
	top: -5px;
	left: -30px;

}
.row-home h2 {
	font-family: 'Playfair Display', serif;
	font-size: 21px;
	line-height: 28px;
	color: #00355E;
	margin: 0;
	padding-bottom: 20px;
}
.row-home p {
	margin: 0;
	padding-bottom: 25px;
}

.row-home a.cta-home,
.row-corso-form a.cta-home,
.row-video a.cta-home {
	text-transform: uppercase;
	line-height: 16px;
	font-size: 12px;
	color: #00355E;
	text-decoration: none;
	border: 1px solid #00355E;
	text-align: center;
	padding: 18px 20px;
	border-radius: 26px;
	font-weight: 700;
	display: inline-block;
	letter-spacing: 1px;
	transition: all ease-in-out .2s;
}

.row-home a.cta-home-grey,
.row-corso-form a.cta-home-grey,
.row-video a.cta-home-grey,
.row-home-collab a.cta-home-grey {
	text-transform: uppercase;
	line-height: 16px;
	font-size: 12px;
	color: #646469;
	text-decoration: none;
	border: 1px solid #646469;
	text-align: center;
	padding: 18px 20px;
	border-radius: 26px;
	font-weight: 700;
	display: inline-block;
	letter-spacing: 1px;
	transition: all ease-in-out .2s;
}

.row-home a.cta-home-grey:hover,
.row-corso-form a.cta-home-grey:hover,
.row-video a.cta-home-grey:hover,
.row-home-collab a.cta-home-grey:hover {
	background-color:#646469;
	color: #FFF;
}

.row-home a.cta-home-grey-2,
.row-corso-form a.cta-home-grey-2,
.row-video a.cta-home-grey-2,
.row-home-collab a.cta-home-grey-2 {
	text-transform: uppercase;
	line-height: 16px;
	font-size: 12px;
	color: #FFF;
	background-color:#646469;
	text-decoration: none;
	border: 1px solid #646469;
	text-align: center;
	padding: 18px 20px;
	border-radius: 26px;
	font-weight: 700;
	display: inline-block;
	letter-spacing: 1px;
	transition: all ease-in-out .2s;
}

.row-home a.cta-home-grey-2:hover,
.row-corso-form a.cta-home-grey-2:hover,
.row-video a.cta-home:hover,
.row-home-collab a.cta-home-grey-2:hover {
	background-color:#FFF;
	color: #646469;
}


.row-home a.cta-home:hover,
.row-corso-form a.cta-home:hover,
.row-video a.cta-home:hover {
	background-color:#00355E;
	color: #fff;
}
.grid-photo-right,
.grid-photo-left {
	display: grid;
	grid-gap: 20px;/*
	height: 100%;*/
	grid-template-columns: 1fr 1fr;
}
.grid-photo-right {
	grid-template-areas:
		"grid-inner-text grid-inner-photo"
}
.grid-photo-left {
	grid-template-areas:
		"grid-inner-photo grid-inner-text"
}
.grid-inner-text {
	grid-area: grid-inner-text;
	max-width: 425px;
	padding-left: 30px;
	align-self: center;
	justify-self: center;
}
.grid-inner-photo {
	grid-area: grid-inner-photo;
	align-self: center;
	justify-self: center;
}
.row-center-bg {
	background-color: #F2F4F7;
	background-image: url(img/fiore-bg.svg);
	-webkit-background-size: auto 200%;
	background-size: auto 200%;
	background-repeat: no-repeat;
	background-position: -300px -9px;
	position: relative;
}
.home .row-center-bg {
	margin-top: 60px;
}
.row-center-bg:after {
    -webkit-clip-path: polygon(40% 0, 0% 100%, 100% 100%);
    clip-path: polygon(40% 0, 0% 100%, 100% 100%);
    background: #fff;
    display: block;
    position: absolute;
    content: '';
    bottom: 0;
    width: 100%;
    height: 0;
    padding-bottom: 5%;
}
.row-center-bg .cont {
	text-align: center;
	padding-top: 70px;
	padding-bottom: 110px;
}
.row-center-bg h3:before {
	display: none;
}
.center-bg-intro {
	max-width: 445px;
	margin: 0 auto;
}

body .row-home-prod ul.products li.product {
	box-shadow: none;
}
.row-home-prod .onsale {
	display: none;
}

.row-home-cultura .cont {
	max-width: 500px;
	padding-bottom: 150px;
}
.row-home-cultura {
	background-image: url(img/chicchi.png);
	background-repeat: no-repeat;
	background-position: 70% 100%;
	margin-bottom: 100px;
}
.inner-cultura {
	padding-left: 30px;
}

/* Pagine interne */

.row-hero-page {
	background-image: url(img/hero.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.row-hero-page .cont {
	text-align: center;
    max-width: 720px;
}

.row-hero-page h1,
h1.video-title {
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	margin: 0;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #fff;
	font-size:  calc(38px + (48 - 38)*(100vw - 1080px)/(1920 - 1080));
	line-height:  calc(38px + (50 - 38)*(100vw - 1080px)/(1920 - 1080));
}

.home .row-center {
	margin-top: 60px;
}
.row-center .cont {
	text-align: center;
	padding-top: 70px;
	padding-bottom: 110px;
}
.row-center-nopadd .cont {
	text-align: center;
	padding-top: 60px;
	padding-bottom: 40px;
}
.row-center h3:before {
	display: none;
}
.center-intro {
	max-width: 445px;
	margin: 0 auto;
}

/* Caffè */

.row-hero-caffe {
	background-image: url(img/hero-caffe.jpg);
}

/* I nostri caffè */

.row-hero-nostri-caffe {
	background-image: url(img/i-nostri-caffe-hero.jpg);
}

.row-hero-luxury {
	background-image: url(img/luxury_bg_2.jpg);
}

.row-hero-nostri-monorigine {
	background-image: url(img/pure_origin.jpg);
}
.row-hero-jamaica {
	background-image: url(img/footer_jamaica.jpg);
}
.row-hero-bioarabica {
	background-image: url(img/organic-3.jpg);
}
.row-hero-deca-2 {
	background-image: url(img/deca_header-2.jpg);
}
.row-hero-costa-rica {
	background-image: url(img/footer_costarica.jpg);
}
.row-hero_el-salvador {
	background-image: url(img/footer_elsalvador.jpg);
}
.row-hero_Nicaragua {
	background-image: url(img/footer_nicaragua.jpg);
}
.row-hero_kenia {
	background-image: url(img/footer_kenya.jpg);
}
.row-hero_guatemala {
	background-image: url(img/footer_guatemala.jpg);
}
.row-hero-brazil {
	background-image: url(img/footer_brazil.jpg);
}

.row-hero-panama {
	background-image: url(img/panama.jpg);
}

.row-hero-nepal {
	background-image: url(img/nepal.jpg);
}

.row-hero-papua {
	background-image: url(img/footer_papuanuovaguinea.jpg);
}
.row-hero-colombia {
	background-image: url(img/footer_colombia.jpg);
}
.row-hero-santodomingo {
	background-image: url(img/footer_santodomingo.jpg);
}
.row-hero-panamericana {
	background-image: url(img/footer_panamericana.jpg);
}

.row-hero-panasiatica {
	background-image: url(img/footer_panasiatica.jpg);
}

.row-hero-rainhonduras {
	background-image: url(img/footer_rainhonduras.jpg);
}

.row-hero-panafricana {
	background-image: url(img/footer_panafricana.jpg);
}

.row-hero-india {
	background-image: url(img/footer_india.jpg);
}
.row-hero-etiopia {
	background-image: url(img/footer_etiopia.jpg);
}

.row-hero-libri {
	background-image: url(img/hero-libri_1.jpg);
}

.row-hero-sociale {
    	background-image: url(img/trieste-hero.jpg);
}

.row-hero-coffeexperts {
    	background-image: url(img/hero-libri_1.jpg);
}

.row-hero-deca {
	background-image: url(img/deca_header-2.jpg);
}


.row-grid-caffe {
	background-color: #F2F4F7;
	padding-top: 80px;
	padding-bottom: 80px;
}

.row-grid-caffe h2 {
	font-family: 'Playfair Display', serif;
	font-size: 21px;
	line-height: 28px;
	color: #00355E;
	margin: 0;
	text-align: center;
	padding-bottom: 50px;
    background-image: url(img/flower-blue.svg);
    -webkit-background-size: 24px 24px;
    background-size: 24px 24px;
    background-position: 50% 100%;
    background-repeat: no-repeat;
}

.row-grid-caffe-2 {
	background-color: #F2F4F7;
	padding-top: 0px;
	padding-bottom: 0px;
}

.row-grid-caffe-2 h2 {
	font-family: 'Playfair Display', serif;
	font-size: 21px;
	line-height: 28px;
	color: #00355E;
	margin: 0;
	text-align: center;
	padding-bottom: 50px;
    background-image: url(img/flower-blue.svg);
    -webkit-background-size: 24px 24px;
    background-size: 24px 24px;
    background-position: 50% 100%;
    background-repeat: no-repeat;
}

.row-grid-caffe-3 {
	background-color: #F2F4F7;
	padding-top: 50px;
	padding-bottom: 0px;
}

.row-grid-caffe-3 h2 {
	font-family: 'Playfair Display', serif;
	font-size: 21px;
	line-height: 28px;
	color: #00355E;
	margin: 0;
	text-align: center;
	padding-bottom: 50px;
    background-image: url(img/flower-blue.svg);
    -webkit-background-size: 24px 24px;
    background-size: 24px 24px;
    background-position: 50% 100%;
    background-repeat: no-repeat;
}



.grid-grani {
	padding: 40px 0 80px;
	display: grid;
	grid-gap: 40px;
	grid-template-columns: repeat(auto-fit, minmax(300px,1fr));
	justify-content: center;	
}

a.grani-item {
	background-color: #fff;
	padding: 0 16px 140px;
	color: #00355E;
	position: relative;
	justify-self: center;
	max-width: 350px;
	text-decoration: none;
}
.grani-item img {
	display: block;
	margin: 0 auto;
}


.shrink-5 .container {
  position: relative;
  width: 55%;
}

.shrink-5 .image {
  display: block;
  width: 100%;
  height: auto;
}

.shrink-5 .overlay {
 position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
}

.shrink-5 .container:hover .overlay {
   opacity: 1;
}

.shrink-5 img{
transition: 1s ease;
}

.shrink-5 img:hover{
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
transition: 1s ease;
}

.grani-item h3,
.grid-cialde h3 {
	font-family: 'Playfair Display', serif;
    font-size: 30px;
    line-height: 34px;
    color: #00355E;
    margin: 0;
    padding-bottom: 20px;
}
.grani-item h3,
.grid-cialde h3 {

}
.grani-item p,
.grid-cialde p {
	font-size: 16px;
	line-height: 24px;
	margin: 0;
}
.grid-grani-inner {
	position: absolute;
	bottom: 16px;
	width: 100%;
	padding: 0 16px;
	left: 0;
}

.grid-grani-inner-1 {
	position: absolute;
	bottom: 16px;
	width: 100%;
	padding: 0 16px;
	left: 0;
}
.grid-grani-inner h4 {
	text-transform: uppercase;
	margin: 0;
	font-size: 12px;
	line-height: 16px;
	padding-top: 15px;
}
.grid-grani-inner p {
	margin: 0;
	font-size: 13px;
	line-height: 16px;
}

.grid-grani-inner-1 h4 {
	text-transform: uppercase;
	margin: 0;
	font-size: 12px;
	line-height: 16px;
	padding-top: 15px;
}
.grid-grani-inner-1 p {
	margin: 0;
	font-size: 13px;
	line-height: 16px;
}

a.grid-cialde {
	margin-top: 40px;
	padding-top: 16px;
	background: #fff;
	display: grid;
	grid-template-columns: 1fr 1fr;
	color: #00355E;
	text-decoration: none;
	position: relative;
}

.cialde-item {
	position: relative;
	padding: 0 16px 16px;
	justify-content: center;	
}
.cialde-item-2 {
	justify-self: center;
	padding-bottom: 0;
}
.grid-cialde .grid-grani-inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.grid-cialde .grid-grani-inner-1 {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.cialde-item-3 {
	position: relative;
	padding: 0 16px 16px;
	justify-content: center;	
}
.cialde-item-4 {
	justify-self: center;
	padding-bottom: 0;
}

.grid-barattolo {
	display: grid;
	grid-template-columns: auto auto auto;
	margin-top: 40px;
	padding-top: 16px;
	background: #fff;
	color: #00355E;
	height: auto;
	position: relative;
	
}

a.grid-barattolo {
	text-decoration: none;
	position: relative;
}

a.grani-item::after,
a.grid-cialde::after {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.24);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.24);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.24);
	opacity: 0;
	content: '';
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	transition: opacity 0.2s ease-in-out;
	top: 0;
	left: 0;
}

a.grani-item:hover::after,
a.grid-cialde:hover::after {
	opacity: 1;
}
.row-center.row-center-caffe .cont {
	padding-bottom: 80px;
}
.img-capsule {
	display: block;
	margin-top: 10px;
}

.img-barattolo-cialde {
	display: block;
	margin-top: auto;
	width: auto;
	height: 250px;
}

.img-barattolo-2 {
	display: block;
	margin-top: auto;
	width: auto;
	height: 250px;
}

/* Singoli Caffè */

.row-1caffe-intro {
	background: rgb(242,244,247);
	background: -moz-linear-gradient(top, rgba(242,244,247,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(242,244,247,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(242,244,247,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f4f7', endColorstr='#ffffff',GradientType=0 );
}

.row-1caffe-intro .cont {
	text-align: center;
	padding-top: 70px;
	padding-bottom: 70px;
}
.row-1caffe-intro h2 {
	margin-top: 0;
}

.grid-1caffe h3 {
    color: rgba(100, 100, 105, 1);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 24px;
    border-bottom: 1px solid rgba(112, 112, 112, .2);
}
.grid-1caffe {
	display: grid;
	grid-template-columns: 1fr minmax(200px, 2fr) 1fr;
	grid-gap: 20px;
}
.grid-1caffe .info-1caffe-img {
	align-self: top;
}
.info-1caffe-a div,
.info-1caffe-b div {
	margin-bottom: 20px;
}
a.dl-caffe {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 13px;
	font-weight: 900;
	letter-spacing: 1px;
	display: block;
	border: 1px solid #00355E;
	padding: 16px 32px 16px 24px;
	background-position: 90% center;
	background-repeat: no-repeat;
	-webkit-background-size: 16px 16px;
	background-size: 16px 16px;
	max-width: 250px;
}

.row-1caffe-vid .cont {
	text-align: center;
	padding-bottom: 90px;
}

.row-1caffe-vid a {
	position: relative;
	display: inline-block;
	z-index: 1;
}
.row-1caffe-vid a img {
	display: block;
	z-index: 1;
}
.row-1caffe-vid a:after {
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	background-color: rgba(0,0,0,.3);
	background-image: url(img/play.svg);;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: 64px 64px;
	background-size: 64px 64px;
	position: absolute;
	z-index: 2;
}
.row-1caffe-vid a:before {
	position: absolute;
	top: 60px;
	bottom: -60px;
	left: 60px;
	right: -60px;
	content: '';
	background-color: #F2F4F7;
	background-image: url(img/bg-extra.svg);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 110% 110%;
	background-size: 110% 110%;
	z-index: -1;

}
.row-1caffe-img .cont,
.row-1caffe-foot .cont {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

.row-1caffe-foot .cont {
	max-width: 400px;
}
.row-1caffe-foot h3:before {
	display: none;
}

.info-1caffe-b a.cta-home {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 13px;
	font-weight: 900;
	letter-spacing: 1px;
	display: block;
	border: 1px solid #00355E;
	background-color: #00355E;
	color: #fff;
	padding: 16px 0 16px;
	text-align: center;
	max-width: 220px;
	margin-top: 16px;
}

.info-1caffe-b a.cta-home-panamericana {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 13px;
	font-weight: 900;
	letter-spacing: 1px;
	display: block;
	border: 1px solid #F9B877;
	background-color: #F9B877;
	color: #fff;
	padding: 16px 0 16px;
	text-align: center;
	max-width: 220px;
	margin-top: 16px;
}

.info-1caffe-b a.cta-home-panasiatica {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 13px;
	font-weight: 900;
	letter-spacing: 1px;
	display: block;
	border: 1px solid #D0DBB4;
	background-color: #D0DBB4;
	color: #fff;
	padding: 16px 0 16px;
	text-align: center;
	max-width: 220px;
	margin-top: 16px;
}

.info-1caffe-b a.cta-home-rainhonduras {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 13px;
	font-weight: 900;
	letter-spacing: 1px;
	display: block;
	border: 1px solid #34707A;
	background-color: #34707A;
	color: #fff;
	padding: 16px 0 16px;
	text-align: center;
	max-width: 220px;
	margin-top: 16px;
}


.info-1caffe-b a.cta-home-panafricana {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 13px;
	font-weight: 900;
	letter-spacing: 1px;
	display: block;
	border: 1px solid #FFD854;
	background-color: #FFD854;
	color: #fff;
	padding: 16px 0 16px;
	text-align: center;
	max-width: 220px;
	margin-top: 16px;
}



.info-1caffe-bc .cont a.cta-home {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 13px;
	font-weight: 900;
	letter-spacing: 1px;
	border: 1px solid #00355E;
	background-color: #00355E;
	color: #fff;
	padding: 16px;
	text-align: center;
	max-width: 220px;
	margin-top: 16px;
}

.info-1caffe-bc .cont h3 {
    color: rgba(100, 100, 105, 1);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 24px;
}

.blue-upp.cc-red {
	color: #ad001c;
}
.blue-upp.cc-green {
	color: #00ad4e;
}
.blue-upp.cc-violet {
	color: #7d005f;
}
.blue-upp.cc-orange {
	color: #ea7516;
}
.blue-upp.cc-blue {
	color: #0096D6;
}
.blue-upp.cc-grey {
	color: #7c7b7b;
}
.blue-upp.cc-jamaica {
	color: #002b49;
}
.blue-upp.cc-etiopia {
	color: #d63f8b;
}
.blue-upp.cc-costarica {
	color: #006976;
}
.blue-upp.cc-elsalvador {
	color: #007e5e;
}
.blue-upp.cc-nicaragua {
	color: #00652e;
}
.blue-upp.cc-kenia {
	color: #e14661;
}
.blue-upp.cc-guatemala {
	color: #a91432;
}
.blue-upp.cc-india {
	color: #780f21;
}
.blue-upp.cc-papua {
	color: #722054;
}
.blue-upp.cc-santodomingo {
	color: #ae7e19;
}
.blue-upp.cc-panamericana {
	color: #F9B877;
}
.blue-upp.cc-panasiatica {
	color: #D0DBB4;
}

.blue-upp.cc-panama {
	color: #7a6a65;
}

.blue-upp.cc-nepal {
	color: #60544b;
}

.blue-upp.cc-bioblend {
	color: #c5d5a4;
}

.blue-upp.cc-rainhonduras {
	color: #34707A;
}

.blue-upp.cc-panafricana {
	color: #FFD854;
}
.blue-upp.cc-colombia {
	color: #ea7421;
}
.blue-upp.cc-brazil {
	color: #fdd930;
}
.blue-upp.cc-decaffeinato {
	color: #bee3ee;
}
.blue-upp.cc-filtro {
	color: #e1ca9b;
}

.blue-upp.cc-sumatra {
	color: #958091;
}

.blue-upp.cc-ethiopia {
	color: #B5527D;
}

.blue-upp.cc-brazil-bio {
	color: #BBA602;
}

.blue-upp.cc-1 {
	color: #eaa4b3;
}

.blue-upp.cc-2 {
	color: #e47e3a;
}

.blue-upp.cc-3 {
	color: #f2ba45;
}

.blue-upp.cc-4 {
	color: #e37a72;
}

.blue-upp.cc-5 {
	color: #9aa38e;
}

.logos-media {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 100%;
	background-color: #DAE1E7;
}
.logos-media div {
	flex: 2 2 10%;
	padding-top: 20px;
	display: flex;
	display: block;
}

.logos-media-2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 100%;
	background-color: #FFF;
}
.logos-media-2 div {
	flex: 2 2 10%;
	padding-top: 20px;
	display: flex;
	display: block;
}


.logos-shipping {
	max-width: 230px;
}
.logos-media img {
max-width: 100%;
}

.logos-media-2 img {
max-width: 100%;
}

.row-media h3 {
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 1px;
	position: relative;
	font-weight: 900;
}
.row-media h3:before {
	display: none;

}

.row-media hr {
	background-color: #FFFFFF;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

.row-media-2 h3 {
	text-transform: uppercase;
	color: #002b49;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 1px;
	position: relative;
	font-weight: 900;
}
.row-media-2 h3:before {
	display: none;

}

.row-media-2 hr {
	background-color: #e3e3e3;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}



.cc-sumatra .info-1caffe-b a.cta-home {
	border: 1px solid #958091;
    background-color: #958091;
}
.cc-ethiopia .info-1caffe-b a.cta-home {
	border: 1px solid #B5527D;
    background-color: #B5527D;
}
.cc-brazil-bio .info-1caffe-b a.cta-home {
	border: 1px solid #BBA602;
    background-color: #BBA602;
}

.cc-1 .info-1caffe-b a.cta-home {
	border: 1px solid #eaa4b3;
    background-color: #eaa4b3;
}
.cc-2 .info-1caffe-b a.cta-home {
	border: 1px solid #e47e3a;
    background-color: #e47e3a;
}
.cc-3 .info-1caffe-b a.cta-home {
	border: 1px solid #f2ba45;
    background-color: #f2ba45;
}
.cc-4 .info-1caffe-b a.cta-home {
	border: 1px solid #e37a72;
    background-color: #e37a72;
}


.cc-red .info-1caffe-b a.cta-home {
	border: 1px solid #ad001c;
    background-color: #ad001c;
}
.cc-green .info-1caffe-b a.cta-home {
	border: 1px solid #00ad4e;
    background-color: #00ad4e;
}
.cc-violet .info-1caffe-b a.cta-home {
	border: 1px solid #7d005f;
    background-color: #7d005f;
}
.cc-orange .info-1caffe-b a.cta-home {
	border: 1px solid #ea7516;
    background-color: #ea7516;
}
.cc-blue .info-1caffe-b a.cta-home {
	border: 1px solid #0096D6;
    background-color: #0096D6;
}
.cc-grey .info-1caffe-b a.cta-home {
	border: 1px solid #7c7b7b;
    background-color: #7c7b7b;
}
.cc-jamaica .info-1caffe-b a.cta-home {
	border: 1px solid #002b49;
    background-color: #002b49;
}
.cc-etiopia .info-1caffe-b a.cta-home {
	border: 1px solid #d63f8b;
    background-color: #d63f8b;
}
.cc-costarica .info-1caffe-b a.cta-home {
	border: 1px solid #006976;
    background-color: #006976;
}
.cc-elsalvador .info-1caffe-b a.cta-home {
	border: 1px solid #007e5e;
    background-color: #007e5e;
}
.cc-nicaragua .info-1caffe-b a.cta-home {
	border: 1px solid #00652e;
    background-color: #00652e;
}
.cc-kenia .info-1caffe-b a.cta-home {
	border: 1px solid #e14661;
    background-color: #e14661;
}
.cc-guatemala .info-1caffe-b a.cta-home {
	border: 1px solid #a91432;
    background-color: #a91432;
}
.cc-india .info-1caffe-b a.cta-home {
	border: 1px solid #780f21;
    background-color: #780f21;
}
.cc-papua .info-1caffe-b a.cta-home {
	border: 1px solid #722054;
    background-color: #722054;
}
.cc-santodomingo .info-1caffe-b a.cta-home {
	border: 1px solid #ae7e19;
    background-color: #ae7e19;
}
.cc-colombia .info-1caffe-b a.cta-home {
	border: 1px solid #ea7421;
    background-color: #ea7421;
}
.cc-brazil .info-1caffe-b a.cta-home {
	border: 1px solid #fdd930;
    background-color: #fdd930;
}

.cc-5 .info-1caffe-b a.cta-home {
	border: 1px solid #9aa38e;
    background-color: #9aa38e;
}




.cc-sumatra a.dl-caffe {
	color: #958091;
	border: 1px solid #958091;
}

.cc-ethiopia a.dl-caffe {
	color: #B5527D;
	border: 1px solid #B5527D;
}

.cc-brazil-bio a.dl-caffe {
	color: #BBA602;
	border: 1px solid #BBA602;
}

.cc-1 a.dl-caffe {
	color: #eaa4b3;
	border: 1px solid #eaa4b3;
}

.cc-2 a.dl-caffe {
	color: #e47e3a;
	border: 1px solid #e47e3a;
}

.cc-3 a.dl-caffe {
	color: #f2ba45;
	border: 1px solid #f2ba45;
}
.cc-4 a.dl-caffe {
	color: #e37a72;
	border: 1px solid #e37a72;
}


.cc-red a.dl-caffe {
	color: #ad001c;
	border: 1px solid #ad001c;
}
.cc-green a.dl-caffe {
	color: #00ad4e;
	border: 1px solid #00ad4e;
}
.cc-violet a.dl-caffe {
	color: #7d005f;
	border: 1px solid #7d005f;
}
.cc-orange a.dl-caffe {
	color: #ea7516;
	border: 1px solid #ea7516;
}
.cc-blue a.dl-caffe {
	color: #0096D6;
	border: 1px solid #0096D6;
}
.cc-grey a.dl-caffe {
	color: #7c7b7b;
	border: 1px solid #7c7b7b;
}
.cc-jamaica a.dl-caffe {
	color: #002b49;
	border: 1px solid #002b49;
}
.cc-etiopia a.dl-caffe {
	color: #d63f8b;
	border: 1px solid #d63f8b;
}
.cc-costarica a.dl-caffe {
	color: #006976;
	border: 1px solid #006976;
}
.cc-elsalvador a.dl-caffe {
	color: #007e5e;
	border: 1px solid #007e5e;
}
.cc-nicaragua a.dl-caffe {
	color: #00652e;
	border: 1px solid #00652e;
}
.cc-kenia a.dl-caffe {
	color: #e14661;
	border: 1px solid #e14661;
}
.cc-guatemala a.dl-caffe {
	color: #a91432;
	border: 1px solid #a91432;
}
.cc-india a.dl-caffe {
	color: #780f21;
	border: 1px solid #780f21;
}
.cc-papua a.dl-caffe {
	color: #722054;
	border: 1px solid #722054;
}
.cc-santodomingo a.dl-caffe {
	color: #ae7e19;
	border: 1px solid #ae7e19;
}
.cc-colombia a.dl-caffe {
	color: #ea7421;
	border: 1px solid #ea7421;
}
.cc-brazil a.dl-caffe {
	color: #fdd930;
	border: 1px solid #fdd930;
}
.cc-decaffeinato a.dl-caffe {
	color: #706b6a;
	border: 1px solid #706b6a;
}

.cc-5 a.dl-caffe {
	color: #9aa38e;
	border: 1px solid #9aa38e;
}



/* Single Corsi */




.row-corso-head .cont {
	max-width: 1920px;
	padding: 0;
}
.immagine-corso {
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}


.grid-container {
	display: grid;
	height: 100%;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto auto ;
	grid-gap: 0px 0px;
	grid-template-areas:
		"immagine-corso info-corso-top"
		"immagine-corso info-corso-bottom"
}
.immagine-corso {
	grid-area: immagine-corso;
}
.info-corso-top {
	grid-area: info-corso-top;
	background-color: #F2F4F7;
	padding: 32px 32px 48px;
}
.info-corso-top h1 {
	font-size: 40px;
	line-height: 48px;
	font-weight: 400;
	margin: 10px 0;
}
.info-corso-top p {
	margin: 0;
	max-width: 420px;
	line-height: 16px;
}
.info-corso-spec {
	float: left;
	width: calc(50% - 10px);
}
.info-corso-spec-left {
	margin-right: 20px;
}
.info-corso-bottom {
	grid-area: info-corso-bottom;
	background-color: rgba(0, 53, 94, 0.15);
	padding: 48px 32px 32px;
	position: relative;
}

.info-corso-bottom a {
	display: block;
	background-color: #20B25A;
	padding: 20px 15px;
	justify-self: center;
	align-self: center;
	width: 190px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	letter-spacing: 1px;
	position: absolute;
	top: -32px;
	left: 50%;
}
.info-corso-top h4,
.info-corso-bottom h4,
.corso-form-inner h3,
.corso-date-extra h4   {
	margin: 0;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 900;
}
.info-corso-top h4 {
	padding-top: 25px;
}
.info-corso-bottom-inner {
	padding-top: 20px;
}

.corso-head-date {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(auto-fill, 64px);
} 

.corso-form-text {
	align-self: center;
}

.corso-form-text p {
	font-size: 13px;
	line-height: 24px;
}


.single-data {
	border: 1px solid #20B25A;
	text-align: center;
	padding: 16px 0;
}
.single-date-day {
	font-size: 18px;
	line-height: 18px;
	color: #20B25A;
	font-weight: 900;
}
.single-date-month {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 12px;
	color: #20B25A;
	letter-spacing: 2px;
	font-weight: 900;
}

.single-date-anno {
	text-transform: uppercase;
	font-size: 10px;
	line-height: 14px;
	letter-spacing: 2px;
}

.corso-date-extra {
	float: right;
	width: 140px;
	margin: 1em 0 60px 60px;
	font-size: 20px;
	line-height: 32px;

}
.corso-date-extra h4 {
	color: #00355E;
	margin-bottom: 20px;
}
.row-corso-body .corso-date-extra p {
	margin: 10px 0;
	line-height: 16px;
	font-size: 13px;
}

.row-corso-body {
	padding-top: 50px;
	padding-bottom: 40px;
}
.row-corso-body p,
.row-corso-body ul,
.row-formatori p {
	font-size: 20px;
	line-height: 32px;
}
.row-corso-body ul {
	margin: 0 0 20px;
	padding: 0 0 0 18px;
}

.row-corso-body h2,
.row-corso-form h2,
.row-corso-gall h2,
.row-corso-cit h2,
.row-formatori h2 {
	font-size: 28px;
	line-height: 34px;
	font-family: 'Playfair Display', serif;
}

.row-corso-cit-2 h2 {
font-size: 28px;
	line-height: 34px;
	font-family: 'Playfair Display', serif;
	color: #002b49;
}

.column_libri {
  float: left;
  width: 25%;
	position: relative;
	text-align: center;
	
}

.row-corso-form {
	background-color: #F2F4F7;
	padding-top: 42px;
	padding-bottom: 62px;
}
.corso-form-box {
	margin: 40px 0 20px;
}
.corso-form-inner {
	display: grid;
	grid-template-columns: 125px auto;
	grid-gap: 40px;
	margin-bottom: 40px;
}
.corso-form-inner p {
	margin: 0;
}

.corso-form-inner img,
.row-corso-cit img {
	border-radius: 50%;
}

.row-corso-cit-2 img {
	border-radius: 50%;
}

.row-corso-gall {
	padding-top: 20px;
	padding-bottom: 80px;
}
.row-corso-gall a {
	display: block;
}
.row-corso-gall a img {
	display: block;
}
.gallery-inner {
	margin: 0 auto;
	width: auto;
}

.row-corso-cit {
	text-align: center;
	background-color: #F2F4F7;
	padding-top: 42px;
	padding-bottom: 62px;
	-webkit-background-size: 1400px;
	background-size: 1400px;
	background-position: 94% 14%;
	background-repeat: no-repeat;
	
}

.row-corso-cit-2 {
	text-align: center;
/*	background-color: #F2F4F7;*/
    background-color: #FFF;
	padding-top: 42px;
	padding-bottom: 62px; 
	-webkit-background-size: 1400px;
	background-size: 1400px; 
	background-position: 94% 14%; 
	background-repeat: no-repeat;
	background-color: #F2F4F7;
background-image: url(img/fiore-bg.svg);
}

.row-tce-cit {
	text-align: center;
	background-color: #F2F4F7;
	padding-top: 42px;
	padding-bottom: 62px;
	-webkit-background-size: 1400px;
	background-size: 1400px;
	background-position: 94% 14%;
	background-repeat: no-repeat;
	
}

.row.row-corso-cit .cont {
	padding-left: 0;
	padding-right: 0;
	max-width: 1060px;
}

.row.row-corso-cit-2 .cont {
	padding-left: 0;
	padding-right: 0;
	max-width: 1060px;
}

.slick-slide {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}

.slick-slide:focus {
	outline: 0;
}
.slick-slide {
	opacity: .4;
	transition: opacity cubic-bezier(.1,.68,.87,.42) 0.3s;
}
.slick-slide.slick-current {
}
.slick-slide blockquote,
.slick-slide .cit-auth {
	opacity: 0;
	transition: opacity cubic-bezier(.1,.68,.87,.42) 0.3s;
}
.slick-slide.slick-current,
.slick-slide.slick-current blockquote,
.slick-slide.slick-current .cit-auth  {
	opacity: 1;
}

.slick-slide img {
	margin: 0 auto;
}

.row-corso-cit blockquote {
	font-size: 18px;
	line-height: 22px;
	padding: 0 0 20px;
	font-style: italic;
	font-family: 'Playfair Display', serif;
	color: #00355E;
	margin-left: -100px;
	margin-right: -100px;
}

.row-corso-cit-2 blockquote {
	font-size: 14px;
	line-height: 32px;
	padding: 0 0 0px;
	font-style: italic;
	font-family: 'lato';
	color: #00355E;
	margin-left: -100px;
	margin-right: -100px;
	position: relative;
}

.cit-auth {
	line-height: 16px;
	padding: 10px 0;
}

.page-template-page-chisiamo_slider-php .cit-auth {
    line-height: 16px;
    padding: 0px;
}

.page-template-page-chisiamo_slider-php .slick-prev .slick-next {
    position: fixed;
}

/* Home Corsi */

.row-corsi-home {
	background-color: #F2F4F7;
}
.row-corsi-home .cont {
	padding-top: 32px;
}
.close-facet,
.facet-toggle {
	display: none;
}

.side-corsi {
	float: left;
	width: 235px;
}

.corsi-filter,
.cert-corsi {
	background-color: #fff;
	padding: 30px 16px;
}
.cert-corsi {
	margin-top: 32px;
	text-align: center;
}
.cert-corsi-end {
	display: none;
}
.cert-corsi img {
    display: block;
    margin: 30px auto 10px;
    max-width: 85px;
}
.cert-corsi img.cert-corsi-title {
	margin: 0 auto 30px;
	max-width: 100%;
}
img.img-sca,
img.img-iaac {
	max-width: 64px;
}
img.img-acca {
	max-width: 110px;
}

.page-template-page-chisiamo_slider-php .slick-arrow{
    top: 100% !important;
}

.corsi-filter h3,
.cert-corsi h3 {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 16px;
	font-weight: 900;
	letter-spacing: 1px;
	margin: 0 0 10px; 
}
.corsi-filter .facetwp-facet {
	margin-bottom: 20px;
	line-height: 16px;
}
.corsi-filter .facetwp-radio {
	margin-bottom: 5px;
}

.cert-corsi a.cta-home {
	text-transform: uppercase;
	line-height: 16px;
	font-size: 12px;
	color: #00355E;
	text-decoration: none;
	border: 1px solid #00355E;
	text-align: center;
	padding: 18px 20px;
	border-radius: 26px;
	font-weight: 700;
	display: inline-block;
	letter-spacing: 1px;
	transition: all ease-in-out .2s;
	margin-top: 10px;
}
.cert-corsi a.cta-home:hover {
	background-color: #00355E;
    color: #fff;
}

.corsi-loop {
	float: left;
	width: calc(100% - 235px);
}
.corsi-filter button {
	margin: 0 auto;
}
a.corso-card {
	display: block;
	text-decoration: none;
	background: #fff;
	margin-left: 32px;
	width: calc(50% - 32px);
	float: left;
	margin-bottom: 32px;
	position: relative;
}
a.corso-card img {
	display: block;
}
a.corso-card p {
	color: #646469;
	margin: 0;
	padding-bottom: 40px;
	line-height: 18px;
}
.corso-card-text {
	padding: 16px;
}
.corso-card-text h3 {
	font-size: 21px;
	line-height: 26px;
	font-family: 'Playfair Display', serif;
	margin: 18px 0;
}

.corso-info {
	text-transform: uppercase;
	color: #00355e;
	font-size: 12px;
	line-height: 16px;
	font-weight: 900;
	letter-spacing: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 16px 13px;
}
.corso-info div {
	float: left;
	width: 50%;
}
.corso-cert {
	text-align: right;
}
.corso-tema {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 16px;
	font-weight: 900;
	letter-spacing: 1px;
	padding: 16px 13px 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00000000',GradientType=0 );
	height: 64px;
}
.facet-pager-box {
	float: none;
	clear: both;
	text-align: center;
}
.facetwp-pager {
	display: inline-block;
	clear: both;
	margin: 30px auto;
}
/* Distributori */
.row-hero-distributori {
	background-image: url(img/distributori-hero.jpg);
}

.row-hero-tce {
	background-image: url(img/tce-hero.jpg);
}

.row-hero-tce-2023 {
	background-image: url(img/sfondo_tce_2023.png);
}

.row-hero-tce-2015 {
	background-image: url(img/sfondo_2015.jpg);
}

.row-hero-tce-2014 {
	background-image: url(img/2014_tce.jpg);
}

.row-hero-qgrader {
	background-image: url(img/q-grader-bazzara-1.jpg);
}

.row-hero-page h2 {
	color: #fff;
	font-size: 24px;
	line-height: 26px;
	margin: 20px auto 0;
	font-weight: 400;
	max-width: 460px
}

a.cta-hero {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 14px;
	padding: 11px 30px;
	border: 1px solid #fff;
	border-radius: 26px;
	font-weight: 900;
	display: inline-block;
	margin-top: 20px;
	transition: all ease-in-out .2s;
}
a.cta-hero:hover {
	background-color: #fff;
	color: #00355E;
}

a.cta-hero-2 {
	text-decoration: none;
	background-color: #002b49;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 14px;
	padding: 11px 30px;
	border: 1px solid #002b49;
	border-radius: 26px;
	font-weight: 900;
	display: inline-block;
	margin-top: 20px;
	transition: all ease-in-out .2s;
}
a.cta-hero-2:hover {
	background-color: #fff;
	color: #00355E;
}

.wpcf7 label select {
	width: 100%;
	border: 1px solid #00355E;
    background-color: #fff;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #00355E;
}



/* Formazione */

.row-hero-formazione {
	background-image: url(img/formazione-hero.png);
}


.row-big-intro .cont {
	padding-top: 120px;
	padding-bottom: 60px;
}

.row-big-intro h2 {
	color: #00355E;
	font-size: 21px;
	line-height: 32px;
	font-family: 'Playfair Display', sans-serif;
	margin: 0;
}
.row-3-box .cont {
	display: flex;
	padding: 5px;
	 flex-wrap: wrap;
}
.row-3-box .form-single-box {
	flex: 1;
	margin: 16px;
	min-width: 280px;
}

.form-single-box h3 {
	color: #00355E;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 2px;
	border-bottom: 1px solid rgba(112, 112, 112, .2);
}
.form-single-box p {
	color: rgba(0, 53, 94, 1);
	font-size: 13px;
	line-height: 16px;
}

.row-blue {
	background-color: rgba(242, 244, 247, 1);
}

.row-grey {
	background-color: rgba(229,234,238,1);
border-top: 1px solid #fff;
background-image: url(/wp-content/themes/bazzara/img/fiore-bg.svg);
background-position: 2% 45%;
-webkit-background-size: 1400px 1400px;
background-size: 1400px 1400px;
}

.row-big-intro h3 {
	color: #00355E;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 2px;
	margin: 0;
}

.row-video .cont {
	padding-bottom: 100px;
	text-align: center;
}
.row-video .video-grid  {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(325px, 1fr));
	grid-gap: 32px;
	padding-bottom: 40px;
	text-align: left;
}

.video-box {
	background-color: #fff;
}
.video-box a,
.video-box img {
	display: block;
}

.video-inner {
	padding: 40px 16px 25px;
}

.video-inner h3 {
	color: #00355E;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 2px;
	margin: 0;
}
.video-inner h2 {
	color: #00355E;
	font-size: 21px;
	line-height: 32px;
	font-family: 'Playfair Display', sans-serif;
	margin: 5px 0 0;
}
a.yt-thumb {
	position: relative;
}

.video-box a.yt-thumb:after {
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background-image: url(img/play.svg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 64px 64px;
    background-size: 64px 64px;
    background-color: rgba(0, 0, 0, 0.4);
}

.row-form-gall {
	text-align: center;
}
.row-form-gall .cont {
	padding-top: 70px;
	padding-top: 70px;
}

.row-form-gall h2 {
	margin: 0;
}
.row-form-gall .gallery-inner {
	padding: 40px 0;
}

.row-form-gall .gallery-item {
    display: block;
    float: left;
}
.row-form-gall .gallery-item a,
.row-form-gall .gallery-item a img  {
	display: block;
}
.row-center-no-clip.row-center-bg:after {
	display: none;
}
.gallery-inner {
	display: grid;
	grid-gap: 32px;
	grid-template-columns: repeat(auto-fill, minmax(235px, 1fr));
}
.gallery-item-inner {
	text-align: left;
	max-width: 370px;
	margin: 0 auto;
}
.gallery-item-inner p {
	margin: 0;
	display: inline-flex;
}
.gallery-item-inner .gallery-top {
	color: rgba(100, 100, 105, .75);
	font-size: 10px;
	line-height: 10px;
	margin-bottom: 6px;
}
.gallery-item-inner .gallery-bottom {
	font-size: 15px;
	line-height: 19px;
	color: rgba(0, 53, 94, .75);
	margin-top: 10px;
}

.row-photo {
	background-image: url(img/photogallery-hero.png);	
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.row-photo .cont {
	text-align: center;
	color: #fff;
	padding-top: 110px;
	padding-bottom: 130px;
}

.row-photo h3 {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 2px;
    margin: 0;
}

.row-photo h2 {
    font-size: 21px;
    line-height: 32px;
    font-family: 'Playfair Display', sans-serif;
    margin: 10px 0 0;
}

a.cta-photo {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	line-height: 16px;
	padding: 18px 32px;
	border: 1px solid #fff;
	border-radius: 26px;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 1px;
	margin-top: 20px;
}

.row-partner {
	text-align: center;
}
.row-partner .cont {
	padding-top: 130px;
	padding-bottom: 130px;
}

.partner-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(146px, 1fr));
	grid-gap: 32px;
}
.partner-item img {
	filter: grayscale(100%);
	transition: all 0.5s ease;
	opacity: .7;
}
.partner-item img:hover {
	filter: grayscale(0%);
	opacity: 1;
}

/* Team */

.row-hero-chisiamo {
	background-image: url(img/team-hero.jpg);
}

.row-hero-presskit {
	background-image: url(img/header_press_kit_bazzara_2.jpg);
}

.row-hero-chisiamo-2 {
	background-image: url(img/row-hero-chi-siamo.jpg);
}

.row-team .cont {
	padding-top: 120px;
	padding-bottom: 60px;
}
.row-team h2 {
	font-size: 28px;
    line-height: 34px;
    text-align: center;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 45px;
}

.row-team-2 .cont {
	padding-top: 20px;
	padding-bottom: 60px;
}


.row-team-2 h2 {
    font-family: 'Playfair Display', sans-serif;
    color:#002b49;
	font-size: 28px;
    line-height: 34px;
    text-align: center;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 45px;
}

.team-box {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	grid-gap: 32px;
}
.team-box img {
	display: block;
}
.team-box p {
	line-height: 16px;
}

.team-box p.blue-p {
	margin: 0;
	color: #00355E;
	line-height: 20px;
}
.team-box a {
	display: block;
	line-height: 20px;
}

.row-home.row-cta-only .cont {
	text-align: center;
	padding-top: 0;
	padding-bottom: 70px;
}

/* Formatori */

.format-info {
	float: left;
	width: 180px;
	text-align: center;
	padding-top: 30px;
}
.format-info img {
	display: inline-block;
	margin-bottom: 30px;
}
.format-body {
	float: right;
	width: 655px;
	max-width: calc(100% - 190px);
}

.row-formatori .cont {
	padding-top: 40px;
	padding-bottom: 40px;
}
a.cta-b-trans {
	text-transform: uppercase;
	line-height: 16px;
	font-size: 12px;
	color: #00355E;
	text-decoration: none;
	border: 1px solid #00355E;
	text-align: center;
	padding: 18px 20px;
	border-radius: 26px;
	font-weight: 700;
	display: inline-block;
	letter-spacing: 2px;
}

/* Blog home */



.row-blog-top .cont {
	padding-top: 80px;
	padding-bottom: 80px;
}
.row-blog-top h1 {
	text-align: center;
	font-family: 'Playfair Display', serif;
    font-weight: 700;
    margin: 0;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: calc(38px + (48 - 38)*(100vw - 1080px)/(1920 - 1080));
    line-height: calc(38px + (50 - 38)*(100vw - 1080px)/(1920 - 1080));
    color: #00355e;
	margin: 0 0 50px;
}
.blog-top-inner a {
	display: grid;
	grid-template-columns: 1fr 1fr;
	text-decoration: none;
	height: 600px;
	/*max-height: 70vw;
	overflow: hidden;*/
	background-color: #F2F4F7;
	transition: all ease-in-out .2s;
}
.blog-top-inner a:hover {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}
.blog-top-img {
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}
.blog-top-text {
	align-self: center;
	padding: 20px 40px 20px 55px;
}

.video-post .blog-top-img:after,
.video-post .blog-bottom-img:after {
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background-color: rgba(0,0,0,.4);
    background-image: url(img/play.svg);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: 120px 120px;
    background-size: 120px 120px;
    position: absolute;
    z-index: 2;
}

.post-meta {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 10px;
	font-weight: 900;
	letter-spacing: 2px;
}
.post-meta span {
	color: #646469;
}

.blog-top-text h1,
.blog-bottom-text h3 {
	font-family: 'Playfair Display', serif;
	font-size: 21px;
	line-height: 32px;
	margin: 0;
	padding-bottom: 10px;
}
.blog-top-text p,
.blog-bottom-text p  {
	margin: 0;
	color: #646469;
}

.post-cta {
	text-transform: uppercase;
	line-height: 16px;
	font-size: 12px;
	color: #00355E;
	text-decoration: none;
	border: 1px solid #00355E;
	text-align: center;
	padding: 18px 20px;
	border-radius: 26px;
	font-weight: 700;
	display: inline-block;
	letter-spacing: 1px;
	transition: all ease-in-out .2s;
	width: 180px;
	text-align: center;
	margin-top: 25px;
}

a.blog-top-box:hover .post-cta {
	background-color: #00355E;
	color: #fff;
}
.row-blog-middle {
	text-align: center;
	padding-bottom: 240px;
}
.blog-menu-intro h2 {
	margin-bottom: 40px;
}
.blog-menu a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 16px;
	color: #646469;
	font-weight: 900;
	letter-spacing: 2px;
	margin: 0 16px;
	padding-bottom: 3px;
	transition: all ease-in-out .2s;
}
.blog-menu a.current-cat,
.blog-menu a:hover {
	color: #00355E;
	border-bottom: 3px solid #00355E;
}

.blog-top-2-inner {
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
	display: grid;
}
.blog-top-2-inner .blog-bottom-text {
	padding: 20px 30px 30px;
}

.row-blog-bottom {
	background-color: #F2F4F7;
}
.blog-bottom-inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 32px;
	margin-top: -200px;
	padding-bottom: 60px;
}
a.blog-bottom-box {
	text-decoration: none;
	background-color: #fff;
}
.blog-bottom-text {
	padding: 20px 50px 40px 50px;
}
.blog-bottom-img {
	position: relative;
}
.blog-bottom-img img {
	display: block;
}

.row-blog-empty,
.row-archive-empty {
	text-align: center;
}

.row-archive-empty {
	background-color: #F2F4F7;
}
a.blog-cta {
	display: block;
	width: 200px;
	text-align: center;
	margin: 0 auto 40px;
	font-size: 12px;
	line-height: 16px;
	padding: 24px 5px;
	font-weight: 900;
	color: #fff;
	background-color: #00355E;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.category .blog-menu-intro {
	margin-top: 30px;
}

/* Single Post */



.row-single-top {
	background-color: #F2F4F7;
	text-align: center;
	color: #00355E;
}
.row-single-top .cont {
	padding-top: 65px;
	padding-bottom: 40px;
}

.row-single-top .cont h1 {
	font-family: 'Playfair Display', sans-serif;
	font-size: 30px;
	line-height: 40px;
	margin: 20px 0 0;
}

.row-single-body .cont {
	padding-top: 80px;
	padding-bottom: 80px;
}

.row-single-body + .row-1caffe-vid {
	margin-top: -60px;
}

.row-single-body p,
.row-single-body ul,
.row-single-body ol {
	font-size: 20px;
	line-height: 32px;
}
.row-single-body h2 {
	font-size: 28px;
	line-height: 40px;
}

.row-single-bottom {
	background-color: #F2F4F7;
}
.single-bottom-inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 32px;
	padding-bottom: 60px;
}
.row-single-bottom h2 {
	margin: 0;
	padding: 80px 0 50px;
	text-align: center;
}

.row-single-hero {
	background: rgb(242,244,247);
	background: -moz-linear-gradient(top, rgba(242,244,247,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(242,244,247,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(242,244,247,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f4f7', endColorstr='#ffffff',GradientType=0 );
	text-align: center;
}
.row-single-hero a.yt-thumb {
	display: block;
	position: relative;
}
.row-single-hero a.yt-thumb img {
	display: block;
}
.row-single-hero a.yt-thumb:after {
	display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background-color: rgba(0,0,0,.4);
    background-image: url(img/play.svg);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: 120px 120px;
    background-size: 120px 120px;
    position: absolute;
    z-index: 2;
}

.gallery-item {
	padding: 8px;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.multicol {
-webkit-columns: 2;
   -moz-columns: 2;
        columns: 2;
	font-size: 14px;
	line-height: 16px;
	padding: 30px 0;
}


.multicol_tce {
-webkit-columns: 2;
   -moz-columns: 2;
        columns: 2;
	font-size: 14px;
	line-height: 16px;
	padding: 30px 0;
	width: 100%;
}

.multicol_tce ul  {
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 0 0;
}

.page-template-default .row-page .multicol p,
.page-template-default .row-page .multicol ul {
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 20px 0;
}

.page-template-default .row-page .multicol ul {
	padding: 0 0 0 8px;
	margin-left: 8px;
}


/* Pagina generica */

.page-template-default .row-page .cont {
	max-width: 680px;
	padding-top: 60px;
	padding-bottom: 60px;
}

.page-template-default .row-page p,
.page-template-default .row-page ul,
.page-template-default .row-page ol {
	font-size: 20px;
	line-height: 32px;
}
.page-template-default .row-page h2 {
	font-size: 28px;
	line-height: 40px;
}


/* Archivi categoria */

.row-archive-blog {
	background-color: #F2F4F7;
}
.row-archive-blog .single-bottom-inner {
	margin-top: -200px;
}
.wp-pagenavi {
	padding-bottom: 40px;
	text-align: center;
}


/* Contatti */

.map-responsive {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
}
.map-responsive iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}
.contatti-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(180px, 1fr));
	grid-gap: 32px;
	padding: 70px 0;
}
.contatti-item {
	padding-bottom: 30px;
}
.contatti-item h3 {
	border-bottom: 1px solid rgba(112, 112, 112, .2);
	margin-bottom: 7px;
	margin-top: 0;
	padding-bottom: 5px;
}
.contatti-grid p {
	margin: 0;
}

/* E-commerce */

body .woocommerce-message,
body .woocommerce-info,
body .woocommerce-error,
body .woocommerce-noreviews,
body p.no-comments {
	padding: 1em 1.618em;
    margin-bottom: 2.617924em;
    margin-left: 0;
    border-radius: 2px;
    color: #fff;
    clear: both;
    display: block;
}
body .woocommerce-message a {
	color: #fff;
}
.woocommerce-error {
	list-style: none;
}

.woocommerce-page h1.entry-title {
	font-family: 'Playfair Display', serif;
    font-weight: 700;
    margin: 0;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
    font-size: calc(38px + (48 - 38)*(100vw - 1080px)/(1920 - 1080));
    line-height: calc(38px + (50 - 38)*(100vw - 1080px)/(1920 - 1080));
}


.row-header-shop .cont {
	max-width: 100%;
	background: #00355E;
	border-top: 0px solid #fff;
}
.row-header-shop .cont ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(125px,1fr));
}
.row-header-shop .cont ul li {
	text-align: center;
}
.row-header-shop .cont ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;

}

.woocommerce-result-count,
.woocommerce-ordering {
	display: none;
}

/* Home categoria prodotto */

.row-hero-shop-cat,
.row-hero-shop {
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(img/hero-shop-new-3.jpg);
	min-height: 520px;
	position: relative;
	
}
.row-hero-shop-cat .cont,
.row-hero-shop .cont {
	text-align: center;
	max-width: 400px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.row-shop-arch .cont {
	padding-top: 90px;
	padding-bottom: 90px;
}

.row-distr-form {
	background: #F2F4F7;
}

.row-distr-form .cont {
	max-width: 520px;
}
span.wpcf7-list-item {
	margin: 0;
}
.form-intro {
	text-align: center;
	color: #00355E;
	padding: 30px 0;
	max-width: 450px;
	margin: 0 auto;
}
.form-intro h3 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 900;
	margin: 0;
	padding-bottom: 10px;
	letter-spacing: 2px;
}

.form-intro h2 {
	font-family: 'Playfair Display', serif;
	font-size: 21px;
	line-height: 28px; 
	margin: 0;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"], 
.wpcf7 input[type="tel"], 
.wpcf7 textarea {
	border: 1px solid #00355E;
	background-color: #fff;
	width: 100%;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	color: #00355E;
}
span.wpcf7-form-control-wrap {
	display: block;
	text-align: center;
}
div.wpcf7 .wpcf7-submit {
	display: block;
	width: 192px;
	margin: 0 auto;
	text-transform: uppercase;
	padding: 15px 0;
	text-align: center;
	background: #20B25A;
}
.wpcf7 label {
	color: #00355E;
}
.wpcf7 label span {
	color: #646469;
	font-style: italic;
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(100, 100, 105, .7);
    opacity: .7; /* Firefox */
    font-style: italic;
    font-weight: 400;
}

.wpcf7 input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(100, 100, 105, .7);
    font-style: italic;
}

.wpcf7 input::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(100, 100, 105, .7);
    font-style: italic;
}

/* Single product */


body.single-product div.product {
	display: block;
}
.prod-inner-top {
	padding-top: 60px;
	padding-bottom: 60px;
	/*display: grid; 
	grid-template-areas: "a a";
	grid-template-columns: 1fr 1fr;
	overflow: hidden;*/
}
.prod-gallery-grid,
.prod-inner-top .summary {
	float: left;
	width: 50%;
}

.prod-inner-top h2 {
	text-transform: uppercase;
	color: rgba(100, 100, 105, 1);
	font-size: 12px;
	line-height: 24px;
	font-weight: 700;
	margin: 0;
	letter-spacing: 1px;
}

.entry-summary h1.product_title {
	font-weight: 400;
	color: rgba(100, 100, 105, 1);
	font-size: 32px;
	line-height: 38px;
	margin: 0;
	text-align: left;
}
.prod-inner-top h3 {
	font-size: 13px;
	line-height: 16px;
	font-weight: 400;
}
.prod-inner-top .entry-summary {
	padding: 40px 0 0 40px;
}

.woocommerce-Price-amount {
	color: rgba(0, 53, 94, 1);
	font-size: 13px;
	font-weight: 700;
	line-height: 28px;
}
.woocommerce-product-details__short-description {
	font-size: 12px;
	line-height: 16px;
	color: rgba(100, 100, 105, 1);
	max-width: 235px;
}
input.input-text.qty {
	border: none;
	border-radius: 0;
	background-color: rgba(100, 100, 105, 0.08);
	width: 68px;
	line-height: 48px;
	padding: 0 5px;
	color: rgba(100, 100, 105, 1);
	text-align: center;
	font-weight: 21px;
}
form.cart:not(.variations_form),
form.cart.variations_form .woocommerce-variation-add-to-cart {
	display: grid; 
	grid-template-columns: 67px 200px;
	grid-gap: 8px;
}
button.single_add_to_cart_button {
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	background-color: #00355E;
	border: none;
	border-radius: 0;
	cursor: pointer;
}
button.single_add_to_cart_button.disabled {
	cursor: default;
	opacity: .7;
}
a.reset_variations {
	text-decoration: none;
    padding-left: 5px;
    font-size: 90%;
}
table.variations td {
	background-color: transparent;
}

.row-single-prod-bottom {
	background: rgba(0, 53, 94, 0.05);
	padding-top: 90px;
	padding-bottom: 20px;
}
.row-single-prod-bottom h3,
.row-single-prod-tips h3,
.related > h2,
.row-single-prod-rel .prod-content > h3 {
	font-weight: 400;
	line-height: 34px;
	font-size: 28px;
	margin: 0;
	padding: 20px 0;
	color: #646469;
	text-align: center;
}
.scheda-prod {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr) ) ;
	grid-gap: 20px;
}
.scheda-prod-single {
	padding-bottom: 10px;
}
.scheda-prod h4 {
	color: rgba(100, 100, 105, 1);
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 10px;
	font-size: 12px;
	line-height: 24px;
	border-bottom: 1px solid rgba(112, 112, 112, .2);
}
.scheda-prod p {
	margin: 0;
	line-height: 16px;
	font-size: 13px;
}

.row-single-prod-tips {
	background-image: url(img/tazzina.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 40%;
	
}

.tips-inner {
	text-align: center;
	max-width: 460px;
	margin: 0 auto;
}


body ul.products {
	display: grid;
	justify-items: center;
	grid-template-columns: repeat(auto-fill, minmax(325px, 1fr) ) ;
	grid-gap: 32px;
}

body ul.products li.product {
	width: 100%;
	max-width: 420px;
	float: none;
	justify-self: center;
	margin: 0 !important;
	text-align: center;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.14);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.14);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.14);
	padding-bottom: 80px;
}
body ul.products li.product a {
	display: block;
	text-decoration: none;
	color: #646469;
}
body ul.products li.product a h2.woocommerce-loop-product__title {
	font-weight: 400;
	font-size: 17px;
	line-height: 24px;
}
body ul.products li.product a .woocommerce-Price-amount {
	font-weight: 700;
}
body ul.products li.product a del .woocommerce-Price-amount {
	color: rgba(100, 100, 105, 0.6);
}
.woocommerce-LoopProduct-link {
	padding-top: 30px;
}
body ul.products li.product a img {
	display: inline-block;
}
.onsale span {
	position: absolute;
	top: 23px;
	left: 4px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	color: #fff;
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase;
	z-index: 2;
}
.onsale:after {
	display: block;
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 94px 94px 0 0;
	border-color: #00355E transparent transparent transparent;
	z-index: 0;
	top: 0;
}
.prod-inner-top .onsale {
	display: none;
}
body ul.products li.product a h3 {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 16px;
}
body ul.products li.product a.add_to_cart_button {
	border: 1px solid #00355E;
	display: inline-block;
	color: #00355E;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 12px;
	margin-top: 21px;
	width: 100%;
	max-width: 250px;
}
body ul.products li.product a.add_to_cart_button.added {
	color: #fff;
	background-color: #00355E;
}
body ul.products li.product a.added_to_cart {
	position: absolute;
	display: inline-block;
	bottom: 20px;
	background-color:rgba(0, 53, 94, .8);
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 12px;
	font-weight: 700;
	left: 50%;
	transform: translateX(-50%);
	font-size: 12px;
	width: 100%;
	max-width: 250px;
}

.columns-3 ul.products li.product {
	width: 100% !important;
}

figure.woocommerce-product-gallery__wrapper {
	margin-top: 0 !important;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger img {
	display: none !important;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    display: block;
    background-image: url(img/lens.svg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 16px;
    background-size: 16px;
    content: '';
    height: 26px;
    width: 26px;

}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
    top: .875em;
    right: .875em;
    display: block;
    height: 26px;
    width: 26px;
    border-radius: 3px;
    z-index: 99;
    text-align: center;
    background-color: #00355E;
    color: #ffffff;
}
.row-single-prod-rel .prod-content {
	max-width: 520px;
	margin: 0 auto;
	padding: 30px 0;
}
.prod-content ul {
	margin: 0;
	padding: 0;
}

.product_meta {
	display: none;
}


/* Cart */

table.cart .product-thumbnail img {
	margin: 0 auto;
	max-width: 200px;
	height: auto;
	display: block;
}
table.cart th {
	background-color: #efefef;
	padding: 12px;
	font-size: 14px;
	line-height: 16px;
}
table.cart td {
	padding: 12px;
}
table.cart td a {
	text-decoration: none;
}
.input-text {
	box-shadow: inset 0 1px 1px rgba(0,0,0,.125);
}
table.cart td.actions label {
	display: none;
}
table.cart td.actions .coupon {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
	display: inline-block;
	float: left;
}
.cart input[type=text] {
	padding: .6180469716em;
    background-color: #f2f2f2;
    color: #43454b;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: 400;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.125);
    border-radius: 0;
}
.added_to_cart.disabled, .added_to_cart:disabled, .button.disabled, .button:disabled, button.disabled, button:disabled, input[type=button].disabled, input[type=button]:disabled, input[type=reset].disabled, input[type=reset]:disabled, input[type=submit].disabled, input[type=submit]:disabled {
	opacity: .5!important;
    cursor: not-allowed;
}
.woocommerce-cart-form .added_to_cart, .woocommerce-cart-form .button, button, input[type=button], input[type=reset], input[type=submit] {
	border: 0;
    background: 0 0;
    background-color: #43454b;
    border-color: #43454b;
    color: #fff;
    cursor: pointer;
    padding: .6180469716em 1.41575em;
    text-decoration: none;
    font-weight: 600;
    text-shadow: none;
    display: inline-block;
    outline: 0;
    -webkit-appearance: none;
    border-radius: 0;
    line-height: 24px;
    font-size: 13px;
}
table.cart td.actions {
	text-align: right;
}
.woocommerce-cart-form button, input[type="button"],
input[type="reset"],
input[type="submit"],
.woocommerce-cart-form .button,
.widget a.button,
.site-header-cart .widget_shopping_cart a.button {
    background-color: #00355E;
    border-color: #00355E;
    color: #ffffff;
    border-radius: 0;
    padding: .6180469716em 1.41575em;
}
.cart-collaterals:after, .cart-collaterals:before,
div.woocommerce:after {
    content: '';
    display: table;
    clear: both;
}
.cart-collaterals .cart_totals,
.cart-collaterals .shipping_calculator {
    width: 47.8260869565%;
    float: right;
    margin-right: 0;
}
.wc-proceed-to-checkout a {
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	background: #00355E;
	color: #fff;
	padding: .6180469716em 1.41575em;
	text-decoration: none;
}
.cart_totals th,
.cart_totals td {
	padding: 12px;
}
.cart_totals th {
	background: #f3f3f3;	
}
.cart_totals td {
	background: #fdfdfd;
}
.woocommerce-shipping-calculator p {
	margin: 0;
}

.cart_totals h2 {
	font-size: 28px;
	line-height: 32px;
	font-weight: 400;
}
table tbody td {
	background-color: #f7fbff;
}
.product-remove a:before {
	display: block;
	content: "x";
	color: #fff;
	background-color: #00355E;
	border-radius: 50%;
	text-indent: initial;
	position: absolute;
	height: 25px;
	width: 25px;
	line-height: 22px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	vertical-align: middle;
	
}
.product-remove a {
	text-indent: -9999px;
}
.woocommerce-shipping-totals.shipping ul,
.woocommerce-shipping-totals.shipping p {
	font-size: 13px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.woocommerce-shipping-totals.shipping ul li input[type="radio"] {
	margin-right: 5px;
}

.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button, .woocommerce-noreviews .button, p.no-comments .button {
    float: right;
    padding: 0;
    background: 0 0;
    color: #fff;
    box-shadow: none;
    line-height: 1.618;
    padding-left: 1em;
    border-width: 0;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgba(255,255,255,.25)!important;
    border-radius: 0;
}
.woocommerce-message a, .woocommerce-message a:hover, .woocommerce-message .button, .woocommerce-message .button:hover {
	color: #ffffff !important;
	text-decoration: none;
	font-weight: 700;
}

.wc-forward:after, .woocommerce-Button--next:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: -.125em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    content: "\f35a";
    margin-left: .5407911001em;
}

/* Checkout */

.form-row label {
	display: block;
}

.woocommerce-checkout.page-template-default .row-page .cont {
	max-width: 1040px;
}

.woocommerce-checkout .col2-set {
	width: 47.8260869565%;
	float: left;
	margin-right: 4.347826087%;
}
.woocommerce-checkout #order_review, .woocommerce-checkout #order_review_heading {
	width: 47.8260869565%;
	float: right;
	margin-right: 0;
	clear: none;
}
.woocommerce-checkout h3 {
	font-size: 22px;
	line-height: 28px;
	font-weight: 400;
}
.page-template-default.woocommerce-checkout p {
	font-size: 16px;
	line-height: 22px;
}

.page-template-default label {
	padding-bottom: 5px;
}

.woocommerce-checkout .col2-set .form-row-first {
	width: 45.4545454545%;
	float: left;
	margin-right: 9.0909090909%;
}
.woocommerce-checkout .col2-set .form-row-last {
	width: 45.4545454545%;
	float: right;
	margin-right: 0;
}
.form-row input, .form-row select, .form-row textarea {
	width: 100%;
}
h3#ship-to-different-address {
	font-size: 18px;
	line-height: 22px;
}
table.woocommerce-checkout-review-order-table {
	text-align: left;
	margin-bottom: 40px;
}
table.woocommerce-checkout-review-order-table .product-name {
	width: 300px;
	word-wrap: break-word;
}

table.woocommerce-checkout-review-order-table th {
	background-color: #f9f9f9;
}
table.woocommerce-checkout-review-order-table th,
table.woocommerce-checkout-review-order-table td {
	padding: 15px;
}

.woocommerce-checkout-review-order .woocommerce-checkout-payment {
	
}

#payment .payment_methods {
	margin: 0!important;
	padding: 0!important;
}
#payment .payment_methods li {
	list-style: none!important;
	margin-left: 0;
	position: relative;
}
#payment .payment_methods li:last-child:not(.woocommerce-notice) {
	padding-bottom: 0;
	border-bottom: 0;
}
#payment .payment_methods > li:not(.woocommerce-notice) {
	background-color: #f5f5f5;
}
#payment .payment_methods > li:not(.woocommerce-notice):hover {
	background-color: #f0f0f0;
}
#payment .payment_methods>.wc_payment_method>label, #payment .payment_methods>.woocommerce-PaymentMethod>label {
	display: block;
	padding: 1.41575em;
	cursor: pointer;
	font-size: 16px;
}
#payment .payment_methods li .payment_box {
	padding: 1.41575em;
}
#payment .payment_methods > li .payment_box  {
	background-color: #fafafa;
}

#payment .place-order {
	background-color: #F2F4F7;
	margin-top: 20px;
}
#payment .place-order p {
	margin: 0;
}
#payment .payment_methods li.woocommerce-PaymentMethod>input[type=radio]:first-child, #payment .payment_methods li.wc_payment_method>input[type=radio]:first-child {
	order: 0;
	clip: rect(1px,1px,1px,1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}
#payment .payment_methods>.woocommerce-PaymentMethod>label:before, #payment .payment_methods>.wc_payment_method>label:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	vertical-align: -.125em;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\f111";
	margin-right: .5407911001em;
	-webkit-transition: color,ease,.2s;
	transition: color,ease,.2s;
	color: rgba(0, 53, 94, 1);
	font-size: 20px;
	line-height: 24px;
}
#payment .payment_methods li.woocommerce-PaymentMethod>input[type=radio]:first-child:checked+label:before, #payment .payment_methods li.wc_payment_method>input[type=radio]:first-child:checked+label:before {
	content: "\f058";
}
.star-rating span:before, .quantity .plus, .quantity .minus, p.stars a:hover:after, p.stars a:after, .star-rating span:before, #payment .payment_methods li input[type=radio]:first-child:checked+label:before {
	color: rgba(0, 53, 94, 1);
}
#payment .place-order .button {
	width: 100%;
	font-size: 24px;
	line-height: 28px;
	background: rgba(32, 178, 90, 0.75);
}
#payment .place-order .button:hover {
	background: rgba(32, 178, 90, 1)
}

.woocommerce-terms-and-conditions-wrapper {
	padding: 16px;
	font-style: italic;
}

.page-template-default.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper p {
	font-size: 14px;
	line-height: 18px;
}

input#createaccount,
.woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox input.woocommerce-form__input-checkbox {
	width: auto;
}
.mc4wp-checkbox-woocommerce input {
	margin-right: 3px;
}


/* Shop Profile */

.woocommerce-MyAccount-navigation {
    width: 170px;
    float: left;
    margin-right: 50px;
    margin-top: 30px;

}
.woocommerce-MyAccount-navigation a {
	text-decoration: none;
    font-size: 16px;
    line-height: 20px;
}
.woocommerce-MyAccount-content {
    width: calc(100% - 220px);
    float: right;
    margin-right: 0;
}
.woocommerce-MyAccount-navigation ul li {
    list-style: none;
    border-bottom: 1px solid rgba(0,0,0,.05);
    position: relative;
}
.woocommerce-MyAccount-navigation ul {
    margin-left: 0;
    border-top: 1px solid rgba(0,0,0,.05);
    padding: 0;
}
.woocommerce-MyAccount-navigation ul li.is-active a::before {
  opacity: 1; }

.woocommerce-MyAccount-navigation ul li a::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: -.125em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: inherit;
  vertical-align: baseline;
  content: "\f15c";
  line-height: 1.618;
  margin-left: 0.5407911001em;
  width: 1.41575em;
  text-align: right;
  float: right;
  opacity: 0.25; }

.woocommerce-MyAccount-navigation ul li a:hover::before {
  opacity: 1; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before {
  content: "\f3fd"; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before {
  content: "\f291"; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a::before {
  content: "\f1c6"; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::before {
  content: "\f015"; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a::before {
  content: "\f09d"; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before {
  content: "\f007"; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before {
  content: "\f2f5"; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--subscriptions a::before {
  content: "\f021"; }

.my_account_orders .button.view::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: -.125em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: inherit;
  vertical-align: baseline;
  content: "\f06e";
  margin-left: 0.5407911001em; }


p.order-again .button:after {
  display: inline-block;
  font: normal normal normal 14px/1 'Font Awesome 5 Free';
  font-size: inherit;
  text-rendering: auto;
  content: "\f021";
  margin-left: 0.5407911001em; }

.woocommerce-MyAccount-downloads .button:after {
  display: inline-block;
  font: normal normal normal 14px/1 'Font Awesome 5 Free';
  font-size: inherit;
  text-rendering: auto;
  content: "\f0ed";
  margin-left: 0.5407911001em; }



ul.order_details {
	list-style: none;
	background-color: #f8f8f8;
	margin: 30px 0;
	padding: 0;
	position: relative;
}
ul.order_details li {
    padding: 15px 25px;
    text-transform: uppercase;
}
.order_details > li {
	border-bottom: 1px dotted #e3e3e3;
}

ul.order_details li strong {
    display: block;
    font-size: 16px;
    line-height: 22px;
    text-transform: none;
}
ul.order_details li:last-child {
	border: 0;
}
.order_details {
    background-color: #f8f8f8;
    text-align: left;
}
.order_details th,
.order_details td {
	padding: 15px 25px;
}

@media screen and (max-width: 1080px) {
	.row-hero .cont {
		padding-bottom: 324px;
	}
	.hero-inner h1,
	.row-hero-page h1 {
		font-size: 38px;
		line-height: 38px;
	}
	.hero-inner h2 {
		font-size: 26px;
		line-height: 28px;
	}
	.row-grid-caffe .cont {
		max-width: 720px;
	}
	
	.row-grid-caffe-3 .cont {
		max-width: 720px;
	}
	
	.row-grid-caffe-2 .cont {
		max-width: 720px;
	}
	.row-corsi-home .cont {
		max-width: 756px;
	}
	.side-corsi {
		width: 100%;
		
		
	}
	.side-corsi .corsi-filter {
		float: left;
		padding: 20px 10px;
		width: 100%;
	}
	.corsi-filter .inner-facet > div {
		float: left;
		width: 33.33%;
	}
	.corsi-loop {
		width: 100%;
		margin-top: 16px;
	}
	a.corso-card {
		width: calc(50% - 9px);
		margin-left: 18px;
		margin-bottom: 18px;
	}
	a.corso-card:nth-child(2n+1) {
		margin-left: 0;
	}
	.corsi-filter button {
		clear: both;
		display: block;
	}
	.row-3-box .cont {
		max-width: 780px;
	}
	.cert-corsi {
		display: none;
	}
	.cert-corsi.cert-corsi-end {
		display: block;
	}
	.inner-cert-corsi {
		display: flex;
		justify-content: space-around;
	}
	.cert-corsi img {
		margin: 0;
		align-self: center;
	}
	.row-1caffe-vid a:before {
		top: 20px;
	    bottom: -20px;
	    left: 40px;
	    right: -40px;
	}
	.img-capsule {
		padding-bottom: 70px;
	}
	.row-footer-nl .cont {
		padding-top: 140px;
	}
	.row-footer-nl .cont:before {
		left: 50%;
		top: 30px;
		transform: translateX(-50%);
		height: 100px;
		width: 110px;
	}
	.row-pre-footer .sm-inner ul.menu li.menu-item-has-children {
		width: 20%;
	}
	.info-corso-spec {
		width: 100%;
		margin-right: 0;
	}
}

@media screen and (max-width: 900px) {
	.footer-nl {
		margin: 0 auto;
	}
	.social-foot {
		width: 252px;
		margin: 0 auto;
		padding-top: 30px;
	}
	.row-pre-footer .cont {
		display: block;
	}
	.menu-footer {
		margin: 0 auto;
	}
	.menu-footer ul {
		text-align: center;
		margin-bottom: 32px;
	}
	.menu-footer ul li a {
		text-align: center;
	}
	.site-branding a {
		width: 200px;
		-webkit-background-size: 200px 90px;
    	background-size: 200px 90px;
	}
}

@media screen and (max-width: 768px) {
	body,
	body.no-top {
		padding-top: 60px;
	}
	.no-top .site-branding a,
	.site-branding a {
		height: 60px;
		width: 170px;
		-webkit-background-size: 170px 90px;
    	background-size: 170px 90px;
	}
	.row-hero .cont {
		padding-bottom: calc(500px + (324 - 500)*(100vw - 480px)/(768 - 480));
	}
	.hero-inner h1,
	.row-hero-page h1 {
		font-size:  calc(32px + (38 - 32)*(100vw - 420px)/(768 - 420));
		line-height:  calc(34px + (38 - 34)*(100vw - 420px)/(768 - 420));
	}
	.hero-inner h2 {
		font-size:  calc(20px + (26 - 20)*(100vw - 420px)/(768 - 420));
		line-height:  calc(24px + (28 - 24)*(100vw - 420px)/(768 - 420));
	}
	.grid-container {
	  display: grid;
	  height: 100%;
	  grid-template-columns: 1fr;
	  grid-template-rows: 2fr 2fr auto;
	  grid-gap: 0px 0px;
	  grid-template-areas: "immagine-corso" "info-corso-top" "info-corso-bottom";
	}
	.prod-inner-top {
		padding-top: 60px;
		padding-bottom: 60px;
		max-width: 480px;
		margin: 0 auto;

	}
	.prod-gallery-grid,
	.prod-inner-top .summary {
		float: none;
		width: 100%;
		max-width: 100%;
	}
	.prod-inner-top .entry-summary {
		padding: 0;
	}
	.woocommerce-product-details__short-description {
		max-width: 100%;
	}
	.row-header {
		font-size: 12px;
	}
	a.side-menu {
		display: none;
	}
	.left-menu,
	.right-menu {
		width: 141px;
	}
	.left-menu a.menu-cart,
	.megamenu,
	.megamenu label {
		height: 60px;
		width: 60px;
	}
	
	.left-menu a.menu-shop,
	a.menu-text,
	.top-ls {
		width: 80px;
		height: 60px;
	}
	.left-menu a.menu-shop,
	a.menu-text,
	.top-ls > a {
		line-height: 60px;
	}
	.extra-lang-single {
		line-height: 24px;
	}
	.menu-icon {
		width: 30px;
		height: 30px;
	}
	.header-cart-count {
		width: 16px;
		height: 16px;
		line-height: 16px;
		top: 4px;
		left: 39px;
	}
	.row-header-shop .cont ul li a {
		font-size: 12px;
		line-height: 20px;
		padding: 5px 0;
	}
	.row-header-shop .cont {
		padding: 10px 5px;
	}
	table.cart td.actions input,
	table.cart td.actions button {
		display: block !important;
		width: 100% !important;
		margin: .5407911001em 0 !important;
	}
	table.cart td.actions .coupon {
		display: block;
		float: none;
	}
	.cart-collaterals .cart_totals,
	.cart-collaterals .shipping_calculator {
	    width: 100%;
	    float: none;
	    margin-right: 0;
	}
	td.product-thumbnail:before {
		display: none;
	}
	table.cart td.actions .coupon {
		padding-bottom: 1em;
		margin-bottom: 1em;
		border-bottom: 1px solid rgba(0,0,0,.05);
	}
	table.cart td.product-remove a.remove {
		position: absolute;	
		top: 20px;
		right: 45px;
	}
	.product-remove {
		position: relative;
	}
	.woocommerce-checkout .col2-set,
	.woocommerce-checkout #order_review, .woocommerce-checkout #order_review_heading {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.woocommerce-MyAccount-navigation,
	.woocommerce-MyAccount-content {
	    width: 100%;
	    float: none;
	    margin-right: 0;
	}
	.grid-photo-right, .grid-photo-left {
		grid-template-columns: auto;
	}
	.grid-photo-right,
	.grid-photo-left {
		grid-template-areas:
			"grid-inner-text" "grid-inner-photo"
	}
	.grid-inner-photo {
		max-width: 450px;
		padding-top: 50px;
	}
	.pf-box.pf-box-logo,
	.pf-box.pf-box-social {
		float: none;
		width: 100%;
		max-width: 420px;
		margin: 0 auto;
		text-align: center;
	}

	.logo-footer {
		display: inline-block;
	}
	.pf-box.pf-box-menu {
		width: 50%;
		padding: 20px;
		margin: 0 0 50px;
		max-width: 320px;
	}
	.corso-info {
		font-size: 11px;
		padding: 0 10px 8px;
	}
	.corso-card-text {
		padding: 10px;
	}
	.corso-card-text h3 {
		margin: 8px 0;
		font-size: 18px;
		line-height: 22px;
	}
	.row-1caffe-vid a:before {
		top: 20px;
	    bottom: -20px;
	    left: 10px;
	    right: -10px;
	}
	.grid-1caffe {
		grid-template-columns: 1fr 1fr;
		grid-template-areas:
			"img img"
			"info1 info2";
	}
	.info-1caffe-a {
		grid-area: info1;
	}
	.info-1caffe-b {
		grid-area: info2;
	}
	.info-1caffe-img {
		grid-area: img;
		justify-self: center;
	}
	.blog-top-2-inner {
		grid-template-columns: 1fr;
		justify-item: center;
	}
	.blog-top-2-inner a {
		max-width: 504px;
		display: block;
		margin: 0 auto;
	}
	.blog-bottom-text {
		padding: 20px 30px 30px;
	}
	.sm-inner ul.menu li.menu-item-has-children {
		width: 20%;
	}
	.slick-slide {
		display: flex;
		flex-flow: column;
	}
	.slick-slide blockquote {
		margin: 0 10px;
	}
	.info-corso-spec {
		width: calc(50% - 20px);
	}
	.info-corso-spec-left {
		margin-right: 20px;
	}
	
}
@media screen and (max-width: 675px) {
	a.grid-cialde {
		grid-template-columns: 1fr;
		max-width: 350px;
		grid-template-areas:
			"cialde-item-2" "cialde-item-1";
		margin: 40px auto;
	}
	.cialde-item-2 {
		grid-area: cialde-item-2;
	}
	.cialde-item-1 {
		grid-area: cialde-item-1;
		padding-bottom: 130px;
	}	
	.grid-cialde .grid-grani-inner {
		grid-template-columns: auto;
	}
	.grid-barattolo {
		grid-template-columns: auto auto;
		max-width: 400px;
		grid-template-areas:
			"cialde-item-2" "cialde-item-1";
		margin: auto auto;
	}
	
	.cialde-item-3 {
		grid-area: cialde-item-3;
	}
	.cialde-item-4 {
		grid-area: cialde-item-4;
		padding-bottom: 130px;
	}
	
	a.corso-card {
		float: none;
		margin-left: 0;
		width: 100%;
	}
	.row-corsi-home .cont {
		max-width: 375px;
	}
	.corsi-filter {
		position: relative;
	}
	.corsi-filter .inner-facet > div {
		float: none;
		width: 100%;
	}
	body:not(:target) #facet-blocks {
	  display: none;
	  outline: 0;
	}
	body:not(:target) #facet-blocks:target {
	  display: block;
	}
	a.facet-toggle,
	a.close-facet  {
		display: block;
		text-decoration: none;
		width: auto;
		text-align: center;
		text-transform: uppercase;
		color: #646469;
		font-size: 11px;
		line-height: 26px;
		font-weight: 900;
	}
	a.close-facet {
		position: absolute;
		top: 20px;
		left: 0;
		right: 0;
		background: #fff;
	}
	.corso-card-text {
		height: auto !important;
	}
	.format-info,
	.format-body {
		float: none;
		width: 100%;
		max-width: 100%;
	}
	.format-body h2,
	.format-info {
		text-align: center;

	}
	.format-info img {
		display: block;
		margin: 0 auto 30px;
	}
	.single-bottom-inner {
		grid-template-columns: 1fr;
		max-width: 504px;
		margin: 0 auto;
	}
	.img-capsule {
		padding-bottom: 0px;
	}
	.contatti-grid {
		grid-template-columns: repeat(2, minmax(180px, 1fr));
	}
	.blog-bottom-inner {
		grid-template-columns: 1fr;
	}
	.blog-bottom-inner a {
		max-width: 460px;
		display: block;
		margin: 0 auto;
	}
	.blog-top-inner a {
		grid-template-columns: 1fr;
		grid-template-rows: 1fr 1fr;
	}
	.blog-top-inner a .blog-top-img {
		grid-area: 1/1;
	}
	.blog-top-text {
		padding: 20px 30px 30px;
	}
	.row-pre-footer .sm-inner ul.menu li.menu-item-has-children {
		width: 50%
	}
	.row-pre-footer .sm-inner ul.menu {
		max-width: 420px;
		justify-content: space-between;
	}
	.sm-inner ul.menu {
		justify-content: normal;
		max-width: 480px;
	}
	.sm-inner ul.menu li.menu-item-has-children {
		width: 33%;
		padding-bottom: 20px;
	}
	.sm-inner ul.menu li.menu-item-has-children li a {
		line-height: 20px;
	}
}



@media screen and (max-width: 480px) {
	.row-hero .cont {
		padding-bottom: 500px;
	}
	.left-menu .menu-shop {
		display: none;
	}
	.left-menu {
		display: none;
	}
	.right-menu {
		width: 141px;
	}
	a.menu-text {
		width: 40px;
	}
	.site-branding {
		order: 0;
		flex-grow:1;
		padding-left: 30px;
	}
	.top-ls {
		order: 1;
	}
	.left-menu {
		order: 2;
	}
	.megamenu {
		order: 3;
	}
	.pf-box.pf-box-menu {
		width: 100%;
		max-width: 320px;
		padding: 20px;
		margin: 0 auto 30px;
		float: none;
	}
	.info-corso-bottom a {
		right: 0;
		left: auto;
	}
	.team-box {
		max-width: 350px;
		margin: 0 auto;
	}
	.corso-date-extra {
		float: none;
		margin: 0 0 40px;
		width: 100%;
	}
	.corso-date-extra-inner {
		grid-template-columns: repeat(auto-fill, minmax(100px, 1fr) ) ;
		grid-gap: 10px;
		display: grid;

	}
	.row-corso-body .corso-date-extra p {
		margin: 0;
	}
	.grid-1caffe {
		max-width: 380px;
		margin: 0 auto;
		grid-template-columns: 1fr;
		grid-template-areas:
			"img"
			"info1"
			"info2";
	}


	.info-1caffe-b a {
		margin: 0 auto;
	}
	.partner-item img {
		filter: grayscale(0%);
		transition: all 0.5s ease;
		opacity: 1;
	}
	.contatti-grid {
		grid-template-columns: 1fr;
		max-width: 280px;
		margin: 0 auto;
	}
	.contatti-item {
		padding-bottom: 10px;
		grid-gap: 20px;
	}
	.multicol {
		columns: 1;
	}
	.row-pre-footer .sm-inner ul.menu li.menu-item-has-children {
		width: 100%;
		padding-bottom: 20px;
	}
	.row-pre-footer .sm-inner ul.menu {
		max-width: 300px;
	}
	.sm-inner ul.menu li.menu-item-has-children {
		width: 50%;
		padding-bottom: 20px;
	}
	.sm-inner ul.menu {
		max-width: 300px;
	}
	.row-corso-cit blockquote {
		font-size: 18px;
		line-height: 24px;
	}
	
	.row-corso-cit-2 blockquote {
		font-size: 18px;
		line-height: 24px;
	}
	
	.info-corso-spec {
		width: 100%;
		margin-right: 0;
	}
}

@media screen and (max-width: 420px) {
	
	.hero-inner h1,
	.row-hero-page h1 {
		font-size: 32px;
		line-height:  34px;
	}
	.hero-inner h2 {
		font-size:  20px;
		line-height:  24px;
	}
}
