.ova_social .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ova_social .content a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background: #62718d;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova_social .content a:not(:last-child) {
  margin-right: 0;
}
.ova_social .content a.ova-framework-social-icon:not(:last-child) {
  margin-right: 8px;
}
.ova_social .content a span {
  position: absolute;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.ova_social .content a i {
  position: relative;
  display: block;
  font-size: 15px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}