// =============================================================================
// :: Cta
// =============================================================================
.c-cta {
	z-index: $z-index-cellar;
}

// =============================================================================
// :: Elements
// =============================================================================
.c-cta__title {
	margin-bottom: 2.5rem;
}

// =============================================================================
// :: Modifiers
// =============================================================================
.c-cta--text-color-white {

	.c-cta__title,
	.c-cta__text p {
		color: $white;
	}
}
