/************************************************ Background ************************************************/

body {
	background:#000;
}

input[type='submit']
{
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none; 
}

/************************************************ Format ************************************************/

body, select, input, textarea {
	font-size:62.5%;
	font-family:"raleway", Helvetica, Arial, sans-serif;
	color:#e5e5d7;
	-webkit-overflow-scrolling: auto;
	font-optical-sizing: auto;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1,h2,h3,h4 {
	line-height:1em;
	font-family: "balboa-plus-fill", sans-serif;
	letter-spacing: -4px;
	text-transform: uppercase;
}

h1 {
	font-size:80px;
	margin:0 0 20px;
}

h2.small {
	font-size:50px;
}

h2 {
	font-size:100px;
}

h3 {
	font-size:18px;
}

h4 {
	font-size:24px;
}

h5 {
	font-size:12px;
}

h6 {
	font-size:10px;
}

p {
	font-size:20px;
	line-height:1.3em;
	padding:0 0 15px;
}

a {
	color:#e41f13;
	text-decoration:none;
	transition: all 0.3s ease-out;
}

a:hover {
	color:#e41f13;
	text-decoration:underline;
}

a.btn {
	background: #e9e0da;
	border-radius: 5px;
	padding: 13px 31px;
  	font-size: 18px;
	color: #000;
	margin: 10px 0 0;
	display: inline-block;
}

img {
	height:auto;
	max-width: 100%;
}

strong {
	font-weight:bold;	
}

em {
	font-style:italic;	
}

hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1;
 }

.clearfix:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;	
}

/* Mobile menu */

a.openmenu {
	position: fixed;
	right: 35px;
	font-size: 40px;
	color: #e5e5d7;
	z-index: 3;
	top: 35px;
	display: block;
	padding: 0;
	background: none;
}

a.openmenu:hover {
	cursor: pointer;
	opacity: 0.8;
}


.sider1 {
	width:500px!important;
	margin-right: 0;
}

.sidenav .closebtn {
    position: absolute;
    right: 35px;
	font-size: 40px;
	color: #000;
	z-index: 4;
	top: 35px;
	display: block;
	padding: 0;
	background: none;
	cursor:pointer;
}

.sidenav .closebtn:hover {
   text-decoration:none;
}

/*a.openmenu.fixed {
	position:fixed;
	font-size:22px;
	color:#e5e5d7;
	z-index:100;
}*/

/* Icon 1 */

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 40px;
  height: 25px;
  position: relative;
  margin: 0 auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #e5e5d7;
  border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 10px;
}

#nav-icon1 span:nth-child(3) {
  top: 20px;
}

#nav-icon1.openstate span {
	background:#000;
}

/*#nav-icon1.openstate span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.openstate span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.openstate span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}*/

.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index:99;
	background:#000;
}

/* Overlay closing cross */
.overlay .overlay-close {
	width: 80px;
	height: 80px;
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: hidden;
	border: none;
	background: url(../img/cross.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
}

/* Menu style */
.overlay .nav_surround {
	width:100%;
	text-align:center;
	float:left;
	padding:10% 0 20px;
	height:100%;
	overflow-y:auto;
	box-sizing:border-box;
}

.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
	font-family:mainfont;
	width:100%;
}

.overlay ul li {
	display: block;
	/*height: 20%;
	height: calc(100% / 5);*/
	line-height:1.5em;
	font-size:60px;
	letter-spacing:2px;
	width:100%;
	float:left;
	transition: all 0.3s ease-out;
}

.overlay ul li ul {
	display: none;
}

.overlay ul li a {
	display: block;
	float:left;
	width:100%;
	color:#000;
	-webkit-text-fill-color: #000;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #e5e5d7;
}

.overlay ul li a:hover,
.overlay ul li a.selected {
	-webkit-text-fill-color: #e5e5d7;
}

.overlay ul li ul li {
	font-size:30px;
}

.overlay ul li a:hover,
.overlay ul li a:focus,
#story .overlay ul li a.storynav,
#whiskey .overlay ul li a.whiskeynav,
#drinks .overlay ul li a.drinksnav,
#limited_edition .overlay ul li a.limitednav,
#workofart .overlay ul li a.workofartnav,
#contact .overlay ul li a.contactnav,
.overlay ul li ul li a.selected {
	color: #e41f13;
	text-decoration:none;
}

/* Effects */
.overlay {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.overlay .nav_surround {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.overlay ul {
	opacity: 0.4;
	-webkit-transform: translateY(-25%) rotateX(35deg);
	transform: translateY(-25%) rotateX(35deg);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

.overlay.open ul {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.overlay.close ul {
	-webkit-transform: translateY(25%) rotateX(-35deg);
	transform: translateY(25%) rotateX(-35deg);
}


/************************************************ Layout New ************************************************/

.sidebar {
	width:90px;
	margin: 25px 0 0;
	padding: 12px;
	box-sizing: border-box;
	position: fixed;
	left: 0;
	top: 0;
	border-right:2px solid #fff;
	height: 94vh;
	text-align: center;
	z-index: 2;
}

.overlay3 {
    height: 100%;
    width: 0%;
	opacity: 0;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    background-color: rgba(20,20,20, 0.95);
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
	padding:90px 0 60px;
    background: rgba(229,229,215,0.8);
    transition: 0.5s;
	overflow:scroll;
}

.sidenav ul {
	width:100%;
	float:left;
	padding: 0 10% 50px;
	box-sizing: border-box;
}

.sidenav ul.sub {
	background:#fdfdfe;
}

.sidenav ul li {
	float:left;
	width:100%;
	border-bottom:1px solid #000;
}

.sidenav ul li a {
	text-transform: uppercase;
	font-size: 70px;
	padding: 25px 0 25px 0;
	color: #000;
	box-sizing: border-box;
	width: 100%;
	float: left;
	letter-spacing: -4px;
	font-family: "balboa-plus-fill", sans-serif;
	white-space: nowrap;
}

.sidenav ul li a:hover {
	background:#000;
	color:#e5e5d7;
	text-decoration:none;
	padding-left: 15px;
}

.sidenav ul li.selected a:hover,
#services .sidenav ul li a.servicesnav {
	color:#09509e;
}

.sidenav p {
	width:100%;
	float:left;
	padding: 0 10% 100px;
	box-sizing: border-box;
	font-size: 26px;
	font-weight: normal;
	letter-spacing: -1px;
	font-family: "balboa-plus-fill", sans-serif;
	text-transform: uppercase;
}

.sidenav p i {
	margin-right: 10px;
}

.sidenav p a {
	color: #000;
}

.logo {
	width:65px;
}

.logo a:hover {
	opacity: 0.8;
}

.buy_bottle {
	width:34px;
	position: absolute;
	bottom: 20px;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.buy_bottle:hover {
  -webkit-animation-name: wiggle;
  -webkit-animation-duration: 500ms;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
}

@-webkit-keyframes wiggle {
  0% {-webkit-transform: rotate(10deg);}
  25% {-webkit-transform: rotate(-10deg);}
  50% {-webkit-transform: rotate(20deg);}
  75% {-webkit-transform: rotate(-5deg);}
  100% {-webkit-transform: rotate(0deg);}
}

@keyframes wiggle {
  0% {transform: rotate(10deg);}
  25% {transform: rotate(-10deg);}
  50% {transform: rotate(20deg);}
  75% {transform: rotate(-5deg);}
  100% {transform: rotate(0deg);}
}

.hero {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
	background: url("../images/video-holder.jpg") no-repeat top center;
	background-size:cover!important;
}

.hero_holder {
	min-height: 1080px;
	height: 100vh;
	margin: 0 0 80px;
}

video.background {
	height: 100%;
	width: 177.77777778vh; /* 100 * 16 / 9 */
	min-width: 100%;
	min-height: 56.25vw; /* 100 * 9 / 16 */
	position: absolute;
	left: 50%; /* % of surrounding element */
	top: 50%;
	transform: translate(-50%, -50%); /* % of current element */
	z-index:1;
}

.video_wrapper {
    position: relative;
    float: left;
    top: 0;
    left: 0;
    width: 100%;
    height: 800px;
    pointer-events: none;
    overflow: hidden;
    opacity: 0.8;
}
.video_wrapper iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.main_content {
	width:100%;
	background: url("../images/bg.jpg") no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
	background-position: top;
}

.content_inner {
	width:86%;
	margin: 0 4% 0 10%;
	padding: 0 5%;
	box-sizing: border-box;
}

.content_block {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	width: 100%;
	padding: 70px 0 0;
}

.hp_left {
	width:59%;
}

.hp_left.full {
	width:100%;
}

.hp_left img {
	width:200px;
	margin: 0 0 40px;
}

.hp_left h1 {
	font-size: 130px;
	line-height: 1em;
	white-space: nowrap;
	letter-spacing: -8px;
}

.hp_left h2 {
	font-size:42px;
	line-height: 1.2em;
	letter-spacing: -3px;
}

.hp_right {
	width:40%;
}

.hp_right img {
	width: 100%;
	max-width:500px;
}

.serve_surround {
	width:100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	padding: 50px 0;
}

.serve_content {
	width:48%;
	box-sizing: border-box;
}

.serve_content.image {
}

.serve_content.text {
	padding:20px 5%;
}

.serve_content.text h2 {
	letter-spacing: -8px;
}

.serve_content.text img {
	display: none;
}

.merch_block {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 50px 0 0;
}

.merch_item {
	width:30%;
	margin: 0 0 30px;
}

.merch_item img {
	width:100%;
	transition: transform .8s;
}

.merch_item .pic {
	width:100%;
	overflow: hidden;
	height: auto;
	margin: 0 0 15px;
}

.merch_item a {
	color:#e5e5d7;
	text-decoration: none;
}

.merch_item a:hover img {
	transform: scale(1.1);
}

.merch_item .merch_info {
	width:100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}

.merch_item p {
	width: 75%;
	padding: 0 0 10px;
	margin: 0;
	font-family: "balboa-plus-fill", sans-serif;
	text-transform: uppercase;
	font-size: 36px;
	letter-spacing: -2px;
}

.merch_item span.price {
	width:20%;
	font-size: 20px;
	opacity: .7;
	text-align: right;
}


.shop_block {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 50px 0 0;
	align-items: center;
}

.shop_bottle {
	width:43%;
	margin: 0 0 30px;
}

.shop_bottle img {
	width:100%;
}

.shop_bottle .pic {
	width:100%;
	overflow: hidden;
	height: auto;
	margin: 0 0 15px;
}

.shop_info {
	width:45%;
}

.shop_info p {
	padding: 0 0 15px;
	margin: 0;
}

.shop_info h1 {
	font-size: 130px;
	line-height: 1em;
	letter-spacing: -8px;
	font-family: "balboa-plus-fill", sans-serif;
	text-transform: uppercase;
}

.shop_info h2 {
	font-size:42px;
	line-height: 1.2em;
	letter-spacing: -3px;
	font-family: "balboa-plus-fill", sans-serif;
	text-transform: uppercase;
}

.shopify-buy__btn-wrapper,
.shopify-buy__layout-vertical{
	text-align: left!important;
}


/************************************************ Footer ************************************************/

#spinTheBottle {
        display: flex;
        position: relative;
        flex-direction: column;
        color: #dad9ce;
      }
      #bottles {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: flex-start;
      }
      #bottles canvas {
        position: sticky !important;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      section {
        position: relative;
        text-align: center;
        min-height: 100vh;
        background-position: center center;
        background-size: cover;
        overflow: hidden;
      }

      .row {
        margin-top: 2em;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
      }
      .text-holder {
	      margin-left: 110px;
      }
      .text--col1 {
        width: 35%;
        text-align: right;
      }
	.text--col1.large {
        width: 55%;
        text-align: right;
      }
      .text--col1 p {
        text-align: right;
      }

      .text--col2 {
        width: 35%;
        text-align: left;
      }
      /* breakpoint for mobile */
      @media (max-width: 768px) {
        .row {
          flex-direction: column;
        }
        .text--col1,
		  .text--col1.large,
        .text--col2 {
          width: 100% !important;
          text-align: center;
        }
		  .text--left {
			  width:100%!important;
			  max-width: 100%!important;
			  text-align: center!important;
		  }
		  .text--holder p {
			  max-width: 100%!important;
			  width: 100%!important;
		  }
      }
      .text--holder {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        max-width: 90vw;
        margin: 0 auto;
        margin-left: 110px;
        padding-bottom: 5em;
      }

      #bottles {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
      }
      canvas,
      #tempBottle {
        -webkit-mask-image: url(../../images/born_irish_mask.png);
        mask-image: url(../../images/born_irish_mask.png);
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
      }
      @media screen and (max-width: 768px) and (orientation: portrait) {
        canvas {
          -webkit-mask-image: url(../../images/born_irish_mask_400.png);
          mask-image: url(../../images/born_irish_mask_400.png);
        }
      }
      @media (max-width: 768px) and (orientation: landscape) {
        canvas {
          -webkit-mask-image: url(../../images/born_irish_mask_400.png) !important;
          mask-image: url(../../images/born_irish_mask_400.png) !important;
        }
      }
      /* @media (min-width: 400.01px) and (max-width: 768px) and (orientation: portrait) {
        canvas {
          -webkit-mask-image: url(../../images/born_irish_mask_550.png);
          mask-image: url(../../images/born_irish_mask_550.png);
        }
      } */

      @media (min-height: 800px) and (max-height: 1079.98px) and (orientation: landscape) {
        canvas {
          -webkit-mask-image: url(../../images/born_irish_mask_800.png);
          mask-image: url(../../images/born_irish_mask_800.png);
        }
        /* Code for screens between 768px and 1260px wide */
      }

      @media (min-height: 1080px) and (max-height: 1259.98px) {
        /* Code for screens between 1260px and 1080px wide
        > 1260px > 1080px > 800px
        */
        canvas {
          -webkit-mask-image: url(../../images/born_irish_mask_900.png);
          mask-image: url(../../images/born_irish_mask_900.png);
        }
      }

      @media (min-height: 1260px) {
        /* Code for screens between 1080px and 800px wide */
        canvas {
          -webkit-mask-image: url(../../images/born_irish_mask_1100.png);
          mask-image: url(../../images/born_irish_mask_1100.png);
        }
      }
      .text--xxl {
        font-family: "balboa-plus-fill", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 80px;
        text-transform: uppercase;
        letter-spacing: -6px;
        line-height: 1em;
      }
      .text--xl {
        font-family: "balboa-plus-fill", sans-serif;
		  font-weight: 400;
		  font-style: normal;
		  font-size: 70px;
		  letter-spacing: -6px;
		  line-height: 1em;
      }
      .text--l {
        font-family: "balboa-plus-fill", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 40px;
        line-height: 1em;
        letter-spacing: -3px;
      }
	.text--para h4 {
  font-size: 36px;
  letter-spacing: -3px;
}
      @media (min-width: 768px) {
        .text--xxl span,
        .text--l span {
          display: block;
        }
      }
      @media (max-width: 767.99px) {
        .text--xxl {
          font-size: 52px;
          letter-spacing: -4px;
        }
        .text--xl {
          font-size: 42px;
          letter-spacing: -3px;
        }
        .text--l {
          font-size: 36px;
          letter-spacing: -3px;
        }
        .text--holder {
			justify-content: flex-end;
			margin-left: unset;
			padding: 0 50px 1.5em;
			box-sizing: border-box;
			max-width: 100vw;
        }
        .text--holder p {
          font-size: 16px;
          text-align: center;
        }
        .text--col1,
        .text--col2,
		  .text--col1.large{
          margin-bottom: 0.75em;
          text-align: center !important;
        }
		  .text--left {
        text-align: center!important;
      }
      }
      .text--left {
        text-align: left;
      }
      .text--right {
        text-align: right;
      }


/************************************************ Footer ************************************************/

.instagram_row {
	width: 86%;
	border-top: 2px solid #fff;
	padding: 80px 3%;
	margin: 80px 4% 0 10%;
	box-sizing: border-box;
}

.instagram_row h4 {
	font-size: 42px;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 50px;
	letter-spacing: -3px;
	color: #e5e5d7;
}

.instagram_row h4 i {
	margin-right:10px;
}

.instagram_row h4 a {
	color: #e5e5d7;
}

.instagram_row a:hover {
	opacity: .8;
}

.instagram_row_inner {
	width:100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.instagram_row .pic {
	width:30%;
	border:10px solid #e9e0da;
	box-sizing: border-box;
	line-height: 0;
}

footer {
	width: 100%;
	text-align: center;
	padding: 30px 0 60px;
}

footer p {
	font-size:16px;
	padding: 0;
}

footer a {
	color:#e5e5d7;
	text-decoration: underline;
}
footer a:hover {
	color:#e5e5d7;
	text-decoration: none;
}

.mob_show {
	display: none;
}

video.mobile {
	display: none;
}
video.desktop {
	display: block;
}


/************************************************ Smaller screens ************************************************/

@media only screen and (min-width: 1800px) {

.hp_left img {
  width: 300px;
}	
	
.hp_right img {
  max-width: 700px;
}	
	
.hp_left h1 {
  font-size: 160px;
	letter-spacing: -12px;
}	
	
.hp_left h2 {
  font-size: 64px;
	margin: 0 0 20px;
	letter-spacing: -4px;
}	
.serve_content.text h2 {
  letter-spacing: -12px;
}
	
p {
  font-size: 26px;
}
	
h2 {
  font-size: 150px;
	letter-spacing: -12px;
}
.instagram_row h4 {
  font-size: 50px;
  letter-spacing: -2px;
}
	
.merch_item p {
  font-size: 50px;
}
.merch_item span.price {
  font-size: 26px;
}
	
.text--xxl {
  letter-spacing: -12px!important;
  font-size: 16em!important;
}
.text--xl {
  font-size: 90px!important;
  letter-spacing: -6px!important;
}
.text--l {
  font-size: 8em!important;
  letter-spacing: -6px!important;
}
.text--para h4 {
  font-size: 50px!important;
  letter-spacing: -2px!important;
}
	
}

@media only screen and (max-width: 1430px) {
.hp_left h1 {
	white-space:normal;
}

.hero {
  width: 100%;
  height: 100vh;
}
	
}

@media only screen and (max-width: 1200px) {
.instagram_row {
	margin: 80px 4% 0 12%;
}
	
.hero {
width: 100%;
height: 100vh;
}

}

@media only screen and (max-width: 900px) {

.hero {
	height: 100vh;
	/*height: 75vh;*/
}	
	
	
.sider1 {
	width:300px!important;
	margin-right: 0;
}
	
.sidebar {
	border-right: none;
	height: 96vh;
}
	
.hp_left {
	width:100%;
}
	
.hp_left img.mob_show {
	display: block;
	width:50%;
	max-width: 500px;
	margin: 0 auto;
}

.hp_right {
	display: none;
}
	
.shop_block {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	text-align: center;
}
	
#product-component-1719829534851 {
  margin: 0 auto;
}
	
.shop_bottle {
	width:50%;
	margin: 0;
}

.shop_info {
	width:100%;
}

.shop_info p {
	padding: 0 0 15px;
	margin: 0;
}

.shop_info h1 {
	font-size: 80px;
	letter-spacing: -6px;
}

.shop_info h2 {
	font-size:36px;
	letter-spacing: -2px;
}
	
}



/************************************************ Mobile ************************************************/

@media handheld, only screen and (max-width: 767px) {

.sidebar {
	border-right: none;
}
	
.hp_left img.mob_show {
	width:70%;
}

.serve_content.text {
	width:100%;
}	
	
.serve_content.image {
	display: none;
}
	
.serve_content.text img {
	display: block;
	margin: 15px 0;
}
	
.hero {
  height: 90vh;
}	

}

@media handheld, only screen and (max-width: 600px) {

.hero {
	/*height: 67vh;*/
	height: 86vh;
}

	
.sidenav ul li a {
	font-size: 50px;
	letter-spacing: -2px;
}
	
.sidebar {
	width: 90px;
	margin: 10px 0 0;
	height: auto;
}
	
.buy_bottle {
	display: none;
}
	
.shop_bottle {
	width:80%;
	margin: 0;
}
	
a.openmenu,
.sidenav .closebtn{
  right: 19px;
  top: 25px;
}
	
.content_inner {
  width: 100%;
  margin: 0;
  padding: 0 8%;
  box-sizing: border-box;
}
	
.hp_left {
	text-align: center;
}
.hp_left.left {
	text-align: left;
}
	
.hp_left img {
  width: 150px;
  margin: 0 0 40px;
}
	
.hp_left h1,
h2 {
  font-size: 80px;
	letter-spacing: -6px;
}
.hp_left h2 {
  font-size: 36px;
	letter-spacing: -2px;
}
.serve_content.text h2 {
  letter-spacing: -6px;
}
	
.serve_surround {
	padding: 30px 0;
}	
.serve_content.text {
	width: 100%;
	padding: 20px 0;
}
	
.merch_item {
  width: 100%;
  margin: 0 0 30px;
}
	
.instagram_row {
	margin: 50px 5% 0;
	width: 90%;
	padding: 50px 3%;
}
	
.instagram_row .pic {
	width: 30%;
	border: 5px solid #e9e0da;
	box-sizing: border-box;
}

}

@media handheld, only screen and (max-width: 400px) {

.hero {
	width: 100%;
	/*height: 52vh;*/
	height: 86vh;
	position: relative;
	overflow: hidden;
}
	
video.mobile {
	display: block;
}
video.desktop {
	display: none;
}
	
}

/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 


}