/***************************/
/******* CONFIG VARS *******/
/* -COLORS.SCSS */
/* DEFAULT COLORS VARS */
/* THEME COLORS VARS */
/* _TEXT.SCSS */
/* Font Library */
/* FONT PER LE ICONE */
/******* CONFIG MIXIN ******/
/* _MIXIN.SCSS */
/***************************/
/* FOOTER */
.wk-footer {
  background-color: #000;
  padding: 20px 1%;
  display: flex;
  flex-direction: column;
  gap: 60px;
  z-index: 3; }
  @media all and (max-width: 62.49em) {
    .wk-footer {
      padding: 20px 3%; } }
  .wk-footer * {
    color: #fff;
    letter-spacing: -0.01em;
    font-family: 'akzidenz-grotesk-pro', sans-serif; }
  .wk-footer .wk-row {
    display: flex;
    gap: 20px;
    justify-content: space-between; }
  .wk-footer > .wk-row {
    gap: 5%; }
    @media all and (max-width: 47.99em) {
      .wk-footer > .wk-row {
        flex-direction: column; } }
  .wk-footer .wk-footer-logo {
    flex-wrap: wrap; }
    @media all and (max-width: 47.99em) {
      .wk-footer .wk-footer-logo {
        margin-bottom: 40px;
        flex-wrap: wrap;
        align-items: flex-start; } }
    .wk-footer .wk-footer-logo .wk-col-33 {
      width: calc(50% - 10px); }
    @media all and (max-width: 47.99em) {
      .wk-footer .wk-footer-logo .wk-col-33:first-child {
        width: 100%; } }
  .wk-footer .wk-col-50 {
    width: 50%; }
    @media all and (max-width: 47.99em) {
      .wk-footer .wk-col-50 {
        width: 100%;
        flex-wrap: wrap; } }
  .wk-footer .wk-col-33 {
    width: 33.33%; }
    @media all and (max-width: 47.99em) {
      .wk-footer .wk-col-33 {
        width: 100%; } }
  .wk-footer .wk-opacity {
    opacity: 0.4; }
  .wk-footer p {
    text-transform: uppercase;
    line-height: 1.38;
    font-size: 13px;
    margin: 0; }
    .wk-footer p span {
      display: block; }
  .wk-footer a {
    color: #fff; }
    .wk-footer a:hover {
      color: #fff;
      opacity: .4; }
  .wk-footer .wk-footer-menu {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    gap: 20px;
    margin-bottom: 20px; }
    .wk-footer .wk-footer-menu ul {
      padding: 0; }
    .wk-footer .wk-footer-menu li {
      list-style-type: none;
      text-transform: uppercase;
      line-height: 1.38;
      font-size: 13px; }
    .wk-footer .wk-footer-menu > li {
      width: calc(25% - 15px); }
      @media all and (max-width: 93.75em) {
        .wk-footer .wk-footer-menu > li {
          width: calc(50% - 15px); } }
    .wk-footer .wk-footer-menu > li > a {
      opacity: .4; }
  .wk-footer a {
    display: block; }
  .wk-footer .language-switcher {
    display: flex;
    gap: 20px;
    padding: 0; }
    .wk-footer .language-switcher li {
      list-style-type: none;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content; }
      .wk-footer .language-switcher li a {
        padding: 10px 20px;
        border: 1px solid #fff;
        border-radius: 50px;
        text-transform: uppercase;
        font-size: 13px;
        line-height: 1;
        opacity: .4;
        overflow: hidden;
        transition: all 0.3s ease-in-out; }
        .wk-footer .language-switcher li a:hover {
          background-color: #fff;
          color: #000;
          opacity: 1; }
      .wk-footer .language-switcher li.active a {
        opacity: 1; }
      .wk-footer .language-switcher li a:hover {
        opacity: 1;
        color: #000; }
  .wk-footer .wk-footer-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 30px; }
    @media all and (max-width: 47.99em) {
      .wk-footer .wk-footer-buttons {
        margin-bottom: 0; } }
    .wk-footer .wk-footer-buttons a {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 10px 20px;
      border: 1px solid #fff;
      border-radius: 50px;
      text-transform: uppercase;
      font-size: 13px;
      line-height: 1;
      text-align: center;
      transition: all 0.3s ease-in-out; }
      .wk-footer .wk-footer-buttons a:hover {
        color: #000;
        background-color: #fff; }
        .wk-footer .wk-footer-buttons a:hover a {
          color: #000; }
    .wk-footer .wk-footer-buttons:hover a {
      opacity: 1; }
    .wk-footer .wk-footer-buttons .wk-contattaci {
      color: #000;
      background-color: #fff; }
      .wk-footer .wk-footer-buttons .wk-contattaci:hover {
        color: #fff;
        background-color: #000;
        opacity: 1; }
        .wk-footer .wk-footer-buttons .wk-contattaci:hover a {
          opacity: 1; }
  .wk-footer .wk-footer__footer .wk-row {
    justify-content: flex-start;
    align-items: flex-end;
    gap: 20px; }
    @media all and (max-width: 47.99em) {
      .wk-footer .wk-footer__footer .wk-row {
        align-items: flex-start; } }
    @media all and (max-width: 47.99em) {
      .wk-footer .wk-footer__footer .wk-row:first-child {
        margin-bottom: 20px; } }
  @media all and (max-width: 93.75em) {
    .wk-footer .wk-footer-right {
      flex-direction: column; } }

.wk-row.wk-col-full {
  width: 100%; }
  @media all and (max-width: 47.99em) {
    .wk-row.wk-col-full {
      flex-wrap: wrap; } }

.wk-row.wk-footer__footer .wk-row {
  width: 100%;
  justify-content: space-between; }

.wk_footer_copyright {
  width: 100%; }

.wk_footer_copyright a {
  display: inline; }

@media all and (min-width: 78.75em) {
  .wk_footer_copyright p br {
    display: none; } }

.wk_footer_copyright span.wk-copy-block {
  display: inline !important;
  margin-right: 10px; }
  @media all and (max-width: 47.99em) {
    .wk_footer_copyright span.wk-copy-block {
      display: block !important; } }

.wk-footer__footer .wk-col-full .wk-col-33 {
  width: 50%; }
  @media all and (min-width: 78.75em) {
    .wk-footer__footer .wk-col-full .wk-col-33 {
      width: 12.5%; } }

@media all and (max-width: 47.99em) {
  .wk-footer__footer .wk-row.wk-col-full {
    flex-direction: column-reverse; } }
