#wpfront-scroll-top-container {
	display: none; position: fixed; z-index: 9999; cursor: pointer;
}
#wpfront-scroll-top-container div.text-holder {
	padding: 3px 10px; border-radius: 3px; box-shadow: 4px 4px 5px 0px rgba(50,50,50,0.5); -webkit-border-radius: 3px; -webkit-box-shadow: 4px 4px 5px 0 rgba(50, 50, 50, 0.5); -moz-box-shadow: 4px 4px 5px 0 rgba(50, 50, 50, 0.5);
}
#wpfront-scroll-top-container a {
	text-decoration: none; outline-style: none; box-shadow: none;
}
