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

body {
	font-family: 'Bree Serif', sans-serif;
}

.site-header {
	position: absolute;
	z-index: 50;
	width: 100%;
	background: none;
}

.sticky-header {
	position: fixed;
	top: 0;
	background: #000000;
	opacity: 0.5;
}

.site-header .main-navigation {
	background-color: #ffffff00;
}

.site-header .main-navigation .menu-item a {
	color: #fff;
}

.grid-container {
	max-width: 100%;
}

.inside-header {
	max-width: 1440px;
}

@media only screen and (max-width: 800px) {
  .mobile-menu-control-wrapper, .mobile-menu-control-wrapper, .mobile-menu-control-wrapper, .has-inline-mobile-toggle #site-navigation.toggled {
    background-color: #000000;
	opacity: 1.0;
		border-radius: 10px;
	}

	.gp-icon svg {
		height: 1.5rem;
		width: 1.5rem;
	}
}
