/**
* Theme Name: Kitchor Child
* Description: This is a child theme of Kitchor, generated by Merlin WP.
* Author: <a href="https://themelexus.com/">Themelexus</a>
* Template: kitchor
* Version: 1.4.5
*/

li.mobile-show.menu-item {
    display: none;
}

@media screen and (max-width: 600px) {
	li.mobile-show.menu-item {
		display: block;
	}
}