/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.entry-content:not(:first-child), .entry-summary:not(:first-child), .page-content:not(:first-child) {
    margin-top: 1em;
}
.wp-block-separator {
    border-top: 0;
}
hr {
    margin-bottom: 10px;
    margin-top: 10px;
}
a {
    text-decoration: none;
}
footer.entry-meta {
	display:none;
}
.single-post {
    background: #eeeeee;
}
@media screen and (min-width: 768px) {
	.post-template-default .site-content {
		margin: 50px auto;
	}
}

.navigation-search.nav-search-active {
	background-color: #ffffff;
}
.navigation-search input[type="search"], .navigation-search input[type="search"]:active, .navigation-search input[type="search"]:focus, .main-navigation .main-nav ul li.search-item.active > a, .main-navigation .menu-bar-items .search-item.active > a {
	color: #000;
}

.entry-meta .categories {
    padding-right: 5px;
}