/*
 Theme Name:   Kaffe Child Theme
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Oscar's Storefront theme
 Author:       Oscar
 Author URI:   http://example.com
 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:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  storefront-child
*/

/********** Insert CSS styles below ***********/

/* header */

#masthead {
  padding-top: 8vh;
}

/* nav */

#menu-main-menu a,
#site-header-cart a {
  color: #ffffff;
}

/* hides site handle in header */

.site-branding a {
  color: rgba(0, 0, 0, 0);
}

/* makes image size match work material */

.site-header .site-branding img {
  max-width: 100px;
}

/* makes current-menu-item class stand out */

.main-navigation .current-menu-item {
  background-color: #643f2f;
}

.storefront-primary-navigation {
  background-color: rgb(144, 89, 68);
}

#site-header-cart .woocommerce-mini-cart a {
  color: #444444;
}

#site-header-cart .widget_shopping_cart p.buttons a {
  background-color: #444444;
  color: #ffffff;
}

/* main */
.products img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}

/* footer */

.site-footer {
  background-color: #444444;
  color: #f9f9f9;
}

/* makes mobile menu current class fill 100% of the width */

@media (max-width: 768px) {
  .storefront-primary-navigation .col-full {
    margin: 0;
  }

  #site-navigation {
    width: 100%;
  }

  /* adjustes menu text so its not up against the left side of the screen */

  #menu-mobile-menu a {
    color: #ffffff;
    padding-left: 10px;
  }
}
