/* ========================================================================== Theme Layout Grid ========================================================================== */
 .eb-row-full {
	 width: fit-content;
	 min-width: 100%;
}
 .eb-row-full.has-background {
}
 .eb-row-restricted {
	 width: 1280px;
	 margin: 0 auto;
}
 .eb-row-restricted.is-flex {
	 display: flex;
	 align-content: center;
}
 .eb-row-restricted.is-flex.is-spaced {
	 justify-content: space-between;
}