/*
 Theme Name:   Hello Elementor Child
 Description:  Child Theme of Hello Elementor
 Author:       empirica
 Author URI:   https://empirica.com
 Template:     hello-elementor
 Version:      1.0
 Text Domain:  hello-elementor-child
*/

/*
    Add your custom styles here
*/
/* Setting up a padding left and right for content wrapper on mobile devices */
@media (max-width: 767px) {
	.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
		padding: 10px 30px !IMPORTANT;
	}
}