.homepage-news .views-view-grid.row>.col-12 {
  margin-bottom: 1.5rem;
}

.homepage-news .views-view-grid.row>.col-12 .node.box2punti.node--type-news.node--promoted.node--view-mode-square-preview {
  margin-bottom: 1.5rem;
}

.socials {
  display: flex;
  justify-content: center;
}

.socials>.social {
  margin: 0.75rem;
}

.socials svg {
  width: 1.1rem;
  height: 1.1rem;
}

.socials svg path {
  fill: #fff;
}

.socials .social:hover svg path {
  fill: var(--yellow);
}

#block-footermenu {
  margin-bottom: 0;
  padding-bottom: 0;
}

#block-fidelitas-seguici {
  margin-top: 0;
  padding-top: 0;
}

#block-fidelitas-seguici p {
  margin-bottom: 0.5rem;
}

.field--name-field-media-document span.file, a.file-download {
    background-color: var(--yellow);
}

.site-footer__top .socials svg {
  width: 1.5rem;
  height: 1.5rem;
}

.site-footer__top .socials svg path {
  fill: #000;
}

.site-footer__top .socials .facebook svg path {
  fill: #245a9d;
}

.site-footer__top .socials .linkedin svg path {
  fill: #007bbd;
}

.site-footer__top .socials .youtube svg path {
  fill: #e62f32;
}

@media screen and (min-width: 768px) {
  .site-footer__top .socials {
    justify-content: flex-start;
  }

  .site-footer__top .socials>.social {
    margin: 0;
    margin-right: 0.75rem;
    margin-bottom: 0.75rem;
  }
}

/* Bug fixing */
#sede_section_storia {
	scroll-margin-top: 8rem;
}