// -------------------------------------------------------------------
// :: DATE
// -------------------------------------------------------------------

.a-date{
	background-color: $aqua;
	color: $white;
	border-radius: $border-radius;
	display: inline-block;
	text-transform: lowercase;
	font-size: 1.2rem;
	width: 7rem;
	text-align: center;
	padding: 1rem 0;

	> *{
		color: $white;
	}
}

.a-date__day{
	font-size: 2rem;
	font-weight: bold;
	display: block;
	line-height: 1.3rem;
	margin-top: 0.7rem;
}
