@font-face{
    font-family: 'montserrat-thin';
    src: url('fonts/9735Montserrat-Thin.woff2') format('woff2');
}

@font-face {
    font-family: 'Danube';
    src: url('fonts/DANUBE__.TTF') format('truetype');
}

@font-face {
    font-family: 'DancingScript-Bold';
    src: url('fonts/DancingScript-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Gwendolyn';
    src: url('fonts/Gwendolyn-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Gwendolyn-Bold';
    src: url('fonts/Gwendolyn-Bold.ttf') format('truetype');
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'montserrat-thin', 'Source Sans Pro', sans-serif !important;
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    color: black;
}

body img {max-width: 100%;}
a {
    text-decoration: none;
    color: #121212;
}
a:hover {
    text-decoration: none;
    color: #000;
}
h1 {
    margin-block-start: 0em;
    margin-block-end: 0em;
}

h2 {
    font-size: 25px;
    text-align: left;
}

.main-home-text {
    width: fit-content; 
    max-width: 100%; 
    max-height: 100%; 
    box-sizing: border-box; 
    overflow-y: auto; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
    text-align:center;
    color:white;
    position:absolute;
    z-index:9;
    font-size:42px;
    text-shadow: 0px 0px 6px #000000;
}

.center-h1 {
    width: fit-content; 
    max-width: 100%; 
    max-height: 100%; 
    box-sizing: border-box; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
    text-align:center;
    color:white;
    position:absolute;
    z-index:9;
    text-shadow: 0px 0px 6px #000000;
}

.h1-bigtext {
    font-size:100px;
    font-weight: 100;
}

.grey-line {
    width:80px;
    background-color:#5e5f5f;
    height: 3px;
    margin-block-end: 0.83em;
}

.grey-gradient {
    background-image: linear-gradient( 0deg,#ffffff 35%,#5e5f5f 70%);
    padding-top: 3%;
    padding-right: 5%;
    padding-left: 3%;
}

.grey-gradient2 {
    background-image: linear-gradient( 115deg,#b5b0a8 0%,#5e5f5f 100%);
    padding-right: 10%;
    padding-left: 10%;
    padding-bottom: 10%;
    margin-top: 10%;
}

.grey-gradient2 img {
    margin-top: -10%;
}


#chevron-down {
    position:absolute;
    bottom:30px;
    font-size:50px;
    text-align:center;
    width:100%;
    z-index:5;
}

figure {
    margin: 0;
}
.space5 {height: 5px;}
.space10 {height: 10px;}
.space15 {height: 15px;}
.space20 {height: 20px;}

.image
{
        position:relative;
}
.png-over{position:absolute; top:0; left:0}


.expandable {
    /* overflow set to hidden to hide the expanded text */
    overflow: hidden;
    /* all style changes will ease-in-out for 1s */
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s;
}

.video-responsive {
    height:100%;
       width: 100%;
    /*
        background-image: url(images/background-image.jpg);
        background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    */
}

@supports not (-webkit-touch-callout: none) {
        .video-responsive {
            height:100%;
            position: fixed;
            width: 100%;
        /*
            background-image: url(images/background-image.jpg);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center center;
            background-attachment: fixed;
        */
    }
}

.home-video {
    height: 100vh;
    position: relative;
    width: 100%;
}

.canvas,
.video {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        background: #000;
        z-index: 5;

}

.purveyor {
    font-size: 2em;
}

.purveyor2 {
    font-size: 1.75em;
    font-family: 'Gwendolyn';
}



.f-left {
    float: left;
}

.f-right {
    float: right;
}

.leftcell {
    display:table-cell;
    text-align:left;
}

.rightcell {
    display:table-cell;
    text-align:right;
}

.homepagebutton {
    display: table-cell;
    min-width: 32px;
    height: 50px;
    vertical-align: middle;
    padding: 0px 7px;
    box-sizing: border-box;
    color: white;
    font-size: 12px;
    cursor: pointer;
    border: 1px solid #dbdbdb;
}

.sexytabs > ul {
  text-align: center;
  font-weight: 500;
  margin: 50px 0 0;
  padding: 0;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.sexytabs > ul > li {
  display: inline-block;
  background: white;
  padding: 0.6em 0;
  position: relative;
  width: 33%;
  margin: 0 0 0 -4px;
}
.sexytabs > ul > li:before, .sexytabs > ul > li:after {
  opacity: 0;
  transition: 0.3s ease;
}
.sexytabs > ul > li.ui-tabs-active:before, .sexytabs > ul > li.ui-tabs-active:after, .sexytabs > ul > li.ui-state-hover:before, .sexytabs > ul > li.ui-state-hover:after, .sexytabs > ul > li.ui-state-focus:before, .sexytabs > ul > li.ui-s
tate-focus:after {
  opacity: 1;
}
.sexytabs > ul > li:before, .sexytabs > ul > li.ui-state-active.ui-state-hover:before, .sexytabs > ul > li.ui-state-active.ui-state-focus:before {
  content: "";
  position: absolute;
  z-index: -1;
  box-shadow: 0 2px 3px rgba(22, 195, 255, 0.5);
  top: 50%;
  bottom: 0px;
  left: 5px;
  right: 5px;
  border-radius: 100px / 10px;
}
.sexytabs > ul > li:after, .sexytabs > ul > li.ui-state-active.ui-state-hover:after, .sexytabs > ul > li.ui-state-active.ui-state-focus:after {
  content: "";
  background: #fafafa;
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  bottom: -6px;
  margin-left: -6px;
  transform: rotate(45deg);
  box-shadow: inset 3px 3px 3px rgba(22, 195, 255, 0.5), inset 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.sexytabs > ul > li.ui-state-hover:before, .sexytabs > ul > li.ui-state-focus:before {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
.sexytabs > ul > li.ui-state-hover:after, .sexytabs > ul > li.ui-state-focus:after {
  box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.2), inset 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.sexytabs > ul > li.ui-state-focus a {
  text-decoration: underline;
}
.sexytabs > ul > li:focus {
  outline: none;
}
.sexytabs > ul > li a {
  color: #444;
  text-decoration: none;
}
.sexytabs > ul > li a:focus {
  outline: none;
}
.sexytabs > ul > li a span {
  position: relative;
  top: -0.5em;
}

.sexytabs.dark > ul {
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.sexytabs.dark > ul > li {
  background: #333;
}
.sexytabs.dark > ul > li:before, .sexytabs.dark > ul > li.ui-state-active.ui-state-hover:before, .sexytabs.dark > ul > li.ui-state-active.ui-state-focus:before {
  box-shadow: 0 2px 3px rgba(255, 255, 255, 0.3);
}
.sexytabs.dark > ul > li:after, .sexytabs.dark > ul > li.ui-state-active.ui-state-hover:after, .sexytabs.dark > ul > li.ui-state-active.ui-state-focus:after {
  background: #333;
  box-shadow: inset 3px 3px 3px rgba(255, 255, 255, 0.3), inset 1px 1px 1px rgba(255, 255, 255, 0.5);
}
.sexytabs.dark > ul > li.ui-state-hover:before, .sexytabs.dark > ul > li.ui-state-focus:before {
  box-shadow: none;
}
.sexytabs.dark > ul > li.ui-state-hover:after, .sexytabs.dark > ul > li.ui-state-focus:after {
  box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.4);
}
.sexytabs.dark > ul > li a {
  color: white;
}


.award-display {
    display: inline-block;
    margin: 1%;
    width: 23%;
    box-sizing: border-box;
    text-align:center;
    vertical-align:top;
}

.product-display {
    display: inline-block;
    margin: 1%;
    width: 18%;
    box-sizing: border-box;
    text-align:left;
    vertical-align:top;
    position:relative;
}

.product-display:hover .product-card__add-to-cart {
    transform: translateY(0);
}

.product-display:hover img {
    opacity: 0.7;
}


.product-card__add-to-cart {
    position: absolute;
    bottom: 0;
    padding: 13px 0;
    background: #8c8c8c;
    z-index: 9;
    width: 100%;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    transform: translateY(100%);
    color:white;
    font-size:14px;
    font-weight:600;
}

.desktop-left {
    text-align:left;
}

.desktop-right {
    text-align:right !important;
}

.staff-display {
    display: inline-block;
    margin: 2%;
    width: 29.33%;
    box-sizing: border-box;
    text-align: center;
    vertical-align:top;
    position:relative;
}

.staff-display-inside {
    background-color: #f6f6f6;
    padding: 5%;
    max-width: 400px;
    box-sizing:border-box;
}

.staff-display-inside:nth-of-type(3n+1) {
    margin: 0 auto;
}

.staff-display-inside:nth-of-type(3n+2) {
    margin-left: auto;
    margin-right:0;
}
    


.yellow-line {
   width: 110px;
   height: 3px;
   background-color: #cfa54a;
   margin: 20px auto;
}

.black-line {
   width: 110px;
   height: 3px;
   background-color: black;
   margin: 20px auto;
}

.quarter {
    display:inline-block;
    width:25%;
}

.onepointfive {
    font-size: 1.5vw;
}
.onepointone {
    font-size: 1.1vw;
}

.tipbox {
    border:1px solid black;
    padding:5px;
    box-sizing:border-box;
    cursor:pointer;
    font-weight:bold;
}
.greybg {
    background-color: #dddddd;
}

#myBtn {
    display: none;
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 10000; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    background-color:rgba(0,0,0,0.8);
}


#order-mainbox
{
    width:100%;
    padding-right:30px;
    box-sizing:border-box;
}

/* restaurant dropdown */
.sel {
    color:white;
    width: 200px;
    min-height: 40px;
    box-sizing: border-box;
    background-color: #d20025;
    overflow: hidden;
    position:absolute;
    margin-left:185px;
    margin-top:15px;
    font-size:11px;
    text-align:left;
    z-index:99999;
}
.txt {
    padding: 10px;
}
.hide {
    display: none;
}
.sel .options {
    width: 100%;
    background-color: #cf002b;
    z-index: 99999;
}
.sel .options div {
    transition: all 0.2s ease-out;
    padding: 10px;
    z-index:99999;
}
.sel .options div:hover {
    background-color: #4b2c2a;
}
/* end restaurant dropdown */



.headerlinkmobile
{
        vertical-align:middle;
        border-bottom:1px solid #c2c2c2;
        color:black;
        padding:20px;
        box-sizing:border-box;
}

.headerlinkmobile a {
    font-size: 20px;
    margin: 0px 20px;
}


.mobiletable {
    display: table;
    width: 100%;
}
.mobilerow {display: table-row;}
.mobilecell {display: table-cell;}
.simpletable {
    display: table;
    width: 100%;
}
.row {display: table-row;}
.simplecell {display: table-cell; text-align: left;}
.simplebox {   
    border: 1px solid #dddddd;
    background-color: #ffffff;
    margin: 0 auto;
    padding: 10px;
    margin-bottom: 10px;
}
.simpleboxg {   
    border: 0px solid #dddddd;
    background-color: #ffffff;
    margin: 0 auto;
    padding: 0px;
	width: 700px;
    margin-bottom: 0px;
}
.simpleinline {
    display: inline-block;
    box-sizing: border-box;
    text-align: left;
    font-size: 20px;
    position: relative;
    vertical-align:top;
}

.clear-popup {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 9999;
    background-color: rgba(0,0,0,0.5);
    width: fit-content;
    max-width: 100%;
    max-height: 100%;
    font-size: 25px;
    text-align: justify;
    box-sizing: border-box;
    overflow-y: auto;
    padding: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    transition: visibility 0.5s linear, opacity 0.5s linear;
    cursor:pointer;
    white-space:nowrap;
    display:table;
    border: 1px solid white;
    font-weight: bold;
}

.black-popup {
    bottom: 0px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 9999;
    background-color: rgba(0,0,0,0.7);
    box-sizing: border-box;
    padding: 20px;
    color: white;
    transition: visibility 0.5s linear, opacity 0.5s linear;
    display:table;
    width: 100%;
    border: 1px solid white;
    font-weight: bold;
    table-layout: fixed;
    white-space: break-spaces;
}

.product-name {
    text-align:left;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size:15px;
    line-height:1.5;
    font-weight: bold;
}

.quick-description {
    text-align:left;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size:14px;
    line-height:1.5;
    font-weight: bold;
    height: 60px;
}

.price {
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
	font-style: italic;
    text-align:left;
}


.view-layer {
    width: 90%;
    margin: 0 auto;
    color: #979391;
}

.view-layer a {
    color: #979391;
    margin-left: 20px;
}


.virtual-mug-club {
        background: url("images/virtual-mug-club.jpg") no-repeat center top;
        height: 58vw;
        max-height: 600px;
        width: 100%;
}

.about-bg {
      background: url("images/about-bg.jpg");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
      height: 24vw;
      width: 100%;
}

.beer-club-subscription {
        background: url("images/beer-club-subscription.png") no-repeat center top;
        height: 38vw;
        max-height: 587px;
        width: 100%;
        background-size: cover;
}


.our-process {
     background: url("images/our-process-steps.png") no-repeat center top;
     height: 102.55vw;
     width: 100%;
     background-size: cover;
     max-height: 1659px;
     z-index:10;
     position:relative;
}

#newsletter-left {
    margin-left:auto;
    margin-right:0;
    width:100%;
    max-width:760px;
    padding-left:40px;
    box-sizing:border-box;
}

#newsletter-logo {
    display:table-cell;
    padding-right:30px;
    width:90px;
    vertical-align:middle;
}


.newsletter-input {
    width: calc(100% - 135px);
    padding: 5px;
    height: 50px;
    border: 1px solid #bfbfbf;
    font-size: 15px;
    vertical-align: middle;
    box-sizing: border-box;
}


.newsletter-submit {
    width: 135px;
    padding: 4px;
    background: black;
    color: white;
    cursor: pointer;
    font-size: 20px;
    text-align: center;
    height: 50px;
    border: 0px;
    vertical-align: middle;
}

.hovereffect {
    overflow:hidden;
}

.hovereffect img {
    display:block;
    position:relative;
    -webkit-transition:all .4s linear;
    transition:all .4s linear;
}

.hovereffect:hover img {
    -ms-transform:scale(1.2);
    -webkit-transform:scale(1.2);
    transform:scale(1.1);
}


footer, footer table {
    font-weight: bold;
}

.footerinline {
    display: inline-block;
    box-sizing: border-box;
    text-align: left;
    font-size: 1vw;
}

.gray-title {
    color: #6d6e70;
    font-size: 17px;
    font-weight: bold;
}
.green-title {
    color: #4fb05f;
    font-size: 17px;
    font-weight: bold;
}


#full-width-slider {
  width: 100%;
  color: #000;
}
#full-width-slider * {
   -webkit-backface-visibility: inherit;
}

.sidemenu
{
 	font-weight:bold;
        font-size:14px;
        padding:10px;
        box-sizing:border-box;
        line-height:25px;
        width:270px;
        color:white;
        cursor:pointer;
}

.bluemenu
{
	background: rgba(0,186,233,1); 
	background: -moz-linear-gradient(top, rgba(0,186,233,1) 0%, rgba(0,153,214,1) 100%); 
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,186,233,1)), color-stop(100%, rgba(0,153,214,1))); 
	background: -webkit-linear-gradient(top, rgba(0,186,233,1) 0%, rgba(0,153,214,1) 100%); 
	background: -o-linear-gradient(top, rgba(0,186,233,1) 0%, rgba(0,153,214,1) 100%); 
	background: -ms-linear-gradient(top, rgba(0,186,233,1) 0%, rgba(0,153,214,1) 100%); 
	background: linear-gradient(to bottom, rgba(0,186,233,1) 0%, rgba(0,153,214,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bae9', endColorstr='#0099d6', GradientType=0 );
}

.bluemenuflat
{
	background-color:#0179ae;
}

.filter {
    padding:0px 33px 0px 20px;
    border-radius:5px;
    border: 1px solid #ccc;
    height:34px;
}
#filtersubmit {
    position: relative;
    z-index: 1;
    right: 30px;
    top: 1px;
    width: 0;
    font-size: 20px;
    color: #666666;
}

.details-tab {
    width: 24.175%;
    vertical-align: top;
    display:inline-block;
    cursor: pointer;
    padding:20px;
    box-sizing: border-box;
    text-align:center;
}

.tab-space {
    width: 1.1%;
    display: inline-block;
}

.filter-text {
    text-align:center;
    font-size:17px;
    font-weight:600;
}

.mtop1-1 {
    margin-top: 1.1%;
}

.pad20 {
    padding: 20px 0px;
}


.inline-container {font-size: 0;}
.inline-container .simpleinline:last-child {margin-right: 0px;}
.last-right {
    text-align: right;
}

.inline-7 {
    width: 7%;
}

.inline-93 {
    width: 93%;
}

.inline-1-5, .mobinline-1-5 {
    width: 19%;
    margin-right: 1.25%;
}

.one-fifth {
    width: 20%;
}

.inline-2-5 {
    width: 38%;
    margin-right: 1.25%;
}
.inline-3-5 {
    width: 57%;
    margin-right: 1.25%;
}
.inline-4-5 {
    width: 79.75%;
    margin-right: 1.25%;
}
.inline-5-5 {
    width: 100%;
    margin-right: 0%;
}

.inline-1-12 {
    width: 7.325%;
    margin-right: 0.0%;
    vertical-align: top;
}
.inline-2-12, .mobinline-2-12 {
    width: 15.75%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-3-12, .mobinline-3-12 {
    width: 24.175%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-4-12, .mobinline-4-12 {
    width: 32.6%;
    margin-right: 1.1%;
    vertical-align: top;
}

.inline-5-12 {
    width: 41.025%;
    margin-right: 1.1%;
    vertical-align: top;
}

.inline-5-12g {
    width: 41.025%;
    margin-left: -65px;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-5-12g2 {
    width: 41.025%;
    margin-left: -85px;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-6-12 {
    width: 49.45%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-6-12g {
    width: 100%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-7-12 {
    width: 57.875%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-8-12 {
    width: 66.3%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-9-12 {
    width: 74.725%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-10-12 {
    width: 83.15%;
    padding-right: 1.1%;
}
.inline-11-12 {
    width: 91.575%;
    margin-right: 1.1%;
}
.inline-12-12 {
    width: 100%;
    margin: 0;
}
#cvv,#cvv2 {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.75;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    text-align: center;
    cursor: pointer;
}


.popup {
    display: none;
    position: fixed;
    z-index: 99999;
    background-color:white;
    width: 100%;
    max-width: 865px;
    height: fit-content;
    max-height: 100%;
    font-size: 17px;
    text-align:justify;
    box-sizing: border-box;
    overflow-y: auto;
    padding: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 100;
}

.verify-popup {
    position: fixed;
    z-index: 99999;
    background-color:black;
    color:white;
    width: fit-content;
    max-width: 865px;
    height: fit-content;
    max-height: 100%;
    font-size: 21px;
    text-align:center;
    box-sizing: border-box;
    overflow-y: auto;
    padding: 40px;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 100;
    border-radius: 10px;
    border: 1px solid white;
}



/* General */
#sb-bg {
    background: url('images/sb-bg.jpg');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    z-index: 100;
}
#hdr-container {
    width: 100%;
    z-index: 1001;
    top: 0;
}


#topline-container {
    width: 100%;
    z-index: 9999;
    padding:25px 40px 100px 40px;
    box-sizing:border-box;
    position:absolute;
}

#topline-container a i {
    color: white;
    margin-right: 20px;
}

#topline-container a:last-of-type i {
    margin-right: 0px;
}


.hdr {
    background-image: url("images/top-bg.jpg");
    height:36px;
    width:100%;
    box-sizing:border-box;
    padding:0px 40px;
    font-size:22px;
}

.hdr a {
    color:white;
    text-decoration:none;
    font-size:16px;
}


#logo-container,#bdy, .bdy {
    padding:10px 40px;
    width:100%;
    max-width: 1550px;
    margin: 0 auto;
    box-sizing:border-box;
}

.elevated {
    margin-top:-5vw;
    background-color: white;
    position:relative;
}


.bdy2 {
    width: 86%;
    margin: 0 auto;
    position:relative;
}

#skip-body {
    min-height: calc(100vh - 200px);
}



#bdy-container {
    width: 100%;
    z-index: 1001;
    margin-top:100px;
    min-height: calc(100% - 288px);
}
#breadcrumbs {margin: 10px 0px 15px 0px;}
#breadcrumb-icon {
    display: inline-block;
    width: 19px;
    height: 18px;
    vertical-align: text-bottom;
    margin: 0 5px 0 0;
    background-image: url('/images/homeicon.png');
    background-repeat: no-repeat;
}
.iframeWrapper {
    position: relative;
    padding-bottom: 46%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.iframeWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.divider {
    border: 0;
    border-top: 1px solid #d0d1d2;
    margin: 15px 0px;
}


.details-box {
    padding: 10px;
    background-color: #f6f6f6;
    min-height: 200px;
    box-sizing:border-box;
}


#homebeer-bg {
    background:url('images/homebeerbackground.jpg');
    background-position: bottom;
    padding: 5px;
}

.taproom-image {
    width: 30%;
    display:table-cell;
}

.taproom {
    background-color: white;
    padding: 5%;
    -webkit-box-shadow: 0px 0px 9px -4px rgba(0,0,0,0.61);
    -moz-box-shadow: 0px 0px 9px -4px rgba(0,0,0,0.61);
    box-shadow: 0px 0px 9px -4px rgba(0,0,0,0.61);
    box-sizing:border-box;
    max-width: 400px;
}

.taproom-name {
    font-weight: bold;
    font-size: 1.8em;
    text-align:center;
    line-height: 1.5;
    display:table-cell;
    vertical-align:middle;
}

.directions {
    padding-right: 10px;
    text-align:center;
}

.directions a {
    font-size: 23px;
    color: #a7a8aa;
}

.phone {
    padding-right: 10px;
    text-align:center;
}

.phone a {
    font-size: 20px;
    color: #a7a8aa;
}

.taproom-phone {
    font-weight: bold;
    margin: 10px 0px;
}

.table-day {
    vertical-align:middle;
    padding-right: 10px;
    font-size: 13px;
    
}

.table-time {
    font-size: 13px;
    vertical-align:middle;
}


.contact-text, .contact-text table {
    text-align:justify !important;
    font-size:17px;
    font-weight:bold;
}

.solid-line {
    margin: 5vw 0px;
    border-top: 1px solid #cccccc;
}

.staff-description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* forms */
.formrow {margin: 5px 0px;}
.formlabel {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    text-align: right;
    width: 34%;
    margin-right: 1%;
    font-weight: bold;
    line-height: 45px;
}
.formbox {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    text-align: left;
    width: 65%;
    overflow:hidden;
    line-height: 45px;
}

.formbox input[type='file'] {
    line-height: 45px;
}

.formbox input[type='text'], .formbox input[type='password'] {
    box-sizing: border-box;
    width: 100%;
    padding: 5px 1.7%;
    border-radius: 4px;
    border: 1px solid #ccc;
    height: 45px;
}
.formbox input[type='submit'] {
    box-sizing: border-box;
    background: #1a5522;
    border: 0;
    -webkit-appearance: none;
    color: #fff;
    border-radius: 4px;
    padding: 6px 12px;
    cursor: pointer;
}

.formbox input[type='submit']:hover, .continue_shopping:hover {opacity: 0.90;}

.continue_shopping {
    box-sizing: border-box;
    background: #1a5522;
    border: 0;
    -webkit-appearance: none;
    color: #fff;
    border-radius: 4px;
    padding: 6px 12px;
    cursor: pointer;
    width:150px;
    text-align:center;
}


.formbox select, .niceselect {
    font-size:17px;
    color:#757575;
    padding:10px 50px 10px 10px;
    box-sizing:border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: white;
    background-image: url(/images/select.png);
    background-position: 100% 0;
    background-repeat: no-repeat no-repeat;
    vertical-align:middle;
    height: 45px;
    width: 100%;
    border-color:#cccccc;
}






.formbox textarea, .full-textarea {
    box-sizing: border-box;
    width: 100%;
    padding: 5px 1.7%;
    border-radius: 4px;
    border: 1px solid #ccc;
}


/* topnav.inc */
#hdr-mob form {
    margin: 0;
}

#hdr .simpleinline:last-child {text-align: right;}
#topnav li {
    display: inline-block;
    padding:  12px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    border-right: 1px solid #3fbde6;
}
#topnav ul li ul li {
    padding: 0;
}
.hdr-mob-wide {
    padding: 10px 0px;
    border-bottom: 1px solid #676767;
    text-align: center;
}
.hdr-mob-wide .mobinline-10-12 {
    text-align: center;
}
.hdr-mob-each {
    padding: 10px;
    border-right: 1px solid #676767;
    text-align: center;
    vertical-align: middle;
    font-size: 0;
}
.hdr-mob-each img {
    width: 30px;
}
#hdr-mob .mobinline-3-12 {
    vertical-align: middle;
}
#topnav input:active,
#topnav input:focus,
#topnav input.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
li.rights a {
    display: inline-block;
    margin-left: 8px;
}
li.rights img {
    vertical-align: middle;
    margin-right: 8px;
    height: 14px;
}
#mob-search {
    display: none;
    border-top: 1px solid #676767;
    border-bottom: 0;
    padding: 10px 0px;
}
#mob-search input {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #00a9e4;
    background: #00a9e4;
    padding: 8px 4px;
    box-sizing: border-box;
    -webkit-appearance: none;
}
#topnav form {
    margin: 0;

}
#topnav input[type='text'] {
    display: inline-block;
    vertical-align: middle;
    background: transparent;
    border: 0;
    color: #b6dcf1;
    width: 170px;
    font-size: 12px;
}
#topnav-search {
    display: inline-block;
    vertical-align: middle;
    width: 5%;
}
#topnav-search input[type='submit'] {
    border: 0;
    width: 30px;
    cursor: pointer;
}

/* footer.inc */
footer a {
    color: #646464;
}


.footer-links a {
    padding-right: 15px;
    font-size: 15px;
    line-height: 40px;
    white-space: nowrap;
}

.footer-links2 a {
    padding-right: 25px;
    font-size: 21px;
    line-height: 25px;
}

.footer-links a:last-of-type, .footer-links2 a:last-of-type {
    padding-right: 0px;
}

.footer-links-two a {
    padding-right: 15px;
    font-size: 0.6em;
    line-height: 40px;
    white-space: nowrap;
}

.footer-links-2 a {
    color: #cccccc;
    margin:0px 10px;
}

.footer-text {
    font-size: 12px;
}

.emsar {
    font-family: 'Danube';
	color: #cccccc;
    font-size: 12px;
}

.service-space {
    height:2.2vw;
    max-height:34.4px;
}

#finishing-touches {
    display:inline-block;
    width:31.76%;
    margin-right:2.36%;
    vertical-align:top;
}

#events {
    display:inline-block;
    width:48.21%;
    margin-right:3.58%;
}

#events2 {
    display:inline-block;
    width:65.88%;
    vertical-align:top;
}

#restaurant {
    display:inline-block;
    width:48.21%;
}


.gray-button {
    font-size: 14px;
    letter-spacing: .3px;
    padding: 7px 20px;
    border: 0;
    font-weight: 100;
    color: #ffffff;
    background-color: #8c8c8c;
    cursor: pointer;
}

.black-button {
    font-size: 17px;
    letter-spacing: .3px;
    padding: 10px 38px;
    border: 0;
    font-weight: 100;
    color: #ffffff;
    background-color: black;
    cursor: pointer;
}

.beige-button {
    font-size: 17px;
    line-height: 1.11;
    letter-spacing: .3px;
    padding: 16px 0px;
    border: 0;
    font-weight: 100;
    color: black;
    background-color: #f6f3ee;
    cursor: pointer;
    width: 100%;
}

.beige-selected {
    background-color: #e0dfdb !important;
}

.white-button2 {
    font-size: 17px;
    line-height: 1.11;
    letter-spacing: .3px;
    padding: 10px 40px;
    border-radius: 20px;
    border: 0;
    font-weight: 100;
    color: #000000;
    background-color: #C0C0C0;
    cursor: pointer;
}

.white-button {
    font-size: 14px;
    line-height: 1.11;
    letter-spacing: .3px;
    padding: 10px 40px;
    border: 0;
    font-weight: 100;
    color: black;
    background-color: white;
    cursor: pointer;
    margin:0px 10px;
}

.red-button {
    font-size: 13px;
    line-height: 1.11;
    letter-spacing: .3px;
    padding: 10px 40px;
    border-radius: 20px;
    border: 0;
    font-weight: 100;
    color: #ffffff;
    background-color: red;
    cursor: pointer;
}

.grey-button {
    font-size: 13px;
    line-height: 1.11;
    letter-spacing: .3px;
    padding: 10px 40px;
    border-radius: 20px;
    border: 0;
    font-weight: 100;
    color: black;
    background-color: #d1d1d1;
    cursor: pointer;
}

.gold-button {
    font-size: 17px;
    line-height: 1.11;
    letter-spacing: .3px;
    padding: 10px 40px;
    border-radius: 20px;
    border: 0;
    font-weight: 100;
    color: white;
    background-color: #CFA54A;
    cursor: pointer;
}   

.blue-button {
    font-size: 17px;
    line-height: 1.11;
    letter-spacing: .3px;
    padding: 10px 40px;
    border-radius: 20px;
    border: 0;
    font-weight: 100;
    color: white;
    background-color: #415798;
    cursor: pointer;
}

.grey-button {
    font-size: 17px;
    line-height: 1.11;
    letter-spacing: .3px;
    padding: 10px 40px;
    border-radius: 20px;
    border: 0;
    font-weight: 100;
    color: black;
    background-color: #d9d8d8;
    cursor: pointer;
}


.black-button:hover, .red-button:hover, .grey-button:hover, .white-button:hover, .gold-button:hover, .blue-button:hover, .grey-button:hover, .beige-button:hover {
    -webkit-filter: brightness(90%);
}

.beige-selected:hover {
     -webkit-filter: brightness(100%) !important;
}




.section-title {
    color: #00a9e4;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
}
.section-subtitle {
    display: inline-block;
    color: #00a9e4;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;   
    margin: 5px 0px; 
}
.indent-mob {
    margin-left: 20px;
    font-size: 10px;
	height: 34px;
}
.indent-mobg {
    margin-left: 40px;
    font-size: 10px;
	height: 34px;
}

/*index.php*/
.topimg-index {
    position: relative;
    margin-bottom: 40px;
    z-index: 101;
}
.index-steps {
    margin-top: -200px;
    position: absolute;
    z-index: 1000;
}
.index-steps .simpleinline {
    text-align: center;
    font-size: 12px;
    vertical-align: top;
}
.index-bottom {
    margin-top: -50px;
}
.indexbox {
    position: relative;
    border-radius: 5px;
    padding: 30px 60px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 30px;
    height: 287px;
    color: #6e6f71;
    z-index: 1000;
}
.indexbox div {
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);

    position: absolute;
    z-index: 10001;
    padding: 30px 60px;
    font-size: 18px;
    line-height: 30px;
    color: #6e6f71;
}
.index-custom {
    position: relative;
    z-index: 101;
}
.index-custom img {
    position: absolute;
    z-index: 100;
    top: 0;
}
.index-custom span {
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);

    position: absolute;
    z-index: 10001;
    padding: 30px 60px;
    font-size: 18px;
    line-height: 30px;
    color: #6e6f71;
}
.buy-now-index {
    position: absolute;
    bottom: 10px;
    right: 10px;
    border: 3px solid #fff;
}
.buy-now-index:hover {
    opacity: 0.9;
}
.product-wrapperg {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0.5%;
    color: #878c8e;
    text-align: center;
    font-size: 19px;
}

/* product.php */
.option-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 30.5%;
    margin: 1.3%;
    text-align: center;
    font-size: 19px;
    color:black;
    line-height:24px;
    border: 1px solid #d7d7d7;
    box-sizing:border-box;
    position:relative;
    height:100px;
}



.product-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 24%;
    margin: 0.5%;
    color: #509ead;
    text-align: left;
    font-size: 18px;
}
.product-wrapper img {
    margin-bottom: 5px;
}
.product-wrapper span {
    font-size: 20px;
    font-weight: bold;
}

/* details.php */

#details {
    width:100%;
    border-radius: 10px;
    border:1px solid #a3dfe9;
    padding:20px;
    box-sizing:border-box;
    background: rgba(196,238,245,1);
    background: -moz-linear-gradient(top, rgba(196,238,245,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(196,238,245,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(196,238,245,1) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(196,238,245,1) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(196,238,245,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(196,238,245,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4eef5', endColorstr='#ffffff', GradientType=0 );
}



.details-container {
    font-size: 0;
}
.details-container .inline-10-12 {
    border-right: 1px solid #d0d1d2;
}
.details-container .simpleinline:last-child {margin-right: 0px;}
.product-recent {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    color: #878c8e;
    text-align: center;
    font-size: 18px;
}
.product-recent img {
    height: 170px;
}
.details-form input, .details-form select {
    vertical-align: middle;
}
.details-form select {
    height: 32px;
    width: 150px;
    vertical-align: middle;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    padding: 5px;
    color: #8b8b8b;
    background: rgba(252,252,252,1);
    background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(221,221,221,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,252,252,1)), color-stop(100%, rgba(221,221,221,1)));
    background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(221,221,221,1) 100%);
    background: -o-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(221,221,221,1) 100%);
    background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(221,221,221,1) 100%);
    background: linear-gradient(to bottom, rgba(252,252,252,1) 0%, rgba(221,221,221,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#dddddd', GradientType=0 );
}
.inline-s {
    margin: 5px 5px 5px 0px;
}
.topimg-details {
    margin-bottom: -50px;
}
.page-nav {
    font-size: 14px; 
    text-align: right; 
    margin: 15px 0px;
}
.page-nav a {
    color: #606060;
}

/* viewcart.php */
hr.viewcart-hr {
    margin: 10px 0px;
    border: 0;
    border-top: 1px solid #000;
}
.shipping-info {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;    
}
.order-summary {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 4px; 
}
.order-summary .simpleinline {
    vertical-align: middle;
}
.viewcart-promo {
    background: #fff;
    padding: 15px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #ddd;
    margin-top: 15px;
}
.viewcart-promo a {
    text-decoration: none;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
}
#promo-box {
    display: none;
    margin-top: 10px;
}
#promo-box input[type='text'] {
    width: 100%;
    margin: 10px 0px;
    padding: 10px 3%;
    background: #f0f1f3 none repeat scroll 0 0;
    border: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    border-radius: 4px;
}
.addtocart {
    border: 1px solid black;
    display: inline-block;
    padding: 10px;
    cursor: pointer;
    font-weight: bold;
    color:black;
}

.addtocart2 {
    width:100%;
    background-color:black;
    height:20px;
    color:white;
    margin-top:10px;
    text-align:center;
    cursor:pointer;
    padding-top:4px;
}

.checkout {
    display:inline-block;
    width: 320px;
    background-color: #00ac00;
    height:35px;
    color:white;
    margin-top:10px;
    text-align:center;
    cursor:pointer;
    padding-top:12px;
    font-size:20px;
}

.checkout:hover {
    opacity: 0.9;
}


h2.viewcart-h2 {
    margin-top: 5px;
}
.viewcart-right {
    background: #f0f0f0;
    padding: 15px;
    vertical-align: top;
    margin-top: 15px;
}
.viewcart-summary {
    background: #fff;
    width: 96%;
    margin: 0;
    padding: 2%;
    font-size: 14px;
}
.viewcart-summary .simplecell {
    padding: 8px 0px;
}
.summary-cll1 {
    width: 55%;
    text-align: left;
}
.summary-cll2 {
    width: 45%;
    text-align: right;
    font-weight: bold;
}
.checkout-btn {
    background: #ed4f3e;
    padding: 10px;
    border: 0px solid #3e8220;
    color: #fff;
    font-weight: bold;
    width: 100%;
    margin: 0px;
    cursor: pointer;
}

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

.filter-wrap {
    display:inline-block;
}

.polygot {
    display:inline-block;
    margin-right: 10px;
}

.filter-wrap .niceselect {
    width: auto;
    margin-right: 20px;
}

.group-header:first-of-type {
    margin-top: 0;
}

.group-header {
    font-size: 24px;
    padding: 0 20px 10px 20px;
    margin-top: 30px;
    padding-top: 30px;
    margin-bottom: -20px;
    color: #444444;
}

.group-header i {
    margin-right: 10px;
}

.group-header span {
    font-weight: 300;
}

.positions {
    margin-top: 20px;
    list-style: none;
    padding: 0px;
}

.position {
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 20px;
    cursor:pointer;
    border:1px solid white;
}

.position:hover {
    background-color: #f9fafa;
    border: 1px solid #eee;
}

.position button {
    float:right;
    font-size: 16px;
    margin-top: 8px;
    padding: 10px 20px;
    display: inline-block;
    font-weight: 200;
    letter-spacing: 0.5px;
    color: #ffffff;
    text-decoration: none;
    border: none;
    outline: 0;
    border-radius: 4px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background-color: #666666;
    cursor: pointer !important;
}

.position:hover button {
    background-color: #86c68f;
}

.position h2 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px;
    color: #444444;
}

.meta {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.position li {
    display:inline;
    margin-right: 15px;
    color: #666666;
}

.position li i {
    margin-right: 5px;
}

.position li span {
    font-weight: 300;
}

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

.hero .hero-background-image {
    background-position: center;
    background-repeat: repeat, no-repeat;
    background-size: 100%, cover;
    height: calc(100% + 10px);
    left: -5px;
    position: absolute;
    top: -5px;
    width: calc(100% + 10px);
    z-index: 1;
    transition: all 1s ease;
}

.hero .hero-background-color {
    position: relative;
    transition: all 3s ease;
    z-index: 2;
}

.hero .banner {
    max-width: 900px;
    padding: 120px 0px;
    z-index:2;
    color: white;
    text-align:center;
    margin: 0 auto;
}

.hero .banner h1 {
    font-weight: 300;
    font-size: 72px;
    margin-bottom: 20px;
    line-height: 1.2;
    -webkit-animation: fadein 0.6s 0.5s 1 forwards ease-in;
    -moz-animation: fadein 0.6s 0.5s 1 forwards ease-in;
    -ms-animation: fadein 0.6s 0.5s 1 forwards ease-in;
    animation: fadein 0.6s 0.5s 1 forwards ease-in;
}

.hero .meta li {
    display: inline;
    margin-right: 20px;
    font-size: 20px;
    font-weight: 300;
}

.hero .meta li i {
    margin-right: 5px;
}


.testimonial {
    padding: 0% 3%;
    display: table-cell;
	font-size: 15px;
    text-align:center;
    width: 30%;
    font-weight: bold;
}

.testimonial:first-of-type {
    padding-left: 0%;
}

.testimonial:last-of-type {
    padding-right: 0%;
}

.testimonial-bg {
    background-color:#f5f3ee;
    padding:12px;
}

.testimonial-full {
    background-color: white;
    color: black;
    padding: 24px;
    margin-bottom: 24px;
    text-align: left;
    font-size: 0.75em;
}




.justmobile {display: none;}

.smallsearch {
    display: none;
    cursor: pointer;
}

@media (max-width: 1370px) {
    .beige-button {
        font-size: 11px;
    }
}


@media (max-width: 1340px) {
    .about-bg .simpleinline {
        font-size: 15px;
        font-weight: bold;
    }
}


@media (max-width: 1300px) {
    .contact-text {
	font-size: 13px;
    }
}

@media (max-width: 1270px) {
    #topline-container {
	padding: 9px;
    }
}


@media (max-width: 1023px) {

    .inline-1-12, .inline-2-12, .inline-3-12, .inline-4-12, .inline-4-12-taproom, .inline-5-12, .inline-6-12, .inline-7-12, .inline-8-12, .inline-9-12, .inline-10-12, .inline-11-12, .quarter, .inline-93, .one-fifth  {
        width: 100%;
        padding: 0;
        margin: 0px 0px 10px 0px;
    }

    .h1-bigtext {
        font-size: 2em;
    }

    .mtop1-1 {
        margin-top: 0%;
    }

    .main-home-text {
        font-size: 30px;
    }

    .product-display {
        width: 48%;
        margin-bottom: 25px !important;
    }

    .home-video {
        height: 30vh;
    }

    .pad20 {
        padding: 0px;
    }


    .purveyor {
        font-size: 1.6em;
    }

    .purveyor2 {
        font-size: 1.1em;
    }

    .mobinline-1-12 {
        width: 7.325%;
        margin-right: 1.1%;
        vertical-align: top;
    }

    .mobinline-2-12 {
        width: 49%;
        margin: 0.5%;
    }
    .mobinline-3-12 {
        width: 24.175%;
        margin-right: 1.1%;
        vertical-align: top;
    }
    .mobinline-8-12 {
        width: 66.3%;
        margin-right: 1.1%;
        vertical-align: top;
    }

    .mobinline-10-12 {
        width: 83.15%;
        margin-right: 1.1%;
    }

    .desktop-left, .desktop-right {
        text-align:center !important;
    }

    .testimonial {
        display: block;
        width: 100%;
        padding: 0px;
        margin-bottom: 20px;
    }

    #finishing-touches, #events, #events2, #restaurant {
        display:block;
        width:100%;
        margin-right:0%;
    }

    #finishing-touches, #events {
        margin-bottom: 2.2vw;
    }

    .about-bg {
        height: auto;
        background: none;
    }

    .filters-container {
        text-align:left;
    }
    .polygot {
        width: 30%;
    }

    .filter-wrap {
        align-items: center;
        display: flex;
        padding: 0 20px ;
        margin-bottom: 10px;
    }
    .filter-wrap .niceselect {
        flex: 1;
        margin-right: 0px;
        width: 100%;
    }

    .hero {
        padding: 0px 40px;
        margin-top: -20px;
    }

    .hero h1 {
        font-size: 44px;
    }

    .taproom {
	    margin: 0 auto !important;
    }

    .f-left, .f-right {
	float: none;
    }

    .award-display {
	width: 48%;
    }

    .staff-display {
	width: 100%;
        box-sizing:border-box;
	margin: 0% 0% 20px 0%;
    }

    

    .elevated {
	margin-top: 0px;
    }


    .clear-popup {
        visibility: visible !important;
        opacity: 1 !important;
    } 

    .virtual-mug-club {
        background: none;
	background-color: #fdce12;
	height: auto;
	max-height: none;
    } 


    .beer-club-subscription {
        background: none;
        background-color: #f6f6f6;
        height: auto;
        max-height: none;
    }

    #newsletter-left {
        margin: 0px;
        padding: 10px;
    }


    .newsletter-input {
	width: 250px;
    }

    .onepointfive, .onepointone {
	text-align: justify; 
   	font-size: 16px; 
	line-height: 2em;
    }

    #hdr, #topnav-container, #topline-container {display: none;}
    #hdr-mob {display: block;}
    #bdy, .bdy {
        width: 100%;
        padding: 20px;
        min-height: 0;
        box-sizing:border-box;
    }
    #skip-body {
        min-height: 0;
    }

    #hdr-container {
        width: 100%;
        background-position: right;
        color: #fff;
        z-index: 1001;
        position: static;
        top: auto;
        border-bottom:1px solid black;
    }

    #order-mainbox {
	padding-right:0px;
    }

    #homebeer-bg 
    {
	background: none;
    }

    .verify-popup {
	padding: 30px;
    }



    /* forms */
    .formlabel, .formbox {
        width: 100%;
        text-align: left;
        padding: 0;
        margin: 0;
    }

    /* index.php */
    .index-bottom {
        margin-top: 0;
    }
    .indexbox {
        padding: 10px;
        line-height: normal;
        font-size: 14px;
        height: auto;
        margin-bottom: 0;
    }
    .index-custom {
        height: 220px;
    }
    .index-custom span {
    }
    .index-steps {
        position: static;
    }


    .indexbox div {
        top: auto;
        transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);

        position: static;
        z-index: auto;
        padding: 0;
        line-height: normal;
        font-size: inherit;
        color: inherit;
    }
    .index-custom span {

        position: absolute;
        z-index: 10001;
        padding: 10px;
        line-height: normal;
        font-size: 14px;
        color: #6e6f71;
    }

    /* products.php */
    .product-wrapper, .option-wrapper {
        width: 44%;
        margin: 0px 3% 10px 3%;
        font-size: 14px;
    }
    .product-wrapper span {
        font-size: 16px;
    }

    /* details.php */
    .topimg-details {
        margin-bottom: -40px;
    }
    .last-right {
        text-align: left;
    }
    .inline-s {
        width: 24%;
        margin: 0.5%;
        box-sizing: border-box;
    }
    .details-container .inline-10-12 {
        border-right: 0px solid #d0d1d2;
    }
    .product-recent {
        display: inline-block;
        width: 44%;
        margin: 0px 3% 10px 3%;
        font-size: 14px;
    }
    .product-recent span {
        font-size: 16px;
    }
    .MagicZoomPup, .MagicZoomPlus {
        width: 100%;
    }
    .product-recent img {
        height: auto;
    }


    #about-container {
        margin-top: 0;
    }

    .details-tab {
	padding: 3px;
        font-size: 11px;
    }

    .justmobile {display: block;}
    .nomobile, .inline-7, .position button, #newsletter-logo {display: none;}
}
