// =================================================================
// Grid Styles and Placeholders
// =================================================================

.wrapper {
	@extend %wrapper-styles;
}

.content {
	position: relative;
}

.container {
	@extend %container-styles;
}

.row {
	@extend %row-styles;

	[class*="col-"] {
		@extend %row-child-styles;
	}

	.row:nth-last-of-type(1) {
		margin-bottom: 0;
	}
}
