/***************************/
/******* CONFIG VARS *******/
/* -COLORS.SCSS */
/* DEFAULT COLORS VARS */
/* THEME COLORS VARS */
/* _TEXT.SCSS */
/* Font Library */
/* FONT PER LE ICONE */
/******* CONFIG MIXIN ******/
/* _MIXIN.SCSS */
/***************************/
/* HEADER */
/* TESTATA --- TESTATA --- TESTATA --- TESTATA --- TESTATA --- TESTATA --- TESTATA --- TESTATA */
/* STILE DEL MENU DI APERTURA DEL MENU */
/*
header {
	z-index: 99999;
	top: 0;
	position: fixed;
	width: 100%;
	height: 50px;
	background-color: $color_1;
}*/
/* LOGO */
#logo_sito {
  display: block;
  position: absolute;
  right: -96px;
  margin-right: 2%;
  height: auto;
  padding-bottom: 33.5%;
  width: 200px;
  overflow: visible;
  vertical-align: middle;
  z-index: 99; }
  #logo_sito svg {
    overflow: visible;
    display: inline-block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; }
  #logo_sito svg:not(:root) {
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible; }
  @media screen and (min-width: 470px) and (max-width: 767px) {
    #logo_sito {
      right: 40px; } }
  @media all and (min-width: 48em) {
    #logo_sito {
      right: -260px;
      width: 358px;
      height: 120px;
      padding: 0;
      left: 86%;
      top: 2px; } }
  @media all and (min-width: 71.25em) {
    #logo_sito {
      left: 78%;
      width: 418px;
      height: 140px; } }

@media all and (min-width: 48em) {
  header.attivo #logo_sito {
    width: 200px;
    height: 67px;
    top: 5px; } }

/* SELETTORI LINGUA */
#lingue_mobile {
  text-transform: uppercase; }
  #lingue_mobile > li a {
    display: block;
    width: 100%;
    color: #fff;
    outline: none;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 1em 0.5em 1em 1em;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #1a1a1a; }

/*
** Start header
*/
.wk-header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 9999;
  mix-blend-mode: difference;
  transition: all 0.3s ease-in-out; }
  .wk-header.wk-no-header {
    -webkit-transform: translateY(-105%);
            transform: translateY(-105%); }
  .wk-header.wk-header-home:hover * {
    opacity: 1 !important; }
  .wk-header .wk-header__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 20px 5%; }
    @media all and (max-width: 47.99em) {
      .wk-header .wk-header__wrapper {
        padding: 15px 10px; } }
    .wk-header .wk-header__wrapper > * {
      flex: 1; }
    .wk-header .wk-header__wrapper a,
    .wk-header .wk-header__wrapper .wk-language-selector {
      white-space: nowrap;
      color: #fff; }
    .wk-header .wk-header__wrapper .menu-item::after {
      color: #fff; }
  .wk-header .wk-logo {
    font-weight: 600; }
  .wk-header .selettore_lingua.wk-active {
    pointer-events: none; }
  .wk-header .wk-header-ul {
    list-style-type: none;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center; }
    @media all and (max-width: 47.99em) {
      .wk-header .wk-header-ul {
        display: none; } }
    .wk-header .wk-header-ul li {
      display: inline-block; }
      .wk-header .wk-header-ul li::after {
        content: "|";
        margin: 0 5px; }
      .wk-header .wk-header-ul li:last-child::after {
        content: ""; }
  .wk-header a {
    color: #000;
    transition: all 0.3s ease-in-out; }
  .wk-header .wk-language-selector {
    text-align: right; }
    .wk-header .wk-language-selector a {
      display: inline-block;
      text-transform: uppercase; }
    .wk-header .wk-language-selector a, .wk-header .wk-language-selector span {
      font-weight: 500; }

.wk-mobile-bottom-header {
  display: none;
  mix-blend-mode: difference; }
  @media all and (max-width: 47.99em) {
    .wk-mobile-bottom-header {
      display: block;
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 9999; } }
  @media all and (max-width: 47.99em) {
    .wk-mobile-bottom-header ul {
      display: flex;
      justify-content: space-between;
      padding: 10px; } }
  .wk-mobile-bottom-header ul li {
    list-style-type: none;
    padding: 0;
    flex: 1; }
    .wk-mobile-bottom-header ul li:nth-child(2) {
      text-align: center; }
    .wk-mobile-bottom-header ul li:nth-child(3) {
      text-align: right; }
    .wk-mobile-bottom-header ul li a {
      font-weight: 600;
      color: #fff; }

body.admin-bar .wk-header {
  top: 32px; }
  @media all and (max-width: 47.99em) {
    body.admin-bar .wk-header {
      top: 46px; } }

.wk-header .wk-hide-logo-part,
.wk-header .wk-c,
.wk-header .wk-header-ul,
.wk-header .wk-language-selector > * {
  transition: all 0.3s ease-in-out; }

.wk-header .wk-c {
  font-size: 18px; }

.wk-contacts {
  background-color: #D7EF9F;
  display: none; }
  @media all and (max-width: 47.99em) {
    .wk-contacts:not(.wk-contacts-mobile) {
      display: none !important; } }
  .wk-contacts.wk-contacts-mobile .wk-close-contacts {
    padding: 20px 10px; }
  .wk-contacts.wk-contacts-mobile .wk-flex {
    display: flex;
    justify-content: space-between;
    gap: 20px; }
  @media all and (min-width: 48em) {
    .wk-contacts.wk-contacts-mobile {
      display: none !important; } }
  .wk-contacts p {
    margin-bottom: 0; }
  .wk-contacts a {
    color: #000; }
  .wk-contacts .wk-contacts__wrapper {
    display: flex;
    justify-content: space-between;
    padding: 20px 5%;
    gap: 20px; }
    @media all and (max-width: 47.99em) {
      .wk-contacts .wk-contacts__wrapper {
        padding: 20px 10px;
        flex-direction: column; } }
  .wk-contacts span {
    font-weight: 400;
    display: block; }
  .wk-contacts .wk-close-contacts {
    text-align: right;
    padding: 20px 5%; }
    .wk-contacts .wk-close-contacts span {
      cursor: pointer; }
  .wk-contacts .wk-contact-title {
    font-size: 16px;
    font-weight: 600; }

body.wk-is-scrolling .wk-header,
body.wk-open-contacts .wk-header {
  background-color: transparent; }
  body.wk-is-scrolling .wk-header .wk-hide-logo-part,
  body.wk-is-scrolling .wk-header .wk-header-ul,
  body.wk-open-contacts .wk-header .wk-hide-logo-part,
  body.wk-open-contacts .wk-header .wk-header-ul {
    opacity: 0;
    pointer-events: none; }

body {
  --before-z-index: -1; }
  body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0);
    z-index: var(--before-z-index);
    transition: background-color .3s ease-in-out; }
  body.wk-open-contacts::before {
    -webkit-animation: wkOverlayOpen 0.3s forwards;
            animation: wkOverlayOpen 0.3s forwards;
    width: 100%; }
  body.wk-open-contacts .wk-footer {
    z-index: 999; }
  body:not(.wk-open-contacts):not(.wk-open-newsletter)::before {
    -webkit-animation: wkOverlayClose 0.3s forwards;
            animation: wkOverlayClose 0.3s forwards;
    width: 100%; }

@-webkit-keyframes wkOverlayOpen {
  0% {
    background-color: rgba(0, 0, 0, 0); }
  100% {
    background-color: rgba(0, 0, 0, 0.7); } }

@keyframes wkOverlayOpen {
  0% {
    background-color: rgba(0, 0, 0, 0); }
  100% {
    background-color: rgba(0, 0, 0, 0.7); } }

@-webkit-keyframes wkOverlayClose {
  0% {
    background-color: rgba(0, 0, 0, 0.7); }
  100% {
    background-color: rgba(0, 0, 0, 0); } }

@keyframes wkOverlayClose {
  0% {
    background-color: rgba(0, 0, 0, 0.7); }
  100% {
    background-color: rgba(0, 0, 0, 0); } }

@media screen and (max-width: 782px) {
  body {
    overflow-x: visible !important; } }
