/**
* Theme Name: Arquito Child
* Description: This is a child theme of Arquito, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/vlthemes">VLThemes</a>
* Template: arquito
* Version: 1.0.0


/* Ukrycie hamburgera na urządzeniach o szerokości powyżej 768px */
@media (min-width: 769px) {
    .vlt-menu-burger {
        display: none !important;
	    opacity: hidden !important;
    }
}

/* Wyświetlenie hamburgera na urządzeniach mobilnych (szerokość 768px i mniej) */
@media (max-width: 768px) {
    .vlt-menu-burger {
    display: inline-block !important;
    }
}
