.sptp-member-social {
  margin: 0;
  padding: 0;
  padding-top: 10px;
  list-style: none;
  &.circle {
    a {
      border-radius: 50%;
    }
  }
  &.rounded {
    a {
      border-radius: 5px;
    }
  }
  ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    line-height: 0;
    li {
      display: inline-block;
      margin: 0;
      list-style: none;
      position: relative;
      &:hover {
        opacity: 0.7;
      }
      a {
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        height: 30px;
        width: 30px;
        border-radius: 50%;
        color: #ffffff;
        background-color: #333333;
        font-size: 15px;
        height: 30px;
        width: 30px;
        display: block;
        text-align: center;
      }
      .fa {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
      }
    }
  }
  .sptp-twitter {
    background-color: #55acee !important;
  }
  .sptp-facebook {
    background-color: #3b5999 !important;
  }
  .sptp-instagram {
    background-color: #e4405f !important;
  }
  .sptp-pinterest-p {
    background-color: #bd081c !important;
  }
  .sptp-linkedin {
    background-color: #0077b5 !important;
  }
  .sptp-youtube {
    background-color: #cd201f !important;
  }
  .sptp-medium {
    background-color: #02b875 !important;
  }
  .sptp-codepen {
    background-color: #76daff !important;
  }
}
