/*!
Theme Name: Oro della terra
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: oro-della-terra
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.

Oro della terra is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&Playfair+Display:wght@400;700&display=swap');

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

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

/**
 * 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;
	outline-offset: -2px;
}

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

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

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

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #f0f0f0;
}

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: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

/* 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);
	line-height: 1;
	padding: 0.6em 1em 0.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;
	border-radius: 3px;
	padding: 3px;
}

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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.barra-top{
	width: calc(100% - 0px);
    background: #b27955;
    font-size: .8em;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    color: #fff;
    display: flex;
    padding-right: 0px;
    margin: 0;
	flex-direction: column;
}
@media screen and (min-width: 37.5em) {

	.barra-top{
	    padding-left: 80px;
    padding-right: 0px;
    flex-direction: row;
    margin: 0 20px;
    width: calc(100% - 40px);
    border-radius: 40px;
	}
}
.barra-top div{
	padding: 5px 20px;
    font-size: 1.1em;
    font-weight: 300;
}
.barra-top div p{
	margin: 0;
}
.barra-top div p span{
	      padding: 5px 10px;
    background: #fff;
    border-radius: 20px;
    margin-right: 5px;
    color: #b27955;
    font-weight: 600;
    font-size: .8em;
    clear: both;
    width: 50%;
    /* float: left; */
}
.barra-top div:last-child {
	margin-left: 0;
}
@media screen and (min-width: 37.5em) {

	.barra-top div:last-child{
		margin-left: auto;
	}

	.barra-top div p span{
	    padding: 5px 40px;
    background: #fff;
    border-radius: 20px;
    margin-right: 20px;
    color: #b27955;
    font-weight: 600;
    font-size: 1.1em;
}
}
#background{
	background-image:url('risorse/background.png');
	background-repeat: no-repeat;
	background-size: 40%;
	height: 100%;
	width: 100%;
	position: fixed;
	content: '';
	top: 0;
	left: 0;
	z-index: -1;
}
.site-header{
        margin: 20px 50px;
    /* max-width: 1200px; */
    margin: 0 auto;
    padding-bottom: 50px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 20px;
    margin-bottom: 0;
}

@media screen and (min-width: 37.5em) {

	.site-header{
		padding-left: 80px;
		padding-right: 80px;
		display: flex;
	}
}

.site-branding{
	width: 70%;
    align-items: center;
    display: flex;
    justify-content: center;
}

@media screen and (min-width: 37.5em) {

	.site-branding{
		width: 30%;
	}
}

.site-branding img{
	height: auto;
}

@media screen and (min-width: 37.5em) {

	.site-branding img{
		    height: 100px;
    width: auto;
	}
}

.topHome{
	    display: flex;
    /* height: 400px; */
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
    margin: 0 20px;
    background: #f0f0f0;
    border-radius: 40px;
	overflow: hidden;
	flex-direction: column;
}

@media screen and (min-width: 37.5em) {

	.topHome{
		flex-direction: row;

	}
}

.topHome div:nth-child(1){
	    width: 600px;
    background-size: cover;
    background-position: center;
    height: 600px;
    background-repeat: no-repeat;
    border-radius: 300px;
}

.topHome div:nth-child(2){
	width: 70%;
    text-align: center;
    height: 100%;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.topHome p{
	font-family: 'Playfair Display', serif;
    font-size: 1.6em;
    padding: 0 10%;
    text-align: left;
	color: #fff;
}

@media screen and (min-width: 37.5em) {

	.topHome p{
		        font-size: 6em;
    color: #613c24;
    padding-top: 80px;
    line-height: 110px;
    font-weight: 800;
	}
}

.rowHome{
    color: #613c24;
    /* padding-right: 400px; */
    padding: 20px 40px;
    border-radius: 10px;
    font-weight: 600;
    line-height: 50px;
	display: flex;
	width: calc(100% - 80px);
	margin: 40px;
	flex-direction: row;
	
}
@media screen and (max-width: 767px) {
	.rowHome{
		margin: 0;
		width: 100%;
		flex-direction: column;
	}
		
	}
.rowHome p.titolo{
	font-family: 'Playfair Display', serif;
    color: #613c24;
    border-radius: 10px;
    font-weight: 600;
    line-height: 50px;
	font-size: 3em;
}
.rowHome.brown{
}
@media screen and (max-width: 767px) {
	.rowHome.brown{
		display: block;
	}
		
	}
.rowHome.brown .foto{
	.rowHome.brown .foto {
    /* background-color: #fff; */
    margin: 3%;
    border-radius: 10px;
    display: flex;
    color: #666;
    font-size: 3em;
    font-weight: 300;
}
}
.woocommerce.prodotti-home p.titolo{
	    margin: 0;
    /* text-align: left; */
    font-size: 2.6em;
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
    font-family: 'Playfair Display', serif;
    color: #613c24;
}
.rowHome p.foto{
	    height: 400px;
    background: #666;
    border-radius: 20px;
}
.rowHome div:nth-child(1){
	width: 100%;
}
.rowHome div:nth-child(2){
	width: 100%;
}

@media screen and (min-width: 37.5em) {

	.rowHome div:nth-child(1){
	    width: 60%;
    font-family: 'Playfair Display', serif;
    color: #613c24;
    border-radius: 10px;
    font-weight: 600;
    line-height: 50px;
    font-size: 3em;
    padding-top: 60px;
    padding-right: 120px;
	}
	
	.rowHome div:nth-child(2){
		    width: 40%;
    background: #faf0d1;
    border-radius: 30px;
    padding: 60px;
	}
}

.rowHome.brown p.titolo{
        color: #600;
}

@media screen and (max-width: 767px) {
	.rowHome.brown p.titolo{
		padding: 0;
	}
	}

.rowHome.white p.titolo{
	color: #613c24;
	text-align: center;
	padding: 120px;
	background-color: #f0f0f0;

}

@media screen and (max-width: 767px) {
	.rowHome.white p.titolo{
		padding: 0;
	}
		
	}

.rowHome.brown p{
	color: #fff;
    font-weight: 300;
    padding-right: 0px;
}

@media screen and (min-width: 37.5em) {

	.rowHome.brown p{
		      font-family: 'Roboto';
    color: #666;
    line-height: 40px;
	}
}


.fullRow{
	    width: 100%;
    float: left;
    padding: 40px 280px;
    /* background-color: rgba(255,255,255,.3); */
    font-size: 1.6em;
    /* line-height: 0px; */
}

@media screen and (max-width: 767px) {
	.fullRow{
		padding: 40px 20px;
	}
		
	}

.fullRow p{
	color: #613c24;
    text-align: center;
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
}

.fullRow p a{
	padding: 20px 40px;
    /* float: left; */
    background: #613c24;
    float: left;
    display: block;
    margin: 0 auto;
    font-family: 'Playfair Display', serif;
    color: #fff;
    text-decoration: none;
    font-size: 1.5em;
    border-radius: 10px;
}

.fullRow p.titolo{
	     font-family: 'Playfair Display', serif;
    /* color: #b27955; */
    border-radius: 10px;
    font-weight: 600;
    line-height: 100px;
    font-size: 5em;
    text-align: center;
    margin: 0;
}

@media screen and (max-width: 767px) {
	.fullRow p.titolo{
		font-size: 1.6em;
		line-height: 30px;
	}
		
	}

.site-info{
    padding: 90px;
    display: flex;
    flex-wrap: wrap;
    flex: 1 0 0 0;
    width: 100%;
    float: left;
}

.site-info div.rifFooter{
	width: 100%;
    float: left;
}

.site-info div.rifFooter p{
	color: #666;
}

.site-info div.rifFooter p.nome{
font-family: 'Playfair Display', serif;
font-size: 1.8em;
margin: 0;
text-transform: uppercase;
font-weight: 600;
}

.site-info div.navFooter{
		float: right;
		flex-wrap: wrap;
		flex: 1;
}

.elenco-categorie{
	    position: relative;
    width: 100%;
    float: left;
    margin-top: 40px;
    margin-bottom: 60px;
    background-color: rgb(255,255,255,.6);
    border-radius: 60px;
}

.elenco-categorie p.titolo{
	    margin: 0;
    /* text-align: left; */
    font-size: 2.6em;
    text-transform: uppercase;
    font-weight: 800;
}

.categorie .titolo{
	font-family: 'Playfair Display', serif;
    font-size: 3em;
    padding: 0 10%;
    text-align: left;
	text-align: center;
	margin-bottom: 0;
	color: #613c24;
}

.categorie .sottotitolo{
	font-size: 2em;
    text-align: center;
    padding: 0 10%;
	color: #613c24;
}

.categorie .sottotitolo span{
	font-size: 1.2em;
	width: 100%;
	float: left;
}

.categories-slider {
	    width: calc(100% - 40px);
    float: left;
    margin-top: 30px;
    margin-bottom: 0px;
    position: relative;
    margin-right: 20px;
    margin-left: 20px;
}

.categories-slider div.cat-img{
	    height: 400px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    display: block;
    border-radius: 40px;
    border: 4px solid #f0f0f0;
    margin: 0 40px;
	position: relative;
}

@media screen and (max-width: 767px) {
	.categories-slider div.cat-img{
		height: 300px;
	}
		
	}

.categories-slider div.cat-img div.overlay{
	border-radius: 40px;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(250,240,90,.1);
}

.slider-arrows, .slider-dots{
	position: absolute;
    bottom: 0;
    display: flex;
    margin: 0 auto;
    /* left: 50%; */
    justify-content: center;
    width: 100%;
}

.slider-arrows{
	bottom: 30%;
}

.slider-arrows .previous, .slider-arrows .next{
	content: '>';
    height: 40px;
    width: 40px;
    position: relative;
    /* position: absolute; */
    bottom: 0%;
    background: #666;
	margin: 20px;
	border-radius: 50%;
}

.slider-arrows .previous{
	position: absolute;
    left: 0;
}

.slider-arrows .next{
	position: absolute;
    right: 0;
}

.slider-dots{
	bottom: 50px
}

.slider-dots button{
	height: 20px;
    width: 20px;
    border-radius: 30px;
    margin-right: 10px;
    text-align: center;
    font-size: .7em;
    padding: 0;
    color: #b27955;
    background: #b27955;
    border: 3px solid #999;
	opacity: .3;
}

.slider-dots .slick-active button{
	border-color: #b27955;
}

.slider-dots ul{
	margin: 0;
	padding: 0;
}

.slider-dots ul li{
	display: inline;
	float: left;
	width: auto;;
}

.categories-slider a {
	text-decoration: none;
	color: #613c24;
	font-size: 1.6em;
	position: relative;
}

.categories-slider .slick-slide{
	width: 50px;
    width: 33%;
    float: left;
	height: 500px;;
}

.categories-slider .slick-slide div.label{
	    text-align: center;
    font-family: 'Playfair Display', serif;
    padding-top: 30px;
    font-weight: 500;
    font-size: .7em;
    padding-left: 50px;
    padding-right: 50px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: .9em;
    position: relative;
    z-index: 10001;
    top: -40px;
}

.categories-slider .slick-slide .circle{
	    position: absolute;
    background: #faf0d1;
    width: 100px;
    height: 100px;
    bottom: 0;
    z-index: -1;
    border-radius: 50%;
    left: calc(50% - 50px);
    bottom: 0;
    float: left;
    padding-top: 0;
    position: relative;
    top: -140px;
    z-index: 1000;

}

.categories-slider .slick-slide div{
	    text-align: center;
    font-family: 'Playfair Display', serif;
    padding-top: 90px;
    font-weight: 500;
    font-size: .7em;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 30px;
    position: relative;
    z-index: 1;
    background-size: 60%;
    background-position: 50%;
}

.categories-slider .slick-slide img{
	display: block;
    margin: 0 auto;
    display: block;
    padding-bottom: 30px;
    max-width: 90px;
    padding-bottom: 0px;
    padding-top: 0px;
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
	align-items: center;
    display: flex;
    flex-direction: row-reverse;
}

.main-navigation.toggled div.menu-menu-1-container {
	float: left;
	width: 100%;
}

.main-navigation.toggled div.menu-menu-1-container ul {
	list-style: none;
    margin: 0;
    padding-left: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    height: 50vh;
	background-color: #fff;
	width: 100%;
	margin-top: 30px;
}

.main-navigation.toggled div.menu-menu-1-container ul li{
    padding: 10px;
}

@media screen and (min-width: 37.5em) {

	.main-navigation { 

	}
}

.main-navigation ul {
	display: none;
	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 {
	display: block;
	left: auto;
}

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

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	    display: block;
    text-decoration: none;
    display: block;
    text-decoration: none;
    padding: 0 40px;
    font-size: 1.4em;
    color: #613c24;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 1em;
    font-family: 'Playfair Display', serif;
    font-weight: 800;
    font-size: 1.3em;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.menu-toggle{
	position: absolute;
    top: 110px;
    width: 20%;
    background-image: url('risorse/menu-icon.png');
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 0;
	background-size: contain;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main{
	     float: left;
    background: #fff;
    width: calc(100% - 60px);
    max-width: none;
    padding-top: 50px;
    margin: 0 30px;
    border-radius: 40px;
    position: relative;
    z-index: -1;
    top: -30px;
}

.home.site-main{
	padding-top: 0px;
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

.main{
	max-width: 1200px;
    margin: 0 auto;
    background: #fff;
}

/* archives */
.woocommerce.columns-3{
	width: 100%;
	float: left;;
}
@media screen and (min-width: 37.5em) {
	.full .woocommerce.columns-3{
		width: 100%;
	}

	.woocommerce.columns-3{
	     width: 76%;
    margin: 40px 0px;
	}
}

.woocommerce nav.woocommerce-pagination ul{
	    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border: 1px solid #cfc8d8;
    /* border-right: 0; */
    margin: 1px;
    /* width: 100%; */
    border-radius: 40px;
    background: rgba(0,0,0,.05);
}

.woocommerce nav.woocommerce-pagination ul li{
	    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 50px;
    font-size: 1em;
    font-weight: 400;
    padding: .5em;
    min-width: 1em;
    display: block;
    border: 0 !important;
    height: 50px;
    width: 50px;
    padding: 0;
}

.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li{
	margin: 10px;
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
	    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: inherit;
    font-size: 1em;
    font-weight: 400;
    padding: .5em;
    min-width: 1em;
    display: block;
    border: 0 !important;
    padding: 0;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current{
	    background: #e9e6ed;
    color: #816e99;
    height: 50px;
    width: 50px;
    line-height: 50px;
    padding: 0;
    border-radius: 25px;
    border-right: 0 !important;
}

.woocommerce ul.products{
	     margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both;
    /* margin-right: 20px; */
}

.woocommerce ul.products li.product-category{
	padding-top: 0 !important;
}

.woocommerce ul.products li.product {
	    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
    height: auto;
    width: calc(100% - 40px) !important;
    margin: 0 auto;
    /* padding-top: 40px; */
    background-color: #f0f0f0;
    margin: 20px !important;
    padding: 10px;
}

@media screen and (min-width: 37.5em) {

	.woocommerce ul.products li.product {
	    width: calc(33.3333333333% - 40px) !important;
    /* border: 2px solid #666; */
    /* background: #f0f0f0; */
    background: #f0f0f0;
	padding-top: 20px;;height: 500px;
	}
}

.woocommerce ul.products li.product a img{
        box-shadow: none;
    max-height: 280px;
    width: auto;
    display: block;
    margin: 0 auto;
    background: #fff;
    /* float: left; */
    padding: 20px 80px;
    border-radius: 10px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
	    padding: .5em 0;
    margin: 0;
    font-size: 1.2em;
    font-family: 'Playfair Display', serif;
    color: #613c24;
    padding: 40px;
    text-align: center;
    font-size: 1.2em;
    font-weight: 500;
    padding-left: 20%;
    padding-right: 20%;
    background: #f0f0f0;
}

.woocommerce ul.products li.product-category .woocommerce-loop-category__title div.count {
	display: flex;
}

.woocommerce ul.products li.product-category .woocommerce-loop-category__title div.count span{
	padding: 5px;
    margin-left: 20px;
    background: transparent;
    color: #fff;
    background: #613c24;
    border-radius: 50px;
    width: 50px;
    float: left;
    margin: 0 auto;
    display: block;
    line-height: 40px;
    font-size: .8em;
	margin-top: 20px;
}

.woocommerce ul.products li.product .category-thumbnail{
	    height: 300px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
    background-color: #fff;
}

@media screen and (min-width: 37.5em) {

	.woocommerce ul.products li.product .category-thumbnail{
		background-size: 40%;
	}
}

div.sottocategorie{
	     display: flex;
    /* flex-wrap: wrap; */
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    border-bottom: 2px solid #613c24;
    background: #613c24;
    padding: 0;
    border-radius: 20px;
}

@media screen and (min-width: 37.5em) {

	div.sottocategorie{
		flex-direction: row;width: 76%;
	}
}

div.sottocategorie a{
	    height: auto;
    width: calc(100% - 60px);
    color: #613c24;
    text-decoration: none;
    font-family: 'Playfair Display', serif;
    font-size: 1.2em;
    font-weight: 600;
    text-align: center;
    padding: 20px;
    float: left;
    margin: 30px;
    border: 4px solid #f0f0f0;
    border-radius: 20px;
    background: #fff;
    border-radius: 20px;
}

@media screen and (min-width: 37.5em) {

	div.sottocategorie a{
		width: 25%;
        height: 200px;
	}
}

div.sottocategorie div{
	     height: 100px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}

div.sottocategorie div span{
	    padding-top: 80px;
    float: left;
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

.related.products{
	margin: 30px;
    float: left;
    width: calc(100% - 60px);
}

.related.products ul li.product{
	width: calc(100% - 0px) !important;
	margin: 0 !important;
	margin-bottom: 10px !important;
}

@media screen and (min-width: 37.5em) {

	.related.products ul li.product{
		width: calc(25% - 4px) !important;
		margin: 2px !important;
	}
	
}

.related.products h2{
	width: 100%;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 40px;
    color: #fff;
    color: #b27955;
    font-family: 'Playfair Display', serif;
    font-size: 2em;
}

/* fine archives */
/* singolo */
.category-title{
	    /* width: 100%; */
    text-align: center;
    padding-top: 30px;
    padding-bottom: 10px;
    margin-bottom: 40px;
    color: #fff;
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: 1.8em;
    text-align: center;
    width: calc(100% - 80px);
    float: right;
    /* text-align: left; */
    border-bottom: 6px solid #b27955;
    padding-left: 20px;
    left: 0;
    margin: 0 40px;
    float: left;
    font-weight: 600;
    /* text-transform: uppercase; */
    /* letter-spacing: 3px; */
    background: #fff;
    /* width: 40%; */
    padding-right: 50px;
    background: #613c24;
    width: 65%;
    margin: 0 auto;
    margin-left: 10%;
    position: relative;
    border-radius: 20px;
    top: 20px;
    padding-bottom: 40px;
}
@media screen and (min-width: 37.5em) {

	.category-title{
		margin-left: 30%;
		font-size: 2.8em;
	}
	
}
.product{
    float: left;
    border-radius: 10px;
	position: relative;
	    margin-bottom: 0;
    position: relative;
    margin-right: 20px;
    margin-top: 0px;
	display: flex;
	flex-direction: column;
	width: 100%;
}
@media screen and (min-width: 37.5em) {

	.product{
		
		flex-direction: row;
	}
	
}

.categories{
	    width: 20%;
    float: left;
    /* background: rgba(255,255,255,.4); */
    padding: 30px;
    margin: 0 10px 0 30px;
    min-height: 100vh;
    position: relative;
    /* width: 100%; */
    float: left;
    /* margin-top: 40px; */
    /* margin-bottom: 60px; */
    /* backdrop-filter: invert(10%) blur(120px); */
    background-color: rgba(255,255,255,.5);
    position: sticky;
    /* border-bottom: 1px solid #666; */
    /* border-top: 1px solid #666; */
    display: none;
    padding: 0;
    display: flex;
    height: 100%;
    background: #f0f0f0;
    padding: 30px;
    border-radius: 20px;
	display: none;
}
@media screen and (min-width: 37.5em) {

	.categories{
		    display: block;
    border-right: 1px solid #666;
    border-radius: 0;
    background: #613c24;
    border-radius: 10px;
	}
}
.categories p.titolo-categories{
	    width: 100%;
    text-align: center;
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: 2em;
    text-align: left;
    /* color: #fff; */
    padding: 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    padding: 0;
    padding-bottom: 30px;
}

.categories ul{
	margin: 0;
}

.categories ul li{
	float: left;
	list-style: none;
	width: 100%;;
}

.categories ul li a{
	    padding-left: 10px;
    padding-top: 10px;
    text-transform: capitalize;
    font-weight: 300;
    color: #fff;
    font-size: 1.1em;
	padding-bottom: 10px;
	width: 100%;
	float: left;;
}

.categories a{
	    width: 100%;
    color: #fff;
    font-weight: 600;
    padding: 5px 0px;
    float: left;
    text-decoration: none;
    font-weight: 300;
    font-size: 1.3em;
    font-weight: 400;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    background-size: 40px;
    background-repeat: no-repeat;
    padding-left: 50px;
    margin-bottom: 20px;
    background-position: left center;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
    /* border-bottom: 1px solid #666; */
    padding-top: 30px;
    margin: 0;
}

.scheda{
	width: 100%;
}

@media screen and (min-width: 37.5em) {

	.scheda{
		    width: 76%;
    float: right;
    margin-left: 0px;
	margin-top: 40px;
	}
}

.navigatore{
	     display: flex;
    padding-left: 30%;
    background: #613c24;
    padding: 20px 30% 20px 30%;
    padding: 20px;
}

.navigatore div{
	display: flex;;
}

@media screen and (min-width: 37.5em) {

   .navigatore{
	    display: flex;
    padding-left: 30%;
    background: #613c24;
    padding: 20px 30% 20px 30%;
}
	}

.navigatore a{
	       padding: 5px 20px;
    background: #fff;
    border-radius: 20px;
    margin-right: 20px;
    color: #b27955;
    font-weight: 600;
    font-size: 1em;
    text-decoration: none;
    margin: 0;
    margin-right: 10px;
    display: flex;
    align-items: anchor-center;
}

@media screen and (min-width: 37.5em) {

	.scheda{
		 padding: 5px 40px;
    background: #fff;
    border-radius: 20px;
    margin-right: 20px;
    color: #b27955;
    font-weight: 600;
    font-size: 1.1em;
	text-decoration: none;;
	}
}

.pswp__item{
	background: #b27955;
}

.woocommerce img.pswp__img, .woocommerce-page img.pswp__img{
	background-color: #FFF;
	padding: 40px;
}

.product .summary{
	padding: 0 40px 20px 20px;
}

.product h1.entry-title{
	    color: #613c24;
    font-family: 'Playfair Display', serif;
    text-align: left;
    font-size: 1.7em;
    line-height: 30px;
    margin: 0;
    padding-bottom: 40px;
    float: left;
    width: 100%;
}

@media screen and (min-width: 37.5em) {

	.product h1.entry-title{
    font-size: 2.7em;
	line-height: 60px;
}
	
}

.woocommerce-product-gallery__wrapper{
	    background-color: #fff;
    padding: 40px;
    border-radius: 30px;
}

@media screen and (min-width: 37.5em) {

	.woocommerce-product-gallery__wrapper{
     min-height: 100vh;
}
	
}

.woocommerce-product-details__short-description{
	    font-size: 1.6em;
    font-weight: 300;
	color: #fff
}

.woocommerce div.product div.summary{
	    margin-bottom: 2em;
    background: #f0f0f0;
    padding: 40px;
    border-radius: 20px;
    margin: 0;
    margin: 10px;
    width: calc(100% - 20px);
}

.woocommerce div.product div.summary div.descrizione{
	    width: 100%;
    float: left;
    color: #666;
    font-weight: 300;
    font-size: 1.2em;
}

.woocommerce div.product div.summary div.descrizione div{
	margin-bottom: 30px;
}

.woocommerce div.product div.summary div.descrizione div strong{
	width: 100%;
	float: left;
	text-transform: uppercase;
	padding-bottom: 10px;;
}


.woocommerce div.product div.images img{
	display: block;
    /* width: 100%; */
    height: auto !important; 
    box-shadow: none;
    width: auto;
    margin: 0 auto;
	padding: 5px;
	max-height: 500px;
}

@media screen and (min-width: 37.5em) {
	.woocommerce div.product div.images img{
		padding: 30px;
	}
}

/* fine singolo */

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

.post,
.page {
	margin: 0 0 1.5em;
	position: relative;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

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

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* 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;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* 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;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

.carousel {
	background: #EEE;
  }
  
  .carousel-cell {
	width: 66%;
	height: 200px;
	margin-right: 10px;
	background: #8C8;
	border-radius: 5px;
	counter-increment: carousel-cell;
  }
  
  /* cell number */
  .carousel-cell:before {
	display: block;
	text-align: center;
	content: counter(carousel-cell);
	line-height: 200px;
	font-size: 80px;
	color: white;
  }
