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

.site-main .wp-block-group__inner-container {
    padding: 0;
}


.navigation-branding img {
    height: 160px !important;
    width: auto !important;
    margin: 0 auto;
}

@media (max-width: 768px) {
	.menu-toggle .gp-icon svg {
		height: 3rem;
		width: 3rem;
	}
	
}