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

.has-inline-mobile-toggle #site-navigation.toggled {
	background-color: transparent;
}
.gp-icon svg {
	  height: 1.6em;
	  width: 1.6em;
	  top: 1em;
}
.menu-toggle {
	  padding: 0 0px;
}

#page ol, #page ul {
	margin-left: 15px !important;
}
#page ol li, #page ul li {
	margin-bottom: 20px !important;
}

@media only screen and (max-width: 1024px) {
	.wp-block-file__embed {
		height: 1000px !important;
	}
}
@media only screen and (max-width: 768px) {
	.wp-block-file__embed {
		height: 600px !important;
	}
}

