/*!
Theme Name: La Focacceria
Theme URI: http://underscores.me/
Author: Mr. APPs s.r.l.
Author URI: https://www.mr-apps.com/
Description: Theme for La Focacceria
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: la_focacceria
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.

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

/*==================== VARIABLES ====================*/

:root {
    /*========== Colors ==========*/
    --header-background-color: #2f2a27;
    --background-black-color: #2f2a27;
    --yellow-color: #deb900;
    --red-color-hover: #e10428;
    --white-color: #fff;
    --black-color: #000;
    --active-menu: #666;
    --paragraph-color: #2f2a27;
    --swiper-theme-color: #fff;


    /*========== Margins ==========*/
    --margin-150: 150px;
    --margin-100: 100px;
    --margin-80: 80px;
    --margin-60: 60px;
    --margin-50: 50px;
    --margin-40: 40px;
    --margin-30: 30px;
    --margin-20: 20px;

    /*========== Borders ==========*/
    --border-radius: 20px;
}

/* 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;
    overflow-x: hidden;
    background-image: url(assets/img/bg_body.png), url(assets/img/bg_body.png);
    background-position: left -70px top, right -90px bottom;
    background-repeat: repeat-y, repeat-y;
    background-size: 200px, 200px;
    background-attachment: fixed, fixed;
}

#page {
    overflow: hidden;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
    padding-top: 120px;
}

/**
 * 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;
    text-decoration: none;
    transition: all 0.3s ease;
    color: #000;
}

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

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

tcxspan {
    text-decoration: unset !important;
}

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

ul {
    list-style-position: inside;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

img.alignnone {
    border-radius: 20px;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: 'Zilla Slab ', sans-serif;
    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;
}

:focus-visible  {
    outline: none;
}

/* 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: var(--black-color);
    font-family: 'Zilla Slab', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: 'Playfair Display', sans-serif;
    margin: 0;
}

h1,
h2,
h3 {
    font-size: 50px;
    font-weight: 900;
}

h4 {
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 20px;
}

h5 {
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 10px;
}

p {
    font-family: 'Zilla Slab', sans-serif;
    font-weight: 300;
    color: var(--paragraph-color);
    margin-bottom: var(--margin-20);
    font-size: 22px;
}

p:last-child {
    margin-bottom: 0;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: 'Zilla Slab', sans-serif;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: 'Zilla Slab', sans-serif;
}

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

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

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
    background-color: #EFEDE5;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin: 0 !important;
}

#primary ul,
#primary ol {
    padding-left: 0;
    list-style-type: circle;
    margin-bottom: var(--margin-30);
}

#primary ul:last-child,
#primary ol:last-child {
    margin-bottom: 0;
}

#primary ul li,
#primary ol li {
    padding-left: 0;
    font-family: 'Zilla Slab', sans-serif;
    color: var(--paragraph-color);
    margin-bottom: 5px;
    font-size: 22px;
}

#primary li > ul,
#primary li > ol {
    margin: 0;
    padding-left: 0;
}

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.shop_button {
  color: var(--black-color);
  font-size: 22px;
  background-color: var(--yellow-color);
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 50px;
}

a.shop_button::before {
  content: '\f174';
  font-family: dashicons;
  position: relative;
}

a.shop_button:hover {
    background-color: #BD9E03;
}

a.common_button {
    font-family: 'Playfair Display', sans-serif;
    color: var(--white-color);
    font-size: 18px;
    font-weight: 900;
    padding: 11px 50px 13px;
    border-radius: 10px;
    background-color: var(--background-black-color);
    width: fit-content;
    display: inline-block;
}

a.common_button:hover {
    color: var(--black-color);
    background-color: var(--yellow-color);
}

a.exa {
    background-color: transparent;
    color: var(--yellow-color);
    padding: 0 !important;
}

a.exa:hover {
    background-color: transparent;
    color: var(--yellow-color);

}

a:focus {
    outline: none;
}

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

a.map {
    margin-top: 40px;
}

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

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 {
    width: 100%;
    font-family: 'Zilla Slab', sans-serif;
    background-color: transparent;
    border: none;
    font-size: 22px;
    padding-bottom: 6px;
    margin-top: 1px;
    padding-left: 0;
	-webkit-appearance: none;
}

select:focus-visible {
    outline: none;
}

select:disabled {
    opacity: 0.5;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
}

.main-navigation ul {
    visibility: visible;
    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;
}

/* Small menu. */

button.menu-toggle.menu-btn {
    padding-top: 6px;
    padding-right: 10px;
}

.menu-toggle,
.main-navigation.toggled ul {
    background-color: var(--header-background-color);
    display: inline-block;
    visibility: visible;
    opacity: 1;
}

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

    .right {
        order: 2;
    }

    .menu-toggle {
        display: none;
    }

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

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

.site-main-plan {
    margin-top: var(--margin-100);
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
    margin-top: var(--margin-100);
}

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

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

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

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: var(--margin-30);
    margin-top: 10px;
    display: inline-block;
}

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

.grey-text {
    font-family: 'Zilla Slab', sans-serif;
    opacity: 0.5;
    font-size: 17px;
    letter-spacing: 4px;
    color: var(--white-color);
    text-transform: uppercase;
    font-weight: 400;
}

.red-text {
    color: var(--yellow-color);
    opacity: 1;
}

/*--------------------------------------------------------------
# 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 {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

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

/* Theme New
--------------------------------------------- */

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

.site-header {
    background-color: var(--header-background-color);
}

.header-container {
    font-family: 'Playfair Display', sans-serif;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0 40px;
    padding: 30px 0;
    transition: all .3s ease;
    ;
}

.site-branding {
    width: 200px;
}

.header_left {
	display: flex;
	align-items: center;
}

.header_left > a {
    margin-right: 10px;
    display: inline-block;
}

.header_left > a:hover span {
    background-color: var(--yellow-color);
}

.header_left > a:last-child {
    margin-right: 0;
}

.wpml-ls-legacy-list-horizontal a span{
	font-family: PlayfairDisplay;
  	font-size: 20px;
  	font-weight: 900;
	color: #fff;
	transition: all 0.3s ease;
}

.wpml-ls-legacy-list-horizontal a span:hover {
    opacity: 0.6;
}

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

.wpml-ls-legacy-list-horizontal li {
    margin-right: 20px !important;
}

.wpml-ls-legacy-list-horizontal li:last-child {
    margin-right: 30px !important;
}

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

.header_icon {
    background-color: var(--header-background-color);
    color: var(--white-color);
    border-radius: 50px;
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    transition: background-color 0.3s ease;
}

#primary > .block:first-child {
    margin-top: var(--margin-100);
}

.slider-container:first-child {
    margin-top: 0 !important;
}

.header-container.scrolled-nav {
    padding-top: 15px;
    padding-bottom: 15px;
}

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

#primary-menu li {
    margin-right: 20px;
    font-size: 20px;
    font-weight: 900;
}

#primary-menu a {
    color: var(--white-color);
    transition: all 0.3s ease;
}

#primary-menu > .current-menu-item > a::first-letter {
    color: var(--yellow-color);
}

#primary-menu a:hover {
    opacity: 0.6;
}

/* Blocks
	 ========================================================================== */

.block {
    margin-bottom: var(--margin-100);
    overflow: hidden;
}

.block:last-child {
    margin-bottom: 0;
    padding-bottom: var(--margin-100);
}

/* Centered Block
--------------------------------------------- */

.centered_cont {
    margin: auto;
    text-align: center;
    max-width: 900px;
}

.centered_cont h1, .centered_cont h3 {
    text-align: center;
    margin-bottom: var(--margin-40);
}

.centered_cont h1:last-child , .centered_cont h3:last-child {
    margin-bottom: 0;
}

.centered-block-text {
    margin-bottom: var(--margin-50);
}

.centered-block-text:last-child {
    margin-bottom: 0;
}

.centered-block-text img {
    margin-bottom: var(--margin-40);
}

/* Single Element Block
--------------------------------------------- */

.dxsx {
    color: var(--black-color);
    align-items: center;
}

.single_text_cont_s {
    text-align: center;
}

.single_img_cont {
    margin: 0 auto;
	background-color: var(--white-color);
    border-radius: 20px;
}

.single_img_cont img {
    border-radius: var(--border-radius);
    min-width: 100%;
}

.single_text_cont {
    color: var(--paragraph-color);
}

.right > .single_text_cont h3 {
    margin-top: -8px;
}

.single_text_cont h3 {
    margin-bottom: 40px;
}

.single_text_cont h3:last-child {
    margin-bottom: 0;
}

.single_text_cont p:last-of-type {
    margin-bottom: 0;
}

.single_text_cont_s h3 {
    color: var(--paragraph-color);
    margin-bottom: var(--margin-40);
}

.single_text_cont_s h3:last-child {
    margin-bottom: 0;
}

h1.single_text_cont + a {
    padding-top: 40px;
}

.centered {
    margin: auto;
}

.centered > div {
    padding: 0 70px;
}

.single_txt_l {
    margin-bottom: var(--margin-50);
}

/* Carousel Block
--------------------------------------------- */

.slide {
    width: 470px;
    height: 470px;
    margin-right: 45px;
    border-radius: 20px;
    place-items: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.even {
    margin-top: var(--margin-40);
}

.slideshow button {
    display: none;
}

.slideshow.js-slideshow.flickity-enabled.is-draggable {
    padding: 0;
}

.carousel-box {
    margin: 0 auto;
}

/* Bestsellers Block
--------------------------------------------- */

.swiper-wrapper {
    box-sizing: border-box;
}

.swiper-button-prev, .swiper-button-next {
    background-color: black;
    border-radius: 50px;
    padding: 25px;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 15px;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 0;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 0;
}

/* Single Image Block
--------------------------------------------- */

.solo-image {
    text-align: center;
}

.solo-image img {
    width: 100%;
    max-width: 750px;
}

/* Icons Element Block
--------------------------------------------- */

.icon_title {
    font-size: 26px;
    margin-bottom: var(--margin-80);
}

.col {
    text-align: -webkit-center;
}

.icon-element-container {
    display: flex;
    flex-direction: column;
    margin-bottom: var(--margin-100);
    text-align: center;
}

.num-bar {
    font-size: 80px;
    font-weight: 500;
    line-height: 100px;
}

.icon-container {
    margin-bottom: var(--margin-30);
}

.icon-container:last-child {
    margin: 0 auto;
}

img.icon-bar {
    border-radius: 20px;
    width: 100%;
    max-width: 420px;
}

.title_cont {
    font-weight: 900;
    margin-bottom: 10px;
}

.icon-text-cont p {
    margin-top: auto;
}

.icon_link {
    margin-top: var(--margin-60);
}

/* Menu Block
--------------------------------------------- */

.menu-row {
    display: flex;
    cursor: pointer;
    margin-bottom: var(--margin-30);
}

.menu-row:hover .menu-main {
  color: var(--yellow-color);
}

.menu_title {
    margin-bottom: var(--margin-40);
}

.menu-main {
    font-family: 'Playfair Display', sans-serif;
    font-weight: 900;
	transition: all 0.3s ease;
}

.menu-img {
    width: 150px;
    height: 150px;
    flex-grow: 0;
    flex-shrink: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 10px;
	border-radius: 20px;
    background-color: var(--white-color);
}

.menu-txt-element {
    margin: auto 30px auto;
}

.modal {
    text-align: center;
    padding: 0!important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    max-width: 1000px;
    vertical-align: middle;
}

.modal-header .btn-close {
    background-color: transparent;
    transition: all 0.3s ease;
    margin: 0;
    position: absolute;
    right: 20px;
    filter: invert(100%) sepia(0%) saturate(6251%) hue-rotate(335deg) brightness(117%) contrast(101%);
    opacity: 0.5;
    z-index: 99999;
}

.modal-header .btn-close:hover {
    opacity: 1;
}

.btn-close:focus {
    box-shadow: unset;
}

.modal-body {
    padding: 50px 40px;
}

.modal-container {
    padding: 0;
}

.modal-content {
    border-radius: 20px;
}

#modal-close {
    float: right;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1;
}

.modal + .menu_title {
    margin-top: var(--margin-60);
}

.modal-col-txt {
    margin-left: var(--margin-30);
}

/* UNDERLINE */

span.yellow-underline {
    background-image: linear-gradient(90deg, #deb900, #deb900);
    background-position: center bottom 2px;
    background-size: 100% 30%;
    background-repeat: no-repeat;
}

/* PAGES */

/* IMMAGINE DI COPERTINA */

.top-image-container {
    height: 700px;
    margin-left: auto;
    margin-right: auto;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 90px;
}

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

.footer-main {
    background-color: var(--header-background-color);
    color: var(--white-color);
    text-align: center;
    margin-bottom: -1px;
}

.footer-logo {
    padding-top: 170px;
    margin: 0 auto var(--margin-40);
    width: 200px;
}

.footer-contact, .footer-social {
    font-size: 18px;
    margin-bottom: var(--margin-50);
}

.footer-contact span.contacts:first-child {
    margin-right: var(--margin-30);
}

.contacts a {
    color: var(--white-color);
}

span.contacts > .dashicons {
    color: var(--yellow-color);
    margin: 3px 10px 0;
}

span.social-footer {
    background-color: var(--white-color);
    color: var(--header-background-color);
    border-radius: 5px;
    width: 34px;
    height: 34px;
    font-size: 24px;
    line-height: 1.4;
    transition: all 0.3s ease;
}

span.social-footer:hover {
    background-color: var(--yellow-color);
}

.footer-social > a {
    margin-right: var(--margin-30);
}

.footer-social > a:last-child {
    margin-right: 0;
}

.copyright-footer {
    font-size: 16px;
}

.after-footer {
    margin: 15px 0 90px;
    font-size: 16px;
}

.after-footer a {
    color: var(--white-color);
    margin-right: 15px;
}

.after-footer a:last-child {
    margin-right: 0;
}

form#mc4wp-form-1 {
    margin: 0 auto;
}

/* Mailchimp
--------------------------------------------- */

.mc4wp-form-fields {
    text-align: center;
}

.mc4wp_div {
    display: block;
}

.mc4wp_div {
    display: flex;
    padding: 8px 10px 8px 20px;
    border-radius: 10px;
    background-color: var(--white-color);
    width: auto;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 15px;
}

.mc4wp_div label {
  width: 100%;
  text-align: left;
  padding-right: 20px;
}

.mc4wp-alert p {
  background: #2f2a27;
  color: #fff;
  font-size: 16px;
  margin-bottom: 0 !important;
  padding: 10px;
  border-radius: 10px;
  margin-top: 20px;
}

.mc4wp-alert.mc4wp-success p {
  background: #3baa1c;
}

.mc4wp-alert.mc4wp-error p {
  background: #aa1a1a;
}

input#mc4wp_footer {
  font-size: 22px;
  width: 100%;
}

input[type="email"] {
    border: none;
}

input[type="submit"] {
    font-family: 'Playfair Display', sans-serif;
    color: var(--white-color);
    font-size: 18px;
    font-weight: 900;
    padding: 13px 50px 13px;
    border-radius: 10px;
    background: var(--background-black-color);
    width: fit-content;
    display: inline-block;
    transition: all 0.3s ease !important;
    border: none;
}

input[type="submit"]:hover {
    color: var(--black-color);
    background-color: var(--yellow-color);
}

/* Popup
--------------------------------------------- */

div#sgpb-popup-dialog-main-div {
    box-shadow: unset !important;
    border-radius: 20px !important;
	padding: 0 !important;
}

.sgpb-main-html-content-wrapper {
  padding: 50px 100px 50px !important;
}

.sgpb-main-html-content-wrapper h3 {
    margin-bottom: var(--margin-20);
}

.sgpb-main-html-content-wrapper p {
    margin-bottom: 0;
}

.sgpb-main-html-content-wrapper h3 + p {
    margin-bottom: var(--margin-50);
}

.sgpb-main-html-content-wrapper p:last-child {
    margin-bottom: 0;
}

.mc4wp-form-popup {
    border: 1px solid var(--header-background-color);
    margin-bottom: var(--margin-30);
}

.sgpb-main-html-content-wrapper div.mc4wp_div {
    border: 1px solid var(--background-black-color) !important;
}

.sgpb-popup-dialog-main-div-theme-wrapper-6.sg-animated.sgpb-fadeIn {
  animation-duration: 200ms !important;
}

/* Newsletter
--------------------------------------------- */

.newsletter {
    width: 1000px;
    background-color: var(--yellow-color);
    border-radius: 20px;
    margin: 0 auto -120px;
    z-index: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 30px 120px;

}

.newsletter h4 {
    margin: 0 auto 10px;
    text-align: center;
    font-size: 30px;
}

.newsletter p {
    text-align: center;
    margin-bottom: 30px;
}

.agree_to_terms {
    font-size: 16px;
}

/* 404
--------------------------------------------- */
section.error-404.not-found {
    margin: 150px 0;
    text-align: center;
}

/* Franchise Block
--------------------------------------------- */

.franchise-img {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 20px;
    margin-bottom: var(--margin-30);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 75%;
}

.franchise-img:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    transition: opacity 0.3s ease;
    opacity: 0;
}

.franchise-img span {
    color: var(--white-color);
    opacity: 0;
    margin-top: -75%;
    text-align: center;
    font-size: 18px;
    transition: opacity 0.3s ease;
}

.center-card p {
    word-break: break-all;
}

.center-card-cont:hover .franchise-img:before {
    opacity: 1;
}

.center-card-cont:hover span {
    color: var(--white-color);
    opacity: 1;
    z-index: 1;
}

/* Map
--------------------------------------------- */

div#map {
    height: 700px;
}

.center-map-title {
    margin-bottom: 10px;
    color: var(--yellow-color);
}

a.center-map-name {
    font-size: 20px;
}

.center-map-address, .center-map-link {
    font-size: 15px;
}

.center-card {
    margin-bottom: var(--margin-60);
}

.center-card h5 {
    margin-bottom: 10px;
}

/* CF7
--------------------------------------------- */

.form-control {
  font-size: 22px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {
    border-radius: 10px;
    padding: 11px 20px;
    border: unset;
    box-shadow: unset;
    color: #666;
}

.wpcf7-form-control-wrap {
    display: block;
    margin-bottom: var(--margin-30);
}

.wpcf7-form-control-wrap, textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    border: unset;
    color: #666;
}

.wpcf7-textarea.form-control {
	padding: 15px 20px;
	border-radius: 10px;
	box-shadow: unset;
}

.wpcf7-not-valid-tip {
  text-align: left;
  margin-top: 5px;
} 

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required, input.wpcf7-form-control.wpcf7-file {
    color: #666;
    border-radius: 10px;
    font-weight: 300;
    background-color:var(--white-color);
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    padding: 11px 20px;
	height: 54px;
}

input.wpcf7-form-control.wpcf7-file {
    width: 100%;
    padding: 13px 22px;

}

input.wpcf7-form-control.has-spinner.wpcf7-submit.btn-block.btn.btn-primary.btn-lg {
    font-family: 'Playfair Display', sans-serif;
    color: var(--white-color);
    font-size: 18px;
    font-weight: 900;
    vertical-align: top;
    padding: 15px 50px 15px;
    border-radius: 10px;
    background-color: var(--background-black-color);
    width: fit-content;
    display: inline-block;
    transition: all 0.3s ease !important;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit.btn-block.btn.btn-primary.btn-lg {
    box-shadow: unset;
}

.wpcf7-spinner {
    display: none;
}

input[type="checkbox"] {
    margin-right: 5px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email.form-control:focus-visible, input.wpcf7-form-control.wpcf7-file:focus-visible {
    outline: unset;
    box-shadow: unset;
}

.wpcf7-form-control-wrap ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    opacity: 0.5;
    font-size: 22px;
    line-height: 1.36;
    color: #2f2a27;
}

.wpcf7-form-control-wrap :-ms-input-placeholder { /* Internet Explorer 10-11 */
    opacity: 0.5;
    font-size: 22px;
    line-height: 1.36;
    color: #2f2a27;
}

.wpcf7-form-control-wrap ::-ms-input-placeholder { /* Microsoft Edge */
    opacity: 0.5;
    font-size: 22px;
    line-height: 1.36;
    color: #2f2a27;
}

input:-internal-autofill-selected {
    background-color: var(--white-color);
}

.drop_cf7 {
    position: relative;
}

.drop_cf7 > span:after {
    content: '\f347';
    font-family: dashicons;
    color: #666;
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 17px;
    pointer-events: none;
}

.wpcf7-form.submitting .wpcf7-submit {
    pointer-events: none;
}

/* Media Queries
--------------------------------------------- */

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

    .site-branding {
        width: 150px;
    }
}

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

ul#primary-menu li:last-child {
    display: none;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

	main {
    	padding-top: 105px;
	}
	
    body {
        background-position: left -30px top, right -45px bottom;
        background-size: 125px, 125px;
    }

    #primary-menu li {
        margin-right: 19px;
        font-size: 18px;
    }

    .top-image-container {
        margin-bottom: var(--margin-60);
        height: 550px;
    }

    div#map {
        height: 550px;
    }

    .slide {
        width: 320px;
        height: 320px;
        margin-right: 35px;
    }

    .newsletter {
        width: 800px;
    }

}

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

    a.shop_button.block_link.shop-mobile {
        display: none;
    }

    .right {
        order: 2;
    }

}

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

    /* GLOBALS */

    body {
        background-position: left -30px top, right -45px bottom;
        background-size: 100px, 100px;
    }

    main {
        padding-top: 95px;
    }

    h1,
    h2,
    h3 {
        font-size: 44px;
    }

    h4 {
        font-size: 35px;
    }

    /* HEADER */

    .header_left {
        order: 1;
		display: none;
    }

    .header-menu {
        order: 2;
    }

	a.shop_button.block_link.shop-mobile {
  		display: inline-block;
  		vertical-align: middle;
  		margin-right: 4px;
	}

    /*
      a.shop_button.block_link.shop-nav {
        display: none;
    }
	*/
    .header-container {
        padding: 25px 0;
    }

    .main-navigation ul {
        display: block;
        visibility: hidden;
        opacity: 0;
        height: 0;
    }

    #primary-menu li:first-child {
        margin-top: 50%;
    }
/*
    .hidden {
        display: none;
        opacity: 0;
        transition: all 0.2s ease;
    }
*/
    .visuallyhidden {
        opacity: 0;
        transition: all 0.2s ease;
    }

    nav#site-navigation {
        transition: all 0.3s ease;
    }

    .header_left span {
        display: none;
    }

    a.shop_button{
        padding: 0;
    }

    a.shop_button:before {
        color: var(--header-background-color);
        font-size: 20px;
		/* margin-right: 5px; */
    }

    .btn-line {
        width: 25px;
        height: 2px;
        margin: 0 0 6px 0;
        background: var(--yellow-color);
        transition: all 0.2s ease;
    }
	
	.btn-line:last-child {
    	margin-bottom: 0;
}

    .menu-btn.close .btn-line:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .menu-btn.close .btn-line:nth-child(2) {
        opacity: 0;
    }

    .menu-btn.close .btn-line:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -7px);
    }

    .nav-item:nth-child(1) {
        transition-delay: 0.1s;
    }

    .nav-item:nth-child(2) {
        transition-delay: 0.2s;
    }

    .nav-item:nth-child(3) {
        transition-delay: 0.3s;
    }

    .nav-item:nth-child(4) {
        transition-delay: 0.4s;
    }

    .menu-menu-1-container {
        text-align: center;
        position: fixed;
        width: 100%;
        right: 0;
        height: 0;
		margin-top: 20px;
    }

    button.menu-toggle {
        background-color: var(--header-background-color);
        border: unset;
        color: var(--yellow-color);
		vertical-align: middle;
    }

    span.dashicons.dashicons-menu-alt {
        font-size: 20px;
    }

    #primary-menu li {
        margin-right: unset;
        padding-bottom: 30px;
    }

    #primary-menu li:last-child {
        margin-bottom: 0;
    }

    #primary-menu {
        width: 100%;
        height: 100vh;
    }

    .block {
        margin-bottom: var(--margin-80);
    }

    .block:last-child {
        padding-bottom: var(--margin-80);
    }

    #primary > .block:first-child {
        margin-top: var(--margin-80);
    }

    .top-image-container {
        margin-bottom: var(--margin-60);
        height: 400px;
    }

    div#map {
        height: 400px;
    }

    .centered_cont h1, .single_text_cont_s h3, .centered_cont h3 {
        margin-bottom: var(--margin-30);
    }

    .centered-block-text {
        margin-bottom: var(--margin-40);
    }

    .single_img_cont {
        margin-bottom: var(--margin-40);
    }

    .centered > div {
        padding: 0;
    }

    .franchise-img {
        margin-bottom: var(--margin-20);
    }

    .flickity-prev-next-button.previous {
        height: 55px;
        width: 55px;
    }

    .flickity-prev-next-button.next {
        height: 55px;
        width: 55px;
    }

    .modal-dialog {
        max-width: 600px;
    }

    #modal-close {
        top: 20px;
        right: 20px;
    }

    .icon-element-container {
        margin-bottom: var(--margin-80);
    }

    .newsletter {
        width: 700px;
        padding: 30px 80px;
    }

    .slide {
        width: 250px;
        height: 250px;
        margin-right: 35px;
    }

    .menu-img {
        width: 130px;
        height: 130px;
    }

    .menu-txt-element {
        margin: auto 20px auto;
    }
	
	.center-card {
    	margin-bottom: var(--margin-40);
	}
}


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

    body {
        background-size: 0;
    }

    h1,
    h2,
    h3 {
        font-size: 36px;
    }

    h4 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    p {
        font-size: 20px;
    }

    #primary ul li,
    #primary ol li {
        font-size: 20px;
    }

    /* MAIN */

    .row>* {
        padding-right: calc(var(--bs-gutter-x));
        padding-left: calc(var(--bs-gutter-x) );
    }

    /* PAGES GLOBAL */

    .top-image-container {
        margin-bottom: 30px;
    }

    .block {
        margin-bottom: var(--margin-60);
    }

    .centered-block-text img {
        margin-bottom: var(--margin-20);
    }
	
	 /* CONTACT FORM 7 */
	
	.form-control {
  		font-size: 20px;
	}

    /* POPUP */

	.sgpb-main-html-content-wrapper {
  		padding: 20px 20px 30px !important;
	}
	
	.sgpb-main-html-content-wrapper img {
  		margin-bottom: 10px;
	}
	
	.sgpb-main-html-content-wrapper h3 + p {
  		margin-bottom: var(--margin-30);
	}

    /* HEADER */

    .header-container {
        margin: 0 10px;
    }

    /* BLOCKS */

    .icons-block {
        margin-bottom: 30px;
    }

    .single_img_cont {
        margin: 0 auto var(--margin-30);
    }

    /*
    .centered_cont h1, .single_text_cont_s h3, .centered_cont h3 {
        margin-bottom: var(--margin-20);
    }
	*/
	
    .single_txt_l, .centered-block-text {
        margin-bottom: var(--margin-30);
    }

    .menu_title {
        text-align: center;
    }

    .modal + .menu_title {
        margin-top: var(--margin-40);
    }

    .left-column {
        margin-bottom: 10px;
    }

    img.icon-bar {
        max-width: unset;
    }

    .col-12.col-lg-3.col-md-6.center-card.center-card-cont:last-child {
        margin-bottom: 0;
    }

    .flickity-prev-next-button.previous, .flickity-prev-next-button.next {
        height: 40px;
        width: 40px;
    }

    .col-sm {
        margin-bottom: var(--margin-30);
    }

    .col-sm:last-of-type {
        margin-bottom: 0;
    }

    .col-sm > .clearfix {
        margin-bottom: 0;
    }
	
	
	.swiper-button-prev, .swiper-rtl .swiper-button-next {
    	left: 10px;
	}

	.swiper-button-next, .swiper-rtl .swiper-button-prev {
    	right: 10px;
	}

    .menu-img {
        width: 100px;
        height: 100px;
    }

    .menu-txt-element {
        margin-right: 0;
    }

    .modal-col-txt {
        margin-left: 0;
    }

    #modal-close {
        top: 15px;
        right: 15px;
    }

    .icon-element-container {
        margin-bottom: var(--margin-30);
    }

    .icon-container {
        margin-bottom: 15px;
    }

    /* FOOTER */

    .newsletter {
        width: calc(100% - 48px);
        padding: 30px;
        max-width: 540px;
    }

    .newsletter h4 {
        font-size: 25px;
    }

    .mc4wp_div label {
        padding-right: 10px;
    }

    .agree_to_terms_container label {
        width: 100%;
    }

    .mc4wp-form-fields input[type="submit"] {
        padding: 13px 20px 13px;
    }

    div#sgpb-popup-dialog-main-div-wrapper .sgpb-popup-close-button-6 {
        top: 20px !important;
        right: 20px !important;
    }

    .top-image-container {
        height: 250px;
    }

    div#map {
        height: 250px;
    }

    input#mc4wp_footer {
        font-size: 20px;
    }

    input[type="submit"] {
        font-size: 16px;
    }

    .footer-contact {
        display: flex;
        flex-direction: column;
    }

    .footer-contact span.contacts:first-child {
        margin-right: 0;
        margin-bottom: 10px;
    }

}