
.whatsapp-button{

border: none; 
display: inline-block !important; 
position: relative; 
cursor: pointer; 
text-transform: none; 
color: #fff; 
border-radius: 5px; 
background-color: #1bd741; 
background-repeat: no-repeat; 
background-position: 5px; 
line-height: 1.2; 
text-decoration: none; 
text-align: left;
padding: 6px 6px 6px 42px;
letter-spacing: .6px;
font-size:16px;

background-image: url("whatsapp-share-icon.png");
}

.share-to-whatsapp-wrapper{

	margin-top:25px;
	color: rgba(0,0,0,.6);
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    vertical-align: middle;
}
