/**
 * @author  Jory Hogeveen
 * @link    https://www.keraweb.nl/
 */

/**
 * HEADER
 */

.site-header-container.fixed {
	position: fixed;
	width: 100%;
	z-index: 9999;
}
.site-header {
	position: static;
	width: initial;
	z-index: initial;
}

.site-header > .wrap {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
}

.header-img {
	float: left;
	margin-bottom: 0;
}

.header-widget-area {
	text-align: right;
	margin-left: auto;
}
.header-widget-area .widget {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 5px;
}

.nav-primary {
	float: none;
	clear: both;
}

/**
 * CONTENT
 */

.full-width-content .content,
.landing-page .content {
	width: 100%;
}

.full-width-content .entry-content .alignwide {
	margin-left  : -80px;
	margin-right : -80px;
}
.full-width-content .entry-content .alignfull {
	margin-left  : calc( -100vw / 2 + 100% / 2 );
	margin-right : calc( -100vw / 2 + 100% / 2 );
	max-width    : 100vw;
}
.full-width-content .alignfull.wp-block-cover {
	width: 100vw;
}
.full-width-content .alignfull img {
	width: 100%;
}
