/*
Theme Name:   Twenty Eleven Child
Theme URI:    https://viezdnoybarsochi.ru
Description:  Child theme for Twenty Eleven with mobile menu support
Author:       Admin
Author URI:   https://viezdnoybarsochi.ru
Template:     twentyeleven
Version:      1.0.0
Text Domain:  twentyeleven-child
*/

/* Мобильное меню - базовые стили */
@media screen and (max-width: 768px) {
    #access .menu-item-has-children .sub-menu {
        display: none;
    }
    
    #access .menu-item-has-children.menu-open .sub-menu {
        display: block;
    }
}

/* Скрытие поля поиска */
#searchform {
    display: none;
}
