/*----- SOCIALS -----*/
.ovic-socials .widget-body {
  display: flex;
  align-items: center;
}

.ovic-socials-hide-name-yes .text {
  display: none;
}

.ovic-socials.default a {
  color: inherit;
}
.ovic-socials.default a:hover {
  color: #E73918;
}

.ovic-socials-style-01 .widget {
  margin-left: -7px;
  margin-right: -7px;
}
.ovic-socials-style-01 .widget-title {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 0;
  margin: 0 10px 0 0;
}
.ovic-socials-style-01 .text {
  display: none;
}
.ovic-socials-style-01 a {
  flex: 0 0 auto;
  max-width: 100%;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #555555;
  line-height: 34px;
  text-align: center;
  font-size: 18px;
  transition: all 0.45s ease-out;
  margin: 5px 7px;
}
.ovic-socials-style-01 a:hover {
  background-color: #90bf2a;
  color: #fff;
}

.ovic-socials-style-02 {
  /*a{
      flex: 0 0 auto;
      max-width: 100%;
      width: 38px;
      height: 38px;
      border-radius: 50%;
      text-align: center;
      line-height: 38px;
  }*/
}

/*# sourceMappingURL=style.css.map */
