/* SOCIAL ICONS */
.socials-container a,
.phantom-footer-socials a {
  svg {
    path {
      fill: #000;
    }
    path.background {
      fill: #fff;
    }
  }
}

.socials-container a:hover,
.phantom-footer-socials a:hover {
  opacity: 1;
  svg {
    path {
      fill: #fff;
    }

    path.background {
      fill: #1f66da;
    }
  }
}
