I think I got it now. I was looking at one thing and writing about another, problem is with Font Awesome icons in menu, you can see it in Be Social variant.
Open index_besocial.css:
}
@media screen and (max-width: 50em) {
#menu_nav .listlevel1.no_subsections>a:before {
font-family: "FontAwesome";
font-size: 1.2em;
content: "";
}
}
@media screen and (max-width: 50em) {
Now in index.template.php:
', !empty($button['sub_buttons']) ? ' subsections" aria-haspopup="true"' : '"', '
', !empty($button['sub_buttons']) ? ' subsections" aria-haspopup="true"' : ' no_subsections"', '
Before:

After:

Maybe this could be added in 1.0.1?