/*
Theme Name: ENOVETRO
Theme URI: http://underscores.me/
Author: The Rope S.r.l
Author URI: https://www.therope.it
Description: Theme for ENOVETRO
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: the-project
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

body {
  -webkit-font-smoothing: antialiased;
  font-family: var(--font-paragraph);
  font-size: var(--font-size-body);
  font-weight: 400;
  letter-spacing: var(--letter-spacing);
	line-height: var(--line-height);
  color: var(--color-black);
}

.scroll-mobile {
  overflow: auto;
}

.no-scroll {
  overflow: hidden;
}

.dropdown-menu {
  border: none;
}

#content div:not(.gform_body):not(.ginput_container_checkbox) > ul {
  padding-inline-start: 18px;
  padding-left: 18px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gchoice {
  position: relative;
}

body .gform_wrapper.gravity-theme .gfield_validation_message {
  background: unset;
  border: none;
  padding: 0;
}

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

#menu {
  background: var(--color-white);
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  padding-inline-start: 0;
  min-height: 100vh;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

#menu.open {
  visibility: visible;
  opacity: 1;
  overflow-x: hidden;
}

#bigmenu {
  width: 100%;
  position: relative;
  z-index: 3;
  overflow-x: hidden;
  padding-top: 130px;
  padding-bottom: 130px;
}

#bigmenu::-webkit-scrollbar {
  width: 0 !important;
}

#bigmenu {
  scrollbar-width: none;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}

.put-on {
  z-index: 4;
  position: relative;
}

.logo-offset-color {
  margin-top: 0px;
}

#menu-primary .menu-item a:focus {
  outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

video {
	width: 100%;
  position: relative;
  z-index: -1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  color: var(--color-black);
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
  color: inherit;
  text-decoration: none;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: var(--color-black);
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
  letter-spacing: var(--letter-spacing);
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  height: 10em !important;
  resize: none;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.overlay-container {
	position: relative;
	overflow: hidden;
  width: 100%;
}

.text-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
	color: var(--color-white);
	z-index: 1;
}

.default-hero .text-overlay {
  top: auto;
  left: -0.9vw;
  bottom: 3vw;
}

.gradient {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.22);
  transition: background-color 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1);
}

.ln-0 {
  line-height: 0 !important;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
.wp-block-heading {
  margin-top: 3rem;
}
#menu-primary,
#menu-header,
#menu-footer {
  margin-bottom: 0;
}
.h1, .h2 {
	line-height: 0.9;
  letter-spacing: normal;
  hyphens: auto;
}
.h3, .h4,
#menu-primary a,
#menu-primary .dropdown-toggle-ellipsis,
#menu-side a,
#menu-side .dropdown-toggle-ellipsis {
	line-height: 1;
}
.h5 {
	line-height: 1.1;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

p,
#content ul,
#content ol {
	margin-bottom: 15px; /*2rem*/
}

.paragraph {
  font-family: var(--font-paragraph) !important;
}

h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
.white,
.white * {
  color: var(--color-white);
}
.background-white,
hr.white {
  background-color: var(--color-white);
}

.black,
.black * {
  color: var(--color-black);
}
.background-black,
hr.black {
  background-color: var(--color-black);
}

.light-grey,
.light-grey * {
  color: var(--color-light-grey);
}
.background-light-grey,
hr.light-grey {
  background-color: var(--color-light-grey);
}

.grey,
.grey * {
  color: var(--color-grey);
}
.background-grey,
hr.grey {
  background-color: var(--color-grey);
}

.dark-grey,
.dark-grey * {
  color: var(--color-dark-grey);
}
.background-dark-grey,
hr.dark-grey {
  background-color: var(--color-dark-grey);
}

/*--------------------------------------------------------------
# Spaces
--------------------------------------------------------------*/
.content-area section {
  padding-top: calc(4vw - -3rem);
  padding-bottom: calc(4vw - -3rem);
}

#error-page {
  padding-top: calc(8vw - -6rem);
  padding-bottom: calc(8vw - -6rem);
}

/*--------------------------------------------------------------
# Images
--------------------------------------------------------------*/
img.marquee {
  aspect-ratio: 640 / 906;
  width: 100%;
  object-fit: cover;
}

img.two-columns-location {
  aspect-ratio: 880 / 810;
  width: 100%;
  object-fit: cover;
}

img.two-columns-horizontal {
  aspect-ratio: 880 / 653;
  width: 100%;
  object-fit: cover;
}

img.two-columns-vertical {
  aspect-ratio: 880 / 978;
  width: 100%;
  object-fit: cover;
}

img.two-columns-square {
  aspect-ratio: 880 / 890;
  width: 100%;
  object-fit: cover;
}

img.three-columns-square {
  aspect-ratio: 640 / 753;
  width: 100%;
  object-fit: cover;
}

img.three-columns-horizontal {
  aspect-ratio: 640 / 378;
  width: 100%;
  object-fit: cover;
}

img.three-columns-news {
  aspect-ratio: 640 / 462;
  width: 100%;
  object-fit: cover;
}

img.three-columns-vertical {
  aspect-ratio: 640 / 1014;
  width: 100%;
  object-fit: cover;
}

img.four-columns-horizontal {
  aspect-ratio: 424 / 180;
  width: 100%;
  object-fit: cover;
}

img.four-columns-square {
  aspect-ratio: 1;
  width: 100%;
  object-fit: cover;
}

img.wide {
  aspect-ratio: 1920 / 614;
  width: 100%;
  object-fit: cover;
}

img.full-hd {
  aspect-ratio: 1920 / 1080;
  width: 100%;
  object-fit: cover;
  max-height: 90vh;
}

img.wide-mobile {
  aspect-ratio: 767 / 655;
  width: 100%;
  object-fit: cover;
}

img.full-mobile {
  aspect-ratio: 767 / 1095;
  width: 100%;
  object-fit: cover;
  max-height: 90vh;
}

img.logo {
  width: 100%;
  max-width: 240px;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: var(--color-white);
  width: 100%;
  overflow-x: hidden;
  /* Fallback for when there is no custom background color defined. */
}

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

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  z-index: 10;
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
}

header#masthead.active,
body.single header#masthead.active,
body.error404 {
  background: var(--color-white);
  border-color: rgba(0, 0, 0, 0.2);
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: var(--color-white);
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

.company-logo {
  width: 237px;
  max-width: 237px;
  height: auto;
  transition: max-width 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1);
}

header .mobile-fit {
  padding-top: 2rem;
  padding-bottom: 2rem;
  transition: all 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1);
}
body:not(.no-scroll) header.active .mobile-fit {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.put-one > a {
  position: relative;
}

/* LIGHT HEADER BAR VERSION */
body:not(.light,.no-scroll) header:not(.active) #logo-header-black,
body:not(.light) header.active #logo-header-white,
body.no-scroll #logo-header-white,
body.light:not(.no-scroll) header:not(.active) #logo-header-white,
body.light:not(.no-scroll) header.active #logo-header-white,
body.light.no-scroll header #logo-header-white,
body.error404 header #logo-header-white {
  opacity: 0;
  display: none;
}
body.error404 header #logo-header-black {
  opacity: 1 !important;
  display: block !important;
}
/* DARK HEADER BAR VERSION */
/*
body:not(.light) #logo-header-black,
body.light:not(.no-scroll) header:not(.active) #logo-header-white,
body.light header.active #logo-header-black,
body.light.no-scroll header #logo-header-black {
  opacity: 0;
} */
#masthead .navbar-nav > li:not(:last-of-type) > a {
  border-bottom: solid 1px transparent;
}
#masthead .navbar-nav > li.current-menu-item > a {
  border-bottom: solid 1px var(--color-white);
}
#masthead.active .navbar-nav > li.current-menu-item > a {
  border-bottom: solid 1px var(--color-black);
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: var(--color-black) none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: var(--color-white);
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

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

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}

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

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

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

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

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

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

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

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

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
body.light #content.site-content {
  padding-top: calc(6vw - -6rem);
  padding-bottom: calc(4vw - -4rem);
}

body.light.page-template-page-single-service #content.site-content,
body.light.page-template-page-about-us #content.site-content,
body.light.single-post #content.site-content {
  padding-bottom: 0;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome 5 Pro";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

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

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

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

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

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

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

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

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

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
body:not(.theme-preset-active) footer#colophon {
  color: var(--color-white);
  background-color: var(--color-black);
}
.navbar-dark .site-info {
  color: var(--color-white);
}

footer#colophon a {
  color: inherit;
}

/*--------------------------------------------------------------
# Media Query - Query List BEGIN
--------------------------------------------------------------*/

/* HOVER EFFECTS */
@media(hover:hover) and (pointer:fine) and (min-width:992px) {
  .post-navigation .nav-previous a:hover,
  .post-navigation .nav-next a:hover {
    background: #eee none repeat scroll 0 0;
  }
  .btn:hover,
  #content .wp-block-button__link:hover,
  .gform_wrapper input[type=submit]:hover,
  .cky-btn:hover,
  .post-template-default .wp-block-button__link:hover {
    background-color: var(--color-white) !important;
    color: var(--color-black) !important;
  }
  body:not(.theme-preset-active) #masthead #menu-side li a:hover {
    -webkit-text-fill-color: var(--color-black);
    -webkit-text-stroke-color: transparent;
    color: var(--color-black);
  }
  .overlay-container > a:hover picture,
  .overlay-container > a:hover img:not(.icon-link-arrow),
  .overlay-container > a:hover video {
    transform: scale(1.2);
  }
}

/* 330 MAX WIDTH */
@media (max-width:330px) {
  #menu-side a {
    font-weight: 700 !important;
  }
}

/* 516 MAX WIDTH */
@media (max-width:516px) {
}

/* 517 MIN WIDTH */
@media (min-width:517px) {
}

/* 641 MIN WIDTH */
@media (min-width:641px) {
  .gform_wrapper .top_label li.gfield.gf_right_half {
     padding-left: 16px;
     padding-right: 0 !important;
  }
}

/* 767 MAX WIDTH */
@media (max-width:767px) {
  .h1 {
    font-size: var(--font-size-h1-mobile);
  }
  .h2 {
    font-size: var(--font-size-h2-mobile);
  }
  .h3,
  #menu-primary a,
  #menu-primary .dropdown-toggle-ellipsis {
    font-size: var(--font-size-h3-mobile);
  }
  .h4,
  #menu-side a,
  #menu-side .dropdown-toggle-ellipsis {
    font-size: var(--font-size-h4-mobile);
  }
  .h5 {
    font-size: var(--font-size-h5);
  }
  .h6 {
    font-size: var(--font-size-h6);
  }
  .h7 {
    font-size: var(--font-size-h7);
  }
  .h8 {
    font-size: var(--font-size-h8);
  }
  .h9 {
    font-size: var(--font-size-h9);
  }
  .h10 {
    font-size: var(--font-size-h10);
  }
  .h11 {
    font-size: var(--font-size-h11);
  }
  .h12 {
    font-size: var(--font-size-h12);
  }
  header .mobile-fit {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .copyright {
    margin-bottom: 0 !important;
  }
  #menu-policies-nav {
    margin-top: .2rem !important;
  }
  body .gform_wrapper ul li.gfield {
    margin-top: 2.8% !important;
  }
  .nl-footer-title,
  .copyright,
  #menu-footer-nav,
  .social,
  #menu-policies {
    text-align: center;
  }
  .company-logo {
    max-width: 187px;
  }
  .navbar-nav .dropdown-menu {
    transform: none !important;
  }
  #menu .dropdown-menu {
    position: relative !important;
  }
  .logo-offset-color {
    padding-top: 26px;
    margin-top: -26px;
    padding-bottom: 24px;
    margin-bottom: -24px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .logo-offset-color img {
    width: 130px;
  }
  .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit],
  .gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {
    margin: 0 0 16px !important;
  }
  footer .social-text {
    display: none;
  }
  #menu-footer-nav {
    margin-top: 0 !important;
    margin-bottom: 2.2rem !important;
  }
  #gform_1 .gform_footer.top_label {
    text-align: center;
    margin: .6rem 0 .6rem;
  }
  .cky-consent-container .cky-consent-bar {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

/* 794 MAX WIDTH */
@media (max-width:794px) {
  .grid-item {
    right: 15px;
  }
}

/* 768 MIN WIDTH - 890 MAX WIDTH */
@media (min-width:768px) and (max-width:890px) {
  #masthead > .container > .row > .col-md-2 {
    -ms-flex: 0 0 19.666667%;
    flex: 0 0 19.666667%;
    max-width: 19.666667%;
  }
  #masthead > .container > .row > .col-md-8 {
    -ms-flex: 0 0 60.666667%;
    flex: 0 0 60.666667%;
    max-width: 60.666667%;
  }
}

/* 768 MIN WIDTH - 991 MAX WIDTH */
@media (min-width:768px) and (max-width:991px) {
  .h1 {
    font-size: calc(var(--font-size-h1) * var(--font-size-md));
  }
  .h2 {
    font-size: calc(var(--font-size-h2) * var(--font-size-md));
  }
  .h3,
  #menu-primary a,
  #menu-primary .dropdown-toggle-ellipsis {
    font-size: calc(var(--font-size-h3) * var(--font-size-md));
  }
  .h4,
  #menu-side a,
  #menu-side .dropdown-toggle-ellipsis {
    font-size: calc(var(--font-size-h4) * var(--font-size-md));
  }
  .h5 {
    font-size: var(--font-size-h5);
  }
  .h6 {
    font-size: var(--font-size-h6);
  }
  .h7 {
    font-size: var(--font-size-h7);
  }
  .h8 {
    font-size: var(--font-size-h8);
  }
  .h9 {
    font-size: var(--font-size-h9);
  }
  .h10 {
    font-size: var(--font-size-h10);
  }
  .h11 {
    font-size: var(--font-size-h11);
  }
  .h12 {
    font-size: var(--font-size-h12);
  }
  #bigmenu .dropdown-toggle-ellipsis::before {
    font-size: 3.2rem;
    top: -33px;
  }
  #bigmenu .show .dropdown-toggle-ellipsis::before {
    top: -35px;
  }
  #menu-primary a,
  #menu-primary .dropdown-toggle-ellipsis {
    padding-bottom: 1.5vh;
    padding-top: 1.5vh;
  }
  .cky-consent-container .cky-consent-bar {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
}

/* 768 MIN WIDTH */
@media (min-width:768px) {
  .bigmenu-wrapper {
    display: flex;
    position: fixed;
    justify-content: space-between;
    width: 100%;
    bottom: 9%;
    left: 50%;
    transform: translate(-50%, 0);
    align-items: end;
  }
  .page-content p {
    text-align: justify;
  }
  #menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .gform_wrapper form {
    margin: 0 !important;
  }
  #menu-footer-nav,
  .social,
  #menu-policies-nav {
    text-align: right;
  }
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
  #menu.open:after {
    height: 165px;
  }
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
  footer > .container > .row:nth-child(1) > div:nth-child(1) {
    padding-right: 0;
  }
  #menu-footer > li:not(:nth-child(1)) {
    margin-left: 2.2rem;
  }
  #menu-header > li,
  #menu-footer > li {
    display: inline-block;
  }
  .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    margin: 0 !important;
  }
  #gform_1 .top_label li ul.gfield_checkbox, #gform_1 .top_label li ul.gfield_radio {
    width: calc(100% - -166px);
  }
  #gform_1 .gform_footer.top_label {
    max-width: fit-content;
  }
}

/* 768 MIN WIDTH - 1499 MAX WIDTH */
@media (min-width:768px) and (max-width:1499px) {
}

/* 769 MIN WIDTH */
@media (min-width:769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}

/* 991 MAX WIDTH */
@media (max-width:991px) {
  #bigmenu {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  #bigmenu .dropdown-toggle-ellipsis::before {
    font-size: 2rem;
    position: relative;
    top: -20px;
    left: 4px;
  }
  #bigmenu .show .dropdown-toggle-ellipsis::before {
    top: -22px;
    left: 5px;
  }
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }
  .dropdown-menu li a {
    padding: 0;
  }
  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
  .post-contact-us {
    padding-top: 2.5rem;
    padding-bottom: 3rem;
  }
}

/* 992 MIN WIDTH - 1499 MAX WIDTH */
@media (min-width:992px) and (max-width:1499px) {
  .h1 {
    font-size: calc(var(--font-size-h1) * var(--font-size-lg));
  }
  .h2 {
    font-size: calc(var(--font-size-h2) * var(--font-size-lg));
  }
  .h3,
  #menu-primary a,
  #menu-primary .dropdown-toggle-ellipsis {
    font-size: calc(var(--font-size-h3) * var(--font-size-lg));
  }
  .h4,
  #menu-side a,
  #menu-side .dropdown-toggle-ellipsis {
    font-size: calc(var(--font-size-h4) * var(--font-size-lg));
  }
  .h5 {
    font-size: var(--font-size-h5);
  }
  .h6 {
    font-size: var(--font-size-h6);
  }
  .h7 {
    font-size: var(--font-size-h7);
  }
  .h8 {
    font-size: var(--font-size-h8);
  }
  .h9 {
    font-size: var(--font-size-h9);
  }
  .h10 {
    font-size: var(--font-size-h10);
  }
  .h11 {
    font-size: var(--font-size-h11);
  }
  .h12 {
    font-size: var(--font-size-h12);
  }
  #bigmenu .dropdown-toggle-ellipsis::before {
    font-size: 4.9rem;
    top: -53px;
  }
  #bigmenu .show .dropdown-toggle-ellipsis::before {
    top: -55px;
  }
  #menu-primary a,
  #menu-primary .dropdown-toggle-ellipsis {
    padding-bottom: 1.5vh;
    padding-top: 1.5vh;
  }
  .cky-consent-container .cky-consent-bar {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
}

/* 992 MIN WIDTH */
@media (min-width:992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}

/* 1024 MAX WIDTH */
@media (max-width:1024px) {
  .num-dots .owl-nav {
    top: -5.45rem;
  }
  .num-dots .owl-dots {
    top: -4.8rem;
  }
}

/* 1025 MIN WIDTH */
@media (min-width:1025px) {
  .num-dots .owl-nav {
    top: -4.85rem;
  }
  .num-dots .owl-dots {
    top: -4.55rem;
  }
}

/* 1199 MAX WIDTH */
@media (max-width:1199px) {
}

/* 1200 MIN WIDTH */
@media (min-width:1200px) {
}

/* 1499 MAX WIDTH */
@media (max-width:1499px) {
}

/* 1500 MIN WIDTH */
@media (min-width:1500px) {
  .h1 {
    font-size: var(--font-size-h1);
  }
  .h2 {
    font-size: var(--font-size-h2);
  }
  .h3,
  #menu-primary a,
  #menu-primary .dropdown-toggle-ellipsis {
    font-size: var(--font-size-h3);
  }
  .h4,
  #menu-side a,
  #menu-side .dropdown-toggle-ellipsis {
    font-size: var(--font-size-h4);
  }
  .h5 {
    font-size: var(--font-size-h5);
  }
  .h6 {
    font-size: var(--font-size-h6);
  }
  .h7 {
    font-size: var(--font-size-h7);
  }
  .h8 {
    font-size: var(--font-size-h8);
  }
  .h9 {
    font-size: var(--font-size-h9);
  }
  .h10 {
    font-size: var(--font-size-h10);
  }
  .h11 {
    font-size: var(--font-size-h11);
  }
  .h12 {
    font-size: var(--font-size-h12);
  }
  #bigmenu .dropdown-toggle-ellipsis::before {
    top: calc(14vh - 19.3vh);
  }
  #bigmenu .show .dropdown-toggle-ellipsis::before {
    top: calc(14vh - 19.5vh);
  }
  #menu-primary a,
  #menu-primary .dropdown-toggle-ellipsis {
    padding-bottom: 1.75vh;
    padding-top: 1.75vh;
  }
  .num-dots .owl-item.active ~ .owl-item {
    margin-left: calc(1162px - 95vw);
    z-index: -1;
  }
  .num-dots .owl-item {
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
  }
  .cky-consent-container .cky-consent-bar {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
}

/*--------------------------------------------------------------
## Media Query - Query List END
--------------------------------------------------------------*/

/* Cookie Banner - BEGIN */

.cky-consent-container .cky-consent-bar {
  box-shadow: unset !important;
}

.cli-style-v2 .cli-bar-message {
  width: unset;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cli-style-v2.cli-bar-container {
  justify-content: center;
}

.cky-modal {
  border-color: transparent !important;
  border-radius: 0 !important;
  border-width: 0;
  border: unset !important;
}

.cky-modal .cky-preference-center {
  border-color: transparent !important;
  border-radius: 0 !important;
  border-width: 0;
  border: unset !important;
}

div[data-cky-tag="detail-powered-by"] {
    display: none !important;
}

.cli-style-v2.cli-bar-container #wt-cli-accept-all-btn {
  border: 1px solid var(--color-white);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.cli-style-v2.cli-bar-container #wt-cli-accept-all-btn:hover {
  background-color: var(--color-black) !important;
  color: var(--color-white) !important;
}

.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
  margin-top: 10px;
  margin-bottom: 10px;
}

.cky-btn {
  border-radius: 0 !important;
}

#cookie-law-info-bar[data-cli-style="cli-style-v2"], #cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"], #cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"] {
  padding: 8px 25px;
}

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

@media (max-width: 985px) {
  .cli-style-v2 .cli-bar-btn_container {
    margin-left: 20px;
    margin-top: 0;
  }
}

/* Cookie Banner - END */

input:focus,
textarea:focus,
button:focus {
  outline: none;
}

.space {
  padding-top: 4rem;
  padding-bottom: 1.5%;
}

.space-low {
  padding-top: 4rem;
}

#hamburger {
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 34px;
  height: 19px;
  position: relative;
  z-index: 2000;
}
#hamburger.is-active .hamburger-inner,
#hamburger.is-active .hamburger-inner::before,
#hamburger.is-active .hamburger-inner::after {
  background-color: var(--color-black);
}
body:not(.light,.no-scroll) header:not(.active) #hamburger:not(.is-active) .hamburger-inner,
body:not(.light,.no-scroll) header:not(.active) #hamburger:not(.is-active) .hamburger-inner::before,
body:not(.light,.no-scroll) header:not(.active) #hamburger:not(.is-active) .hamburger-inner::after {
  background-color: var(--color-white);
}
body.single:not(.light,.no-scroll) header:not(.active) #hamburger:not(.is-active) .hamburger-inner,
body.single:not(.light,.no-scroll) header:not(.active) #hamburger:not(.is-active) .hamburger-inner::before,
body.single:not(.light,.no-scroll) header:not(.active) #hamburger:not(.is-active) .hamburger-inner::after {
  background-color: var(--color-black);
}
body:not(.light,.no-scroll) header:not(.active) #menu-header a {
  color: var(--color-white);
}
body.error404 header #menu-header a {
  color: var(--color-black) !important;
}
body.error404 header #menu-header .btn_default_white a {
  background-color: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
}
body.error404 header #menu-header .btn_default_white a:hover {
  background-color: #fff !important;
  color: #000 !important;
  border-color: #000 !important;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  height: 1px;
  width: 100%;
  background-color: var(--color-black);
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}
.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::before,
.hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

.social img {
  width: 19px;
  height: 19px;
}

.homepage-social img {
  width: 23px;
  height: 21px;
}

.contacts-social img {
  width: 20px;
  height: 20px;
}

#menu-footer,
.nl-footer-title {
  color: var(--color-white);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: var(--letter-spacing);
}

.homepage-social {
  text-transform: uppercase;
  color: var(--color-black);
  font-weight: 500;
  letter-spacing: var(--letter-spacing);
}

.page-template-page-homepage .homepage-social {
  margin-top: 3rem;
}

.contacts-social {
  text-transform: uppercase;
  color: var(--color-black);
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: var(--letter-spacing);
  line-height: 2.3;
  padding-top: 3.5%;
}

.social .divisor {
  width: 1px;
  height: 27px;
  background-color: var(--color-black);
  margin-left: 2%;
  margin-right: 2%;
}

.homepage-social .divisor {
  width: 1px;
  height: 41px;
  background-color: var(--color-black);
  margin-left: 2%;
  margin-right: 2%;
}

.social a:hover {
  text-decoration: none;
}

.social-text,
.divisor {
  vertical-align: middle;
}

.social-block,
.divisor {
  display: inline-block;
}

#menu-policies,
.copyright {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: var(--letter-spacing);
}

#menu-policies > li {
	display: inline-block;
}

#menu-header,
footer .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
  display: block;
}

footer .social-block {
  padding-top: 18px;
  padding-bottom: 18px;
}

footer .social-block > a {
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: -12px;
}

footer .row:nth-child(1) {
  margin-top: 1.2rem;
}

footer .row:nth-child(2) {
  margin-bottom: 1.2rem;
}

footer .row > div > div {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

footer #gform_wrapper_1 {
  margin-top: .5%;
  margin-bottom: .5%;
  max-width: 500px;
}

.nl-footer-title {
  margin-bottom: 0 !important;
}

.header-right {
  display: flex;
  justify-content: end;
  align-items: center;
}

.header-right > *:not(:last-child) {
  margin-right: 25px;
}

.hamburger-container {
  display: flex;
  align-items: center;
}

.gform_wrapper [type="checkbox"]:not(:checked), .gform_wrapper [type="checkbox"]:checked,
.site-content .af-attributes-list [type="checkbox"]:not(:checked), .site-content .af-attributes-list [type="checkbox"]:checked {
  position: absolute !important;
  left: -9999px;
}

.gform_wrapper [type="checkbox"]:not(:checked) + label, .gform_wrapper [type="checkbox"]:checked + label,
.site-content .af-attributes-list [type="checkbox"]:not(:checked) + label, .site-content .af-attributes-list [type="checkbox"]:checked + label {
  position: relative !important;
  padding-left: 30px !important;
  cursor: pointer !important;
  font-size: 12px;
}

.gform_wrapper [type="checkbox"]:not(:checked) + label:before, .gform_wrapper [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
	top: -2px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid var(--color-white);
  background: transparent;
  padding: 2px;
}

.gform_wrapper [type="checkbox"]:not(:checked) + label:after,
.gform_wrapper [type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
	top: 3px;
  left: 5px;
  font-size: 1.3em;
  line-height: 0.8;
  background-color: var(--color-black);
  transition: all .2s;
}
footer .gform_wrapper [type="checkbox"]:not(:checked) + label:after,
footer .gform_wrapper [type="checkbox"]:checked + label:after {
  background-color: var(--color-white);
}


.gform_wrapper [type="checkbox"]:not(:checked) + label:after,
.site-content .af-attributes-list [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

.gform_wrapper [type="checkbox"]:checked + label:after,
.site-content .af-attributes-list [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.gfield_checkbox a,
.gfield_consent_label a {
  text-decoration: underline;
}

footer .gform_wrapper input:not([type="submit"]) {
  padding-left: 0 !important;
  padding-right: 0 !important;
  background-color: transparent;
  border: unset;
  border-bottom: 1px solid var(--color-white);
  color: inherit;
}

.gform_wrapper.gravity-theme fieldset.gfield--input-type-consent {
  margin-top: 8px;
}

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

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
  border: none;
  border-bottom: 1px solid #790000;
}

#gform_wrapper_1 input[type=text],
#gform_wrapper_2 input[type=text], #gform_wrapper_2 textarea,
#gform_wrapper_3 input[type=text] {
  border: none;
  border-bottom: 1px solid var(--color-black);
  background: transparent;
  text-transform: uppercase;
  padding: 5px 0;
  font-size: .65rem;
  font-weight: 500;
  letter-spacing: var(--letter-spacing);
}

.wp-block-spacer {
  height: .1rem !important;
}

.btn,
#content .wp-block-button__link,
input[type=submit],
.cky-btn {
  font-family: var(--font-paragraph) !important;
  font-size: var(--font-size-h8) !important;
  font-weight: 600 !important;
  letter-spacing: var(--letter-spacing);
  line-height: 1 !important;
  text-transform: uppercase !important;
  color: var(--color-white) !important;
  background-color: var(--color-black) !important;
  border: 1px solid var(--color-grey) !important;
  border-radius: 50px !important;
  width: 100%;
  max-width: 150px !important;
  min-width: fit-content;
  text-align: center;
  display: inline-block;
  cursor: pointer !important;
  padding: 12px 30px !important;
  opacity: 1 !important;
  transition: all 0.15s ease;
}

.post-template-default .wp-block-button__link {
  background-color: var(--color-black);
  border: 2px solid var(--color-black);
  border-radius: 0;
  box-shadow: none;
  color: var(--color-white);
  cursor: pointer;
  display: inline-block;
  font-size: .65rem;
  font-weight: 500;
  width: fit-content;
  text-transform: uppercase;
  margin: 0;
  padding: calc(.7rem - 1px) 2.4rem;
  text-align: center;
  text-decoration: none;
  overflow-wrap: unset;
}

.gform_wrapper input::placeholder,
.gform_wrapper textarea::placeholder {
	color: var(--color-black) !important;
}
.gform_wrapper input:-ms-input-placeholder,
.gform_wrapper textarea:-ms-input-placeholder {
	color: var(--color-black);
}
.gform_wrapper input::-ms-input-placeholder,
.gform_wrapper textarea::-ms-input-placeholder {
	color: var(--color-black);
}

footer .gform_wrapper input::placeholder,
footer .gform_wrapper textarea::placeholder {
	color: var(--color-white) !important;
}
footer .gform_wrapper input:-ms-input-placeholder,
footer .gform_wrapper textarea:-ms-input-placeholder {
	color: var(--color-white);
}
footer .gform_wrapper input::-ms-input-placeholder,
footer .gform_wrapper textarea::-ms-input-placeholder {
	color: var(--color-white);
}

::-moz-placeholder {
  opacity: 1;
}

#gform_1 .gform_footer {
  padding: 0;
}

.gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {
  line-height: unset !important;
}

body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox, body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
  margin-top: 8px !important;
}

.ginput_container_checkbox {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.gform_wrapper div.validation_error {
  display: none;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  margin-bottom: 0 !important;
  border-top: none !important;
  border-bottom: none !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.gform_wrapper .validation_message {
  font-size: .7rem !important;
  font-weight: 700 !important;
  letter-spacing: var(--letter-spacing) !important;
  text-transform: uppercase;
}

#gform_wrapper_1.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half),
#gform_wrapper_2.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half),
#gform_wrapper_3.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: unset !important;
}
#gform_wrapper_1 li.gfield.gfield_error.gfield_contains_required {
  padding-right: 16px !important;
}

#menu-side a {
  text-transform: uppercase;
  text-align: right;
	color: var(--color-black);
  letter-spacing: var(--letter-spacing);
  line-height: var(--line-height);
  font-weight: 800;
  padding-bottom: 1.25vh;
  padding-top: 1.25vh;
}

#menu-side a {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--color-black);
	color: var(--color-white);
}

body:not(.theme-preset-active) #masthead #menu-side li.current-menu-item a {
  -webkit-text-fill-color: var(--color-black);
  -webkit-text-stroke-color: transparent;
  color: var(--color-black);
}

#menu-language-nav {
  z-index: 1;
  position: relative;
}
body:not(.no-scroll) #menu-language-nav {
  display: none;
}
body.no-scroll #menu-language-nav {
  display: inline-block;
}

#language a {
  color: var(--color-black);
  text-transform: uppercase;
  font-size: .9rem;
}

.dropdown-toggle-ellipsis {
  cursor: pointer;
}

.dropdown-toggle-ellipsis::before {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  content: "+";
  font-weight: 900;
}

.show .dropdown-toggle-ellipsis::before {
  content: "–";
}

.mobile-menu .dropdown-toggle-ellipsis {
  display: none;
}

#menu .menu-item {
  text-align: left;
}

.social-ico i {
  color: var(--color-white);
  font-size: 1.2rem;
  vertical-align: middle;
}

.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
  overflow: visible !important;
}

.single-post figure {
  margin-top: 5%;
  margin-bottom: 5%;
}

.single-post .wp-block-embed__wrapper {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.single-post .wp-block-embed__wrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.gform_heading {
  display: none;
}

.grecaptcha-badge {
  visibility: hidden
}

.captcha-text {
  font-size: 8.8px;
  letter-spacing: .3px;
  line-height: 1 !important;
  z-index: 1;
  color: var(--color-light-grey);
  text-transform: initial;
}
.captcha-text a {
  text-decoration: underline;
  color: var(--color-light-grey);
}

.gform_confirmation_message {
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: var(--font-size-h6);
  margin-top: 1.5rem;
}

#menu-footer-nav a {
  padding-top: 12px;
  padding-bottom: 12px;
}

footer .gform_footer {
  margin: 0 0 30px !important;
}

/* menu header */
#masthead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--padding-container);
  white-space: nowrap;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(20px);
}

.site-header-nav {
  width: 100%;
}

#menu-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  gap: var(--padding);
  white-space: nowrap;
  font-weight: 500;
}
#menu-header div:not(.btn_default) a {
  padding: 0 0 2px;
  border-bottom: solid 1px transparent;
}
#menu-header div:not(.btn_default) a:hover,
#menu-header .open > a {
  border-bottom: solid 1px var(--color-white);
  background-color: transparent;
}
#masthead.active #menu-header div:not(.btn_default) a:hover,
#masthead.active #menu-header .open > a,
body.single #masthead.active #menu-header div:not(.btn_default) a:hover,
body.single #masthead.active #menu-header .open > a {
  border-bottom: solid 1px var(--color-black);
}
.dropdown-item {
  padding-left: 0;
  padding-right: 0;
  border-bottom: solid 1px transparent;
  padding-bottom: 2px;
  margin-bottom: 3px;
}
.dropdown-item:hover {
  background-color: transparent !important;
  border-bottom: solid 1px var(--color-white);
}


/* footer */
.site-footer {
  width: 100%;
  padding: var(--padding-container);
  color: var(--color-text-grey);
  position: relative;
}
.site-footer h4 {
  color: var(--color-white);
}
.site-footer a {
  color: var(--color-text-grey);
}
.site-footer-contattaci {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: calc( var(--padding-container) * 0.5 );
  padding-bottom: calc( var(--padding-container) * 1.5 );
  margin-bottom: calc( var(--padding-container) * 1.5 );
  border-bottom: solid 1px var(--color-line-grey);
  gap: var(--padding-container);
}
.site-footer-bg {
  position: absolute;
  display: block;
  z-index: 1;
  top: 0;
  left: 60%;
  width: 181px;
}

.site-footer-info,
.site-footer-info-company,
.site-footer-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: var(--padding-container);
  color: rgba(255, 255, 255, 0.6);
  width: 100%;
}
.site-footer-info-company strong {
  color: var(--color-white);
}
.site-footer-copy {
  margin-top: var(--padding-container);
  padding-top: var(--padding-container);
  border-top: solid 1px var(--color-line-grey);
}
.site-footer-copy > * {
  width: 100%;
  margin: 0;
}
.site-footer-copy .social {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0;
  gap: var(--padding);
}
#menu-policies {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: var(--padding);
  white-space: nowrap;
}
.copyright {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 16px;
}

.site-footer-info-menu {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: var(--padding-container);
}

.site-footer-info-menu ul,
.site-footer-info-menu ul li {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.site-footer-info-menu > div > ul > li > a {
  color: var(--color-white) !important;
  font-weight: 500;
}


/* mobile */
@media screen and (max-width: 768px) {

  .primary-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 1000;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    padding: 100px var(--padding-container) !important;
    background-color: var(--color-white);
  }
  body.open-menu-mobile .primary-menu {
    display: flex;
  }

  body.open-menu-mobile .primary-menu a,
  body.open-menu-mobile .primary-menu a:hover {
    color: var(--color-black) !important;
    position: relative;
  }

  #menu-header-nav,
  #menu-header {
    width: 100%;
  }

  #menu-header {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
  }

  #menu-header > li {
    width: 100%;
  }

  #menu-header > li a:not(.btn_default) {
    color: var(--color-white);
  }

  #menu-header .btn_default_white > a,
  #menu-header .btn_default_black > a {
    color: var(--color-black);
    border-color: var(--color-black);
    color: var(--color-white);
    width: 100%;
    text-align: center;
  }

  #menu-header .btn_default_white > a:hover,
  #menu-header .btn_default_black > a:hover {
    background-color: var(--color-black);
    color: var(--color-white) !important;
  }

  #menu-header .menu-item-has-children.active-submenu > .dropdown-menu {
    display: flex;
  }

  #masthead .navbar-nav > li:not(:last-of-type) > a {
    padding-bottom: 8px;
    padding-top: 26px;
    border-top: solid 1px rgba(0, 0, 0, 0.2);
  }

  .dropdown-menu {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    padding: 0 !important;
    width: 100%;
    margin: var(--padding) 0 !important;
  }
  

  .company-logo {
    max-width: 130px;
    position: relative;
    z-index: 2000;
  }
  
  .site-footer-info-menu > div {
    width: 100%;
  }
  .site-footer-info-menu > div > ul > li > a {
    position: relative;
  }
  .site-footer-info-menu > div > ul > li.menu-item-has-children > a::before,
  #menu-header li.menu-item-has-children > a::before {
    position: absolute;
    content: '+';
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 18px;
    right: 0;
    top: -9px;
    text-align: center;
  }
  #menu-header li.menu-item-has-children.active-submenu > a::before {
    content: '-';
  }
  #menu-header li.menu-item-has-children > a::before {
    top: 24px;
  }
  .site-footer-info-menu {
    margin-bottom: var(--padding);
  }
  .site-footer-info-menu .sub-menu {
    display: none;
  }
  .site-footer-info-menu .active .sub-menu {
    display: flex;
  }
  .site-footer-info-menu > div > ul {
    margin-bottom: 0;
  }
  
  
}


/* 768 MIN WIDTH - desktop */
@media screen and (min-width: 769px) {
  
  /* header */
  #hamburger {
    display: none;
  }
  
  #menu-header .dropdown-menu {
      display: none;
      position: absolute;
      top: calc( 100% + var(--padding-container) + 6px );
      left: 0;
      z-index: 1000;
      float: left;
      padding: var(--padding-container);
      text-align: left;
      list-style: none;
      opacity: 0;
      visibility: hidden; /* Nasconde il menu con transizione */
      border-right: 1px solid rgba(255, 255, 255, 0.15);
      border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
      border-left: 1px solid rgba(255, 255, 255, 0.15);
      border-radius: 0;
      background: transparent;
      overflow: hidden;
  }
  #masthead.active #menu-header .dropdown-menu {
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
}
  
  #menu-header .dropdown-menu li {
    padding: 0 0 4px;
  }

  #menu-header .menu-item-has-children.open > .dropdown-menu {
      display: block;
      opacity: 1;
      visibility: visible; /* Mostra il menu quando la classe open è presente */
      transition: opacity 0.3s ease;
  }

  #menu-header .menu-item-has-children {
      position: relative;
  }

  #menu-header .menu-item-has-children > a {
      cursor: pointer;
  }
  #masthead.active #menu-header .menu-item-has-children > a:hover {
    color: var(--color-black);
  }
  #menu-header .menu-item-has-children > a:hover {
    color: var(--color-black);
  }
  #masthead.active .dropdown-menu {
    background-color: var(--color-white) !important;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    border-left: solid 1px rgba(0, 0, 0, 0.2);
    border-right: solid 1px rgba(0, 0, 0, 0.2);
    border-bottom: solid 1px #fff;
  }



  /* footer */
  .site-footer-contattaci,
  .site-footer-copy {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .site-footer-info {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .copyright {
    justify-content: flex-start;
  }
  .site-footer-info-menu {
    flex-direction: row;
  }
  .site-footer-contattaci [class*="title"] {
    max-width: 800px;
  }
  #menu-policies {
    justify-content: flex-end;
  }
  
}


/* header */
body.single:not(.light,.no-scroll) header:not(.active) #logo-header-black {
  opacity: 1 !important;
  display: block !important;
}
body.single:not(.light,.no-scroll) header:not(.active) #logo-header-white {
  opacity: 0 !important;
  display: none !important;
}
body.single:not(.light,.no-scroll) header:not(.active) #menu-header a {
  color: var(--color-black);
}
body.single #masthead a.btn_default_white,
body.single #masthead .btn_default_white > a {
  color: var(--color-white) !important;
  border-color: var(--color-black);
  background-color: var(--color-black);
}


/* breadcrumbs */
#content #breadcrumb {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  margin-bottom: 20px;
  position: absolute;
  z-index: 5;
  left: var(--padding-container);
  top: 90px;
  color: var(--color-white);
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
}
#content #breadcrumb > a {
  color: var(--color-white);
}
body.single #content #breadcrumb,
body.single #content #breadcrumb a {
  color: rgba(0, 0, 0, 0.40);
}

@media screen and (min-width: 769px) {
  #content #breadcrumb {
    top: 175px;
  }
}