/* 
    Theme Name: Child Theme 
    Version: 1.0 
    Description: Child theme for Woo. 
    Author: Woo
    Author URI: http://woocommerce.com 
    Template: storefront 
*/

@media screen and (min-width: 768px) {
	.site-header .site-branding, .site-header .site-logo-anchor, .site-header .site-logo-link, .site-header .custom-logo-link {
		width: 40%; /* Adjust this percentage up or down to make the logo larger or smaller. */
	}
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button, .added_to_cart, .widget a.button, .site-header-cart .widget_shopping_cart a.button
{
	background-color:#e2fafa!important;
}

.site-info
{
    display:none;
}