.layout .feed {
	background-color: #dddddd; #e6e6e6;
	padding: 5rem 4rem;
	width: 75%;
}

.feed-item--small.event {
	margin-bottom: 20px;
}

.feed .date-cube .day {
	color: #777777;
	font-family: BentonSansRegular;
	font-size: 1.25rem;
	font-weight: 700;
}

.feed .title span {
	font-weight: 500;
}

.feed .title a {
	color: #333333;
	text-decoration: none;
}