/*
 Theme Name:   Nerf Child
 Theme URI:    http://wordpress.com
 Description:  Nerf Child Theme
 Author:       ApusTheme
 Author URI:   http://apusthemes.com
 Template:     nerf
 Version:      1.0.0
 Text Domain:  nerf-child
*/


/* SKRÝT LOGO POUZE NA MOBILU */
@media (max-width: 768px) {
  .apus-header-mobile .logo,
  .apus-header-mobile .logo img,
  .header-mobile .logo,
  .header-mobile .logo img,
  #apus-mobile-menu .logo,
  #apus-mobile-menu .logo img {
    display: none !important;
    visibility: hidden !important;
  }
}

