/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.4.2
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


@font-face {
	font-family: Canter;
	src:url(www.criscenza.it/dev/wp-content/themes/hello-theme-child/fonts/canter/Canter Bold.otf);

}




/* sticky header */
.site-header{
		padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500;
    background-color: #fff;
}

/* back to top button */
.topbutton {
     height:50px;
     width:50px;
     position:fixed;
     right:5px;
     bottom:5px;
     Z-index:1;
     background-image:url("https://www.criscenza.it/dev/wp-content/uploads/2022/01/topbutton.jpg");
     background-repeat:no-repeat;
     display:none;
}
