.menuSocialIcons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.menuSocialIcons a {
  border-radius: 50% !important;
  height: 40px;
  padding: 0 20px;
  border: 1px solid;
  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  padding: 0;
  border: none;
  padding-left: 0;
  padding-right: 0;
  border-color: transparent;
  background-color: transparent;
  color: #F2C524;
}
.menuSocialIcons a[disabled] {
  opacity: 0.2;
}
.menuSocialIcons a > * + * {
  margin-left: 5px;
}
.menuSocialIcons a:focus, .menuSocialIcons a:hover {
  color: #F2C524;
}
.menuSocialIcons a:focus span, .menuSocialIcons a:hover span {
  text-decoration: underline;
}
.menuSocialIcons a:hover {
  border-color: #F2C524;
  background-color: #F2C524;
  color: #FFFFFF;
}/*# sourceMappingURL=menuSocialIcons.css.map */