/*
 Theme Name:   Cellos Theme Child
 Theme URI:    http://example.com/
 Description:  Child theme for Parent Theme
 Author:       Cellos
 Author URI:   http://example.com/
 Template:     cellos
 Version:      1.0.0
*/

/* Import parent theme styles */
@import url("../cellos/style.css");


#back-to-top {
	position: fixed;
	bottom: 0px;
	right: 30px;
	z-index: 9999;
	background: #333;
	color: #fff;
	border: none;
	padding: 6px 15px;
	cursor: pointer;
	display: none;
	transition: opacity 0.3s;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#back-to-top:hover {
    background: #555;
}