.social-links__icon {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}

@media (min-width:768px) { 
.sitefooter--menu {
float: right !important;
}

@media (max-width:767px) { 
  .sitefooter--menu {
    float: center;
  }
}


.social-links__icon:hover {
  background-color: var(--primary);
}

.social-links__icon svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.footeremailsub {
  display: flex;
  flex: 3;
  align-items: left;
  padding
}

.footer__copyright {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.9rem;
}

.xmm-sitefooter_social {
 padding-bottom: 10px;

}