/*
Theme Name: Ekko Child
Template: ekko
Theme URI: http://www.ekko-wp.com
Author: Key-Design
Author URI: http://themeforest.net/user/Key-Design
Description: Flexible Multi-Purpose Responsive WordPress Theme
Version: 1.0
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, translation-ready

/* Below you can write your style */
body {
	position:relative;
}

.sticky-whatspp {
    position: fixed;
    bottom: 100px;
    right: 30px;
    z-index: 9;
    font-size: 30px;
    width: 50px;
    height: 50px;
    border-radius: 40px;
    background: #2aa517;
    text-align: center;
    line-height: 52px;
}
.sticky-whatspp a {
	color : #ffffff !important;
}