/*
Theme Name: Hello Elementor Child
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Shik
Author URI: 
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor
*/
 
.grecaptcha-badge,.grecaptcha-logo{visibility: hidden !important;}
header.site-header{display:none !important;}

/* accessible effects */
.elementor-invisible {
    visibility: visible!important;
    opacity: 0
}

/* large screens */
@media (min-width: 1925px){}

/* leptops screens */
@media (min-width: 767px) and (max-width:1925px){}

/* mobile */
@media (max-width: 767px){}