/* 
Theme Name: Rootimentary
Description:  Child theme of Hello Elementor
Author: Greenville Webworks
Author URI: https://greenvillewebworks.com
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

body .showmobile { display: none!important; }

@media screen and (max-width: 767px){

	body .showmobile { display: block!important; }

}