/*
Theme Name: Storefront Child Theme
Theme URI: http://woothemes.com/storefront
Author: WooThemes
Author URI: http://woothemes.com
Template: storefront
Description: Storefront starter child theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: storefront-child
*/

.site-header .site-logo-link img {
height: auto;
max-width: 100%;
max-height: none;
}

.single-product div.product .price {
font-weight: 700;
color: rgb(202, 165, 68);
}

@media screen and (min-width: 768px) {
    /* LOGO */
    .site-header .site-branding, .site-header .site-logo-anchor, .site-header .site-logo-link { 
width: 43% !important; 
/* Use px values if you want, eg. 350px */ 
}

/* Shorten the space between logo and top of the page */
.site-header {
padding-top: 0.618em;
}

/* Remove space at the bottom of the content page */
.hentry {
margin: 0 0 2.236em;
padding-bottom: 0.631em;
border-bottom: 6px solid rgba(0, 0, 0, 0.05);
}

.wp-caption .wp-caption-text {
  text-align: center;
  font-style: normal;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  padding: 1em 0;
}
