/***************************/
/**  Written Menu Layout  **/
/***************************/

.written-wine {
	position: relative;
	overflow: hidden;
}

.written-wine:after {
	clear: both;
	content: "";
	display: table;
}

.written-wine .wine-section > .title {
	margin-top: 3rem;
	margin-bottom: 1rem;
	line-height: 1.2;
}

.written-wine .wine-items {
	margin-left: 0;
}

.wine-category {
	width: 40%;
	margin-top: 2rem;
}

.wine-category.right {
	float: right;
	clear: right;
}

.wine-category > .title {
	position: relative;
	margin-bottom: 2.5rem;
}

.wine-category > .title:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 46px;
	height: 4px;
}

.wine-section > .subtitle {
	display: inline-block;
	margin-bottom: .6rem;
	line-height: 1.2;
}

.written-wine ul.wine-items {
	margin-bottom: 0;
}

.written-wine ul li.wine-item {
	list-style: none;
	margin-bottom: 1rem;
}

.wine-item .title {
	line-height: 1.2;
	margin-bottom: 0;
}

/* Responsive */

@media screen and (max-width: 599px) {
	.wine-category { width: 100%; }
	.wine-category.right {
		float: none;
		clear: none;
	}
}