/*!
Theme Name: muesli
Theme URI: http://underscores.me/
Author: Alvise Pirovano
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: muesli
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.

muesli 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
--------------------------------------------------------------*/

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

@media screen and (min-width: 1100px) {
	.archive-wrapper,
	.archive.woocommerce .archive-items,
	article.contacts .entry-content {
		padding: 0 calc(80px + 2vw);
	}

	.archive article {
		border-left: 4px solid #000;
		border-right: 4px solid #000;
	}
}

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

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

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

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
	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;
	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;
}

.to-hide {
	display: none;
}

@media screen and (max-width: 800px) {
	
	.to-hide-mobile {
		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
--------------------------------------------- */
:root {
	--green: #69ABAC;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: 'factoria', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'brothers';
	font-weight: 400;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

#masthead h1,
#masthead h2 {
	font-size: 1.8em;
}

.archive h1 {
	font-size: 3em;
}

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

.underline_hover:hover a {
	text-decoration: underline !important;
	text-decoration-thickness: 3px !important;
}

@media screen and (min-width:800px) {
	#masthead h1,
	#masthead h2 {
		font-size: 2.5em;
	}

	.archive h1 {
		font-size: 5em;
		line-height: 0.8;
	}

}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	overscroll-behavior-y: none;
}

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

ul,
ol {
	margin: 0;
	padding: 0;
}

ul,
li {
	list-style: none;
}

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

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

.muesli_button {
	border: 4px solid #000;
	border-radius: 0;
	padding: 0 10px;
	font-size: 1.5em;
	text-transform: uppercase;
	font-family: 'brothers';
	font-weight: 500;
	background-color: #fff;
	color: #000;
	width: max-content;
	height: max-content;
	cursor: pointer;
}

.muesli_button:hover,
.muesli_button:hover a {
	background-color: #000;
	color: #fff;	
}

@media screen and (min-width: 800px) {

	.muesli_button {
		margin: 0;
	}
}

/* Links
--------------------------------------------- */
a {
	color: #000;
}

a:visited {
	color: #000;
}

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

a:focus {
	outline: none;
}

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

/* Borders
--------------------------------------------- */
.border-b {
	border-bottom: 4px solid #000;
}

.border-l {
	border-left: 4px solid #000;
}

.border-r {
	border-right: 4px solid #000;
}

.border-t {
	border-top: 4px solid #000;
}

.border-a {
	border: 4px solid #000;
}

@media screen and (max-width: 800px) {
	.home #primary .border-l {
		border-left: 0;
	}
}

/* Margins
--------------------------------------------- */

.margin-l {
	padding-left: 2em;
}

.margin-r {
	padding-right: 2em;
}

.no-margin-t {
	margin-top: 0;
}

@media screen and (min-width: 1100px) {

	.margin-l {
		padding-left: calc(80px + 2vw);
	}
	
	.margin-r {
		padding-right: calc(80px + 2vw);
	}
}


/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 0;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

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

html, body {
	height: 100%;
}

#page {
	height: 100%;
/* 	display: flex;
	flex-direction: column; */
}

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

#masthead {
	display: flex;
	width: 100%;
	height: 60px;
	justify-content: space-between;
	text-transform: uppercase;
	background-color: #fff;
	z-index: 999;
	top: 0;
}

#masthead.fixit {
	position: fixed;
}

#masthead .site-branding {
	width: 60px;
}

#masthead .site-branding img {
	width: 60px;
}

#masthead .center-header {
	flex: 1;
	display: flex;
	justify-content: space-between;
	padding: 0 2vw;
}

#masthead .site-title {
	display: flex;
	align-items: center;
	justify-content: center;
}

#masthead .widget-header {
	display: flex;
	align-items: center;
	font-family: 'factoria';
}

#masthead #site-navigation {
	width: 60px;
	overflow: hidden;
}

#masthead #site-header-cart img {
	width: 40px;
}

@media screen and (min-width:800px) {

	#masthead {
		height: 80px;
		position: fixed;
	}

	.home #primary {
		margin-top: 80px;
	}

	#primary {
		margin-top: 130px;
	}

	#masthead .site-branding {
		width: 80px;
	}

	#masthead .site-branding img {
		width: 80px;
	}

	#masthead #site-navigation {
		width: 80px;
		overflow: hidden;
	}

}

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

#colophon {
	margin-top: auto;
	background-color: #000;
	color: #fff;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	padding: 10% 10%;
}

#colophon  h3 {
	font-family: 'factoria';
	font-size: 1.3em;
	font-weight: 600;
}

#colophon ul li {
	font-size: 1em;
}

#colophon .site-icon {
	width: 100px;
}

#colophon .site-info {
	flex: 0.8;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	align-items: center;
}

#colophon .text {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	width: 100%;
	align-items: center;
}

#colophon .site-legal p {
	font-size: 0.9em;
	margin-bottom: 0;
	margin-inline: auto;
	max-width: 70%;
}

#colophon .site-legal a {
	color: #fff;
	text-decoration: underline;
	font-weight: 600;
}

#colophon .site-info > div {
	margin-bottom: 20px;
	line-height: 2em;
	text-align: center;
}

#colophon .site-social ul {
	display: flex;
	flex-wrap: wrap;
}

#colophon .site-social ul li {
	flex: 50%;
	max-height: 50px;
	max-width: 50px;
	margin: 0;
}

@media screen and (min-width:800px) {
	#colophon {
		padding: 4% calc(80px + 2vw);
	}

	#colophon  h3 {
		font-size: 1.5em;
	}

	#colophon ul li {
		font-size: 1em;
	}

	#colophon .site-icon {
		width: 150px;
	}

	#colophon .text {
		flex-direction: row;
		align-items: unset;
	}

	#colophon .site-legal {
		text-align: left;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	
	#colophon .site-legal p {
		font-size: 1em;
		max-width: 100%;
	}

	#colophon .site-info {
		flex-direction: row;
		align-items: flex-start;
	}

	#colophon .site-info > div {
		margin-bottom: 0;
		line-height: 2.5em;
		text-align: left;
	}

	#colophon .site-social {
		width: auto;
	}

	#colophon .site-social ul li {
		margin: 5px;
	}

	#colophon .site-contacts,
	#colophon .site-address {
		padding: 0 10px;
	}
}

/* Homepage
--------------------------------------------- */

.home p {
	font-size: 1.5em;
}

.home .muesli_button {
	width: max-content;
	margin-top: 0;
}

.home .wp-block-image,
.home .wp-block-image .alignright,
.home .wp-block-image .alignleft, 
.home .wp-block-image .aligncenter,
.home .wp-block-columns {
	margin: 0;
}

.home .wp-block-columns {
	gap: 0;
}

.home .wp-block-column.is-vertically-aligned-center { /* fix wp aligning*/
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.home .single-block h3 {
	text-align: center;
}

.home .about-block .wp-block-columns {
	flex-direction: column-reverse;
}

.home .about-block .wp-block-column:nth-child(1) p {
	margin-left: 1em;
	margin-right: 1em;
}

.home .coll-edu-block .wp-block-columns {
	padding: 6%;
	height: 90%;
}

.home .coll-edu-block .wp-block-columns div {
	padding: 0;
}

.home .coll-edu-block .wp-block-columns figure {
	padding: 0 20% 10%;
}

.home .coll-edu-block p {
	font-size: 1.5em;
	margin-top: 0;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.home .black-block {
	padding: 2em 0;
}

.home .black-block .wp-block-column:nth-child(1) p {
	padding: 0 6%;
	text-align: center;
}

.home .black-block .wp-block-column:nth-child(2) p {
	font-size: 1.5em;
	padding: 0 6%;
	text-align: center;
}

.home .store-block .wp-block-column:nth-child(2) p {
	margin-left: 6%;
	margin-right: 6%;
}

.home .green-block {
	padding: 3em 0 2em;
}

.home .green-block .muesli_button {
	margin-bottom: 3%;
}

.home .green-block a {
	text-align: center;
}

.home .green-block figure {
	margin-bottom: 2%;
	text-align: center;
	width: 30%;
}

.home .green-block p {
	font-size: 1.5em;
}

.home .green-block h3 {
	font-size: 2em;
	text-transform: none;
	font-family: 'factoria';
	font-weight: 500;
}

.home .green-block .wp-block-column {
	padding: 0 5%;
}

.home .green-block .wp-block-column .mc4wp-form {
	text-align: left;
}

.home .green-block .wp-block-column .mc4wp-form .name_field-wrapper {
	display: flex;
	justify-content: space-between;
}

.home .green-block .wp-block-column .mc4wp-form .name_field {
	width: 48%;
}

.home .green-block .wp-block-column .mc4wp-form .email_field {
	width: 100%;
}

@media screen and (min-width: 800px) {

	.home .single-block h3 {
		text-align: left;
	}

	.home .wp-block-column.is-vertically-aligned-center { /* fix wp aligning*/
		align-items: unset;
		text-align: left;
		align-self: stretch;
	}

	.home .about-block .wp-block-columns {
		flex-direction: row;
	}

	.home .coll-edu-block .wp-block-columns div {
		padding: 0 4% 0 0;
		width: 50%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.home .coll-edu-block .wp-block-columns figure {
		padding: 0;
	}

	.home .about-block .wp-block-column:nth-child(1) p {
		margin-top: 0;
	}

	.home .coll-edu-block p {
		text-align: left;
		margin-left: unset;
		margin-right: unset;
	}

	.home .coll-edu-block .wp-block-column:nth-child(2) h3 {
		padding-left: 6%;
	}

	.home .black-block {
		padding: 8em 0;
	}

	.home .black-block .wp-block-column:nth-child(1) p {
		padding: 0 0 0 calc(80px + 2vw);
		text-align: left;
	}

	.home .black-block .wp-block-column:nth-child(2) p {
		font-size: 1.5em;
		padding: 0 calc(80px + 2vw) 0 6%;
		text-align: left;
	}

	.home .store-block .wp-block-column:nth-child(2) p {
		margin-right: calc(80px + 2vw);
	}

	.home .green-block h3 {
		text-align: center;
	}

	.home .green-block .wp-block-columns {
		width: 80%;
	}

}

@media screen and (min-width: 1100px) {
	.home p {
		font-size: 2em;
	}

	.home .about-block .wp-block-column:nth-child(1) p {
		margin-left: calc(80px + 2vw);
	}
}

/* main eyes */

.home .front-eyes.mobile {
	display: block;
}

.home .front-eyes.desktop {
	display: none;
}

.home .front-eyes {
	position: relative;
}

.home .front-eyes.mobile img {
	min-width: 100%;
}

.home .front-eyes .content {
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translate(-50%, 0);
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.home .front-eyes.desktop .content {
	width: 30vw;
}

.home .front-eyes.mobile .content {
	width: 70vw;
}

.home .front-eyes .content .border-b {
	border-bottom-width: 6px;
}
.home .front-eyes .content .border-t {
	border-top-width: 6px;
}

.home .front-eyes .content p {
	margin: 0 0 5vh 0;
	text-transform: uppercase;
	font-family: 'brothers';
	line-height: 1;
}

.home .front-eyes.desktop .content p {
	font-size: 8vw;
}

.home .front-eyes.mobile .content p {
	font-size: 20vw;
}

.home .front-eyes .content .eye {
	margin: auto;
}

.home .front-eyes .content .pupil {
	position: relative;
	transition: all 0.05s ease;
}

.home .front-eyes .content h2 {
	margin: 1em 0 0 0;
	padding-top: 0.4em;
	line-height: 1;
}

.home .front-eyes.desktop .content h2 {
	font-size: 2.6vw;
} 

.home .front-eyes.mobile .content h2 {
	font-size: 6.3vw;
}

@media screen and (min-width: 800px) {

	.home .front-eyes.mobile {
		display: none;
	}

	.home .front-eyes.desktop {
		display: block;
	}
}

.home .contact-eyes .pupil-contact {
	position: relative;
	transition: all 0.1s ease;
}

/* home carousel */

.home .slick-slide h3 {
	font-size: 2em;
	padding: 0;
}

.home .slick-slide h3 {
	margin-left: 0.5em;
	margin-right: 0.5em;
}

.home .slick-slide p {
	margin-left: 1em;
	margin-right: 1em;
	font-size: 1.3em;
}

.home .slick-slide .muesli_button {
	margin-left: auto;
	margin-right: auto;
}

.home .slick-slide .has-background {
	padding: 10% 0 0;
	min-height: 410px;
}

.home .slick-dotted.slick-slider {
	margin-bottom: 0;
}

.home .slick-dots {
	position: absolute;
	bottom: 3% !important;
	height: max-content;
}

.home .slick-dots li button::before {
	font-size: 10px;
	opacity: 1;
}

.home .slick-dots li.slick-active button::before {
	opacity: 1;
	font-size: 15px;
}

@media screen and (min-width: 800px) {

	.home .slick-slide h3 {
		padding: 0 0 1em;
	}

	.home .slick-slide h3 {
		margin-left: 6%;
		margin-right: 0;
	}

	.home .slick-slide p,
	.home .slick-slide .muesli_button {
		margin-left: 6%;
		margin-right: 3em;
		margin-top: 0;
	}

	.home .slick-slide .muesli_button {
		margin-bottom: 1%;
	}

	.home .slick-slide .has-background {
		padding: 0;
		min-height: unset;
	}
}

@media screen and (min-width: 1100px) {

	.home .slick-slide h3 {
		font-size: 2.5em;
	}

	.home .slick-slide p {
		font-size: 2em;
	}
}

/* Archive
--------------------------------------------- */

.archive .page-header {
	margin-bottom: 3em;
	margin-top: 2em;
}

.archive header .header-top {
	display: flex;
	justify-content: space-between;
}

.archive header .header-top .left p {
	font-size: 1.5em;
}

.archive header .header-top .right {
	display: none;
	width: 12%;
}

.archive article {
	width: 100%;
	display: flex;
	flex-direction: column;
	border-bottom: 4px solid #000;
}

.archive article:first-child {
	border-top: 4px solid #000;
}

.archive article .prev-thumbnail,
.archive article .prev-content {
	position: relative;
	overflow: hidden;
}

.archive article .prev-thumbnail {
	max-height: 250px;
	display: flex;
	align-items: center;
	background-color: #000;
}

.archive article .prev-thumbnail a {
	display: flex;
}

.archive article .prev-thumbnail a img {
	transition: all .6s ease;
}

.archive article .prev-thumbnail a:hover img {
	transform: scale(1.05);
	opacity: 0.6;
}

.archive article .prev-thumbnail .figcaption {
	position: absolute;
	margin: 0;
	left: 0;
	bottom: 0;
	background-color: #000;
	color: #fff;
	padding: 1% 2%;
	display: none;
}

.archive article .prev-thumbnail a:hover ~ .figcaption {
	display: block;
}

.archive article .prev-content {
	padding: 5% 0;
	display: flex;
	flex-direction: column;
	border-top: 4px solid #000;
}

.archive article .prev-content header {
	flex: 0.15;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.archive article .prev-content header h2:hover {
	text-decoration: underline;
	text-decoration-thickness: 4px;
}

.archive article .prev-content header .entry-date {
	font-family: 'brothers';
	font-weight: 400;
	font-size: 1.3em;
}

.archive article .prev-content .entry-content {
	flex: 0.55;
	font-size: 1.2em;
}

.archive article .prev-content .entry-content a {
	text-decoration: underline;
}

.archive article .prev-content .entry-footer {
	flex: 0.3;
	display: flex;
	justify-content: space-between;
}
.archive article .prev-content .entry-footer .left,
.archive article .prev-content .entry-footer .right {
	display: flex;
	align-items: center;
}

.archive article .prev-content header,
.archive article .prev-content .entry-content,
.archive article .prev-content .entry-footer {
	padding: 0 5%;
}

.archive article .prev-content .entry-footer ul {
	padding: 0;
}

.archive article .prev-content .entry-footer ul li:hover {
	font-weight: 600;
}

.archive .load_more-wrapper {
	text-align: center;
	min-height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.archive .load_more-wrapper a {
	width: 100%;
}

.archive .load_more-wrapper span.muesli_button {
	font-size: 2.5em;
	padding: 0 70px;
}

.archive .load_more-wrapper span.cross {
	font-size: 2.5em;
	font-weight: 500;
	font-family: 'brothers';
	display: inline-block;
	width: 100%;
}

.archive .load_more-wrapper span.cross:hover {
	color: #fff;
	background-color: #000;
}

.archive .load_more-wrapper span.text {
	display: none;
}

.archive .backup.border-b {
	display: none;
}

.archive .archive-footer {
	min-height: 250px;
	padding: 3% 0;
	background-color: var(--green);
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
}

.archive .archive-footer p {
	font-size: 1.5em;
	margin: 0;
	width: 90%;
	text-align: center;
}

.archive .archive-footer .slugs {
	display: flex;
	flex-direction: column;
	gap: 1em;
}

.archive .archive-footer .slugs a {
	margin: 0 5px;
	width: 160px;
	display: inline-block;
	text-align: center;
	font-size: 1em;
}

@media screen and (min-width: 800px) {

	.archive header .header-top .right {
		display: block;
	}

	.archive header .header-top .left {
		width: 80%;
	}

	.archive header .header-top .archive-description {
		width: 90%;
	}

	.archive article {
		flex-direction: row;
		height: 400px;
		margin-bottom: 2.5em;
		border-top: 4px solid #000;
	}

	.archive article .prev-thumbnail,
	.archive article .prev-content {
		flex: 0.5;
		max-height: unset;
	}

	.archive article .prev-content {
		border-left: 4px solid #000;
		border-top: 0;
		padding: 0;
	}

	.archive article .prev-content header {
		border-bottom: 4px solid #000;
		align-items: center;
		flex-direction: row;
	}

	.archive .load_more-wrapper a {
		width: unset;
	}

	.archive .load_more-wrapper span.cross {
		border: 4px solid #000;
		padding: 0 70px;
		display: inline;
		width: unset;
	}

	.archive .load_more-wrapper span.text {
		font-size: 1.6em;
		display: block;
		margin: 1em 0;
	}

	.archive .backup.border-b {
		display: block;
	}

	.archive .archive-footer .slugs {
		flex-direction: row;
	}

	.archive .archive-footer .slugs a {
		width: 180px;
		font-size: 1.5em;
	}
}

@media screen and (min-width: 1100px) {

	.archive article .prev-content .entry-content {
		font-size: 1.5em;
	}
}


/* Tags Archive
--------------------------------------------- */

.archive .tags-archive-title {
	text-transform: capitalize;
	font-family: 'factoria';
	font-weight: 400;
	font-size: 3em;
}

.archive .tags-archive-title span {
	text-decoration: underline;
}

.archive .thumb-caption {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #000;
	color: #fff;
	text-transform: uppercase;
	height: 2em;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2em;
}

/* Single page CPT
--------------------------------------------- */

/* HEADER */

.single article header h1 {
	font-size: 2.5em;
}

.single article header {
	display: flex;
	flex-direction: column;
	min-height: 300px;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

.single article header p {
	margin: 0;
}

.single article header > div {
	display: flex;
	margin: 0 0 1em;
}

.single article header .left {
	flex: 1;
}

.single article header .top .left {
	flex-direction: column;
}

.single article header .top .left .arrow {
	margin-bottom: 1em;
}

.single article header .top .right {
	display: none;
}

.single article header .mid {
	font-family: 'brothers';
	text-transform: uppercase;
	flex-direction: column;
	font-size: 1.5em;
}

.single article header .low {
	flex-direction: column;
}

.single article header .low .left {
	margin-bottom: 1em;
}

.single article header .low .left .description {
	width: 100%;
}

.single article header .low .right {
	align-items: flex-start;
}

@media screen and (min-width: 800px) {

	.single article header {
		margin-top: 3em;
		margin-bottom: 3em;
	}

	.single article header h1 {
		font-size: 4em;
		line-height: 1;
		width: 90%;
	}

	.single article header > div {
		margin: 0 0 2em;
	}

	.single article header .left {
		flex: 0.65;
	}

	.single article header .right {
		flex: 0.35;
	}

	.single article header .top .right {
		align-items: flex-end;
		display: block;
	}

	.single article header .top .right img {
		max-height: 120px;
	}

	.single article header .mid {
		flex-direction: row;
		font-size: 2em;
	}

	.single article header .low {
		flex-direction: row;
	}

	.single article header .low .left {
		margin-bottom: 0;
		font-size: 1.5em;
	}

	.single article header .low .left .description {
		width: 90%;
	}

	.single article .entry-content {
		padding: 0 calc(80px + 2vw);
	}
}

/* CONTENT */

.single article .entry-content figure figcaption {
	text-align: center;
	font-style: italic;
}

.single article .entry-content > p {
	padding: 6%;
}

.single article .single-block {
	padding-bottom: 4%;
}

.single article .single-block p {
	font-size: 1.2em;
}

.single article .single-block a {
	text-decoration: underline;
}

.single article .single-block .block-row.wp-block-file a:first-child {
	display: none;
}

.single article .single-block .block-row.wp-block-file .wp-block-file__button {
	margin: 0;
	border: 4px solid #000;
	padding: 0 10px;
	font-size: 1.5em;
	text-transform: uppercase;
	font-family: 'brothers';
	font-weight: 500;
	background-color: #fff;
	color: #000;
	text-decoration: none;
	border-radius: 0;
}

.single article .single-block .awards-row > .wp-block-column {
	flex-basis: unset;
	flex-grow: unset;
}

.single article .single-block .awards-row figure {
	max-width: 200px;
}

/* THE CAROUSEL */

.wp-block-cb-carousel .slick-slide {
	padding: 0 !important;
}

.wp-block-cb-carousel button {
	z-index: 990;
	margin: 0;
	border-radius: 0;
	padding: 1em 0.5em;
	text-decoration: none;
}

.wp-block-cb-carousel .slick-dots {
	position: absolute;
	bottom: -12%;
	height: max-content;
}

.wp-block-cb-carousel .slick-dots li button::before {
	font-size: 10px;
	opacity: 1;
}

.wp-block-cb-carousel .slick-dots li.slick-active button::before {
	opacity: 1;
	font-size: 15px;
}

.wp-block-cb-carousel .wp-block-image > img {
	width: 100%;
}

.desktop-slider {
	display: none;
}

.mobile-slider {
	display: block;
}

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

	.single article .single-block p {
		margin-bottom: 0;
	}

	.single article .single-block .block-row {
		gap: 0;
	}

	.single article .single-block figure {
		max-width: 50% !important;
		text-align: left;
		margin-right: auto;
		margin-left: 0;
		margin-top: 1em;
	}

	.wp-block-cb-carousel .slick-prev, 
	.wp-block-cb-carousel .slick-next {
		display: none !important;
	}
}

@media screen and (min-width: 782px) {
	/* THE CAROUSEL */
	.mobile-slider {
		display: none;
	}

	.desktop-slider {
		display: block;
	}

	.wp-block-cb-carousel .slick-dots {
		display: none !important;
	}

	.wp-block-cb-carousel .slick-prev, 
	.wp-block-cb-carousel .slick-next {
		display: block;
		width: 2.5rem;
		height: 4rem;
	}

	.wp-block-cb-carousel .slick-prev {
		left: 3%;
	}
	
	.wp-block-cb-carousel .slick-prev::before {
		background-image: url('https://wearemuesli.it/wp-content/uploads/2022/10/bottone_sx_carosello.png');
	}
	
	.wp-block-cb-carousel .slick-next {
		right: 3%;
	}
	
	.wp-block-cb-carousel .slick-next::before {
		background-image: url('https://wearemuesli.it/wp-content/uploads/2022/10/bottone_dx_carosello.png');
	}
	
	.wp-block-cb-carousel .slick-next::before, 
	.wp-block-cb-carousel .slick-prev::before {
		opacity: 1;
		content: '';
		height: 100%;
		display: block;
		background-size: contain;
	}
	
}

@media screen and (min-width: 800px) {

	/* CONTENT */

	.single article .entry-content > p {
		padding: 2% 15%;
		font-size: 1.5em;
	}

	.single article .single-block {
		margin: 0 calc(-80px - 2vw);
	}

	.single article .single-block figure {
		max-width: 150px;
	}	
}

/* post navigation */

.single article footer {
	min-height: 200px;
	background-color: var(--green);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.single article footer p {
	font-size: 1.5em;
	width: 90%;
	text-align: center;
}

.single article footer .post-navigation .nav-links {
	justify-content: center;
	gap: 1em;
}

.single article footer .muesli_button {
	min-width: 200px;
	text-align: center;
}

.single article footer .muesli_button a {
	display: block;
}

/* About page
--------------------------------------------- */

article.about header {
	margin-top: 0;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	margin-bottom: 2em;
}

article.about header .top {
	flex-direction: column;
}

article.about header .top .left {
	width: 100%;
}
/* 
article.about header .top .right {
	text-align: left;
}
 */
article.about header h1,
article.about header h2 {
	font-size: 2.5em;
	border-bottom: 4px solid #000;
	width: max-content;
}

article.about p:not(article.about .entry-footer p) {
	margin-bottom: 0;
}

article.about .entry-content .intro p:first-of-type {
	margin-top: 0;
}

article.about .single-block .block-row:not(article.about .entry-footer .single-block .block-row) {
	padding: 2em 6%;
}

article.about .cross {
	font-size: 3em;
	cursor: pointer;
	width: 10%;
	margin: auto;
}

article.about .invisible {
	display: none;
}

@media screen and (min-width: 800px) {
	
	article.about header {
		margin-top: 2em;
	}

	article.about header .top {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	article.about header .top .left {
		width: 70%;
	}

	article.about header .top .right img {
		width: 200px;
	}

	article.about header h1,
	article.about header h2 {
	font-size: 5em;
	}

	article.about header .bottom {
		width: 70%;
	}

	article.about .entry-content .intro p {
		width: 90%;
	}

	article.about .single-block .block-row:not(article.about .entry-footer .single-block .block-row) {
		padding: 3em calc(80px + 2vw);
	}

}

/* Contacts page
--------------------------------------------- */

article.contacts h1 {
	font-size: 2.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

article.contacts .entry-content .single-block {
	gap: 0;
	margin: 0;
}

article.contacts .entry-content figure {
	margin: 0;
}

article.contacts .entry-content .single-block .right {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	font-size: 1.2em;
}

article.contacts .entry-content .single-block .right p {
	margin-left: 6%;
	margin-right: 6%;
}

article.contacts .entry-content .single-block .right p a {
	font-weight: 400;
}

article.contacts .newsletter-footer h3 {
	display: none;
}

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

	article.contacts .border-r {
		border-right: none;
		border-bottom: 4px solid #000;
	}

}

@media screen and (min-width: 782px) {

	article.contacts .entry-content .single-block .right {
		font-size: 0.8em;
	}
}

@media screen and (min-width: 800px) {

	article.contacts .entry-content {
		padding: 0;
	}

	article.contacts h1 {
		font-size: 5em;
		padding-top: 0;
	}

	article.contacts .entry-content .single-block .right p {
		margin-left: 10%;
		margin-right: unset;
	}
}

@media screen and (min-width: 1100px) {

	article.contacts .entry-content .single-block .right {
		font-size: 1.3em;
	}
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* "single-block"
--------------------------------------------- */

.single-block h3 {
	font-size: 2em;
}

.single-block h4 {
	font-size: 2em;
	margin-bottom: 1em;
}

.single-block a {
	font-weight: 700;
}

.single-block .muesli_button a {
	font-weight: 500;
}

.single-block h3,
.single-block h4 {
	padding: 0 1em;
}

.single-block .block-row {
	padding: 0 6%;
	margin: 0;
}

.single-block .wp-block-columns h4 {
	padding: 0;
}

@media screen and (min-width: 800px) {
	
	.single-block h3,
	.single-block h4 {
		padding: 0 calc(80px + 2vw);
	}

	.single-block .block-row {
		padding: 1em calc(80px + 2vw);
	}
}

/* "Newsletter block"
--------------------------------------------- */

.newsletter-footer .block-row {
	background-color: var(--green);
	text-align: center;
	font-size: 1.5em;
}

.newsletter-footer .block-row .site-social ul {
	display: flex;
	justify-content: space-around;
	width: 90%;
	margin: auto;
}

.newsletter-footer .block-row .site-social ul li {
	max-width: 58px;
	max-height: 58px;
	border: 4px solid;
}

.newsletter-footer p.follow {
	margin-top: 0;
	padding-top: 1em;
}

.newsletter-footer p.newsletter {
	margin-bottom: 0;
}

.mc4wp-form {
	width: 100%;
	text-align: center;
}

.mc4wp-form p {
	margin: 0;
}

.mc4wp-form input {
	border: 4px solid #000;
	background-color: #fff;
	font-size: 1em;
}

.mc4wp-form .name_field-wrapper {
	padding-bottom: 1em;
}

.mc4wp-form .email_field {
	width: 60%;
}

.mc4wp-form p.form-privacy {
	font-size: 1rem;
	padding: 1em 0;
}

.mc4wp-form .send_button {
	margin-top: 1%;
}

.mc4wp-form .send_button input {
	font-family: 'brothers';
	text-transform: uppercase;
	color: #000;
	text-align: center;
	font-weight: 500;
	font-size: 1em;
	cursor: pointer;
	padding: 0 10px;
	line-height: 1.3em;
}

.mc4wp-form .send_button input:hover {
	color: #fff;
	background-color: #000;
}

@media screen and (min-width: 800px) {

	.newsletter-footer .block-row .site-social ul {
		width: 40%;
	}

	.mc4wp-form .email_field {
		width: 40%;
	}
}

/* Navigation
--------------------------------------------- */

.arrow img {
	width: 2em;
}

.main-navigation {
	display: block;
}

#mobile-menu-header {
	width: 100%;
	position: absolute;
	left: 0;
	z-index: 99;
	height: calc((100vh - 60px) / 7);
	display: none;
	border-bottom: 4px solid #000;
}

#mobile-menu-header.toggled {
	display: flex;
}

#mobile-menu-header > div {

	width: 100%;
	/* 
	width: 50%;
	 */
}


#mobile-menu-header .wpml-floating-language-switcher {
	/* 
	border-right: 4px solid #000;
	 */

	border-right: none;
}

#mobile-menu-header .mobile-cart {
	/* 
	display: flex;
	 */
	display: none;

	justify-content: center;
	align-items: center;
}

#mobile-menu-header .mobile-cart img {
	height: 50%;
}

#primary-menu {
	font-family: 'brothers';
	position: fixed;
	left: 0;
	width: 100%;
	margin-top: 4px;
	background-color: #fff;
	height: 100%;
	flex-direction: column;
	font-weight: 400;
	font-size: 1.3em;
	padding-top: calc((100vh - 60px) / 7 - 4px);
}

.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;
	width: 100%;
	height: calc((100vh - 60px) / 7);
	border-bottom: 4px solid #000;
}

.main-navigation li:hover,
.main-navigation li:hover a {
	background-color: #000;
	color: #fff;
}

.main-navigation .wpml-ls-item:hover,
.main-navigation .wpml-ls-link:hover {
	background-color: #fff;
	color: #000;
}

.main-navigation a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.menu-toggle {
	display: flex;
	width: 56px;
	height: 56px;
	flex-direction: column;
	justify-content: space-evenly;
	border: none;
	background-color: #fff;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

.menu-toggle div {
	position: relative;
	top: 0;
	height: 4px;
	width: 56px;
	background-color: #000;
	transition: 0.4s ease transform, 0.2s ease top, 0.2s ease width, 0.2s ease right, 0.2s ease left;
}

.menu-toggle div:first-child {
	transform-origin: 0;
	top: 0;
}

.main-navigation.toggled .menu-toggle div:first-child {
	top: -13px;
	width: 40px;
	transform: rotateZ(45deg);
}

.menu-toggle div:nth-child(2) {
	top: 0;
	right: 0;
}

.main-navigation.toggled .menu-toggle div:nth-child(2) {
	width: 86px;
	top: 1px;
	right: 16px;
	transform: rotateZ(-45deg);
}

.menu-toggle div:last-child {
	transform-origin: 76px;
	top: 0;
	left: 0;
}

.main-navigation.toggled .menu-toggle div:last-child {
	transform: rotateZ(45deg);
	width: 40px;
	top: 39px;
	left: 6px;
}

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

@media screen and (min-width:800px) {

	.arrow img {
		width: 3em;
	}

	#primary-menu {
		position: absolute;
		height: 50px;
		flex-direction: row;
		justify-content: space-evenly;
		padding-top: 0;
	}

	#site-navigation #mobile-menu-header {
		display: none;
	}

	.menu-toggle {
		width: 76px;
		height: 76px;
	}

	.menu-toggle div {
		width: 76px;
	}

	.main-navigation li {
		margin: 0;
		border-bottom: none;
		height: unset;
	}

	.main-navigation li:not(:last-child) {
		border-right: 4px solid;
	}

	.main-navigation.toggled .menu-toggle div:first-child {
		top: -18px;
		width: 55px;
	}

	.main-navigation.toggled .menu-toggle div:nth-child(2) {
		width: 110px;
		right: 18px;
	}

	.main-navigation.toggled .menu-toggle div:last-child {
		left: 15px;
		width: 55px;
		top: 33px;
	}

}

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

.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.posts-navigation .nav-links > *,
.post-navigation .nav-links > * {
	margin-bottom: 0.5em;
	font-size: 1.2em;
}

@media screen and (min-width: 800px) {
	.comment-navigation .nav-links,
	.posts-navigation .nav-links,
	.post-navigation .nav-links {
		flex-direction: row;
	}

	.posts-navigation .nav-links > *,
	.post-navigation .nav-links > * {
		margin-bottom: 0;
		font-size: 1.5em;
	}
}

/* WPML language switcher
--------------------------------------------- */

.wpml-ls-legacy-list-horizontal {
	display: none;
	border: none;
	padding: 0;
	font-size: 2em;
}

.wpml-ls-legacy-list-horizontal a {
	padding: 0;
}

.wpml-ls-first-item a span,
.wpml-ls-last-item a span {
	visibility: hidden;
	position: relative;
	width: 60px;
	display: inline-flex;
}

.wpml-ls-first-item a span::before {
	content: 'en';
	visibility: visible;
	position: absolute;
	right: 15px;
}


.wpml-ls-first-item a span::after {
	content: '/';
	visibility: visible;
	position: absolute;
	right: 0;
}

.wpml-ls-last-item a span::before {
	content: 'it';
	visibility: visible;
	position: absolute;
	left: 0;
}

.wpml-ls-current-language a span::before {
	font-weight: 700;
}

#mobile-menu-header .wpml-ls-legacy-list-horizontal {
	display: block;
}

@media screen and (min-width: 800px) {
	.wpml-ls-legacy-list-horizontal {
		display: block;
	}
}

#mobile-menu-header .wpml-ls-legacy-list-horizontal {
	height: 100%;
}

#mobile-menu-header .wpml-ls-legacy-list-horizontal ul {
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 0 3em;
}

#mobile-menu-header .wpml-ls-legacy-list-horizontal li {
	height: max-content;
	width: max-content;
	border-bottom: none;
}

/* AJAX filter
--------------------------------------------- */

.archive .categories ul {
	display: flex;
	width: 100%;
	justify-content: space-evenly;
	padding: 0;
	text-transform: uppercase;
	font-weight: 700;
	flex-wrap: wrap;
} 

.archive .categories ul li {
	width: 50%;
}

.archive .categories ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 2%;
}

.archive .categories ul li:hover,
.archive .categories ul li:hover a {
	background-color: #000;
	color: #fff;
}

.archive .categories ul li:nth-child(1) {
	border-top: 4px solid #000;
	border-left: 4px solid #000;
	border-right: 4px solid #000;
}

.archive .categories ul li:nth-child(2) {
	border-top: 4px solid #000;
	border-right: 4px solid #000;
}

.archive .categories ul li:nth-child(3) {
	border-top: 4px solid #000;
	border-left: 4px solid #000;
	border-bottom: 4px solid #000;
	border-right: 4px solid #000;
}

.archive .categories ul li:nth-child(4) {
	border-top: 4px solid #000;
	border-right: 4px solid #000;
	border-bottom: 4px solid #000;
}

.archive .categories ul li:nth-child(5) {
	border-left: 4px solid #000;
	border-right: 4px solid #000;
	border-bottom: 4px solid #000;
	width: 100%;
}

.archive .categories ul li.active {
	background-color: #000;
}

.archive .categories ul li.active a {
	color: #fff;
}

@media screen and (min-width: 800px) {

	.archive .categories ul li a {
		font-size: 1.5em;
	}

}

@media screen and (min-width: 1100px) {

	.archive .categories ul {
		flex-wrap: unset;
	}

	.archive .categories ul li {
		width: 100%;
	}

	.archive .categories ul li:nth-child(1) {
		border-bottom: 4px solid #000;
	}

	.archive .categories ul li:nth-child(2) {
		border-bottom: 4px solid #000;
	}

	.archive .categories ul li:nth-child(3) {
		border-top: 4px solid #000;
		border-left: unset;
		border-bottom: 4px solid #000;
		border-right: 4px solid #000;
	}

	.archive .categories ul li:nth-child(5) {
		border-left: unset;
		border-right: 4px solid #000;
		border-bottom: 4px solid #000;
		border-top: 4px solid #000;
	}
}

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

.post,
.page {
	margin: 0;
}

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

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

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




/**
*	DA RIMUOVERE IN PROD
*/

.otgs-development-site-front-end {
	display: none;
}