/*!
Theme Name: Hello Elementor Child Theme
Theme URI: 
Author: Xploretheme
Author URI: https://www.templatemonster.com/authors/xploretheme
Description: This is Charitee child theme.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
Template: hello-elementor

Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Donator is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

html body {
	overflow-x: hidden !important;
	 font-family: 'poppins';
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'poppins' !important;
}

p, a, span, button {
  font-family: 'poppins' !important;
}


footer#site-footer {
    display: none !important;
}
header#site-header {
    display: none !important;
}

h1.entry-title {
    display:  none !important;
}

#menu-top section {
    background: transparent !important;
}
h4.title {word-break: break-all;}




 @media only screen and (max-width: 668px) { 
    .elementor-widget-text-editor h2 {
        font-size: 26px;
    }
    
     .elementor-widget-text-editor h1 {
        font-size: 28px;
    }

} 












