.float-wp{
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 15px;
    right: 15px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 22px;
    box-shadow: 2px 2px 11px rgba(0,0,0,0.7);
    z-index: 100;
}

.float-wp:hover{
    color: #f2f2f2;
}

.wp-float{
   margin-top: 13px;
  display: block;
}