/*
 Theme Name:   Twenty Twelve Child
 Theme URI:    http://example.com/twenty-twelve-child/
 Description:  Twenty Twelve Child Theme
 Author:       Basti
 Author URI:   http://example.com
 Template:     twentytwelve
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-twelve-child
*/

/* Tweak for logo in header
-----------------------------------------------*/
hgroup img {
  display: none;
}

@media screen and (min-width: 600px) {
  /* Tweak for logo in header
  -----------------------------------------------*/
  hgroup img {
    display: block;
    width: 501px;
  }
  #logo-right {
    display: none;
  }
  .main-navigation {
    margin-top: 15px !important;
  }
}
