/*!
Theme Name: Kenny & Mason
Theme URI: http://underscores.me/
Author: taurus & eagle
Author URI: https://taurusandeagle.com/
Description: A custom theme for Kenny & Mason
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: kennyandmason
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.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

/**
 * 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;
	scroll-behavior: smooth;
}


/*--------------------------------------------------------------
# Root color
--------------------------------------------------------------*/

:root {
    --type-1: "ivymode", sans-serif;
	--type-2: "proxima-nova", sans-serif;
    --color-dark: #2a2a2a;
    --color-ivory: #fcfaf5;
    --color-white: #fff;
	--color-light-white: rgba(255, 255, 255, 0.6);
	--color-black: #000;
	--color-light-grey: #E2E0DC;
	--color-medium-grey: #C9C8C5;
    --color-grey: #555555;
	--color-grey-two: #979797;
	--color-ecruk: #e8e5dd;
	--color-dark-overley: rgb(0 0 0 / 24%);
	--bg-arrow-right-dark: url(IMG/Arrow_right_dark.svg);
	--bg-arrow-right-white: url(IMG/Arrow_right_white.svg);
	--bg-arrow-down-dark: url(IMG/arrow-down-dark.svg);
	--transition-03: all 0.3s ease-in-out;
	--transition-05: all 0.5s ease-in-out;
	--transition-1: all 1s ease-in-out;
	--transition-2: all 2s ease-in-out;
	--transition-3: all 3s ease-in-out;
	--transition-delay-05: 0.5s;
	--transition-delay-1: 1s;
	--transition-delay-2: 2s;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--color-dark);
	font-family: var(--type-2);
	font-size: 18px;
	line-height: 1.5;
	font-weight: 400;
	position:relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin:0;
	font-family: var(--type-1);
	font-weight: 400;
}

p {
	margin-bottom: 1.5em;
}

.paragraph p:first-of-type,
p:first-of-type {
	margin-top: 0;
}

.paragraph p:Last-of-type,
p:Last-of-type  {
	margin-bottom: 0;
}

.tab-content p a,
.paragraph p a {
    background-image: linear-gradient(var(--color-dark), var(--color-dark));
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: 0 100%;
    transition: background-size 0.5s ease-in-out;
    text-decoration: none;
}

.tab-content p a:hover,
.paragraph p a:hover{
    background-size: 0% 1px;
    background-position: right bottom;
}

.projectExcerpt.paragraph p {
   font-size: 12px;
  font-weight: 200;
  line-height: normal;
  color:inherit;
  font-style: italic;
  letter-spacing:1px;
}

.paragraph.paragraph2c {
	column-count: 2;
    column-gap: 50px;
	font-size: 18px;
	line-height: 26px;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

abbr,
acronym {
	border-bottom: 1px dotted var(--color-dark);
	cursor: help;
}

mark,
ins {
	background: var(--color-ivory);
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: var(--color-ivory);
}

hr {
	background-color: var(--color-light-grey);
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

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

a:visited {
	color:inherit
}

a:hover,
a:focus,
a:active {
	color:inherit
}

a:focus {
	color:inherit
}

a:hover,
a:active {
	color:inherit
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: var(--color-light-grey) var(--color-light-grey) var(--color-light-grey);
	border-radius: 3px;
	background: var(--color-white);
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
	cursor: pointer;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	
}

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 {
    border:none;
	border-bottom: 1px solid var(--color-grey-two);
	border-radius: 0;
	padding: 0px;
}

textarea {
	border:1px solid var(--color-grey-two);
}

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 {

}

input[type="text"]:focus-within,
input[type="email"]:focus-within,
input[type="url"]:focus-within,
input[type="password"]:focus-within,
input[type="search"]:focus-within,
input[type="number"]:focus-within,
input[type="tel"]:focus-within,
input[type="range"]:focus-within,
input[type="date"]:focus-within,
input[type="month"]:focus-within,
input[type="week"]:focus-within,
input[type="time"]:focus-within,
input[type="datetime"]:focus-within,
input[type="datetime-local"]:focus-within,
input[type="color"]:focus-within,
textarea:focus-within,
select{
	border-color:var(--color-black);
}

select:focus-within {
	border: 1px solid var(--color-black);
}

textarea {
	width: 100%;
}

form div#field_submit {
    justify-content: flex-end;
}

body .IvoryBG input:-webkit-autofill,
body .IvoryBG textarea:-webkit-autofill,
body .IvoryBG select:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  box-shadow: 0 0 0px 1000px transparent inset !important;
  -webkit-text-fill-color: var(--color-dark) !important; /* colore testo */
  transition: background-color 9999s ease-in-out 0s;
  caret-color: var(--color-dark)
}

body .DarkBG input:-webkit-autofill,
body .DarkBG textarea:-webkit-autofill,
body .DarkBG select:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  box-shadow: 0 0 0px 1000px transparent inset !important;
  -webkit-text-fill-color: var(--color-white) !important; /* colore testo */
  transition: background-color 9999s ease-in-out 0s;
  caret-color: var(--color-white);
}

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

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

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

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


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

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

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

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}

	.onlyMobile {
		display:none!important;
	}
}




/* Sub Menu Navigation
--------------------------------------------- */

.main-navigation ul ul {
	float: left;
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	z-index: 9999;
	background-color: var(--color-ecruk);
	padding: 104px 5% 0;
	margin-top: -104px;
}

.main-navigation ul ul.sub-menu {
    transform: scaleY(0);
    top: -200px;
    position: absolute;
    transition:var(--transition-05);
}


.main-navigation ul ul.sub-menu:before {
    content: "";
    height: 1px;
    background: var(--color-grey-two);
	opacity:0.5;
    width: 0%;
    position: absolute;
    left: 0;
	transition:var(--transition-05);
	transition-delay: var(--transition-delay-05);
}


.main-navigation ul li:hover ul.sub-menu:before {
	width: 100%;
}

.main-navigation ul ul.sub-menu a {
    opacity:0;
    transition: all 0.1s ease-in-out;
}

.main-navigation ul li:hover ul.sub-menu {
    transform: scaleY(1);
    top: 104px;
    position: absolute;
	padding-right: calc(5% + 200px);
}

.main-navigation ul  li:hover ul.sub-menu a {
    opacity:1;
      transition: all 0.3s ease-in-out 0.3s;
}

.main-navigation ul ul ul {
	left: 0;
	top: 0;
}



/* Medium Sub Menu Navigation
--------------------------------------------- */
  @media only screen and (max-width: 1400px) {
	.main-navigation ul ul.sub-menu {
		transform: scaleY(0);
	}
	
	
	.main-navigation ul ul.sub-menu:before {
		content: "";
	}
	
	.main-navigation ul ul.sub-menu a {
		opacity:0;
	}

	header .main-navigation ul li ul.sub-menu li.Linkmenu {
		display:none;
	}
	
	.main-navigation ul li.focus ul.sub-menu li a {
		opacity:0.7;
	}
	
	.main-navigation ul li:hover ul.sub-menu,
	.main-navigation ul li.focus ul.sub-menu,
	.main-navigation ul li ul.sub-menu{
		transform: scaleY(0);
		top: 0;
		position: relative;
		padding-right: 0;
		padding-left: 0;
		padding-bottom:23px;
		display: none;
		transition: all 0.3s ease-in-out 0.3s;
	}
	.main-navigation ul li:hover ul.sub-menu,
	.main-navigation ul li.focus ul.sub-menu {
		transform: scaleY(1);
		display: block;
		pointer-events: auto;
	}
	
	.main-navigation ul  li.focus ul.sub-menu a {
		  opacity:1;
		  transition: all 0.3s ease-in-out 0.3s;
		  pointer-events: auto;
	}
	
	header .main-navigation .menu-menu-header-left-container  ul.sub-menu li,
	header .main-navigation .menu-menu-header-right-container ul.sub-menu li {
		border:none;
	}
	
	header .main-navigation .menu-menu-header-left-container  ul.sub-menu li a,
	header .main-navigation .menu-menu-header-right-container ul.sub-menu li a,
	header .main-navigation .menu-menu-header-left-container ul li ul.sub-menu li:first-of-type a,
	header .main-navigation .menu-menu-header-right-container ul li ul.sub-menu li:first-of-type a{
	padding: 15px 15px 15px 0;
	}
  }


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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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

/*General settings*/

body.menu-open {
	overflow: hidden;
}

/*heading size*/

.Head64 {
font-size: 64px;
line-height:80px;
letter-spacing: 1.83px;
}

.Head36 {
	font-size: 36px;
	line-height:46px;
	letter-spacing: 1.03px;
	font-weight: 300;
}
	
.Head20 {
	font-size: 20px;
	line-height:1.5;
	letter-spacing: 0.86px;
	font-weight: 200;
}

.Head18P {
	font-family:var(--type-2);
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 1;
	font-weight: 400;
}

.Head16 {
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 200;
}

.Head14P {
	font-family:var(--type-2);
	font-size: 14px;
	letter-spacing: 1.09px;
	font-style: italic;
}

.Head12 {
	font-size: 12px;
	font-weight: 200;
	font-style: italic;
}

.Head12P {
	font-family:var(--type-2);
	font-size: 12px;
	letter-spacing: 1.71px;
}

.Head10P {
	font-family: var(--type-2);
	font-size: 10px;
	letter-spacing: 1.43px;
}

.button {
	font-size: 14px;
	letter-spacing: 1.23px;
	font-weight: 400;
	text-decoration: none;
}

.ButtonReadMore {
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 200;
	font-style: italic;
	text-decoration: none;
	position:relative;
	padding-right: 42PX;
	transition: var(--transition-03);
	font-family: var(--type-1);
}

button.ButtonReadMore {
	border:none;
	background-color: transparent;
	padding-left:0;
	padding-top:15px;
	padding-bottom:15px;
}

button.ButtonReadMore.onlyMobile {
	display:none;
}

.TTCDBG .ButtonReadMore {
padding-left:2px;
}

.BorderButton,
.DWCatalogs{
padding:20px 30px;
border: 1px solid var(--color-grey-two);
color:var(--color-dark);
line-height: 1;
font-family: var(--type-1);
overflow: hidden;
position: relative;
z-index:1;
transition:color 0.3S ease-in-out 0.1s;
}

.DarkBG .BorderButton,
.image-banner .BorderButton {
	border: 1px solid var(--color-light-white);
	color:var(--color-white);
}

.BorderButton:before,
.DWCatalogs:before{
    content: "";
    position: absolute;
    left: -100%;
    width: 100%;
    height: 101%;
    background-color: var(--color-dark);
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    transition:left 0.3S ease-in-out;
}

.BorderButton:hover:before,
.DWCatalogs:hover:before{
	left: 0;
}

.BorderButton:hover,
.DWCatalogs:hover{
    color: var(--color-white);
    border-color:var(--color-grey-two);
}

.DarkBG .BorderButton:hover,
.image-banner .BorderButton:hover {
    color: var(--color-dark);
    border-color:var(--color-white);
}

.DarkBG .BorderButton:before,
.image-banner .BorderButton:before {
    background-color: var(--color-white);
}

a.BorderButton.PAbsolut {
	position:absolute;
}

.GhostButton,
.downloadB,
.FilterC ul#category-filters li span,
header .main-navigation ul li ul.sub-menu li.Linkmenu a,
.page-template-dealers .FilterC button span,
p.woocommerce-LostPassword a {
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 400;
	padding-right: 42PX;
	position:relative;
	transition: var(--transition-03);
	font-family: var(--type-1);
}

p.woocommerce-LostPassword a {
	font-style: italic;
	font-size: 12px;
	padding-right: 32PX;
}

.downloadB {
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 200;
}

.FilterC ul#category-filters li span,
.page-template-dealers .FilterC button span {
	font-size: 20px;
	letter-spacing: 0.86px;
	font-weight: 200;
	padding-right: 42PX;
}

.GhostButton:hover,
.ButtonReadMore:hover,
.linkbox:hover .downloadB,
.FilterC ul#category-filters li:hover span,
.page-template-dealers .FilterC button:hover span,
header .main-navigation ul li ul.sub-menu li.Linkmenu a:hover {
padding-right:52px;
}

p.woocommerce-LostPassword a:hover{
	padding-right:42px;
	}

.ButtonReadMore:after,
.GhostButton:after,
section.IvoryBG.projectsSec3 .buttonProject:after,
.downloadB:after,
.FilterC ul#category-filters li span:after,
.page-template-dealers .FilterC button span:after,
header .main-navigation ul li ul.sub-menu li.Linkmenu a:after,
p.woocommerce-LostPassword a:after {
    content: "";
    position: absolute;
    top: 50%;
	right:0;
    transform: translateY(-50%);
    height: 12.23px;
    width: 32.87px;
    background-image: var(--bg-arrow-right-dark);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

p.woocommerce-LostPassword a:after {
	height: 10px;
    width: 20px;
}

.DarkBG .ButtonReadMore:after,
.DarkBG .GhostButton:after,
.image-banner .GhostButton:after,
.DarkBG .downloadB:after,
.DarkBG .FilterC ul#category-filters li span:after,
header.DarkBG  .main-navigation ul li ul.sub-menu li.Linkmenu a:after{
    background-image: var(--bg-arrow-right-white);
}

/*setting Text*/
.Type1 {
	font-family: var(--type-1);
}

.Type2 {
	font-family: var(--type-2);
}

.ThinTx {
	font-weight: 200;
}

.LightTx {
	font-weight: 300;
}

.RegularTx {
	font-weight: 400;
}

.BoldTx {
	font-weight: 700;
}

.NormalTx {
	font-style: normal;
}

.ItalicTx {
	font-style: italic;
}

.TextCentered {
	text-align: center;
}

.UPtext {
	text-transform: uppercase;
}

/*Text Color*/
.WhiteTx {
	color: var(--color-white);
}

.DarkTx {
	color: var(--color-dark);
}

/*background Color*/
.IvoryBG {
	background-color:var(--color-ivory);
	color: var(--color-dark);
}

.EcrukBG {
	background-color:var(--color-ecruk);
	color: var(--color-dark);
}

.DarkBG {
	background-color:var(--color-dark);
	color: #fff;
}

.DarkOverley {
    width: 100%;
    height: 100%;
    background-color: var(--color-dark-overley);
}

/*Position*/

.PAbsolute {
	position: absolute;
}

.PRelative {
	position: relative;
}

.CenterDiv {
    margin: 0 auto;
}

/*Flex*/

.flex {
	display:flex;
}

.flexWrap {
	flex-wrap: wrap;
	align-content: flex-start;
}

.W28 {
	width: 28%;
}

.W35 {
	width: 35%;
}

.W50 {
	width: 50%;
}

.W65 {
	width: 65%;
}

.W76 {
	width: 76%;
}

.W100 {
	width: 100%;
}

.alignITFE {
	align-items: flex-end;
}

.alignITCT {
	align-items: center;
}

.alignITST {
	align-items: stretch;
}

.AlignCFS {
	align-content: flex-start;
}

.AlignCSB {
	align-content: space-between;
}

.AlignCFC {
	align-content: center;
}

.AlignSelfC {
	align-self:center;
}

.JCSB {
	justify-content:space-between;
}

.JCC {
	justify-content:Center;
}

/*GAP*/

.gap5p {
	column-gap: 5%;
	row-gap: 75px;
}

.gap7 {
	gap:7%;
}

.gap15 {
	gap:15px;
}

.gap15p {
	gap:15.53%;
}

.gap23 {
	gap:23px;
}

.gap30{
	gap:30px;
}

.gap36 {
	gap:36px;
}

.gap40 {
	gap:40px;
}

.gap6_7 {
	gap:6.7%;
}

.gap75 {
	gap:75px;
}

.gap86 {
	gap:86px;
}

.gap100 {
	gap:100px;
}


/*max witdh*/

.maxWitdh340 {
	max-width: 340px;
}

.maxWitdh375 {
	max-width: 375px;
}

.maxWitdh475 {
	max-width: 475px;
}

.maxWitdh650 {
	max-width: 650px;
}

.maxWitdh768 {
	max-width: 768px;
}

.maxWitdh1024 {
	max-width: 1024px;
}

/*Paddings*/

.padding5 {
	padding-left:5%;
	padding-right: 5%;
}

.padding7 {
	padding-left:7%;
	padding-right: 7%;
}

.padding10 {
	padding-left:10%;
	padding-right: 10%;
}

.padding12 {
	padding-left:12%;
	padding-right: 12%;
}

.paddingTB20 {
	padding-top:20px;
	padding-bottom: 20px;
}

.paddingTB45 {
	padding-top:45px;
	padding-bottom: 45px;
}

.paddingTB65 {
	padding-top:65px;
	padding-bottom: 65px;
}

.paddingT150p {
	padding-top: 150%;
}

.paddingTB120 {
	padding-top: 120px;
	padding-bottom: 120px;
}

.paddingTB150 {
	padding-top: 150px;
	padding-bottom: 150px;
}

.paddingT250 {
	padding-top: 250px;
}

section.DarkBG + section.DarkBG  {
    padding-top:0;
}

section.IvoryBG + section.IvoryBG  {
    padding-top:0;
}

section.IvoryBG + section.IvoryBG.verticalLine,
section.DarkBG+ section.DarkBG.verticalLine {
    padding-top: 200px;
}

section.DarkBG + section.DarkBG.projectsSec3,
section.IvoryBG + section.IvoryBG.projectsSec3{
      padding-top: 250px;
}

section:last-of-type.IvoryBG {
    padding-bottom: 0;
}

/*aspect ratio*/

.aspect-ratio-1-1 {
	aspect-ratio: 1 / 1;
}

.aspect-ratio-2-3 {
	aspect-ratio: 2 / 3;
}

/*Image background*/

.imageBG{
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}

.blackOVR {
	position: absolute;
	Top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(22,22,22,0.2), rgba(22,22,22,0.2)), linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(30,30,30,0) 85.53%, rgba(0,0,0,0.55) 100%), linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(30,30,30,0) 59.31%, rgba(30,30,30,0.27) 66.15%, rgba(0,0,0,0.69) 100%);
	transform: rotate(0deg) scale(-1);
  }

  /*vertical line*/

  .verticalLine {
    position:relative
}

.verticalLine:after,
span.logoKM.logoKML:after {
    content:"";
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    position:absolute;
    width: 1px;
    height: 151px;
    background-color:var(--color-light-grey);
}

section.linksRepeater.verticalLine + section.paddingTB150 {
    padding-top: 20px;
}

/*horizontal line*/

span.HLBG {
	height:1px;
	background-color: var(--color-light-grey);
}

.DarkBG span.HLBG {
	background-color: var(--color-grey);
}


/*Logo KM*/

span.logoKM.logoKML {
	top: calc(151px + 36px);
    left: 50%;
    width: 67px;
    height: 30px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
    transform: translateX(-50%);
}

span.logoKM.logoKML:after {
	background-color:var(--color-light-grey);
	bottom: unset;
	top: calc(-151px - 36px);
}

.DarkBG span.logoKM.logoKML:after {
	background-color:var(--color-grey);
}

.no_km_logo span.logoKM.logoKML {
    display:none;
}

section.IvoryBG.yes_km_logo {
    padding-top:250px
}

section.IvoryBG + section.IvoryBG.yes_km_logo{
    padding-top:250px;
}

section.DarkBG + section.DarkBG.yes_km_logo{
    padding-top:250px;
}

/*Border*/

.borderB {
	border-bottom: 1px solid var(--color-light-grey);
}

.borderT {
	border-top: 1px solid var(--color-light-grey);
}

.DarkBG .borderT {
    border-top: 1px solid var(--color-grey);
}

.DarkBG .borderB {
    border-bottom: 1px solid var(--color-grey);
}

@media (min-width: 960px) {

/*transition*/

section span.logoKM.logoKML {
    transform: translateY(-151px) translateX(-50%);
	opacity:0;
    transition: var(--transition-2);
}

section.in-viewport span.logoKM.logoKML {
    transform: translateY(0) translateX(-50%);
	opacity:1;
}

section.verticalLine:after {
    height:0;
    bottom:151px;
    transition:var(--transition-2);
}

section.verticalLine.in-viewport:after {
    height: 151px;
    bottom:0px;
}
section span.logoKM.logoKML:after {
	height:0;
	transition:var(--transition-2);
	transition-delay: 2s;
}

section.in-viewport span.logoKM.logoKML:after {
   height:151px;
   transition-delay: 2s;
}

.horizontal_line span.HLBG.W100 {
	width:0;
	transition:var(--transition-2);
}

.horizontal_line.in-viewport span.HLBG.W100 {
	width:100%;
}

/*transition hover img*/
.products_category a.CatProductBox .CatProductImage,
 section.projectsSec3 .projectenBox .projectItem .projectImage,
 section.projectsSec3.in-viewport .projectenBox .projectItem:nth-child(2) .projectImage,
 .sectionAll .allPosts a.singlePostsAll .projectImage {
   transition:var(--transition-05);
   background-size: 100%;
}

 .products_category a.CatProductBox:hover .CatProductImage {
  transition:var(--transition-05);
  background-size: 110%;
 }

section.projectsSec3 .projectenBox .projectItem:nth-child(2) .projectImage,
section.projectsSec3.in-viewport .projectenBox .projectItem:hover .projectImage,
.sectionAll .allPosts a.singlePostsAll:hover .projectImage  {
   background-size:110%;
}

.imageFullsec .imageBG.imageFull {
	transition:var(--transition-3), transform 1.5s ease-in-out, opacity 1.5s ease-in-out;
	transform:translateY(200px);
	opacity:0;
}

.imageFullsec.in-viewport .imageBG.imageFull {
	transition:var(--transition-3), transform 1.5s ease-in-out, opacity 1.5s ease-in-out;
	transform:translateY(0px);
	opacity:1;
}

section.image-banner.padding5 {
    padding-left: 20%;
    padding-right: 20%;
	transition:var(--transition-2);
}

section.image-banner.padding5.in-viewport {
    padding-left: 5%;
    padding-right: 5%;
}

/*transition title box*/

section .titlesBox,
section.TTCDBG .W65,
section form,
section h2,
section h3,
section .paragraph,
section .buttons,
section.image-banner h1,
section.FAQsec .FAQBox,
.products_category .CatProductsSlider,
.products_category .DWCatalogs
  {
    transition:all 1.5S ease-in-out;
	transition-delay: var(--transition-delay-05);
    opacity:0;
    transform:translateY(200px);
}

section.FAQsec .FAQBox  {
	transition-delay: unset;
}

section.FAQsec .FAQ h3 {
	opacity:1;
	transform:translateY(0px);
}

section.FAQsec .FAQBox .paragraph.content-toggle {
    margin-top: 23px;
}

.products_category .DWCatalogs {
	margin-top:25px;
}

section.image-banner h1,
section.image-banner .buttons {
	transition-delay: var(--transition-delay-2);
}

section.TTCDBG .W65,
.products_category .CatProductsSlider,
section.in-viewport form {
	transition-delay: var(--transition-delay-1);
}

.CTAsec .contentBox *{
	opacity:0;
	transition:var(--transition-1);
	}

section.in-viewport .titlesBox,
section.TTCDBG.in-viewport .W65,
section.in-viewport form,
section.in-viewport h2,
section.in-viewport h3,
section.in-viewport .paragraph,
section.in-viewport .buttons,
section.image-banner.in-viewport h1,
.products_category.in-viewport .CatProductsSlider,
.products_category.in-viewport .DWCatalogs,
.CTAsec h2,
.CTAsec h3,
.CTAsec .paragraph,
.CTAsec .buttons,
.CTAsec.in-viewport .contentBox *,
section.FAQsec .FAQBox.in-viewport,
.sectionAll .allPosts a.singlePostsAll.in-viewport,
.sectionAll a.projectAll-item.singlePostsAll.visible:first-of-type,
.sectionAll a.projectAll-item.singlePostsAll:first-of-type,
.sectionAll .allPosts a.singlePostsAll.visible:first-of-type {
    opacity:1;
    transform:translateY(0px);
}

section.products_category.slider4 .CatProductsSlider {
    padding-top: 145px;
}

section.products_category.slider4:has(h2.Head36) .CatProductsSlider {
    padding-top: 0px;
}

.TTL2C .content * {
	transform:translateY(0px);
	opacity:1;
}

.TTL2C .content {
	transform:translateY(0px);
	transform:translateX(-150px);
	transition: var(--transition-2);
	opacity:0,
}

.TTL2C .content:nth-child(2) {
	transform:translateY(0px);
	transform:translateX(150px);
}

.TTL2C.in-viewport .content {
	transform:translateX(0px);
	opacity:1;
}

}

/*CURSOR*/

.cursor {
    display: block;
    width: 20px;
    height: 20px;
    position: fixed;
    top: -10px;
    left: -10px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid var(--color-white);
    pointer-events: none;
    transition: all 0.2s ease-out;
    z-index: 1050;
    mix-blend-mode: exclusion;
    opacity: 0.3;
}

.cursor.selected {
     opacity:1;
	 width: 80px;
    height: 80px;
	top: -40px;
    left: -40px;
	border:1px solid var(--color-white);
	background-color: unset;
	 mix-blend-mode: exclusion;
}

.cursor.selected.selectedfull {
	width: 40px;
    height: 40px;
	top: -20px;
    left: -20px;
	mix-blend-mode: exclusion;
	border:1px solid var(--color-white);
	background-color: var(--color-white);
}

.expand {
    background: transparent;
    animation: moveCursor2 .5s forwards;
}

@keyframes moveCursor2 {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(2);
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

/*Header*/

header#masthead,
header#masthead.nav-down  {
	position: FIXED;
    top: 0;
    left: 0;
    width: 100%;
	z-index:99;
	transition: all 0.3s ease-in-out;
}

header#masthead.nav-up {
    top: -200px;
}

body.admin-bar header#masthead {
    top: 32px;
}

header .site-branding {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	z-index:2;
}

header .site-branding a.custom-logo-link img {
    max-height: 37px;
}

header .main-navigation {
	position:relative;
	z-index:1;
}

header .main-navigation a {
    padding: 40px 20px;
	z-index: 99999;
    position: relative;
	line-height:1;
}

header .main-navigation ul li a {
font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.09px;
  color: var(--color-dark);
}

header .main-navigation ul li ul.sub-menu{
	flex-wrap:wrap;
}

header .main-navigation ul li ul.sub-menu li a {
	padding: 40px 20px;
}

header .main-navigation .menu-menu-header-left-container li:first-of-type a {
    padding-left: 0px;
}

header .main-navigation .menu-menu-header-right-container li:last-of-type a {
    padding-right: 0px;
}

header .main-navigation .menu-menu-header-left-container  ul.sub-menu li a,
header .main-navigation .menu-menu-header-right-container ul.sub-menu li a {
padding-right:40px;
}

header .main-navigation .menu-menu-header-left-container ul li ul.sub-menu li:first-of-type a,
header .main-navigation .menu-menu-header-right-container ul li ul.sub-menu li:first-of-type a
 {
	padding-right:40px;
	padding-left: 0px;
}

header .main-navigation ul li ul.sub-menu li.Linkmenu {
    position: absolute;
    right: 5%;
	font-style: italic;
}

header .main-navigation li.search a{
	padding: 30px 20px 0px;
}

header .main-navigation li.search form input {
background: transparent;
font-size: 14px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 1.09px;
color:var(--color-dark);
padding: 8px 30px 8px 0;
}

header .main-navigation li.search form button {
    position: relative;
    font-size: 0;
	padding: 15px;
    background-color: transparent;
    border: none;
	margin-left: -28px;
}

header .main-navigation li.search form button:after {
    content: "";
    background-image: url(IMG/searchIcon.svg);
    position: absolute;
    top: calc(50% - 3px);
    left: 50%;
    transform: translate(-50%, -50%);
    height: 15px;
    width: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

header .main-navigation li.wishlist a,
header .main-navigation li.account a {
	position:relative;
	font-size:0;
	padding: 40px 10px;
}

header .main-navigation li.wishlist a:before,
header .main-navigation li.account a:before {
    content: "";
	background-image: url(IMG/wishlist.svg);
    position: absolute;
	top: calc(50% + 10px);
    left: 50%;
    transform: translate(-50%, -50%);
    height: 15px;
    width: 17.3px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

header .main-navigation li.account a:before {
	background-image: url(IMG/accountIcon.svg);
}

/*Footer*/

footer .Socialmenu a {
    padding: 12px 20px;
	font-family: var(--type-1);
}

footer .menuFooter ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .menuFooter ul li a {
    padding: 12px 20px;
	font-family: var(--type-2);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1;
}

footer .menuFooter ul li:last-of-type a {
    padding-right:0;
}

Footer .menuFooter {
    display: flex;
    align-items: center;
    gap: 40px;
}

Footer .menuFooter .logoLinkFB61 {
    position:relative;
    width: 50px;
    height: 50px;
    background-image: url(IMG/fabriek61.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

Footer .menuFooter .logoLinkFB61 a.FullLink {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Cookie */

body .cky-box-bottom-left {
    bottom: 20px;
    left: 20px;
}

body .cky-consent-container .cky-consent-bar {
    box-shadow: none;
    border-radius: 0 ;
}

p.cky-title {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.86px;
    font-weight: 200!important;
    font-family: var(--type-1);
}

.cky-notice-des p {
    font-size: 13px;
	line-height: 18px
}

.cky-notice-btn-wrapper .cky-btn {
    font-family: var(--type-1);
    font-size: 12px;
	border-radius: 0;
    letter-spacing: 1px;
    border: 1px solid var(--color-ecruk);
}

@media (max-width: 440px) { 
	body .cky-notice-btn-wrapper {
		flex-wrap: nowrap;
		flex-direction: row;
		gap: 5px;
	}

	body .cky-notice-btn-wrapper .cky-btn-accept {
		margin-top: 10px;
	}

	.cky-custom-brand-logo-wrapper, .cky-notice .cky-title, .cky-notice-des, .cky-notice-btn-wrapper {
        padding: 0 16px;
    }
}

@media (max-width: 576px) {

	body .cky-box-bottom-left {
		bottom: 0;
		left: 0;
	}
	
}

/*Notification Bar*/

div#notificationBox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 998;
    background-color: var(--color-ecruk);
    color: #2a2a2a;
    text-align: center;
    display: none;
}

body.admin-bar div#notificationBox {
    top:32px;
}

div#notificationBox .paragraph p {
     padding: 15px 5%;
   font-family: var(--type-2);
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.09px;
}

div#notificationBox span {
    position:absolute;
    width: 15px;
    height: 15px;
    top:50%;
    right:5%;
    transform:translateY(-50%);
    cursor:pointer;
}

div#notificationBox.NoNotBar span {
    display: none;
}

div#notificationBox span:before,
div#notificationBox span:after {
    content: "";
    width: 100%;
    height: 1px;
    border-radius:50px;
    background-color: #212121;
    position:absolute;
    top:50%;
    transform:translate(-50%, -50%)rotate(-45deg);
    }

div#notificationBox span:before{
    transform:translate(-50%,-50%) rotate(45deg);
    }
.noNotification {
    display:none;
}


  /*Banner*/

  .containerBanner {
    z-index: 1;
}

/*Banner Home*/

section.image-banner .imageBG {
	min-height: calc(100vh - 120px - 175px);
}

/*Banner general*/

section.title_banner {
	padding-top:80px;
}

/*Links repeater*/

section.linksRepeater .linkRBox {
	border: solid 1px var(--color-light-grey);
	border-top:none;
	border-left:none;
	padding: 45px;
	position:relative;
}

section.linksRepeater  .linkRBox:last-of-type{
	border-Right:none;
}


section.linksRepeater.verticalLine {
    padding-bottom: 151px;
}

section.linksRepeater a.linkR {
	font-family: var(--type-1);
    padding-right: calc(40px + 32.87px);
	transition:all 0.3s ease-in-out;
}

section.linksRepeater a.linkR:hover {
	padding-right: calc(50px + 32.87px);
}

section.linksRepeater a.linkR:after {
    content:"";
    position: absolute;
    top: 50%;
	right:0;
    transform: translateY(-50%);
    height: 12.23px;
    width: 32.87px;
    background-image: var(--bg-arrow-right-dark);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/*section.products_category*/

section.slider4 {
	overflow: hidden;
}

section.products_category.slider4 {
    width: 100%;
	padding-right:0;
	padding-left:0;
}

section.products_category.slider4 .CatProductsSlider.SlickSlider4 .slick-list,
section.images_slider .SlickSlider4 .slick-list{
	padding-right:5%;
	padding-left:5%;
}

.CatProductsSlider.SlickSlider4 a.CatProductBox,
section.images_slider .SlickSlider4 .slick-list a.SliderImageBox {
	margin-right: 1.5%;
	opacity:0;
	transition: all 0.3s ease-in-out;
  }

  section.images_slider .SlickSlider4 .slick-list a.SliderImageBox {
	margin-right: 1.1%;
  }
  

.SlickSlider4 a.CatProductBox.slick-active,
.SlickSlider4 a.CatProductBox.slick-active + a.CatProductBox.slick-slide,
section.images_slider .SlickSlider4 .slick-list a.SliderImageBox.slick-active,
section.images_slider .SlickSlider4 .slick-list a.SliderImageBox.slick-active + a.SliderImageBox.slick-slide {
	opacity:1;
  }

  .CatProductsSlider.SlickSlider4:has(button) .slick-list:after,
  section.images_slider .SlickSlider4:has(button) .slick-list:after {
	position: absolute;
	bottom: 1px;
	content:"";
	width:calc(90% - 127px);
	height:1px;
	background-color:var(--color-light-grey);
  }

  .CatProductsSlider.SlickSlider4:has(button) a.CatProductBox > .flex.catHeigh,
  section.images_slider .SlickSlider4:has(button) .slick-list a.SliderImageBox{
    padding-bottom:83px
}

.CatProductsSlider.SlickSlider4 a.CatProductBox > .flex.catHeigh:after,
section.images_slider .SlickSlider4 .slick-list a.SliderImageBox:after {
	content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom:1px;
    left:0;
    background-color: transparent;
	opacity:0;
	transition:all 0.3s ease-in-out;
}

.CatProductsSlider.SlickSlider4 a.CatProductBox.slick-slide.slick-active:hover > .flex.catHeigh:after,
section.images_slider .SlickSlider4 .slick-list a.SliderImageBox.slick-slide.slick-active:hover:after {
	opacity: 1;
}

.SlickSlider4 a.CatProductBox.slick-slide.slick-active + a.CatProductBox.slick-slide:hover > .flex.catHeigh:after,
section.images_slider .SlickSlider4 .slick-list a.SliderImageBox.slick-slide.slick-active + a.SliderImageBox.slick-slide:after
 {
	opacity: 1;
}

.CatProductsSlider.SlickSlider4 a.CatProductBox.slick-active:last-of-type > .flex.catHeigh:after,
section.images_slider .SlickSlider4 .slick-list a.SliderImageBox.slick-active:last-of-type:after {
	width: calc(100% - 50px);
}

button.slick-prev,
button.slick-next {
    border: unset;
    border-color: unset;
    border-radius: unset;
    background-color: var(--color-ivory);
    background-image: var(--bg-arrow-right-dark);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    color: unset;
    padding: unset;
    font-family: unset;
    font-size: unset;
    line-height: unset;
    font-weight: unset;
    font-size: 0;
    position: absolute;
    bottom: -5px;
    right: calc(5% - 48px);
    width: calc(32.5px + 40px);
    height: 12.23px;
	transition:all 0.3s ease-in-out;
}

button.slick-prev {
	right: calc(5% + 55px);
	transform: rotate(180deg);
	background-position: 0px;
}

button.slick-prev:hover {
    background-position: 10px;
}

button.slick-next:hover {
    background-position: 10px;
}

ul.slick-dots {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0 0 0 5%;
    width: calc(100% - 203px);
    bottom: -3.5px;
}

ul.slick-dots li {
    width: 100%;
}

ul.slick-dots li button {
    width: 100%;
    padding-top: 77px;
    font-size: 0;
    border: none;
    border-radius: 0;
    background-color: transparent;
	border-bottom: 2px solid transparent;
	transition:all 0.3s ease-in-out;
}

ul.slick-dots {
    position: absolute;
}

ul.slick-dots li.slick-active button {
    border-bottom: 2px solid var(--color-dark);
}


/*Product count*/

/* Imposta la posizione del titolo */
.CatProductTitle {
    position: relative;
    padding-right: 50px;
}

/* Rimuove il contatore dalla box principale */
.CatProductBox::after {
    content: none;
}

/* Imposta il contatore globale */
.CatProductsSlider {
    counter-reset: catCount 0;
}

/* Incrementa il contatore su ogni elemento */
.CatProductBox:not(.slick-cloned){
    counter-increment: catCount;
}

/* Mostra il contatore nel formato 001, 002, 003... */
.CatProductTitle::after {
    content: "00" counter(catCount);
	font-family: var(--type-2);
    font-size: 10px;
    text-align: right;
	text-transform: uppercase;
	letter-spacing: 1.43px;
    font-weight: normal;
    position: absolute;
    top: 4px;
    right: 0;
}

/* Quando il numero è maggiore di 9 (10-99), togli uno zero */
.CatProductBox:nth-child(n+10) .CatProductTitle::after {
    content: "0" counter(catCount);
}

/* Quando il numero è maggiore di 99 (100+), togli tutti gli zeri */
.CatProductBox:nth-child(n+100) .CatProductTitle::after {
    content: counter(catCount);
}


/*button catalog*/

.DWCatalogs {
    position: absolute;
    top: calc(20px - 6px);
    right: 5%;
	border:none;
	padding:0;
}


.DWCatalogs a {
	display:block;
	font-family: var(--type-1);
	font-size: 14px;
	letter-spacing: 1px;
	border: 1px solid var(--color-grey-two);
    padding: 20px;
}

/*section button Catalog*/

section.catalogsecbox .DWCatalogs {
	position: relative;
    display: flex;
    top: unset;
    right: unset;
    padding: 0;
}

section.catalogsecbox .DWCatalogs a {
	padding:20px;
}

/*projectsSec3*/

.projectsSec3{
	overflow:hidden;
}

.projectsSec3 .projectItem {
	width: 24.1%;
}

.projectsSec3 .projectItem .titlesbox {
	max-width: 250px;
}

.projectsSec3 .projectItem:nth-of-type(1) {
    align-self: flex-end;
    margin-bottom: 7.7%;
}

.projectsSec3 .projectItem:nth-of-type(2){
	width: 38.4%;
}

.projectsSec3 .projectItem:nth-of-type(2) .titlesbox {
	max-width: 300px;
}

.projectsSec3 .projectItem:nth-of-type(2) h3 {
    font-size: 24px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.03px;
}

.projectsSec3 .projectItem:nth-of-type(3) {
    align-self: flex-start;
    margin-top: 7.7%;
}

.projectsSec3 .projectItem .projectImage {
    padding-top:84.32%;
	height:0;
}

.projectsSec3 .projectItem:nth-of-type(2) .projectImage {
	padding-top:139.96%;
}

.projectsSec3 .buttonProject {
	bottom: calc(150px + 80px);
	right: 12%;
	font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.23px;
}

section.IvoryBG.projectsSec3 .buttonProject{
    border: none;
    font-style: italic;
    font-family: var(--type-1);
	bottom: calc(150px + 100px);
	padding-right: 42PX;
	transition: var(--transition-03);
}

section.IvoryBG.projectsSec3 .buttonProject:after {
	transition: all 0.3s ease-in-out;
}

section.IvoryBG.projectsSec3 .buttonProject:hover:after {
    right: -10px;
}

.IvoryBG.projectsSec3 .buttonProject.BorderButton:before {
    content: none;
}

.IvoryBG.projectsSec3 .buttonProject.BorderButton{
	overflow: unset;
}

.IvoryBG.projectsSec3 .buttonProject.BorderButton:hover {
    color: var(--color-dark);
}

.projectExcerpt {
	font-family: var(--type-1);
	font-size: 12px;
	font-weight: 200;
	line-height: normal;
	color:inherit;
	font-style: inherit;
	letter-spacing:1px;
 }

/*image full*/

section.DarkBG + section.imageFullsec.DarkBG  {
	margin-top: -50px;
}

.imageFullsec .imageBG.imageFull {
    aspect-ratio: 1.83 / 1;
}

.imageFullsec .imageBG.imageFull:has(.video-bg) {
    aspect-ratio: 16 / 9;
}

.ratioVerticaret {
	aspect-ratio: 19 / 20;
}

/*Video BG*/

.video-bg {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 1px);
    height: 100%; /* Rende il video a schermo intero */
    overflow: hidden;
    max-width: calc(100% + 1px);
}

.video-bg iframe {
    top: 50%;
    left: 50%;
    width: calc(100% + 0px);
    max-width: unset;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
	pointer-events: none;
}

/*Products info*/

.productsBox .linkProduct .product-thumbnail.imageBG {
    width: 75px;
    aspect-ratio: 1 / 1;
}

.productsBox .linkProduct .titlesBox.flex.flexWrap {
    flex-direction: column;
	max-width:175px;
}


/*Image info section*/

.ImageInfoSec .imageSide .imageBG {
    aspect-ratio: 24 / 20.35;
	height:100%;
}

.ImageInfoSec .imageSide {
	flex: 1 1 48.63%;
}

.ImageInfoSec .infoside {
	flex: 1 1 35.84%;
    padding: 60px 0;
}

.ImageInfoSec .infoside p {
	font-size: 18px;
	line-height: 26px;
}

.ImageInfoSec .Rside {
    flex-direction: row-reverse;
}

/* YouTube popup*/
.grtyoutube-popup {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:99999;
}

.grtyoutube-popup-content {
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	max-width: 80%;
	margin-left:auto;
	margin-right:auto;
	position: absolute;
	text-align: center;
}

.grtyoutube-popup-close {
	position:absolute;
	top: -30px;
	right: -60px;
	color:#FFF;
	font-size: 50px;
	width: 30px;
	height: 30px;
	cursor:pointer;
}

.grtyoutube-iframe {
	width:100%;
	aspect-ratio: 16 / 9;
}

.display-inline .grtyoutube-iframe-vertical {
    width:100%;
}

.grtyoutube-iframe-vertical {
    width:auto;
	height:600px;
}

a.youtube-popup-trigger {
    height: 75px;
    width: 75px;
    border-radius: 100%;
    border: 1px solid  var(--color-white);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	transition: all 0.3s ease-in-out;
}

a.youtube-popup-trigger:after {
    content:"";
    position: absolute;
    width: 0px;
    height: 0px;
    bottom: unset;
    background-color:unset;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 25px solid var(--color-white); /* Colore del triangolo */
    left: calc(50% + 3px);
    top: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
}

a.youtube-popup-trigger:hover {
	height: 100px;
    width: 100px;
}

span.textPlay {
    position: absolute;
    bottom: -46px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--color-white);
    font-family: var(--type-1);
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    line-height: 2.88;
    letter-spacing: 1px;
    text-align: center;
}


@media (max-width:767px) {
	.grtyoutube-iframe {
		width:100%;
		height:350px;
	}

    .grtyoutube-iframe {
		width:auto;
		height:350px;
	}
}

.grtyoutube-dark-theme{
	background: rgba(0,0,0, 0.85);
}


.grtyoutube-dark-theme .grtyoutube-popup-close {
	background: url('icon-close-white.png') no-repeat;
}

.grtyoutube-light-theme {
	background: rgba(255,255,255, 0.85);
}

.grtyoutube-light-theme .grtyoutube-popup-content {
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
}

.grtyoutube-light-theme .grtyoutube-popup-close {
	background: url('icon-close-black.png') no-repeat;
}

.VidDev {
    width: 100%;
}

/*Video section*/

.Videosec .imageBG {
    aspect-ratio: 16 / 9;
    max-width: 1024px;
    margin: 0 auto;
}

/*TSTBsec*/

section.TSTBsec.TextCentered h2,
section.TSTBsec.TextCentered h3 {
    max-width: 1024px;
    margin: 0 auto;
}

.TSTBsec.TextCentered .buttons {
    justify-content: center;
}

.TSTBsec .paragraph .gravity-theme {
    margin-top: 100px;
	text-align: left;;
}

.TSTBsec .paragraph .gravity-theme .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 3%;
    grid-row-gap: 50px;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto; 
}

/*TTL2C*/

section.TTL2C {
	padding-bottom:0;
}

section.TTL2C .contentBox .content {
    padding: 75px 100px;
}

section.TTL2C .contentBox {
  border-top:1px solid var(--color-light-grey);
	position:relative;
}

section.TTL2C .contentBox:after {
	content:"";
	height:100%;
	width:1px;
	position:absolute;
	left:50%;
	top:0;
	background-color: var(--color-light-grey);
	
}

section.TTL2C.DarkBG .contentBox:after {
	background-color: var(--color-grey);
}

section.TTL2C.DarkBG .contentBox {
 border-color: var(--color-grey);
}

/*CTA*/

.CTAsec .contentBox {
    padding: 143px 100px;
	font-size: 18px;
	line-height: 26px;
}

.CTAsec {
	align-content: stretch;
}

.CTAsec .imageBG.aspect-ratio-1-1 {
	aspect-ratio:unset;
}


/*contact_infosec*/

.contact_infosec {
	padding-top: 272px;
	overflow: hidden;
}

section.DarkBG + section.DarkBG.contentInfo,
section.IvoryBG + section.IvoryBG.contact_infosec  {
      padding-top: 272px;
}

.contact_infosec .contentInfo {
    padding: 70px 0 70px 73px;
}

.contact_infosec .contentInfo .titleBox {
	gap:10px;
}

.contact_infosec .contentInfo .titleBox h3 {
    font-weight: 300;
    font-stretch: normal;
    font-style: italic;
    line-height: normal;
    letter-spacing: normal;
}

.contact_infosec .contentInfo .titleBox .paragraph {
	font-family: var(--type-1);
    font-size: 36px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: 1.03px;
}

.contact_infosec .contentInfo .titleBox:first-of-type {
    padding-top:0;
}

.contact_infosec .contentInfo .titleBox:last-of-type {
    padding-bottom:0;
    border:none;
}



/*FAQ*/

.FAQ {
    margin-top:0;
}

.FAQ .content-toggle {
    display:none;
	overflow:hidden;
}

.FAQ h3 {
    cursor:pointer;
    position: relative;
    padding-right:40px;
}

.FAQ h3 span.faq-icon {
   position: absolute;
    width: 20px;
    height: 20px;
    top: 8px;
    right: 35px;
    transition: all 0.3s ease-in-out;
}

.FAQ span.faq-icon:before,
.FAQ span.faq-icon:after {
    content: "";
    position:absolute;
    background-color:#2A2A2A;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%)
}

.FAQ span.faq-icon:before{
width:100%;
height:1px;
opacity: 100;
transition: all 0.3s ease-in-out;
}

.FAQ span.faq-icon:after {
height:100%;
width:1px;
}

.FAQ h3.active span.faq-icon {
    transform: rotate(90deg);
}

.FAQ h3.active span.faq-icon:before {
    opacity: 0;
}

section.FAQsec .FAQBox .paragraph.content-toggle {
	transition: none;
}

/*all posts - all project*/

.filter_all .FilterC button {
	border: solid 1px var(--color-medium-grey);
	border-top: none;
	border-left: none;
	border-radius: 0;
	padding: 45px;
	position: relative;
	width: 100%;
	text-align: center;
	cursor: pointer;
	background-color: transparent;
	font-family: var(--type-1);
	font-size: 20px;
	letter-spacing: 0.86px;
	font-weight: 200;
}

.filter_all .FilterC button.active {
	font-style: italic;
}

.filter_all .FilterC button:last-of-type {
	border-right:none;
}

section.sectionAll.paddingTB150  {
	padding-bottom:0;
}

.sectionAll  .allPosts {
gap:150px;
}

.sectionAll .allPosts a.singlePostsAll {
    align-items: flex-end;
	margin-bottom:150px;
}

.sectionAll  .allPosts a.singlePostsAll:nth-child(even) {
	flex-direction: row-reverse;
}

.sectionAll  .allPosts a.singlePostsAll .projectImage {
	width: 58.5%;
    aspect-ratio: 10 / 7;
}

.sectionAll  .allPosts a.singlePostsAll .infoBox {
    width: 41.5%;
	padding-left:70px;
	padding-bottom:66px;
}

.sectionAll .allPosts a.singlePostsAll .infoBox .paragraph {
    font-family: IvyMode;
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: italic;
    line-height: 1;
}

.sectionAll .allPosts a.singlePostsAll .infoBox > p {
	font-size: 18px;
	line-height: 26px;
}

.sectionAll  .allPosts a.singlePostsAll:nth-child(even) .infoBox {
	padding-Right:70px;
	padding-left:0;
}

.sectionAll .allPosts a.visible.even {
    flex-direction: row-reverse;
}

.sectionAll .allPosts a.visible.odd {
    flex-direction: row;
}

.sectionAll .allPosts a.visible.even .infoBox {
    padding-Right: 70px;
    padding-left: 0;
}

.sectionAll .allPosts a.visible.odd .infoBox {
    padding-Right: 0;
    padding-left: 70px;
}

/*catalogue sec*/

section.filter_catalogs {
    gap:148px
}

.FilterC ul#category-filters,
.page-template-dealers .FilterC {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    width: 100%;
}



.FilterC ul#category-filters li,
.page-template-dealers .FilterC button {
   border: solid 1px var(--color-light-grey);
   border-top: none;
   border-left: none;
   padding: 45px;
   position: relative;
   width: 100%;
   text-align: center;
   cursor: pointer;
}

.page-template-dealers .FilterC button {
    background-color: unset;
    border-radius: 0;
	color:var(--color-dark);
}

.FilterC ul#category-filters li.active,
.page-template-dealers .FilterC button.active {
    font-style: italic;
}

.DarkBG .FilterC ul#category-filters li {
	border-color: var(--color-grey);
}

.FilterC ul#category-filters li:last-of-type {
   border-right:none;
}

ul#catalogue-container {
    list-style: none;
    margin: 0;
	position:relative;
}

/*
ul#catalogue-container:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background-color: var(--color-ivory);
    left: 0;
    Top: 0;
    z-index: 1;
}
*/


ul#catalogue-container li {
	width: 86%;
}

ul#catalogue-container li a.linkbox {
	padding: 35px 0;
}

ul#catalogue-container li:first-of-type {
    border-top: 1px solid var(--color-light-grey);
}

.DarkBG ul#catalogue-container li:first-of-type {
    border-top: 1px solid var(--color-grey);
}

ul#catalogue-container li .linkbox {
gap:58px;
align-items: center;
}

ul#catalogue-container li .imageC.imageBG {
	width: 115px;
}

ul#catalogue-container li .linkbox .downloadB {
    margin-left: auto;
}

section.IvoryBG + section.filter_catalogs.DarkBG,
section.DarkBG + section.filter_catalogs.IvoryBG{
    padding-top: 0;
}

section.filter_catalogs.IvoryBG + section.IvoryBG.projectsSec3,
section.filter_catalogs.DarkBG + section.DarkBG.projectsSec3,
section.filter_catalogs.IvoryBG + section.yes_km_logo.IvoryBG,
section.filter_catalogs.DarkBG + section.yes_km_logo.DarkBG,
section.filter_catalogs.IvoryBG + section.verticalLine.IvoryBG,
section.filter_catalogs.DarkBG + section.verticalLine.DarkBG {
    margin-top:-150px
}

/*formsec*/

.formsec.verticalLine:after {
    bottom:unset;
    top:0;
}

.formsec.verticalLine {
    padding-top: 215px;
}

/*FORM*/

body p.gform_required_legend {
    display: none;
}

body .gform_wrapper.gravity-theme .gfield_label,
body label.gfield_consent_label,
body .checkbox label{
	font-weight:400;
	font-size: 10px;
	letter-spacing: 1.43px;
	line-height: 1;
	text-transform: uppercase;
}

body .gform_wrapper.gravity-theme .gfield_required {
    color:var(--color-dark);
}

body .gform_wrapper.gravity-theme input[type=color],
body .gform_wrapper.gravity-theme input[type=date],
body .gform_wrapper.gravity-theme input[type=datetime-local],
body .gform_wrapper.gravity-theme input[type=datetime],
body .gform_wrapper.gravity-theme input[type=email],
body .gform_wrapper.gravity-theme input[type=month],
body .gform_wrapper.gravity-theme input[type=number],
body .gform_wrapper.gravity-theme input[type=password],
body .gform_wrapper.gravity-theme input[type=search],
body .gform_wrapper.gravity-theme input[type=tel],
body .gform_wrapper.gravity-theme input[type=text],
body .gform_wrapper.gravity-theme input[type=time],
body .gform_wrapper.gravity-theme input[type=url],
body .gform_wrapper.gravity-theme input[type=week],
body .gform_wrapper.gravity-theme select,
body .gform_wrapper.gravity-theme textarea {
    padding-left: 0;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 32px;
    padding-bottom: 0;
    padding-top: 16px;
    background: transparent;
}

body .gform_wrapper.gravity-theme textarea {
	padding:20px 20px;
	margin-top:10px;
}

body .gform_wrapper.gravity-theme #field_submit input,
body .gform_wrapper.gravity-theme .gform_footer input {
	font-family: var(--type-1);
    align-self: center;
    padding: 20px 20px;
    background: transparent;
    border-color: var(--color-grey-two);
    border-radius: 0;
    color: var(--color-dark);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

body .gform_wrapper.gravity-theme .gfield_label {
    margin-bottom:0;
}

body .formBox .gform_wrapper.gravity-theme #field_submit {
    justify-content: flex-end;
    align-self: center;
}

body form input:focus-visible,
body form textarea:focus-visible {
    outline: none;
}

body .gform_wrapper.gravity-theme .gform_validation_errors {
    display:none;
}

body .gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label,
body .gform_wrapper.gravity-theme .gfield_error label,
body .gform_wrapper.gravity-theme .gfield_error legend,
body .gform_wrapper.gravity-theme [aria-invalid=true]+label,
body .gform_wrapper.gravity-theme label+[aria-invalid=true] {
    color: var(--color-dark);;
}

body .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
    border:none;
    border-bottom:1px solid #c02b0a;
}

body .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true]:focus-within {
    border-color: var(--color-light-grey);
}

body .gform_wrapper.gravity-theme .gfield_validation_message,
body .gform_wrapper.gravity-theme .validation_message {
    padding: 0;
    border: none;
    background: transparent;
    font-size: 12px;
}

body .gform_wrapper.gravity-theme .gform_fields {
	grid-column-gap: 3%;
	grid-row-gap: 50px;
	grid-template-columns: repeat(12, 1fr);
	grid-auto-rows: auto;
}

/*ajax_spinner*/

body img.gform_ajax_spinner {
	display: none !important;
}

/*ADDRESS BOX*/

/*ADDRESS BOX*/

body .gform_wrapper.gravity-theme .ginput_container_address,
body .gform_wrapper.gravity-theme .gfield--type-select {
	width:100%;
	display:block;
}

body .gform_wrapper.gravity-theme .ginput_complex.ginput_container_address span,
body .gform_wrapper.gravity-theme .gfield--type-select span{
	padding-left:0!important;
}

body .gform_wrapper.gravity-theme fieldset.gfield--type-address,
body .gform_wrapper.gravity-theme .gfield--type-select{
	display:flex;
	flex-wrap:wrap;
	position:relative;
}

body .gform_wrapper.gravity-theme fieldset.gfield--type-address legend,
body .gform_wrapper.gravity-theme .gfield--type-select legend{
    position: absolute;
    top: 8px;
	left:0;
}

body .gfield--type-address .ginput_container span.address_country select,
body .gform_wrapper.gravity-theme .gfield--type-select select{
    position: absolute;
    bottom: 4px;
    left: 0;
    color: var(--color-grey-two);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1.24px;
    line-height: 1;
	padding-top:0;
	border:none;
}

body .gfield--type-address .ginput_container span.address_country select option,
body .gform_wrapper.gravity-theme .gfield--type-select select option{
   color: black;
}

body .gform_wrapper.gravity-theme .ginput_container_address,
body .gform_wrapper.gravity-theme .gfield--type-select {
	margin-bottom: 0px;
	margin-top:-3px;
	border-bottom: 1px solid var(--color-grey-two);
}

body .gform_wrapper.gravity-theme .ginput_container_address:focus-within,
body .gform_wrapper.gravity-theme .gfield--type-select:focus-within{
	border-color: var(--color-black);
}

body .DarkBG .gform_wrapper.gravity-theme .ginput_container_address:focus-within,
body .DarkBG .gform_wrapper.gravity-theme .gfield--type-select:focus-within{
	border-color: var(--color-white);
}

.gform_wrapper.gravity-theme .ginput_complex select {
	border: none;
}

/*CHECKBOX*/

body fieldset.checkbox {
    margin-top: 10px;
    line-height: 1;
    align-self:center;
}

body fieldset.checkbox .gfield_checkbox input[type=checkbox],
body .gform_wrapper.gravity-theme .gfield_checkbox label,
body .gform_wrapper.gravity-theme fieldset.gfield--input-type-consent .ginput_container_consent label {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: 1.09px;
    color: var(--color-dark);
}

body .DarkBG fieldset.checkbox .gfield_checkbox input[type=checkbox],
body .DarkBG .gform_wrapper.gravity-theme .gfield_checkbox label,
body .DarkBG .gform_wrapper.gravity-theme fieldset.gfield--input-type-consent .ginput_container_consent label {
	color: var(--color-white);
}

body .checkbox .ginput_container {
    max-width: 380px;
    position: relative;
    padding-left: 30px;
	text-align: left;
}

body .checkbox label {
    position: relative;
    font-weight: 400;
    text-transform: none;
}

body .checkbox label.gform-field-label {
font-size: 10px;
letter-spacing: 1.25px;
line-height: 16px;
}

body .checkbox label:before,
body .checkbox label:after {
    position: absolute;
}

body .checkbox label:before {
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    background: transparent !important;
    border: 1px solid var(--color-grey-two);
    top: 50%;
    transform: translateY(-50%);
    left: -30px;
    cursor:pointer;
    opacity: 1;
}

body .checkbox .ginput_container label a {
    position: relative;
    cursor: pointer;
    text-decoration: none;
}

body .checkbox .ginput_container label a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -2px;
    left: 0;
    background-color: rgba(151,151,151,0.5);
    transition: all 0.3s ease-in-out;
}

body .checkbox .ginput_container label a:hover:after {
width:0;
}

body .checkbox  input[type=checkbox] {
    opacity: 0;
    position: absolute;
    left: 1px;
    top: 50%!important;
    transform: translateY(-50%);
}

body .checkbox [type=checkbox],
body .checkbox [type=radio] {
    box-sizing: border-box;
    padding: 0;
}

body .checkbox label:after {
    content: "";
    display: inline-block;
    height: 6px;
    width: 10px;
    border-left: 2px solid var(--color-dark);
    border-bottom: 2px solid var(--color-dark);
    transform: rotate(-45deg) translateY(-50%);
    margin-left: 0;
    left: -23px;
    top: Calc(50% - 2px);
    cursor: pointer;
}

body .checkbox input[type=checkbox]+label:after {
    content: none;
}

body .checkbox input[type=checkbox]:checked+label:after {
    content: "";
}

body .gform_wrapper.gravity-theme fieldset.gfield--input-type-consent .ginput_container_consent label {
    font-size: 14px;
    letter-spacing: 1.09px;
    text-transform: unset;
}

/*placeholder*/

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: var(--color-grey-two);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.24px;
}
::-moz-placeholder { /* Firefox 19+ */
	color: var(--color-grey-two);
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1.24px;
}
:-ms-input-placeholder { /* IE 10+ */
	color: var(--color-grey-two);
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1.24px;
}
:-moz-placeholder { /* Firefox 18- */
	color: var(--color-grey-two);
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1.24px;
}

/*placeholder search*/

header .main-navigation li.search form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	opacity: 0.7;
	font-family: var(--type-2);
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: 1.09px;
	color: var(--color-dark);
}
header .main-navigation li.search form ::-moz-placeholder { /* Firefox 19+ */
	opacity: 0.7;
	font-family: var(--type-2);
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: 1.09px;
	color: var(--color-dark);
}
header .main-navigation li.search form :-ms-input-placeholder { /* IE 10+ */
	opacity: 0.7;
	font-family: var(--type-2);
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: 1.09px;
	color: var(--color-dark);
}
header .main-navigation li.search form :-moz-placeholder { /* Firefox 18- */
	opacity: 0.7;
	font-family: var(--type-2);
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: 1.09px;
	color: var(--color-dark);
}

/*placeholder search*/

.page-template-our_herritage header .main-navigation li.search form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: var(--color-white);
}
.page-template-our_herritage header .main-navigation li.search form ::-moz-placeholder { /* Firefox 19+ */
	color: var(--color-white);
}
.page-template-our_herritage header .main-navigation li.search form :-ms-input-placeholder { /* IE 10+ */
	color: var(--color-white);
}
.page-template-our_herritage header .main-navigation li.search form :-moz-placeholder { /* Firefox 18- */
	color: var(--color-white);
}

/*form color on DarkBG*/

body .DarkBG .gform_wrapper.gravity-theme .gfield_required,
body .DarkBG .gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label,
body .DarkBG .gform_wrapper.gravity-theme .gfield_error label,
body .DarkBG .gform_wrapper.gravity-theme .gfield_error legend,
body .DarkBG .gform_wrapper.gravity-theme [aria-invalid=true]+label,
body .DarkBG .gform_wrapper.gravity-theme label+[aria-invalid=true],
body .DarkBG .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true]:focus-within,
body .DarkBG .checkbox label.gform-field-label{
    color:var(--color-white);
}

body .DarkBG .gform_wrapper.gravity-theme #field_submit input,
body .DarkBG .gform_wrapper.gravity-theme .gform_footer input {
    border-color: var(--color-grey);
    color: var(--color-white);
}

body .DarkBG .checkbox label:before {
    border: 1px solid var(--color-grey);
}

body .DarkBG .checkbox label:after {
    border-left: 2px solid var(--color-light-grey);
    border-bottom: 2px solid var(--color-light-grey);
}

body .DarkBG ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: rgba(255, 255, 255, 0.4);
}
body .DarkBG ::-moz-placeholder { /* Firefox 19+ */
	color: rgba(255, 255, 255, 0.4);
}
body .DarkBG :-ms-input-placeholder { /* IE 10+ */
	color: rgba(255, 255, 255, 0.4);
}
body .DarkBG :-moz-placeholder { /* Firefox 18- */
	color: rgba(255, 255, 255, 0.4);
}

.DarkBG button,
.DarkBG input[type="button"],
.DarkBG input[type="reset"],
.DarkBGinput[type="submit"] {
	border-color: var(--color-light-grey);
	color: var(--color-light-grey);
}

.DarkBG input[type="text"],
.DarkBG input[type="email"],
.DarkBG input[type="url"],
.DarkBG  input[type="password"],
.DarkBG  input[type="search"],
.DarkBG  input[type="number"],
.DarkBG  input[type="tel"],
.DarkBG  input[type="range"],
.DarkBG  input[type="date"],
.DarkBG  input[type="month"],
.DarkBG  input[type="week"],
.DarkBG  input[type="time"],
.DarkBG  input[type="datetime"],
.DarkBG  input[type="datetime-local"],
.DarkBG  input[type="color"],
.DarkBG  textarea,
.DarkBG  select{
    border-color:var(--color-grey-two);
}

.DarkBG  input[type="text"]:focus-within,
.DarkBG  input[type="email"]:focus-within,
.DarkBG  input[type="url"]:focus-within,
.DarkBG  input[type="password"]:focus-within,
.DarkBG  input[type="search"]:focus-within,
.DarkBG  input[type="number"]:focus-within,
.DarkBG  input[type="tel"]:focus-within,
.DarkBG  input[type="range"]:focus-within,
.DarkBG  input[type="month"]:focus-within,
.DarkBG  input[type="week"]:focus-within,
.DarkBG  input[type="time"]:focus-within,
.DarkBG  input[type="datetime"]:focus-within,
.DarkBG  input[type="datetime-local"]:focus-within,
.DarkBG  input[type="color"]:focus-within,
.DarkBG  textarea:focus-within,
.DarkBG  select:focus-within{
	border-color:var(--color-white);
}


/* Dealers */

span.IDSpan {
    font-size: 0;
    margin: 0;
    padding: 0;
    line-height: 0;
}

.page-template-dealers .searchDiv {
	width:100%;
    align-items: center;
    gap: 15px;
}

.page-template-dealers span.SearchIcon {
    background-image: url(IMG/searchIcon.svg);
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translateY(-50%);
    height: 15px;
    width: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.page-template-dealers span.SearchButton {
    padding: 18px 35px;
    background-color: #2a2a2a;
    color: #fff;
    border: 1px solid #2a2a2a;
}

section.locationsec {
	padding-bottom:100px;
}

section.locationsec input {
	flex-grow: 1;
}

section.locationsec a.button.GhostButton {
 flex-shrink: 0;
 display:none;
}

section.locationsec input[type="text"] {
	 padding: 18px 35px 18px 20px;
     border: solid 1px var(--color-light-grey);
     background-color: unset;
	 position:relative;
	 color:rgba(42, 42, 42,0.7);
}

section.dealersSec ul.listdealer {
	list-style: none;
	padding:0;
	margin:0;
	align-items: stretch;
}

section.dealersSec ul.listdealer:after {
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0;
    right: 0px;
    background-color: var(--color-ivory);
}

section.dealersSec ul.listdealer li {
	width:33.33%;
	padding: 50px;
    border-bottom: 1px solid;
    border-right: 1Px solid;
	border-color:var(--color-light-grey);
	align-content: flex-start;
	flex-direction: column;
	height: 360px;
}

section.dealersSec .infodealer {
	max-width:250px;
}

section.dealersSec .infodealer h4 {
	line-height:26px;
}

section.dealersSec .dealer-tags {
	text-align: right;
}

section.dealersSec span.dealer-tag{
    font-family: var(--type-2);
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 1.43px;
    text-transform: uppercase;
    color: var(--color-dark);
}

section.dealersSec .linksDeal {
font-family:var(--type-1);
font-weight: 200;
margin-top: auto;
}

section.dealersSec li.dealer-item {
    position: relative;
}

.page-template-dealers section.filter_catalogs {
	padding-top:100px;
	padding-bottom:100px;

}

.pac-container {
    border-radius: 8px !important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1) !important;
    font-size: 16px !important;
}

.pac-item {
    padding: 10px !important;
    border-bottom: 1px solid #ddd !important;
}

.pac-item:hover {
    background-color: #f7f7f7 !important;
}

.pac-container:after,
.pac-logo:after {
    display: none !important;
}

/*Our herritage*/

.page-template-our_herritage header input[type="search"] {
	border-color: var(--color-grey);
}

.page-template-our_herritage header input[type="search"]:focus-within {
    border-color: var(--color-white);
}

.page-template-our_herritage header .main-navigation li.search form button:after {
	background-image: url(//kennymason.fabriek61.be/wp-content/themes/kennyandmason/IMG/searchIconWhite.svg);
}

.page-template-our_herritage header .main-navigation li.wishlist a:before {
	background-image: url(//kennymason.fabriek61.be/wp-content/themes/kennyandmason/IMG/wishIconWhite.svg);
}

.page-template-our_herritage header .main-navigation li.account a:before {
	background-image: url(//kennymason.fabriek61.be/wp-content/themes/kennyandmason/IMG/accountIconWhite.svg);
}

.page-template-our_herritage header#masthead.IvoryBG {
    background-color: var(--color-dark);
    color: var(--color-white);
}

.page-template-our_herritage header .main-navigation ul li a {
	color: var(--color-white);
}

.page-template-our_herritage header .main-navigation ul ul {
	background-color: var(--color-dark);
}

.page-template-our_herritage header .main-navigation ul li ul.sub-menu li.Linkmenu a:after {
	background-image: var(--bg-arrow-right-white);
}

.page-template-our_herritage .Bannerherritage span.bannerOverBG {
    width: 100%;
    height: 100%;
	background-image: linear-gradient(to bottom, #2a2a2a 0%, rgba(27, 23, 21, 0.8) 30%,rgba(27, 23, 21, 0.6) 55%,  #2a2a2a 94%, #2a2a2a);
	background-image: linear-gradient(to bottom, #2a2a2a 0%, rgba(27, 23, 21, 0.6) 55%, #2a2a2a 94%, #2a2a2a);
    z-index:0;
}

.page-template-our_herritage .Bannerherritage section.title_banner {
    z-index: 1;
    padding-bottom: 136px;
}

.page-template-our_herritage .Bannerherritage section.TTCDBG{
    z-index:1;
    padding-top:0;
    padding-bottom:315px;
}

.page-template-our_herritage .Bannerherritage section.title_banner h1 {
    font-size: 250px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.88;
  letter-spacing: 7.14px;
  text-align: center;
    opacity:0.3
}

.page-template-our_herritage section.imageFullsec .imageBG.imageFull {
	aspect-ratio: 323 / 150;
}

.page-template-our_herritage section.ImageFullSecFirst.imageFullsec {
	margin-top:-200px;
	z-index:1;
}

.page-template-our_herritage section.ImageFullSecFirst.imageFullsec .imageBG.imageFull {
    aspect-ratio: 1.935;
	transform: translateY(0px);
	opacity:1;
}

.page-template-our_herritage section.linksRepeater .linkRBox {
    border-color:var(--color-grey)
}

.page-template-our_herritage section.linksRepeater a.linkR:after {
    background-image: var(--bg-arrow-right-white);
}


.page-template-our_herritage section.TSTBsec {
padding-top:250px
}

.page-template-our_herritage section.TSTBsec .paragraph.paragraph2c {
    column-count: 3;
    text-align:left;
    margin-top:40px;
}

.page-template-our_herritage  .projectsSec3 span.logoKM.logoKML {
    height: 0;
    width: 0;
}

.page-template-our_herritage section.TTL2C .contentBox {
    border-color: var(--color-grey);
}

.page-template-our_herritage  section.TTL2C .contentBox:after {
    background-color: var(--color-grey);
}

.page-template-our_herritage .projectsSec3.paddingT250 {
    padding-top: 172px;
}

/*archive*/

.archive.tax-product_cat section.TTCDBG.IvoryBG + section.IvoryBG {
	padding-top: 150px;
	padding-bottom:150px
}

.archive.tax-product_cat section.TTCDBG.IvoryBG {
	padding-top: 150px;
	padding-bottom:150px
}

.archive.tax-product_cat section.TTCDBG.IvoryBG + section.IvoryBG.projectsSec3 {
	padding-top:250px;
}

/*ERROR 404*/

body.error404 .site {
	display: flex;
	flex-wrap:wrap;
	align-content: space-between;
	min-height:100vh;
}

body.error404 .content-area.error-404 {
    width: 100%;
}

body.error404 .site-main {
    display: flex;
  flex-direction: column;
  min-height: calc(100vh - 280px);
}

body.error404 .site-main  .title_banner {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top:20px;
	padding-bottom:20px;
  }

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

	.cursor {
		display:none;
	}

	header .site-branding {
		top: 30px;
		left: 5%;
		transform: unset;
	}
	
	header#masthead, header#masthead.nav-down {
		padding: 47px 0;
	}

	body button.menu-toggle {
        position: absolute;
        right: 5%;
        top: 35px;
        width: 33px;
        height: 33px;
        font-size: 0;
        border: none;
		background-color: transparent;
		z-index:9999;
    }

	button.menu-toggle:before {
		content: "";
        width: 100%;
		height: 1px;
		background-color: var(--color-dark);
		display: block;
        transform: translateY(-4px)  rotate(0deg);
       transition:all 0.3s ease-in-out;
    }
    
    
    button.menu-toggle:after {
		content: "";
        width: 100%;
		height: 1px;
		background-color: var(--color-dark);
		display: block;
        transform: translateY(4px) rotate(0deg);
        transition:all 0.3s ease-in-out;
    }

	header .main-navigation {
		position: absolute;
		top:0;
		left:0;
		width: 100%;
		padding-top: 50px;
		display: flex;
		flex-wrap: wrap;
		padding:0;
	}

	header .main-navigation ul,
	.main-navigation.toggled ul {
		display:flex;
		flex-wrap:wrap;
	}

	header .main-navigation.toggled button.menu-toggle:before {
		transform: translateY(0) rotate(45deg);
	}
	
	header .main-navigation.toggled button.menu-toggle:after {
		  transform: translateY(0) rotate(-45deg);
	}

	.site-branding:before {
		content: "";
		background-color: var(--color-ecruk);
		width: 0%;
		height: 80px;
		display: block;
		position: fixed;
		right: calc(5% + 33px);
		top: 60px;
		transition: all .5s;
		z-index: -1;
	}

	body:has(.main-navigation.toggled) .site-branding:before {
		width: calc(100% - 5% - 33px);
		transition-delay: 1s;
	}
	body:has(.NoNotBar) .site-branding:before {
		top: 0;
	}

	body:has(.NoNotBar) header .main-navigation .menuCont ul li.search {
		top: 94px;
	}
	
	body:has(.NoNotBar) header .main-navigation .menuCont {
		padding-top: 155px;
	}

	header .main-navigation .menuCont {
		position:fixed;
		top:0;
		right: -100%;
		width:100%;
		min-height:100vh;
		overflow-y: auto;
		padding: 205px 5% 50px;
		background-color: var(--color-ecruk);
		transition:var(--transition-1);
		height: 100vh;
	}

	header .main-navigation.toggled .menuCont {
		right: 0%;
	}

	header .main-navigation .menuCont ul li {
		
		width:100%;
	}

	header .main-navigation .menuCont ul li a {
		padding:20px 20px 20px 0;
	}

	header .main-navigation .menuCont ul.menu > li a {
		position:relative;
		border-top: 1px solid rgba(151, 151, 151, 0.2);
	}

	header .main-navigation .menuCont ul li.search {
		position: absolute;
		top: 144px;
		width: 90%;
	}
	
	header .main-navigation .menuCont ul.menu > li a:after {
		content: "";
		position: absolute;
		top: 50%;
		right:0;
		transform: translateY(-50%);
		height: 12.23px;
		width: 32.87px;
		background-image: var(--bg-arrow-right-dark);
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}

	header .main-navigation .menuCont ul.menu .focus a:after {
		transform: rotate(45deg);
	}

	header .main-navigation .menuCont ul.sub-menu > li a:after,
	header .main-navigation .menuCont ul.menu > li.search a:after {
		content:none;
	}

	
	.menu-menu-header-left-container,
	.menu-menu-header-right-container {
		width: 100%;
		padding:0 0 50px;
	}

	.menu-menu-header-left-container {
		padding-bottom:0;
	}

	.menu-menu-header-right-container {
		padding-top:0;
		padding-bottom:15px;
	}

	

	header .main-navigation li.search form input {
		width: 100%;
		border-color: rgba(151, 151, 151, 0.2);
	}
	
	
	header .main-navigation li.search form button {
		position: absolute;
	}

	header .main-navigation .menuCont ul li.search a {
		padding: 0;
	}
	
	header .main-navigation .menuCont ul li.search a form input {
		padding: 20px 20px 20px 0;
		border-bottom: none;
	}
	
	header .main-navigation li.search form button {
		top: 50%;
		transform: translateY(-50%);
	}
	
	header .main-navigation li.search form button:after {
			top: 50%;
		height: 20px;
		width: 20px;
	}

	header .main-navigation .menuCont ul li.wishlist,
	header .main-navigation .menuCont ul li.account {
		border:1px solid var(--color-grey-two);
		width: calc(50% - 2.5%); 
		margin-top:15px;
	}

	header .main-navigation .menuCont ul li.wishlist {
		background-color: var(--color-dark);
		border-color: var(--color-dark);
	}
	
	header .main-navigation .menuCont ul li.account {
		margin-left: 5%;
	}

header .main-navigation .menuCont ul li.wishlist a,
header .main-navigation .menuCont ul li.account a {
	font-family: var(--type-1);
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 1.05px;
	text-align: center;
	color: var(--color-dark);
}

header .main-navigation .menuCont ul li.wishlist a {
	color: var(--color-white);
}

header .main-navigation .menuCont ul li.wishlist a:after,
header .main-navigation .menuCont ul li.account a:after {
    content: none;
}

header .main-navigation li.wishlist a:before, header .main-navigation li.account a:before {
    top: 50%;
    left: 10%;
    transform: translate(-50%, -50%);
}

header .Socialmenu {
	width:100%;
	justify-content: space-between;
}

header .Socialmenu a.socialLink {
  font-family: var(--type-1);
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: italic;
  line-height: 3.29;
  letter-spacing: 0.88px;
}

.page-template-our_herritage header .main-navigation .menuCont {
	background-color: var(--color-dark);
}

.page-template-our_herritage header .main-navigation li.search form input {
	color: var(--color-white);
}

.page-template-our_herritage header .main-navigation .menuCont ul li.wishlist {
	background-color: var(--color-ecruk);
	border-color: var(--color-ecruk);
}

.page-template-our_herritage header .main-navigation .menuCont ul li.wishlist a {
	color: var(--color-dark);
}

.page-template-our_herritage header .main-navigation .menuCont ul li.account {
	border: 1px solid var(--color-ecruk);
}

.page-template-our_herritage header .main-navigation .menuCont ul li.account a {
	color: var(--color-ecruk);
}

.page-template-our_herritage .site-branding:before {
	background-color: var(--color-dark);
}

}