/*!
@font-face {
    font-family: 'Helvetica';
    src: url('fonts/Helvetica.woff2') format('woff2'),
         url('fonts/Helvetica.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*
Theme Name: fedeleceramiche
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: fedeleceramiche
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.

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

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

/* Custom layout for full-div two-column section */
.full-div {
	    float: left;
    margin: 25px;
    width: calc(100% - 50px);
    padding: 60px;
    background: #f0f0f0;
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 20px;
}
@media (max-width: 768px) {
	.full-div {
	font-size: .6em;

}
}
.full-div .two-column {
	display: flex;
	flex-wrap: wrap;
}
.full-div .column-left,
.full-div .column-right {
	flex: 1 1 50%;
	box-sizing: border-box;
}
.full-div .column-left {
	padding: 1rem;
	padding: 40px;
}
.full-div .column-left h2 {
	    margin-top: 0;
    font-size: 3em;
    color: #000;
}
.full-div .column-left p {
	    padding: 30px;
    font-size: 1.2em;
    font-weight: 500;
    color: #666;
}
.full-div .column-left .read-more {
	    display: inline-block;
    margin-top: 0.5rem;
    color: #000;
    font-weight: 600;
    text-decoration: underline;
    font-size: 1.4em;
    padding-left: 30px;
}
.full-div .column-right {
	    display: flex;
    align-items: stretch;
    border-radius: 30px;
    overflow: hidden;
}
.full-div .column-right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.content-page .container-chi-siamo{
	width: calc(100% - 100px);
    float: left;
    margin: 0 50px;
}

/* Novità section */
.novita-section {
	     padding: 50px;
    background: #f9f9f9;
    width: 100%;
    float: left;
}
@media screen and (max-width: 768px) {
.novita-section {
	     padding: 0 0 0 50px;
}
}
.novita-section h2 {
	text-align: center;
	margin-bottom: 1.5rem;
}
.news-row {
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
}

.news-row.footer-row {
	background: #f0f0f0;
	padding: 30px;
	float: left;
	border-radius: 20px;
}
.news-row.footer-row h1{
	    text-align: center;
    padding: 0;
    margin: 0;
}
.news-item {
	flex: 1 1 calc(33.333% - 100px);
	background: #fff;
	overflow: hidden;
	border-radius: 20px;
}
.news-item a {
	color: inherit;
	text-decoration: none;
	display: block;
}
.news-item .icona-news{
	 height: 300px; 
	 background-size: cover; 
	 background-position: center;
}
.news-item img {
	width: 100%;
	height: auto;
	display: block;
}
.news-item h3 {
	    font-size: 1.125rem;
    padding: 0.75rem;
    margin: 0;
    background: #000;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 30px;
    min-height: 180px;
    color: #fff;
    font-size: 2em;
}
@media (max-width: 768px) {
	.news-item {
		flex: 1 1 100%;
	}
}

/* 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: Helvetica, "Helvetica Neue", Arial, sans-serif !important;
	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: #fff;
}

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

.reveal-on-scroll{
	visibility: hidden;
}
.site-main{
	width: calc(100% - 200px);
    float: right;
}

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

.site-main{
	width: calc(100% - 0px);
    float: left;
}
}

.site-header {
	    width: 200px;
    float: left;
    position: relative;
    z-index: 2;
}

.social{
	    transform: rotate(-90deg);
    display: flex;
    position: absolute;
    left: -150px;
    text-align: left;
    margin-top: 0px;
    font-weight: 500;
    top: 500px;
    background: #fff;

}

.social div{
    left: 0;
    padding: 10px 50px;
	position: relative;
}

.social div:after{
    position: absolute;
	left: 0;
	top: 0;
	height: 30px;
	width: 3px;
	background: #000;
	content: '';
	transform: rotate(-90deg);
	top: 8px;
	left: 20px;

}

.site-branding  {
	    width: 200px;
    height: 300px;
    position: relative;
    z-index: 2;
}

.site-branding .logo-container {
	    width: 200px;
    height: 300px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
	border-bottom-right-radius: 20px;
}

@media screen and (max-width: 768px) {
.site-header{
	width: 140px;
	position: fixed;
	}
.site-branding  {
	    width: 140px;
    height: 200px;
}

.site-branding img  {
	height: 100px;
}
.site-branding .logo-container{
        width: 130px;
    height: 160px;
  }
}
/* home */
.prenota-header{
	    margin: 0;
    text-align: right;
    margin-right: 5%;
    font-size: .8em;
    padding: 10px;
}
.prenota-header{
	    margin: 0;
    font-size: 1em;
    font-weight: 600;
    color: #000;
    text-decoration: underline;
    margin-right: 5%;
    position: fixed;
    background: #fff;
    width: 100%;
    left: 0;
	z-index: 1;
}
@media screen and (max-width: 768px) {
.prenota-header{
	    font-size: .6em;
    padding-right: 40px;
    padding-top: 16px;
}
}
.prenota-header p{
	    margin: 0;
    font-size: 1.4em;
    font-weight: 600;
    color: #000;
    text-decoration: underline;
	margin-right: 5%;
}
.prenota-header p a{
	color: #000;
}

.home-gallery{
	    background-image: url('img/ideagroup-dolcevita-vr2024.jpg.webp');
    height: calc(100vh - 80px);
    width: calc(100% - 60px);
    float: left;
    background-size: cover;
    background-position: center;
    margin: 30px;
    border-radius: 20px;
    margin-top: 60px;
}

@media screen and (max-width: 768px) {
.home-gallery{
    margin-top: 60px;
	margin-left: 0;
	width: 100%;
}
}

.home-gallery div{
	    display: flex;
    height: 100%;
    background: rgba(0,0,0,0.2);
    align-items: baseline;
    justify-content: left;
    font-size: 3em;
    color: #fff;
    font-weight: 600;
    border-radius: 20px;
    padding: 0 120px;
}

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

.home-gallery div{
    background: rgba(0,0,0,0.3);
    align-items: end;
}

.home-gallery div p{
	    font-size: .6em;
    padding: 0 30px 0 80px;
    line-height: 30px;
}
}

.content-page{
	    width: 100%;
	padding: 0px 0px;
	float: left;
}

.intro-container{
	    width: calc(100% - 50px);
    float: left;
    padding: 10px 0px;
    background: #666;
    margin-left: 50px;
    margin-top: 0px;
    position: relative;
    z-index: -1;
	border-top-left-radius: 20px;
	margin-top: 20px;
}

.intro-container.white{
    background: #fff;
	padding-right: 20%;
}

.intro-container.black{
    background: #000;
}

.intro-container .full-image{
       width: 90%;
    float: left;
    height: 400px;
    border-radius: 20px;
    margin: 0 10% 0 10%;
    background-repeat: no-repeat;
    background-size: cover;
}

.content-page h1{
       padding-left: 80px;
    color: #000;
    width: 100%;
    line-height: 90px;
    font-weight: 600;
    font-size: 3em;
    text-align: center;
}

.intro-container h1{
	    text-align: center;
    font-size: 5em;
    text-align: left;
    padding-left: 160px;
    font-weight: 300;
    color: #fff;
    width: 50%;
    line-height: 90px;
    font-weight: 400;
}

.intro-container.white h1{
	color: #000;
	width: 100%;
	padding-right: 20%;
}

.content-page p.intro{
	    width: 50%;
    margin-left: 50px;
    padding-left: 120px;
    font-size: 2em;
    font-weight: 300;
	color: #fff;
}

.intro-container.white p.intro{
	    color: #000;
    width: 80%;
    padding-top: 50px;
    float: left;
}

.intro-container.white h1 p.intro{
	color: #000;
}

.content-page .flex-full-3{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
    flex-wrap: wrap;
    margin: 0 25px 20px 25px;
    width: calc(100% - 20px);
    float: left;
}

.content-page .flex-full-3.finestre div{
	    text-align: center;
    width: calc(33.33333333% - 10px);
    height: 300px;
    background: #f0f0f0;
    margin: 5px;
    border-radius: 20px;
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: center;
	flex: auto;
}

.content-page .flex-full-3.finestre div p{
	    font-weight: 700;
    color: #000;
    font-size: 1.5em;
    background-size: contain;
    padding-top: 80px;
    background-repeat: no-repeat;
    background-size: 70px;
    background-position: top center;
}

.content-page .flex-full-3 div.swiper-wrapper{
}

.content-page .flex-full-3.contatti{
    font-size: 1.8em;
	font-weight: 600;
}

.content-page .flex-full-3.contatti div{
	    width: calc(33.33333333333333% - 60px);
    text-align: left;
    background: #f0f0f0;
    margin: 30px;
    height: 400px;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.content-page .flex-full-3.contatti div p{
	margin: 0;
	padding: 50px;
}

.galleria-container h1{
	    width: 100%;
    text-align: left;
    font-size: 4em;
    margin-bottom: 50px;
    color: #000;
    margin: 0;
    padding: 0;
    padding-top: 30px;
    font-weight: 400;
}

.content-page .flex-full-3 .item{
	    width: calc(33.33333333% - 35px);
    text-align: center;
    margin-left: 25px;
    background: #f0f0f0;
    padding: 20px;
    text-align: left;
	overflow: hidden;
	height: 600px;
}

.content-page .flex-full-3 .item .foto{
    height: 250px;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
}

.content-page .flex-full-3 .item p{ 
	font-size: 3em;
	font-weight: 600;
	color: #000;
}

@media screen and (max-width: 768px) {
.content-page .flex-full-3 .item{
	    width: calc(100% - 25px);
}
}

.content-page .flex-full-3 .item img{
	    height: auto;
    max-width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.content-page .flex-full-3 .item.foto{
	    background-color: transparent;
    padding: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	    display: flex;
    align-items: center;
    line-height: 50px;
}

.content-page .flex-full-3 .item.foto img{
	height: 600px;
	border-radius: 0;
}

.content-page .flex-full-3 .item h2{
	font-weight: 600;
	font-size: 3em;
	text-align: left;
}

.content-page .due-colonne{
	    width: 100%;
    float: left;
}

@media screen and (max-width: 768px) {
.content-page .due-colonne{
	    width: calc(100% - 40px);
		margin-left: 40px;
}
}

.content-page .due-colonne .colonna1{
	  position: absolute;
	  top: 40px;
	  width: 25%;
}

@media screen and (max-width: 768px) {
.content-page .due-colonne .colonna1{
	  position: relative;
	  width: 100%;
}
}

.content-page .due-colonne .colonna1 p{
	    color: #000;
    padding: 0 40px;
    font-size: 3.6em;
    font-weight: 800;
    margin: 20px 0;
    line-height: 50px;
    padding-right: 20%;
}

.content-page .due-colonne .colonna1 .logo{
	    background: #000;
    padding: 40px;
}

.content-page .due-colonne .colonna2{
	    width: calc(90% - 50px);
    text-align: right;
    margin-right: 25px;
    float: right;
    height: 650px;
    background: #f0f0f0;
    display: flex;
    overflow: hidden;
    border-radius: 20px;
}

@media screen and (max-width: 768px) {
.content-page .due-colonne .colonna2{
    height: auto;
	display: block;
}
}

.content-page .due-colonne .colonna2 div:first-child{
        background: #fff;
    margin: 20px;
    padding: 50px;
    width: 40%;
    margin-left: 20%;
    font-size: 3em;
    align-items: center;
    vertical-align: top;
    color: #000;
    text-align: left;
    display: flex;
    font-weight: 600;
    line-height: 50px;
    padding: 70px;
}

.content-page .due-colonne .colonna2 div p{
    margin: 0;
}

.content-page .due-colonne .colonna2 div:nth-child(2){
	    color: #000;
    padding: 0 40px;
    font-size: 3.6em;
    font-weight: 800;
    margin: 20px 0;
    line-height: 50px;
    padding-right: 20%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 20px;
}

@media screen and (max-width: 768px) {
.content-page .due-colonne .colonna2 div:first-child,.content-page .due-colonne .colonna2 div:nth-child(2) {
   width: 100%;
   margin-left: 0;
   width: 100%;
}
}

/* Gallery */
.breadcrumbs{
	    margin-top: 60px;
    margin-left: 40px;
    width: 40%;
    float: left;
}
.breadcrumbs a{
	    color: #000;
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
}
.breadcrumbs span{
	text-transform: uppercase;
}
.titolo-pagina{
        height: 150px;
    width: 100%;
    float: left;
    background-size: cover;
    background-position: center;
    margin-top: 0px;
    display: flex;
}

.titolo-pagina div{
	    display: flex;
    height: 100%;
    /* background: rgba(0,0,0,0.7); */
    align-items: center;
    /* justify-content: center; */
    font-size: 3em;
    color: #fff;
    font-weight: 600;
    padding-left: 40px;
	width: 50%;
}

.titolo-pagina div p{
	    margin: 0;
    padding: 0px;
    font-size: 1em;
    color: #000;
    font-weight: 400;
}

.titolo-pagina .bg-image{
    height: 800px;
    background-size: cover;
    background-position: center;
    float: right;
	 -webkit-clip-path:polygon(0 0, 100% 0, 100% 100%, 36% 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 36% 100%);
	border-radius: 20px;
	margin-right: 20px;
}

.titolo-pagina .bg-image.size-30{
    height: 800px;
    background-size: cover;
    background-position: center;
    float: right;
	 -webkit-clip-path:polygon(0 0, 100% 0%,100% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0%,100% 100%, 0% 100%);
	border-radius: 20px;
	margin-right: 20px;
	width: 50%;
	margin-left: 10%;
}

.titolo-pagina .bg-image.version2{
    height: 800px;
    background-size: cover;
    background-position: center;
    float: right;
	 -webkit-clip-path:polygon(0 0, 100% 0, 100% 100%, 96% 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 96% 100%);
	border-radius: 20px;
	margin-right: 20px;
}

.galleria-prodotti{
	margin: 50px;
}

.galleria-prodotti .swiper {
      width: 100%;
      padding-top: 50px;
      padding-bottom: 50px;
    }

   .galleria-prodotti .swiper-slide {
          background-position: center;
    background-size: cover;
    width: 400px;
    height: 400px;
    }

   .galleria-prodotti .swiper-slide img {
      display: block;
      width: 100%;
	  border-radius: 20px;
    }

	.image-full-content{
		width: 100%;
		float: left;
		height: 400px;
		border-radius: 20px;
		height: 600px;
	}

	.finestre{
		display: flex;
		width: 100%;
		float: left;
	}

		.finestre.reverse{
		flex-direction: row-reverse;
	}

		.finestre div{
		flex: 1 1 100%;
	}

	.finestre div.foto{
    margin-top: 50px;
    height: 600px;
    border-radius: 40px;
    margin: 5%;
	}

	.finestre div.testo{
        padding: 5% 0;
	}

	.finestre div.testo p{
         font-size: 2em;
    padding: 20px;
    padding: 50px;
    margin: 0;
    margin-left: 5%;
	}

	.finestre div.testo p span{
		    font-size: 2.4em;
    font-weight: 300;
    color: #000;
    width: 100%;
    float: left;
    padding-bottom: 40px;
	}

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




/* Navigation
--------------------------------------------- */
.main-navigation {
	    display: block;
    width: 100%;
    position: relative;
	z-index: 3;
}

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

.main-navigation ul ul {
	    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    padding: 0 15px 20px 15px !important;
    font-size: .8em;
}

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

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

.main-navigation li {
	    position: relative;
    width: 50%;
    float: left;
    clear: both;
}

.main-navigation a {
	display: block;
    text-decoration: none;
    font-size: 2.4em;
    color: #000;
    font-weight: 600;
    padding: 5px;
}

#primary-menu {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 1;
	height: 100vh;
	width: 0;
	margin-left: 50px;
}

@media (max-width: 768px) {
	#primary-menu {
	margin-left: 0px;
}
}

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

.main-navigation.toggled ul {
	display: block;
	padding: 5%;
}

/* Always show the hamburger button (desktop & mobile) */
.menu-toggle {
	display: flex;
    background: none;
    border: none;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 0;
    z-index: 2;
    top: 10px;
}
.menu-toggle .hamburger-bar {
	    display: block;
    width: 25px;
    height: 1px;
    background: #000;
    margin-bottom: 6px;
}

/* small‑screen submenu indicator */
.menu-item-has-children > a::after,
.page_item_has_children > a::after {
	content: '>'; /* right-pointing triangle */
	font-size: 0.8em;
	margin-left: 0.5em;
	transition: transform 0.3s ease;
}
.menu-item-has-children.submenu-open > a::after,
.page_item_has_children.submenu-open > a::after {
	transform: rotate(90deg);
}

/* ------------------------------------------------------------------
   Sidebar submenu styling (mobile only)
   ------------------------------------------------------------------ */
.main-navigation.toggled .sub-menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 2;
	/* start hidden; JS will animate */
}


/* class added when submenu is open */
.menu-item-has-children.submenu-open > .sub-menu,
.page_item_has_children.submenu-open > .sub-menu, .menu-item-has-children.focus .sub-menu,
.page_item_has_children.focus .sub-menu {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 2;
    visibility: visible !important;
    height: auto !important;
    opacity: 1 !important;
    position: relative !important;
}

/* Menu hidden by default so GSAP can animate height/opacity */
.main-navigation ul {
	overflow: hidden;
	opacity: 0;
	transition: max-height 0.3s ease, opacity 0.3s ease;
}

.main-navigation.toggled ul {
	max-height: 1000px; /* large value for animation */
	opacity: 1;
}

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

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

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

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

/* footer */
footer{
	    width: calc(100%);
    float: left;
}

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

/* categorie-home layout: 2x2 grid plus full-height column */
.categorie-home {
        display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    float: left;
    width: calc(100% - 50px);
    margin-right: 50px;
    float: left;
    margin-top: 20px;
    background-color: #f0f0f0;
    margin: 25px;
    border-radius: 20px;
}
.categorie-home .grid-2x2 {
        display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 1rem;
    flex: 2 1 0%;
    margin: 20px 0px 20px 20px;
}

@media (max-width: 768px) {
	.categorie-home .grid-2x2 {
	display: block;
	
}
}
.categorie-home .grid-2x2 .cell  {
       background-color: #f5f5f5;
    padding: 1rem;
    box-sizing: border-box;
    height: 400px;
    display: flex;
    padding: 50px;
    font-size: 3em;
    flex-direction: column;
    font-weight: 600;
    line-height: 50px;
	justify-content: end;
	background-position: center;
}
.categorie-home .cell h1, .categorie-home .full-height-column h1 {
       color: #fff;
    font-size: 1.2em;
    margin: 0;
    padding: 0;
    line-height: 60px;
    text-align: left;
}
.categorie-home .grid-2x2 .cell span {
	    width: 100%;
    float: left;
    font-size: .4em;
    text-transform: uppercase;
}
.categorie-home .full-height-column {
       flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #eaeaea;
    padding: 1rem;
    margin: 20px 20px 20px 0px;
    font-size: 3em;
    justify-content: end;
    padding-bottom: 50px;
    padding-left: 40px;
}

/* Force Helvetica as the primary font for the entire project */
html, body {
    font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important;
}

/* Footer: three equal columns */
.site-footer {
	padding: 40px 20px;
}
.site-footer .footer-inner {
	    display: flex;
    gap: 20px;
    /* max-width: 1200px; */
    margin: 0 20px;
}
.site-footer .footer-col {
	    flex: 1 1 0;
    min-width: 0;
    display: flex;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr 1fr auto 1fr;
    gap: 1rem;
    flex: 2 1 0%;
}
.site-footer .footer-col:first-child p {
	    width: 100%;
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: center;
}
.site-footer .footer-col:first-child p img {
	 width: 65%;
}
.site-footer .footer-col.bg {
	background-color: #f0f0f0;
	padding: 50px;
	border-radius: 40px;
	display: block;

}
.site-footer .footer-col h4 {
	margin-top: 0;
	font-size: 2em;
}
.site-footer .footer-col p,
.site-footer .footer-col a {
	    color: #666;
    padding: 10px;
}
.site-footer .footer-col a {
	text-decoration: underline;
}
@media (max-width: 768px) {
	.site-footer .footer-inner {
		flex-direction: column;
	}
}

/*prenota modal*/
.prenota-modal-overlay {
	display: none; 
	visibility: hidden;;
    background: rgba(0,0,0,.4);
    height: 100vh;
    top: 0;
    /* left: 0; */
    position: fixed;
    width: 100%;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: right;
    right: 0;
}

.prenota-modal-overlay .prenota-modal {
	    translate: none;
    rotate: none;
    scale: none;
    opacity: 1;
    visibility: inherit;
    transform: translate(0px, 0px);
    height: 100%;
    width: 50%;
    padding: 5%;
    position: relative;
    float: right;
    background: rgb(0, 0, 0);
}

@media (max-width: 768px) {
	.prenota-modal-overlay .prenota-modal {
    width: 100%;
}
}

.prenota-modal-overlay .prenota-modal h2 {
	    margin-top: 0;
	font-size: 2em;
	color: #fff;
}

.prenota-modal-overlay .prenota-form input{
	     width: 70%;
    padding: 10px;
    margin-bottom: 20px;
    background-color: rgba(255,255,255,.8);
    color: #fff;
    border-radius: 20px;
    padding: 10px 20px;
}

.prenota-modal-overlay .prenota-form input::placeholder{
	color: #000;
	font-weight: 600;
}

.prenota-modal-overlay .prenota-close{
	    position: absolute;
    right: 40px;
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 3em;
}

/*-- articolo page --*/
#articolo .entry-header{
	 width: 50%;
    float: left;
}
#articolo h1{
	    padding: 50px;
    font-size: 3em;
    padding-right: 40%;
    line-height: 50px;
    color: #000;
    float: left;
}

#articolo h2{
	    padding: 0 50px;
    font-size: 2em;
    font-weight: 300;
}

#articolo p{
	    padding: 50px;
    float: left;
    width: calc(70% - 100px);
    font-size: 20px;
    font-weight: 300;
	margin: 50px;
}

#articolo .main-image{
    width: 95%;
    height: 600px;
    background-repeat: no-repeat;
    margin: 0px;
    background-size: cover;
    background-position: center;
    width: 50%;
    float: right;
    border-top-left-radius: 90px;
}
