.site-branding a {
  padding: 0 !important;
  width: auto !important;
  margin: 0 auto !important;
  display: inline-block !important;
  float: none !important;
}

.site-header {
	margin-bottom: .5em !important;
}

.site-header-cart .count {
  display: none !important;
}

.site-main ul.products li.product .button {
  display: none;
}

.woocommerce-breadcrumb {
  display: none;
}

.storefront-sorting {
  display: none;
}

.storefront-handheld-footer-bar .my-account {
  display: none;
}

.storefront-handheld-footer-bar .columns-3 li {
  width: 50% !important;
}

.post-type-archive #primary {
  width: auto;
  margin-right: 0;
  float: none;
}

.post-type-archive #secondary {
  display: none;
}

.single-product .woocommerce-tabs {
  display: none;
}

.forest, .clouds {
  display: none;
}

.site-footer {
  padding: 1em 0;
}

.footer-image {
  /*
  clear: both;
  margin-bottom: 20px;
  width: 461px;
  max-width: 100%;
  height: 260px;
  background: url(/wp/wp-content/uploads/footer.jpg) no-repeat;
  background-size: contain;
  float: right;
  */
}

.hentry {
	margin-bottom: 0
}

h1.entry-title {
  text-align: center;
}

.content-area {
	margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .site-header {
    padding-top: 0;
  }
  
  .hentry {
    padding: 1em;
  }
  
  .home .entry-content > div {
    margin: 0 0 10px;
  }
  
  .home .entry-content img {
	float: none;
    width: 100% !important;
    margin: 5px 0;
  }
}

@media (min-width: 768px) {
  .storefront-secondary-navigation.woocommerce-active .site-header .secondary-navigation {
    width: 30%;
  }
}