/*Theme Name: Velvet Lake
Theme URI: velvetlake.com
Description: a simple hand-coded bespoke theme for Velvet Lake
Version: Beta
Author: Roger Lewis | roger@lewislewisdesign.com
Author URI: lewislewisdesign.com
Client: Dominic Shaw, Collective Brands Limited;
Client URL: collective-brands.co.uk;
Tags: private
*/

/************************************************/
/************************************************/
/******  styling for the site starts here  ******/
/************************************************/
/******    version 1 | 23 october 2014     ******/
/************************************************/
/************************************************/



/************************************************/
/******            basic reset             ******/
/************************************************/


*
{
	margin: 0;
	padding: 0;
	outline: 0;
}

ul
{
	list-style: none;
}

a
{
	text-decoration: none;
	color: rgba(0,0,0,0.8);
}

img
{
	border: none;
}

html
{
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
body
{
	width: 100%;
	height: 100%;
	position: fixed;
}

section,
aside,
article
{
	display: block;
}

.small
{
	font-size: 0.8rem;
}

/************************************************/
/******        fonts - typo basics         ******/
/************************************************/

@font-face {
	font-family:'SlimbachStd-Medium';
	src: url('../styles/fonts/SlimbachStd-Medium_latin+latin-ext_gdi.eot');
	src: url('../styles/fonts/SlimbachStd-Medium_latin+latin-ext_gdi.eot?#iefix') format('embedded-opentype'),
		url('../styles/fonts/SlimbachStd-Medium_latin+latin-ext_gdi.woff') format('woff'),
		url('../styles/fonts/SlimbachStd-Medium_latin+latin-ext_gdi.ttf') format('truetype'),
		url('../styles/fonts/SlimbachStd-Medium_latin+latin-ext_gdi.svg#SlimbachStd-Medium') format('svg');
	font-weight: 200;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2215;
}

@font-face {
  font-family: 'SlimbachStd-Book';
  src: url('../styles/fonts/SlimbachStd-Book.eot'); 
  src: url('../styles/fonts/SlimbachStd-Book.eot?#iefix') format('embedded-opentype'),  
	   url('../styles/fonts/SlimbachStd-Book.woff') format('woff'), 
	   url('../styles/fonts/SlimbachStd-Book.ttf')  format('truetype'), 
	   url('../styles/fonts/SlimbachStd-Book.svg#SlimbachStd-Book') format('svg');
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2215;
}

@font-face {
	font-family:'SlimbachStd-BookItalic';
	src: url('../styles/fonts/SlimbachStd-BookItalic_latin+latin-ext_gdi.eot');
	src: url('../styles/fonts/SlimbachStd-BookItalic_latin+latin-ext_gdi.eot?#iefix') format('embedded-opentype'),
		url('../styles/fonts/SlimbachStd-BookItalic_latin+latin-ext_gdi.woff') format('woff'),
		url('../styles/fonts/SlimbachStd-BookItalic_latin+latin-ext_gdi.ttf') format('truetype'),
		url('../styles/fonts/SlimbachStd-BookItalic_latin+latin-ext_gdi.svg#SlimbachStd-BookItalic') format('svg');
	font-weight: 400;
	font-style: italic;
	font-stretch: normal;
	unicode-range: U+0020-2215;
}

@font-face {
    font-family: 'emilyaustinnormal';
    src: url('../styles/fonts/emilyaustin-webfont.eot');
    src: url('../styles/fonts/emilyaustin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../styles/fonts/emilyaustin-webfont.woff2') format('woff2'),
         url('../styles/fonts/emilyaustin-webfont.woff') format('woff'),
         url('../styles/fonts/emilyaustin-webfont.ttf') format('truetype'),
         url('../styles/fonts/emilyaustin-webfont.svg#emilyaustinnormal') format('svg');
    font-weight: normal;
    font-style: normal;
}

.wf-loading
{
	visibility: hidden;
}
.wf-active
{
	visibility: visible;
}

html
{
	font-size: 14px;
}

body
{
	font-size: 0.9rem;
	font-family: 'SlimbachStd-Book';
	line-height: 1.35;
	overflow: hidden;
	background: #fff;
	color: #333;
}

/************************************************/
/******     styling for the slideshow      ******/
/************************************************/

#slideshow
{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#slideshow .slide
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: -500%;
	width: 100%;
	text-align: center;
	background: #888;
	overflow: hidden;
}

#slideshow .active-slide
{
	left: 0;
}

#slideshow .slide img
{
	position: absolute;
	height: 100%;
	width: auto;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#slideshow .slide img.wider
{
	height: auto;
	width: 100%;
}

/************************************************/
/******     styling for the footer/nav     ******/
/************************************************/

footer
{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 14rem;
	overflow: hidden;
	z-index: 500;
}

.branding
{
	position: absolute;
	top: 0;
	left: 50%;
	height: 14rem;
	width: 14rem;
	background: #f9eddb;
	border-radius: 50%;
	margin: 0 auto;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	overflow: hidden;
	z-index: 508;
}

.branding img
{
	position: relative;
	width: 92%;
	margin: 11.5% 5% 0 3%;
	z-index: 509;
}

.reveal-menu
{
	position: absolute;
	display: none;
	top: 10.75rem;
	width: 30px;
	height: 30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	overflow: hidden;
	z-index: 510;
}

.reveal-menu img
{
	width: 60px;
	height: 30px;
}

.reveal-menu:hover img,
.reveal-menu:active img
{
	margin-left: -30px;
}

nav
{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 44px;
	background: rgba(249,237,219,0.4);
	overflow: hidden;
	text-transform: uppercase;
	z-index: 502;
}

.portrait-nav
{
	display: none;
	bottom: -12rem;
	height: 12rem;
}

nav ul
{
	position: absolute;
	top: 8px;
	bottom: 12px;
	padding: 0 2%;
}

nav ul.left
{
	left: 0;
	right: 40%;
}

nav ul.right
{
	left: 40%;
	right: 0;
}

nav ul li
{
	width: 18%;
	text-align: center;
	display: block;
	height: 100%;
	margin: 0 1%;
}

nav ul.left li
{
	float: left;
}

nav ul.right li
{
	float: right;
}

nav ul li a:not(.social),
nav ul li span.social
{
	display: block;
	width: 100%;
	font-size: 1.1rem;
	line-height: 1;
	padding-top: 3px;
	border-radius: 12px;
}

li.sm
{
	position: relative;
	text-align: center;
}

nav ul li span.social
{
	position: absolute;
	margin: 0 auto;
	width: auto;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	padding-top: 0.25rem;
}

nav ul li span.social a.social
{
	display: block;
	float: left;
	width: 1rem;
	height: 1rem;
	margin-right: 1px;
	overflow: hidden;
	padding: 0;
}

a.social img {
	width: 3rem;
	height: 2rem;
}

a.social:hover img 
{
	margin-top: -1rem;
}

a.social.twitter img 
{
	margin-left: -1rem;
}

a.social.email img 
{
	margin-left: -2rem;
}

nav ul li a:hover,
nav ul li a:active,
.link:hover,
.link:active,
#welcome .welcome-link,
#taste .taste-link,
#celebrate .celebrate-link,
#contact .contact-link,
#events .events-link
{
	background: rgba(249,237,219,0.8);
}

/************************************************/
/******   styling for drinkaware message   ******/
/************************************************/

.drinkaware
{
	/* position */
	position: absolute;
	right: 25%;
	bottom: 50px;
	width: 8.5rem;
	padding: 0;
	margin: 0;
	z-index: 1000;
	/* colour */
	color: rgba(0,0,0,0.6);
	/* type */
	font-family:'SlimbachStd-Medium';
	font-size: 0.6rem;
	font-weight: 400;
	text-align: right;
	text-transform: uppercase;
}

#index .drinkaware
{
	bottom: 0.7rem;
}

.drinkaware p
{
	z-index: 1003;
}

.drinkaware a
{
	color: rgba(0,0,0,0.6);
	z-index: 1005;
}

.drinkaware a:hover,
.drinkaware a:active
{
	color: rgba(0,0,0,0.8);
	border-bottom: 1px solid rgba(0,0,0,0.8);
}

/************************************************/
/******    styling for what's happening    ******/
/************************************************/
#happening
{
	position: absolute;
	right: -270px;
	top: 40%;
	bottom: 40%;
	width: 300px;
	padding: 0.44rem;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 3000;
	border-radius: 1rem;
	background: rgba(249,237,219,0.75);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#happening.open
{
	top: 10px;
	right: 1%;
	bottom: 54px;
	background: rgba(249,237,219,0.9);
}

#happening h3,
#happening h4
{
	padding: 0.33rem 0;
	font-family:'SlimbachStd-Medium';
	font-size: 1.3rem;
	font-weight: 100;
	line-height: 1;
}

#happening h3
{
	padding-top: 1rem;
	color: #925f36;
	text-align: center;
	text-transform: uppercase;
}

#happening h4
{
	font-size: 1.15rem;
	font-weight: 800;
	letter-spacing: -1px;
}

#happening section.tweet,
#happening section.event-feed
{
	position: relative;
	padding: 0.5rem 0;
	width: 260px;
	margin: 0 0 0 25px;
	overflow-y: auto;
}

#happening section.event-feed
{
	border-bottom: 1px solid #925f36;
}

#happening .open-happening
{
	position: absolute;
	left: 0;
	top: 50%;
	width: 25px;
	height: 54px;
	padding-left: 5px;
	margin-top: -27px;
	overflow: hidden;
}

#happening .open-happening .open
{
	position: relative;
	display: block;
	float: left;
	top: auto;
	right: auto;
	left: auto;
	width: 16%;
	height: 100%;
	padding: 0;
	margin: 0;
	background: #925f36;
	overflow: hidden;
	border-radius: 2px;
}

#happening .open-happening .even
{
	background: transparent;
}


/************************************************/
/******      styling for main content      ******/
/************************************************/

#content
{
	/* position */
	position: absolute;
	top: 0;
	bottom: 44px;
	width: 43.4%;
	margin: 0 24.3%;
	padding: 4%;
	z-index: 100;
	/* colour */
	background: rgba(249,237,219,0.8);
	color: rgba(0,0,0,0.8);
	/* type */
	font-family: 'SlimbachStd-Book';
	font-style: normal;
	font-size: 1.05rem;
	line-height: 1.3;
	text-align: center;
	overflow-y: auto;
}

#content .row
{
	padding-top: 1rem;
}

#index #content
{
	bottom: 0;
}

#index #content .row
{
	padding-top: 8rem;
	padding-bottom: 0.5rem;
}

#content h1
{
	color: #925f36;
	font-family:'emilyaustinnormal';
	font-size: 5rem;
	font-weight: 100;
	line-height: 1rem;
	padding-bottom: 1rem;
}

#content .row h1,
#content .row span,
.modal-wrapper .row h1,
.modal-wrapper .row span
{
	display: inline;
}

#content .row span,
.modal-wrapper .row span
{
	padding-left: 0.5rem;
	font-family: 'SlimbachStd-Book';
	font-style: normal;
	font-size: 1.25rem;
}

#content .row span em,
.modal-wrapper .row span em
{
	font-family: 'SlimbachStd-Medium';
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
}

#content p
{
	padding-bottom: 1.1rem;
}

#content p.intro
{
	font-family:'SlimbachStd-BookItalic';
	font-style: italic;
	font-size: 1.25rem;
}

#content a
{
	border-bottom: 1px solid rgba(0,0,0,0.5);
}

#content a:hover,
#content a:active
{
	color: rgba(0,0,0,0.5);
	border-bottom: 1px solid rgba(0,0,0,0.8);
}

#content form
{
	margin-top: 3rem;
}

#content form input[type=submit]
{
	/* position */
	position: relative;
	display: block;
	height: 2.4rem;
	width: 13rem;
	margin: 0 auto;
	padding-top: 0.2rem;
	/* colour */
	border: 4px solid #925f36;
	border-radius: 1.2rem;
	background-color: rgba(255,255,255,0.5);
	/* type */
	font-family: 'SlimbachStd-Book';
	font-size: 1.2rem;
	font-weight: 100;
	line-height: 1;
	text-transform: uppercase;
}

#content form input[type=submit]:hover,
#content form input[type=submit]:active
{
	background-color: rgba(255,255,255,0.9);
}

.close
{
	position: fixed;
	display: block;
	right: 26.6%;
	top: 2rem;
	width: 30px;
	height: 39px;
}

.close a
{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.close a img
{
	width: 93px;
	height: 79px;
	margin-left: -63px;
}

.close a img.ltIE9gif
{
	display: none;
}

.close a:hover img,
.close a:active img
{
	margin-top: -39px;
}

/************************************************/
/******      styling for modal windows     ******/
/************************************************/

.modal
{
	position: absolute;
	display: none;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	background: rgba(249,237,219,0.9);
	overflow-y: auto;
}

.modal-wrapper
{
	width: 70%;
	padding: 10% 15%;
}

.modal-wrapper .close
{
	right: 3%;
	text-align: center;
}

.modal-wrapper p,
.modal-wrapper ul
{
	padding-bottom: 1rem;
}

.modal-wrapper h1,
.modal-wrapper h3
{
	color: #925f36;
	font-family:'emilyaustinnormal';
	font-size: 5rem;
	font-weight: 100;
	line-height: 1;
}

.modal-wrapper h3
{
	font-size: 3rem;
}

.modal-wrapper p,
.modal-wrapper ul li
{
	font-family:'SlimbachStd-BookItalic';
	font-style: italic;
	font-size: 1rem;
	line-height: 1.33;	
}

.modal-wrapper ul li
{
	padding-left: 0.75rem;
}

/************************************************/
/*****   extra styling for specific pages   *****/
/************************************************/

/******       taste pages       ******/
#taste #content .row:nth-of-type(2)
{
	padding-top: 0;
}

#taste #content .row a
{
	display: inline-block;
	height: 18rem;
	width: 4.5rem;
	overflow: hidden;
	border-bottom: none;
	margin: 0 0.5rem;
}

#taste #content .row a img
{
	width: 100%;
}

#taste .modal
{
	overflow: hidden;
}

#taste .modal-wrapper
{
	width: 100%;
	padding: 0;
}

.background
{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

.petals, .main
{
	position: absolute;
	top: 0;
	bottom: 0;
	width: 51.4%;
	margin: 0 24.3%;
	overflow: hidden;
}

.main
{
	width: 32.4%;
	padding-top: 17%;
	padding-right: 10%;
	padding-left: 10%;
}

.bottle-shot
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 24.3%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	overflow: hidden;
}

.modal-wrapper .main p.intro
{
	font-family:'SlimbachStd-BookItalic';
	font-style: italic;
	font-size: 1.25rem;
}

.modal-wrapper .main p
{
	font-family:'SlimbachStd-Book';
	font-style: normal;
	font-size: 1.1rem;
}

.modal-wrapper .main p.white,
.modal-wrapper .main .row h1.white,
.modal-wrapper .main .row span,
.modal-wrapper .main .row span em
{
	color: #fff;
}

.modal-wrapper .main .row
{
	width: 100%;
	padding-top: 1rem;
}

.modal-wrapper .main .row h1
{
	color: #925f36;
	font-family:'emilyaustinnormal';
	font-size: 5rem;
	font-weight: 100;
	line-height: 1rem;
	padding-bottom: 2rem;
}

.bottle-shot img
{
	height: 100%;
	width: auto;
}

.bottle-shot img.narrower
{
	height: auto;
	width: 100%;
}

.background img,
.petals img
{
	position: absolute;
	top: 50%;
	left: 50%;
	height: 100%;
	width: auto;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.background img.wider,
.petals img.wider
{
	height: auto;
	width: 100%;
}

.back
{
	display: block;
	height: 1.8em;
	width: 12rem;
	text-align: center;
}

.back a
{
	display: block;
	height: 100%;
	width: 100%;
	border-radius: 0.9rem;
	padding-top: 0.2rem;
	background: rgba(0,0,0,0.4);
	color: #fff;
	font-size: 1.2rem;
	text-transform: uppercase;
}

.back a:hover,
.back a:active
{
	background: rgba(0,0,0,0.8);
}

/******       celebrate pages       ******/
#celebrate #content .row:nth-of-type(2)
{
	padding-top: 0;
}

#celebrate #content .row a
{
	display: inline-block;
	height: auto;
	width: 30.5%;
	overflow: hidden;
	border-bottom: none;
	margin: 0 0.5%;
}

#celebrate #content .row a img
{
	width: 100%;
}

#celebrate .modal-wrapper
{
	text-align: center !important;
	padding: 0;
	height: 100%;
	width: 100%;
}

#celebrate .exception
{
	text-align: left !important;
	width: 70%;
	padding: 10% 15%;
}

#celebrate .main
{
	top: 61%;
	width: 54%;
	height: 25%;
	padding: 5rem 0 0;
	margin: 0 23%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-shadow: 1px 1px 1px #000;
}

.slide-control
{
	position: absolute;
	top: 60%;
	height: 118px;
	width: 50px;
	overflow: hidden;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.slide-control-left
{
	left: 0;
}

.slide-control-right
{
	left: auto;
	right: 0;
}

.slide-control a
{
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.slide-control a img
{
	width: 280px;
	height: 236px;
	border: none;
}

.slide-control-right a img
{
	margin-left: -50px;
}

.slide-control a:hover img,
.slide-control a:active img
{
	margin-top: -118px;
}

#celebrate .modal-wrapper .close a img
{
	margin-left: -33px;
}

#celebrate .exception .close a img
{
	margin-left: -66px;
}

.modal-wrapper .branding
{
	top: auto;
	bottom: 0;
}

/******       events pages       ******/
.event-logo
{
	width: 20%;
}

#events #content .row:last-of-type
{
	padding-bottom: 14rem;
}

#events #content .row a
{
	display: inline-block;
	height: auto;
	width: 18%;
	overflow: hidden;
	border-bottom: none;
	margin: 0 0.5%;
}

#events #content .row a img
{
	width: 100%;
}

#events #content .row h4,
.event-slides .slide .caption
{
	font-size: 0.8rem;
	text-transform: uppercase;

}

#events #content .row h4 span,
.event-slides .slide .caption span
{
	display: block;
	padding-bottom: 0.5rem;
	font-family:'SlimbachStd-BookItalic';
	font-style: italic;
	font-size: 0.7rem !important;
	text-transform: none;

}

#events .close a img
{
	margin-left: -33px;
}

#events .modal
{
	background: transparent;
}

#events .modal-wrapper
{
	text-align: center !important;
	padding: 0;
	height: 100%;
	width: 100%;
}

.event-slides,
.event-slides .slide
{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

.event-slides .slide
{
	display: none;
}

.event-slides .slide:first-of-type
{
	display: block;
}

.event-slides .slide img
{
	width: 100%;
	height: auto;
}

.event-slides .slide .caption
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;	
	height: 2rem;
	padding-top: 1rem;
	background: rgba(249,237,219,0.8);	
}

#contact form
{
	margin-top: 1rem;
}

#contact form.success
{
	display: none;
}

#form-messages
{
	display: block;
	border-radius: 1rem;
}

#contact form input[type=text],
#contact form input[type=email],
#contact form textarea
{
	display: block;
	width: 80%;
	height: 2.6rem;
	border-radius: 1.5rem;
	border: none;
	margin: 0 10% 0.5rem;
	padding: 0.5rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: rgba(249,237,219,0.5);
	color: #925f36;
	font-family: inherit;
	font-size: 0.8rem;
	vertical-align: middle;
}

#contact form input[type=text]:focus,
#contact form input[type=text]:hover,
#contact form input[type=email]:focus,
#contact form input[type=email]:hover,
#contact form textarea:focus,
#contact form textarea:hover
{
	background: rgba(249,237,219,0.8);
	color: #333;
}

#contact form input.invalid,
#contact form textarea.invalid,
#form-messages.error
{
	background: rgba(255,150,150,0.8);
}

#contact form input.valid,
#contact form textarea.valid,
#form-messages.success
{
	/*background: rgba(229,255,219,0.8);*/
}

#contact form input[type=text]:focus,
#contact form input[type=email]:focus,
#contact form textarea:focus
{
	font-size: 1.3rem;
}

#contact form textarea
{
	height: 5.6rem;
}

#contact form input[type=submit]
{
	margin-top: 1rem;
}

#contact form .ss-secondary-text,
#contact form .error-message,
#contact form .required-message{
	display: none;
}

#contact form #navigation-table{
	width: 100%;
}

#contact form .ss-q-title{
	width: 80%;
	margin: 0 10%;
	text-align: left;
	color: #925f36;
	font-size: 0.8rem;
}

#contact form .error{
	color:  #925f36;
	font-size: 0.8rem;
	text-align: left !important;
	line-height: 0.7 !important;
}

#contact #hidden-message{
	display: none;
	color:  #925f36;
}

.space-cowboy{
	min-height: 150px;
}
/************************************************/
/******            media queries           ******/
/************************************************/

/*
small-desktop: "only screen and (max-width : 859px)";
large-desktop: "only screen and (min-width : 1201px)";
handheld: "only screen and (min-device-width : 768px) and (max-device-width : 1024px), only screen and (min-device-width : 320px) and (max-device-width : 480px), only screen and (min-device-width : 320px) and (max-device-width : 568px), only screen and (min-device-width : 320px) and (max-device-width : 640px)";
handheld-portrait: "only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait), only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait), only screen and (min-device-width : 320px) and (max-device-width : 640px) and (orientation : portrait)";
tablet: "only screen and (min-device-width : 768px) and (max-device-width : 1024px)";
tablet-landscape: "only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape)";
tablet-portrait: "only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait)";
phone: "only screen and (min-device-width : 320px) and (max-device-width : 480px), only screen and (min-device-width : 320px) and (max-device-width : 568px), only screen and (min-device-width : 320px) and (max-device-width : 640px)";
phone-landscape: "only screen and (min-device-width : 320px) and (max-device-width : 640px) and (orientation : landscape)";
phone-portrait: "only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait), only screen and (min-device-width : 320px) and (max-device-width : 640px) and (orientation : portrait)";
*/

/**** landscape handheld ****/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape), only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape), only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape), only screen and (min-device-width : 320px) and (max-device-width : 640px)" and (orientation : landscape)
{
	
	/************************************************/
	/******      styling for main content      ******/
	/************************************************/

	#content
	{
		font-size: 1.5rem;
	}

	#content .row h1
	{
		font-size: 7rem;
	}

	#content .row
	{
		padding-top: 4rem;
	}

	#index #content .row
	{
		padding-top: 10rem;
	}

	#content p.intro
	{
		font-size: 1.5rem;
	}

	#content p
	{
		font-size: 1.1rem;
	}

	#content form input[type=submit]
	{
		height: 3.5rem;
		width: 15rem;
		font-size: 1.5rem;
	}

	/************************************************/
	/*****   extra styling for specific pages   *****/
	/************************************************/
	#taste #content .row a
	{
		height: 20rem;
		width: 5rem;
	}

	.petals, .main
	{
		width: 56%;
		margin: 0 22%;
	}

	.petals img
	{
		width: 100%;
		height: auto;
	}

	.main
	{
		width: 36%;
		padding-top: 22%;
		padding-right: 5%;
		padding-left: 15%;
	}

	.modal-wrapper .main p.intro
	{
		font-size: 1.45rem;
	}

	.modal-wrapper .main p
	{
		font-size: 1.2rem;
	}

	.modal-wrapper .main .row h1
	{
		font-size: 6rem;
	}

	.back
	{
		height: 2.4rem;
		width: 16rem;
	}

	.back a
	{
		border-radius: 1.5rem;
		padding-top: 0.7rem;
		font-size: 1.6em;
	}

	#celebrate .main
	{
		width: 60%;
		margin: 0 20%;
	}

}

/**** portrait handheld ****/
@media only screen and (orientation : portrait)
{

	/************************************************/
	/******     styling for the footer/nav     ******/
	/************************************************/

	.reveal-menu
	{
		display: block;
	}

	nav
	{
		display: none;
	}
	
	.portrait-nav
	{
		display: block;
		font-size: 2rem !important;
	}

	.nav-left,
	.nav-right
	{
		position: absolute;
		top: 0;
		bottom: 50%;
		left: 0;
		right: 50%;
		overflow: hidden;
		text-align: center;
	}

	.nav-right
	{
		left: 50%;
		right: 0;
	}

	.nav-left .column,
	.nav-right .column
	{
		position: relative;
		width: 50%;
		height: 100%;
		float: left;
	}

	.left-column
	{
	}

	.nav-left .column a,
	.nav-right .column a:not(.social),
	.nav-right .column section.social
	{
		position: absolute;
		top: 55%;
		right: 10%;
		bottom: 25%;
		left: 10%;
		border-radius: 4rem;
	}

	.nav-left .left-column .top,
	.nav-right .right-column .top
	{
		top: 15% !important;
		bottom: 65% !important;
	}

	.nav-right .right-column section.social section.social-inner
	{
		position: absolute;
		width: 6.4rem;
		height: 100%;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.nav-right .right-column section.social a.social
	{
		float: left;
		width: 1.8rem;
		height: 1.8rem;
		overflow: hidden;
	}

	.nav-right .right-column section.social a:not(.email)
	{
		margin-right: 0.5rem;
	}

	.nav-right .right-column section.social a.social img
	{
		width: 5.4rem;
		height: 3.6rem;
		border: none;
		margin: 0;
		padding: 0;
	}

	.nav-right .right-column section.social a.twitter img
	{
		margin-left: -1.8rem;
	}

	.nav-right .right-column section.social a.email img
	{
		margin-left: -3.6rem;
	}

	/************************************************/
	/******   styling for drinkaware message   ******/
	/************************************************/

	.drinkaware
	{
		position: absolute;
		right: 11%;
		bottom: 0.7rem;
		width: 13rem;
		font-size: 0.8rem;
	}

	#index .drinkaware
	{
		bottom: 0.7rem;
	}

	/************************************************/
	/******    styling for what's happening    ******/
	/************************************************/
	#happening
	{
		right: -300px;
		width: 330px;
	}

	#happening.open .open-happening
	{
		top: 49%;
	}

	/************************************************/
	/******      styling for main content      ******/
	/************************************************/

	#content
	{
		bottom: 0;
		width: 72%;
		margin: 0 10%;
		padding: 4%;
		font-size: 1.5rem;
		line-height: 1.53;
	}

	#content .row h1
	{
		font-size: 7rem;
	}

	#content .row
	{
		padding-top: 10rem;
	}

	#index #content .row
	{
		padding-top: 20rem;
	}

	#content p.intro
	{
		font-size: 1.6rem;
	}

	#content p
	{
		font-size: 1.35rem;
	}

	.iOS #content p
	{
		font-size: 1.2rem;
	}

	#content form
	{
		margin-top: 4rem;
	}

	#content form input[type=submit]
	{
		height: 3.5rem;
		width: 15rem;
		font-size: 1.5rem;
	}

	/************************************************/
	/******      styling for modal windows     ******/
	/************************************************/

	.modal-wrapper p
	{
		font-size: 1.25rem;
	}

	/************************************************/
	/*****   extra styling for specific pages   *****/
	/************************************************/
	#taste #content .row a
	{
		height: 28rem;
		width: 7rem;
	}

	.petals, .main
	{
		width: 80%;
		margin: 0 10%;
	}

	.main
	{
		width: 45%;
		padding-top: 40%;
		padding-right: 10%;
		padding-left: 25%;
	}

	.bottle-shot
	{
		left: 0;
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}

	.bottle-shot img.narrower
	{
		height: 100%;
		width: auto;
	}

	.modal-wrapper .main p.intro
	{
		font-size: 1.6rem;
	}

	.modal-wrapper .main p
	{
		font-size: 1.3rem;
	}

	.modal-wrapper .main .row h1
	{
		font-size: 7rem;
	}

	.back
	{
		height: 2.4rem;
		width: 16rem;
	}

	.back a
	{
		border-radius: 1.5rem;
		padding-top: 0.7rem;
		font-size: 1.6em;
	}

	#celebrate .main
	{
		top: 75%;
		width: 60%;
		margin: 0 20%;
	}

	.slide-control
	{
		top: auto;
		bottom: 3rem;
		overflow: hidden;
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}

	#events .modal-wrapper
	{
		background: rgba(249,237,219,0.75);
	}

	#events #content .row
	{
		padding-top: 1rem;
	}

	#events #content .row:first-of-type
	{
		padding-top: 7rem;
	}

	#events #content .row:last-of-type
	{
		padding-bottom: 16 rem;
	}

}

/**** tablet portrait ****/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait)
{


}

/**** phone landscape ****/
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape), only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape), only screen and (min-device-width : 320px) and (max-device-width : 640px) and (orientation : landscape)
{
	/************************************************/
	/******     styling for the footer/nav     ******/
	/************************************************/	
	footer
	{
		position: absolute;
		bottom: 0;
		left: 0;
		right: auto;
		height: auto;
		width: 24.3%;
		top: 0;
		overflow: hidden;
		z-index: 500;
		background: rgba(249,237,219,0.4);
	 }

	.branding
	{
		position: absolute;
		top: 6px;
		left: 50%;
		height: 100px;
		width: 100px;
		background: #f9eddb;
		border-radius: 50%;
		margin: 0 auto;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		overflow: hidden;
		z-index: 508;
	}

	nav
	{
		position: absolute;
		top: 114px;
		bottom: auto;
		left: 0;
		right: 0;
		height: 110px;
		background: transparent;
		overflow: hidden;
		text-transform: uppercase;
		z-index: 502;
	}

	nav ul
	{
		display: block;
		top: 0;
		bottom: 0;
		padding: 0;
		margin: 0;
		left: 10px !important;
		right: 10px !important;
	}

	nav ul.left
	{
		bottom: 50%;
	}

	nav ul.right
	{
		top: 50%;
	}

	nav ul li
	{
		clear: both !important;
		width: 100%;
		height: 33%;
	}

	nav ul li a:not(.social),
	nav ul li span.social
	{
		display: block;
		width: 100%;
		height: 80%;
		font-size: 12px;
	}

	nav ul li.sm span.social
	{
		position: absolute;
		display: block;
		width: auto;
		padding-top: 4px;
	}

	nav ul li.sm span.social a.social
	{
		width: 12px;
		height: 12px;
	}

	a.social img {
		width: 36px;
		height: 24px;
	}

	a.social:hover img 
	{
		margin-top: -12px;
	}

	a.social.twitter img 
	{
		margin-left: -12px;
	}

	a.social.email img 
	{
		margin-left: -24px;
	}

	/************************************************/
	/******   styling for drinkaware message   ******/
	/************************************************/
	.drinkaware
	{
		right: 10px;
		bottom: 5px;
		width: 110px;
	}

	/************************************************/
	/******    styling for what's happening    ******/
	/************************************************/
	#happening.open
	{
		top: 5px;
		bottom: 5px;
	}

	#happening .open-happening
	{
		height: 30px;
		margin-top: -15px;
	}

	/************************************************/
	/******      styling for main content      ******/
	/************************************************/
	#content
	{
		bottom: 0;
	}

	/************************************************/
	/*****   extra styling for specific pages   *****/
	/************************************************/
	#index #content .row,
	#index #content .row h1
	{
		padding: 0;
	}

	#index #content .row
	{
		padding-top: 2.5rem;
	}

	.main
	{
		width: 41%;
		padding-top: 4%;
		padding-right: 4%;
		padding-left: 7%;
	}

	.bottle-shot img
	{
		height: 100%;
		width: auto;
	}

	#celebrate #content
	{
		padding-bottom: 50px;
	}

	.slide-control
	{
		top: auto;
		bottom: 12px;
		overflow: hidden;
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}

	#celebrate .main
	{
		top: 70%;
		width: 50%;
		height: 44%;
		padding: 5rem 0 0;
		margin: 0 25%;
		text-shadow: 2px 2px 2px #000;
	}

	#celebrate .main p.intro
	{
		font-size: 12px;
		text-shadow: 1px 1px rgba(0,0,0,0.8);
	}

	#celebrate .main .row
	{
		text-shadow: 1px 1px rgba(0,0,0,0.8);
	}

	.modal-wrapper .branding
	{
		display: none;
	}

	.event-slides .slide
	{
		overflow-y: auto;
	}
}

/**** phone portrait ****/
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait), only screen and (min-device-width : 320px) and (max-device-width : 640px) and (orientation : portrait)
{
	/************************************************/
	/******     styling for the footer/nav     ******/
	/************************************************/
	footer
	{
		height: 14rem;
	}

	.branding
	{
		height: 14rem;
		width: 14rem;
	}

	.reveal-menu
	{
		top: 10.5rem;
		width: 24px;
		height: 24px;
	}

	.reveal-menu img
	{
		width: 48px;
		height: 24px;
	}

	.reveal-menu:hover img,
	.reveal-menu:active img
	{
		margin-left: -24px;
	}
	
	.portrait-nav
	{
		font-size: 1.35rem !important;
	}

	.nav-left .column a,
	.nav-right .column a:not(.social),
	.nav-right .column section.social
	{
		right: 3%;
		left: 3%;
		border-radius: 4rem;
	}

	/************************************************/
	/******   styling for drinkaware message   ******/
	/************************************************/

	.drinkaware
	{
		right: 1rem;
		width: 10rem;
	}

	/************************************************/
	/******    styling for what's happening    ******/
	/************************************************/
	#happening
	{
		right: -270px;
		width: 300px;
	}

	#happening.open .open-happening
	{
		top: 49%;
	}

	/************************************************/
	/******      styling for main content      ******/
	/************************************************/

	#content
	{
		width: 92%;
		margin: 0;
		padding: 4%;
		font-size: 1.5rem;
		line-height: 1.53;
	}

	#content .row,
	#content .row h1
	{
		padding: 0;
	}

	#content .row
	{
		padding-top: 2rem;
	}

	#content .row h1,
	.modal-wrapper .main .row h1
	{
		font-size: 6rem;
	}

	#content p.intro,
	.modal-wrapper .main p.intro
	{
		font-size: 1.7rem;
		line-height: 1.2;
	}

	.iOS #content p.intro,
	.iOS .modal-wrapper .main p.intro
	{
		font-size: 1.5rem;
		line-height: 1.1;
	}

	.iOS #content p
	{
		line-height: 1.2;
	}

	.close
	{
		right: 1rem;
		width: 22.5px;
		height: 30px;
	}

	.close a img
	{
		width: 70px;
		height: 59px;
		margin-left: -47.5px;
	}

	.close a:hover img,
	.close a:active img
	{
		margin-top: -30px;
	}

	/************************************************/
	/******      styling for modal windows     ******/
	/************************************************/
	.modal-wrapper
	{
		padding: 5% 10% 5% 5%;
		width: 85%;
	}

	.modal-wrapper h1
	{
		font-size: 4rem;
	}

	/************************************************/
	/*****   extra styling for specific pages   *****/
	/************************************************/
	#index #content .row,
	#index #content .row h1
	{
		padding: 0;
	}

	#index #content .row
	{
		padding-top: 8rem;
	}

	#index #content .row h1
	{
		font-size: 7rem;
	}

	#index #content form
	{
		margin-top: 2rem;
	}

	#welcome #content
	{
		width: 86%;
		margin: 0;
		padding-right: 10%;
		font-size: 1.45rem;
		line-height: 1.53;
	}

	#taste #content .row a
	{
		height: 24rem;
		width: 6rem;
	}

	.petals, .main
	{
		width: 100%;
		margin: 0;
	}

	.main
	{
		width: 60%;
		padding: 40% 5% 0% 35%;
	}

	.petals img
	{
		height: auto;
		width: 100%;
	}

	.bottle-shot img,
	.bottle-shot img.narrower
	{
		height: 75%;
		margin-top: 20%;
	}

	#celebrate .main
	{
		top: 60%;
		width: 90%;
		margin: 0 5%;
		text-shadow: 1px 1px 2px #000;
	}

	.iOS #celebrate .main
	{
		top: 57%;
	}

	.slide-control
	{
		bottom: 1rem;
	}

	#celebrate .close a img
	{
		margin-left: -25px;
	}

	#events #content .row h4
	{
		font-size: 0.9rem;
	}

	.event-slides .slide .caption
	{
		font-size: 1.2rem;
	}

	#events #content .row h4 span,
	.event-slides .slide .caption span
	{
		padding-bottom: 0.5rem;
		font-size: 0.85rem !important;

	}

	#events .close a img
	{
		margin-left: -50px;
	}

	#events .close
	{
		top: 6rem;
	}

	.event-slides .slide img
	{
		width: auto;
		height: 100%;
	}

	.iOS .event-slides .slide img
	{
		width: 100%;
		height: auto;
	}

}