.entity-pro-feature {
  background: #0073aa;
  color: #FFF !important;
  display: block;
  box-shadow: none;
  font-style: normal;
  text-decoration: none;
  margin-bottom: 5px;
}
.entity-pro-feature::before {
  font: 400 10px/22px dashicons;
      line-height: 22px;
  content: "\f345";
  position: relative;
  line-height: 2.5em;
  margin: 7.5px;
}
.entity-pro-feature:focus{
  box-shadow: none !important;
}
.entity-pro-feature:hover{
  background: #000;
}
