/*
 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
*/

.navigation-branding img, 
.site-logo.mobile-header-logo img {
  height: auto !important;
}

.inside-header.grid-container {
  max-width: 1400px;
}

.main-navigation ul ul {
  width: 200px;
}

.entry-title {
  margin-bottom: 2rem;
}

.wp-singular:not(.home) #content {
	padding-top: 180px;
}

ol.wp-block-list li {
  margin-bottom: 1rem;
}