.wps-sn-sticky-container{
  z-index:9999;
  position: fixed;
  top:50%;
  left:0;

  ul {

    li {

      a {
        width: 50px;
        height: 50px;
        line-height: 30px;
        box-shadow: none !important;
        display: inline-block;
        padding: 10px;
        font-size: 14px;
        text-align: center;
        color: #ffffff;

        &.facebook {
          background: #3b5998;
        }

        &.twitter {
          background: #1da1f2;
        }

        &.google-plus {
          background: #dd4b39;
        }

        &.pinterest {
          background: #bd081c;
        }

        &.linkedin {
          background: #0077b5;
        }

        &:hover {
          box-shadow: none !important;
        }

      }

    }

  }


  /** Sticky Page Bottom **/
  &.wps-sn-sticky-page-bottom {
    top:auto !important;
    bottom: 0px !important;
    left: 50%;

    ul {

      li {
        display: inline-block;
      }

    }

  }


  /** Sticky Page Left **/
  &.wps-sn-sticky-page-left {
    top:50% !important;
    left: 0%;

    ul {
      width: 50px;

      li {
        display: inline-block;
        margin-bottom: 5px;
        margin-left: 5px;
      }

    }

  }

  /** Sticky Page Right **/
  &.wps-sn-sticky-page-right {
    top:50% !important;
    left: 0%;

    ul {
      width: 50px;

      li {
        display: inline-block;
        margin-bottom: 5px;
        margin-right: 5px;
      }

    }

  }


  /** Sticky Page Right **/
  &.wps-sn-sticky-page-right {
    top:50% !important;
    right: 0%;
    left: auto !important;

    ul {
      width: 50px;

      li {
        display: inline-block;
      }

    }

  }

}