/*
 Theme Name:   Storefront Child
 Theme URI:
 Description:  Storefront Child Theme
 Author:       Lukas Rytz
 Author URI:
 Template:     storefront
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:
 Text Domain:  storefront-child
*/

/* https://wordpress.org/support/topic/storefront-sidebar-products-pages-1 */
body.woocommerce-page #primary { width: 100%; }

/*
 sidebar is #secondary.
 instead of display:none, we remove all content of the sidebar in the wordpress settings.
*/
/* body.woocommerce #secondary { display: none; } */

/* http://www.pootlepress.com/2015/02/21-tips-tricks-and-css-tweaks-for-woothemes-storefront/ */
@media screen and (min-width: 768px) {
  /* LOGO */
  .site-header .site-branding, .site-header .site-logo-anchor, .site-header .site-logo-link { width: 60% !important; }

  /* SECONDARY NAVIGATION */
  .site-header .secondary-navigation { width: 0px !important; }

  /* SEARCH BAR */
  .site-header .site-search { width: 30% !important; }
}
