#st-1 .st-btn[data-network='twitter']{
      background-color: #1da1f2 !important;
    }
   #st-1 .st-btn[data-network='googleplus'] {
    background-color: #db4437 !important;
    }
    #st-1 .st-btn[data-network='facebook'] {
    background-color: #4267b2 !important;
    }
    #st-1 .st-btn[data-network='pinterest'] {
    background-color: #bd081c !important;
    }
    #st-1 .st-btn[data-network='whatsapp'] {
    background-color: #34af23 !important;
    }
    #st-1 .st-btn[data-network='linkedin'] {
    background-color: #0077B5 !important;
    }
    #st-1 .st-btn > svg{
      height: 24px !important;
      width: 24px !important;
      top:8px !important;
    }
    #st-1 .st-btn{
      border-radius: 50% !important;
      padding: 0 8px !important;
    }
    .sharethis-inline-share-buttons{
      position: relative;
      top:-10px;
      z-index: 99 !important;
    }
     @media(max-width: 400px){
        .st-btn{
          display: inline-block !important;
          margin-bottom: 5px;
          }
       }