/*!
Theme Name: W-Power 1.0
Theme URI: http://underscores.me/
Author: Metodoadv S.r.l. by Silvia Mentessi
Author URI: https://metodoadv.com/
Description: Tema personalizzato per slugtema
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ims
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 with others.

slugtema is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	font-family: 'Montserrat', sans-serif;
	overflow-x: hidden;

}

body {
	background: #F2F2F3;
	font-family: 'Montserrat', sans-serif !important;
	overflow-x: hidden;
	font-size: 16px;
	/* Fallback for when there is no custom background color defined. */
}


:focus-visible {
	outline: 0;
}

/* Fonts
	 ========================================================================== */
h1 {
	font-weight: 900;
	font-size: 5.625em;
	line-height: .90;
	text-transform: uppercase;
}

h2 {
	font-weight: 400;
	font-size: 1.625em;
	line-height: 1.2;
}

h3 {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.625em;
	line-height: 1.2;
}

h4 {
	font-weight: 700;
	font-size: 1.125em;
	text-transform: uppercase;
	line-height: 1.3;
}

h5 {
	font-weight: 700;
	font-size: 1.125em;
	line-height: 1.3;
}

p {
	font-weight: 400;
	font-size: 1.125em;
	line-height: 1.45;
}

.txt-navigazione {
	text-transform: uppercase;
	font-size: 1em;
	color: #3C3C3B;
	font-weight: 700;
}

.txt-navigazione .ico {
	font-size: 2.1875em;
	margin: 0 15px;
}

.txt-navigazione:hover .ico {
	color: #3C3C3B;
	transition: all .2s;
}

.titolo-prodotto-listing {
	font-weight: 900;
	font-size: 2.625em;
	line-height: 1.2;
	text-transform: uppercase;
	color: #5B8F2E;
	margin-top: 10px;
	margin-bottom: 10px;
}

.specifica-prodotto-listing {
	font-weight: 300;
	margin: 0;
	font-size: 0.875em;
	text-transform: uppercase;
	text-align: center;
}

.titolo-categoria-listing,
.titolo-prodotti-correlati,
.titolo-tabella-tecnica {
	color: #5B8F2E;
	font-weight: 900;
	font-size: 3.75em;
	line-height: 0.90;
	text-transform: uppercase;
	text-align: left;
}

.titolo-l {
	font-weight: 900;
	font-size: 3.75em;
	line-height: 0.90;
	color: #fff;
	text-transform: uppercase;
}

.titolo-m {
	font-weight: 900;
	font-size: 2.625em;
	line-height: 1em;
	color: #fff;
	text-transform: uppercase;
}

.titolo-s {
	font-weight: 900;
	font-size: 2.15em;
	line-height: 0.90;
	color: #fff;
	text-transform: uppercase;
}

.titolo-l span,
.titolo-m span,
.titolo-s span,
.titolo-l p span,
.titolo-m p span,
.titolo-s p span {
	color: #599026;
}

/**

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

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
	font-family: 'Montserrat', sans-serif !important;
	color: #3C3C3B;
}

/**
 * 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;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

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

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
	transition: all .2s;
}

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: 600;
}

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

/**
 * 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: -1.6em;
	font-size: 15px;
	text-transform: uppercase;
}

em {
	color: inherit;
}


/* colori
	 ========================================================================== */

.txt-bianco {
	color: #fff;
}

.txt-grigio {
	color: #3C3C3B;
}

.txt-verde {
	color: #599026;
}

.bg-bianco {
	background-color: #fff;
}

.bg-smoke {
	background-color: #F2F2F3;
}

.bg-grigio {
	background-color: #3C3C3B;
}

.bg-verde {
	background-color: #5B8F2E;
}

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

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 100px #3C3C3B inset !important;
}

input:-webkit-autofill {
	-webkit-text-fill-color: #fff !important;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	/* 1 */
	overflow: visible;
	-webkit-appearance: none;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	/* 1 */
	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;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

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

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

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


/* personalizzo form */
.grid-singolo-contatto div p {
	position: relative;
}

.grid-singolo-contatto label.voce-form {
	position: absolute;
	left: 0;
	font-size: 17px;
	top: 25px;
	color: #999;
	transition: transform 150ms ease-out, font-size 150ms ease-out;
}

.grid-singolo-contatto .voce-attiva label.voce-form {
	transform: translateY(-175%);
	font-size: .6em;
}


::placeholder {
	color: #fff;
	font-family: inherit;
	font-style: inherit;
	font-size: inherit;
}

.wpcf7 form .wpcf7-response-output {
	text-align: center;
	margin: 0;
	padding: 0.3em;
}

.wpcf7-not-valid-tip {
	color: #dc3232cc;
	font-size: 0.75em;
	font-weight: normal;
	display: block;
}

.wpcf7-list-item {
	margin: 0;
}

.wpcf7-list-item-label {
	margin-left: 30px;
	font-size: 16px;
}

input[type=checkbox]:before {
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 2px;
	left: 0;
	border: 1px solid #fff;
	border-radius: 50px;
	background-color: #3b3b3c;
}

input[type=checkbox]:checked:after {
	content: "";
	display: block;
	width: 15px;
	height: 12px;
	border: solid #599026;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	left: 0;
}



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: #fff !important;
	border: transparent !important;
	border-bottom: 1px solid #fff !important;
	border-radius: 0 !important;
	background-color: transparent;
	padding: 10px 0 !important;
	margin: 15px 0;
	font-family: inherit;
	width: 100% !important;
	font-size: inherit;
}

.sezione-newsletter input[type="email"] {
	border: 0px !important;
	padding: 15px 0 !important;
	line-height: 1;
	height: auto;
	font-size: 15px;
	width: 100% !important;
}

textarea {
	min-height: 150px;
}

.info-privacy {
	font-size: 15px;
}

.wpcf7-spinner {
	display: none !important;
}

.wpcf7::-webkit-input-placeholder {
	font-size: 15px !important;
	color: #808080 !important;
}

select {
	border: 1px solid #203E54;
	padding: 14px;
	width: 100%;
	color: #203E54;
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup

/* textarea */
	{
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	/* 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;
	font-size: 15px;
	font-size: 0.9375em;
	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;
	font-size: 15px;
	font-size: 0.9375em;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}


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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	/* list-style: disc; */
	list-style: none;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

[class*=uk-modal-close-] {
	left: unset;
}

/*--------------------------------------------------------------
# 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);
	font-size: 12px;
	font-size: 0.75em;
	line-height: 1;
	padding: .6em 1em .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: #fff;
	border: 0;
	border-radius: 0;
	padding: 0;
}

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: #ccc;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
.preloader {
	background-color: #F2F2F3;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 1;
	z-index: 9999999;
}

.preloader img {
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100px;
	animation: bounce 2s ease infinite;
	filter: drop-shadow(0px 6px 4px rgb(60, 60, 59, 0.1));
}

@keyframes bounce {

	from,
	to {
		transform: scale(1, 1);
	}

	25% {
		transform: scale(0.9, 1.1);
	}

	50% {
		transform: scale(1.1, 0.9);
	}

	75% {
		transform: scale(0.95, 1.05);
	}
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #3C3C3B;
}

a:visited {
	/* color: #7DA7AC; */
}

a:hover

/* a:focus,
a:active */
	{
	color: unset;
	/* opacity: 0.8; */
}

a:focus {
	outline: none;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.site-header .hamburger-menu {
	display: none;
	border-radius: 100px;
	float: right;
	padding: 10px;
	line-height: normal;
	border: 4px solid;
	border-color: #5B8F2E #5B8F2E transparent transparent;
	transition: all .2s;
}

.site-header.uk-sticky-below .hamburger-menu span {
	color: #3C3C3B;
}

.home .site-header.uk-sticky-below .hamburger-menu span {
	color: #3C3C3B;
}

.site-header .hamburger-menu span {
	font-size: 2.125em;
	color: #3C3C3B;
	display: flex;
	align-items: center;
}

.home .site-header .hamburger-menu span {
	color: #fff;
}

.site-header .hamburger-menu:hover {
	transition: all .2s;
	animation: rotate-gradient linear 0.3s;
}

.site-header nav {
	background-color: #fff !important;
	padding-left: 20px;
}

.site-header .logo-sticky {
	display: none;
}

.site-header .lingua-sticky {
	display: none;
}

.site-header .voci-menu-sticky {
	display: none;
}

.site-header .uk-divider-vertical {
	display: none;
}

.site-header .lingua-sticky.open {
	width: 36px;
	height: 36px;
}

.site-header.uk-sticky-below {
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	background-color: #f2f2f3;
	z-index: 2000 !important;
	box-shadow: 0 0px 25px rgba(0, 0, 0, .16);
}

.site-header.uk-sticky-below .logo-header {
	display: none;
}

.site-header.uk-sticky-below .uk-divider-vertical {
	width: max-content;
	height: 20px;
	margin-left: 0;
	margin-right: 0;
	border-left: 2px solid #999;
	display: block;
}

.site-header.uk-sticky-below .logo-sticky {
	display: block;
}

.site-header.uk-sticky-below .lingua-sticky {
	font-size: 14px;
	transition: width .2s;
	font-weight: 700;
	width: 36px;
	height: 36px;
	justify-content: center;
	align-items: center;
	display: flex;
	border: 2px solid #599026;
	color: #599026;
	border-radius: 50px;
	text-transform: uppercase;
}

.site-header.uk-sticky-below .lingua-sticky .active {
	display: inline-flex;
	gap: 20px;
}

.site-header.uk-sticky-below .lingua-sticky:hover {
	border: 2px solid #3C3C3B;
	color: #3C3C3B;
	transition: all .2s;
}

.site-header.uk-sticky-below .lingua-sticky ul {
	display: none;
	transition: all .2s;
	opacity: 0;
}

.site-header.uk-sticky-below .lingua-sticky.open {
	width: 180px;
	border: 2px solid #3C3C3B;
	color: #3C3C3B;
}

.site-header.uk-sticky-below .lingua-sticky.open ul {
	display: inline-flex;
	align-items: center;
	transition: all 1s;
	opacity: 1;
	gap: 20px;
}

.site-header.uk-sticky-below .lingua-sticky.open ul li a {
	color: #999;
	margin-right: 0;
	transition: all .2s;
	font-size: 14px;
}

.site-header.uk-sticky-below .lingua-sticky.open ul li a:hover {
	color: #599026;
	transition: all .2s;
}

.site-header.uk-sticky-below .voci-menu-sticky {
	display: block;
	color: #404040;
	font-size: .8375em;
	transition: all .2s;
}

.site-header.uk-sticky-below .main-menu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
}

.site-header.uk-sticky-below .main-menu a {
	color: #404040;
	font-size: .8375em;
	transition: all .2s;
}

.site-header.uk-sticky-below .main-menu a:hover {
	color: #599026;
	transition: all .2s;
}

.site-header.uk-sticky-below .top-menu {
	display: none;
}

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: inline-block !important;
	list-style: none;
	margin: 0;
	padding-left: 0;
	margin-top: 5px;
}

.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 {
	left: 100%;
}

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

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

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: flex;
	text-align: center;
	font-size: 25px;
	line-height: 1;
	position: relative;
	width: 60px;
	height: 60px;
	right: 0;
	top: 0;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-webkit-align-items: center;
	background-color: #203E54;
}

.menu-toggle {
	float: right;
}

.menu-toggle svg {
	color: #fff;
}

.menu-toggle:hover {
	opacity: 1;
	transform: all .3s;
	background-color: #203E54;
} 

#primary-menu li a:hover {
	transition: all .2s;
}

#primary-menu li a {
	margin-right: 0;
}

.site-header .uk-offcanvas-close:hover {
	transition: all .2s;
	animation: rotate-gradient linear 0.3s;
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# 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;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
	font-size: 0.875em;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

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

.post,
.page {}

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

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/

.cursor {
	font-variation-settings:
		'FILL' 1,
		'wght' 400,
		'GRAD' 0,
		'opsz' 48;
	font-size: 24px;
	height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
ul,
li,
em,
b,
span,
small,
ol,
input {
	font-family: 'Montserrat', sans-serif;
	text-align: justify;
}

a:hover {
	text-decoration: none;
	transition: all 0.2s;
	/* opacity: 0.8; */
}


.otgs-development-site-front-end,
.wpml-ls-statics-footer {
	display: none !important;
}

img.hidden {
	opacity: 0;
	visibility: hidden;
}

a.red {
	background: #EA342A;
	border: 1px solid #EA342A;
	border-radius: 5px;
	color: white;
	font-size: 16px;
	font-weight: bold;
	text-transform: initial;
	padding: 8px 20px;
}

a.red:hover {
	background: white;
	color: #EA342A;
}


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


/*--------------------------------------------------------------
## Generali
--------------------------------------------------------------*/ 
a.prezoom img {
	transition: all 0.5s; 
	transform: scale(1.0);
}

a.prezoom:hover img {
	transition: all 0.5s; 
	transform: scale(1.05);
}

a.prezoom .uk-transition-toggle {
	transition: all 0.5s; 
	transform: scale(1.0);
}

a.prezoom:hover .uk-transition-toggle {
	transition: all 0.5s; 
	transform: scale(1.05);
}

#modal-scarica-brochure {
	z-index: 9999;
}

#modal-scarica-brochure .uk-modal-body {
	background-color: #3C3C3B;
	padding: 3em 3em 3em 3em;
	color: #fff;
	max-width: 600px !important;
}

#modal-scarica-brochure .uk-grid-margin,
.grid-singolo-contatto .uk-grid-margin {
	margin-top: 10px !important;
}

#modal-scarica-brochure .uk-modal-close-outside {
	border-radius: 100%;
	background-color: #F2F2F3;
	border: 2px solid #F2F2F3;
	padding: 10px;
	top: 20px;
	right: 20px;
	transition: all .2s;
}

#modal-scarica-brochure .uk-modal-close-outside svg {
	color: #3C3C3B;
}

#modal-scarica-brochure .uk-modal-close-outside svg line {
	stroke-width: 3px;
}

#modal-scarica-brochure .uk-modal-close-outside:hover {
	border: 2px solid #F2F2F3;
	background-color: transparent;
	transition: all .2s;
}

#modal-scarica-brochure .uk-modal-close-outside:hover svg {
	color: #F2F2F3;
}

#modal-scarica-brochure p {
	text-align: center;
	margin: 15px 0;
}

#modal-scarica-brochure .button-invia span.immagine-invia {
	padding: 0.2em 0.8em;
}

input:-internal-autofill-selected {
	background: transparent;
}

#modal-scarica-brochure .titolo-s {
	font-weight: 900;
	margin-bottom: 0;
	line-height: 0.90;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

#modal-scarica-brochure button {
	background: transparent;
	border: 0;
	padding-top: 0;
}

#modal-video-home,
#modal-video-azienda {
	z-index: 9999;
}

#modal-video-home iframe,
#modal-video-azienda iframe {
	width: 80vw;
	height: 80vh;
}

.page h1,
.archive h1,
.single h1 {
	color: #599026;
	margin-bottom: 40px;
	text-align: left;
}

.post-template-default h1 {
	color: #599026;
	margin-bottom: 40px !important;
}

.button-uno span {
	font-size: 2.25em;
	color: #fff;
	margin-right: 10px;
}

.button-uno p {
	text-transform: uppercase;
	color: #599026;
	margin: 0;
	font-weight: 700;
	text-align: left;
}

.button-uno:hover p {
	color: #fff;
}

.button-due p {
	text-transform: uppercase;
	color: #599026;
	font-size: 1em;
	margin: 0;
	font-weight: 700;
	text-align: left;
}

.button-due:hover p {
	color: #3C3C3B;
}

.button-due .img {
	display: flex;
	align-items: center;
	padding: 25px;
	background: transparent;
	border-radius: 50em;
	border: 5px solid;
	border-color: #5B8F2E transparent transparent #5B8F2E;
	margin-right: 5px;
}

.button-due .img .play {
	margin-left: 5px;
	filter: brightness(4);
}

.button-due:hover span {
	color: #3C3C3B;
	animation: rotate-gradient linear 0.3s;
}

@keyframes rotate-gradient {
	to {
		transform: rotate(-360deg)
	}
}

.button-tre .img {
	color: #fff;
	background-color: #599026;
	margin-right: 10px;
	padding: 10px 12px;
	border-radius: 50px;
	display: flex;
	align-items: center;
}

.button-tre .img .arrow {
	width: 10px;
	filter: brightness(5);
	margin-left: 3px;
}

.button-tre p {
	text-transform: uppercase;
	color: #3c3c3b;
	margin: 0;
	font-weight: 700;
	font-size: 0.875em;
	text-align: left;
}

.button-tre:hover p {
	color: #599026;
}

.button-invia span.immagine-invia {
	transition: all .2s;
	padding: 0.8em;
	border-radius: 50%;
	border: 0;
	font-size: 3em;
	background-color: #599026;
	background-image: url(img/send.svg);
	background-position-y: center;
	background-position-x: 29px;
	background-repeat: no-repeat;
	margin-right: 10px;
}

.button-invia:hover span.immagine-invia {
	transition: all .2s;
	padding: 0.8em;
	background-color: #fff;
	background-image: url(img/send-green.svg);
}

.play-video {
	opacity: 0.8;
}

.button-play-video {
	color: #fff;
	font-size: 6.25em;
	transition: all .2s;
}

a:hover .button-play-video {
	opacity: 0.7;
	transition: all .2s;
}

/* contenitori */
.contenitore-numeri {
	padding: 6.5em 0;
}

.contenitore-numeri .uk-grid-margin {
	margin-top: 1.875em;
}

.contenitore-numeri .dato {
	color: #fff;
}

.contenitore-numeri .dato .testo-numeri p {
	text-align: left;
}

.contenitore-numeri .dato .wrap-numero {
	margin-bottom: 20px;
}

.contenitore-numeri .dato .wrap-numero p,
.contenitore-numeri .dato .wrap-numero span {
	font-size: 5.1875em;
	margin: 0;
}

.contenitore-numeri .dato .wrap-numero .numero-numeri,
.contenitore-numeri .dato .wrap-numero span {
	color: #5B8F2E;
	font-weight: 700;
}


.richiedi-informazioni {
	text-align-last: center;
	padding: 3.75em 0 7.5em;
}

.richiedi-informazioni a {
	justify-content: center;
}

/* sezioni */
.sezione-azienda,
.sezione-pagina-news,
.sezione-news-singola,
.sezione-supporto,
.sezione-pagina-contatti {
	background-position: top;
	background-size: contain;
	background-repeat: no-repeat;
}

.sezione-contatti {
	padding-bottom: 11.25em;
	background: linear-gradient(to bottom, transparent 60%, #599026 40%);
}

.sezione-contatti .container-contatti {
	background-color: #3C3C3B;
	padding: 5em 5em 5em;
	color: #fff;
}

.sezione-contatti .container-contatti .titolo-s {
	font-weight: 900;
	line-height: 1;
	margin-bottom: 0;
	text-align: left;
}

.sezione-contatti .container-contatti .titolo-s span {
	color: #599026;
}

.sezione-contatti .container-contatti .grid-contatti {
	padding-top: 4em;
}

.sezione-contatti .container-contatti .grid-contatti h2 {
	text-align: left;
}

.sezione-contatti .container-contatti .grid-contatti p em {
	font-size: 0.875em;
}

.sezione-contatti .container-contatti .grid-singolo-contatto {
	text-align: left;
	margin-bottom: 3.125em;
}

.sezione-contatti .container-contatti .grid-contatti button {
	background: transparent;
	border: 0;
	padding-top: 5.5em;
	padding-left: 0;
}

.sezione-contatti .container-contatti .grid-contatti .button-invia .send {
	color: #D8D8D8;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
}

.sezione-contatti .container-contatti .grid-singolo-contatto .uk-grid-margin {
	margin-top: 40px;
}

.sezione-contatti .container-contatti .grid-contatti .pulsante-invia p {
	margin: 0 !important;
	margin-bottom: 0;
	color: #D8D8D8;
}

.sezione-correlati {
	padding-top: 3.75em;
	padding-bottom: 11.25em;
}

.sezione-correlati .titolo-prodotti-correlati {
	margin-bottom: 35px;
}

.sezione-news {
	padding-bottom: 10.75em;
}

.sezione-news .container-news {
	padding-top: 50px;
}

.sezione-news .titolo-m {
	color: #599026;
}

.sezione-news .button-due {
	justify-content: right;
	width: auto;
}

.sezione-news .button-due span {
	margin-left: 5px;
}

.sezione-news .button-due span {
	margin-left: 5px;
	background: transparent;
	border-color: transparent #5B8F2E #5B8F2E transparent;
}

.sezione-news .button-due p {
	color: #3C3C3B;
}

.sezione-news .button-due:hover p {
	color: #599026;
}

.sezione-news .uk-card-default {
	box-shadow: unset;
	transform: all .2s;
}

/* news singola */
.space .allposts span {
	font-size: 2.1875em;
	font-variation-settings:
		'FILL' 1,
		'wght' 400,
		'GRAD' 0,
		'opsz' 48;
	transition: all .2s;
}

.space .allposts:hover span {
	color: #3C3C3B;
	transition: all .2s;
	font-size: 2.5em;

}

.singola-news .uk-card-default {
	transform: all .2s;
	box-shadow: none;
}

.singola-news:hover .uk-card-default {
	transform: all .2s;
	box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
}

.singola-news .card-body h4 {
	color: #599026;
}

.singola-news:hover .card-body h4 {
	color: #3c3c3b;
}

.singola-news .card-body p {
	font-size: 0.9375em;
}

.singola-news .card-body .box-button-news {
	text-align: center;
}

.singola-news .card-body .button-tre {
	text-align: center;
	margin-top: 60px;
	display: inline-flex;
}

.singola-news:hover .card-body .button-tre span {
	background-color: #3c3c3b;
}


/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
	padding-top: 2.5em;
	padding-bottom: 2.3125em;
}

.site-header .top-menu ul {
	display: inline-flex;
	gap: 20px;
}

.site-header a:hover {
	color: #599026;
}

.site-header .top-menu a {
	font-size: 0.9375em;
	transition: all .2s;
}

.site-header .top-menu a.top-menu-link {
	margin-left: 15px;
}

.site-header .top-menu .lingua {
	display: inline-flex;
	gap: 15px;
}

.site-header .top-menu .lingua li a {
	margin-right: 0;
}

.site-header .top-menu .lingua a {
	font-size: 14px;
	transition: all .2s;
	font-weight: 700;
	width: 36px;
	height: 36px;
	justify-content: center;
	display: flex;
	border: 2px solid #3C3C3B;
	border-radius: 50px;
	text-transform: uppercase;
}

.site-header .top-menu .lingua a:hover {
	color: #599026;
	border: 2px solid #599026;
}

.site-header .top-menu .lingua a.selected {
	color: #599026;
	border: 2px solid #599026;
}

.site-header .main-menu ul {
	display: inline-flex;
	margin: 0;
	padding: 0;
	gap: 20px;
}

.site-header .main-menu a {
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 700;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
	padding-top: 6.25em;
	background-color: #3C3C3B;
	color: #fff;
	font-size: 16px;
	transition: all .2s;
}

.site-footer .prima-griglia .social {
	display: inline-flex;
	gap: 20px;
}

.site-footer .prima-griglia .social li img {
	max-height: 40px;
}

.site-footer .seconda-griglia {
	padding-bottom: 7.5em;
	text-align-last: left;
	text-align: left;
}

.site-footer .prima-griglia .logo {
	float: left;
}

.site-footer .prima-griglia .social {
	float: right;
}

.site-footer a {
	color: #fff;
	text-decoration: underline;
}

.site-footer a:hover {
	color: #a2a2a2;
}

.site-footer a:hover img {
	opacity: .4;
	transition: all .2s;
}

.site-footer .footer-bottom {
	padding-top: 35px;
	padding-bottom: 35px;
	font-size: 14px;
	border-top: 1px solid #fff;
}

.site-footer .footer-bottom span {
	padding-top: 2.1875em;
	padding-bottom: 2.1875em;
	text-transform: uppercase;
}



/*--------------------------------------------------------------
## Listing
--------------------------------------------------------------*/
.singolo-prodotto {
	padding-bottom: 4em;
	text-align-last: center;
}

.singolo-prodotto .titolo-prodotto-listing {
	text-align: center;
}

.singolo-prodotto:hover .button-tre p {
	transition: all .2s;
	color: #599026;
}

.singolo-prodotto .button-tre {
	justify-content: center;
	margin-top: 30px;
}

.sistema-prodotto-listing {
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
}

/*--------------------------------------------------------------
## Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs .aioseo-breadcrumbs {
	color: #808080;
	padding-bottom: 15px;
	z-index: 2;
	position: relative;
	text-transform: uppercase;
}

.breadcrumbs .aioseo-breadcrumbs .aioseo-breadcrumb:last-child {
	font-weight: 700;
	color: #3C3C3B;
}

.breadcrumbs .aioseo-breadcrumb-separator {
	visibility: hidden;
}

/*--------------------------------------------------------------
## Homepage
--------------------------------------------------------------*/
.home .site-header {
	position: absolute;
	z-index: 10;
	width: 100vw !important;

}

.home .site-header a {
	color: #fff;
}

.home .site-header a:hover {
	color: #599026;
}

.home .site-header .top-menu .lingua a {
	border: 2px solid #fff;
}

.home .site-header.uk-sticky-below .top-menu .lingua a {
	border: 2px solid #404040;
}

.home .site-header .top-menu .lingua a:hover {
	border: 2px solid #599026;
}

.home .site-header .top-menu .lingua a.selected {
	border: 2px solid #599026;
}

.home .button-due {
	width: fit-content;
}

.home video {
	position: relative;
}

.home .uk-overlay-primary {
	background: linear-gradient(rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.82));
}

.home .sezione-video {
	margin-top: -10.0625em;
	background-color: #3c3c3b;
	color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 100vh;
	position: relative;
}

.home .sezione-video .intro-video {
	padding-top: 13.0625em;
}

.home .sezione-video .uk-position-center-left {
	z-index: 4;
}

.home .sezione-video .intro-video h1 {
	margin-bottom: 40px;
	line-height: 1.4;
	color: #fff;
	font-size: 1.625em;
	text-transform: initial;
	font-weight: 400;
}

.home .sezione-video .button-due:hover p {
	color: #fff;
}

.home .sezione-video .uk-divider-vertical {
	height: 100%;
	border-left: 2px solid #F2F2F3;
	position: absolute;
	bottom: 0;
	z-index: 0;
	left: 0;
	right: 0;
	margin-bottom: 0;
}

.home .sezione-video .box-immagini-video {
	text-align: right;
	position: absolute;
	bottom: -60px;
	width: 100%;
}

.home .sezione-video .box-immagini-video .uk-grid {
	justify-content: right;
	position: relative;
	z-index: 3;
}

.home .sezione-video .box-immagini-video .titolo-video {
	font-size: 5.1875em;
	color: #5B8F2E;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 10px;
	font-weight: 900;
}

.home .sezione-video .box-immagini-video .sottotitolo-video {
	font-size: 1.6875em;
	color: #fff;
	letter-spacing: 1.06875em;
	text-transform: uppercase;
	margin-bottom: 40px;
	margin-top: 0;
	text-align: left;
	text-transform: uppercase;
	font-weight: 400;
}

.home .sezione-gamma {
	background-color: #3C3C3B;
	color: #fff;
	margin-top: 20px;
	position: relative;
	z-index: 2;
}

.home .sezione-gamma .descrizione {
	padding-top: 7.25em;
	padding-bottom: 7.25em;
}

.home .sezione-categorie {
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	padding-bottom: 5.5em;
}

.home .sezione-categorie .uk-divider-vertical {
	height: 10.375em;
	border-left: 2px solid #3C3C3B;
	position: relative;
	top: 0;
	z-index: 0;
	margin-bottom: 0;
}

.home .sezione-categorie .box-categorie {
	position: relative;
	z-index: 1;
	top: -50px;
}

.home .sezione-categorie .box-categorie .cat-col p {
	text-align: left;
}

.home .sezione-categorie .box-categorie .elettrico {
	margin-top: 6.75em;
}

.home .sezione-categorie .box-categorie .titolo-categoria-listing {
	margin-bottom: 35px;
	inline-size: 350px;
}

.home .sezione-categorie .box-categorie .button-due {
	margin-top: 3.75em;
	margin-bottom: 3.75em;
}

.home .sezione-categorie .box-categorie .uk-grid a:hover .button-tre p {
	color: #599026;
}

.home .sezione-numeri {
	background: linear-gradient(to bottom, #3C3C3B 70%, transparent 30%);
	padding-top: 6.25em;
	padding-bottom: 10.75em;
}

.home .sezione-numeri .titolo-l {
	font-weight: 900;
	line-height: 0.90;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0;
	text-align: right;
}

.home .sezione-numeri .contenitore-descrizione-numeri p {
	color: #fff;
}

.home .sezione-numeri .contenitore-descrizione-numeri img {
	text-align: center;
}

/*--------------------------------------------------------------
## Azienda
--------------------------------------------------------------*/
.page-template-page-azienda h1 {
	color: #599026;
}

.page-template-page-azienda .sezione-obiettivo-azienda {
	padding-top: 3.75em;
	padding-bottom: 7.5em;
}

.page-template-page-azienda .sezione-numeri-azienda {
	background: linear-gradient(to bottom, #3C3C3B 70%, transparent 30%);
	padding-top: 6.25em;
}

.page-template-page-azienda .sezione-numeri-azienda .titolo-l {
	font-weight: 900;
	line-height: 0.90;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0;
	text-align: right;
} 

.page-template-page-azienda .sezione-numeri-azienda .contenitore-numeri a:hover p {
	color: #599026;
	transition: all .2s;
}

.page-template-page-azienda .sezione-numeri-azienda .contenitore-descrizione-numeri {
	text-align: center;
	color: #fff;
}

.page-template-page-azienda .sezione-numeri-azienda .contenitore-descrizione-numeri .uk-inline,
.sezione-numeri-azienda .contenitore-descrizione-numeri .uk-inline img {
	width: 100%;
}

.page-template-page-azienda .sezione-supporto-azienda {
	padding-bottom: 9.75em;
}

.page-template-page-azienda .sezione-news {
	padding-bottom: 9.75em;
}

.page-template-page-azienda .sezione-news .titolo-m {
	color: #599026;
}

.page-template-page-azienda .sezione-news .button-due {
	justify-content: right;
}

.page-template-page-azienda .sezione-news .button-due span {
	margin-left: 5px;
}


/*--------------------------------------------------------------
## Tax Prodotti
--------------------------------------------------------------*/
.tax-cat_prodotti .sezione-categoria {
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
}

.tax-cat_prodotti .sezione-categoria .box-prodotti {
	padding-top: 7.5em;
	padding-bottom: 8.75em;
}

.tax-cat_prodotti .sezione-categoria .box-prodotti .button-tre {
	justify-content: center;
	margin-top: 30px;
}

/*--------------------------------------------------------------
## Single Prodotti
--------------------------------------------------------------*/
.single-prodotti .sezione-single-prodotto {
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
}

.single-prodotti .sezione-single-prodotto .introduzione-singolo-prodotto h1 sup {
	color: #599026;
	font-size: 34px;
}

.single-prodotti .sezione-single-prodotto .introduzione-singolo-prodotto p {
	font-size: 1.625em;
}

.single-prodotti .sezione-single-prodotto .introduzione-singolo-prodotto p {
	font-size: 1.625em;
}

.single-prodotti .sezione-single-prodotto .descrizione-singolo-prodotto {
	padding-top: 2.875em;
	padding-bottom: 7.5em;
}

.single-prodotti .sezione-single-prodotto .descrizione-singolo-prodotto .cta-prodotto {
	margin: 45px 0;
}

.single-prodotti .sezione-single-prodotto .descrizione-singolo-prodotto .cta-prodotto .button-due {
	margin: 30px 0;
}

.single-prodotti .sezione-box-prodotto {
	background: linear-gradient(to bottom, #3C3C3B 60%, transparent 40%);
	padding-top: 4.6875em;
	padding-bottom: 3.75em;
}

.single-prodotti .sezione-box-prodotto .titolo-m {
	font-weight: 900;
	margin: 0;
	text-align: left;
}

.single-prodotti .sezione-box-prodotto .titolo-m span {
	color: #599026;
}

.single-prodotti .sezione-box-prodotto .contenitore-titolo {
	padding-bottom: 3.75em;
}

.single-prodotti .sezione-box-prodotto .contenitore-vantaggi {
	color: #fff;
}

.single-prodotti .sezione-box-prodotto .contenitore-vantaggi .uk-grid p {
	text-align: left;
}

.single-prodotti .sezione-box-prodotto .contenitore-vantaggi .uk-grid-margin {
	margin-top: 1.25em;
}

.single-prodotti .sezione-box-prodotto .contenitore-descrizione {
	color: #fff;
	padding-top: 3.75em;
}

.single-prodotti .sezione-box-prodotto .contenitore-descrizione.contenitore-descrizione-quadro-elettrico,
.single-prodotti .sezione-box-prodotto .contenitore-descrizione.contenitore-descrizione-dettagli {
	padding-top: 0;
}

.single-prodotti .sezione-tabella-categoria {
	padding-bottom: 11.25em;
}

.single-prodotti .sezione-tabella-categoria .tabella-tecnica .uk-grid-margin {
	margin-top: 0;
}

.single-prodotti .sezione-tabella-categoria .titolo-tabella-tecnica {
	margin-bottom: 35px;
}

.single-prodotti .sezione-tabella-categoria p sup {
	font-size: 10px;
	top: -1.3em;
}

.single-prodotti .sezione-tabella-categoria .tabella-tecnica .box-tabella {
	padding: 20px 0;
	text-align: left;
	font-size: 1em;
	border-bottom: 1px solid #ccc;
}

.single-prodotti .sezione-tabella-categoria .tabella-tecnica .box-tabella p {
	margin: 0;
}

.single-prodotti .sezione-tabella-categoria .tabella-tecnica .box-voce-tabella {
	font-weight: 700;
}

.single-prodotti .slider-prodotto {
	padding: 3.75em 2.5em;
	background-color: #fff;
	position: relative;
}

.single-prodotti .slider-prodotto .uk-slider {
	margin-top: 1.875em;
	text-align: center;
	margin-top: 1.875em;
	color: #3b3b3c;
}

.single-prodotti .slider-prodotto .uk-slider p {
	margin-bottom: 0;
	font-size: 1em;
	text-align: left;
}

.single-prodotti .slider-prodotto .uk-slider strong {
	color: #599026;
}

.single-prodotti .slider-prodotto .slider-porodotto-arrows svg {
	color: #5B8F2E;
	width: 1.5em;
}

.single-prodotti .slider-prodotto .slider-porodotto-arrows svg:hover {
	color: #3c3c3b;
}

.single-prodotti .slider-prodotto .slider-porodotto-arrows svg polyline {
	stroke-width: 2px;
}

/*--------------------------------------------------------------
## Single post
--------------------------------------------------------------*/
.single-post .sezione-news-singola .sezione-contenuto-news-singola .space {
	padding-top: 7.5em;
}

.single-post .sezione-news {
	padding-top: 11.25em;
}

/*--------------------------------------------------------------
## Privacy e Cookie Policy
--------------------------------------------------------------*/
.sezione-privacy {
	padding-bottom: 9.75em; 
	background-size: contain;
	background-repeat: no-repeat;
} 
  
.sezione-privacy h1 {
	overflow-wrap: break-word;
}

.sezione-privacy p, 
.sezione-privacy h4 {
	font-size: 0.8em; 
}

.sezione-privacy ul {
	list-style: disc;
	margin: 0; 
}

.sezione-privacy ul li { 
	margin: 10px 0;
	font-size: 0.8em; 
}

.sezione-privacy a {
	font-weight: 600;
	color: #599026;
}

.sezione-privacy a:hover {
	text-decoration: underline;
}

/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/
.error-404 {
	padding: 5em 0;
	text-align-last: center;
}

.error-404 .txt-404 {
	font-size: 1.8em;
	letter-spacing: 1.06875em;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-top: 0;
	left: 0.55em;
	color: #599026;
	position: relative;
}

.error-404 img {
	width: 18.75em;
} 

/*--------------------------------------------------------------
## Supporto
--------------------------------------------------------------*/
.page-template-page-supporto .sezione-supporto .sezione-elenco-supporti {
	padding-top: 7.5em;
	padding-bottom: 11.25em;
}

/*--------------------------------------------------------------
## News
--------------------------------------------------------------*/
.page-template-page-news .sezione-pagina-news .container-news {
	padding-top: 3.75em;
	padding-bottom: 11.25em;
}


/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Contatti
--------------------------------------------------------------*/
.page-template-page-contatti .sezione-pagina-contatti .sezione-descrizione-contatti {
	padding-top: 7.5em;
	padding-bottom: 3.75em;
}

.page-template-page-contatti .sezione-pagina-contatti .sezione-info-contatti {
	padding-top: 2.5em;
}

.page-template-page-contatti .sezione-pagina-contatti .sezione-info-contatti .griglia-contatti-generali div p {
	margin-top: 0;
}

.page-template-page-contatti .sezione-info-filiali {
	padding-bottom: 14.375em;
}


/*--------------------------------------------------------------
## Media query
--------------------------------------------------------------*/

@media screen and (min-width: 1720px) {
	body {
		font-size: 21px;
	}

	sup {
		top: -2.2em;
	}

	input[type=checkbox]:before {
		top: 7px;
	}

	input[type=checkbox]:checked:after {
		top: 7px;
	}

}

@media screen and (max-width: 1720px) {
	.button-tre .img {
		padding: 9px 10px;
	}

	.button-tre .img .arrow {
		width: 7px;
		margin-left: 2px;
	}

	.button-invia span.immagine-invia {
		background-position-y: 22px;
		background-position-x: 24px;
		background-size: 25px;
	}
} 

