/**!
  *  Theme Name: Fondaco Salute
  *  Author: Primi in Zona
  *  Author URI: https://primiinzona.it/
  *  Description: Tema oppositamente creato per Fondaco Salute
  *  Version: 3.0.1
  *  Text Domain: fondacosalute
**/



#site-footer .menu {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1rem;
  padding: 0;
  margin: 0;
}

#site-footer h6,
#site-footer h5 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 1.5rem;
}

#site-footer .menu li a {
  font-size: var(--wp--preset--font-size--medium);
  line-height: 100%;
  text-transform: uppercase;
  text-decoration: none;
}

#site-footer .menu li.current-menu-item:not(.not-current) > a,
#site-footer .menu li:hover > a {
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
}

#site-footer .credits .content {
  font-size: var(--wp--preset--font-size--small);
  gap: 1rem !important;
}

#site-footer .credits p {
  margin: 0 !important;
}

@media only screen and (max-width: 1252px) {
  .masthead #primary-menu {
    margin: 0 !important;
  }
}

@media only screen and (max-width: 1272px) {
  #site-footer .feet #footer-two .has-text-align-center {
    text-align: left;
  }
}
@media only screen and (max-width: 836px) {
  #site-footer .feet .has-text-align-center {
    text-align: left;
  }
  #site-footer #menu-footer.menu {
    align-items: start;
  }
  .home .wp-block-cover {
    min-height: 50vh !important;
  }
}

@media only screen and (max-width: 920px) {
  .home .wp-block-columns .wp-block-column.has-background{
    padding: 4rem 6vw !important;
  }
  .wp-block-buttons.is-content-justification-right {
    justify-content: start;
  }
}
