/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: Child theme for Hello Elementor
Author: Your Name
Author URI: https://example.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/*
 * Custom CSS
 * Add your custom styles below.
 */


/* ==========================================================
   GENERAL
   ========================================================== */


/* ==========================================================
   HEADER
   ========================================================== */


/* ==========================================================
   FOOTER
   ========================================================== */


/* ==========================================================
   RESPONSIVE
   ========================================================== */

@media (max-width: 767px) {

    /* Mobile CSS */

}

@media (min-width: 768px) and (max-width: 1024px) {

    /* Tablet CSS */

}