/*
 Theme Name:   Hello Elementor
 Theme URI:    https://wordpress.org/themes/hello-elementor/
 Description:  Hello Elementor Child Theme
 Author:       Elementor
 Author URI:   https://elementor.com/hello-theme/
 Template:     Jade-Lewis-Hello-Elementor-Theme
 Version:      2.4.1
*/

/* =Theme customization starts here
------------------------------------------------------- */
.button-hover {
	top: 0px;
	transition: 0.25s ease-in-out;
}
.button-hover:hover {
	top: -8px
}
html {
	overflow-x: hidden;
}