.fusion-sharing-box {
  display: table;
  margin-bottom: 55px;
  padding: 20px;
  height: 70px;
  width: 100%;
  background-color: #f6f6f6;
  box-sizing: border-box;

  &.boxed-icons {
    padding: 15px 20px;
  }

  .fusion-social-networks,
  h4 {
    display: table-cell;
    vertical-align: middle;
  }

  .fusion-social-networks {
    text-align: right;

    .fusion-social-network-icon {
      margin-bottom: 0;
      text-decoration: none;
    }
  }

  a {
    box-shadow: none !important;
  }
}
//standard stylings for social links in social-links.less
