/**************************/
/******  Beer Theme  ******/
/**************************/

/* Layout */

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

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

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

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

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

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

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

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

/* Responsive */

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

/* Style */

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

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

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

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

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

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

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

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

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

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

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

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

/* Responsive */

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

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