/* 
Theme Name: Hello Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Tema Filho baseado no Elementor Hello
Author: Limas Negócios
Author URI: https://limasnegocios.com/
Template: hello-elementor
Version: 1.0
Text Domain: hello-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html

*/

/*
    Add your custom styles here
*/


/*tirar barra branca que fica aparecendo no final do rodapé*/
.site-footer .footer-inner,
.site-footer:not(.dynamic-footer),
footer#colophon {
    display: none !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}


/* Remove a margem inferior padrão dos parágrafos do Elementor */
body p {
    margin-bottom: 0 !important;
}
