/**
 * Theme Name:     Alture Theme (Hello Theme Child)
 * Author:         Gabriel Girão — Lion Art Creative Studio
 * Template:       hello-elementor
 * Text Domain:	   alture-theme-hello-theme-child
 * Description:    Child theme created by Lion Art Creative Studio for Alture AI website
 * Author URI:     https://lionart.com.br
 */


html, body {
    scroll-behavior: unset!important;
	overflow-x: hidden;
}

.elementor-icon-wrapper {
    line-height: 0;
}

.elementor-widget-text-editor p:last-child {
    margin-bottom:0;
}

@media screen and (max-width: 1024px) {
    .hide-tablet {
        display: none;
    }
}

