.ova_social h3.title {
  font-size: 20px;
  line-height: 24px;
  color: #25282e;
  margin-top: 0px;
  margin-bottom: 20px;
}
.ova_social .content a {
  display: inline-block;
}
.ova_social .content a:not(:last-child) {
  margin-right: 0;
}
.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: 22px;
  width: 36px;
  height: 36px;
}
.ova_social .content a i:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ova_social .content a:hover {
  transition: 0.5s all;
  background-color: #c1b696 !important;
}