/*
  Theme Name:   Storefront Child Theme
  Description:  My Child of Storefront
  Author:       Mario Melzer
  Author URI:   https://handarbeiten-kaess.de
  Template:     storefront
  Version:      1.0
  Text Domain:  storefront-child
*/

/*
 * Add your own custom css below this text.
 */
/* Remove meta data */
.entry-meta .byline, .entry-meta .cat-links { display: none; }
 
.posted-on { display: none; }
.post-author { display: none; }

.archive.woocommerce mark.count {
    display:none;
}

ul.products li.product {
	width: 46.411765%;
	float: left;
	margin-right: 5.8823529412%;
}

ul.products li.product:nth-of-type( 2n ) {
	margin-right: 0;
}

* {font-family: "Roboto", sans-serif;
	font-weight:300;
}

@media ( min-width: 768px ){#masthead > div:nth-child(1) {
content: url(https://handarbeiten-kaess.de/wp-content/uploads/2020/12/header.jpg);
}
}

.widget-area .widget a, .hentry .entry-header .posted-on a, .hentry .entry-header .post-author a, .hentry .entry-header .post-comments a, .hentry .entry-header .byline a {
    color: #2a74bf;
  	text-decoration: none;
}

.widget_recent_entries ul li,
.widget_pages ul li,
.widget_archive ul li,
.widget_recent_comments ul li,
.widget_nav_menu ul li,
.widget_links ul li,
.widget_product_categories ulli,
.widget_layered_nav ul li,
.widget_layered_nav_filters ul li {
 padding-left:0;
}

.widget_product_categories ul li::before{display: none;}

.menu-rechtliches-container ul li::before{display: none;}

#masthead {
 margin-bottom: 35px;
}

.storefront-breadcrumb {
 margin-bottom: 1em;
}
