@charset "utf-8";
/* CSS Document */

.sc_whatsapp_btn {
    /*border: 1px solid rgba(0, 0, 0, 0.1);*/
    display: inline-block !important;
    position: relative;
    font-family: Arial,sans-serif;
    letter-spacing: .4px;
    cursor: pointer;
    font-weight: 400;
    text-transform: none;
    color: #fff;
    background-color: #5cbe4a;
    background-repeat: no-repeat;
    text-decoration: none;
	padding: 5px 12px 5px 12px; margin: 5px auto; text-align:center;
}

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

.sc_whatsapp_btn_medium {
    font-size: 16px;
    background-size: 20px;
    background-position: 4px 2px;
    padding: 4px 6px 4px 30px;
}