@charset "utf-8";
/**
 * CSS Document for critical css to get added inline in the document head. 
 * Gets minified before output.
 *
 */

/* For the menu toggle button */
.site-header-wrap {
	position: relative;	
}

/* Controls height of site header */
.site-branding {
	padding: var(--space_small) var(--gutter_width);
	position: relative;
	z-index: 11;
	box-shadow: var(--box_shadow);
}


