/**************************/
/******  Wine Theme  ******/
/**************************/

/* Layout */

.written-wine .wine-category {
    width: 45%;
}

.wine-category > .title {
    margin-left: 2rem;
    margin-bottom: -15px;
}

.written-wine .wine-section {
    padding: 2rem;
}

.written-wine .wine-section + .wine-section {
    padding-top: 0;
}

.written-wine .wine-section .wine-item {
	margin-bottom: .6rem;
}

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

.written-wine .wine-section > .subtitle {
    margin-bottom: 1.2rem;
}

.written-wine ul li.wine-item:last-child {
    margin-bottom: 0;
}

/* Responsive */

@media screen and (max-width: 767px) {
	.written-wine { margin: 0; }
	.written-wine .wine-category { width: 100%; }
	.wine-category.right {
		float: none;
		clear: none;
	}
}
@media screen and (max-width: 479px) {
	.wine-category > .title {
		margin-left: 0;
		margin-bottom: -13px;
	}
}

/* Style */

.written-wine:before {
	content: "";
	display: block;
	width: 2px;
	height: calc(100% - 2rem);
	position: absolute;
	left: calc(50% - 1px);
	top: 2rem;
	border: 1px solid #CB2727;
}

.wine-category > .title {
	color: #CB2727;
}

.wine-category > .title:after {
	display: none;
}

.wine-item .title a {
	color: rgba(255, 255, 255, 0.9);
}

.wine-section > .title, 
.wine-section > .subtitle, 
.wine-item .title, 
.wine-item .title a:hover {
	color: white;
}

.written-wine .wine-section {
	background-color: #CB2727;
}

.wine-category > .title {
    font-family: "Prime Script";
    font-size: 60px;
}

.wine-section > .title {
	font-family: Franchise, sans-serif;
    font-size: 44px;
	font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.wine-section > .subtitle {
    font-family: Andada, serif;
	font-style: italic;
	line-height: 1.5;
}

.wine-link:hover {
	text-decoration: underline;
}

.wine-item .title {
	font-family: "Brandon Grotesque", sans-serif;
	font-size: 18px;
	font-weight: 400;
}

.wine-item .title .price:before {
	content: "— ";
}

/* Responsive */

@media screen and (max-width: 767px) {
	.written-wine:before { border: none; }
}

@media screen and (max-width: 479px) {
	.wine-category > .title { font-size: 50px; }
	.wine-section > .title { font-size: 40px; }
	.wine-section > .subtitle { font-size: 15px; }
	.wine-item .title { font-size: 19px; }
}