/*
	Theme Name: Hello Elementor Child
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Child theme for Hello Elementor - A lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. This child theme allows you to customize the parent theme without losing your changes when the parent theme is updated.
	Author: Your Name
	Author URI: https://yourwebsite.com
	Template: hello-elementor
	Version: 1.0.66
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor-child
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/

/* Import parent theme styles */
@import url("../hello-elementor/style.css");

/* Custom styles for child theme */
body {
    /* Add your custom body styles here */
}

/* Custom header styles */
.site-header {
    /* Add your custom header styles here */
}

/* Custom footer styles */
.site-footer {
    /* Add your custom footer styles here */
}

/* Custom content styles */
.site-content {
    /* Add your custom content styles here */
}

/* Custom navigation styles */
.main-navigation {
    /* Add your custom navigation styles here */
}

/* Custom button styles */
.button, .btn {
    /* Add your custom button styles here */
}

/* Custom form styles */
input, textarea, select {
    /* Add your custom form styles here */
}

/* Custom responsive styles */
@media (max-width: 768px) {
    /* Add your custom mobile styles here */
}

@media (max-width: 480px) {
    /* Add your custom small mobile styles here */
} 