/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Template: hello-elementor
Description: A child theme for Hello Elementor Theme
Author: Your Name
Author URI: 
Version: 1.0.0
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-elementor-child
*/

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


/* Custom styles from customized theme will be added here */
.grid-style img{
	width:115px;
	height:115px;
}

@media (max-width: 1024px) {
	.desktop-only{
		display:none !important;
	}
}