/*!
Theme Name: Elma
Theme URI: http://underscores.me/
Author: Care Srl
Author URI: https://www.carecom.it/
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: elma
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.

Elma 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 {
	-webkit-box-sizing: content-box;
			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;
	-webkit-text-decoration: underline dotted;
			text-decoration: underline dotted;
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
	font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
* Add the correct font size in all browsers.
*/
small {
	font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

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

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
	text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*		`fieldset` elements in all browsers.
*/
legend {
	-webkit-box-sizing: border-box;
			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"] {
	-webkit-box-sizing: border-box;
			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 {
   -webkit-box-sizing: inherit;
		   box-sizing: inherit;
}

html {
   -webkit-box-sizing: border-box;
		   box-sizing: border-box;
}

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

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

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

p {
   margin-bottom: 1.5em;
}

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

blockquote {
   margin: 0 1.5em;
}

address {
   margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
   font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
   font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
   background: #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
--------------------------------------------------------------*/

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

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

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

.main-navigation ul ul {
   -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		   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. */
.main-navigation.toggled ul {
   display: block;
}

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


   .main-navigation ul {
	   display: -webkit-box;
	   display: -ms-flexbox;
	   display: flex;
   }
}

.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: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}

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

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
   text-align: end;
   -webkit-box-flex: 1;
	   -ms-flex: 1 0 50%;
		   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;
}

/*--------------------------------------------------------------
# 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);
   -webkit-clip-path: inset(50%);
		   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;
   -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
		   box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
   clip: auto !important;
   -webkit-clip-path: none;
		   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;
}

/* Reset WPBakery styles */
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
   margin: 0 !important;
}
.page {
   margin: 0 !important;
}





/* Website Styles */
@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
   --textColor: #000;
}
::-moz-selection {
   color: #fff;
   background: var(--green);
}

::selection {
   color: #fff;
   background: var(--green);
}

html, body {
   /*font-family: 'Poppins', sans-serif;*/
   font-family: 'Roboto', sans-serif;
   font-size: 16px;
}

.header {
   position: relative;
   margin: 0 auto;
   width: 100%;
   height: 100vh;
}

.logo {
   position: absolute;
   top: 33px;
   left: 33px;
   width: 202px;
   cursor: pointer;
   z-index: 2;
}

.menu-toggle {
   position: absolute;
   right: 33px;
   top: 40px;
   width: 24px;
   cursor: pointer;
   z-index: 2;
}

.btn svg {
   width: 8px;
   margin-left: 16px;
}

.slider-bg, .slider-overlay {
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
	  object-fit: cover;
   -o-object-position: 0;
	  object-position: 0;
}

.slider-overlay {
   position: absolute;
   z-index: 1;
   left: 0;
   top: 0;
}

.slider-content {
   position: absolute;
   z-index: 10;
   top: 30%;
   left: 30%;
   font-size: 48px;
   line-height: 51px;
}

.slider-content span {
   color: #fff;
}

.slider-content b {
   font-weight: 600;
}

.slider-content [data-word="specchiere"],
.slider-content [data-word="riflettere"],
.slider-content [data-word="bello"],
.slider-content [data-word="mirrors"],
.slider-content [data-word="beautiful"],
.slider-content [data-word="life"]
{
   font-weight: 600;
}

.btn {
   font-size: 15px;
   background: var(--green);
   background: #151212;
   color: #fff;
   margin-top: 72px;
   min-width: 168px;
   text-align: center;
   cursor: pointer;
   -webkit-transition: .5s all;
   transition: .5s all;
}

.btn:hover {
   background: #000;
}

.btn span {
   color: #fff;
   font-weight: 500;
}

.btn span svg {
   width: 8px;
   margin-left: 10px;
}


.reveal-text {
   visibility: hidden;
}

.line {
   position: relative;
   overflow: hidden;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}

[data-word="."] + .whitespace,
[data-word="specchiere"] + .whitespace {
   display: none;
}


[data-word="."]:nth-child(0) {
   color: red;
}

.dot .line {
   -webkit-box-flex: 0;
	   -ms-flex: none;
		   flex: none;
   display: inline-block;
}

span.inline {
   display: inline-block;
   left: -50px;
   position: relative;
   top: 8px;
}
span.inline:lang(en){left: 0}

.first-line {
   display: inline-block;
}


.dot {
   font-style: normal;
}
.dot-3 {
   position: relative;
   left: -20px;
}
.dot-2 {
   position: relative;
   left: -10px;
}


/* Homepage stripes */
.stripe {
   display: grid;
   grid-template-columns: 1fr 1fr;
   place-items: center;
   width: 100%;
}
.stripe--content {
   max-width: 652px;
   padding: 0px 50px;
	padding: 20px 50px;
}
.stripe--content span {
   font-size: 1.063rem;
   line-height: 1.750rem;
   color: var(--textColor);
   font-weight: 300;
   display: block;
   margin: 35px 0;
   max-width: 420px;
}
.stripe--content h2 {
   font-size: 2.188rem;
   line-height: 2.375rem;
   color: var(--textColor);
   font-weight: 500;
   position: relative;
}
.row .btn,
.stripe--content .btn,
.collection--actions .btn,
.sing-news-btn,
.news-hp-cont-intro a .news-btn{
   background: transparent;
   font-size: 0.813em;
   border: 1px solid var(--textColor);
   padding: 16px 20px;
   font-weight: 500;
   display: inline-block;
   color: var(--textColor);
   -webkit-transition: .5s all;
   transition: .5s all;
}
a {
   text-decoration: none;
}
.stripe--img {
   width: 100%;
   height: 100%;
}
.stripe--img img {
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
	  object-fit: cover;
}
.row .btn svg,
.stripe--content .btn svg,
.collection--actions .btn svg,
.sing-news-btn svg,
.news-hp-cont-intro a .news-btn svg{
   width: 8px;
   margin-left: 16px;
}
.row .btn svg path,
.stripe--content .btn svg path,
.collection--actions .btn svg path,
a .sing-news-btn svg path,
.news-hp-cont-intro a .news-btn svg path {
   -webkit-transition: .5s all;
   transition: .5s all;
}
.collection--box:hover .btn,
.row .btn:hover,
.stripe--content .btn:hover,
.collection--actions .btn:hover,
a:hover .sing-news-btn,
.news-hp-cont-intro a:hover .news-btn
	 {
   background: var(--textColor);
   color: #fff;
}
.collection--box:hover .btn svg path,
.row .btn:hover svg path,
.stripe--content .btn:hover svg path,
.collection--actions .btn:hover svg path,
a:hover .sing-news-btn svg path,
.news-hp-cont-intro a:hover .news-btn svg path{
   fill: #fff;
}
.checkmark {
   position: absolute;
   width: 38px;
   top: 0;
   left: -55px;
}



/* Collection page */

/** Gallery **/
.collection--gallery {
   position: relative;
   width: 100%;
   overflow: hidden;
   max-width: 1160px;
   display: inline-block;
}
.collection--gallery img {
   height: 100%;
   width: 100%;
   -o-object-fit: cover;
	  object-fit: cover;
   cursor: -webkit-zoom-in;
   cursor: zoom-in;
}
.gallery--controls {
   position: absolute;
   top: 50%;
   -webkit-transform: translateY(calc(-50% - 25px));
		   transform: translateY(calc(-50% - 25px));
   width: auto;
   right: 0;
   left: 0;
}
.control {
   position: absolute;
   width: 50px;
   cursor: pointer;
}
.control-left {
   -webkit-transform: rotate(180deg);
		   transform: rotate(180deg);
   left: 40px;
}
.control-right {
   right: 40px;
}
.control path {
   -webkit-transition: .5s all;
   transition: .5s all;
}
.control:hover path {
   fill: #000;
}

/** Versions **/
#collectionVersion {
   background: var(--green);
}
#collectionVersion,
#collectionDetails {
   text-align: center;
   padding: 100px 50px;
}
#collectionVersion h2,
#collectionDetails h2 {
   font-size: 28px;
   font-weight: 500;
   margin-bottom: 70px;
   margin-top: 0;
}
#collectionVersion h2 {
   color: #fff;
}
.collection--details {
   display: grid;
   grid-template-columns: auto 570px;
   place-content: center;
   gap: 40px;
   padding: 70px;
   padding-top: 0;
}
.collection--info h1,
.collection--box h4 {
   font-size: 35px;
   font-weight: 500;
   margin-top: 10px;
   margin-bottom: 30px;
}
.collection--info p,
.collection--box span {
   color: #737373;
   font-size: 17px;
   font-weight: 300;
}
.collection--actions {
   margin-top: 45px;
}
.collection--actions .btn {
   border-color: #0a0a0a;
   color: #0a0a0a;
   visibility: visible;
   margin-top: 20px;
   display: block;
 width: 180px
}
.container--versions {
   display: grid;
   grid-template-columns: repeat(4, auto);
   gap: 60px;
}
.version {
   cursor: pointer;
}
.version img {
   max-height: 240px;
   margin: 0 auto;
   display: block;
}
.version span {
   display: block;
   color: #fff;
   font-size: 22px;
   font-weight: 500;
   margin-top: 30px;
   text-transform: capitalize;
   position: relative;
   display: inline-block;
   padding: 0 40px;
}
.version span svg {
   position: absolute;
   left: 10px;
   width: 22px;
   top: 50%;
   -webkit-transform: translateY(-50%);
		   transform: translateY(-50%);
   display: none;
}
.version span svg path {
   fill: var(--green);
   -webkit-transition: .5s all;
   transition: .5s all;
}
.version:hover span svg path {
   fill: #c3aa23;
}
.container--details {
   display: grid;
   grid-template-columns: repeat(4, auto);
   gap: 40px;
   text-align: left;
   margin: 0 auto;
   max-width: 1575px;
}
.collection--icons {
   display: grid;
   grid-template-columns: repeat(6, auto);
   text-align: left;
   row-gap: 12px;
}
.collection--icons.mobile {
   display: none;
}
.collection--icon {
   width: 60px;
   height: 60px;
}
.collection--icon img {
   width: 100%;
}
.detail--box {
   max-width: 275px;
}
.detail--box h4 {
   font-size: 22px;
   font-weight: 500;
   margin-top: 0;
   margin-bottom: 16px;
}
.detail--box span {
   font-size: 15px;
   font-weight: 300;
   color: #737373;
}

.collection--detail_images {
   display: grid;
   grid-template-columns: repeat(3, auto);
   place-content: start;
   gap: 32px;
   margin-top: 40px;
   margin: 40px auto 0;
   max-width: 1575px;
}
.collection--detail__image img {
   max-height: 270px;
}

@media screen and (max-width: 1500px) {
   .collection--icons {
	   display: none;
   }
   .collection--icons.mobile {
	   display: grid;
	   grid-template-columns: repeat(5, 60px);
	   place-content: center;
	   gap: 16px;
	   margin-top: 3em;
   }
}
@media screen and (max-width: 1260px) {
   .collection--details {
	   grid-template-columns: auto;
   }
}
@media screen and (max-width: 1024px) {
   .container--details {
	   grid-template-columns: repeat(3, auto);
   }
}
@media screen and (max-width: 860px) {
   .container--versions {
	   grid-template-columns: repeat(3, auto);
   }
   .collection--details {
	   padding: 70px 0;
   }
   .collection--info {
	   padding: 0 30px;
   }
}
@media screen and (max-width: 678px) {
   .container--details {
	   grid-template-columns: repeat(2, auto);
   }
   .container--versions {
	   grid-template-columns: repeat(2, auto);
   }
   .collection--detail_images {
	   grid-template-columns: repeat(1, auto);
	   place-content: center;
   }
}
@media screen and (max-width: 568px) {
   .collection--icons.mobile {
	   grid-template-columns: repeat(3, 60px);
   }
   .container--versions {
	   grid-template-columns: repeat(1, auto);
   }
}
@media screen and (max-width: 420px) {
   .container--details {
	   grid-template-columns: repeat(1, auto);
   }
}






/* Header */
.header--container {
   max-width: 1870px;
   margin: 0 auto;
   padding: 30px 34px 38px;
   display: grid;
   grid-template-columns: 1fr auto;
   -webkit-box-align: center;
	   -ms-flex-align: center;
		   align-items: center;
}
.header--logo {
   position: relative;
   z-index: 999;
}
.header--logo svg {
   width: 200px;
}
.header--menu ul {
   margin: 0;
   padding: 0;
}
.header--menu ul li {
   display: inline-block;
   margin: 0 17px;
}
.header--menu ul li a {
   color: #282828;
   font-size: 16px;
   font-weight: 500;
}
.header--menu ul li a.m-small{font-size: 14px}
.header--menu ul li a::after,
.mobile--menu ul li a::after {
   content: '';
   display: block;
   width: 0;
   height: 1px;
   background: var(--green);
   -webkit-transition: width .3s;
   transition: width .3s;
}
.header--menu ul li a.sel::after,
.header--menu ul li a:hover::after,
.mobile--menu ul li a.sel::after,
.mobile--menu ul li a:hover::after {
   width: 100%;
}
/* Mobile header */
.header--menu_mobile {
   position: relative;
   display: none;
   z-index: 999;
}
.qodef-hm-lines {
   position: relative;
   display: block;
   height: 12px;
   width: 23px;
   cursor: pointer;
}
.qodef-hm-lines .qodef-hm-line {
   position: absolute;
   left: 0;
   height: 2px;
   width: 100%;
   background-color: #fff;
   border-radius: 0;
   -webkit-transition: width .3s ease,top .3s ease;
   transition: width .3s ease,top .3s ease;
}
body:not(.home) .qodef-hm-lines .qodef-hm-line {
   background-color: #212121;
}
.qodef-hm-lines .qodef-hm-line.qodef-line-1 {
   top: 0;
   width: 13px;
}
.qodef-hm-lines .qodef-hm-line.qodef-line-2 {
   top: 5px;
   width: 18px;
}
.qodef-hm-lines .qodef-hm-line.qodef-line-3 {
   top: 10px;
   width: 23px;
}
.qodef-fullscreen-menu-opener-icon:hover .qodef-hm-lines .qodef-hm-line.qodef-line-1,
.qodef-fullscreen-menu-opener-icon:hover .qodef-hm-lines .qodef-hm-line.qodef-line-2,
.qodef-fullscreen-menu-opener-icon:hover .qodef-hm-lines .qodef-hm-line.qodef-line-3 {
   width: 23px;
}
.mobile--menu-open .qodef-fullscreen-menu-opener-icon {
   visibility: hidden;
}

.qodef-fullscreen-menu-close-icon {
   position: absolute;
   top: 0;
   left: 0;
   visibility: hidden;
}
.mobile--menu-open .qodef-fullscreen-menu-close-icon {
   visibility: visible;
}
.qodef-fullscreen-menu-close-icon .qodef-hm-lines .qodef-hm-line {
   position: absolute;
   top: 5px;
   width: 18px;
   left: 3px;
   height: 2px;
   background-color: #0a0a0a;
   border-radius: 0;
   -webkit-transition: -webkit-transform .3s cubic-bezier(.77,0,.175,1);
   transition: -webkit-transform .3s cubic-bezier(.77,0,.175,1);
   transition: transform .3s cubic-bezier(.77,0,.175,1);
   transition: transform .3s cubic-bezier(.77,0,.175,1), -webkit-transform .3s cubic-bezier(.77,0,.175,1);
}
.qodef-fullscreen-menu-close-icon .qodef-hm-lines .qodef-hm-line.qodef-line-2 {
   -webkit-transform: rotate(90deg);
   transform: rotate(90deg);
}
.qodef-fullscreen-menu-close-icon:hover .qodef-hm-lines .qodef-hm-line.qodef-line-2 {
   -webkit-transform: rotate(0);
   transform: rotate(0);
}


.overlay {
   position: absolute;
   background: #fff;
   top: 0;
   left: 0;
   width: 100%;
   height: 0%;
   opacity: 0;
   visibility: hidden;
   -webkit-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
   transition: opacity 0.35s, visibility 0.35s, height 0.35s;
   overflow: hidden;
}
.overlay.open {
   opacity: 0.9;
   visibility: visible;
   height: 100vh;
   z-index: 100;
   top: -33px;
}
.overlay.open li {
   -webkit-animation: fadeInRight 0.5s ease forwards;
   animation: fadeInRight 0.5s ease forwards;
   -webkit-animation-delay: 0.35s;
   animation-delay: 0.35s;
}
.overlay.open li:nth-of-type(2) {
   -webkit-animation-delay: 0.4s;
   animation-delay: 0.4s;
}
.overlay.open li:nth-of-type(3) {
   -webkit-animation-delay: 0.45s;
   animation-delay: 0.45s;
}
.overlay.open li:nth-of-type(4) {
   -webkit-animation-delay: 0.5s;
   animation-delay: 0.5s;
}
.overlay.open li:nth-of-type(5) {
   -webkit-animation-delay: 0.55s;
   animation-delay: 0.55s;
}
.overlay.open li:nth-of-type(6) {
   -webkit-animation-delay: 0.6s;
   animation-delay: 0.6s;
}
.overlay.open li:nth-of-type(7) {
   -webkit-animation-delay: 0.65s;
   animation-delay: 0.65s;
}
.overlay.open li:nth-of-type(8) {
   -webkit-animation-delay: 0.7s;
   animation-delay: 0.7s;
}
.overlay nav {
   position: relative;
   height: auto;
   top: 50%;
   -webkit-transform: translateY(-50%);
		   transform: translateY(-50%);
   font-size: 50px;
   font-weight: 400;
   text-align: center;
}
.overlay ul {
   list-style: none;
   padding: 0;
   margin: 0 auto;
   display: inline-block;
   position: relative;
   height: 100%;
   max-width: 445px;
   text-align: left;
}
.menu.overlay ul li {
   display: block;
   height: calc(100% / 4);
   min-height: clamp(1rem, 0.025rem + 7.333vh, 6.5rem);
   position: relative;
   opacity: 0;
   border-right: none;
   padding: 0;
   margin: 0;
}
.menu.overlay ul li a.m-small{font-size: 15px !important}
.menu.internal nav ul li a {
   color: var(--textWhite);
}
.overlay.internal ul li a:after {
   background: var(--textWhite);
}
.menu.overlay.open ul li a {
   font-size: clamp(1.5rem, -0.975rem + 4.333vh, 3.5rem);
   font-weight: 800;
}
.overlay ul li a {
   display: inline-block;
   padding-bottom: .25em;
   position: relative;
   color: #0a0a0a;
   text-decoration: none;
   overflow: visible;
}
.home .site-header {
   width: 100%;
   position: absolute;
   top: 33px;
}
.home .header--container {
   max-width: 100%;
}
.home .header--menu_mobile {
   display: block;
}
.home .header--logo svg path {
   -webkit-transition: .5s all;
   transition: .5s all;
}
.home .header--logo.black svg path {
   fill: #0a0a0a;
}
@-webkit-keyframes fadeInRight {
   0% {
	   opacity: 0;
	   left: 20%;
   }
   100% {
	   opacity: 1;
	   left: 0;
   }
}

@keyframes fadeInRight {
   0% {
	   opacity: 0;
	   left: 20%;
   }
   100% {
	   opacity: 1;
	   left: 0;
   }
}

@media screen and (max-width: 1024px) {
   .header--menu_mobile {
	   display: block;
   }
   .header--menu {
	   display: none;
   }
}
/**/






/* Footer */
.site-footer {
   background: var(--green);
   padding: 55px 0 120px;
}
.site-footer span,
.site-footer a {
   color: #fff;
   font-size: 13px;
   font-weight: 300;
   line-height: 23px;
   -webkit-transition: .5s all;
   transition: .5s all;
}
.footer-logo path.cls-1 {
   fill: #fff !important;
}
.site-footer a:hover {
   color: #fff;
   text-decoration: underline;
}
.site-footer h6 {
   font-size: 15px;
   font-weight: 500;
   color: #fff;
   margin-bottom: 25px;
   text-transform: capitalize;
}
.site-footer ul {
   padding: 0;
   margin: 0;
   list-style: none;
}
.site-footer .col--1 {
   margin-top: 29px;
}
.site-footer .col--3 ul li a {
   text-transform: uppercase;
}
.footer-logo {
   width: 105px;
   margin-bottom: 25px;
   display: block;
}
.footer--content {
   display: grid;
   grid-template-columns: repeat(4, 290px);
   -webkit-column-gap: 50px;
		   column-gap: 50px;
   place-content: center;
   padding: 0 70px 65px;
   border-bottom: 1px solid #fff;
}
.footer--end {
   padding: 45px 70px 0;
   max-width: 1450px;
   margin: 0 auto;
}
.footer--end ul {
   margin-left: 165px;
   display: inline-block;
}
.footer--end span {
   color: #fff;
   font-size: 14px;
   font-weight: 500;
}
.footer--end ul li {
   display: inline-block;
   vertical-align: bottom;
}
.footer--end ul li a {
   font-size: 12px;
   color: #fff;
   font-weight: 300;
}
.separator {
   color: #fff;
   font-weight: 300;
}
@media screen and (max-width: 1420px) {
   .footer--content {
	   grid-template-columns: repeat(4, 1fr);
   }
 #page-policy.row.row--full{padding: 0 15px}
}
@media screen and (max-width: 1029px) {
   .footer--end {
	   text-align: center;
   }
   .footer--end ul {
	   display: block;
	   margin-top: 20px;
	   margin-left: 0;
   }
}
@media screen and (max-width: 768px) {
   .footer--content {
	   grid-template-columns: repeat(2, 1fr);
   }
}



/* PerchÃƒÆ’Ã‚Â¨ scegliere Elma */
.page--whyelma {
   padding: 0 50px 8em;
}
.row {
   display: grid;
   grid-template-columns: 600px 600px;
   -webkit-box-align: center;
	   -ms-flex-align: center;
		   align-items: center;
   place-content: center;
   padding-bottom: 2.5em;
}
.row h1,
.row h2,
.contact--form-intro h1 {
   color: var(--green);
   font-size: 35px;
   line-height: 42px;
   margin-top: 0;
}
.contact--form-intro h1 {
   color: #282828;
}
.inner span,
.row span,
.contact--form-intro span {
   color: #737373;
   font-size: 17px;
   font-weight: 300;
   line-height: 28px;
}
.row--img {
   max-width: 450px;
   margin: 0 auto;
}
.row--img img {
   text-align: center;
}
.row .btn {
   visibility: visible;
   display: block;
   padding: 16px 0;
}
.row.row--full {
   display: block;
   max-width: 1200px;
   margin: 0 auto;
   position: relative;
}
.row--bg {
   text-align: center;
   opacity: .15;
}
.row.row--full .row--text {
   position: absolute;
   top: 50%;
   -webkit-transform: translateY(-50%);
		   transform: translateY(-50%);
   max-width: 600px;
   left: 0;
   right: 0;
   margin: 0 auto;
}

#page-policy .row.row--full{}



/* Contact page */
#map {
   height: 100%;
   min-height: 400px;
}
.section.section--contact_info {
   max-width: 1200px;
   margin: 0 auto;
   display: grid;
   grid-template-columns: 1fr 1fr;
   padding: 80px 70px 8em;
}

.contact--form {
   text-align: center
}

.form--contact {
   max-width: 510px;
   margin: 0 auto
}

.form--row {
   text-align: center;
   margin: 10px 0;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex
}

.form--row br {
   display: none
}

#contactForm .wpcf7-form-control-wrap {
   display: block;
   width: 100%;
   margin: 8px
}

#contactForm input,#contactForm textarea,
#contactForm select {
   background: 0 0;
   font-size: 1em;
   font-weight: 300;
   padding: 20px;
   font-family: 'Roboto', sans-serif;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   color: #282828;
   width: 100%;
   border: 1px solid #737373;
   margin: 0;
   font-weight: 200;
   height: 100%;
   border-radius: 0;
}

#contactForm select {
   appearance: none;
   background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
   background-repeat: no-repeat;
   background-position: right 1rem center;
   background-size: 1em;
}

#contactForm textarea {
   resize: vertical
}

.form--row input::-webkit-input-placeholder,.form--row textarea::-webkit-input-placeholder, .form--row select::-webkit-input-placeholder {
   color: var(--green);
   opacity: 1;
   font-family: 'Roboto', sans-serif;
   font-size: 1em;
   font-weight: 200
}

.form--row input:-ms-input-placeholder,.form--row textarea:-ms-input-placeholder, .form--row select:-ms-input-placeholder {
   color: var(--green);
   opacity: 1;
   font-family: 'Roboto', sans-serif;
   font-size: 1em;
   font-weight: 200
}

.form--row input::-ms-input-placeholder,.form--row textarea::-ms-input-placeholder, .form--row select::-ms-input-placeholder {
   color: var(--green);
   opacity: 1;
   font-family: 'Roboto', sans-serif;
   font-size: 1em;
   font-weight: 200
}

.form--row input::placeholder,.form--row textarea::placeholder {
   color: var(--green);
   opacity: 1;
   font-family: 'Roboto', sans-serif;
   font-size: 1em;
   font-weight: 200
}

.form--row input:-ms-input-placeholder,.form--row textarea:-ms-input-placeholder {
   color: var(--green);
   font-family: 'Roboto', sans-serif;
   font-size: 1em;
   font-weight: 200
}

.form--row input::-ms-input-placeholder,.form--row textarea::-ms-input-placeholder {
   color: var(--green);
   font-family: 'Roboto', sans-serif;
   font-size: 1em;
   font-weight: 200
}

#contactForm .form--checkbox {
   margin-top: 0;
   text-align: left;
   -webkit-box-align: baseline;
   -ms-flex-align: baseline;
   align-items: baseline;
   padding: 0 25px
}

#contactForm .wpcf7-acceptance span {
   font-weight: 200
}

#contactForm .form--checkbox input {
   text-align: left;
   width: auto;
   margin: 2px 10px 0 0;
   -moz-appearance: none;
   -webkit-appearance: none;
   -o-appearance: none;
   outline: none;
   content: none;
   background: 0 0!important;
   -webkit-box-shadow: none;
   box-shadow: none;
   width: 10px;
   height: 10px;
   padding: 0;
   border: 1px solid transparent;
}

#contactForm .form--checkbox input:before {
   content: '';
   color: transparent!important;
   background: 0 0;
   display: block;
   width: 10px;
   height: 10px;
   border: 1px solid #737373;
   line-height: 1;
   font-size: 11px;
   cursor: pointer
}

.privacy_accept,.newsletter_accept {
   margin: 0!important
}

#contactForm .form--checkbox input:checked:before {
   background: var(--green)
}

#contactForm .form--checkbox label {
   font-size: 12px
}

#contactForm .form--checkbox label a {
   color: var(--green)
}

#contactForm .form--checkbox:first-child {
   margin-top: 200px!important
}

#contactForm .form--send {
   text-align: center
}

.form--send {
   display: block
}

.wpcf7 .ajax-loader {
   display: block;
   margin: 0 auto;
   margin-top: 10px
}

.wpcf7-not-valid-tip {
   color: #dc3232;
   font-size: 1em;
   font-weight: 400;
   display: block;
   font-size: .75em;
   margin-top: .5em;
   background: #fcfcfc;
   padding: .25em;
   position: absolute;
   left: 0;
   right: 0
}
#contactForm input.form--btn {
   display: inline-block;
   width: auto;
   padding: 16px 60px;
   border-radius: 0;
   -webkit-transition: .5s all;
   transition: .5s all;
}
#contactForm input.form--btn:hover {
   background: #000;
   color: #fff;
}

.contact--info {
   margin-top: 130px;
}
.contact--info span {
   font-size: 23px;
   font-weight: 300;
}
.contact--info span b {
   font-size: 30px;
   font-weight: 600;
}
.contact--info span a {
   color: #282828;
}


/* Page Certificazioni */
#section--certification {
   padding-bottom: 8em;
}
#section--certification ul {
   list-style: circle;
   padding: 20px 0 40px;
}
#section--certification ul li {
   margin: 14px;
   color: #282828;
   font-size: 15px;
}
.cols--2 {
   display: grid;
   grid-template-columns: auto auto;
   gap: 40px;
}
.list--2 {
   -webkit-columns: 2;
		   columns: 2;
}
#section--certification .row.row--full {
   padding: 5em 50px 0;
}

/* Page About us */
#section--aboutus .row {
   padding: 0 50px;
   padding-top: 5em;
   grid-template-columns: 50% 50%;
   max-width: 1200px;
   margin: 0 auto;
   place-items: center;
}
#section--aboutus .row span {
   display: block;
   padding-bottom: 30px;
}
#section--aboutus .row img {
   max-width: 270px;
}
#section--aboutus .stripe--content span {
   color: #737373;
   max-width: 465px;
}
.section--intro {
   position: relative;
}
.section--intro::before {
   content: '';
   background: var(--green);
   top: 0;
   left: 0;
   width: 50%;
   height: 100%;
   position: absolute;
   z-index: -1;
}
.section--intro .inner {
   max-width: 1800px;
   margin: 0 auto;
   display: grid;
   grid-template-columns: 50% auto;
   gap: 120px;
   -webkit-box-align: center;
	   -ms-flex-align: center;
		   align-items: center;
   padding: 50px;
}
.inner h1 {
   padding-right: 50px;
   color: #fff;
}
.inner span {
   padding: 1.5em 0;
}

.img-container {
   position: relative;
   overflow: hidden;
   visibility: hidden;
   line-height: 0;
}
.img-container .img-overlay {
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
   background-color: var(--green);
   z-index: 2;
   height: 420pxs;
}
.img-container img {
   -o-object-fit: cover;
	  object-fit: cover;
   height: 100%;
   width: 100%;
}

@media screen and (max-width: 1024px) {
   .section--intro .inner {
	   grid-template-columns: auto;
	   background: var(--green);
	   padding: 50px;
	   gap: 20px;
   }

   .inner h1 {
	   padding: 0;
   }
   #section--aboutus .row,
   .row {
	   grid-template-columns: 100%;
   }
   #section--aboutus .row:last-child div:first-child {
	   -webkit-box-ordinal-group: 3;
		   -ms-flex-order: 2;
			   order: 2;
   }

   .row.row--full .row--text {
	   position: relative;
	   -webkit-transform: none;
			   transform: none;
   }
   .row--img {
	   -webkit-box-ordinal-group: 0;
		   -ms-flex-order: -1;
			   order: -1;
   }
}

/* Page Collection */
#section--collection .intro {
   max-width: 600px;
   margin: 0 auto;
   margin-top: 4em;
   text-align: center;
   padding-bottom: 6em;
}
#section--collection .intro h2 {
   margin-top: 1em;
   font-size: 28px;
}
.collections--container {
   padding: 0 50px;
}
.collection--box {
   display: grid;
   grid-template-columns: auto auto;
   gap: 40px;
   place-items: center;
   padding: 40px 0;
}
.collections--container a:first-child .collection--box {
   padding-top: 0;
}
.collections--container a:last-child .collection--box {
   padding-bottom: 0;
}
.align-right {
   text-align: right;
}
.collection--box_intro h4 {
   font-size: 26px;
   color: #282828;
   margin-top: 0;
   position: relative;
   padding-left: .75em;
   display: inline-block;
}
.collection--box_intro h4::after {
   content: '';
   background: var(--green);
   width: 8px;
   height: 100%;
   position: absolute;
   left: 0;
   top: 0;
}
.collection--box_intro span {
   display: block;
}
.align-right .btn {
   margin-left: auto;
}
.collection--box_img {
   height: 100%;
   width: 100%;
}
.collection--box_img img {
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
	  object-fit: cover;
}

/*  multicolumn layout */
.row--collection {
   display: grid;
   grid-template-columns: 50% 50%;
   -webkit-box-align: center;
	   -ms-flex-align: center;
		   align-items: center;
   place-content: center;
   padding: 0;
   gap: 0;
}
.collection--box {
   display: grid;
   grid-template-columns: 50% 50%;
   gap: 0;
   padding: 0;
   place-items: center;
}
.collection--box_img .img-container {
   width: 100%;
   height: 100%;
}
.collections--container {
   padding: 0;
   display: grid;
   grid-template-columns: 50% 50%;
}
#section--collection .row--full {
   max-width: 100%;
}
.collections--container a {
   min-height: 500px;
}
.collection--box {
   height: 100%;
}
body {
   overflow-x: hidden;
}
.vc_column_container>.vc_column-inner {
   padding: 0 !important;
}

.collection--box .align-right {
   text-align: left;
}
.collection--box_intro {
   padding: 50px;
}
.collections--container a:nth-child(4n) .collection--box_img,
.collections--container a:nth-child(4n - 1) .collection--box_img {
   -webkit-box-ordinal-group: 0;
	   -ms-flex-order: -1;
		   order: -1;
}
.collection--box_img {
   overflow: hidden;
}
#section--collection .row {
   padding-bottom: 0;
}

@media screen and (max-width: 1200px) {
   .collections--container {
	   grid-template-columns: 1fr;
   }
   .collections--container a:nth-child(4n) .collection--box_img, .collections--container a:nth-child(4n - 1) .collection--box_img {
	   -webkit-box-ordinal-group: initial;
		   -ms-flex-order: initial;
			   order: initial;
   }
   .collections--container a:nth-child(even) .collection--box_img {
	   -webkit-box-ordinal-group: 0;
		   -ms-flex-order: -1;
			   order: -1;
   }
}
@media screen and (max-width: 568px) {
   .collection--box {
	   grid-template-columns: 1fr;
   }
   .collections--container a:nth-child(even) .collection--box_img {
	   -webkit-box-ordinal-group: initial;
		   -ms-flex-order: initial;
			   order: initial;
   }
}

/* fixes & responsive elements */
.stripe--img .img-container {
   height: 100%;
}
.home .stripe--content {
   padding: 50px;
}
.entry-content {
   overflow: hidden;
   margin-top: 0 !important;
}
#contactForm .wpcf7-spinner {
   display: block;
   margin: 0 auto;
   margin-top: 20px;
}

@media screen and (max-width: 860px) {
   .stripe {
	   grid-template-columns: 1fr;
   }
   #section--aboutus #stripe-1 .stripe--img {
	   -webkit-box-ordinal-group: 0;
		   -ms-flex-order: -1;
			   order: -1;
   }
   .home .stripe--content {
	   padding-left: 80px;
   }
   .home .stripe .stripe--content {
	   -webkit-box-ordinal-group: 0;
		   -ms-flex-order: -1;
			   order: -1;
   }
}
@media screen and (max-width: 768px) {
   .slider-content {
	   left: 50%;
	   width: 90%;
	   -webkit-transform: translateX(-45%);
			   transform: translateX(-45%);
   }
   .section.section--contact_info {
	   grid-template-columns: 1fr;
	   place-items: center;
	   row-gap: 80px;
   }
   .contact--info {
	   margin-top: 0;
   }
}
@media screen and (max-width: 568px) {
   .slider-content {
	   font-size: 39px;
	   line-height: 48px;
   }
   .stripe--content h2 {
	   font-size: 1.75rem;
	   line-height: 2.35rem;
   }
   .list--2 {
	   -webkit-columns: 1;
			   columns: 1;
   }
   .cols--2 {
	   grid-template-columns: auto;
   }
 .footer--content {
   grid-template-columns: repeat(1, 1fr);
}
}



/* Version popup */
.custom-model-main {
   text-align: center;
   overflow: hidden;
   position: fixed;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   -webkit-overflow-scrolling: touch;
   outline: 0;
   opacity: 0;
   -webkit-transition: opacity 0.15s linear, z-index 0.15;
   transition: opacity 0.15s linear, z-index 0.15;
   z-index: -1;
   overflow-x: hidden;
   overflow-y: auto;
}

.model-open {
   z-index: 99999;
   opacity: 1;
   overflow: hidden;
}
.custom-model-inner {
   -webkit-transform: translate(0, -25%);
   transform: translate(0, -25%);
   -webkit-transition: -webkit-transform 0.3s ease-out;
   transition: -webkit-transform 0.3s ease-out;
   transition: transform 0.3s ease-out;
   transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
   display: inline-block;
   vertical-align: middle;
   width: 95vw;
   margin: 30px auto;
   max-width: 1100px;
}
.custom-model-wrap {
   display: block;
   width: 100%;
   position: relative;
   background-color: #222221;
   color: #fff;
   border: 1px solid rgba(0, 0, 0, 0.2);
   -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
   box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
   background-clip: padding-box;
   outline: 0;
   text-align: left;
   padding: 30px;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   max-height: calc(100vh - 70px);
   overflow-y: auto;
}
.model-open .custom-model-inner {
   -webkit-transform: translate(0, 0);
   transform: translate(0, 0);
   position: relative;
   z-index: 999;
}
.model-open .bg-overlay {
   background: rgba(0, 0, 0, 0.6);
   z-index: 99;
   pointer-events: all;
}
.bg-overlay {
   background: rgba(0, 0, 0, 0);
   height: 100vh;
   width: 100%;
   position: fixed;
   left: 0;
   top: 0;
   right: 0;
   bottom: 0;
   z-index: 0;
   -webkit-transition: background 0.15s linear;
   transition: background 0.15s linear;
   pointer-events: none;
}
.close-btn {
   position: absolute;
   right: 0;
   top: -45px;
   cursor: pointer;
   z-index: 99;
   font-size: 30px;
   color: #fff;
}

.version--detail {
   display: grid;
   grid-template-areas: 'main main secondary';
   -webkit-box-align: baseline;
	   -ms-flex-align: baseline;
		   align-items: baseline;
   gap: 30px;
}
.version--info_main {
   grid-area: main;
}
.version--info_details {
   grid-area: secondary;
}
.version--image_grid {
   display: grid;
   grid-template-columns: auto auto;
   gap: 30px;
}
.version--download {
   display: grid;
   grid-template-columns: auto;
   gap: 30px;
   margin-top: 60px;
}
.version--download .btn svg path {
   fill: #fff;
}
.version--download .btn {
   border-color: #fff;
   color: #fff;
   margin: 0;
   width: auto;
   display: inline-block;
   padding: 20px 22px;
   width: 258px;
   background: #222221;
   border: 1px solid #fff;
   visibility: visible;
}
.version--download .btn:hover {
   background: #000;
}
.version--info_main h5 {
   color: #fff;
   font-size: 22px;
   font-weight: 500;
   text-transform: capitalize;
   position: relative;
   display: inline-block;
   margin-top: 0;
   margin-bottom: 30px;
   padding-left: 20px;
}
.version--info_main h5::after {
   content: '';
   background: var(--green);
   width: 8px;
   height: 100%;
   position: absolute;
   left: 0;
   top: 0;
}

.custom-model-main:before {
   content: "";
   display: inline-block;
   height: auto;
   vertical-align: middle;
   margin-right: -0px;
   height: 100%;
}

@media screen and (max-width: 768px) {
   .version--detail {
	   grid-template-areas:
		   'main main'
		   'secondary secondary';
   }
}
/*NEW HOME x FAIRS*/
.elma--hp--row {
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   margin: 0 auto;
   max-width: 1515px;
   align-items: center;
   column-gap: 15px;
   row-gap: 30px;
   width: 100%;
   padding: 0 34px;
}
.elma--hp--row p {
   padding: 0;
   margin: 0;
}
.elma--hp--clmn.middle--left--img, .elma--hp--clmn.middle--right--img {
   box-shadow: 1px 1px 16px #00000078;
   display: flex;
}

.elma--hp--clmn.left--side--clmn {
   text-align: right;
   padding-right: 15px;
}
.elma--hp--clmn.right--side--clmn {
   text-align: left;
   padding-left: 15px;
}
p.txt--line--01 {
   font-size: 25px;
   line-height: 25px;
   margin: 0;
   padding: 0;
}
p.txt--line--02 {
   font-size: 50px;
   font-weight: 700;
   margin: 0;
   padding: 0;
   line-height: 50px;
}
p.txt--line--03 {
   margin: 0;
   padding: 0;
   font-size: 30px;
   line-height: 30px;
}
p.txt--line--04 {
   margin: 25px 0 0 0;
   padding: 0;
   font-size: 40px;
   line-height: 40px;
   font-weight: 600;
}

@media screen and (max-width: 1024px) {
   .elma--hp--row {
	   grid-template-columns: repeat(2, 1fr);
	   max-width: 815px;
   }

}

@media screen and (max-width: 676px) {
   .middle--left--img {
	   order: -1;
   }
   .elma--hp--clmn.left--side--clmn {
	   text-align: left;
	   padding-right: 0;
	   padding-left: 15px;
	   transform: scale(.85);
   }
   .elma--hp--clmn.right--side--clmn {
	   transform: scale(.85);
   }
}

@media screen and (max-width: 476px) {
   .header {
	   min-height: 1620px;
   }
   .elma--hp--row {
	   grid-template-columns: 1fr;
	   max-width: 430px;
	   max-width: min-content;
   }
   .slider {
	   height: 100%;
   }
   .slider-bg {
	   height: 100%;
   }
   .elma--hp--clmn.left--side--clmn,
   .elma--hp--clmn.right--side--clmn {
	   padding: 0;
   }
}



/* Update 11/22 */
#stripe-eco {
   background-color: #4c7061;
}
#section--aboutus #stripe-eco .stripe--content span {
   color: #fff;
   font-weight: 300;
}
#stripe-eco .img-container .img-overlay {
   background-color: #4c7061;
}


.section--services .section--intro::before {
   background: var(--green);
   width: 100%;
}

.section--services .stripe--content h2 {
   padding-left: 0.75em;
}
.section--services .stripe--content h2:before {
   content: '';
   background: var(--green);
   width: 8px;
   height: 100%;
   position: absolute;
   left: 0;
   top: 0;
}

.section--services .img-container .img-overlay {
   background-color: var(--green);
}
.section--services .section--intro .inner {
   grid-template-columns: 1fr;
}

.section--services .section--intro .inner {
   background: var(--green);
}

@media screen and (max-width: 860px) {
   #stripe-services-2 .stripe--content {
	   order: -1;
   }
   .overlay.open {
	   min-height: 1000px;
   }
}









/* 2023 update */
#section--aboutus #stripe-eco .stripe--content .c-icon span {
   margin: 0;
   text-align: left;
   line-height: 1rem;
   font-size: .65rem;
   text-transform: uppercase;
   text-align: center;
}

.icon-list {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 15px;
   justify-items: center;
}

.c-icon {
   max-width: 100px;
   width: 100%;
}

#stripe-eco .stripe--content {
   padding-top: 20px;
   padding-bottom: 20px;
}

.header {
   min-height: 790px;
}

.slider {
   height: 100%;
}

.postid-2047 .version img,
.postid-1982 .version img {
   max-height: 300px;
}
.collection--detail__image img {
   width: 100%;
}

.slider h1 {
   line-height: 85px;
   color: #fff;
   margin: 0;
}

@media screen and (max-width: 1400px) {
   .slider-bg, .slider-overlay {
	   -o-object-position: 50%;
		  object-position: 50%;
   }
}

@media screen and (max-width: 1024px) {
   .inner span, .row span, .contact--form-intro span {
	   color: #fff;
   }
   .row span {
	   color: #737373;
   }
   .slider-content {
	   left: 50%;
	   transform: translateX(-50%);
   }
}
@media screen and (max-width: 500px) {
   .slider h1 {
	   font-size: 55px;
	   line-height: 60px;
   }
   .inner h1 {
        font-size: 24px;
        line-height: normal;
    }
}
@media screen and (max-width: 380px) {
   .slider h1 {
      font-size: 45px;
   }
}



/* 2024 styles */
:root {
   --pink: #b28d93;
   --grey: #8c939a;
}

/* 2025 styles */
:root {
   --green: #57745d;
}

.slider.slider-2024 {
   position: relative;
   background: var(--green);
}

img.overlay-mirror {
   position: absolute;
   height: 80%;
   top: 54%;
   transform: translateY(-50%) translateX(-30%);
}

.product-overlay {
   position: absolute;
   z-index: 2;
   right: 0;
   height: 100%;
   right: 0;
   top: 50%;
   transform: translateY(-50%);
   object-fit: cover;
}
@media screen and (max-width: 1024px) {
   .product-overlay {
	   width: 100%;
   }
}

.slider a {
   display: inline-block;
}

.reveal-text {
 visibility: hidden;
}

.line {
 position: relative;
 overflow: hidden;
 display: flex;
}

.words {
   display: grid;
   line-height: 1.15;
}

span.line:not(:first-child) {
   margin-top: -.15em;
}


.slider .btn {
   opacity: 0;
}

.home .stripe--img .img-container img {
   aspect-ratio: 97 / 75;
}
.home #stripe-5 .stripe--img .img-container img{aspect-ratio: unset;}

.home #stripe-1 .stripe--img .img-container img,
#section--aboutus .stripe--img .img-container img {
   object-position: top center;
}

#section--aboutus .stripe--img .img-container img {
   aspect-ratio: 581 / 449;
}

.page--whyelma h2, .page--whyelma h1 {
   color: #212121;
}
.collection--gallery {
   max-height: 730px;
}






/** articoli **/
.bread {
    grid-column: 1/-1;
}
.bread a{
    color: #4a4a4a;
}
.news-hp-cont{
    max-width: 1478px;
    margin: 50px auto;
    padding: 0 34px;
}
.news-hp{
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 30px;
}
.news-hp-cont-intro {}
.news-hp-cont-intro h2{font-size: 2.188rem;
    line-height: 2.375rem;
    color: var(--textColor);
    font-weight: 500;
    position: relative;}
.news-hp-cont-intro span{
    display: block;
    margin-bottom: 50px;
}
.news-hp-cont-intro a{}
.news-hp-cont-intro a .btn{}
.news-hp-cont-intro a .btn svg{}
.news-hp-cont-intro-last{}

.news-list-container{
	max-width: 1800px;
	margin: auto;
	padding: 0 50px 50px;
	display: grid;
	gap: 30px 50px;
	grid-auto-flow: dense;
	grid-template-columns: repeat(auto-fill,minmax(430px,1fr));
	justify-content: center;
	}
.news-list-container.news-list-container-hp{grid-template-columns: repeat(auto-fill,minmax(350px,1fr));padding: 0;max-width: none;}
.news-list-container .sing-news{}
.news-list-container .sing-news a{
    color: #404040;
    display: block;
}
.news-list-container .sing-news .sing-news-img{
    aspect-ratio: 900/500;
    overflow: hidden;
}
.news-list-container .sing-news .sing-news-img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .2s;
}
.news-list-container a:hover .sing-news-img img{
    scale: 1.1;
}
.news-list-container .sing-news .sing-news-title{
    margin: 20px 0 30px;
}

.single-post #primary{
	max-width: 1268px;
	margin: 50px auto;
	padding: 0 34px;
	display: grid;
	grid-template-columns: 3fr 1fr;
	grid-gap: 20px 40px;
	}
.single-post #primary h1{margin-top:0;line-height: 1.2;}
.single-post #primary .entry-meta{
    font-style: italic;
}
 .single-post #primary .wpb-content-wrapper>.vc_row{margin-left: 0; margin-right: 0;}
 .single-post .side-recent {}
 .single-post .side-recent h2 {
    margin-top: 0;
}
 .single-post .side-recent ul{
	 list-style: circle;
	 margin: 0 0 1em 1em;
	 padding-left: 3px;
	}
 .single-post .side-recent li{
	 /* color: #404040; */
	}
 .single-post .side-recent li a{color: #404040;line-height: 1;}

 @media screen and (max-width: 992px) {
	.single-post #primary{grid-template-columns: 1fr;}
 }
 @media screen and (max-width: 767px) {
.news-hp{
    grid-template-columns: 1fr;
}
 }


/* New product styles */
.available-sizes {
    display: grid;
    grid-auto-flow: row;
    margin-top: 30px;
    color: var(--green);
}
.size-row {
    display: grid;
    grid-auto-flow: row;
    gap: 10px;
    margin-bottom: 20px;
}
.size-row img {
    max-width: 360px;
    width: 100%;
}
.sizes-title p {
    font-weight: 500;
}


/* About us */
#stripe-eco {
    background: linear-gradient(to right, #e8e6e1, #d4d2cb);
}
#section--aboutus #sust-bg img {
    aspect-ratio: auto;
    margin: 0 auto;
    object-fit: contain;
    object-position: center;
    position: relative;
    left: 50%;
    transform: translateX(-50%) !important;
}
#section--aboutus #stripe-eco .stripe--content span,
#section--aboutus #stripe-eco .stripe--content .c-icon span {
   color: #57745d;
}


.page--whyelma .btn {
   width: fit-content;
}



.single-post .wpb_wrapper ul {margin-left: 0;}