@import url('bootstrap/css/bootstrap.css'); 
@import url("https://use.typekit.net/efv2ikn.css");

[type="submit"] {
    background-color: rgba(2, 33, 105, 1.0) !important;
    font-family: "ht-neon",sans-serif !important;
    color: white !important;
    border-radius: 4px !important;
    padding: 5px 23px !important;
    width: 108% !important;
    max-width: 100% !important;
}

 .title-button-container a{
     display: block;
 }

.make-pointer{
    cursor: pointer;
}

.mc4wp-response{
    color: rgba(2, 33, 105, 1.0) !important;
}

body{
    min-height: 100%;
    width: 100%;
    height: 100%;
    background-color:rgb(242, 240, 221);
    overflow: auto;
    color:rgb(242, 240, 221);
    /* min-height: 600px; */
}
a{
    color: inherit;
    font-weight: 100;
}
a:hover{
    text-decoration: none;
    color: inherit;
}
.box-links{
    display: block;
    height: 100%;
    width: 100%;
}

h1{
    font-family: "ht-neon",sans-serif;
    font-size: 78px;
}

.bottom-right h1{
    font-size: 46px; 
 }

p{
    font-family: "futura-pt", "Trebuchet MS", Arial, sans-serif;
    font-size: 20px;
}
label{
    font-family: "futura-pt", "Trebuchet MS", Arial, sans-serif;
    font-size: 20px;
    color:  rgb(2, 33, 105);
}
span{
    font-family: "futura-pt", "Trebuchet MS", Arial, sans-serif;   
}
.join-mailing-list{
    text-align: center;
    margin-top: 20px;
}
.side-bar{
    width: 260px;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgb(2, 33, 105);
    z-index: 1;
    font-family: "futura-pt", "Trebuchet MS", Arial, sans-serif;
    min-height: 766px;
}

.side-bar .logo-container{
    padding: 50px 50px;
}

.side-bar nav{
    padding: 0 40px;
}

.side-bar nav a{
    color:rgb(242, 240, 221);
    text-transform: uppercase;
    line-height: 44px;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    display: block;
    letter-spacing: 2px;
}
.side-bar nav a:hover{
    color:white;   
}

.side-bar nav span{
    display: inline-block;
    position: relative;
}

.side-bar .social{
    padding: 35px 0px;
    text-align: center;
}

.side-bar .social a{    
    display: inline-block;
    margin: 0 1px;
    margin-bottom: 3px;
    position: relative;
    padding: 0px 12px;
    font-size: 20px;
    color: rgb(242, 240, 221);
}

.main-content{
    position: absolute;
    left: 260px;
    top: 0;
    right: 0;
    height: 100%;
    background-color:rgb(242, 240, 221);
    -webkit-transition: all 200ms ease-out; /* Safari */
    transition: all 200ms ease-out;
    min-height: 767px;
}

.main-content .beer-container{
    max-width: 200px;
    text-align: center;
    margin: auto;
    padding-top: 40px;
}

.slide-in {
    animation: slide-in 0.5s forwards;
    -webkit-animation: slide-in 0.5s forwards;
}

.slide-out {
    animation: slide-out 0.5s forwards;
    -webkit-animation: slide-out 0.5s forwards;
}
@keyframes slide-in {
    0% { transform: translateX(300%); }
    100% { transform: translateX(0%); }
}

@-webkit-keyframes slide-in {
    0% { -webkit-transform: translateX(300%); }
    100% { transform: translateX(0%); }
}
    
@keyframes slide-out {
    0% { transform: translateX(0%); }
    100% { transform: translateX(-350%); }
}

@-webkit-keyframes slide-out {
    0% { -webkit-transform: translateX(0%); }
    100% { -webkit-transform: translateX(-350%); }
}
.slide-from-side-bar{
    animation: slide-in 0.7s backwards;
    -webkit-animation: slide-in 0.7s backwards;
}

@keyframes slide-from-side-bar {
    0% { transform: translateX(300%); }
    100% { transform: translateX(0%); }
}

@-webkit-keyframes slide-from-side-bar {
    0% { -webkit-transform: translateX(300%); }
    100% { transform: translateX(0%); }
}

.slide-in-box{
    animation: slide-in 0.7s backwards;
    -webkit-animation: slide-in 0.7s backwards;
}
.hidden{
    display: none !important;
}
.beers{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 44%;
    background: linear-gradient(0deg,rgba(234, 233, 218, 0.6),rgba(234, 233, 218, 0.6)),url(assets/pob-map-home-2.png);
    background-size:cover;
    color: rgb(2, 33, 105);
}
.hour-container{
    margin-top: 24px;
}
.hour-container p{
    text-align: center;
    font-size: 14px;
    margin-bottom: 0px;
}
.copy-rite span{
    display: block;
}


.beers p{
    color: #666666
}

.brewery{
    position: absolute;
    top: 0;
    left: 44%;
    right: 0;
    height: 50%;
    background: linear-gradient(0deg,rgba(51, 51, 51, 0.7),rgba(51, 51, 51, 0.7)),url(assets/brewery2.jpg);
    background-size:cover;
}

.brewery h1{
    text-shadow: 2px 1px #ff0000;
    margin-bottom: 10%;
}

.tap-room{
    position: absolute;
    top: 50%;
    left: 44%;
    right: 28%;
    bottom: 0;
    background: linear-gradient(0deg,rgba(51, 51, 51, 0.7),rgba(51, 51, 51, 0.7)),url(assets/Contact.jpg);
    background-size:cover;
    background-position: center;

}
.tap-room h1{
    text-shadow: 2px 1px  green;
    margin-bottom: 10%;
}

.the-grub{
    position: absolute;
    top: 50%;
    left: 72%;
    height: 25%;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg,rgba(51, 51, 51, 0.7),rgba(51, 51, 51, 0.7)),url(assets/Events.jpg);
    background-size:cover;
}

.the-grub h1{
    text-shadow: 2px 1px #aaa007;
}

.the-party{
    position: absolute;
    top: 75%;
    left: 72%;
    height: 25%;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg,rgba(51, 51, 51, 0.7),rgba(51, 51, 51, 0.7)),url(assets/port-orleans-food.jpg);
    background-size:cover;
    background-position: center;
}

.the-party h1{
    text-shadow: 2px 1px #280747;
}


.main-content .title-button-container{
    width: 60%;
    margin: auto;
    text-align: center;
    padding-top: 10%;
}
.main-content .title-button-container #beers{
    font-size: 78px;
}

.menu-item{
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 10;
    display: none;
    padding: 6px;
    font-size: 32px;
    color: white;
}
 .title-button-container .bordered-button{
    border: solid;
    position: relative;
    border-color: rgb(242, 240, 221);
    border-width: 1px;
    padding: 7px 7px;
    max-width: 150px;
    margin: auto;
} 

.bordered-button::before, .bordered-button::after{
    content:"";
    width: 2px;
    height: 3px;
    position: absolute;
    transition: all 0.2s linear;
    background: #ad2921;
  }

  span::before, span::after{
    content:"";
    width:5px;
    height:0;
    position: absolute;
    transition: all 0.2s linear;
    background: #ad2921;
  }

  .tap-room .bordered-button::before, .tap-room .bordered-button::after{
      background: green;
  }

  .tap-room span::before,  .tap-room span::after{
        background: green;
  }

.the-grub .bordered-button::before, .the-grub  .bordered-button::after{
    background: #aaa007;
}

.the-grub span::before, .the-grub span::after{
    background: #aaa007;
}

.the-party .bordered-button::before, .the-party  .bordered-button::after{
    background: #280747;
}

.the-party span::before, .the-party span::after{
    background: #280747;
}


/* BEER BUTTONS */
.seasonals .bordered-button::before, .seasonals .bordered-button::after{
    background: green;
}

.seasonals span::before,  .seasonals span::after{
      background: green;
}

.on-tap-category-container .bordered-button::before, .on-tap-category-container .bordered-button::after{
    background: #280747;
}

.on-tap-category-container span::before,  .on-tap-category-container span::after{
      background: #280747;
}

.series .bordered-button::before, .series  .bordered-button::after{
  background: #aaa007;
}

.series span::before, .series span::after{
  background: #aaa007;
}

/* BEER BUTTONS END */


  .bordered-button:hover::before, .bordered-button:hover::after{
     width: 100%; 
  }
  .bordered-button:hover span::before, .bordered-button:hover span::after{
     height: 100%; 
  }
  
  
  /*----- button 3 -----*/
  .bordered-button::after{
    left: 0;
    bottom: 0;
    transition-delay: 0.6s;
  }
  .bordered-button span::after{
    transition-delay: 0.4s;
    right: 0;
    bottom: 0
  }
  .bordered-button::before{
    right: 0;
    top: 0;
    transition-delay: 0.2s;
  }
  .bordered-button span::before{
    transition-delay: 0s;
    left: 0;
    top: 0;
  }
  
  .bordered-button:hover::after{
    transition-delay: 0s;
  }
  .bordered-button:hover span::after{
    transition-delay: 0.2s;
  }
  .bordered-button:hover::before{
    transition-delay: 0.4s;
  }
  .bordered-button:hover span::before{
    transition-delay: 0.6s;
  }

.bottom-right .title-button-container{
   padding-top: 5%;
}

.tap-room .title-button-container{
    padding-top: 25%;
}

.copy-rite{

    font-size: 8px;
    position: absolute;
    bottom: 0px;
    left: 36%;
    text-align: center;
}
/*jQuery Stuff*/

/*Beer Page Stuff*/
.mainstays{
    background-color: #ff0000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* display: block; */
    width: 50%;
    height: 50%;
    background: linear-gradient(0deg,rgba(51, 51, 51, 0.7),rgba(51, 51, 51, 0.7)),url(assets/brewery-shot.jpg);
    background-size:cover;
}
.on-tap-categories{
    background-color: #ff0000;
    position: absolute;
    top: 0;
    left: 50%;
    float: right;
    bottom: 0;
    /* display: block; */
    width: 50%;
    height: 50%;
    background: linear-gradient(0deg,rgba(51, 51, 51, 0.7),rgba(51, 51, 51, 0.7)),url(assets/mainstays.jpg);
    background-size:cover;    
}
.seasonals{
    background-color: blue;
    position: absolute;
    left: 0%;
    top: 50%;
    float: left;
    width: 50%;
    height: 50%;  
    background: linear-gradient(0deg,rgba(51, 51, 51, 0.7),rgba(51, 51, 51, 0.7)),url(assets/seasonal.jpg);
    background-size:cover; 
}
.series{
    background-color: green;   
    position: absolute;
    left: 50%;
    top: 50%;
    float: right;
    width: 50%;
    height: 50%; 
    background: linear-gradient(0deg,rgba(51, 51, 51, 0.7),rgba(51, 51, 51, 0.7)),url(assets/brewery7.jpg);
    background-size:cover;  
    background-position: right;
}
.category-content{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 33%;
}
.all-beer-container-container{
    background: url(assets/dots.png);
    position: absolute;
    top: 0;
    left: 33%;
    right: 0;
    bottom: 0;
    padding-top: 50px;
}
.single-beer-container{
    background-color: white;
    width: 250px;
    height: 250px;
    margin: auto;
}
#mainstays{
    color: rgb(2, 33, 105);
    font-size: 28px;
}
#tried-and-true{
    color: #ad2921;
    font-size: 20px;   
}
#category-content{
    font-size: 14px;
    color: black
}
.category-content h1{
    margin-top: 15px;
    margin-bottom: 15px;
}
.category-content-cointainer{
    text-align: center;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.beer-image-container-single{
    text-align: center;
}
.highlighted-beer{
    color: rgb(2, 33, 105);
    background-color: rgb(242, 240, 221);
    float: left;
    height: 100%;
}

.loading-spinner-animation-container{
    position: absolute;
    top: 40%;
    left: 40%;
    width: 125px;
    height: 125px;
}

#loading-image {
    -webkit-animation:spin 2s ease-out infinite;
    -moz-animation:spin 2s ease-out infinite;
    animation:spin 2s ease-out infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.beer-image{
    height: 400px;
}
.single-beer{
    background-color: rgba(51, 51, 51, 0.2);
}

.beer-title{
    font-weight: 700;
    color: #001c4c;
    font-size: 48px;
    text-transform: uppercase; 
    font-family: "futura-pt", "Trebuchet MS", Arial, sans-serif;
}
.beer-style{
    font-size: 26px;
    font-family: "ht-neon",sans-serif;
    color: #ad2921;
}
.beer-description{
    margin-top: 45px;
    font-size: 20px;
    color: black;

}
.beer-pairing{
    margin-top: 25px;
    font-size: 20px;
    color: black;
    font-style: italic;
}

#beer-abv{
    margin-top: 35px;
    font-size: 14px;
}

.social-icons{
    margin-top: 35px;
    font-size: 16px;
}
.social-icons span{
    margin-right: 25px;
}

#abv{
    font-size: 24px;
    color: #ad2921;
    font-weight: 800;   
}
.highlighted-beer{
    padding-top: 150px;
}
.beer-image{
    height: 460px;
}
.mainstays-title{
    text-shadow: 2px 1px #ff0000;
}
.on-tap-categories-title{
    text-shadow: 2px 1px #280747;;   
}
.seasonals-title{
    text-shadow: 2px 1px green;
}
.series-title{
    text-shadow: 2px 1px #aaa007;
}
.single-beer #menu-asset{
    color: rgb(2, 33, 105);
}
#beer-image{
    -webkit-transition: height 0.15s ease-in-out;
    transition: height 0.15s ease-in-out;
    transition-delay: initial;
}
#beer-image:hover{
    height: 475px;
}
/* SLIDER STUFF */
.active-menu{
    font-weight: bold;
}
.beer-slider{
    position: relative;
    margin: 0 auto;
    overflow: visible;
    width: 77%;
    height: 100%;
}
.inner{
    width: 200%;
    left: 0%;
    height: 100%;
    position: relative;
    -webkit-transition: left 2s ease-out;
    -moz-transition: left 2s ease-out;
    -o-transition: left 2s ease-out;
    transition: left 2s ease-out;
}
.slide{
    width: 50%;
}
.beer-content-container-single{
    border-right: solid;
    border-color: black;
    border-width: 1px;
    margin-bottom: 90px;
}
.beer-categories .title-button-container{
    padding-top: 12%;
}
.main-content .mainstays-title-container{
    padding-top: 4%;
}
.main-content .on-tap-category-container{
    padding-top: 5%;   
}
.pob-mobile-logo-container{
    width: 200px;
    margin: auto;
    display: none;
}
/*End Beer Page Stuff*/

/* On Tap Start */
.on-tap{
    background: url(assets/dots.png);
    height: 100%;
    overflow-y: scroll;
}

.title-text-on-tap-container{
    text-align: center;
    padding-top: 60px;
}

.title-text-on-tap-container img{
    height: 80px !important;
}

.title-text-on-tap-container h2{
    color: rgb(2, 33, 105);
    font-size: 72px;
    font-weight: bold;
}
.title-text-on-tap-container h3{
    color: rgb(2, 33, 105);
    margin-bottom: 30px;
}
.on-tap-grid{
    width: 75%;
    margin: auto;
    border: none;
    border-width: 1px;
    border-color: rgb(2, 33, 105);
    margin-bottom: 200px;
    margin-top: 80px;
}

.on-tap-single{
    border: solid;
    border-width: 1px;
    border-color: rgb(2, 33, 105);
    padding: 2px 25px;
    background-color:rgb(242, 240, 221);
}
.on-tap-single:hover{
    background-color:white;   
}
.on-tap-single #beer-name{
    color: black;
    font-size: 28px;

}
.on-tap-single p{
    margin-bottom: 0px;
}

.on-tap-single #beer-type{
    font-family: "ht-neon",sans-serif;
    color: #ad2921;  
    font-size: 20px;
    margin-top: -5px;
    margin-bottom: 60px;
}
.on-tap-single #beer-abv{
    margin-top: 7px;
    color: rgb(2, 33, 105);
    bottom: 0px;
    position: absolute;
}
/* The Modal (background) */
.modal {
    display: none;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 260;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-signup{
    display: none;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 260;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */    
}
  


/* Modal Content/Box */
.modal-content {
    background-color: rgb(242, 240, 221);
    margin-top: 15%;
    margin-bottom: 15%;
    margin-left: 30%;
    padding: 20px;
    /* border: 1px solid #888; */
    width: 300px; /* Could be more or less, depending on screen size */
    border-radius: initial;
}
#on-tap-text{
    color: rgb(2, 33, 105);
    font-size: 18px;
    margin-top: 20px;
}
#beer-image-top-tap{
    width: auto;
    height: auto;
    margin: auto;
    margin-top: 20px;
}
.grub-section{
    position: relative;
    display: block;
    height: 500px;
    width: 100%;
    background: linear-gradient(0deg,rgba(51, 51, 51, 0.7),rgba(51, 51, 51, 0.7)),url(assets/grub-from-tap.png);
    background-size: cover;
}
.grub-section h1{
    font-size: 124px !important;
    text-shadow: 2px 1px #ad2921;
}
#of-age{
    background-color: #25356D;;
    height: 150%;
}
.of-age-logo-container{
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%); 
    z-index: 99999;
}
.of-age-logo-container h1{
    font-family: "futura-pt", "Trebuchet MS", Arial, sans-serif;
    font-weight: bold;
    margin-top: 75px;
    margin-bottom: 50px;
    font-size: 49px;
    text-align: center;
}
.of-age-logo-container .text-container {
    width: 270px;
    margin: auto;
}
.age-verify-buttons h3{
    color: #ad2921;
    font-family: "ht-neon",sans-serif;
    margin-bottom: 0px;
}
.age-verify-buttons{
    background-color: white;
    font-family: "ht-neon",sans-serif;
    border-radius: 4px;
    padding: 5px 23px;
}
#of-age-loading{
    top: 600px;
    left: 50%;
    transform: translateX(-50%); 
}
.twenty-one-video{
    position: absolute;
}
/* On Tap End */
.calender-container{
    width: 75%;
    margin: auto;
    border: none;
    margin-top: 75px;
    margin-bottom: 75px;
}
.date-container{
    display: inline-block;
    background-color: rgba(2, 33, 105, .9);
    background-color: rgba(242, 240, 221,0.4);
    border-right: solid;
    padding: 25px 25px;   
}
.event-title{
    display: inline-block;
    background-color: rgba(2, 33, 105, .9);
    padding: 25px 25px;   
}
.calender-container-single{
    background-color: rgba(2, 33, 105, 1.0);
    /* padding: 25px 25px;    */
    margin-bottom: 20px;
}
.single-event-container{
    width: 75%;
    margin: auto;
    padding-top: 200px;
}
.single-event-container #title{
    color: rgba(2, 33, 105, 1.0);
}
.single-event-container #date{
    font-family: "ht-neon",sans-serif;
    color: #ad2921;  
}
.single-event-container #description{
    color: black;
}
.social-container-events{
    color:  rgba(2, 33, 105, 1.0);
}
.social-container-events p{
    display: inline-block;
}
.social-container-events a{
    display: inline-block;
}
.back-to-events{
    color: rgba(2, 33, 105, 1.0);
}
.back-to-events img{
    display: inline-block;
}
.back-to-events p{
    display: inline-block;   
    color: rgba(2, 33, 105, 1.0);
}
#back-to-events {
    position: absolute;
    top: 100px;
    left: 54px;
}
.single-contact-container{
    background-size:cover;
    padding-top: 170px;
    width: 370px;
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    z-index: 100;
}

#general-inq{
    background: url(assets/brewery1.jpg);
    background-size:cover;  
}

#general-inq:hover{
    background: linear-gradient(0deg,rgba(2, 33, 105, .60),rgba(2, 33, 105, .60)),url(assets/brewery1.jpg);
    background-size:cover;
    cursor: pointer;
    padding-top: 100;
    padding-bottom: 70;
}


#plan-event{
    background: url(assets/brewery2.jpg);
    background-size:cover;  
}

#plan-event:hover{
    background: linear-gradient(0deg,rgba(2, 33, 105, .60),rgba(2, 33, 105, .60)),url(assets/brewery2.jpg);
    background-size:cover;
    cursor: pointer;
    padding-top: 100;
    padding-bottom: 70;
}


#reserve-table{
    background: url(assets/brewery3.jpg);
    background-size:cover;  
}

#reserve-table:hover{
    background: linear-gradient(0deg,rgba(2, 33, 105, .60),rgba(2, 33, 105, .60)),url(assets/brewery3.jpg);
    background-size:cover;
    cursor: pointer;
    padding-top: 100;
    padding-bottom: 70;
}

#request-donation{
    background: url(assets/brewery4.jpg);
    background-size:cover;  
}

#request-donation:hover{
    background: linear-gradient(0deg,rgba(2, 33, 105, .60),rgba(2, 33, 105, .60)),url(assets/brewery4.jpg);
    background-size:cover;
    cursor: pointer;
    padding-top: 100;
    padding-bottom: 70;
}


.single-contact-container:hover .headline-container{
    background-color: rgba(74, 105, 2, 0);    
}

.headline-container{
    padding: 10px 10px;
    background-color: rgba(2, 33, 105, .60);   
    /* position: absolute;
    bottom: 0px; */

}
.contact-container{
    margin-top: 20px;
    
}
.right-container{
    float: right;
}
.modal-content-contact{
    width: 400px;
    margin-top: 5%;
    margin-left: 25%;
}
.contact-form-button{
    background-color: rgba(2, 33, 105, 1.0); 
}
.contact-form-button h3{
    color: white; 
}
.wpcf7-form input{ max-width: 92%;}
.wpcf7-form textarea{ max-width: 92%;}
.wpcf7-submit{    
    background-color: rgba(2, 33, 105, 1.0) !important;
    font-family: "ht-neon",sans-serif !important;
    color: white !important;
    border-radius: 4px !important;
    padding: 5px 23px  !important;
    width: 108% !important;
    max-width: 100% !important;
}
.wpcf7-response-output{
    color: rgba(2, 33, 105, 1.0); 
}
.shortcodes{
    display: none;
}
.grub-content{
    width: 60%;
    margin:auto;
}
.grub-content h1{
    color: #ad2921;  
    font-size: 40px;
}
.grub-content h2{
    color: rgba(2, 33, 105, 1.0); 
    font-size: 25px;
}
.grub-content{
    text-align: center;
    color: black;
}
.single-grub-content{
    padding-top: 15px;
    padding-bottom: 15px;
}
.grub-info{
    padding-top: 45px;
    padding-bottom: 45px;
}

.menu-item{
    color: rgb(2, 33, 105);
}
.age-verify-buttons:hover{
    background-color: #ad2821e7;
    border-style: none;
    
}
.age-verify-buttons:hover h3{
    color: white;
}
#featured-beer-image{
    width: 180px;
}
.wpcf7-list-item-label{
    color: rgb(2, 33, 105);
}
.join-mailing-list a{
    border: solid;
    padding: 11px;
    border-width: 1px;
}
.contact-hours-container h1{
    font-size: 22px;
    color: #ad2821e7;
}
.contact-hours-container h2{
    font-size: 16px;
    color: rgb(2, 33, 105);
}
.contact-hours-container{
    margin: auto;
}
.category-content .age-verify-buttons{
    margin-top: 20px;
    margin-bottom: 20px;
}
.category-content .age-verify-buttons h3{
    font-family: "futura-pt", "Trebuchet MS", Arial, sans-serif;
}
#map{
    height: 50px;
    margin-bottom: 25px;
}
.back-to-beers-container{
    position: absolute;
    top: 50px;
    left: -60px;
    z-index: 50;
   
}
.our-story{
    width: 450px;
    margin: auto;
    margin-top: 0px;
    text-align: center;
}


.our-story h2{
    margin: auto;
    margin-top: 25px;
    margin-bottom: 25px;
}
.our-story p{
    font-size: 18px !important;
}

.our-story img{
    width: auto;
    height: 250px;
    margin: auto;
}
#on-tap-grub-page{
    background: linear-gradient(0deg,rgba(51, 51, 51, 0.7),rgba(51, 51, 51, 0.7)),url(assets/brewery2.jpg);
    background-size: cover;
}
#next-beer-arrow{
    top: 307px;
    right: 105px;
    height: 40px;
    position: fixed;
    z-index: 5000;
}
.hide-until-box-slide{
    display:none;
}
.hide{
    display: none !important;
}
#request-donation{
	float: right;
}
@media only screen  and (max-width: 1300px){
    .hide-arrows{
        display: none;
    }
}
@media only screen and (max-width: 1000px){
    .beer-image{
        height: auto;
    }
}
/* ipad stuff */
@media only screen and (max-width: 800px) {
    .our-story img {
        width: auto;
        height: 300px;
        margin: auto;
    }
    .our-story{
        width: auto;
    }
    .copy-rite{
        left: 60px;
    }
    .of-age-logo-container h1{
        margin-top: 115px;
    }
    .date-container{
        border-bottom: solid;
    }

    .pob-mobile-logo-container{
        display: block;
    }
    .loading-spinner-animation-container{
        left: 44%;
    }

    .bordered-button:hover::before, .bordered-button:hover::after{
        width: auto; 
     }
     .bordered-button:hover span::before, .bordered-button:hover span::after{
        height: auto; 
     }
    
    #beer-image:hover{
        height: 320px;
    }


    .beer-content-container-single{
        text-align: center;
    }
    .beer-description{
        font-size: 15px;
    }
    .beer-image {
        height: 320px;
        margin-bottom: 35px;
    }

    .beer-content-container-single{
        border-right: none;
    }
    .single-beer{
        background-color: rgb(242, 240, 221) !important;
    }
    .inner{
        width: 100% !important;
    }
    .slide{
        width: 100% !important;
        border-bottom: solid;
        border-width: 1px;
        margin: auto;
    }
    .highlighted-beer{
        height: inherit;
    }

    /* body{
        overflow: hidden;
    } */
   .menu-item{
       display: block;
   }
   .side-bar{
       width: 200px;
       min-height: 740px;
       position: fixed;
   }


    .tap-room .title-button-container{
        padding-top: 10%;
    }
   
    .main-content {
        left: 0px;
        right: auto;
        width: 100%;
        z-index: 2;
    }

    .beers{
        position: relative;
        width: 100%;
        height: 400px;
        display: block;
    }

    .brewery{
        position: relative;
        height: 400px;
        display: block;
        left: auto;
        right: auto;
        bottom: auto;
        top: auto;
    }

    .tap-room{    
        position: relative;
        height: 400px;
        display: block;
        left: auto;
        right: auto;
        bottom: auto;
        top: auto;
    }

    .the-grub{
        position: relative;
        height: 400px;
        display: block;
        left: auto;
        right: auto;
        bottom: auto;
        top: auto;
    }

    .the-party{
        position: relative;
        height: 400px;
        display: block;
        left: auto;
        right: auto;
        bottom: auto;
        top: auto;
    }
    .bottom-right{
        padding-top: 10%;
    }

    .bottom-right h1{
        margin-bottom: 10%;
    }
    .ipad-hidden{
        display: none;
    }
    .mobile-hidden{
        display: none;
    }
    .modal {
        left: 0px;
    }
    .modal-content{
        margin-left: 18%;
    }
    .modal-content-contact{
        width: 100%;
        margin-left: 0px;
    }
    .modal-signup{
        left: auto;
    }
    .ipad-modal-ontap{
        margin-left: 30%;  
    }
    .bordered-button:hover::before, .bordered-button:hover::after{
        display: none; 
     }
     .bordered-button:hover span::before, .bordered-button:hover span::after{
        display: none; 
     }
}


/* Mobile Stuff */


@media only screen and (max-width: 700px) {
    .our-story img {
        width: auto;
        height: 300px;
        margin: auto;
    }
    .super-mobile-hidden{
        display: none !important;
    }
    .back-to-events{
        padding-top: 78px;
    }
    .calender-container-single div{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .calender-container-single img{
        display: none;
    }
    .modal-content-contact{
        overflow: hidden;
    }
    .contact-container .row{
        margin-left: 0px;
        margin-right: 0px;
    }
    .single-contact-container{
        width: 100%;
    }
    .contact-overide{
        padding-left: 0px;
        padding-right: 0px;
    }
    .grub-content{
        width: 99%;
    }
    .right-container{
        float: none;
    }
    .single-contact-container{
        margin-left: auto;
        margin-right: auto;
    }

    .mobile-hidden{
        display: none;
    }
    .modal {
        left: 0px;
    }
    .modal-content{
        margin-left: 10%;
    }
    .modal-content-contact{
        width: 100%;
        margin-left: 0px;
    }

    .pob-mobile-logo-container{
        display: block;
    }
    .loading-spinner-animation-container{
        left: 34%;
    }

    .bordered-button:hover::before, .bordered-button:hover::after{
        width: auto; 
     }
     .bordered-button:hover span::before, .bordered-button:hover span::after{
        height: auto; 
     }
    
    #beer-image:hover{
        height: 320px;
    }

    .beer-content-container-single{
        text-align: center;
    }
    .beer-description{
        font-size: 15px;
    }
    .beer-image {
        height: 320px;
        margin-bottom: 35px;
    }

    .beer-content-container-single{
        border-right: none;
    }
    .single-beer{
        background-color: rgb(242, 240, 221) !important;
    }
    .inner{
        width: 100% !important;
    }
    .slide{
        width: 100% !important;
        border-bottom: solid;
        border-width: 1px;
        margin: auto;
    }
    .highlighted-beer{
        height: inherit;
    }

    /* body{
        overflow: hidden;
    } */
   .menu-item{
       display: block;
   }
   .side-bar{
       width: 200px;
       min-height: 740px;
       position: absolute;
   }


    .tap-room .title-button-container{
        padding-top: 10%;
    }
   
    .main-content {
        left: 0px;
        right: auto;
        width: 100%;
        z-index: 2;
    }

    .beers{
        position: relative;
        width: 100%;
        height: 300px;
        display: block;
    }

    .brewery{
        position: relative;
        height: 300px;
        display: block;
        left: auto;
        right: auto;
        bottom: auto;
        top: auto;
    }

    .tap-room{    
        position: relative;
        height: 300px;
        display: block;
        left: auto;
        right: auto;
        bottom: auto;
        top: auto;
    }

    .the-grub{
        position: relative;
        height: 300px;
        display: block;
        left: auto;
        right: auto;
        bottom: auto;
        top: auto;
    }

    .the-party{
        position: relative;
        height: 300px;
        display: block;
        left: auto;
        right: auto;
        bottom: auto;
        top: auto;
    }
    .bottom-right{
        padding-top: 10%;
    }

    .bottom-right h1{
        margin-bottom: 10%;
    }

    .mainstays{
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom:auto;
        display: block;
        width: 100%;
        height: 300px;
    }
    .on-tap-categories{
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom:auto;
        display: block;
        width: 100%;
        height: 300px;
    }
    .seasonals{
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom:auto;
        display: block;
        width: 100%;
        height: 300px; 
    }
    .series{
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom:auto;
        display: block;
        width: 100%;
        height: 300px;
    }
    .main-content .title-button-container{
        width: auto;
    }
    .category-content{
        position: relative;
        top: auto;
        bottom: auto;
        width: 100%;
        display: block;
    }
    .all-beer-container-container{
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        width: 100%;
        display: block;       
    }
    .single-beer-container{
        margin-bottom: 35px;
    }


    .on-tap-main-content{
        height: initial;
    }
    .title-text-on-tap-container h2{
        font-size: 49px;
        margin-top: 25px;
    }
    .title-text-on-tap-container h3{
        font-size: 23px;
    }

}
@media only screen and (max-width: 500px) {
    .our-story img {
        width: auto;
        height: 200px;
        margin: auto;   
    }
}