/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.wp-sticky-button{
    position: fixed;
    top: 45%;
    right:0;
    background:#FFF !important;
	padding: 18px 5px 18px 15px;
    font-size: 20px;
    border-radius:10px 0 0 10px;
    width:95px;
    -webkit-box-shadow: 0px 5px 15px 2px rgba(0,0,0,0.29);
    box-shadow: 0px 5px 15px 2px rgba(0,0,0,0.29);
    z-index:999;
    opacity:0.8;
}
.wp-sticky-button:hover {
    opacity:1;
}
