.float-wp{
    position: fixed;
    min-width: 360px;
    min-height: 60px;
    bottom: 45px;
    right: 45px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    box-shadow: 2px 2px 11px rgba(0,0,0,0.7);
    z-index: 100;
}

.float-wp:hover{
  color:white;
}

.wp-float{
    margin-top:20px;
    font-size:32px;
}


.wp-float:hover{
    color:white;
}
