/*!
Theme Name: masiero
Theme URI: http://underscores.me/
Author: gionni
Author URI: http://underscores.me/
Description: Custom theme for Masiero website
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: masiero
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.

masiero 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%;
	--scroll-behavior: smooth;
	scroll-behavior: smooth;

}
html * {
	scroll-behavior: smooth;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	scroll-behavior: smooth;

}

/**
 * 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;
	display: block;
	width: 100%;
	height: auto;
}

/* 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: "canada-type-gibson", sans-serif;
	font-size: 1.15rem;
	line-height: 2;
	font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
h1, h2, h3 {
	font-family: "ivypresto-display",serif;
	font-weight: 300;
	line-height: 1.5;
}
h3,h4,h5,h6 {
	font-weight: 300;
}
h1 {
	font-size: 5.5rem;
}
h2 {
	font-size: 4.5rem;
}
h3 {
	font-size: 2.5rem;
	line-height: 1.5;
}
h4{
	font-size: 1.2rem;
	line-height: 1.45em;
}
h5 {
	font-size: 1.3rem;
	line-height: 2.1rem;
}
h6 {
	font-size: .9rem;
	text-transform: uppercase;
	color: rgba(33, 33, 33, 0.5);
	margin: 0 0 .5em 0;
}
p {
	margin-bottom: 1.5em;
}
p:first-child {
	margin-top: 0;
}
dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "ivypresto-display",serif;
	font-weight: 300;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: "ivypresto-display",serif;
	font-weight: 300;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #F4F4F4;
}

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: 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #909090;
	text-decoration: none;
}

a:visited {
	color: #909090;
}

a:hover,
a:focus,
a:active {
	color: #404040;

}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
	text-decoration: underline;

}


/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	/* border: 1px solid;
	border-color: #212121;
	border-radius: 0;
	background: #212121;
	color: rgba(255, 255, 255, 1); */
	border: 0;
	background: none;
	/* border-bottom: 1px solid #212121; */
	text-transform: uppercase;
	text-decoration: underline;
	line-height: 1;
	/* font-size: 14px; */
	padding: 0.6em 2em 0.4em;
	cursor: pointer;

}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #000;
}

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: #000;
	outline: none;
}

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: #212121;
	border: 0;
	border-bottom: 1px solid #212121;
	border-radius: 0;
	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: #212121;
}

input[type="text"], input[type="email"], input[type="tel"] {
 border: 0;
 background: transparent;
 color: #212121;
 border-bottom: 1px solid #212121;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus {
	border-bottom: 1px solid #212121;
	outline: 0;
}
.custom-product-request input[type="text"], .custom-product-request input[type="email"], .custom-product-request input[type="tel"] {
 color: white;
 border-bottom-color: white;
}
.custom-product-request input[type="text"]:focus, .custom-product-request input[type="email"]:focus, .custom-product-request input[type="tel"]:focus {
	border-bottom-color: white;
}


input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="tel"]::placeholder {
	font-style: italic;
}







select {
	display: inline-block;
	font-weight: 300;
	color: #212121;
	padding: 3px 15px 0 0;
	width: auto;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: 0;
	border-bottom: 1px solid #212121;
	box-shadow: 0;
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	/* background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), */
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB2aWV3Qm94PSIzLjEyOCA3MS4wOSA0OTUuMzEyIDM4NC43NCIgd2lkdGg9IjQ5NS4zMTIiIGhlaWdodD0iMzg0Ljc0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOmJ4PSJodHRwczovL2JveHktc3ZnLmNvbSI+CiAgPHBhdGggZD0iTSAtMjUwLjc4NCAtNDU1LjgzIEwgLTMuMTI4IC03MS4wOSBMIC00OTguNDQgLTcxLjA5IEwgLTI1MC43ODQgLTQ1NS44MyBaIiBzdHlsZT0iZmlsbDogcmdiKDMzLCAzMywgMzMpOyBwYWludC1vcmRlcjogZmlsbDsiIHRyYW5zZm9ybT0ibWF0cml4KC0xLCAwLCAwLCAtMSwgMCwgMCkiIGJ4OnNoYXBlPSJ0cmlhbmdsZSAtNDk4LjQ0IC00NTUuODMgNDk1LjMxMiAzODQuNzQgMC41IDAgMUBiMDAyODgyNiIvPgo8L3N2Zz4='),
	  linear-gradient(to bottom, transparent 0%, transparent 100%);
	background-repeat: no-repeat, repeat;
	background-position: right 1px top 50%, 0 0;
	background-size: .65em auto, 100%;
}
select::-ms-expand {
	display: none;
}
select:hover {
	border-color: #888;
}
.custom-product-request select {
	border-bottom-color: white;
	color: #909090;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB2aWV3Qm94PSIxOTEuNDQ5IDU3LjYzIDQ5NS4zMTIgMzg0Ljc0IiB3aWR0aD0iNDk1LjMxMiIgaGVpZ2h0PSIzODQuNzQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggZD0ibS0yNTAuNzg0LTQ1NS44MyAyNDcuNjU2IDM4NC43NGgtNDk1LjMxMnoiIHRyYW5zZm9ybT0ibWF0cml4KC0xLCAwLCAwLCAtMSwgMTg4LjMyMTQyNiwgLTEzLjQ1OTk4KSIgc3R5bGU9ImZpbGw6IHJnYigyNTUsIDI1NSwgMjU1KTsiLz4KPC9zdmc+'),linear-gradient(to bottom, transparent 0%, transparent 100%);

}
.custom-product-request .hs-fieldtype-select label, .custom-product-request .hs-fieldtype-textarea label {
	color: white;
}
.custom-product-request .hs-fieldtype-textarea textarea {
	background-color: rgba(255, 255, 255, 0.8);
}
.custom-product-request  input[type=submit] {
	color: white;
}
.custom-product-request .inputs-list label {
	color: white;
}
select:focus {
	/*border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;*/
	outline: none;
}
select option {
	font-weight:normal;
}

textarea {
	width: 100%;
}

.hbspt-form fieldset.form-columns-2,.hbspt-form fieldset.form-columns-1, .hbspt-form .hs-submit {
	max-width: 90%;
	margin: 0 auto;
}
.hbspt-form fieldset.form-columns-2 {
	margin: 1em auto;
}
.hbspt-form fieldset.form-columns-1 {
	margin: 2em auto;
}
.legal-consent-container .hs-richtext {
	font-size: .7rem;

}
.inputs-list li {
	list-style: none;
}
.legal-consent-container .hs-form-booleancheckbox-display {
	display: flex;
	align-items: center;
}
.legal-consent-container .hs-form-booleancheckbox-display>span {
	line-height: 1.5rem;
}
.hs-submit .actions input[type=submit] {
	border: 0;
	border-radius: 0;
	background: none;
	text-decoration: underline;
	padding: 0;
	font-size: 1.3rem;
	cursor: pointer;
}
ul.inputs-list {
	margin-left: 0;
	padding-left: 0;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.header-content, main#primary, footer#colophon {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;

}


.page-intro-wrapper {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;

}
h1.entry-title {
	padding: 0 80px;
}
.header-content {
	display: flex;
  justify-content: space-between;
	position: relative;
	padding:36px 80px;
	z-index: 10;
	margin: 0 auto;
	background: #fff;
}
footer#colophon {
	background: #fff;
	position: relative;
}
header#masthead {
	position: absolute;
	z-index: 10;
	width: 100%;
}
.page-inner-width {
	position: relative;
}
.content-inner-width {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

body.page main#primary > article > .entry-content > *:not(.full-page-intro-background, .inpage-header, .download-wrapper, .custom-product-gallery), body.blog main#primary > *, body main#primary article .page-inner-width {
	width: 100%;
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1rem;
	padding-right: 1rem;
}

a.discover__all__sizes {
    background: black;
    padding: 8px 12px;
    border-radius: 10px;
    color: white;
    font-size: 0.7em;
    text-transform: uppercase;
}


a.discover__all__sizes:hover {
    background: grey;
text-decoration: none; 
    color: white;
    
}


body.blog main#primary > header {
	max-width: 1920px;
	background: white;
}
footer#colophon, body.page main#primary article.page > .entry-content {

}
#page {
	position: relative;
}
main#primary {
	background: #F4F4F4;
	position: relative;
	padding-top: 106px;
	padding-bottom: 4rem;

}
body.section-atelier, body.collection-page-atelier main#primary, body.section-atelier main#primary {
	background: #DCDDDE;
}

body.page.home main#primary, body.page.featured-image main#primary, body.archive-news main#primary, body.single-post main#primary {
	padding-top: 0;
}
body.page:not(.collection-page) header#masthead, body.blog header#masthead  {
/* max-height: 35vh; */
/* height: 100vh; */
}
body.page.home header#masthead .header-content, body.page.featured-image header#masthead .header-content, body.archive-news header#masthead .header-content, body.single-post header#masthead .header-content {
	background: none;
	color: white;
}
body.page main#primary article.page > .entry-content > .full-page-intro-background, body.single-post main#primary article.post > .entry-content > .full-page-intro-background, body.page.featured-image main#primary article.page > .entry-content > .full-page-intro-background, body.page main#primary article.page .inpage-header  {
	width: 100%;
	max-width: 1920px;
		margin: 0;
}
body main#primary > article > .entry-content > .fullpage-width {
	width: 100%;
	max-width: 1920px;
}
.inpage-header {
	background: white;
	padding: 0 13.1%;
	overflow: hidden;
}
.inpage-header h1 {
	margin-bottom: 1rem;
	line-height: 1;
}

/*
body.page main#primary article.page > header {
	background: #fff;
}
body.page main#primary article.page > header h1 {
	margin-top: 0;
}
body.page.featured-image main#primary article.page > header {
	background: none;
	color: white;
}
body.page.featured-image main#primary article.page > header {
	height: calc(80.5vh - 44px);
}
body.page.featured-image.admin-bar main#primary article.page > header {

}
body.page.featured-image header#masthead {
	position: relative;
	background: none;
}*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
div.msr-spacer {
	height: 3rem;
}
p.site-title {
	margin: 0;
}
.site-title a {
	font-size: 2rem;
	color: red;
	text-decoration: none;
	font-weight: bold;
}
.home h1, .featured-image .entry-header h1 {
	display: none;
}

.page-intro-wrapper {
	position: absolute;
	top: 40vh;
	transform: translateY(-50%);
	padding: 0 20%;
	margin: 0;
	overflow: hidden;
	z-index: 2;
	color: white;
	align-items: center;
	justify-content: space-around;
}
.custom-logo {
	filter: none;
	-webkit-filter: none;
}
.msr-mm-open .custom-logo, .home .custom-logo, .page-id-186 .custom-logo, .page-id-3622 .custom-logo,  .archive-news .custom-logo, .featured-image.section-news .custom-logo, .section-outdoor .custom-logo, .mega-menu-open .custom-logo {
	filter: brightness(100) saturate(0);
	-webkit-filter: brightness(100) saturate(0);
	-webkit-transform: translateZ(0);
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
}
body.page main#primary article.page > .entry-content .page-intro-wrapper, body main#primary article > .entry-content > .background-extra {
	width: 100%;
	max-width: 100%;
}
body.page-id-186 main#primary article > .entry-content > .wp-block-columns.page-intro-wrapper {
	width: 100%;
	    max-width: 1440px;
	    margin-left: auto;
	    margin-right: auto;
			padding: 0;
}
.page-intro-wrapper h1 {
	text-align: center;
}
main#primary > article.page > .entry-header, main#primary > article.project > .entry-header {
	display: flex;
	background: white;
}
article > .entry-header {
	justify-content: center;
}
main#primary > article.project > .entry-header h1 {
	width: 100%;
	max-width: 1440px;
	margin: auto;
}
.background-extra {
position: absolute;
top: 0;
left: 0;
right: 0;
}
.wp-block-image.full-page-intro-background > img, .full-page-intro-background .wp-block-image > img {
	width: 100%;
	max-width: 1920px;
  max-height: 80.5vh;
  object-fit: cover;
	display: block;
}
body.archive-news main#primary article.page > .entry-header {
	display: none;
}

/*
.full-page-intro-background {
	position:absolute;
	top: 0;
	left: 0;
	right: 0;
	max-height: 80.5vh;
	text-align: center;
}*/
/*
.full-page-intro-background img {
	width: 100%;
	max-width: 1920px;
  max-height: 80.5vh;
  object-fit: cover;
	display: inline-block;
	position: relative;
}*/
.full-page-intro-background .hp-slider {
	/*width: 100%;
	max-width: 1920px;
	max-height: 80.5vh;
	object-fit: cover;
	display: inline-block;
	position: relative;*/

}
.full-page-intro-background .hp-slider .n2-ss-slider .n2-ow-all a {
	color: white!important;
}
body.home {

}
body.page main#primary article.page > .entry-content > .wp-block-lazyblock-full-width-block {
	max-width: 1920px;

}
div#n2-ss-3 .n2-ss-slider-2, div#n2-ss-3 .n2-ss-layers-container {
	/* max-height: 80.5vh; */
}
body.page main#primary article.page > .entry-content > .fullwidth-banner-block {
max-width: 100%;
}
.fullwidth-content-block {
	position: relative;
}
.fwb-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 3rem;
	color: white;
}
.fwb-text a {
	text-decoration: none;
}
.big-black-contacts {
	background-color: #383838;
	color: white;
	padding: 10vh 0;
}
.big-black-contacts .wp-block-column:first-child {
	padding-left: 10vw;
	padding-right: 5vw;
}
.big-black-contacts h1 {
	line-height: 1.3em;
	margin: 0 0 0 0;
}
.contacts-header {
	padding-top: 10vh;
	padding-bottom: 10vh;
}
.custum-product-intro .wp-block-column {
	margin-left: 0;
}
.collection-page-raqam .entry-content, .collection-page-cubo .entry-content, .collection-page-galassia .entry-content {
margin-bottom: 0;
padding-bottom: 0;
}
.collection-page-raqam main#primary, .collection-page-cubo main#primary, .collection-page-galassia main#primary {
padding-bottom: 0;
}
.collection-page-raqam .inpage-header, .collection-page-cubo .inpage-header, .collection-page-galassia .inpage-header  {
	padding-top: 4vh;
	padding-bottom: 4vh;
}
.custom-product-img-gallery {
	overflow: hidden;
}
.custom-product-img-gallery h2 {
	margin: 0 0 0 10vw;

}
.custom-product-img-gallery .product-gallery {
	margin-top: 0;
}
.modules-carousel {
	margin-bottom: 15vh;
}
.m-details {

}
.modules-carousel .cycle-slide {
	margin-right: 20px;
}
.modules-carousel  .msr-popup-container > h4 {
	float: left;
	margin: 0 0 16px 0 ;
}
.modules-carousel  .msr-popup-container > a.msr-popup {
	float: right;
}
.modules-carousel  .msr-popup-content img {
width: 40%;
height: auto;
display: block;
margin-right: 16px;
float: left;
}
.modules-carousel .msr-popup-content {
	height: auto;
	padding: 32px;
}
.modules-carousel .card-carousel-item:hover {
	background-color: transparent;
    transition: background-color 500ms ease;
    cursor: pointer;
}
.custom-modules-cards, .tri-column-info {
	margin-top: 15vh;
}
.custom-modules-cards h2, .custom-modules-cards h6, .tri-column-info h2, .tri-column-info h6 {
	margin: 0;
}
.tri-column-info h2 {
	margin-bottom: 5vh;
}
.custom-product-gallery {
	/* overflow-x: hidden; */
	min-height: 620px;
}

.concepts-list {
	margin: 15vh 0 0 0;
}
/* COLLEZIONE */
.msr-family-navigation-item {

}
.msr-family-navigation-grid .tb-masonry {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-column-gap: 20px;
		row-gap: 0.005rem;
}
.colbigcard {
	width: 100%;
	padding: 0;
	margin: 0;
	height: 100%;
}
.colbigcard .tb-brick__content {
	padding: 0;
	margin: 0;
	height:100%;
}
.colbigcard .tb-brick__content .colbigcard-content {
	background-color: white;
	padding: 0 24px 24px 24px;
	display: flex;
    flex-direction: column;
		height:100%;
}
.colbigcard:hover .tb-brick__content .colbigcard-content {
	background-color: transparent;
	transition: background-color 500ms ease;
	cursor: pointer;
}
.colbigcard-content .tb-heading a {
	color: inherit;
}
.colbigcard-header {

}
.entry-content .family-grid .wpv-collage{
	grid-column-gap: 2rem;
	grid-row-gap: 2rem;
}
.entry-content .family-grid .wpv-collage > div:nth-child(6n + 1),  .entry-content .family-grid .wpv-collage > div:nth-child(6n + 5) {
	grid-area: auto / auto / span 2 / span 6;
}
.entry-content .family-grid .wpv-collage > div:nth-child(6n + 2), .entry-content .family-grid .wpv-collage > div:nth-child(6n + 3), .entry-content .family-grid .wpv-collage > div:nth-child(6n + 4), .entry-content .family-grid .wpv-collage > div:nth-child(6n + 6) {
	grid-area: auto / auto / span 1 / span 6;
}

.card-image-link {
	height: 43vh;
	min-height: 81%;
	max-height: 370px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

}
.wpv-collage > div:nth-child(6n + 1) .card-image-link, .wpv-collage > div:nth-child(6n + 5) .card-image-link {
	height: 100%;
	padding-top: 100%;
	min-height: auto;
	max-height: fit-content;
}
.card-image-link img {
	object-fit: cover;
	height: 100%;
	object-position: center;
	width: 100%;
}
.family-grid .wpv-collage > div:nth-child(6n + 2) .colbigcard-header, .family-grid .wpv-collage > div:nth-child(6n + 3) .colbigcard-header, .family-grid .wpv-collage > div:nth-child(6n + 4) .colbigcard-header {
	order: 2;
}
.family-grid .wpv-collage > div:nth-child(6n + 2) .colbigcard-content, .family-grid .wpv-collage > div:nth-child(6n + 3) .colbigcard-content, .family-grid .wpv-collage > div:nth-child(6n + 4) .colbigcard-content {
	padding-top: 24px;
	padding-bottom: 0;
}
.family-grid .download-link-pdf {
	float: right;
	line-height: 2.2rem;
	display: block;
	margin: 1em 0 .5em 0;

}
.family-grid h4 {
	margin: .6em 0 .5em 0;
	float: left;
	line-height: 2.2em;
}
.entry-content .hp-family-grid .wpv-collage > div:nth-child(1) {
	grid-area: auto / auto / span 2 / span 6;
}
.entry-content .hp-family-grid .wpv-collage > div:nth-child(2) {
	grid-area: 2 / 7 / span 2 / span 6;
}
.entry-content .hp-family-grid .wpv-collage > div:nth-child(3) {
	grid-area: auto / auto / span 2 / span 6;
}
.entry-content .hp-family-grid .wpv-collage > div:nth-child(4) {
	grid-area: 4 / 7 / span 1 / span 6;
}

.hp-family-grid .wpv-collage > div:nth-child(6n + 2) .colbigcard-header, .hp-family-grid .wpv-collage > div:nth-child(6n + 3) .colbigcard-header, .hp-family-grid .wpv-collage > div:nth-child(6n + 4) .colbigcard-header {
	order: unset;
}
.hp-family-grid .wpv-collage > div:nth-child(6n + 2) .colbigcard-content, .hp-family-grid .wpv-collage > div:nth-child(6n + 3) .colbigcard-content, .hp-family-grid .wpv-collage > div:nth-child(6n + 4) .colbigcard-content {
	padding-top: inherit;
	padding-bottom: 24px;
}
.hp-family-grid .wpv-collage > div .card-image-link {
	height: 100%;
	padding-top: 140.564%;

}
.entry-content .hp-family-grid .wpv-collage {
	grid-template-rows: 15fr 15fr 15fr 15fr;
}
.hp-catalog-grid-link {
	height: 100%;
	text-align: center;
	position: relative;
}
.hp-catalog-grid-link a {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.msr-company-nav {
	position: -webkit-sticky;
			position: sticky;
			top: 0;
			background: #F4F4F4;
z-index: 9;
}
.msr-company-nav > ul {
	position: relative;
}

/* COMPANY */
.msr-company-nav ul {

	    z-index: 99;
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    margin-top: 5vh;
	    margin-bottom: 4vh;
	    padding-top: 2vh;
	    padding-bottom: 0vh;
	    -webkit-box-pack: center;
	    -webkit-justify-content: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	    -webkit-box-align: center;
	    -webkit-align-items: center;
	    -ms-flex-align: center;
	    align-items: center;

}
.msr-company-nav ul li {
	display: block;
	list-style: none;
	margin: 0!important;
	padding: 0!important;
}
.msr-company-nav ul li a {
	display: block;
	padding: 0px 32px 16px;
	border-bottom: 1px solid rgba(33, 33, 33, 0.5);
	opacity: 0.5;

  color: #212121;
  text-decoration: none;
}
.msr-company-nav ul li a:hover {
	opacity: 1;
  text-decoration: underline;
	-webkit-transition: all 200ms ease;
	transition: all 900ms ease;
}
.msr-company-nav ul li a.toc-active {
	border-bottom-color: #212121;
  opacity: 1;
	-webkit-transition: all 200ms ease;
	transition: all 900ms ease;
}
.msr-company-nav ul li a:focus {
	outline: 0;
}
#about, #values, #history, #materials {
	line-height: 1rem;
	padding-top: 100px;
}
.msr-company-nav-content {

}
.msr-company-nav-content .wp-block-columns {
	margin-bottom: 15vh;
}
.msr-company-nav-content .wp-block-column > h3 {
	margin-top: 0;
}
.msr-company-nav-content .tb-grid h3 {
	margin: 0;
}
.msr-company-nav-content > div.wp-block-toolset-blocks-grid.tb-grid {
	    grid-row-gap:15vh;
			margin-bottom: 30vh;
}

.history-carousel {
		padding-bottom: 15vh;
}
.history-carousel h3 {
	font-family: "ivypresto-display",serif;
	font-size: 4rem;
	margin-top: 0;

}
.history-carousel h4 {
	font-weight: normal;
	font-size: 1.2rem;
	margin-bottom: .9em;
}
body.page main#primary > article > .entry-content {

}
body.page main#primary > article > .entry-content > .card-carousel {
max-width: 1920px;
display: flex;
justify-content: center;
overflow: hidden;
}
.card-carousel .wpv-view-output {
max-width: 1440px;
width: 100%;
}

.card-carousel .js-wpv-loop-wrapper {
	/*display: flex;
	justify-content: space-between;*/
	max-width: calc(100% + ((100vw - 1440px) / 2));
	width: 1920px;
	z-index: 8;
	overflow-y: visible!important;
}
.card-carousel .cycle-carousel-wrap {
	display: flex;
}
.card-carousel-item {
	width: 100%;
	max-width: 300px;
	min-width: 300px;
	min-height:344px;
	margin-right: 20px;
	background: white;
	padding: 16px;
	display: flex;
	flex-direction: column;
	flex-grow: 0;
}
.card-carousel-item * {
	white-space: normal;
}
.card-carousel-control {
	display: flex;
	justify-content: flex-end;
	padding: 10px 0;
}
.cc-left, .cc-right {
	height: 1.5em;
	widht: 1.5em;
	cursor: pointer;
	font-size: 2rem;

}
.cc-left:hover, .cc-right:hover {
	opacity: .7;
}
.materials-gallery {
	/* max-width: calc(100% + 12,5%);
	margin-right: 0;
	margin-left: auto; */
}
.materials-gallery .wp-block-columns {
	display: flex!important;
}
.msr-company-nav-content .materials-gallery {
	position: relative;
	z-index: 8;
}
.msr-company-nav-content .materials-gallery .wp-block-columns {
	margin: 0;
}
.materials-gallery .cycle-pager {
	position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 40px;
  line-height: 20px;
  z-index: 101;
  color: rgba(33, 33, 33, 0.3);
  cursor: pointer;
}
.materials-gallery .cycle-pager-active {
	color: rgba(33, 33, 33, 0.5);
}
.visually-hidden {
	visibility: hidden;
}
/* Navigation
--------------------------------------------- */
.site-branding {
	z-index: 10001;
}
#site-navigation {
	z-index: 10000;
	display: flex;
	justify-content: flex-end;
}
.site-branding, #site-navigation {
	width: 13vw;
}
/* SEARCH WIDGET */
#site-navigation .search-toggle:before {
	font-size: 2.5rem;
	display: inline-block;
	line-height: 1;
	width: 2rem;
	cursor: pointer;
	height: 2rem;
vertical-align: inherit;
color: #212121;
z-index: 10000;
}
.search-toggle:hover:before {
	opacity: .5;
}
#search-widget-wrapper {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: none;
	max-width: none;
	max-height: none;
	width: 100vw;
	height: 100vh;
	background: #212121;
/* display: flex; */
	align-items: center;
	justify-content: center;
}
#search-widget-wrapper.msr-popup-show {
	display: flex;
}
#search-widget-wrapper .msr-popup-close {
	color: white;
	top: 39px;
	right: 6vw;
}
#search-widget-wrapper  > form {
	border-bottom: 1px solid rgba(255,255,255,.5);
	width: 100%;
	max-width: 50%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#search-widget-wrapper input[type="text"] {
	font-size: 4rem;
}
.msr-popup-container #search-widget-wrapper input[type="text"] {
	color: white;
}
#search-widget-wrapper button.site-search-submit {
	background-color: white;
	color: #212121;
	height: 4rem;
	font-size: 1rem;
	padding: 0 3rem;
	border: 0;
	outline: 0;
	border-radius: 0;
	cursor: pointer;
	text-decoration: none;
}
#search-widget-wrapper  button.site-search-submit:hover {
	background-color: rgba(255,255,255,.5);
}

#search-widget-wrapper form select {
	display: none;
}
/* TOP NAV */

#top-nav {
	display: inline-block;
	vertical-align: middle;
	z-index: 0;
}

#top-nav ul.menu {
	list-style: none;
	margin: 0;
	padding-left: 0;
	vertical-align: middle;
    display: inline-block;
}
#top-nav ul.menu > li {
	margin: 0;
	padding: 0 10px;
	display: inline-block;
	cursor: pointer;
}
#top-nav ul.menu li > a {
	text-decoration: none;
	color: inherit;
	z-index: 3;
}
body.page-id-186.featured-image #top-nav ul.menu > li > a, body.page.home #top-nav ul.menu > li > a, body.msr-mm-open #top-nav ul.menu > li > a {
	color: white;
	text-decoration: none;
}
body.msr-mm-open #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link.msr-icon-burger,  body.home #site-navigation .search-toggle:before, body.msr-mm-open #site-navigation .search-toggle:before {
	color: white;
	transition: color 200ms linear;
}
#top-nav ul.menu > li > a:hover {
	text-decoration: underline;
}
#msr-mega-menu-area {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 1920px;
	width: 100%;
	display: none;
	z-index: -1;
}
#top-nav ul.menu > li:first-child:hover #msr-mega-menu-area {
	display: block;
	height: auto;

}
#msr-mega-menu-area > div {
	display: flex;
	justify-content: center;
	width: 100%;
}
#msr-mega-menu-area .wpv-loop {
	display: inline-flex;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 90px;
	width: 100%;
	max-width: 45%;
	justify-content: space-between;
}
#msr-mega-menu-area .wpv-loop > li {
	display: inline-flex;
	padding: 0;
	margin: 0;
	overflow: visible;
	flex-grow: 1;

}
#msr-mega-menu-area .wpv-loop li:first-child .msr-mega-menu-content-wrapper{
	padding-bottom: 4vh;
	display: flex;
}

#msr-mega-menu-area .wpv-loop li:nth-child(2):hover .msr-mega-menu-content-wrapper{


}
#msr-mega-menu-area .wpv-loop li:nth-child(3):hover .msr-mega-menu-content-wrapper{

}
#msr-mega-menu-area .wpv-loop li:hover .msr-mega-menu-content-wrapper {


}
#msr-mega-menu-area[data-section="mm-dimore"] {
	background-color: rgb(181, 135, 139, 1);
}
#msr-mega-menu-area[data-section="mm-atelier"] {
	background-color: rgb(175, 154, 133,1);
}
#msr-mega-menu-area[data-section="mm-outdoor"] {
	background-color: rgb(18, 37, 56,1);
}
#msr-mega-menu-area {
	transition: background-color 0.5s ease;
}

.msr-mega-menu-content-wrapper {
	display:none;
	position: absolute;
	top: 0;
	left: 0;
	max-width: 1920px;
	width: 100%;
	padding: calc(120px + 8rem) 0 0 0;
	height: auto;
	z-index: -1;
	order: 0;
	color: white;


}

#msr-mega-menu-area .wpv-loop > li h4 {

	font-size: 3rem;
	margin: 0;
	font-weight: 300;
	text-align: center;
	z-index: 10;
	flex-grow: 1;
}
#msr-mega-menu-area .wpv-loop > li h4 a {
	color: rgba(255,255,255,.6);
	display: block;
	text-decoration: none;
}

#top-nav ul.menu > li:first-child:hover #msr-mega-menu-area .wpv-loop:hover > li:first-child h4 a {
	color: rgba(255,255,255,.6);
}
#top-nav ul.menu > li:first-child:hover #msr-mega-menu-area .wpv-loop > li:first-child h4 a, #top-nav ul.menu > li:first-child:hover #msr-mega-menu-area .wpv-loop > li:first-child:hover h4 a {
	color: rgba(255,255,255,1);
}

#msr-mega-menu-area .wpv-loop > li:hover h4 a {
	color: rgba(255,255,255,1);
}
.msr-mega-menu-content-inner {
	display: flex;
	/* align-items: flex-start; */
	overflow: hidden;
	width: 100%;
}
.msr-mega-menu-content-inner > * {
	width: 100%;
	max-width: 50%;

}
.msr-mega-menu-content-inner > img {
	object-fit: cover;
}
#msr-mega-menu-area .wpv-loop > li{

}

#msr-mega-menu-area .wpv-loop > li .msr-mega-menu-content-wrapper  {
	/*opacity: 0;*/
		display:none;
}

#top-nav ul.menu > li:first-child:hover #msr-mega-menu-area .wpv-loop > li:not(:hover) .msr-mega-menu-content-wrapper {

}
#top-nav ul.menu > li:first-child:hover #msr-mega-menu-area .wpv-loop > li:first-child:not(:hover) .msr-mega-menu-content-wrapper {

}
#msr-mega-menu-area .wpv-loop > li:hover .msr-mega-menu-content-wrapper {
	/*opacity: 1;*/
	display: flex;
	/* transition: background-color 1s ease; */
	z-index: 9
}

.msr-mega-menu-text {
	padding: 0 15% 0 10%;
}
.msr-mega-menu-text h3 {
	margin-top: 0
}
.product-menu-selection {
	margin-top: 4vh;
	font-size: 1.1em;
width: 60%;
margin: 4vh auto 0 auto;
padding: 0 0 0 3vw;
border-left: 1px solid white;
}

.product-menu-selection h6 {
color: rgba(255,255,255,0.5);
font-size: inherit;

}
.product-menu-selection input[type="radio"] {
	display: none;
}
.product-menu-selection label {
	color: rgba(255,255,255,0.5);
	line-height: 2.5em;
}
.product-menu-selection label:hover {
	color: white;	cursor: pointer;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item:first-child {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item:nth-child(2) {
	flex-grow: 0;
}
/*
#msr-mega-menu-area .wpv-loop:not(:hover) > li:first-child .msr-mega-menu-content-wrapper {
	opacity: 1;
	transition: opacity 1s ease;
}
#msr-mega-menu-area .wpv-loop:hover  > li:first-child .msr-mega-menu-content-wrapper {
	opacity: 0;
	transition: opacity 1s ease;
}
#msr-mega-menu-area .wpv-loop:not(:hover) > li:first-child:hover .msr-mega-menu-content-wrapper {
	opacity: 1;
	transition: opacity 1s ease;
}

#msr-mega-menu-area .wpv-loop:hover > li:first-child:not(li:first-child:hover) .msr-mega-menu-content-wrapper {
	opacity: 0;
}



#msr-mega-menu-area .wpv-loop  > li:not(li:first-child) .msr-mega-menu-content-wrapper {
	opacity: 1;
}

#msr-mega-menu-area .wpv-loop  > li .msr-mega-menu-content-wrapper {
	opacity: 0;
	transition: opacity 1s ease;
}
#msr-mega-menu-area .wpv-loop  > li:first-child .msr-mega-menu-content-wrapper {
	opacity: 1;
	transition: opacity 1s ease;
}
#msr-mega-menu-area .wpv-loop:hover  > li .msr-mega-menu-content-wrapper {
	opacity: 0;
	transition: opacity 1s ease;
}

#msr-mega-menu-area .wpv-loop:hover  > li:first-child:hover .msr-mega-menu-content-wrapper {
	opacity: 1;
	transition: opacity 1s ease;
}

#msr-mega-menu-area .wpv-loop > li:hover .msr-mega-menu-content-wrapper {
	opacity: 1;
	transition: opacity 1s ease;
}
*/

.main-navigation {
	display: block;
	width: 200px;
}

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



.burger-nav #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > ul.mega-sub-menu {
	position: fixed;
	top: 0;
	left: 0!important;
	width: 100%;
	height: 100vh;

	align-items: center;
	background: linear-gradient(to right, #AEB8C2 0%, #AEB8C2 50%,#ffffff 50%,#ffffff 50%,#ffffff 100%);
	padding-left: 0;
	padding-right: 0;
	justify-content: center;
	display: none;
}
.burger-nav #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
	display: flex;
}
.burger-nav #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item > a.msr-icon:before {
	font-family: "msr-icons";
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
	display:flex;
	height: 100%;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu {
	display: flex;
	width: 100%;
	margin: 0 auto;
	max-width: 1920px;
}
/*
.featured-image a.msr-icon-burger:before, .featured-image .search-toggle:before, body.home.page .search-toggle:before, body.home.page a.msr-icon-burger:before,
.page-template-default:not(.section-dimore, .section-atelier) a.msr-icon-burger:before, .page-template-default:not(.section-dimore, .section-atelier) .search-toggle:before, .msr-header-white a.search-toggle:before, .msr-header-white  a.msr-icon-burger:before {
	color: white !important;
}*/
.featured-image a.msr-icon-burger:before, .featured-image .search-toggle:before, body.home.page .search-toggle:before, body.home.page a.msr-icon-burger:before, .msr-header-white a.search-toggle:before, .msr-header-white  a.msr-icon-burger:before, .archive-news a.msr-icon-burger:before, .archive-news .search-toggle:before, .section-outdoor a.search-toggle:before, .section-outdoor a.msr-icon-burger:before {
	color: white !important;
}


.page-template-default:not(.section-dimore, .section-atelier) a.msr-icon-burger:before, .page-template-default:not(.section-dimore, .section-atelier) .search-toggle:before {
	color: #212121;
}

.msr-mmm-close, .msr-popup-close {
	z-index: 10000;
	position: absolute;
	display: none;
	right: 82px;
	top: 8px;
}
.msr-mmm-close span, .msr-popup-close span {
	display: inline-block;
position: static;
margin: 0;
vertical-align: top;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: inherit;
background: transparent;
height: auto;
width: auto;
top: auto;
font-size: 3.5rem;
}

.mega-toggle-on .msr-mmm-close {
	display: block;
	cursor: pointer;
}


#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link[role=button] {
	font-size: 2.5rem;
}
.burger-nav #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > ul.mega-sub-menu .mega-sub-menu {

}
.burger-nav #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > ul.mega-sub-menu .mega-menu-column {
	display: flex;
	justify-content: center;
	align-items: center;
}
.burger-nav #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > ul.mega-sub-menu .mega-menu-column:nth-child(2) .mega-sub-menu {
	max-width: 768px;
	width: 100%;
}
.burger-nav #mega-menu-wrap-menu-1 #mega-menu-menu-1  > li.mega-menu-item > ul.mega-sub-menu .mega-menu-columns-1-of-2 .mega-sub-menu {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}
.mmm-msr-news-slider > .mega-sub-menu > li.mega-menu-item {
	flex-direction: column;
}
ul.mega-sub-menu ul#menu-main-nav, ul.mega-sub-menu ul#menu-main-nav-english {
	display: block;
	margin: 0;
	padding: 0;
}
ul.mega-sub-menu ul#menu-main-nav li, ul.mega-sub-menu ul#menu-main-nav-english li {
font-size: 3rem;
line-height: 3rem;
display: flex;
align-items: center;
text-align: center;
list-style: none;
margin-bottom: 4rem;
}
ul.mega-sub-menu ul#menu-main-nav li a, ul.mega-sub-menu ul#menu-main-nav-english li a {
	color:white;
	text-decoration: none;
	margin: auto;
}
.burger-nav .pagination-dots>li>a {
	border: 1px solid #dee2e6;
}

.burger-nav .pagination-dots .active-dot a {
	border-color: #404040
}
.burger-nav .pagination-dots a:hover, .burger-nav .pagination-dots .active-dot a {
	background-color: #404040
}
.burger-nav .pagination-dots .active-dot a:focus {
	outline: 0;
}
.menu-burger-extra-links-container {

}
#menu-burger-extra-links, #menu-burger-extra-links li {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
#menu-burger-extra-links {
	display: flex;
	width: 100%;
}
#menu-burger-extra-links li {
	display: block;
	flex-grow: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: .5rem 0;
}
#menu-burger-extra-links li:first-child {
	border-right: 1px solid white;
}
#menu-burger-extra-links li a {
	color: white;
}
#menu-burger-extra-links li a:hover {
	color: white;
}
/* 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;
}

.updated:not(.published) {
	display: none;
}
.entry-content {
	padding-bottom: 5rem;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 0 0 0;
}

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

/* HOMEPAGE */

#hp-subtitle {
	margin-top: 18vh;
	margin-bottom: 8vh;
	padding-right: 10vw;
}
.hp-company .wp-block-column:first-child figure {
	max-width: 90%;
	width: 100%;
}
.hp-company .wp-block-column:not(:first-child) {
padding-right: 20vw;
}
#hp-collezioni .hp-collezioni-item h3 {
	margin: 1em 0;
}
#hp-collezioni .tb-grid-column:first-child > .hp-collezioni-item:first-child {
	margin-bottom: 25px;

}
.hp-collezioni-title {
	font-size: 4rem;
	margin-top: 4rem;
}
.hp-catalogs-donwload-link {
	margin-top: 30vh;
}
.featured-project-banner, .featured-designer-banner {
margin: 10vh 0 20vh;
height: 100vh;
max-height: 660px;
}
.featured-project-banner, .featured-designer-banner figure {
	max-height: 600px;
	height:100%;
}
.featured-project-banner, .featured-designer-banner figure img {
	object-fit: cover;
	object-position: top;
	display: block;
	width: 100%;
	height: 100%;

}
.featured-project-banner .project-banner-container.tb-container {
padding: 20% 6vw;
height: 100vh;
max-height: 660px;
display: flex;
flex-direction: column;
justify-content: center;
padding-left: 6vw!important;
position: relative;

}
.project-collage-container .wpv-collage > div > .tb-container {
	position: relative;
}
.featured-project-banner .project-banner-container.tb-container:before, .project-collage-container .wpv-collage > div > .tb-container:before, .full-page-intro-background > figure:before, figure.full-page-intro-background:before {
	content: "";
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.featured-project-banner .project-banner-container.tb-container > *, .project-collage-container .wpv-collage > div > .tb-container > * {
	z-index: 1;
	transform: rotate(360deg);
}
.project-banner-container h2, .featured-designer-banner h2 {
	font-size: 4rem;
	margin: 0;
}
.featured-designer-banner h2 {

}
.featured-designer-banner .wp-block-column:first-child .designer-banner-text {
width: 100%;
max-width: 550px;
}
.designer-banner-text .tb-field, .designer-banner-text .tb-fields-and-text {
	margin-left: 5vw;
	margin-top: 2vh;
}
.designer-banner-text .tb-field {
	font-size: 1.3rem;
}
.designer-banner-text .tb-fields-and-text {
	margin-top: 10vh;
}
.designer-banner-text .tb-fields-and-text a {
	font-size: 1.3rem;
}
.newsletter-banner {
	background: white;
	padding: 3rem 10vw;
}
.newsletter-banner .wp-block-column:first-child {
	margin-right: 15vw;

}
.newsletter-banner .wp-block-column:first-child h2 {
	font-size: 1.8rem;
}
.hp-latest-news-wrapper {
	margin-top: 15vh;
}
.hp-latest-news-wrapper .tb-grid-column .tb-field {
	display: inline-block;
}
.hp-latest-news-wrapper .wp-block-image {
margin-bottom: 1.2em;
}
.hp-latest-news-wrapper h3.tb-heading {
	margin-top: 0;
	font-size: 1.8rem
}
.hp-latest-news-wrapper  h2.hp-latest-news-block-heading {
	font-size: 2.5rem;
	margin-bottom: 1.4rem;
}
/* NEWS/POSTS */
#wpv-view-layout-265 .news-grid-element .tb-field {
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 10px;
	display: inline-flex;
	padding: 0.35em 1em 0.35em 0;
	border: 1px solid transparent;
	vertical-align: middle;
	font-size: .9em;
}
.news-grid-element .tb-fields-and-text {
	display: inline-block;
}
 .cat-label {
	border: 1px solid #333;
	border-radius: 2em;
	padding: 0.4em 1em 0.35em;
	margin: 0;
	margin-bottom: 0;
	margin-right: 10px;
	line-height: 1em;
	display: inline-flex;
	text-transform: uppercase;
	font-size: 0.8rem;
vertical-align: middle;
}
.cat-label a {
	color: #212121;
}
.news-grid-element h3 {
	font-size: 1.6rem;
	line-height: 1.45em;
	margin: .1em 0 0 0;
}
.news-grid-element h3 a {
	color: #212121
}
.news-grid-element .tb-image {
	margin-bottom: .5em;
}
.news-hero-date {
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 10px;
	display: inline-flex;
	padding: 0.35em 1em 0.35em 0;
	border: 1px solid transparent;
	vertical-align: middle;
	font-size: .9em;
}
.wpv-collage .cat-label {
	display: inline-block;
	border-color: white;
}
.single-post .page-intro-wrapper .cat-label, .news-hero .cat-label {
	border-color: white;
	margin-bottom: 0;
}
.news-hero .cat-label a {
	color: white;
}
.archive-news .news-hero {
	position: relative;
}
.news-hero .page-intro-wrapper {
	bottom: 7vh;
	top: auto;
	transform: none;
	padding: 0 1rem;
}
.news-hero .page-intro-wrapper > div, .page-intro-wrapper.news-hero > div {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding-right: 15vw;
}
.wp-block-toolset-blocks-container.tb-container.page-intro-wrapper.news-hero > div {
	padding-left: 1rem;
	padding-right: 15vw;
	padding-bottom: 7vh;
}
.news-hero .page-intro-wrapper .read-more {
	color: white;
}
.page-intro-wrapper.news-hero {
	padding: 0;
	width: 100%;
	max-width: 100%;
	top: auto;
	bottom: 0;
	transform: none;
}
.page-intro-wrapper.news-hero h1, .news-hero h2 {
	text-align: left;
	margin: 0;
	font-size: 5rem;
	line-height: 1.2em;
}
.single-post .news-hero-wrapper > div {
	position: relative;
}
.news-hero h2 {
	margin: 0 0 .05em 0;

}
.news-hero h2 a {
	color:white;
	text-decoration: none;
}
#wpv-view-layout-265 .news-grid-element h2 {
	margin: 0;
}
.news-cat-filter, .tabbed-filter {
	margin-bottom: 3rem;
	margin-top: 3rem;
}
.news-cat-filter .wpv-custom-search-filter__input, .tabbed-filter .wpv-custom-search-filter__input{
	display: flex;
	justify-content: center;
}
.news-cat-filter .wpv-custom-search-filter__input .radio input, .tabbed-filter .wpv-custom-search-filter__input .radio input {
	display: none;
}
.news-cat-filter .radio label, .tabbed-filter label {
	display: block;
	padding: 0px 32px 16px;
	border-bottom: 1px solid rgba(33, 33, 33, 0.5);
	opacity: 0.5;
	cursor: pointer;
  color: #212121;
  text-decoration: none;
}
.news-cat-filter .radio label:hover, .tabbed-filter .radio label:hover {
	opacity: 1;
  text-decoration: underline;
	-webkit-transition: all 200ms ease;
	transition: all 900ms ease;
}
.news-cat-filter .radio label.active,  .tabbed-filter .radio label.active {
	border-bottom-color: #212121;
  opacity: 1;
	-webkit-transition: all 200ms ease;
	transition: all 900ms ease;
}
body.single-post main#primary > article.type-post > .entry-content {

}
/* body.single-post main#primary > article.type-post > .entry-content figure.aligncenter {
	max-width: 1280px;
	width: calc(100% + 10vw);
	transform: translateX(-5vw);
} */

.post-wrapper {
	max-width: 960px;
	margin: 0 auto;
}
.rel-news-grid {
grid-template-columns: minmax(0, 0.3333fr) minmax(0, 0.3333fr) minmax(0, 0.3333fr);
    grid-auto-flow: row;
		max-width: 1440px;
		margin: 0 auto 5vh auto;
		padding: 0 1rem;
}
.rel-news-heading {

	text-align: center;
}
.rel-news-post-date {
	font-size: 1rem;
}
.rel-news-image {
	margin-bottom: 1rem;
		display: block;
}
.rel-news-image a {

}
/* COMPANY */

/* DOWNLOADS */

body.page-id-341 main#primary article > .entry-content .wpv-view-output {
	max-width: 1920px;
}

body.page-id-341 main#primary article > .entry-content .wpv-view-output .js-wpv-view-layout {
	max-width: 1440px;
	margin: 0 auto;
	padding-left: 1rem;
	padding-right: 1rem;
}

#download-type-tabs {
	margin:0;
	background: white;
	padding: 0 0 4rem 0;
}

#download-cat-tabs label:not([for^="collezioni-dimore"]):not([for^="collezioni-atelier"]):not([for^="collezioni-giardini"]) {
	display: none;
}
.ddd-filtered-page #download-cat-tabs label[for^="collezioni-atelier"], .ddd-filtered-page #download-cat-tabs label[for^="collezioni-outdoor"] {
	display: none;

}
.catalog-filtered-page #download-cat-tabs {
	/* display: none; */
}

.catalog-filtered-page .js-wpv-loop-wrapper {
	margin-top: 4rem;
}

body.catalog-filtered-page main#primary .wpv-view-output .js-wpv-loop-wrapper > .tb-grid {
		grid-template-columns: minmax(0, 0.333fr) minmax(0, 0.333fr) minmax(0, 0.334fr);
		grid-auto-flow: row;
		max-width: 1073.75px;
		width: 100%;
		margin: 0 auto;
}

.download-grid-item {
	padding: 0 16px 16px 16px;
	background: white;
	height: 100%;
}

.download-wrapper .tb-grid-column {
	
}

.download-grid-item:hover {
	background-color: transparent;
  transition: background-color 500ms ease;
  cursor: pointer;
}
.download-grid-item .tb-heading {
	margin: 10px 0;
	font-weight: 300;
	float: left;
}
.download-grid-item figure {
	clear: both;
	margin: 0;
	aspect-ratio: 3/4;

}
.download-grid-item figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;

}
.download-grid-item .tb-fields-and-text {
	/* margin: 10px 0; */
	margin: 0;
	display: inline-block;
	float: right;

}
.download-grid-item .tb-fields-and-text p {
	margin: 0;

}
.download-grid-item .tb-fields-and-text a {
	line-height: 2.75;
	color: rgba(33, 33, 33, 0.5);
	text-decoration: none;
	opacity: 0;
}
.download-grid-item:hover .tb-fields-and-text a:hover {
	color: #404040;

	text-decoration: underline;

}
.download-grid-item:hover .tb-fields-and-text a{
	opacity: 1;
	transition: opacity 500ms ease;
}
.catalog-filtered-page {

}
.download-link-wrapper {
	margin:10px 0 0 0;
display: inline-block;
float: right;
}
a.download-link-pdf {
	line-height: 1.9;
    color: rgba(33, 33, 33, 0.5);
    text-decoration: none;
		opacity: 0;
}
a.download-link-pdf:hover {
	color: #404040;
    text-decoration: underline;
}
.download-grid-item:hover a.download-link-pdf, .colbigcard:hover a.download-link-pdf {
	opacity: 1;
	transition: opacity 500ms ease;
}

/* PRODUCT SEARCH */
.product-search-filters-wrapper {
	max-width: 700px;
	width: 100%;
	margin: 10vh auto;


}
.product-search-filters-wrapper form {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
/* PRESS */
.press-grouped-list {

}
.press-items-grid > .tb-grid {
    grid-template-columns: minmax(0, 0.25fr) minmax(0, 0.25fr) minmax(0, 0.25fr) minmax(0, 0.25fr);
    grid-auto-flow: row;
}
.press-items-grid > .tb-grid .tb-grid-column {

}
.press-grouped-list h2 {
	text-align: center;
	font-size: 4rem;
	position: relative;
	z-index: 1;
	padding: 3rem 10%;
	max-width: 100%;
	margin: 0;
}
.press-grouped-list h2 span {
	display: inline-block;
	background-color: #F4F4F4;
	padding: 0 3rem;

}
.press-grouped-list h2:before {
	display: block;
	width: 100%;
	max-width: 80%;
	content: "";
	border-top: 1px solid #DBDBDB;
	position: absolute;
	top: calc(50% - 1px);
	z-index: -1;
}
.press-items-grid h4.tb-heading {
	margin-bottom: 0;
}
.press-pub-date {
	clear: both;
	margin-bottom: 10px;
	color: rgba(33, 33, 33, 0.5);
	font-size: .8em;
}
.press-grid-item h4 {
	margin: 0;
}
.press-grid-item a.download-link-pdf {
	line-height: 1.45em;

}
.press-grid-item .download-link-wrapper {
	line-height: 1;

}
.press-items-grid .download-grid-item {
height: auto;
}
.press-anchor-nav-wrapper {
	position: -webkit-sticky;
			position: sticky;
			top: 0;
			background: #F4F4F4;
z-index: 9;
background: white;
padding: 0 0 2rem 0;
}
body.page main#primary article > .entry-content > .press-anchor-nav-wrapper {
	width: 100%;
	max-width: 1920px;
}
/* COMPANY */
ul.press-anchor-nav {

	    z-index: 100;
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
			margin: 0;
			padding: 0;
	    -webkit-box-pack: center;
	    -webkit-justify-content: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	    -webkit-box-align: center;
	    -webkit-align-items: center;
	    -ms-flex-align: center;
	    align-items: center;

}
ul.press-anchor-nav li {
	display: block;
	list-style: none;
	margin: 0!important;
	padding: 0!important;
}
ul.press-anchor-nav li a {
	display: block;
	padding: 0px 32px 16px;
	border-bottom: 1px solid rgba(33, 33, 33, 0.5);
	opacity: 0.5;

  color: #212121;
  text-decoration: none;
}
ul.press-anchor-nav li a:hover {
	opacity: 1;
  text-decoration: underline;
	-webkit-transition: all 200ms ease;
	transition: all 900ms ease;
}
ul.press-anchor-nav li a.a-active, .msr-company-nav a.a-active {
	border-bottom-color: #212121;
  opacity: 1;
	-webkit-transition: all 200ms ease;
	transition: all 900ms ease;
}
ul.press-anchor-nav li a:focus, .msr-company-nav a.a-active:focus {
	outline: 0;
}



/* MSR POPUP */

.msr-popup-content {
display:none;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100vw;
max-width: 624px;
height: 100vh;
max-height: 820px;
background: white;
z-index: 10000;
overflow-y: scroll;
}
.ddd-filtered-page.msr-popup-content {
	display: none;
}
.msr-popup {
	cursor: pointer;
}
.msr-popup-show .msr-popup-close {
	display: block;
	top: 2rem;
	right: 10px;
	cursor: pointer;
	padding: 3px;
	text-align: center;
	background: #212121;
	line-height: .5;
}
.msr-popup-show .msr-popup-close .msr-icon-close:before {
	vertical-align: inherit;
	background: #212121;
	color: white;
	text-align: center;

}
.msr-popup-content .ddd-file-list-item {
	padding: 2px 0;
	border-top: 1px solid #EDEDED;
}
.msr-popup-content .ddd-file-list-item a {
	text-decoration: none;
	color: #404040;
	font-size: 1.5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: .5rem .7rem;
}
.msr-popup-content .hs-submit .actions input[type=submit] {
	background: black;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	padding: .5em 1em;
}
.msr-popup-content .ddd-file-list-item a:hover {
	background: #EDEDED;
}
.msr-popup-content .ddd-file-list-item a .msr-icon {
	display: none;
	font-size: 2rem;
	height: 2rem;
	width: 2rem;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 13H13V3H11V13H8L12 17L16 13ZM4 19V21H20V19H4Z' fill='%23212121'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
}
.msr-popup-content .ddd-file-list-item a:hover .msr-icon {
	display: block;

}

.msr-popup-content h2 {
	text-align: center;
	line-height: 190%;
	font-size: 28px;
	margin: 0;
	padding: 0;
}
.msr-popup-content h4 {
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.popup-disabler {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,.5);
	display: none;
	z-index: 100;
}
.custom-request {
	padding: 2rem 0;
}
/* PROJECTS */
main#primary > article.project > .entry-header {
	padding: 3vh;
	margin-bottom: -3vh;
}

.project-caption {
	font-weight: normal;
	margin: 0 0 .5em 0;
}
.project-hightlight-text {

}

.entry-content .project-collage-container.tb-container {
	padding-top: 0;
	background: transparent;
}
.project-collage-container a {
	color: white;
}
.project-collage-container h2 {
	font-size: 4rem;
	margin: 0;
}
.project-collage-item-details {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: white;
}
.project-collage-item-details .cat-label {
	margin-right: 1em;
	border-color: white;
	margin-bottom: 0;
}
.project-collage-item-details .tb-field:nth-child(2), .project-collage-item-details .tb-field:nth-child(3) {
	line-height: 1.45em;
	margin: 0;
}
.project-collage-item-details .tb-field:nth-child(3):not(:empty):before {
	content: '\2009-\2009';
	display: inline-flex;
	font-size: inherit;
}


.project-collage-container .wpv-collage > div:nth-child(4n+1) > .tb-container {
	padding: 20% 6vw;
}
.project-collage-container .wpv-collage > div > .tb-container {
	padding: 1.5vw 1.5vw 35% 1.5vw;

}
.project-collage-container .wpv-collage > div > .tb-container:before {

}
.msr-project-related-products-grid {
	margin-bottom: 20vh
}
.msr-project-related-products-grid a.download-link-pdf {
	margin: 0;
}
/* DESIGNERS */

.designer-grid-quote {
	display: none;
	width: 90%;
	max-width: 60%;
}

.designers-list {
	margin-top: 10vh;
}
.designers-list .tb-grid .tb-grid-column:nth-child(4n-2), .designers-list .tb-grid .tb-grid-column:nth-child(4n-1){
position: relative;
padding: 16px 16px 0 16px;
min-height: 76vh;
}
.designers-list .tb-grid .tb-grid-column:nth-child(4n-2) figure, .designers-list .tb-grid .tb-grid-column:nth-child(4n-1) figure {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	z-index: 0;
}
.designers-list .tb-grid .tb-grid-column:nth-child(4n-2) figure a:after, .designers-list .tb-grid .tb-grid-column:nth-child(4n-1) figure a:after {
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}
.designers-list .tb-grid .tb-grid-column:nth-child(4n-2) figure img, .designers-list .tb-grid .tb-grid-column:nth-child(4n-1) figure img {
	width: 100%;
	max-width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: top;
}
.designers-list .tb-grid .tb-grid-column:nth-child(4n-2) .tb-heading, .designers-list .tb-grid .tb-grid-column:nth-child(4n-1) .tb-heading {
	position: relative;
	color: white;
	margin: 0;
}
.designers-list .tb-grid .tb-grid-column:nth-child(4n-2) .designer-grid-quote, .designers-list .tb-grid .tb-grid-column:nth-child(4n-1) .designer-grid-quote {
	position: relative;
	display: block;
	color: white;
	clear: left;
}
.designers-list .tb-grid .tb-grid-column:nth-child(4n-3), .designers-list .tb-grid .tb-grid-column:nth-child(4n-4) {
	background: white;
	padding: 16px 16px 0 16px;
}
.designers-list .tb-grid .tb-grid-column:nth-child(4n-3) figure img, .designers-list .tb-grid .tb-grid-column:nth-child(4n-4) figure img {
	/* height: 70vh; */

	object-fit: cover;

	object-position: top;

}
.designers-list .tb-grid .tb-grid-column:nth-child(4n-3):hover, .designers-list .tb-grid .tb-grid-column:nth-child(4n-4):hover  {
	background-color: transparent;
		transition: background-color 500ms ease;
		cursor: pointer;
}

.designers-list .tb-grid .tb-grid-column:hover, .designers-list .tb-grid .tb-grid-column:hover {
	background-color: transparent;
	transition: background-color 500ms ease;
	cursor: pointer;
}
.designers-list .tb-grid .tb-grid-column {
	background-color: rgba(0, 0, 0, 0.1);
}
.designers-list .tb-grid .tb-grid-column .tb-heading {
	float: left;
	margin: .5rem 0;
	line-height: 2.4em;
	font-size: 1.65rem;
}
.designers-list .tb-grid .tb-grid-column  .wp-block-image {
	margin-bottom: 0;
}
.designers-list .tb-heading a {
	color: inherit;
	text-decoration: none;
}
.designers-list .card-link {
	line-height: 2.4em;
}


main#primary > article.designer > .entry-header {
	/*padding: 15rem;
	margin-bottom: -30rem;
	background: white;*/
}
article.designer .inpage-header {
	/*padding-left: 10vw;*/
	padding-top: 10vh;
	padding-bottom: 10vh;
	padding-right: 50%;
}
.inpage-header h1,.inpage-header h6 {
	margin: 0;
	line-height: 1.4em;
}
.inpage-header h1 {
	margin-bottom: 1rem;
}
.inpage-header h6 {
	z-index: 10;
	display: inline-block;

}
.designer-image {
	transform: translateY(-50%);
	margin-bottom: -50%;
}
.designer-quote {
	font-size: 2rem;
	color: #909090;
	width: 90%;
	margin-top: 3rem;
}
.designer-quote p {
	margin: 0;
	position: relative;
	line-height: 1.5em;
}
.designer-quote p:before {
	color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: -46px;
  vertical-align: -0.4em;
  font-family: 'ivypresto-display';
  transform: translateX(-60px);
  display: inline-block;
}
.designer-quote p:after {
	color: #ccc;
  content: close-quote;
  font-size: 4em;
  line-height: 0.1em;
  vertical-align: -0.4em;
  font-family: 'ivypresto-display';
  display: inline-block;
	position: absolute;
	bottom: 0;
	right: -60px;
}
.designers-header {
	padding-top: 10vh;
	padding-bottom: 10vh;
}
.card-link {
	margin:10px 0 0 0;
display: inline-block;
float: right;

}
.card-link p{
	margin: 0;
}

.card-link a:hover {
	color: #404040;
	text-decoration: underline;
}

.designers-list .tb-grid .tb-grid-column:nth-child(4n-3) h3, .designers-list .tb-grid .tb-grid-column:nth-child(4n-4) h3 {
	float: left;
}


.designers-list .tb-grid .tb-grid-column .card-link {
		display: block;
}
.designers-list .tb-grid .tb-grid-column:nth-child(4n-2) .card-link, .designers-list .tb-grid .tb-grid-column:nth-child(4n-1) .card-link {
	position: relative;
	margin: 2px 0 0 0;
}
.designers-list .tb-grid .tb-grid-column:nth-child(4n-2) .card-link a, .designers-list .tb-grid .tb-grid-column:nth-child(4n-1) .card-link a {
	color: white;
}
.card-link a {
	line-height: 1.9;
		color: rgba(33, 33, 33, 0.5);
		text-decoration: none;
		opacity: 0;
}

.designers-list .tb-grid-column:hover .card-link a {
	opacity: 1;
	transition: opacity 500ms ease;
}
.designers-products-list-wrapper {
	width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    margin-bottom: 0;
		padding-left: 1rem;
		padding-right: 1rem;
}
.designers-products-list-wrapper h2 {
	margin: 15vh 0 5vh 0;
	text-align: center;
}
.msr-products-grid-wrapper > .tb-grid.designers-products-grid {
	/* grid-template-columns: minmax(0, 0.25fr);
	    grid-auto-flow: column;
	    grid-auto-columns: minmax(0, 0.25fr);
			justify-content: center; */
}
.designers-products-grid .msr-products-grid-item figure {
	height: 85%;
	clear: both;
}
.designers-products-grid .msr-products-grid-item figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.designers-products-grid .msr-products-grid-item .card-image-link {
	display: block;
	clear: both;
	height: auto;
	padding-top: 128%;
}
/* Collezioni Archive
--------------------------------------------- */



main.archive header {
	/* background-color: white;
	padding: 0 0 200px 4vw;
	margin-bottom: -150px; */
}

main.archive > .wp-block-columns .wp-block-column:not(:first-child) {
	margin-left: 0;
}
.msr-archive-desc {
	background-color: white;
	margin: 0;
	padding: 20px 20px 20px 32px;
}
.archivie-details {
	padding: 20px 20px 20px 32px;
}
.archivie-details {
	font-size: 1rem;
}
.archivie-details .msr-tax-catalog {
		margin-top: 6vh;
		font-size: 1.2em;
		display: flex;
}
.collezione-title-links {
	display: flex;
}
.collezione-title-links a, .archivie-details .msr-tax-catalog a {
	display: block;
	padding: 0 20px 0 0;
	margin-right: 20px;

}
.collezione-title-links a:first-child, .archivie-details .msr-tax-catalog a:first-child {
	border-right: 1px solid #909090;
}
.section-outdoor .collezione-title-links a:hover {
	color: white;
}
.archive-content > * {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	margin-bottom: 4rem;
	padding-left: 1rem;
	padding-right: 1rem;
}
.msr-products-grid-wrapper > .tb-grid {
    grid-template-columns: minmax(0, 0.25fr) minmax(0, 0.25fr) minmax(0, 0.25fr) minmax(0, 0.25fr);
    grid-auto-flow: row;
}
.msr-products-grid-item {
    padding: 0 16px 16px 16px;
    background: white;
}
.msr-products-grid-item:hover {
	background-color: transparent;
	transition: background-color 500ms ease;
	cursor: pointer;
}
.msr-products-grid-item .tb-heading {
    margin: 10px 0;
    font-weight: 300;
    float: left;
		color: #212121;
}
.msr-products-grid-item .tb-heading a {
	color: inherit;
	text-decoration: none;
}
.msr-products-grid-item .download-link-pdf {
	float: right;
	line-height: 1.45em;
	margin: 10px 0;
	/* display: none; */
}
.msr-products-grid-item:hover a.download-link-pdf {
    opacity: 1;
    transition: opacity 500ms ease;
}
.light-type-selection {
	display: flex;
	justify-content: center;
}
.light-type-selection input[type="radio"] {
	display: none;
}
.msr-custom-request  {
background-color: white;
}
.msr-custom-request .wp-block-column:first-child {
	background-color: white;
	padding: 0 0 0 6vw;
}
.msr-custom-request h3 {
	margin: 0;
}
.msr-custom-request .wp-block-image {
	margin: 0;
}

.msr-custom-request .msr-popup-content h4 {
	    font-family: 'ivypresto-display', serif;
			margin-top: 0;
}
.msr-popup-content .hbspt-form {
	padding: 0 2vw;
	margin: 0 auto;
}
.form-columns-2:nth-child(3) {
	margin-bottom: 8vh;
}
.form-columns-1 label:not(.hs-form-booleancheckbox-display) {
	text-transform: uppercase;
}
.hs-submit {
	text-align: center;
}
.hs-submit .hs-button {
	color:  #909090;
	text-transform: none;
}
/* .hs-submit .hs-button:after {
    display: inline-block;
    width: .5em;
    height: .5em;
    vertical-align: middle;
    line-height: 1;
    margin: 0;
    padding: 0;
    font-size: 2em;
    font-size: inherit;
    font-style: normal;
		content: "\0043";
		font-family:  "msr-icons";
} */
.hbspt-form label {
	color: #909090;
}
.newsletter-banner .hs-fieldtype-text {
	float: left;
	min-width: 45%;
}
.newsletter-banner .hs-fieldtype-text input {
	width: 100%;
}

.newsletter-banner .hs-fieldtype-text:first-child {
	margin-right: 10%;
}
.newsletter-banner .legal-consent-container {
	padding-top: 2rem;
}
.legal-consent-container {
	clear: both;

}
.legal-consent-container .hs-form-booleancheckbox-display p {
	font-size: 1rem;
}
.msr-archive-product-list-container > form {
	margin: 5rem 0;
}
body.section-atelier .msr-archive-product-list-container > form > .form-group {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1920px;
	align-items: flex-end;
}
.range-group {
	width: 400px;
	max-width: 300px;
}
.range-group > .form-group {
	display: inline-block;
	display: none;
}
.msr-archive-product-list-container > form .form-group.form-actions input {
	padding-left: 10px;
	padding-right: 10px;
}
body.section-outdoor, body.collection-page-outdoor main#primary, body.section-outdoor main#primary, body.collection-page-outdoor header#masthead .header-content, body.section-outdoor header#masthead .header-content {
	background-color: #122538;
	color: white;
}
body.collection-page-outdoor .entry-content .wp-block-embed {
	margin: 15vh 0 30vh 0;
}
h2.tb-heading.outdoor-desc-title {
	margin-bottom: 10vh;
	font-size: 1.8rem;
	padding-right: 40%;
}
body.collection-page-outdoor main#primary > article > .entry-content .outdoor-desc {
	max-width: 1920px;
	margin-bottom: 15vh;
}
.outdoor-image-hero {
	margin-bottom: 15vh;
}
.outdoor-image-hero .tb-image img {
	max-width: 85%;
	margin: 0 auto;
}
.outdoor-desc-list {
	margin-top: 10vh;
	margin-bottom: 0;
}
.outdoor-desc-text > .tb-container {
	width: 70%;
	margin: 0 auto;
}
.outdoor-desc-list li {
	margin-bottom: 2.1rem;
}
.tech-intro-text > p {
	width: 60%;
	padding-left: 12vw;
}
.tech-intro-text {
	margin-bottom: 10vh;
}
.outdoor-tech-specs {
	margin-bottom: 10vh;
}
.outdoor-tech-specs .tb-grid-column {
	display: flex;
	flex-wrap: nowrap;
	padding: 0 5vh;
}
.outdoor-tech-specs .tb-grid-column h3 {
	margin-top: 0;
}

.outdoor-tech-specs .tb-grid-column:before {
	/* width: 100%;
	max-width: 100px;
	height: 200px;
	max-height: 100px; */
	display:block;
	content: '';
	/* background: rgba(196, 196, 196, 0.2); */
	/* border-radius: 100%; */
}
.outdoor-tech-specs .tb-grid-column:first-child:before {
	content: url('./imgs/Drylight IP65.svg');
}
.outdoor-tech-specs .tb-grid-column:nth-child(2):before {
	content: url('./imgs/Led  RGB-W.svg');
}
.outdoor-tech-specs .tb-grid-column:nth-child(3):before {
	content: url('./imgs/Protocollo DMX.svg');
}
.outdoor-tech-specs .tb-grid-column:nth-child(4):before {
	content: url('./imgs/masiero-installation.svg');
}
.outdoor-tech-specs .tb-grid-column > .tb-container  {
	margin-left: 5vw;
}
body.collection-page-outdoor .msr-products-grid-item {
	background: rgba(196, 196, 196, 0.2);
}
body.collection-page-outdoor .msr-products-grid-item:hover {
	background-color: transparent;
}
.outdoor-product-list .msr-products-grid-item  .download-link-pdf,.outdoor-product-list .tb-heading {
	color:white;

}

.collection-page-outdoor .tb-grid-column h1.tb-heading, .collection-page-dimore .tb-grid-column h1.tb-heading, .collection-page-atelier .tb-grid-column h1.tb-heading, .collection-page-programs .tb-grid-column h1.tb-heading {
	margin: 0;
	line-height: 1.3em;

}
.fake-bc {
	color: #909090;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
.collection-page-outdoor .fake-bc {
	color: white;
}
.collezioni-page-header {
	padding: 10vh 0;
}
.single-product h1.entry-title {
	padding: 13vh 0;
	margin: 0;
	line-height: 1;
}
.single-product.section-outdoor .entry-header {
	color: #212121;
}
.single-product .family-page-image {
	 transform: translateY(-20vh);
	 margin-right: 7vw;
}
body main#primary > article > .entry-content .h-tabs-block {
	margin-top: 15vh;
	margin-bottom: 15vh;
	width: 100%;
	max-width: 1920px;
	padding-left: 13vw;
}
.h-tabs-pager {
	margin: 0;
	padding: 0 0 0 13vw;
	position: absolute;
top: 0;
left: 0;
z-index: 10000;
}
.h-tabs-pager li {
	list-style: none;
	font-family: "ivypresto-display",serif,cursive;
	font-weight: 300;
	font-size: 1.5rem;
	cursor: pointer;
	margin:0;
	padding: 0;
	display: block;
	color: rgba(255,255,255, .5);
}
.h-tabs-pager li:last-child {

	border-bottom: 1px solid;
	border-image: linear-gradient(to right, rgba(196, 196, 196, 0.2), rgba(196, 196, 196, 0.2) 60%, transparent 60%) 1;
	/* border-image: linear-gradient(red 10%, 30%, blue 90%) 1; */
	padding-bottom: 2rem;
}
.h-tabs-pager li:hover, .h-tabs-pager li.active {
	color: rgba(255,255,255, 1);
}

.section-atelier .h-tabs-pager li {
	color: rgba(33,33,33,0.5);
}
.section-atelier .h-tabs-pager li:hover, .section-atelier .h-tabs-pager li.active {
	color: rgba(33,33,33,1);
}
.section-atelier .h-tabs-block {
	margin-bottom: 15vh;
}

.h-tabs-slide {
	display: flex!important;
}
.h-tabs-slide .wp-block-column:first-child {
	padding-left: 13vw;
}
.h-tabs-slide .wp-block-column:first-child p {
	margin: 0 5vw 0 0 ;
  transform: translateY(-50%);

}
#atelier-tech-wrapper {
	max-width: 1440px;
	margin: 10vh auto 10vh auto;
	padding-left: 1rem;
	padding-right: 1rem;
	overflow: hidden;
}
.tech-tab-pager {
	display: flex;
	margin: 2vh 0 1px 0;
	justify-content: space-between;
	border-bottom: 1px solid #909090;
	padding: 0;
}
.tech-tab-pager li, .tech-tab-pager li:hover, .tech-tab-pager li.active {
	list-style: none;
	font-weight: 300;
	font-size: 1.2rem;
	cursor: pointer;
	margin:0 0 -1px 0;
	padding: 0 0 1em 0;
	display: block;
	color: #909090;
	text-align: center;
	min-width: 25%;
	line-height: 1.5em;
}
.tech-tab-pager li:hover, .tech-tab-pager li.active {
	color: #212121;
	border-bottom: 1px solid #212121;
}
.atelier-tabbed-tech-section h4 {
	font-size: 1.9em;
	margin: 1rem 0;
}
.tech-right-image {
	padding: 0 0 3vh 3vh;
}
/* PRODUCTS */

.product-specs {
	background-color: white;
	padding: 8vh 4vw;
	color: #212121
}
.product-dowloads {
	color: #212121;
}

.product-specs h3 {
	margin-top: 0;
	margin-bottom: 1rem;
}
.product-specs .wp-block-column:first-child img {
}
.product-dimensions {
	max-width: 350px;
}
.product-dimensions th {
	font-weight: normal;
	text-align: left;
}
.product-dimensions th {
	width: 25%;
}
.product-dimensions td {
	width: 32.5%;
}
.product-gallery {
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;
	/* margin-left: 10vw; */
	margin-top: 15vh;
	margin-bottom: 15vh;
	overflow: visible!important;
	position: relative;
	    max-height: 50vh;
}
.product-gallery .card-carousel-control {
	position: absolute;
	right: 10px;
	top: -78px;
}
.product-gallery .cycle-carousel-wrap {
	height: 100%;

}
.product-gallery-image {
	/* width: 100%;
	max-width: 1440px; */
	height: 100%;
}
.product-gallery-image img {
	padding: 0 1.5%;
	height: 100%;
	width: auto;
}
.project-gallery-container {
	overflow: hidden;
}
/*
.product-gallery-image img, .product-gallery figure img {
	width: 100%;
	max-width: 1440px;
	height: auto;
	display: block;
	object-fit: cover;
	object-position: center;
}
.product-gallery-image, .product-gallery figure {
	width: 100%;
	max-width: 1440px;
	height: 100%;
	max-height: 732px;
}*/
article.product.type-product {
	overflow-x: hidden;
}
article.product header.entry-header, main.archive > header {
	background: white;
	padding: 10vh 10vw;
}
article.product h1.entry-title, main.archive > header h1.page-title {
	margin: 0 0 0 0;
	padding: 0;
	max-width: 600px;
}
#msr-cat-bc, .msr-cat-bc {
	margin: 0;
	padding: 0;
	list-style: none;
	transform: rotate(360deg);
}
#msr-cat-bc li, .msr-cat-bc li {
	list-style: none;
	text-transform: uppercase;
	display: inline-block;
	padding: 0;
	margin: 0;
	padding-right: 2rem;
	font-size: .9rem;
}
.variants-anchors {
	max-width: 481px;
	width: 100%;
	margin-top: 2rem;
}
.variants-anchors > div {
	display: flex;
	flex-wrap: wrap;
}
.variants-anchors > div > div {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 10px;

}
.variants-anchors a {
	text-transform: uppercase;
	font-size: 1rem;
}
.product-description {
	max-width: 400px;
	width: 100%;
	margin-top: 1rem;
}
.product-dowloads {
	background: white;
	padding: 12vh 10vw;
	margin-top: 10vh;
}
.product-dowloads .wp-block-columns {
	justify-content: space-evenly;

}
.product-dowloads .wp-block-column {
	max-width: 20%;
	position: relative;
	margin: 0 3rem;
}
.product-dowloads .wp-block-column a {
	display: block;
	width: 100%;
	padding-top: 100%;
	text-align: center;
	border: 1px solid #212121;
	width: 100%;
	background-size: 50%;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}
.product-dowloads .wp-block-column a:hover {
	border: 1px solid white;
	background-color: #E5E5E5;
}
.product-dowloads .wp-block-column a span {
	position: absolute;
	top: 11%;
	text-align: center;
	display: block;
	width: 100%;
}
.dl-catalog a {
	background-image: url("./imgs/dl-catalog.svg");

}
.dl-sheet a {
	background-image: url("./imgs/dl-sheet.svg");
}
.dl-ddd a {
	background-image: url("./imgs/dl-ddd.svg");
}
.product-page-anchors {
	margin:0;
	padding: 0;
	padding-left: 28%;
	margin-top: 10vh;
	font-size: 1.3rem;
	max-width: 300px;
	box-sizing: content-box;
	display: inline-block;
}
.product-page-anchors li {
	display: flex;
	flex-grow: 1;
	list-style: none;
	padding: 1rem 0;
	border:0;
	border-bottom: 1px solid;
	border-image: linear-gradient(to right, rgba(196, 196, 196, 0.7), rgba(196, 196, 196, 0.7) 48px, transparent 48px) 1;
}
.product-page-anchors li:last-child {
	border-bottom: none;
	border-image: none;
}
.product-page-anchors li a {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.product-page-anchors li a:hover {
	color: #212121;
}
.product-page-anchors li a i {
	visibility: hidden;
	font-style: normal;
	line-height: inherit;
	vertical-align: middle;
}
.product-page-anchors li a:hover i {
	visibility: visible;
}
.product-page-anchors li a i:before {
	line-height: inherit;
	height: auto;
	width: auto;
	display: inline-block;
	margin-left: 10px;
}
.container-3d {
	width: 100%;
	max-width: 1440px;
		margin: 0 auto;
}
.iframe-3d {
	width: 100%;
	padding-top: 56.25%;

	position: relative;
	overflow: hidden;
}
.iframe-3d iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 0;
	width: 100%;
	height: 100%;
}
.msr-related-products {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	padding: 10vh 1rem 5vh 1rem;
}
.msr-related-products h3 {
	text-align: center;
}
 /* SALES NETWORK */

 .sales-network-search {
	 width: 90vw;
	 max-width: 1440px;
	 margin: 0 auto;
	 padding-left: 1rem;
 	padding-right: 1rem;
 }
.sales-network-search form.wpv-filter-form {
	max-width: 700px;
	margin: 1rem auto 0 auto;
	display: flex;
	justify-content: flex-start;
	column-gap: 2rem;
}
.sales-network-search-header {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}
.sales-network-search-header h3 {
	margin-bottom: .5rem;
}
.sales-network-search-header p {
	margin: 0;
}

.sales-network-search form.wpv-filter-form .wpv-submit-trigger {
	margin-left: 20px;
}
 input.wpcf-form-textfield[type="text"] {
	border-radius: 0;
	margin-left: 10px;
}

.store-search-results {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	grid-auto-flow: row;
	grid-column-gap: 3vw;
}
.store-search-results {
	max-width: 70%;
	margin: 10vh auto 4vh auto;
}
.store-result h5 {
	margin-bottom: 0;
	padding: .5rem .5rem .5rem 1rem;
	border-left: 1px solid #212121;
}
.store-result {
	margin-bottom: 2vh;
}
.store-result p {
	margin: 0;
	padding-left: calc(1rem + 1px);
}

body.page main#primary > article > .entry-content > .menu-sales-network-container {
	max-width: 100%;
	padding: 0;
}

#wpv_control_textfield_wpv-wpcf-store-domain-names {
	margin-left: 0;
	width: 70%;
}

ul[id^=menu-sales-network] {
	display: flex;
	margin: 0;
	padding: 0;
		list-style: none;
		justify-content: center;
		background: white;
		padding: 2rem 30px;
		margin-bottom: 2rem;

}
ul[id^=menu-sales-network] li {
	/* margin: 0;
	padding: 0;
	display: inline-block;
	list-style: none; */
	margin: 0 0 0 2rem;
	padding: 0 2rem 0 0;
}

ul[id^=menu-sales-network] li a {
	white-space: nowrap;
}

ul[id^=menu-sales-network] li.current_page_item a {
color: #212121;
}

ul[id^=menu-sales-network] li:first-child {
	border-right: 1px solid #212121;
}
#wpv_control_select_wpcf-country {
	padding-right: 30px;
	cursor: pointer;
}
.store-validation-ok {
	margin: 10vh auto;
	max-width: 700px;
	width: 100%;
	text-align: center;
	font-size: 30px;
}
.store-result-ko {
	margin: 10vh auto;
	margin: 10vh auto;
	max-width: 700px;
	width: 100%;
	padding: 0;
}
.store-result-message-ko {
	text-align: center;
}
.store-result-contact-form .hbspt-form input[type=text],
.store-result-contact-form .hbspt-form input[type=email],
.store-result-contact-form .hbspt-form input[type=tel] {
	width: 80%;
}
.store-result-contact-form .hbspt-form .hs-richtext p{
	padding-left: 0;
	margin-bottom: 2rem
}
/* Footer
--------------------------------------------- */
#footer-content {
	padding: 60px 80px;
	background-color: white;
}
#footer-content ul, #footer-content ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer-content p {
	margin: 0;
}
#footer-content a {
	color: #404040;
	text-decoration: none;
}
.msr-social-links {
	height: 1em;
}
#footer-content a.tsl-msr {
	color: #404040!important;
	background-color: white;
	text-decoration: none;
	font-size: 2.4rem;
	line-height: 1;
	height: .5em;
	display: inline-block;
}
#footer-content a.tsl-msr:hover {
	text-decoration: none;
	opacity: .7;
}
#footer-content a.tsl-msr i {
	display: inline-block;
	line-height: 1;
	height: .5em;
	display: inline-block;
	vertical-align: top;
}
#footer-content a.tsl-msr i:before {
vertical-align: top;
width: .6em;
}
#footer-content a:hover {
	text-decoration: underline;
}
#footer-content ul li {
	margin-bottom: 32px;
}
#footer-content ul li a {
	font-weight: normal;
}
.footer-logo {
	max-width: 120px;
}
.privacy-links p a {
font-size: 0.7em;
    line-height: inherit;
    padding: 0 1px;
}
/* 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;
	max-width: 120px;
	height: auto;
	vertical-align: middle;
}

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

.hidden {
	display: none;
}
/* 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;
}

/* PAGINATION */

.wpv-archive-pagination-nav-links, .wpv-archive-pagination-nav-links-container, .wpv-pagination-nav-links, .wpv-pagination-nav-links-container, .wpv-pagination-preview-element {
    display: flex;
    padding-left: 0;
    margin-left: 0;
    list-style: none!important;
		justify-content: center;
		font-size: 1rem;
		padding-top: 5vh;
		padding-bottom: 5vh;
}

.wpv-archive-pagination-nav-links-container .page-link,.wpv-archive-pagination-nav-links .page-link, .wpv-pagination-nav-links-container .page-link, .wpv-pagination-nav-links .page-link, .wpv-pagination-preview-element .page-link, .wpv-pagination-nav-links-container .wpv-pagination-nav-links-item a {
    font-size: .9em;
    text-decoration: none!important;
    padding: .15em .45em .2em;
    line-height: 1.25;
    border: 1px solid transparent;
    margin:  2px;
}

.wpv-archive-pagination-nav-links-container a.page-link:focus,.wpv-archive-pagination-nav-links-container a.page-link:hover,.wpv-archive-pagination-nav-links a.page-link:focus,.wpv-archive-pagination-nav-links a.page-link:hover,.wpv-pagination-nav-links-container a.page-link:focus,.wpv-pagination-nav-links-container a.page-link:hover,.wpv-pagination-nav-links a.page-link:focus,.wpv-pagination-nav-links a.page-link:hover,.wpv-pagination-preview-element a.page-link:focus,.wpv-pagination-preview-element a.page-link:hover, .wpv_page_current span.page-link, .wpv-pagination-nav-links-container a.wpv-filter-pagination-link:focus, .wpv-pagination-nav-links-container a.wpv-filter-pagination-link:hover {
    background-color: transparent;
		border-bottom: 1px solid #212121;
 		color: #212121;
		line-height: 1.25;
}

.wpv-pagination-previous-next-buttons .page-link,.wpv-pagination-previous-next-preview-element .page-link, .wpv-pagination-nav-links-container .wpv-filter-next-link, .wpv-pagination-nav-links-container .wpv-filter-previous-link {
    font-size: 2em;
    text-decoration: none!important;
    padding: .05em .25em .1em;

    line-height: .9rem;
    border: 1px solid transparent;
    margin: 2px
}
.wpv-pagination-nav-links-container a.page-link.wpv-filter-previous-link:hover, .wpv-pagination-nav-links-container a.page-link.wpv-filter-next-link:hover,
.wpv-pagination-nav-links-container a.page-link.wpv-filter-previous-link:focus, .wpv-pagination-nav-links-container a.page-link.wpv-filter-next-link:focus
 {
	line-height: .9rem;
}
.wpv-pagination-previous-next-buttons a.page-link:focus,.wpv-pagination-previous-next-buttons a.page-link:hover,.wpv-pagination-previous-next-preview-element a.page-link:focus,.wpv-pagination-previous-next-preview-element a.page-link:hover {
    background-color: transparent;
}

.wpv-filter-next-link+.wpv-filter-previous-link,.wpv-filter-previous-link+.wpv-filter-next-link {
    margin-left: 8px
}




#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row:not(:first-child) {
	display: none;
}
.mobile-select  {
	display: none;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.widget_icl_lang_sel_widget {
	width: 100%;
	/* padding: 1rem 5px; */
	background: #a0abb6;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.widget_icl_lang_sel_widget h4.mega-block-title {
	text-transform: capitalize;
	font-weight: inherit;
	color: white;
	margin: 0;
	padding: 0;
}
.widget_icl_lang_sel_widget .wpml-ls-item a.wpml-ls-link {
	color: rgba(255, 255, 255, .5);
	text-transform: uppercase;
}
.widget_icl_lang_sel_widget .wpml-ls-current-language a.wpml-ls-link {
	color: white;
}
.widget_icl_lang_sel_widget .wpml-ls-item:not(li:first-child):before {
	content: "/";
	line-height: inherit;
	color:white;
	font-size: inherit;
	display: inline;

}
.wpml-ls-legacy-list-horizontal a {
	display: inline-block;
	padding: 5px 3px 5px 0;
}
.pagination-dots {
	justify-content: center;
}
.mega-menu-open .site-branding {
	position: fixed;
}

.download-link-pdf  {
display: none!important;
}

@media (max-width: 1199.98px) {  }

@media (max-width: 991.98px) {

	.mega-menu-open .custom-logo {
		filter: none;
	}
	.site-branding, #site-navigation {
		width: 40vw;
	}
	#search-widget-wrapper {
		padding: 10vh 1rem;
	}
	#search-widget-wrapper > form {
    max-width: 100%;
	    flex-wrap: wrap;
			border: 0;
			justify-content: center;
	}
	.msr-popup-container #search-widget-wrapper input[type="text"] {
		width: 100%;
		font-size: 2rem;
		margin-bottom: 10vh;
		border-bottom: 1px solid #909090;
	}
	.msr-popup-container #search-widget-wrapper input[type="submit"] {
		text-align: center;
	}
	.newsletter-banner .hs-fieldtype-text {
		width: 100%;
		float: none;
		max-width: 100%;
		margin-bottom: 2rem;
	}
	h1 {
		font-size: 4rem;
		line-height: 1.2em;

	}
	h2 {
		font-size: 2rem;
		line-height: 1.5em;
	}
	h3 {
		font-size: 26px;
		line-height: 1.5em;
	}
	h4 {
		font-size: 1.22rem;
	}
	.header-content, h1.entry-title {
		padding: 0 1rem;
	}
	.inpage-header {
		padding: 6vh 1rem 4vh 1rem;
	}
	.hp-collezioni-title {
    font-size: 2rem;
    margin-top: 2rem;
	}
	.content-inner-width {
		padding: 0 .5rem;
	}
	#top-nav {
		display: none;
	}
	main#primary {
		padding-top: 56px;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > .mega-menu-column.mega-menu-columns-1-of-2 {
		width: 100%;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > .mega-menu-column.mega-menu-columns-1-of-2:nth-child(2) {
		display: none;
	}
	.burger-nav #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > ul.mega-sub-menu {
		background: #AEB8C2;
	}
	.burger-nav #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		overflow: scroll;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row:first-child {
		display: none;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row:not(:first-child) {
		display: flex;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row:nth-child(2){
		background: white;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row:nth-child(2) h4 {
		font-weight: 300!important;
		font-size: .9rem!important;
		text-transform: none!important;
		margin: 0;
		color: #AEB8C2!important;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item:first-child {
		justify-content: flex-start;
	}
	.burger-nav #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
		padding-top: 0;
		padding-bottom: 0;
	}
	.mobile-site-nav-main {
		margin-left: 0!important;
	}
	.menu-burger-extra-links-container {
		width: 100%;
	}
	.menu-burger-extra-links-container ul li {
		width: 50%;
	}
	.menu-burger-extra-links-container ul li:first-child {
		width: calc(50% + 1rem);
		padding-left: .5rem;
	}
	.msr-mmm-close {
		top: 6px;
		right: 20px;
	}
		.msr-mmm-close span:before {
		vertical-align: initial;
	}
	.msr-mmm-close span{
		font-size: 3rem;
		line-height: 1;
	}
	.msr-mm-prodotti-nav > .mega-sub-menu > .mega-menu-column > .mega-sub-menu > .mega-menu-item  {
		align-items: flex-start!important;
	}
	.msr-mm-prodotti-nav {
		padding-bottom: 4vh;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
		padding: 5px;
	}
	ul[id^="menu-burger-products"] {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	ul[id^="menu-burger-products"] li a {
		color: #AEB8C2;
	}
	.burger-nav #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > ul.mega-sub-menu .mega-menu-column {
		justify-content: flex-start;
		align-items: flex-start;
		margin-left: .5rem;

	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.widget_icl_lang_sel_widget {
		padding-left: .8rem;
	}
	.burger-nav #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > ul.mega-sub-menu .msr-mm-prodotti-nav .mega-menu-column {
		align-items: flex-end;
	}
	.msr-mm-prodotti-nav {

	}
	.mobile-site-nav .mega-menu-column ul.mega-sub-menu ul.menu, .mobile-site-nav .mega-menu-column ul.mega-sub-menu ul.menu li, #menu-burger-extra-links-1 {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.mobile-site-nav .mega-menu-column ul.mega-sub-menu ul.menu li a {
		color: white;
	}
	.mega-mobile-site-nav-top ul[id^="menu-top-nav"] li:first-child {
		display: none;
	}
	.msr-mm-prodotti-nav > .mega-sub-menu  {
		padding-top: 10vh!important;
		padding-bottom: 5vh!important;
	}
	.mega-mobile-site-nav-top ul[id^="menu-top-nav"] li a, ul[id^="menu-burger-products"] li a {
		font-size: 1.5rem;
		line-height: 3rem;
	}
	.menu-top-nav-container {
		margin-top: 4vh;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
		color: #212121;
	}
	ul[id^="menu-burger-products"] li a {
		line-height: 3rem;
	}
	#mega-menu-item-nav_menu-5 {
		flex-direction: column;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.mobile-site-nav-main > ul.mega-sub-menu > li.mega-menu-item #menu-main-nav-1 a, 	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.mobile-site-nav-main > ul.mega-sub-menu > li.mega-menu-item #menu-main-nav-1-english a {
		font-size: 1.2rem;
		line-height: 2.5rem;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row.mobile-extra-links-nav {
		flex: 0 0 0;
	}
	#menu-main-nav-1, #menu-main-nav-1-english {
			margin-top: 1rem;
	}
	#menu-burger-extra-links-1 {
		display: flex;
		width: 100%;
		justify-content: space-around;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column.mega-mobile-extra-links {
		margin: 0;
		color: white;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1	li.mega-menu-column.mega-mobile-extra-links > .mega-sub-menu {
		width: 100%;
	}
	.mega-mobile-extra-links > .mega-sub-menu li a {
		color: white;
		text-transform: uppercase;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.widget_icl_lang_sel_widget {
		width: 100%;
		padding-bottom: 8vh;
	}

	.hp-slider .n2-ss-slider h3.n2-ow {
		font-size: 3.5em!important;
	}
	.hp-slider .n2-ss-slider .n2-ow-all p {
		font-size: 1.3em!important;
	}


	.hp-slider 	.n2-ss-slider .n2-ss-layer[data-pm=absolute] {
		position: static;
		width: auto!important;
	}
	#hp-subtitle {
		padding: 0 4vw;
		margin: 9rem 0 4rem 0;
		font-size: 1.7rem;
	}
	.hp-company .wp-block-column:first-child figure {
		max-width: 100%;
	}
	.hp-company .wp-block-column:not(:first-child) {
		padding: 0 4vw;
		margin: 7rem 0 3rem 0;
	}
	.home h2.hp-collezioni-title.tb-heading {
		text-align: left;
		padding: 0 4vw;
	}
	.wp-block-column:not(:only-child) {
		flex-basis: 100%!important;

	}
	.newsletter-banner h3.tb-heading {
		text-align: center;
	}
	.newsletter-banner .wp-block-column:first-child {
		margin-right: 0;
	}
	.hp-latest-news-wrapper .tb-grid {
		grid-template-columns: none;
		display: block;
	}
	.js-wpv-loop-wrapper {
		width: 100%;
		max-width: 100%;
		overflow-x: hidden;
	}
	#footer-content {
		display: flex;
		flex-wrap: wrap;
		padding: 0;
		margin: 0;
	}
	#footer-content.tb-grid > .tb-grid-column {
		padding: 4vw 4vw;
	}
	#footer-content.tb-grid > .tb-grid-column:nth-child(2), #footer-content.tb-grid > .tb-grid-column:nth-child(3), #footer-content.tb-grid > .tb-grid-column:nth-child(4) {
		flex-basis: 50%;
	}
  #footer-content.tb-grid > .tb-grid-column:nth-of-type(4n + 1)	{
		width: 100%;
		flex-basis: 100%;
		padding-bottom: 2rem;
	}
	.msr-social-links {
		height: auto;
	}
	#footer-content.tb-grid > .tb-grid-column:nth-child(5), #footer-content.tb-grid > .tb-grid-column:last-child {
		color: white;
		background: black;
		text-align: center;
	}
	#footer-content.tb-grid > .tb-grid-column:last-child a {
		color: white;
	}
	#footer-content.tb-grid > .tb-grid-column:empty {
		display: none;
	}
	.collezioni-page-header {
		padding: 15vh 4vw 0 4vw;
		display: block;
	}
	article.product header.entry-header, main.archive > header {
		background: white;
		padding: 15vh 10vw 3vh 1rem;
		}
	.light-type-selection.tabbed-filter {
		display: none;
	}
	.mobile-select {
		display: block;
		margin: 0 auto 2rem auto;
		width: calc(100% - 16px);
	}
	.msr-products-grid-wrapper > .tb-grid {
    grid-template-columns: minmax(0, 0.5fr) minmax(0, 0.5fr);
    grid-auto-flow: row;
	}
	a.download-link-pdf {
		opacity: 1;
		display: none!important;
	}
	.wp-block-columns.product-intro {
		display: flex;
		flex-direction: column;
	}
	.single-product .family-page-image {
		transform: none;
		margin-right: 0;
	}
	.wp-block-columns.product-intro .wp-block-column {
		margin: 0;

	}
	.wp-block-columns.product-intro .wp-block-column:first-child {
		order: 1;
	}
	 .product-dowloads {
		 padding: 10vh 1rem;
	 }
 .product-dowloads .wp-block-column a {
		border: 0;
		border-left: 1px solid #909090;
		padding-left: 5px;
		padding-right: 5px;
		    background-position: center 70%;
				font-size: 1rem;
	}
	.product-dowloads .wp-block-column a:hover {
		border: 0;
		border-left: 1px solid #909090;
		background-color: transparent;
	}
	.product-dowloads .wp-block-column:first-child a {
		border: 0;
	}

	.product-dowloads .wp-block-columns {
		justify-content: center;
	}
		/*
	.product-dowloads .wp-block-column a span {
		position: absolute;
		top: 0;
		white-space: nowrap;
	}
	.product-dowloads {
		padding: 3rem 5vw;
	}*/

	.product-dowloads h3 {
		margin: 0 auto 5vh auto;
		text-align: center;
	}
		.product-dowloads .wp-block-column {
			margin: 0;
			max-width: 33%;
			width: 100%;
		}
	.product-dowloads .wp-block-column a span {
		position: absolute;
		top: 2%;
		left: 0;
		white-space: nowrap;
	}
	.wp-block-image.full-page-intro-background > img, .full-page-intro-background .wp-block-image > img {
		min-height: 80vh;
	}
	.page-intro-wrapper {
		transform: none;
		top: 0;
		position: absolute;
		display: flex;
		height: 80vh;
		flex-direction: column;
		justify-content: flex-end;
		align-items: flex-start;
	}
	.page-intro-wrapper .wp-block-column:first-child {
		flex-basis: auto!important;
		flex-grow: 0;
	}
	.page-intro-wrapper .wp-block-column:nth-child(2) {
		display: none;

	}
	.page-intro-wrapper h1 {
		text-align: left;
		/* padding-left: 4vw; */
	}
	#about, #values, #history, #materials {
		padding-top: 10vh;
	}
	.msr-company-nav-content .wp-block-columns {
		margin-bottom: 6vh;
	}
	.msr-company-nav-content > div.wp-block-toolset-blocks-grid.tb-grid {
		grid-row-gap: 2vh;
		margin-bottom: 4vh;
	}
	.msr-company-nav {
		display: none;
	}
	.msr-company-nav-content > *:not(.history-carousel, .materials-gallery) {
		/* padding-left: .5rem;
		padding-right: .5rem; */
	}
	.history-carousel .js-wpv-view-layout {
		overflow-x: hidden;
	}
	.msr-company-nav-content .materials-gallery .wp-block-columns {
		flex-direction: column;
	}
	.msr-company-nav-content .materials-gallery .wp-block-columns .wp-block-column {
		flex-basis:100%!important;
	}
	.msr-company-nav-content .materials-gallery .wp-block-columns .wp-block-column:nth-child(2) {
		margin: 0;
	}
	.materials-gallery .wp-block-column:first-child  {
		order: 2;
		margin: 4vw;
		background-color: white;
		padding: 10px;
		transform: translateY(-30vw);
		z-index: 2
	}
	.materials-gallery .cycle-pager {
		top: 42vw;
		bottom: auto;
		color: rgba(255, 255, 255, 0.5);
	}
	.materials-gallery .cycle-pager-active {
		color: rgba(255, 255, 255, 0.8);
	}
	.news-cat-filter {
		display: none;
	}
	.n2-ss-slider-2 {
		height: 70vh!important;
	}
	.home div#n2-ss-3 .n2-ss-slide {
		top: 50%;
	}
	.home div#n2-ss-3 .n2-ss-slide h3, .home div#n2-ss-3 .n2-ss-slide h3 a {
		font-size: 3rem!important;
	}
	.n2-ss-slider .n2-ss-section-main-content {
		top: 0;
	}
	h3#n2-ss-3item1 {
		white-space: normal!important;
		line-height: 1.3em!important;
	}
	#mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
		background: none;
	}
	.hp-latest-news-wrapper .js-wpv-loop-wrapper  {
		overflow-x:scroll;
		-ms-overflow-style: none;  /* IE and Edge */
scrollbar-width: none;  /* Firefox */
	}
	.hp-latest-news-wrapper .js-wpv-loop-wrapper::-webkit-scrollbar {
		  display: none;
		}
	.hp-latest-news-wrapper .js-wpv-loop-wrapper .tb-grid {
		display: flex;
		flex-wrap: nowrap;
		width: 300vw;

	}
	.hp-latest-news-wrapper .js-wpv-loop-wrapper .tb-grid .tb-grid-column {
		width: 100vw;
	}
	.featured-project-banner .project-banner-container.tb-container {
		height: 70vh;
		display: flex;
flex-direction: column;
justify-content: flex-end;
	}

	.h-tabs-slide .wp-block-column:first-child p {
		transform: none;
		padding: 4rem;
	}
	.h-tabs-slide .wp-block-column:first-child {
		padding-left: 0;
	}
	.h-tabs-pager {
		display: block;
		flex-wrap: nowrap;
	}
	.archivie-details {
		padding: 20px 1rem;
	}
	.msr-tax-catalog {
		font-size: 1.3rem;
		line-height: 1.2rem;
		padding: 16px 2px;
		border-top: 1px solid rgba(33, 33, 33, 0.3);
		border-bottom: 1px solid rgba(33, 33, 33, 0.3);

		clear: both;
		text-align: center;
	}
	.msr-archive-tax-info {
		width: 50%;
		float: left;
		margin-bottom: 4rem;
	}
	.msr-family-designer {
		width: 50%;
float: left;
	}

	.msr-archive-product-list-container > form {
		margin: 3rem 0;
	}
	.msr-products-grid-item {
    padding: 0 8px 16px 8px;
    background: transparent;

	}

	.msr-products-grid-wrapper > .tb-grid {
		grid-row-gap: 0;
    grid-column-gap: 0;
	}
	.msr-products-grid-item .tb-heading {
		font-size: 1.1rem;
		line-height: 1.5;
	}

	.msr-products-grid-item .download-link-pdf {
		display: none;
	}
	.collezione-title-links {
		border-top: 1px solid #909090;
		border-bottom: 1px solid #909090;
		padding: 1rem 5px;
	}
	.collezione-title-links a, .archivie-details .msr-tax-catalog a {
		line-height: 1;
		justify-content: center;
		margin: 0;
    padding: 0;
    width: 50%;
    text-align: center;
	}
	.collezione-title-links a:first-child, .archivie-details .msr-tax-catalog a:first-child {
		padding-right: 10px;
	}
	.collezioni-page-header {
		margin-bottom: 4vh;
	}
	.colbigcard .tb-brick__content .colbigcard-content {
		padding: 0 0 24px 0 !important;
		background-color: transparent;
	}
	.family-grid .download-link-pdf {
		line-height: 1.5rem;
	}
	.family-grid h4 {
		line-height: 1.3em;
		margin: 1.1em 0 .5em 0;
	}
	#msr-cat-bc li {
		font-size: .9rem;
	}
	.tech-tab-pager {
		flex-wrap: nowrap;
		display: flex;
		overflow-x: scroll;
  	scroll-padding: 0 50%;
  	scroll-snap-type: x mandatory;
		width: 100%;
	}
.tech-tab-pager li, .tech-tab-pager li:hover, .tech-tab-pager li.active {
		width: 100%;
		max-width: 40vw;
	  scroll-snap-align: center;
		min-width: 50vw;
		display: inline-block;
	}
	.tech-right-image {
		padding: 0;
	}
	.tech-thumb {
		padding: 5vh 25vw;
	}
	.sales-network-search form.wpv-filter-form {
		flex-wrap: wrap;
	}
	.sales-network-search form.wpv-filter-form > * {
		width: 90%;
		margin: 1rem auto;
	}
	body.page main#primary > article > .entry-content > *:not(.download-wrapper, .full-page-intro-background, .custom-product-gallery) {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	body.page main#primary > article > .entry-content >	.h-tabs-block {
		padding-left: 1rem;
		padding-right: 0rem;	}
	.post-wrapper {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.tb-container .tb-container-inner {
		max-width: 100%!important;
	}
	body.collection-page-outdoor main#primary > article > .entry-content .outdoor-desc {
		margin-bottom: 5vh;
	}
	.outdoor-desc-text > .tb-container, .tech-intro-text > p {
		width: 100%;
	}
	.tech-intro-text > p {
		padding: 0;
	}
	.outdoor-desc-list {
		padding: 0;
		margin: 3vh 0 0 1.5rem;
	}
	.outdoor-tech-specs .tb-grid-column {
		padding: 0;
	}
	.outdoor-tech-specs .tb-grid-column .tb-container ul {
		margin: 0 0 2rem 0;
		padding: 0 0 0 1.2rem ;
	}
	.wp-block-image.tb-image[data-toolset-blocks-image="a7fcea340db9db87fd9f8c77af007490"] img {
		padding-top: 0!important;
		padding-left: 0!important;
		margin-top: 10vh;
	}
	.news-cat-filter .radio label, .tabbed-filter label {
		padding: 0 2vh .5rem 2vh;
	}
	.store-validation-ok {
		margin-top: 5vh;
	}
	.h-tabs-block {
	width: 100%;
	overflow: hidden;
	}
	.h-tabs-pager {
		display: flex;
		width: calc(100% - 1rem);
		overflow-x: auto;
		-ms-overflow-style: none;
		scrollbar-width: none;
		white-space: nowrap;
		padding-left: 1rem;
		gap: 1rem;
		column-gap: 1rem;
		scroll-snap-type: x mandatory;
		  scroll-padding: 50%;
	}
	.h-tabs-pager::-webkit-scrollbar {
  	display: none;
	}
	.h-tabs-pager li {
		white-space: nowrap;
		flex: 0 0 auto;
				margin-right: 1rem;
				scroll-snap-align: center;
	}
	.h-tabs-pager li:last-child {
		padding-right: 2rem;
		border-image: none;
		border-bottom: 0;
		scroll-snap-align: right;
	}
	.h-tabs-slide .wp-block-column:first-child p {
		padding: 4rem 1rem 2rem 1rem;
	}
	body.collection-page-outdoor .msr-products-grid {
		grid-column-gap: 16px;
	}

	body.collection-page-outdoor .msr-products-grid-item {
		padding-left:0;
		padding-right: 0;
		background:none;
	}
	body main#primary > article > .entry-content .h-tabs-block {
		margin-top: 5vh;
		margin-bottom: 5vh;
	}
	.featured-project-banner, .featured-designer-banner {
		max-height: none;
		height: auto;
		margin: 5vh 0;
	}
	.hp-latest-news-wrapper {
		margin-top: 5vh;
	}
	h2.hp-latest-news-block-heading {
		text-align: left!important;
	}
	.designer-banner-text .tb-field, .designer-banner-text .tb-fields-and-text {
		margin-left: 0;
		margin-top: 5vh;
	}
	article.designer .inpage-header {
		padding: 3vh 10vw;
	}
	.designer-image {
		transform: none;
		margin: 0;
	}
	.designers-list .tb-grid .tb-grid-column:nth-child(4n-3), .designers-list .tb-grid .tb-grid-column:nth-child(4n-4) {
    background: transparent;
    padding: 0;
	}
	.page-intro-wrapper.news-hero h1, .news-hero h2 {
		font-size: 2.5rem;
	}
	.header-content {
		padding-top:9px;
	}
	.hbspt-form input[type="text"], .hbspt-form input[type="email"], .hbspt-form input[type="tel"] {
		width: 100%;
	}
	.legal-consent-container {
		margin-top: 2rem;
	}
	.product-page-anchors {
		padding-left: 1rem;
		margin-bottom: 5vh;
	}
	.msr-custom-request .wp-block-column:first-child {
		padding: 5vh 1rem;
	}
	.entry-content {
		padding-bottom: 0;
	}
	#search-widget-wrapper .msr-popup-close {
    color: white;
    top: 14px;
    right: 6vw;
	}
	.hp-catalog-grid-link {
		height: 100%;
		text-align: center;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		padding-bottom: 24px;
	}
	.hp-catalog-grid-link a {
		display: block;
	}
	.hp-latest-news-wrapper .tb-grid-column .tb-field {
		line-height: 1em;
		margin-bottom: 0;
		font-size: .8rem;
		vertical-align: middle;
	}
	.custom-product-gallery {
		overflow-x: hidden;
	}
	.product-gallery {
		max-height: unset;
		overflow: hidden;
	}
	.product-gallery-image {
		height: 50vh;
		width: 100vw;
	}
	.product-gallery-image img {
		padding: 0;
		height: 50vh;
		width: 100%;
		object-fit: cover;
		object-position: center;
	}
	.project-details {
		padding: 0 1rem;
	}
	main#primary > article.project > .entry-header {
		margin-bottom: 1rem;
	}
	body.page-id-186 main#primary article > .entry-content > .wp-block-columns.page-intro-wrapper {
		margin-left: 4vw;
	}
	.card-carousel .js-wpv-loop-wrapper {
		max-width: calc(100% + 1rem);
	}
	.press-items-grid .tb-grid {
		grid-template-columns: .5fr .5fr;
	}
	.rel-news-grid {
		display: block!important;
		grid-row-gap: 0;
		grid-column-gap: 0;
		padding: 0 1rem;
	}
	.news-grid-element {
		margin-bottom: 3rem;
	}
}
@media (orientation: landscape) and (max-width: 991.98px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item ul[id^="menu-burger-products"] {
		display: flex;
		justify-content: space-between;
		width: 65vw;
	}
}



@media (max-width: 575.98px) {
	.msr-products-grid-wrapper > .tb-grid, .download-wrapper .js-wpv-view-layout .js-wpv-loop-wrapper .tb-grid {
    grid-template-columns: minmax(0, .5fr) minmax(0, .5fr) !important;
    grid-auto-flow: row;

	}
}

/* Safari 10.1+ */

@media not all and (min-resolution:.001dpcm) {
     @supports (-webkit-appearance:none) {
			 .project-collage-container .wpv-collage>div {
				 margin-bottom: 5vh;

			 }
     }
}
@media (min-width: 768px) and (max-width: 992px) {

	.h-tabs-slide .wp-block-column .wp-block-image {
		margin-top: 4em;
	}
}


@media (max-width: 767.98px) {
	.entry-content .family-grid .wpv-collage {
		display: block;
	}
	.entry-content .hp-family-grid  {
		margin-bottom: 10vh;
	}
	.entry-content .hp-family-grid .wpv-collage {
		display: block;
	}
	.entry-content .hp-family-grid .js-wpv-loop-wrapper {
		overflow: visible;
	}
	.entry-content .family-grid .wpv-collage .tb-brick {
		margin-bottom: 0;
	}
	#hp-subtitle {
		margin-top: 4rem;
		margin-bottom: 6rem;
	}
	.project-collage-container .wpv-collage {
		display: flex;
		margin-top: 10vh;
		flex-direction: column;
		row-gap: 5vh;
		gap: 5vh;
		grid-row-gap: 10vh!important;
	}
	.project-collage-container .wpv-collage > div > .tb-container {
    padding: 20% 6vw;
	}
	body.section-atelier .msr-archive-product-list-container > form > .form-group {
		flex-wrap: wrap;
	}
	body.section-atelier .msr-archive-product-list-container > form > .form-group > * {
		width: 100%;
		max-width: 90vw;
		margin:1rem auto;
		text-align: center;
	}
	body.section-atelier .msr-archive-product-list-container > form > .form-group input[type=text] {
		width: 100%;
	}
	body.catalog-filtered-page main#primary .wpv-view-output .js-wpv-loop-wrapper > .tb-grid {
		display: flex;
		flex-direction: column;
	}
	.download-grid-item {
		background-color: transparent;
	}
	.download-grid-item .tb-fields-and-text {
	}

	.download-grid-item .tb-fields-and-text a {
		opacity: 1;
		line-height: 1.6em;
	}
	body.catalog-filtered-page .download-wrapper .tb-grid-column {
		padding-bottom: 0;
	}
	#menu-main-nav-1, #menu-main-nav-english-1{
		margin-top: 1.6rem;
	}
	.product-dowloads .wp-block-columns {
		/* display: block;
		padding-top: 1.6rem; */
	}
	.product-dowloads .wp-block-column {
		/* width: 100%;
		border: 0;
		max-width: 50vw;
		margin: 0 auto; */
	}
	.product-dowloads .wp-block-column a {
		/* border: 0;
		margin: auto; */
	}
	.menu-sales-network-english-container, .menu-sales-network-container {
		padding: 0!important;
		max-width: 100%;

	}
	.ul[id^=menu-sales-network] {
		padding: 2rem 1rem;
	}
	.ul[id^=menu-sales-network] li {
		white-space: nowrap;
		margin: 0 0 0 1rem;
    padding: 0 1rem 0 0;
	}
	.ul[id^=menu-sales-network] li a {
		white-space: nowrap;
	}
	.store-search-results {
		display: block;
	}
	.download-grid-item {
		padding: 0;
	}
	.press-grouped-list h2 {
		padding: 2rem 10vw 2rem 10vw;
	}
.press-items-grid {
	margin-bottom: 2rem;
}


}

@media (max-height: 955px) {
ul.mega-sub-menu ul#menu-main-nav li, ul.mega-sub-menu ul#menu-main-nav-english li {
	font-size: 2.5rem;
	line-height: 2.5rem;
	margin-bottom: 3rem;
}
}

html[lang=it-IT] .project-collage-container a[data-bg] {
	background: linear-gradient(rgba( 0, 0, 0, 0 ),rgba( 0, 0, 0, 0 )), center center no-repeat;
  background-size: auto, cover;
  display: block;
}

.msr-ls-list {
	display: none;
	background: rgba(255,255,255,.9);
	padding: 1rem 1rem 0 1rem;
	text-transform: uppercase;
	position: absolute;
	font-size: .9rem;
	transform: translateX(-25%);
}
.msr-ls {
line-height: 2.5rem;
position: relative;
margin-right: 1rem;
}
.msr-ls .wpml-ls-legacy-list-vertical .wpml-ls-item {
	margin-bottom: 1rem;
}
.msr-ls-toggle {
	text-transform: uppercase;
	padding: 0 5px;
	color: inherit;
	vertical-align: middle;
	cursor: pointer;
}
.msr-ls-toggle span {
	display: inline-block;
}
.msr-ls-toggle:after {
	content: "\203A";
	line-height: inherit;
	vertical-align: middle;
	transform: rotate(90deg);
	display: inline-block;
	padding: 0;
	width: 1.5rem;
	text-align: center;
	vertical-align: baseline;
}
#msr-site-switch .msr-popup-content {
	height: auto;
	padding: 3rem;
}
#msr-site-switch .msr-popup-content p {
	font-size: 2rem;
	font-weight: bold;

}
.msr-site-switch-buttons {
	display: flex;
	width: 100%;
	justify-content: flex-start;
	gap: 2rem;
	column-gap: 2rem;
	flex-gap: 2rem;
	grid-gap: 2rem;
}
.msr-site-switch-buttons a {
	display: inline-block;
	padding: .5rem 1rem;
	margin: 0;
	background: #333;
	color: white;
}
.msr-site-switch-buttons a:first-child {
	background: #ccc;
}
.msr-site-switch-buttons a:hover {
	opacity: .8;
	cursor: pointer;
}
#msr-site-switch .msr-popup-show .msr-popup-close {
	display: none;
}
#msr-site-switch .msr-popup-content {
	overflow: auto;
}


body.page-id-3677 #download-cat-tabs .radio:not([style*="display:none"]):nth-last-child(5) {
  display: none;
}


.wp-block-social-links.is-style-logos-only .wp-social-link svg {
    height: 0.85em;
    width: 0.85em;
}

ul.social-icons li {
	display: inline-block; margin-right: 5px!important;
}

ul.social-icons li a:hover{
opacity: 0.7;
}

body.page-id-24745 nav#top-nav {
    display: none;
}
body.page-id-24745 nav#site-navigation {
    display: none;
}

article#post-24745 {
    padding: 0 20px;
}

body.page-id-24745 div#footer-content > div.wp-block-toolset-blocks-grid-column:nth-child(2) {
    display: none;
}
body.page-id-24745 div#footer-content > div.wp-block-toolset-blocks-grid-column:nth-child(3) {
    display: none;
}
body.page-id-24745 div#footer-content > div.wp-block-toolset-blocks-grid-column:nth-child(4) {
    display: none;
}


.finiture__container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	gap: 10px;
	margin-bottom: 30px;
	margin-top: 30px;
}

.finitura__thumb {
    border-radius: 100px;
	margin-bottom: 10px;
}
.finitura__thumb img {
    border-radius: 500px;
	
}

.finitura__name {
    font-size: 0.7em;
	line-height: 1.1em;
	text-align: center;
	margin-bottom: 10px;
}


.container__certificazioni {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	gap: 10px;
	margin-bottom: 30px;
	margin-top: 30px;
}

header.header__finiture {
    padding-top: 10vh;
    padding-bottom: 10vh;
    max-width: 1920px;
    background: white;
    padding: 36px 80px;
    overflow: hidden;
	background: white;
}

header.header__finiture__single {
    padding-top: 10vh;
    padding-bottom: 10vh;
    max-width: 1920px;
    background: white;
    padding: 36px 80px;
    overflow: hidden;
	background: linear-gradient(
    to bottom, 
    #ffffff 0%, 
    #ffffff 54%, 
    #ffffff 54%, 
    #ffffff 100%
  );
}

header.header__finiture__single {
	display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.finiture-gallery-header {
	padding: 36px 80px;
}
.product__items__details__container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    align-item: flex-end;
    align-items: flex-start;
	gap:5px;
}

.product__items__details__container p {
    margin-top: 0px;
    margin-bottom: 0;
	overflow: hidden;
    white-space: nowrap;
}

.heading__specs__after {

	margin-top: 30px;
}

.weight {
	width: 20px;
}
header.header__finiture__single .msr-tax-bc-wrapper {
width: 75%;
}

header.header__finiture__single .finiture__immagine {
	width: 25%;
	}

header.header__finiture__single img {
    border-radius: 500px; margin-top: 30px;
}

header.header__finiture__single ul#msr-cat-bc {
    margin-top: 50px;
}
header.header__finiture__single h1 {
   
    margin-top: 20px !important;
    line-height: 1.1em;
}


.finiture__descrizione {
    font-size: 15px;
}

.finiture__grid {
    padding: 36px 80px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.finiture__type {

	aspect-ratio: 1 / 1;
    background: blue;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;

}
.finiture__type a{

	color: white; 

}

.finiture__family {
    padding: 36px 80px;
}

.finiture__inner__container {
    padding: 30px;
    background: white;
}

.finiture__inner__container h3 {
    margin-top: 0;
}

.finiture__type a {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
	display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;

}

.finiture__type.verniciatura-opaca {
    background: url(/wp-content/themes/masiero/imgs/matt-painted.jpg) center no-repeat;
	object-fit: contain;
    background-size: contain;
}

.finiture__type.verniciatura-goffrata {
    background: url(/wp-content/themes/masiero/imgs/embossed-painted.jpg) center no-repeat;
    object-fit: contain;
    background-size: contain;
}


.finiture__type.verniciatura-lucida {
    background: url(/wp-content/themes/masiero/imgs/glossy-painted.jpg) center no-repeat;
	object-fit: contain;
    background-size: contain;
}

.finiture__type.verniciatura-raggrinzata-opaca {
    background: url(/wp-content/themes/masiero/imgs/fine-texture-paint.jpg) center no-repeat;
    object-fit: contain;
    background-size: contain;
}


.finiture__type.bagno-galvanico {
    background: url(/wp-content/themes/masiero/imgs/galvanic-bath.jpg) center no-repeat;
	object-fit: contain;
    background-size: contain;
}
.finiture__type.decorazione-a-foglia {
    background: url(/wp-content/themes/masiero/imgs/leaf-decoration.jpg) center no-repeat;
	object-fit: contain;
    background-size: contain;
}

.finiture__type.finiture-legno {
    background: url(/wp-content/themes/masiero/imgs/wood-finishing.jpg) center no-repeat;
	object-fit: contain;
    background-size: contain;
}

.finiture__type.ecopelle {
    background: url(/wp-content/themes/masiero/imgs/eco-leather.jpg) center no-repeat;
	object-fit: contain;
    background-size: contain;
}
.finiture__type.cuoio {
    background: url(/wp-content/themes/masiero/imgs/leather.jpg) center no-repeat;
	object-fit: contain;
    background-size: contain;
}





body.tax-finitura .product-gallery {
	margin-top: 0;
	margin-bottom: 0;
	max-width: 1200px;
}

		body.tax-finitura {
			overflow-x: hidden;
			}

	header.header__finiture {
		display: flex;
		flex-direction: row;
		align-content: space-between;
		align-items: center;
		justify-content: space-between;
		gap: 50px;
	}
	.finiture__description {
		font-size: 0.8em;
		line-height: 1.6em;
		width: 50%;
	}
	.finiture__type__inner {
		font-size: 0.8em;
		padding: 10px;
    text-align: center;
    line-height: 1.3em;
	}

@media (max-width: 991.98px) {
	.finiture__container {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 10px;
		margin-bottom: 30px;
	}

	.product__items__details__container p {
		min-width: 100px;
		white-space: pre-wrap;
	}

	.container__certificazioni {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	}


	header.header__finiture__single {
		padding-top: 1vh;
		padding-bottom: 2vh;
		max-width: 1920px;
		background: white;
		padding: 20px 20px;
		
	
	}
	header.header__finiture__single {
		display: flex;
		align-content: flex-start;
		justify-content: flex-end;
		align-items: flex-start;
		gap: 25px;
		flex-direction: column-reverse;
		flex-wrap: nowrap;
	}
	header.header__finiture__single ul#msr-cat-bc {
		margin-top: 0px;
	}
	header.header__finiture__single .msr-tax-bc-wrapper {
		width: 100%;
	}

	.finiture-gallery-header {
		padding: 20px 20px;
	}
	header.header__finiture {
		padding-top: 1vh;
		padding-bottom: 1vh;
		padding: 20px 20px 50px 20px;

	}

	header.header__finiture {
		display: flex;
		flex-direction: column;
		align-content: flex-start;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 0;
	}

	.finiture__description {
		font-size: 0.8em;
		line-height: 1.6em;
		width: 100%;
	}

	.finiture__grid {
		padding: 50px 20px  50px 20px;
		display: grid;
		grid-template-columns: 1fr 1fr ;
		gap: 20px;
	}

	.finiture__family {
		padding: 20px 20px  20px 20px;
	}


}



body.section-atelier .wpv-filter-form > .form-group {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1920px;
    align-items: flex-end;
    margin-bottom: 50px;
}

@media (max-width: 767.98px) {

	body.section-atelier .wpv-filter-form > .form-group {
		flex-wrap: wrap;
	}

}


@media (max-width: 991.98px) {

}



.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    margin: 0;
    width: auto!important;
}



.wp-block-columns.full-page-intro-background.custum-product-intro {
    gap: 0;
}




