/*
Theme Name: Doncaster Brewery X
Theme URI: https://deak.es
Author: Damien Deakes
Author URI: https://deak.es
Description: Doncaster Brewery X Theme
Version: 1.1
Text Domain: doncasterbrewery-xbrew
*/

* {
	
}

/* Global Variables */

:root {
  --main-bg-colour: #222;
  --dark-bg-colour: #111;
  --font-colour: #fff;
  --main-accent: #00804a;
}

p {
	line-height: 1.7remrem;
	letter-spacing: 0.07rem;
}

.wide-wrap ul {
	list-style: none;
	line-height: 1.7rem;
}

/* Animations */

@keyframes rotate{
  to{ transform: rotate(360deg); }
}

@keyframes dspin{
  to{ transform: rotate(0deg); opacity: 1; }
}

@keyframes bspin{
  to{ transform: rotate(0deg); opacity: 1; }
}

/* Fonts */

@font-face {
	font-family: 'manhandle';
	src: url('./fonts/manhandle.woff2') format('woff2'),
		 url('./fonts/manhandle.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

/* Main Styles */

html, body {
	background: var(--dark-bg-colour);
	color: var(--font-colour);
	margin: 0;
	padding: 0;
	font-family: 'Roboto Slab', sans-serif; 
	letter-spacing: 0.04rem;
	font-size: 1.05rem;
	line-height: 1.4rem;
}

/* Wrappers */

.wide-wrap {
	display: block;
	clear: both;
	background: var(--main-bg-colour);
	box-sizing: border-box;
	overflow: hidden;
	padding-bottom: 5rem;
}

.home .wide-wrap {
	padding: 0;
}

p {
	text-shadow: 3px 3px 0.8rem rgba(0,0,0,0.7);
}

.wide-wrap.featured-wrap {
	padding: 0;
}

.wide-wrap.featured-wrap p {
	line-height: 1.3rem;
}

.featured-wrap .container {
	position: relative;
}

.type-warning .flex-image {
	display: none;
}

.type-warning .flex-item.flex-text {
	padding-left: 0;
}

.wide-wrap.featured-wrap.type-warning {
	background: var(--main-accent);
}

.type-warning .highlight {
	color: #fff;
}

.closer {
	cursor: pointer;
	cursor: hand;
}

.banner {
	background: var(--main-accent);
	color: #fff;
	display: block;
	position: relative;
	padding: 0.5rem;
}

#video-overlay .banner {
	margin: 0 auto;
    max-width: 500px;
	font-size: 1.2rem;
}

.banner::before {
	content: "";
	position: absolute;
	top: 0;
	left: -1rem;
	width: 1rem;
	height: 100%;
	background: var(--main-accent);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 50% 50%);
}

.banner::after {
	content: "";
	position: absolute;
	top: 0;
	right: -1rem;
	width: 1rem;
	height: 100%;
	background: var(--main-accent);
	clip-path: polygon(100% 0, 50% 50%, 100% 100%, 0 100%, 0 0);
}

.featured-wrap .closer {
	position: absolute;
	right: 1rem;
	top: 1rem;
	background: var(--main-accent);
	padding: 0.4rem;
	border-radius: 50%;
	height: 1rem;
	width: 1rem;
	text-align: center;
}

.flex-item.flex-image {
	align-self: auto;
	position: relative;
}

.flex-image span {
	border: 0.35rem var(--main-accent) solid;
	display: block;
	position: absolute;
	width: 100%;
	left: -0.35rem;
	top: 50%;
	transform: translateY(-50%);
	height: 70%;
	border-top: 0;
	border-bottom: 0;
}

#mast-head {
	padding: 0;
	position: relative;
	background: #111;
}

#mast-head:after {
	content:"";
	position: absolute;
	height: 6rem;
	width: 100%;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	left: 0;
	bottom: 0;
	opacity: 0.8;
}

#mast-head .container {
	position: relative;
	z-index: 2;
}

#mast-head p {
	font-size: 3rem;
	margin: 9rem 0rem;
	padding: 2rem 0;
	display: block;
	font-family: 'manhandle', sans-serif;
	letter-spacing: 0.11rem;
	text-shadow: 0px 0px 1rem rgba(0,0,0,0.5);
}
#mast-head.mast-type-beer {
	padding: 3rem 0rem;
}

#mast-head.mast-type-beer p {
	padding: 0;
	margin: 0;
	text-shadow: none;
}

#mast-head.mast-type-beer p.more-info {
	color: #000;
	font-family: "Roboto Slab", sans-serif;
	letter-spacing: normal;
	line-height: normal;
	font-size: 1.2rem;
	margin-top: 1rem;
	margin-right: 50%;
}

#mast-head.mast-type-beer:after {
	content: "";
	position: absolute;
	width: 50%;
	height: 100%;
	background: url(img/svg/logo_doncasterbrewery.svg) right;
	background-size: 60%;
	background-repeat: no-repeat;
	top: 0;
	right: 0;
	left: auto;
}

#mast-head.mast-for-tap p {
	text-indent: -99999px;
	background: url(img/svg/tap-logo.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left;
}

#mast-head.mast-for-dystopia p {
	text-indent: -99999px;
	background: url(img/svg/dystopia-logo.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left;
}

.container {
	display: block;
	margin: 0 auto;
	max-width: 1200px;
}

/* Logo */

.logo-wrap {
	position: relative;
	height: 10rem;
	width: 10rem;
}

.logo {
	background: url("img/svg/logo_shield.svg") center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.animate-once.start {
	animation-duration: 2s;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
}

.animate-loop.start {
	animation-duration: 1s;
	animation-iteration-count: infinite;
}

.logo:before {
	content: "";
	background: url("img/svg/logo_doncaster.svg") center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	transform:rotate(-60deg);
	opacity: 0;
	animation: dspin;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
}

.logo:after {
	content: "";
	background: url("img/svg/logo_brewery.svg") center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	transform:rotate(60deg);
	opacity: 0;
	animation: bspin;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
}

.logo a {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

/* Headers */

.header {
	position: relative;
	overflow: hidden;
}

.header:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: url("img/svg/logo_shield.svg") center;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0;
	transition: all .75s ease-in-out;
}

.header.start:before {
	opacity: 0.5;
}

h1, h2, h3, h4 {
	display: block;
	clear: both;
	position: relative;
	text-align: center;
	font-family: 'manhandle', sans-serif;
	letter-spacing: 0.11rem;
	margin-top: 2.5rem;
}

.header span {
	display: inline-block;
	position: relative;
	position: relative;
	padding: 2.5rem 11rem;
	text-shadow: 0px 0px 1rem rgba(0,0,0,0.2);
}

.header span:before {
	content: "";
	position: absolute;
	height: 1rem;
	width: 9rem;
	left: 0;
	top: 50%;
	transform: translate(-100%,-50%);
	opacity: 0;
	transition: all .75s ease-in-out;
	background: url("img/svg/header_left.svg") center;
	background-size: contain;
	background-repeat: no-repeat;
}

.list-text .header {
	overflow: visible;
	margin: 0;
}

.even .header {
	text-align: right;
}

.even .header:before {
	background-position: right;
	left: auto;
	right: -1.5rem;
}

.even .header span {
	padding-right: 2.5rem;
}

.even .header span:after {
	display: none;
}

.even .header span:before {
	width: 12rem;
	left: -2rem;
}

.odd .header {
	text-align: left;
}

.odd .header:before {
	background-position: left;
	left: -1.5rem;
}

.odd .header span {
	padding-left: 2.5rem;
}

.odd .header span:before {
	display: none;
}

.odd .header span:after {
	width: 12rem;
	right: -2rem;
}

.header span:after {
	content: "";
	position: absolute;
	height: 1rem;
	width: 9rem;
	right: 0;
	top: 50%;
	transform: translate(100%,-50%);
	opacity: 0;
	transition: all .75s ease-in-out;
	background: url("img/svg/header_right.svg") center;
	background-size: contain;
	background-repeat: no-repeat;
}

.header.start span:before {
	transform: translate(0,-50%);
	opacity: 1;
}

.header.start span:after {
	transform: translate(0,-50%);
	opacity: 1;
}

.flex-wrap {
	display: flex;
}

.flex-item {
	flex: 1;
	flex-grow: 1;
	align-self: center;
}

.flex-item.flex-text {
	flex: 3;
	padding-left: 4rem;
}

.flex-wrap.contact-info  .flex-item {
	flex-grow: 0;
	flex-shrink: 0;
	text-align: left;
}

/* Navigation */

#nav {
	background: var(--dark-bg-colour);
	position: relative;
	padding: 1rem 0;
}

#nav:before {
	content:"";
	position: absolute;
	height: 3rem;
	width: 100%;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	left: 0;
	bottom: 0;
	opacity: 0.5;
}

#nav .logo-wrap {
	display: inline-block;
	height: 7rem;
	width: 7rem;
	vertical-align: middle;
}

.home #nav .logo-wrap {
	display: none;
}

#nav-wrap {
	flex: 4;
	text-align: right;
}

#nav a {
	display: inline-block;
	padding: 0.5rem;
	margin: 0 0.5rem;
	font-size: 1.5rem;
	font-weight: 600;
	text-decoration: none;
	font-family: 'manhandle', sans-serif;
	letter-spacing: 0.11rem;
	opacity: 0.85;
	transition: all 0.75s ease-in-out;
}

#nav-wrap.show-hidden a {
	margin: 0.75rem 0.75rem;
}

#nav a:hover {
	opacity: 1;
}

#nav-wrap a.hidden-menu {
	display: none;
}

#nav-wrap.show-hidden a, #nav-wrap.show-hidden a.hidden-menu {
	display: block;
	text-align: right;
	background-position: right !important;
}

#nav a.menu-tap span, #nav a.menu-dystopia span {
	opacity: 0;
}

#nav a.menu-tap {
	background: url("img/svg/tap-logo.svg");
	background-repeat: no-repeat;
	background-size: 3rem;
	background-position: center;
	min-width: 5rem;
	text-align: center;
}

#nav a.menu-dystopia {
	background: url("img/svg/dystopia-logo.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	min-width: 5rem;
	text-align: center;
}

/* Footer */

#footer {
	position: relative;
	padding: 3rem;
	background: var(--dark-bg-colour);
	text-align: center;
	overflow: hidden;
}

#footer:before {
	content:"";
	position: absolute;
	height: 3rem;
	width: 100%;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	opacity: 0.5;
	top: 0;
	left: 0;
	z-index: 1;
}

#footer:after {
	content:"";
	position: absolute;
	height: 100%;
	width: 100%;
	right: 0;
	top: 0;
	background: url("img/svg/logo_shield.svg");
	background-size: 150%;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
	opacity: 0.05;
}

#footer .container {
	position: relative;
	z-index: 2;
}

#footer i {
	font-size: 2rem;
	margin: 1rem;
	opacity: 0.7;
	vertical-align: middle;
}

#footer .banner i {
	margin: 0rem;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}

/* Grids */

.grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 1.5rem;
}

.grid a {
	text-align: center;
	font-size: 1.2rem;
	line-height: 2rem;
	text-decoration: none;
	font-family: 'Just Another Hand', cursive;
}

.grid a span {
	padding: 0.7rem 0.5rem;
	background: #fff;
	box-shadow: 0px 0px 1rem 0px rgba(0,0,0,0.75);
	color: #444;
	display: block;
	font-size: 1.8rem;
	transition: transform .7s;
}

.grid a:hover {
	z-index: 2;
}

.grid a:hover span {
	transform: scale(1.1);
}

.grid img {
	width: 100%;
	display: block;
	margin-bottom: 0.7rem;
}

/* Modal */

#photo-modal {
	position: fixed;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.75);
	z-index: 10000;
	top: 0;
	display: none;
}

#photo-modal.show {
	display: block;
}

#photo-modal a {
	position: absolute;
	right: 1rem;
	top: 1rem;
	font-size: 2.2rem;
	text-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.6);
}

#photo-modal .photo {
	position: absolute;
	height: 80%;
	width: 80%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

#photo-modal span {
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 1.5rem;
	font-size: 2.1rem;
	color: #fff;
	text-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.6);
	font-family: 'Just Another Hand', cursive;
}

/* Lists */

.list-item {
	position: relative;
	margin: 5rem 0;
	text-shadow: 0px 0px 2rem rgba(0,0,0,0.4);
}

.list-item.odd p {
	text-align: left;
}

.list-item .list-media {
	position: absolute;
	top: 0;
	left: 0;
	width: 60%;
	height: 100%;
	overflow: hidden;
}

.list-media:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: url("img/svg/shield_star.svg") center;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0.3;
	z-index: 1;
}

.list-media:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgb(255,255,255);
	background: radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
	opacity: 0.4;
	z-index: 2;
}

.list-type-beer .list-media:before {
	background: url(img/svg/logo_doncasterbrewery.svg) right;
	background-size: 60%;
	background-repeat: no-repeat;
	opacity: 1;
}

.list-type-beer.odd .list-media:before {
	background: url(img/svg/logo_doncasterbrewery.svg) left;
	background-size: 60%;
	background-repeat: no-repeat;
	opacity: 1;
}

.list-media .inner-scroll {
	position: absolute;
	width: 100%;
	height: 150%;
	top: -50%;
	left: 0;
}

.list-item.even .list-media {
	left: auto;
	right: 0;
	background-position: right;
}

.list-item .container {
	position: relative;
}

.list-text {
	position: relative;
	display: inline-block;
	width: 50%;
	z-index: 2;
	margin: 3.5rem 0;
	background: rgba(34, 34, 34, 0.9);
	margin-left: 50%;
	padding: 2.5rem;
	box-sizing: border-box;
	color: rgba(255, 255, 255, 0.9);
	border-left: 0.4rem solid var(--main-accent);
}

.highlight {
	color: var(--main-accent);
	font-weight: 600;
	text-decoration: none;
}

.block {
	display: block;
}

.center-text {
	text-align: center;
}

.even .list-text {
	margin-left: 0%;
	text-align: right;
	border-left: 0;
	border-right: 0.4rem solid var(--main-accent);
}

.even .list-text:before {
	left: auto;
	right: -5rem;
}

/* Forms and Buttons */

a, a:visited {
	color: inherit;
}

.button, .wide-wrap .forminator-ui#forminator-module-215.forminator-design--default .forminator-button-submit {
	display: inline-block;
	background: rgba(0, 0, 0, 0.5);
	padding: 0.5rem 1.3rem;
	line-height: 1.5rem;
	vertical-align: middle;
	font-family: inherit;
	font-size: inherit;
	color: var(--font-colour);
	text-decoration: none;
	border-radius: 5rem;
	opacity: 0.85;
	transition: all .75s ease-in-out;
	margin: 0.5rem;
}

.forminator-ui#forminator-module-215.forminator-design--default .forminator-input, .forminator-ui#forminator-module-215.forminator-design--default .forminator-textarea {
	border-radius: 1.5rem;
	font-size: inherit;
}

.wide-wrap .forminator-ui#forminator-module-215 {
	display: none;
}

.odd .button {
	margin-left: 0;
}

.even .button {
	margin-right: 0;
}

.button.bigbutton {
	padding: 0;
	overflow: hidden;
	padding-right: 1rem;
	border-radius: 0.8rem;
}

.button.bigbutton i {
	display: inline-block;
	padding: 0.7rem;
	background: var(--main-accent);
	opacity: 1;
	margin-right: 0.6rem;
	padding-right: 1.2rem;
	padding-left: 1rem;
	position: relative;
	clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}

.button:hover {
	background: rgba(0, 0, 0, 0.7);
}

.button i {
	vertical-align: middle;
	font-size: 1.5rem;
	margin-right: 0.5rem;
	opacity: 0.7;
}

.button i:after {
	content: "";
	position: absolute;
	top: 0;
}

a.website-by {
	color: #fff;
	text-decoration: none;
	padding: 0.7rem;
	margin-top: 1rem;
	padding-right: 4rem;
	display: inline-block;
	background: url(https://musicm.ee/img/sitebysmall.webp) right center no-repeat;
	background-size: contain;
	opacity: 0.8;
	transition: all 0.5s ease-in-out;
}

a.website-by:hover {
	opacity: 1;
}

#welcome-video-wrapper {
	display: flex;
	padding: 3rem;
	text-align: center;
	position: relative;
}

#welcome-video-wrapper .videobg {
	position: absolute;
	background: url(img/png/spinner.png) center no-repeat;
	background-size: contain;
	height: 100%;
	width: 100%;
	opacity: 0.25;
	animation: rotate 120s infinite linear;
	transform-origin: center;
}

#video-overlay {
	position: relative;
	align-self: center;
	text-align: center;
	width: 100%;
	z-index: 2;
}

#video-overlay .logo-wrap {
	display: inline-block;
	height: 15rem;
	width: 15rem;
}

#video-overlay p {
	font-size: 1.2rem;
	font-weight: 600;
	text-shadow: 0px 0px 1rem rgba(0,0,0,0.5);
	margin-top: 3rem;
}

#welcome-video-wrapper .wide-wrap {
	background: transparent;
}

#welcome-video-wrapper .grid {
	margin-bottom: 6rem;
	grid-template-columns: repeat(2, 1fr);
}

#welcome-video-wrapper .grid img {
	margin-bottom: 0;
}

#welcome-video-wrapper .grid a span {
	padding: 0.15rem;
}

#welcome-video-wrapper .grid i {
	position: fixed;
    top: 0;
    left: 50%;
    height: 2rem;
    width: 6rem;
    background: rgb(0 0 0 / 60%);
    border: 1px solid rgb(0 0 0 / 60%);
    border-radius: 1px;
    transform: translate(-50%, -50%);
	z-index: 100000;
}

#welcome-video-wrapper video {
	object-fit: cover;
	height: 100%;
	width: 100%;
	position: absolute;
	opacity: 0.7;
}

h2 span {
	text-shadow: 3px 3px 0.8rem rgba(0,0,0,0.7);
}

/* Untapped */

#mc_embed_signup h2 {
	display: none;
}

.wide-wrap .ut-menu {
	background: var(--main-bg-colour);
	color: #fff;
}

.wide-wrap .ut-menu-standard .menu-items-container .menu-item .item .item-details .item-name a {
	color: #fff;
	text-decoration: none;
}

.wide-wrap .ut-menu-standard .menu-items-container .menu-item .item .item-details .item-meta a {
	color: #fff;
	text-decoration: none;
	opacity: 0.8;
}


.wide-wrap .ut-menu-standard .menu-items-container .menu-item .item .item-details .item-meta {
	color: #fff;
	text-decoration: none;
	opacity: 0.8;
}

.wide-wrap .ut-menu-standard .menu-items-container .menu-item .item .item-details .item-meta .brewery-name-hideable {
	display: none;
}

.wide-wrap .ut-menu .menu-nav div.menu-list {
	border-top: 0;
}

.wide-wrap .ut-menu .menu-nav div.menu-list div.menu-list-item a.active {
	text-decoration: none;
	color: var(--main-accent);
	border-color: var(--main-accent);
}

.wide-wrap .ut-menu-standard .menu-items-container .menu-item .item .item-details .item-description a {
	color: var(--main-accent);
}

.ut-menu a {
	color: #fff;
	text-decoration: none;
}

.wide-wrap  .menu-header-hideable, .wide-wrap .rating-hideable, .wide-wrap .brewery-location-hideable, .wide-wrap .ut-menu .menu-title, .wide-wrap .date-time, .wide-wrap .ut-menu .menu-info {
	display: none;
}

.wide-wrap .ut-menu-standard .menu-items-container .menu-item .beer .beer-label {
	display: none;
}

.wide-wrap .ut-menu .padding-right, .wide-wrap .ut-menu .padding-left {
	padding: 0;
}

.wide-wrap .beer-style-hideable {
	color: #fff;
	opacity: 0.9;
}

.wide-wrap .ut-menu-standard .menu-items-container .menu-item .beer .beer-details {
	width: 100%;
}

.wide-wrap .ut-menu-standard .section .section-heading {
	background-color: var(--dark-highlight-color);
	padding: 0.75rem;
}

.tag {
	display: inline-block;
	background: var(--main-accent);
	position: relative;
	margin-right: 2rem;
	margin-bottom: 1rem;
	font-size: 0.8rem;
}

.tag:after {
	content: "";
	position: absolute;
	right: -1.5rem;
	top: 0;
	height: 100%;
	width: 1.5rem;
	background: var(--main-accent);
	clip-path: polygon(100% 0%, 0 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
	transform: translateX(-1px);
}

#footer .tag {
	padding: 1rem 0.5rem;
	margin: 0;
	margin-right: 0;
	text-decoration: none;
}

#footer .tag:after {
	display: none;
}

.even .tag {
	margin-right: 0rem;
	margin-left: 2rem;
	font-size: 0.8rem;
}

.even .tag:after {
	right: auto;
	left: -1.4rem;
	clip-path: polygon(100% 0%, 100% 49%, 100% 100%, 0 100%, 50% 50%, 0 0);
}

.tag span {
	display: inline-block;
	padding: 0.75rem;
}

.tag span:first-of-type {
	background: rgba(0, 0, 0, 0.2);
}

.list-type-beer .tag span:first-of-type {
	background: transparent;
}

.list-type-event i {
	font-size: 1.6rem;
	vertical-align: sub;
	margin-right: 0.5rem;
	opacity: 0.7;
}


/* Mobile Tweaks */

@media only screen and (max-width: 1500px) {
	.container {
		max-width: 100%;
		padding: 0 2rem;
	}
	.flex-wrap {
		max-width: 100%;
	}
	#footer .flex-wrap {
		display: block;
	}
	#footer .flex-item {
		display: block;
		width: 100%;
		flex: none;
	}
	#footer .container {
		padding: 0;
	}
	.list-item .list-media {
		width: 100%;
	}
	.list-text {
		width: 100%;
		margin-left: 0;
		padding: 1rem;
	}
	.grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 1.5rem;
	}
	.list-text {
		background: rgba(34, 34, 34, 0.85);
	}
	#nav a.menu-brewery, #nav a.menu-tap, #nav a.menu-dystopia {
		display: none;
	}
	#nav #nav-wrap.show-hidden a.menu-brewery, #nav #nav-wrap.show-hidden a.menu-tap, #nav #nav-wrap.show-hidden a.menu-dystopia {
		display: block;
	}
	#video-overlay p {
		padding: 2rem;
	}
	.header span {
		padding: 2.5rem 6rem;
	}
	.odd .header span:after {
		width: 6rem;
		right: 1rem;
	}
	.even .header span:before {
		width: 6rem;
		left:  -1rem;
	}
}