/*!
/*!
Theme Name: dallagnese
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dallagnese
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.

dallagnese is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

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

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

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

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

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -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 {
	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. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

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

	.menu-toggle {
		display: none;
	}

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

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

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

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

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

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

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

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

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

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

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/* --------- SM style ------------ */
.wpml-ls-statics-footer,
.otgs-development-site-front-end,
.edit-link {
	display: none;
}
body {
	padding: 0;
	margin: 0;
	color: #181820;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 22.5px;
	background: #F7F4F3;
	letter-spacing: 0.5px;
	overflow-x: hidden;
}
.page, .post {
	margin: 0;
}
a, a:hover, a:active, a:visited, a:focus { color: #181820; }
a:focus { outline: none; }
/* Typography */
h1,.headline1,h2,.headline2,h3,.headline3,h4,h5,h6,.headline6 {
	font-family: 'Barlow', sans-serif;
	margin: 0;
}
h1,
.headline1 {
	font-style: normal;
	font-weight: 300;
	font-size: 65px;
	line-height: 78px;
	letter-spacing: -0.5px;
	color: #000000;
}
h2,
.headline2 {
	font-style: normal;
	font-weight: 300;
	font-size: 50px;
	line-height: 60px;
	letter-spacing: 0.5px;
	color: #000000;
}
h3,
.headline3 {
	font-style: normal;
	font-weight: 300;
	font-size: 28px;
	line-height: 34px;
	letter-spacing: 0.25px;
	color: #000000;
}
.headline3 ul {
  list-style-type: none;
}

.headline3 li::before {
  content: "•";
  color: black;
  /*font-size: smaller;*/
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.headline6 {
	font-family: Barlow;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.5px;
	color: #000000;
	margin-bottom: 3px !important;
}
.subtitle1 {
	font-family: 'Barlow', sans-serif;
	font-weight: 300;
	font-size: 28px;
	line-height: 34px;
	letter-spacing: 0.01em;
}
.subtitle1 p {
	margin-top: 0 !important;
}
.subtitle1 a {
	color: #181820;
}
.text {
	font-size: 14px;
}
.textCenter {
	text-align: center;
}
.margin_0_auto {
	margin: 0 auto;
}
.margin_0 {
	margin: 0 !important;
}
.white {
	color: #ffffff;
}
a.black_button {
	display: inline-block;
	background: #181820;
	border: 1px solid #181820;
	text-align: center;
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 15px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 15px 60px;
	text-decoration: none;
	transition: .4s;
}
a.black_button:hover {
	background: transparent;
	border: 1px solid #181820;
	color: #181820;
	transition: .4s;	
}
a.white_button {
	display: inline-block;
	background: transparent;
	border: 1px solid #E3E0DF;
	text-align: center;
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 15px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #181820;
	padding: 15px 60px;
	text-decoration: none;
	min-width: 250px;
	transition: .4s;
}
a.white_button:hover {
	background: #181820;
	border: 1px solid #181820;
	color: #FFFFFF;
	transition: .4s;
}
a.btn-default {
	display: inline-block;
	background: transparent;
	border: 1px solid #181820;
	text-align: center;
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 15px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	
	color: #181820;
	padding: 15px 60px;
	text-decoration: none;
	transition: .4s;
}
a.btn-default:hover {
	background: #181820;
	border: 1px solid #181820;
	color: #FFFFFF;
	transition: .4s;
}
.bg_dark_grey,
.bg_dark_grey h3,
.bg_dark_grey a.white_button,
.bg_celeste a.white_button {
	color: #FFFFFF;
}
.bg_dark_grey a.white_button:hover,
.bg_celeste a.white_button:hover {
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	color: #181820;
	transition: .4s;
}
.bg_senape a.btn-default {
	color: #4C4B41;
}
.bg_senape a.btn-default:hover {
	background: #4C4B41;
	border: 1px solid #4C4B41;
	color: #DDDBCC;
	transition: .4s;
}

.caption2 {
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.4px;
	color: #181820;
}
.body1 {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 150%;
	letter-spacing: 0.5px;
	color: #181820;
}
.body2 {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 130%;
	color: #181820;
}
#primary {
	margin: 0 auto;
	padding: 0 15px;
	min-height: 100vh;
	max-width: 1140px;
}
.mb20 {
	margin-bottom: 20px;
}
.entry-content { 
	margin: 0;
	margin-top: 147px;
}
.main-header {
	/*background: rgba(255, 255, 255, 0.4);*/
	background-color: #F6F6F6;
	padding: 0 35px;
	/*
	display: flex;
	align-items: center;
	*/
}
.main-header.white-bg {
	background-color: #FFF;
}
.smallHeader .main-header {
	background-color: #FFFFFF;
}
ul { margin: 0; }
.flex {
	display: flex;
}
.align-items-center {
	align-items: center;
}
.align-items-bottom {
	align-items: flex-end;
}
.line-height-0 {
	line-height: 0;
}
.site-header {
	width: 100%;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 30%);
    position: fixed;
    top: 0;
    z-index: 998;
}
.main-header-col-logo {
	float: left;
}
.main-header-col-logo img {
	/*
	width: 207px;
	height: 39px;
	*/
}
.main-header-col-main-menu {
	float: right;
	margin-right: 10%;
	margin-top: 5px;
}
.main-header-col-main-menu #primary-menu {
	list-style: none;
	padding: 0;
}
.main-header-col-main-menu #primary-menu li {
	display: inline-block;
	padding-left: 0;
	margin: 0;
	padding-top: 30px;
	padding-bottom: 40px;
}
.main-header-col-main-menu #primary-menu li a {
	font-family: Barlow;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0.02em;
	color: #212529;
	text-decoration: none;
	padding: 35px 20px 50px 20px;
	margin: 0 20px;
}
.main-header-col-main-menu #primary-menu li.current-page-ancestor,
.main-header-col-main-menu #primary-menu li.current-menu-item,
.main-header-col-main-menu #primary-menu li a:hover,
.main-header-col-main-menu #primary-menu li a:active,
.main-header-col-main-menu #primary-menu li a:focus {
	text-decoration: underline;
}
.main-header-col-main-menu #primary-menu li.link-menu-prodotti a {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 40px;
	padding-right: 40px;
}
.top-header {
	background: #FFFFFF;
	padding: 5px 0px;
}
.top-header-col-secondary-menu {
	text-align: right;
}
.top-header-col-secondary-menu #secondary-menu {
	list-style: none;
	padding: 0;
}
.top-header-col-secondary-menu #secondary-menu li {
	display: inline-block;
	padding-left: 0;
	margin: 0;
}
.top-header-col-secondary-menu #secondary-menu li a {
	font-family: Barlow;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.03em;
	color: #212529;
	padding: 0 25px;
	border-right: 2px solid #808080;
	text-decoration: none;
}
.top-header-col-secondary-menu #secondary-menu li a:hover,
.top-header-col-secondary-menu #secondary-menu li a:active,
.top-header-col-secondary-menu #secondary-menu li a:focus {
	text-decoration: underline;
}
.top-header-col-secondary-menu #secondary-menu li:last-child a {
	border: 0;
}
.smallHeader .top-header {
	transition: all 0.2s ease-in-out;
}
.normalHeader .top-header {
	transition: all 0.2s ease-in-out;
}
.smallHeader {
    min-height: auto;
	transition: all 0.2s ease-in-out;
}
.smallHeader .main-header-col-logo {
	margin-top: 15px;
}
.normalHeader .main-header-col-logo {
	margin-top: 40px;
}
.smallHeader .main-header-col-main-menu #primary-menu li,
.smallHeader .main-header-col-main-menu #primary-menu li a {
	padding-top: 15px;
	padding-bottom: 20px;
}
.normalHeader .main-header-col-main-menu #primary-menu li,
.normalHeader .main-header-col-main-menu #primary-menu li a {
	padding-top: 35px;
	padding-bottom: 50px;
}

#menu-products {
	/*position: absolute;*/
	position: fixed;
    background-color: #fff;
	width: 100%;
	z-index: 999;
	padding: 30px 60px 50px 60px;
	box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 30%);
	border-top: 3px solid #F7F4F3;
	opacity: 0;
	-moz-transition: opacity 0.4s;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
#menu-products.menu-products-visible {
	opacity: 1;
	display: block !important;
}
.header-menu-products {
	max-width: 100%;
	margin: 0 auto;
	max-width: 1400px;
}
#menu-products h4 {
	font-family: Roboto;
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #181820;
	margin-bottom: 10px;
}
#menu-products h4 a:focus,
#menu-products h4 a:active,
#menu-products h4 a{
	font-family: Roboto;
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #181820;
	text-decoration: none;
}
#menu-products h4 a:hover {
	text-decoration: underline;
}
#menu-products ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
	margin-bottom: 35px;
}
#menu-products ul li ul {
	margin-bottom: 0;
}
#menu-products ul li a {
	font-family: Barlow;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 160%;
	/* or 26px */
	letter-spacing: 1px;
	color: #181820;
	text-decoration: none;
}
#menu-products ul li a:hover {
	text-decoration: underline;
}
#menu-products .header-menu-products-column2 ul li {
	/*display: inline-block;*/
	/*width: 32%;*/
	margin: 0;
}

#menu-products .header-menu-products-column2 .group_menu {
	width: 25%;
	float: left;
}
#menu-products .header-menu-products-column2 ul li ul li a {
	padding-left: 10px;
}
.header-menu-products-column4 .widget_media_image {
	margin-bottom: 10px;
}
.header-menu-products-column4 p {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #212529;
	margin-bottom: 20px;
}
.header-menu-products-column4 .btn {
	font-family: Barlow;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 40px;
	display: inline-block;
	width: 100%;
	height: 42px;
	text-align: center;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #212529;
}
#masthead .wpml-ls-item .sub-menu {
    display: none;
    padding: 10px 0px;
    list-style-type: none;
    background-color: #fff;
    position: absolute;
    margin: 0;
    z-index: 10000;
    /*right: 10px;*/
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 30%);
}
.top-header-col-secondary-menu #secondary-menu .wpml-ls-item .sub-menu li:first-child a {
	padding-left: 25px;
}
#masthead .wpml-ls-item:hover .sub-menu, #masthead .wpml-ls-item:focus .sub-menu {
    display: block;
}
#masthead .wpml-ls-item .sub-menu li {
	line-height: 25px;
}
.footer {
	color: #FFFFFF;
	background: #181820;
	padding: 50px 0;
}
.footer-container {
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1140px;
}
.footer-container p,
.footer .widget {
	margin: 0;
}
.footer-container a { text-decoration: none; }
.footer-middle,
.footer-top {
	margin-bottom: 15px;
}
.footer-middle {
	min-height: 180px;
}
.footer-logo-comprex img {
	width: 132px;
	height: 22px;
}
.footer-address {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 130%;
	color: #FFFFFF;
}
.footer-address a {
	color: #FFFFFF;
}
.footer-menu-prodotti ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer-menu-prodotti ul.footer-menu-prodotti-group > li {
	margin-bottom: 5px;
}
.footer-menu-prodotti ul.footer-menu-prodotti-group > li > a {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.footer-menu-prodotti ul.footer-menu-prodotti-group > li > a:hover {
	text-decoration: underline;
}
ul.footer-menu-prodotti-tipologie {
	display: none;
	margin-bottom: 20px;
}
.footer-menu-prodotti-sottotipologie > li > a,
.footer-menu-prodotti-tipologie > li > a {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 160%;
	letter-spacing: 0.5px;
	color: #FFFFFF;
}
.footer-menu-prodotti-sottotipologie > li > a:hover,
.footer-menu-prodotti-tipologie > li > a:hover {
	text-decoration: underline;
}
ul.footer-menu-prodotti-sottotipologie {
	padding-left: 10px;
}
.footer-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer-menu ul li {
	margin-bottom: 5px;
}
.footer-menu ul li a {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.footer-menu ul li a:hover {
	text-decoration: underline;
}
.footer-menu ul li.area-riservata-footer {
	margin-top: 33px;
	padding-left: 20px;
	background-image: url(images/lock-footer.png);
	background-position: center left;
	background-repeat: no-repeat;
}
.footer-menu ul li.area-riservata-footer a {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	color: #6A6A6E;
	text-transform: none;
	text-decoration: underline;
}
.footer-newsletter h3 {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	margin: 0;
	margin-bottom: 5px;
}
.footer-newsletter input[type=email]:focus-visible,
.footer-newsletter input[type=email]:focus,
.footer-newsletter input[type=email]:active,
.footer-newsletter input[type=email] {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	color: #6A6A6E;
	border: 0 !important;
	border-radius: 0;
	border-bottom: 1px solid #FFFFFF !important;
	background-color: transparent;
	width: 100%;
	padding: 10px 0;
	margin-bottom: 30px;
	outline: none;
}
.footer-newsletter input[type=submit] {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 15px;
	text-align: center;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #212529;
	padding: 10px 15px;
	width: 160px;
	background-color: #FFF;
	border-radius: 0;
	border-color: #FFF;
}
.footer-logo-birex {
	margin-bottom: 15px;
}
.footer-piva-block a,
.footer-piva-block {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	letter-spacing: 0.4px;
	color: #6A6A6E;
}
.footer-piva-block a:hover {
	text-decoration: underline;
}
.footer-social { 
	text-align: right; 
}
.footer-social p {
	line-height: 0;
}
.footer-social a { 
	display: inline-block;
	height: 25px;
	width: 25px;
	margin-left: 10px;
}
/*
.footer-top-column1 a,
.footer-top-column1 {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 130%;
	color: #FFFFFF;
}
.footer-top-column1 img {
	
}
.footer-top-column3 ul,
.footer-top-column2 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-top-column2 ul li {
	width: 49%;
	display: inline-block;
}
.footer-top-column3 ul li a,
.footer-top-column2 ul li a {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 130%;
	text-transform: lowercase;
	color: #FFFFFF;
	display: inline-block;
	text-decoration: none;
}
.footer-top-column3 ul li a:hover,
.footer-top-column2 ul li a:hover {
	text-decoration: underline;
}
.footer-bottom-column1 { 
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.4px;
	color: #6A6A6E;
}
.footer-bottom-column1 a { 
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.4px;
	color: #6A6A6E;
	text-decoration: underline;
}
.footer-bottom-column2 { 
	font-family: Barlow;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	color: #6A6A6E;
}
.footer-bottom-column2 img.lock {
    margin-top: 2px;
    float: left;
    margin-right: 5px;
}
.footer-bottom-column2 a { 
	font-family: Barlow;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	color: #6A6A6E;
	text-decoration: underline;
}
.footer-social,
.footer-bottom-column3 { 
	text-align: right; 
}
.footer-social a,
.footer-bottom-column3 a { 
	display: inline-block;
	height: 25px;
	width: 25px;
	margin-left: 10px;
}*/
.tipologia_sezione_inevidenza {
	background-color: #F00;
}
.row_full-width {
	position: relative; 
	box-sizing: border-box;
}
.row_full-width_strecthContent {
	padding: 0 !important;
}
.bg_grey {
	background-color: #E3E0DF;
	color: #181820;
}
.bg_dark_grey {
	background-color: #32312F;
	color: #FFFFFF;
}
.bg_dark_grey .subtitle1 {
	color: #FFFFFF;
}
.bg_celeste {
	background-color: #7E9EAF;
	color: #FFFFFF;
}
.bg_senape {
	background-color: #DDDBCC;
	color: #4C4B41;
}
.row_intro h1,
.row_intro h1,
.row_ambiente_name h1,
.row_tipologia_name h1 {
	margin-top: 40px;
}
.row_intro,
.row_ambiente_intro,
.row_tipologia_intro {
	margin-top: 30px;
}
.row_tipologia_inevidenza {
	margin-top: 70px;
}
.row_tipologia_inevidenza .text{
	margin-top: 10px;
}
.row_tipologia_inevidenza .tipologia_inevidenza_button {
	margin-top: 30px;
	margin-bottom: 30px;
}
.row_tipologia_title_product {
	margin-top: 100px;
	margin-bottom: 70px;
}
.woocommerce .products ul, .woocommerce ul.products {
	margin: 0;
	margin-left: -15px;
	margin-right: -15px; 
}
.woocommerce ul.products li.product img,
.woocommerce ul.products li.product a img {
	margin-bottom: 35px;
}
.woocommerce-page.columns-2 ul.products li.product, 
.woocommerce.columns-2 ul.products li.product {
    width: 50%;
	margin-right: 0;
	padding: 0 15px;
	margin-bottom: 80px;
}
.woocommerce ul.products li.product h3,
.woocommerce ul.products li.product a h3 {
	margin: 0;
	padding:0;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-size: 28px;
}
.woocommerce ul.products li.product p.product_desc,
.woocommerce ul.products li.product a p.product_desc {
	height: 68px;
	color: #181820;
	margin: 0;
	margin-bottom: 15px;
}
.link_blocchetto a,
.link_blocchetto,
.woocommerce ul.products li.product p.product_link,
.woocommerce ul.products li.product a p.product_link {
	margin: 0;
	text-decoration: underline;
	color: #6A6A6E;
	font-size: 12px;
	line-height: 14px;
	font-weight: 500;
}
.single-product_frase_sfondo_dark_grey,
.single-product_frase_sfondo_azzurro,
.single-product_frase_sfondo_senape,
.tipologia_frase_sfondo_azzurro,
.tipologia_frase_sfondo_senape,
.frase_sfondo_senape,
.frase_sfondo_azzurro,
.frase_sfondo_dark_grey {
	padding: 75px 0;
	margin-bottom: 100px!important;
}
.frase_sfondo_grigio  {
	padding: 60px 0 50px 0;
	margin-bottom: 80px;
}
.single-product_frase_sfondo_dark_grey h2,
.single-product_frase_sfondo_azzurro h2,
.tipologia_frase_sfondo_azzurro h2, 
.frase_sfondo_azzurro h3 {
	color: #fff;
}
.row_tipologia_catalogo a {
	text-decoration: none;
	color: #181820;
}
.row_tipologia_catalogo a .tipologia_catalogo_link {
	color:#6A6A6E;
	font-size: 12px;
	line-height: 14px;
	margin-top: 20px;
	text-decoration: underline;
	font-weight: 500;
	letter-spacing: 0.5px;
}
.row_cta_footer {
	background: #32312F;
	padding-top: 100px;
	padding-bottom: 100px;
	margin-top: 150px;
	color: #fff;
}
.row_cta_footer .cta_footer_btn {
	margin-top: 30px;
}
.row_cta_footer .cta_footer_btn a {
	border: 1px solid #fff;
	font-weight: 500;
	font-size: 13px;
	line-height: 15px;
	color: #fff;
	text-decoration: none;
	padding: 15px 100px;
	display: inline-block;
	transition: .4s;
}
.row_cta_footer .cta_footer_btn a:hover {
	background-color: #fff;
	color: #32312F;
	transition: .4s;
}
.row_ambiente_sbl {
	margin-top: 80px;
}
.row_ambiente_sbl_orizzontale .ambiente_sbl_img {
	margin-bottom: 35px;
}
.row_ambiente_sbl h2 {
	margin-bottom: 10px;
}
.single-product_sbl_img,
.ambiente_sbl_img {
	position: relative;
}
.pin {
	position: absolute;
	z-index: 2;
}
.pin_desc {
	background-color: #FFFFFF;
	width: 500px;
	/*padding: 10px;*/
	position: absolute;
	z-index: 10;
	box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 30%);
	margin-top: 40px;
}
/*.pin_desc .wpb_column { padding: 0 !important; }*/
.pin_desc_img {
	line-height: 0;
	padding: 0 !important;
	min-height: 250px;
}
.pin_desc_txt {
	max-height: 250px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.pin_desc_txt p.body2 {
	max-height: 110px;
	overflow: hidden;
}
.pin_desc .body2 a {
	color: #6A6A6E;
	text-decoration: underline;
}
.single-product_immagine_ambientata {
	max-width: 1330px;
	margin: 0 auto;
	margin-bottom: 80px;
}
.single-product_template h1 {
	margin-bottom: 25px;
	text-transform: uppercase;
}
.single-product_btn_info {
	margin-top: 80px;
}
.single-product_btn_info a {
	padding-left: 0;
	padding-right: 0px;
	width: calc(50% - 8px);
	max-width: 250px;
	min-width: 0;
}
.single-product_btn_info a:first-child  {
	margin-right: 10px;
}
.single-product_caratteristica {
	margin-bottom: 100px;
}
.single-product_immagine2_caratteristica {
	margin-top: -60px;
}
.single-product_immagine3_caratteristica {
	margin-top: 80px;
}
.single-product_caratteristica h2 {
	margin-bottom: 30px;
}
.sistemi_row_submenu,
.single-product_row_submenu {
	margin: 100px 0;
	text-align: center;
	/*background: rgba(255, 255, 255, 0.4);*/
	background-color: #F6F6F6;
	padding: 20px 0;
}
.sistemi_row_submenu {
	margin-top: 65px;
	margin-bottom: 100px !important;
}
.sistemi_submenu ul,
.single-product_submenu ul {
	padding: 0;
	margin: 0 auto;
	list-style: none;
}
.sistemi_submenu_ancorato ul,
.single-product_submenu_ancorato ul {
	width: 100%;
	z-index: 998;
	/*background-color: #F6F6F6;*/
	background-color: rgba(255,255,255,0.8);
	padding: 20px 0;
	box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 30%);
}
.sistemi_submenu ul li,
.single-product_submenu ul li {
	display: inline-block;
	margin: 0 40px;
}
.sistemi_submenu ul li a,
.single-product_submenu ul li a {
	display: inline-block;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.4px;
	text-decoration-line: underline;
	text-transform: uppercase;
	color: #181820;
}
.single-product_sezione_composizioni {
	padding: 0px 0 100px 0;
}
.single-product_sezione_composizioni .subtitle1 {
	margin-bottom: 75px;
}
.single-product_composizione_item {
	margin-bottom: 65px;
}
.single-product_composizione_item_img {
	line-height: 0;
}
.single-product_composizione_item a {
	font-family: 'Roboto';
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	color: #181820;
	text-decoration: none;
}
.single-product_composizione_item h4 {
	margin: 0;
	font-family: 'Roboto';
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	color: #181820;
	margin-top: 20px;
}
.single-product_sezione_finiture {
	padding: 100px 0 0 0;
	color: #181820;
}

.single-product_download_btn {
	margin-top: 35px;
}
.single-product_row_sbl .headline3 {
	margin-bottom: 50px;
}
.ul_pp, .ul_fin, .ul_cdp, .ul_vt {
	list-style: none;
	padding: 0;
	margin: 0;	
}
.pp_container {
	padding-top: 40px;
	padding-bottom: 80px;
}
ul.ul_pp li {
	display: inline-block;
	margin: 10px 40px;
}
ul.ul_pp li a {
	display: inline-block;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.4px;
	text-decoration: underline;
	color: #181820;
	/*color: #FFFFFF;*/
	text-transform: uppercase;
}
#sezione_finiture .nm_desc,
#sezione_finiture ul.ul_pp li a { color: #FFF; }
ul.ul_pp li a:hover{
	text-decoration: none;
}
ul.ul_pp li.pp_sel a {
	font-weight: 700;
	text-decoration: none;
}

.fin_container {
	border-top: 1px solid #6A6A6E;
	/*border-top: 1px solid #FFFFFF;*/
}
#sezione_finiture .fin_container {
	border-top: 1px solid #FFFFFF;
}
.menu_fin {
	padding: 40px 0;
}
.accordion,
ul.ul_fin > li > a {
	display: block;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.4px;
	text-decoration: underline;
	color: #181820;
	/*color: #FFFFFF;*/
	text-transform: uppercase;
	margin-bottom: 15px;
}
.accordion:focus,
.accordion:hover,
ul.ul_fin > li > a:hover {
	color: #181820;
	/*color: #FFFFFF;*/
	text-decoration: none;
}
.accordion.active,
ul.ul_fin > li.fin_sel > a {
	font-weight: 700;
	color: #181820;
	/*color: #FFFFFF;*/
	text-decoration: none;
}
ul.ul_cdp {
	margin: 15px;
	margin-top: 0;
}
ul.ul_cdp > li{
	margin-bottom: 10px;
}
ul.ul_cdp > li > a {
	display: block;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.4px;
	text-decoration: underline;
	color: #181820;
	/*color: #FFFFFF;*/
	text-transform: uppercase;
}
ul.ul_cdp > li > a:hover {
	text-decoration: none;
}
ul.ul_cdp > li.cdp_sel > a {
	font-weight: 700;
	text-decoration: none;
}
.cdp_container {
	padding: 10px 0;
}
.cdp_container h4 {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #181820;
	/*color: #FFFFFF;*/
	margin-bottom: 5px;
}
.nm_desc {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 130%;
	color: #181820;
	/*color: #FFFFFF;*/
	margin-bottom: 30px;
}
.ul_vt {
	margin-bottom: 60px;
}
ul.ul_vt li {
	display: inline-block;
	margin: 0 5px 5px 0;
}
ul.ul_vt li a {
	display: block;
	line-height: 0;
}
.materiale_template ul.ul_vt li {
	width: calc(25% - 5px);
	margin-right: 1px;
}

.single-product_row_prodotti_collezione {
	margin-bottom: 100px;
}
.col_slider_prodotti h2 {
	margin-bottom: 30px;
}
.vc_column_container.col_slider_prodotti > div.vc_column-inner {
	width: auto;
	margin-right: calc(0px - ((100vw - 1040px)/2));
}
.slick_slider_prodotti .slick_slider_item a {
	text-decoration: none;
	color: #181820;
}
.slick_slider_prodotti .slick_slider_item img {
    transition: opacity 0.2s ease-in-out;
    opacity: 0.6;
    margin-right: 5px;
	margin-bottom: 30px;
}
.slick_slider_prodotti .slick_slider_item.slick-active img {
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
}
.slick_slider_prodotti .slick_slider_item p {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #212529;
	margin: 0;
}
.slick_slider_prodotti.slider_prodotti_plus .slick_slider_item .subtitle1 {
	max-width: 330px;
	color: #181820;
}
.slick_slider_prodotti.slider_prodotti_plus {
	margin-bottom: 100px;
}
.slick-prev {
	width: 34px;
	height: 34px;
	position: absolute;
	z-index: 10;
	top: calc((100% - 30px - 36px - 17px)/2);
	background-image: url(images/slick_slider_left.png);
	background-repeat: no-repeat;
	background-position: top left;
	border: 0;
	padding: 0;
	background-color: transparent;
	font-size: 0;
}
.slick-next {
	width: 34px;
	height: 34px;
	position: absolute;
	z-index: 10;
	right: 44px;
	top: calc((100% - 30px - 36px - 17px)/2);
	background-image: url(images/slick_slider_right.png);
	background-repeat: no-repeat;
	background-position: top left;
	border: 0;
	padding: 0;
	background-color: transparent;
	font-size: 0;
}

.panel {
  display: none;
  overflow: hidden;
}
.close_cdp {
	text-align: right;
}
.maniglie_img {
	margin-bottom: 50px;
}
.single-product_gotomaterioteca {
	border-top: 1px solid #6A6A6E;
	/*border-top: 1px solid #FFFFFF;*/
	padding: 50px 0;
}
.single-product_gotomaterioteca h3 {
	text-align: center;
	margin-bottom: 30px;
	color: #181820;
	/*color: #FFFFFF;*/
}
.single-product_gotomaterioteca_btn {
	text-align: center;
}
.single-product_gotomaterioteca_btn a {
	display: inline-block;
	background: transparent;
	border: 1px solid #6A6A6E;
	/*border: 1px solid #FFFFFF !important;*/
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 15px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #181820;
	/*color: #FFFFFF;*/
	padding: 15px 60px;
	text-decoration: none;
}
.single-product_gotomaterioteca_btn a:hover {
	background: #181820;
	border: 1px solid #181820;
	color: #FFFFFF;
}
.bg_dark_grey .white_button {
	display: inline-block;
	background: transparent;
	border: 1px solid #FFFFFF !important;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 15px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 15px 60px;
	text-decoration: none;
}
.bg_dark_grey .white_button:hover{
	background: #181820;
	border: 1px solid #181820;
	color: #FFFFFF;
}
/* colorbox */
#cboxOverlay {
	background-image: none !important;
	/*background-color: rgba(255,255,255,0.6) !important;*/
	background-color: rgba(0,0,0,0.7) !important;
}
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxTopCenter,
#cboxBottomCenter,
#cboxTopRight,
#cboxBottomRight,
#cboxTopLeft,
#cboxBottomLeft {
	background-image: none !important;
}
#cboxLoadedContent {
	margin: 0 !important;
}
#cboxTitle {
	/*font-family: 'Barlow';*/
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	/*line-height: 17px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #181820 !important;*/
	text-align: left !important;
	padding: 20px;
	/*height: 32px;*/
	width: calc(100% - 40px) !important;
	/*background: rgba(255, 255, 255, 0.8);*/
	background-color: #37393B;
	color: #FFFFFF !important;
	bottom: 0 !important;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.4px;
}
#cboxClose {
	top: 15px;
	bottom: auto !important;
	background-image: url(images/colorbox_close.png) !important;
	background-position: top left !important;
	width: 41px !important;
	height: 41px !important;
}
#cboxPrevious {
	top: calc((100% - 94px - 17px)/2) !important;
	bottom: auto !important;
	left: 10px !important;
	background-image: url(images/colorbox_left.png) !important;
	background-position: top left !important;
	width: 34px !important;
	height: 34px !important;
}
#cboxNext {
	top: calc((100% - 94px - 17px)/2) !important;
	bottom: auto !important;
	left: auto !important;
	right: 10px !important;
	background-image: url(images/colorbox_right.png) !important;
	background-position: top left !important;
	width: 34px !important;
	height: 34px !important;
}
#cboxLoadingGraphic {
	background-image: none !important;
}
.single-product_row_sbl {
	margin-bottom: 100px;
}
.single-product_row_catalogo_designer {
	margin-bottom: 100px;
}
.single-product_designer_image,
.single-product_catalogo_image {
	margin-bottom: 30px;
}
.single-product_catalogo_descrizione,
.single-product_designer_descrizione {
	margin-bottom: 25px;
}
.single-product_row_catalogo_designer a {
	text-decoration: none;
}
.single-product_row_catalogo_designer .single-product_cta {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.5px;
	text-decoration-line: underline;
	text-transform: uppercase;
	color: #6A6A6E;
}
.single-product_row_catalogo_designer .label {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	color: #181820;
	margin-bottom: 10px;
}
.single-product_row_catalogo_designer .subtitle1 {
	color: #181820;
}
.designer {
	margin-bottom: 80px;
	position: relative;
}
.designer .wpb_single_image {
	margin-bottom: 0;
}
.designer_right {
	padding-left: 30px;
}
.designer h2 {
	margin-bottom: 30px;
}
.designer_more {
	border-bottom: 1px solid #6A6A6E;
	position: absolute;
	bottom: 0;
	width: calc(100% - 60px);
}
.designer_more a {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #6A6A6E;
	display: block;
	margin-bottom: 10px !important;
	text-decoration: none;
	background-image: url(images/designer_arrow_right.png);
	background-position: center right;
	background-repeat: no-repeat;
	margin-right: 10px;
}
.designer_more a.active,
.designer_more a:hover {
	background-image: url(images/designer_arrow_down.png);
}
.row_realizzazioni_designer {
	margin-bottom: 80px;
}
.row_realizzazioni_designer a {
	text-decoration: none;
}
.realizzazioni_designer_item {
	margin-bottom: 80px !important;
}
.realizzazioni_designer_item_img {
	margin-bottom: 30px;
}
.row_realizzazioni_designer hr {
	background-color: #6A6A6E;
	margin: 0 !important;
}
.materiale_template .row_sezione_finiture {
	margin-bottom: 100px;
}
.materiale_template .fin_container h4 {
	margin-bottom: 10px;
}
.materiale_template .fin_container .nm_comp {
	margin-bottom: 20px;
}
.materiale_template .fin_container .nm_pdf {
	margin-bottom: 60px;
}
.materiale_template .fin_container .nm_pdf a {
	border-color: #181820;
}
.catalogo {
	margin-bottom: 100px;
}
.catalogo h2 {
	margin-bottom: 15px !important;
}
.catalogo_desc {
	margin-bottom: 30px !important;
}
.login-bar {
	float: right;
	font-family: Barlow;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.03em;
    color: #212529;
}
.secondary-menu {
	float: right;
}
.top-header-col-secondary-menu #secondary-menu li:first-child a {
	padding-left: 10px;
}

.intro-fullscreen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.intro-fullscreen:after {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
	visibility: visible !important;
}
.intro-fullscreen-home .wpb_text_column.wpb_content_element { margin-bottom: 0; }
.intro-fullscreen .vc_column-inner {
	padding: 0 !important;
}

.arrow-container .vc_column-inner {
	padding: 0 !important;
}

.arrow-down-slider {
	position: absolute;
    top: -70px;
    margin: 0 auto;
    right: 0;
    left: 0;
    width: 100%;
	cursor: pointer;
	z-index: 99;
}

.arrow-down-slider img {
animation: arrow-scroll-3d 1.7s infinite ease;
}
@keyframes arrow-scroll-3d {
0% {margin-top: 0px; margin-bottom: 10px;}
50% {margin-top: 10px; margin-bottom: 0px;}
55% {margin-top: 10px; margin-bottom: 0px;}
100% {margin-top: 0px; margin-bottom: 10px;}
}
/* Area Architetti + Area Riservata */
.area_architetti_row_content,
.area_riservata_row_content {
	padding-top: 60px;
}
.area_riservata_rivenditori_col_download,
.area_architetti_col_download {
	margin-bottom: 60px !important;
}
.area_riservata_rivenditori_row_download_first,
.area_architetti_row_download_first {
	margin-top: 60px;
}
.area_riservata_row_content .subtitle1,
.area_riservata_row_content .subtitle1 p,
.area_architetti_row_content .subtitle1,
.area_architetti_row_content .subtitle1 p {
	margin: 0 !important;
}
.area_riservata_menu ul.menu,
.area_architetti_menu ul.menu {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 20px;
}
.area_riservata_menu ul.menu li ul.sub-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-left: 15px;
}
.area_riservata_menu ul.menu li ul.sub-menu li,
.area_architetti_menu ul li {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.4px;
	text-decoration-line: underline;
	color: #181820;
	margin-bottom: 15px;
}
.area_riservata_menu ul.menu li ul.sub-menu {
	margin-bottom: 20px;
}
.area_riservata_menu ul.menu li ul.sub-menu li {
	margin-bottom: 0;
	margin-bottom: 10px;
}
.area_riservata_menu ul.menu li ul.sub-menu li a,
.area_architetti_menu ul li a {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.4px;
	text-decoration: underline;
	color: #181820;
}
.area_riservata_menu ul.menu li ul.sub-menu li.current_page_item a,
.area_architetti_menu ul li.current_page_item a {
	font-weight: 700;
}
.area_riservata_menu ul.menu li.menu-area-riservata-label > a {
	cursor: default;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.4px;
	color: #181820;
	text-decoration: none;
	text-transform: uppercase;
	margin-bottom: 10px;
	display: inline-block;
}
.area_riservata_rivenditori_row_download h4,
.area_architetti_row_download h4 {
	margin: 0;
	margin-bottom: 20px;
}
.area_riservata_rivenditori_row_download ul,
.area_architetti_row_download ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.area_riservata_rivenditori_row_download ul li,
.area_architetti_row_download ul li {
	/*width: 50%;
	float: left;*/
	margin-bottom: 15px;
}
.area_riservata_rivenditori_row_download ul li a,
.area_architetti_row_download ul li a {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.4px;
	text-decoration-line: underline;
	color: #181820;
}
.area_riservata_download h1,
.area_architetti_download h1 {
	font-size: 50px;
}
.area_riservata_download .subtitle1,
.area_architetti_download .subtitle1 {
	font-size: 24px;
	line-height: 32px; 
}
.contatti-social.wpb_content_element,
.contatti_email.wpb_content_element,
.contatti_logo.wpb_content_element {
	margin-bottom: 0;
}
.contatti_subtitle1 a {
	text-decoration: none;
}
.contatti_subtitle1 a:hover {
	text-decoration: underline;
}
.contatti_gmap_link.wpb_content_element p,
.contatti-social.wpb_content_element p,
.contatti_email.wpb_content_element p,
.contatti_logo.wpb_content_element p {
	margin-top: 0;
}
.contatti_logo.wpb_content_element {
	margin-bottom: 10px;	
}
.contatti_email.wpb_content_element {
	margin-bottom: 15px;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.02em;
	color: #181820;
}
.contatti_email a {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.02em;
	color: #181820;
	text-decoration: none;
}
.contatti_email a:hover {
	text-decoration: underline;
}
.contatti-social a {
	display: inline-block;
	width: 35px;
	height: 35px;
	margin-right: 10px;
}
.contatti_gmap_link a {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.5px;
	text-decoration-line: underline;
	color: #6A6A6E;
}
#map {
	width: 100%;
	height: 380px;
}
.box-form .btn_area_riservata {
	margin-top: 30px;
	margin-bottom: 50px;
}
.legal-consent-container .hs-field-desc.checkbox-desc {
	margin: 0!important;
}
.storie_items .vc_grid-item {
	width: calc(50% - 30px) !important;
}
.row_blocchetti_item.materioteca_item {
	margin-bottom: 80px !important;
}
.row_blocchetti_v2.row_blocchetti_v2_architetti {
	margin-bottom: 0px !important;
}
.n2-ow.button_slider a {
	padding-left: 30px !important;
	padding-right: 30px !important;
	transition: .4s !important;
}
.n2-ow.button_slider a:hover {
	color: #32312F !important;
	background-color: #fff !important;
	transition: .4s !important;
}
.row_tipologia_catalogo a .tipologia_catalogo_link,
.single-product_cta,
.woocommerce ul.products li.product p.product_link, 
.woocommerce ul.products li.product a p.product_link,
.link_blocchetto p,
.link_blocchetto a {
	transition: .2s;
}
.row_tipologia_catalogo a .tipologia_catalogo_link:hover,
.single-product_cta:hover,
.woocommerce ul.products li.product p.product_link:hover, 
.woocommerce ul.products li.product a p.product_link:hover,
.link_blocchetto p:hover,
.link_blocchetto a:hover {
	color: #181820;
	transition: .2s;
}
.footer-newsletter input[type=submit] {
	cursor: pointer;
}
.flexslider {
	margin-bottom: 0 !important;
	border: 0 !important;
}
.flex-control-nav {
	display: none;
}
.flex-direction-nav a {
	opacity: 1 !important;
}
.flex-direction-nav .flex-prev {
	left: 15px !important;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(images/slide_left.png);
}
.flex-direction-nav .flex-next {
	right: 15px !important;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(images/slide_right.png);
}
.flex-direction-nav a {
	text-indent: -9999px !important;
	content: '' !important;
	font-size: 0 !important;
}
.flex-direction-nav a:before {
	content: '' !important;
}
.grey_section .subtitle1 {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 300;
	font-size: 28px;
	line-height: 34px;
	letter-spacing: 0.01em;
	color: #181820;
}
.popup #cboxTitle { background-color: transparent; }
#colorbox, #cboxOverlay, #cboxWrapper { z-index: 9999999999 !important; }
.row_blocchetti_v3_last_news .wpb_content_element.vc_basic_grid {
	margin: 0;
}

.last-news-home .vc_gitem-row-position-top {
	display: flex;
	align-items: center;
}
.vc_gitem_row .vc_gitem-col.last-news-home-col-img {
	padding: 0;
}
.vc_gitem_row .vc_gitem-col.last-news-home-col-img .wpb_single_image {
	margin-bottom: 0!important;
}
.vc_gitem_row .vc_gitem-col.last-news-home-col-txt {
	padding: 0;
	padding-left: 50px;
}
.vc_gitem_row .vc_gitem-col.last-news-home-col-txt h2 {
	font-style: normal;
    font-weight: 300;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0.25px;
    color: #000000;
	margin-bottom:35px;
}
.home .entry-content {
	margin-top: 0px !important;
}
.intro-fullscreen-home {
	position: absolute !important;
	z-index: 90;
	width: 100vw !important;
	max-width: 100vw !important;
	left: 0!important;
}
.video-intro-fullscreen .wpb_raw_html {
	height: 100vh;
   margin: 0px;
}
.video-intro-home {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}
.video-intro-home video {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.last-news-home-col-txt .last-news-home-btn a {
	margin: 0;
    text-decoration: underline;
    color: #6A6A6E;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
	transition: .2s;
	padding: 0;
	background-color: transparent;
	border: 0;
	display: inline-block;
}
.last-news-home-col-txt .last-news-home-btn a:hover,
.last-news-home-col-txt .last-news-home-btn a:focus {
	color: #181820;
    transition: .2s;
	background-color: transparent;
	border: 0;
	 text-decoration: underline;
}
.finitura_extra_sistema {
	display: none;
}
.sistemi_item {
	margin-bottom: 120px;
}
.sistemi_item_section1 {
	margin-bottom: 50px;
}
.sistemi_item .sistemi_item_section1 h2 {
	padding: 0 35px;
	margin-bottom: 20px;
}
.sistemi_item .sistemi_item_section1 .body1 {
	padding-left: 35px;
	margin-bottom: 20px;
}
.sistemi_item_section2 {
	padding: 0 15px;
	margin-bottom: 75px;
}
.sistemi_item_column_icon {
	margin-right: 20px;
	width: 65px;
	float: left;
}
.sistemi_item_column_dati_tecnici {
	width: calc(100% - 85px);
	float: left;
}
.sistemi_item_dati_tecnici_value {
	color: #212529;
	font-family: Barlow;
	font-size: 22px;
	font-weight: 300;
	line-height: 160%;
	margin-right: 30px;
}
.sistemi_item_dati_tecnici_value ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.sistemi_item_dati_tecnici_value ul li a {
	color: #181820;
font-family: Roboto;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 220%; /* 30.8px */
letter-spacing: 0.4px;
text-decoration-line: underline;
}
.single-product_anta {
	margin-bottom: 150px;
}
.single-product_anta h3 {
	margin-bottom: 25px;
}
.single-product_anta .body1 {
	margin-bottom: 50px;
}
.single-product_anta_dettagli_item {
	margin-bottom: 30px;
}
.single-product_anta_dettagli_icon_col {
	float: left;
	padding-right: 30px;
	width: 95px;
	text-align: center;
}
.single-product_anta_dettagli_data_col {
	float: left;
}
.single-product_anta_dettagli_data {
	color: #212529;
	font-family: Barlow;
	font-size: 22px;
	font-style: normal;
	font-weight: 300;
	line-height: 160%;
}
.sistemi_item_dati_tecnici_finiture ul li a {
	text-transform: uppercase;
}