.widget_beflex_social ul, .widget_beflex_social li {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.widget_beflex_social li {
  display: inline-block; }

.widget_beflex_social li a {
  margin-right: 0.2em !important; }

.widget_beflex_social li:last-child a {
  margin-right: 0 !important; }

.widget_beflex_social li a {
  display: inline-block;
  background: rgba(255, 255, 255, 0.6);
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.widget_beflex_social li a:hover {
  background: rgba(255, 255, 255, 0.8); }
