/*
Theme Name: hello-elementor-child
Author: hello-elementor-child
Description: hello-elementor-child
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
ul.sub-menu {
    min-width: 300PX !IMPORTANT;
}
@media screen and (min-device-width:320px) and (max-device-width:768px){
	.jkit-menu-wrapper {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    position: absolute;
    top: 0 !important;
}
	ul.sub-menu.dropdown-open {
    overflow: scroll;
     min-height: 97vh;
}
}