/***************************/
/******* 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(33, 37, 41, 0.1);
    border-bottom: 1px solid #383f45; }

/*
** Header
*/
.wk-header {
  padding: 15px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 9999;
  transition: background-color 0.3s ease-in-out; }
  .wk-header *,
  .wk-header #login_form,
  .wk-header #registration_form {
    font-family: 'akzidenz-grotesk-pro', sans-serif; }
  .wk-header .wk-container {
    position: relative;
    z-index: 9999; }
  .wk-header .wk-logo-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative; }
    .wk-header .wk-logo-menu h1 {
      position: absolute;
      top: calc(100% + 20px);
      left: 1vw;
      font-family: "akzidenz-grotesk-pro", Sans-serif;
      font-size: 138px;
      color: #000;
      line-height: 111px;
      font-weight: 400;
      margin-top: 0;
      margin-bottom: 0;
      margin-left: -9px;
      letter-spacing: -0.03em;
      transition: all 0.3s ease-in-out; }
      @media all and (max-width: 62.49em) {
        .wk-header .wk-logo-menu h1 {
          left: 3vw;
          font-size: 118px;
          line-height: 1;
          top: 100%; } }
      @media all and (max-width: 47.99em) {
        .wk-header .wk-logo-menu h1 {
          font-size: 70px;
          margin-left: -4px; } }
  .wk-header .wk-logo {
    line-height: 1;
    position: relative;
    z-index: 1; }
    .wk-header .wk-logo .wk-logo svg path {
      transition: all 0.3s ease-in-out;
      fill: #000; }
    .wk-header .wk-logo a {
      transition: all 0.3s ease-in-out; }
    .wk-header .wk-logo img {
      width: 130px;
      max-width: 100%;
      height: auto; }
  .wk-header .wk-menu-button {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 13px;
    font-weight: 400;
    cursor: pointer;
    font-family: 'akzidenz-grotesk-pro', sans-serif;
    color: #000; }
  .wk-header .wk-mega-menu {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9998;
    pointer-events: none;
    background-color: #c8ff00;
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
    .wk-header .wk-mega-menu .wk-mega-menu__wrapper {
      position: absolute;
      left: calc(50vw - 130px);
      padding-top: 100px;
      padding-bottom: 50px;
      margin-top: 15px;
      overflow-y: auto;
      max-height: calc(100vh - 75px);
      max-height: calc(100dvh - 75px);
      -ms-overflow-style: none;
      /* IE e Edge vecchio */
      scrollbar-width: none;
      /* Firefox */ }
      .wk-header .wk-mega-menu .wk-mega-menu__wrapper::-webkit-scrollbar {
        display: none;
        /* Chrome, Safari, Edge */ }
      @media all and (max-width: 47.99em) {
        .wk-header .wk-mega-menu .wk-mega-menu__wrapper {
          position: static;
          max-height: calc(100vh - 55px);
          max-height: calc(100dvh - 55px); } }
    .wk-header .wk-mega-menu ul {
      list-style-type: none;
      padding: 0; }
      .wk-header .wk-mega-menu ul li {
        line-height: 55px; }
      .wk-header .wk-mega-menu ul a {
        display: block;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        color: #000;
        font-size: 60px;
        font-weight: 400;
        font-family: 'akzidenz-grotesk-pro', sans-serif;
        letter-spacing: -0.02em; }
        @media all and (max-width: 47.99em) {
          .wk-header .wk-mega-menu ul a {
            font-size: 45px;
            line-height: 1; } }
  .wk-header .wk-mega-menu__footer {
    position: fixed;
    bottom: 0;
    left: calc(50vw - 130px);
    right: 0;
    background-color: #c8ff00;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 1%;
    padding-left: 0;
    gap: 20px;
    overflow: auto; }
    @media all and (max-width: 62.49em) {
      .wk-header .wk-mega-menu__footer {
        padding: 20px 3%; } }
    @media all and (max-width: 47.99em) {
      .wk-header .wk-mega-menu__footer {
        padding: 10px 3%;
        left: 0; } }
    .wk-header .wk-mega-menu__footer .wk-col {
      display: flex;
      gap: 20px;
      align-items: center;
      text-align: center; }
      .wk-header .wk-mega-menu__footer .wk-col li a,
      .wk-header .wk-mega-menu__footer .wk-col .open_login_form,
      .wk-header .wk-mega-menu__footer .wk-col .wk-newsletter-footer a,
      .wk-header .wk-mega-menu__footer .wk-col .wk-logout-button a {
        display: inline-block;
        border: 1px solid #000;
        border-radius: 50px;
        font-size: 12px;
        line-height: 12px;
        padding: 7px 15px;
        text-transform: uppercase;
        color: #000;
        transition: all 0.3s ease-in-out; }
        .wk-header .wk-mega-menu__footer .wk-col li a:hover,
        .wk-header .wk-mega-menu__footer .wk-col .open_login_form:hover,
        .wk-header .wk-mega-menu__footer .wk-col .wk-newsletter-footer a:hover,
        .wk-header .wk-mega-menu__footer .wk-col .wk-logout-button a:hover {
          opacity: 1;
          background-color: #000;
          color: #fff; }
  @media all and (max-width: 47.99em) {
    .wk-header .wk-newsletter-footer {
      display: none; } }
  .wk-header .menu-item-has-children {
    padding-right: 50px; }
    .wk-header .menu-item-has-children li {
      opacity: 0.4;
      position: relative;
      margin: -12px 0; }
    .wk-header .menu-item-has-children li:nth-child(1) {
      z-index: 20; }
    .wk-header .menu-item-has-children li:nth-child(2) {
      z-index: 19; }
    .wk-header .menu-item-has-children li:nth-child(3) {
      z-index: 18; }
    .wk-header .menu-item-has-children li:nth-child(4) {
      z-index: 17; }
    .wk-header .menu-item-has-children li:nth-child(5) {
      z-index: 16; }
    .wk-header .menu-item-has-children li:nth-child(6) {
      z-index: 15; }
    .wk-header .menu-item-has-children li:nth-child(7) {
      z-index: 14; }
    .wk-header .menu-item-has-children li:nth-child(8) {
      z-index: 13; }
    .wk-header .menu-item-has-children li:nth-child(9) {
      z-index: 12; }
    .wk-header .menu-item-has-children li:nth-child(10) {
      z-index: 11; }
    .wk-header .menu-item-has-children li:nth-child(11) {
      z-index: 10; }
    .wk-header .menu-item-has-children li:nth-child(12) {
      z-index: 9; }
    .wk-header .menu-item-has-children li:nth-child(13) {
      z-index: 8; }
    .wk-header .menu-item-has-children li:nth-child(14) {
      z-index: 7; }
    .wk-header .menu-item-has-children li:nth-child(15) {
      z-index: 6; }
    .wk-header .menu-item-has-children li:nth-child(16) {
      z-index: 5; }
    .wk-header .menu-item-has-children li:nth-child(17) {
      z-index: 4; }
    .wk-header .menu-item-has-children li:nth-child(18) {
      z-index: 3; }
    .wk-header .menu-item-has-children li:nth-child(19) {
      z-index: 2; }
    .wk-header .menu-item-has-children li:nth-child(20) {
      z-index: 1; }
    .wk-header .menu-item-has-children li:hover {
      opacity: 1; }
      .wk-header .menu-item-has-children li:hover a {
        opacity: 1; }
    .wk-header .menu-item-has-children li a {
      display: block;
      padding: 12px 0 0; }
    .wk-header .menu-item-has-children.active a::after {
      -webkit-transform: translateY(-50%) rotate(45deg);
              transform: translateY(-50%) rotate(45deg); }
    .wk-header .menu-item-has-children > a {
      position: relative;
      display: inline-block; }
      .wk-header .menu-item-has-children > a::after {
        content: '';
        position: absolute;
        left: calc(100% + 12px);
        top: calc(50% + 4px);
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 30px;
        height: 30px;
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m50 0c-27.6 0-50 22.4-50 50s22.4 50 50 50 50-22.4 50-50-22.4-50-50-50zm0 97.5c-26.2 0-47.5-21.3-47.5-47.5s21.3-47.5 47.5-47.5 47.5 21.3 47.5 47.5-21.3 47.5-47.5 47.5z'/%3E%3Cpath d='m51.3 23.7h-2.5v25h-25v2.6h25v25h2.5v-25h24.9v-2.6h-24.9z'/%3E%3C/svg%3E");
        background-size: contain;
        background-repeat: no-repeat;
        transition: all 0.3s ease-in-out; }
  .wk-header .sub-menu {
    padding: 0 0 8px !important; }
  .wk-header .wk-mega-menu ul.language-switcher {
    display: flex;
    gap: 10px; }
    .wk-header .wk-mega-menu ul.language-switcher li {
      opacity: 0.4;
      line-height: 1;
      transition: all 0.3s ease-in-out; }
      .wk-header .wk-mega-menu ul.language-switcher li.active {
        opacity: 1; }
        .wk-header .wk-mega-menu ul.language-switcher li.active a {
          background-color: #000;
          color: #fff; }
      .wk-header .wk-mega-menu ul.language-switcher li:hover,
      .wk-header .wk-mega-menu ul.language-switcher li:hover a {
        opacity: 1; }
      .wk-header .wk-mega-menu ul.language-switcher li:hover a {
        background-color: #000;
        color: #fff; }
    .wk-header .wk-mega-menu ul.language-switcher a {
      display: inline-block;
      padding: 10px 20px;
      border: 1px solid #000;
      border-radius: 50px;
      font-size: 12px;
      line-height: 12px;
      padding: 7px 15px;
      text-transform: uppercase; }

.wk-menu-button.is-closed {
  display: block; }

.wk-menu-button.is-open {
  display: none; }

body.wk-menu--open .wk-mega-menu {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateY(0);
          transform: translateY(0); }

body.wk-menu--open .wk-menu-button.is-open {
  display: block; }

body.wk-menu--open .wk-menu-button.wk-menu-button.is-closed {
  display: none; }

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

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

/*
** Login form
*/
#registration_form a {
  color: #000 !important; }

#login_form h3,
#registration_form h3,
#recover_password h3 {
  padding-right: 40px;
  font-size: 52px;
  line-height: 52px;
  letter-spacing: -0.02em;
  margin-bottom: 33px;
  color: #000; }

.wppb-error, .wppb-register-user .wppb-field-error, .wppb-edit-user .wppb-field-error, #wppb-recover-password .wppb-field-error, .wppb-form-field > span.wppb-form-error, .wppb-success {
  background: transparent !important;
  border: none !important;
  padding-left: 0 !important; }

.wppb-send-credentials-checkbox {
  display: none; }

.wppb-user-forms ul li,
#wppb-login-wrap p.wppb-form-field {
  margin-bottom: 25px !important; }

.wppb-user-forms ul li.wppb-checkbox {
  margin-bottom: 10px !important; }

.wk-forgot-password {
  margin-top: 25px; }

.wppb-form-field.wppb-checkbox.pbpl-class {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  padding-bottom: 0;
  margin-bottom: auto; }

.wppb-form-field.wppb-checkbox.pbpl-class ul.wppb-checkboxes {
  width: auto !important; }
  .wppb-form-field.wppb-checkbox.pbpl-class ul.wppb-checkboxes li {
    margin-bottom: 0 !important; }

.wppb-form-field.wppb-checkbox.wppb-field-error.pbpl-class a {
  color: #000;
  text-decoration: underline; }

.wppb-field-error > label {
  margin-bottom: auto; }

.wppb-form-field.wppb-checkbox.wppb-field-error.pbpl-class .wppb-form-error {
  display: none; }

.wppb-checkbox label {
  width: auto !important; }

.wppb-rc-value {
  display: none !important; }

.wppb-error,
.wppb-register-user .wppb-field-error,
.wppb-edit-user .wppb-field-error,
#wppb-recover-password .wppb-field-error,
.wppb-form-field > span.wppb-form-error,
.wppb-success {
  background: transparent;
  border: none;
  padding-left: 0 !important; }

.login_form_button,
#wppb-submit,
#register,
#wppb-recover-password-button {
  background: #000;
  color: #fff;
  border: 1px solid #000;
  text-transform: uppercase;
  border-radius: 20px;
  font-size: 13px;
  line-height: 1;
  padding: 10px 46px;
  display: inline-block; }
  .login_form_button:hover,
  #wppb-submit:hover,
  #register:hover,
  #wppb-recover-password-button:hover {
    color: #fff !important;
    background-color: #000 !important; }

.login_form_button:hover {
  opacity: 1;
  color: #fff; }

.wppb-user-forms .wppb-checkboxes li,
.wppb-user-forms .wppb-radios li {
  display: inline; }

#login_form .wrapper,
#registration_form .wrapper,
#recover_password .wrapper {
  overflow: auto;
  background: #c8ff00;
  padding: 15px 20px;
  text-align: left; }

#login_form .wrapper .row:first-child,
#registration_form .wrapper .row:first-child,
#recover_password .wrapper .row:first-child {
  min-height: calc(100vh - 30px);
  align-content: space-between; }

#login_form .wrapper .close-btn,
#registration_form .wrapper .close-btn,
#recover_password .wrapper .close-btn {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 40px;
  height: 40px; }

#login_form .wrapper .close-btn a,
#registration_form .wrapper .close-btn a,
#recover_password .wrapper .close-btn a {
  display: inline-block;
  text-decoration: none; }

#login_form .wrapper .close-btn a .menu-icon,
#login_form .wrapper .close-btn a .menu-icon::before,
#login_form .wrapper .close-btn a .menu-icon::after,
#registration_form .wrapper .close-btn a .menu-icon,
#registration_form .wrapper .close-btn a .menu-icon::before,
#registration_form .wrapper .close-btn a .menu-icon::after,
#recover_password .wrapper .close-btn a .menu-icon,
#recover_password .wrapper .close-btn a .menu-icon::before,
#recover_password .wrapper .close-btn a .menu-icon::after {
  width: 40px; }

#login_form .wrapper .close-btn a .menu-icon,
#registration_form .wrapper .close-btn a .menu-icon,
#recover_password .wrapper .close-btn a .menu-icon {
  background-color: transparent; }

#login_form .wrapper .close-btn a .menu-icon::before,
#registration_form .wrapper .close-btn a .menu-icon::before,
#recover_password .wrapper .close-btn a .menu-icon::before {
  -webkit-transform: translateY(15px) rotate(45deg);
          transform: translateY(15px) rotate(45deg); }

#login_form .wrapper .close-btn a .menu-icon::after,
#registration_form .wrapper .close-btn a .menu-icon::after,
#recover_password .wrapper .close-btn a .menu-icon::after {
  -webkit-transform: translateY(5px) rotate(-45deg);
          transform: translateY(5px) rotate(-45deg); }

#login_form .wrapper,
#registration_form .wrapper,
#recover_password .wrapper {
  width: auto;
  display: inline-block; }

#login_form input[type=text],
#login_form input[type=email],
#login_form input[type=password],
#registration_form input[type=text],
#registration_form input[type=email],
#registration_form input[type=password],
#recover_password input[type=text],
#recover_password input[type=email],
#recover_password input[type=password] {
  background: transparent;
  border: none;
  border-bottom: 1px solid #000;
  width: 100%;
  border-radius: 0;
  outline: 0; }

.open_login_form svg {
  position: relative;
  bottom: -1px; }

.wppb-form-field.pbpl-class .wppb-radios li label,
.wppb-form-field.pbpl-class .wppb-checkboxes li label {
  display: none; }

.glightbox-clean .gclose,
.glightbox-clean .gnext,
.glightbox-clean .gprev {
  background-color: transparent !important; }

.wk-login-button {
  cursor: pointer; }

/**
** Header white
*/
body.wk-header-white .wk-logo svg path {
  fill: #fff; }

body.wk-header-white .wk-menu-button {
  color: #fff; }

body.wk-header-white .wk-header .wk-logo-menu h1 {
  color: #fff; }

body.wk-header-white.wk-menu--open {
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: 0;
  /* Firefox, Safari 18.2+, Chromium 121+ */ }
  body.wk-header-white.wk-menu--open::-webkit-scrollbar {
    display: none;
    /* Older Safari and Chromium */ }
  body.wk-header-white.wk-menu--open .wk-logo svg path {
    fill: #000; }
  body.wk-header-white.wk-menu--open .wk-menu-button {
    color: #000; }

body.wk-scroll .wk-header {
  background-color: #fff; }
  body.wk-scroll .wk-header .wk-logo svg path {
    fill: #000; }
  body.wk-scroll .wk-header .wk-menu-button {
    color: #000; }
  body.wk-scroll .wk-header .wk-logo-menu h1 {
    opacity: 0;
    pointer-events: none; }
  @media all and (max-width: 37.5em) {
    body.wk-scroll .wk-header {
      top: 0 !important; } }

body.wk-menu--open .wk-logo-menu h1 {
  opacity: 0;
  pointer-events: none; }
