/* 
 * WhatsApp Sharing Button
 * https://github.com/kriskbx/whatsapp-sharing/
 *
 * Copyright (c) 2015 by Kris Siepert
 *
 * Licensed under the MIT license.
 */
.whatsapp {
	margin:10px;
	width:100%;		
	position: relative;
}

@media (min-width:980px) { 
.whatsapp {
	display:none;	
	}
}
.whatsapp a:hover{
	color: #f8ff2b;
}

.wa_btn {
    background-image: url('button.svg');
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: inline-block !important;
    position: relative;
    cursor: pointer; 
    text-transform: none;
    color: #fff;
    border-radius: 2px;
    background-color: #5cbe4a;
    background-repeat: no-repeat; 
    text-decoration: none;
    text-align: left;
}

.wa_btn_s {
    font-size: 12px;
    background-size: 16px;
    background-position: 5px 2px;
    padding: 3px 6px 3px 25px;
}

.wa_btn_m {
    background-size: 20px;
    background-position: 4px 2px;
    padding: 4px 10px 4px 30px;
}

.wa_btn_l {
    font-size: 16px;
    background-size: 20px;
    background-position: 5px 5px;
    padding: 8px 6px 8px 30px;
}
