/*
 Theme Name:   Genusswerte
 Theme URI:    https://genusswerte.com
 Description:  Genusswerte Nippes Theme / GeneratePress Child
 Author:       Johannes Scholven
 Author URI:   https://scholven.com
 Template:     generatepress
 Version:      1.0
*/

@media (min-width: 769px) {
	body {
		padding: 0px;
	}
	
	.site-footer {
		margin-top: 0px;
	}
	
	nav {
		margin: 0px 0px 0px 0px;
	}
	
	.nav-float-right .main-navigation {
		float: right;
	}
	
	.nav-float-right .site-logo {
		float: left;
	}
}

/* wp show posts meta */
a > time.wp-show-posts-entry-date {
	font-weight: bold;
    color: #6b5a5b;
}

a:hover > time.wp-show-posts-entry-date {
	font-weight: bold;
    color: #7a7676;
}

a:visited > time.wp-show-posts-entry-date {
	font-weight: bold;
    color: #6b5a5b;
}

/* reviews and ratings */
.number {
	color: #6b5a5b;
}

.count {
	color: #6b5a5b;
}

/* 404 Layout Fix */
.article-fix {
	margin: 0 30px;
}

/* margin for blog post meta */
footer.entry-meta {
	margin-top: 2em;
}

/* image block drop shadow */
.photo-shadow img {
	box-shadow: 10px 10px 0px rgba(237,235,235,0.8);
}

/* product additional information tabs font styling */
.woocommerce table.shop_attributes th {
	font-size: 16px;
}

.woocommerce table.shop_attributes td p {
	padding: 8px 16px;
	font-size: 16px;
}

/* Back to top */
.generate-back-to-top {
    bottom: 40px;
    right: 40px;
}

#site-navigation .main-nav {
  display: flex;
  align-items: center;
}

.main-navigation .main-nav ul li a, .menu-toggle, .main-navigation .menu-bar-item > a {
	padding-left: 12px;
	padding-right: 8px;
}
.menu-item-has-children .dropdown-menu-toggle {
	padding-left: 4px;
	padding-right: 8px;
}
