/**** Styling for single taproom pages ****/
#main {
    background: #2e2e2e;
}

/* .taproom-title .image-subhead {
    font-size: 2em;
} */

/*** Taprooms navigation bar ***/
.taproom-nav-wrapper {
   background: #1c1b1a;
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: scroll;
    font-weight: 200;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: flex-start;
    text-transform: uppercase;
    color: gray;
    letter-spacing: 2pt;
    padding: 20px 0 13px;
}

.taproom-nav-wrapper a,  .taproom-nav-wrapper div {
        color: #808285;
        padding: 0 14px;
        white-space: nowrap;
        font-size: 1.3em;
    }
    
    .taproom-nav-wrapper span {
        display: block;
        justify-content: center;
        font-size: 1.3em;
    }
     
    .taproom-nav-wrapper div {
        cursor:pointer;
        color:#808285;
    }

    .taproom-nav-wrapper::-webkit-scrollbar {
        width: 0px;  /* remove scrollbar space */
        height: 0px;
        background: transparent;  /* optional: just make scrollbar invisible */
    }

.lb-wrapper {
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    background: rgb(0,0,0,0.5);
    z-index: 99999;
    opacity: 0;
    transition: .5s all;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-bg{
   width: 100%;
   display: flex;
   align-items:center;
   justify-content: center;
}

.lb-content {
    width:90%;
    margin:20px;
    padding: 20px;
    background-color: #2e2e2e;
    max-width: 800px;
    max-height: 500px;
    overflow-y: scroll;
}

.lb-flex {
    opacity: 1;
pointer-events: inherit;
}

.close-button {
   font-size: 50px;
   cursor: pointer;
}

.body-no-scroll {
    overflow: hidden;
}

@media (min-width: 768px) {
    .taproom-nav-wrapper {
        overflow:hidden;
        justify-content:center;
        
    }
}

/*** Header section ***/
.taproom-header-wrapper {
    background-size: cover;
    background-position: center;
    width: 100%;
    position: relative;
    text-align: center;
}

.taproom-header {
    position: relative;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.3);
    padding: 15vw 0;
}

.taproom-title .image-headline{
    margin: 10px 0;
}

.taproom-book-tour {
    display:flex;
    justify-content: center;
    align-items:center;
    width: 75px;
    height: 75px;
    font-size: 1.2em;
    letter-spacing: 1px;
    border: 2px solid white;
    border-radius: 100%;
    margin: 15px auto 0;
}

.taproom-book-tour .taproom-page-nav-link{
    color:white;
    margin-top: 7px;
    cursor: pointer;
}

/*** Middle section ***/
.taproom-middle-cell {
    padding: 25px 0;
    text-align: center;
}

.taproom-middle-cell:nth-child(1) {
    background-color: #1c1b1a;
    text-align: left;
}

.taproom-middle-content {
    width: 90%;
    margin: auto;
    margin: 20px;
    text-transform:uppercase;
    letter-spacing: 2px;
}

.taproom-middle-content p {
    margin: 0;
}
.left-content p {
    font-size: 1.5em;
    line-height: 1.5;
}
.right-content p {
    font-size: 2em;
}

.taproom-social {
    display:flex;
    margin-top: 15px;
}

.taproom-quote-wrapper {
    padding: 50px 0;
    display:flex;
    align-items:center;
    justify-content:center;
    color: #9b7f44;
    letter-spacing: 2pt;
    text-align: center;
}

.goose-stars-wrapper {
    width: 80%;
    max-width: 150px;
    margin: auto;
    padding: 25px 0;
}

.taproom-quote-content {
    width: 90%;
    max-width: 700px;
    margin: auto;
}

.taproom-quote {
    text-align: center;
    font-size: 1.5em;
}

.taproom-quote-attribution {
    font-size: 1.2em;
}

@media(min-width:768px){
    .taproom-middle-wrapper {
        display:flex;
    }
    
    .taproom-middle-cell {
        flex: 1;
        width: 50vw;
        height: 30vw;
        display: flex;
        justify-content: center;
        align-items: center;
    }
   
    .taproom-middle-content {
        width:60%;
        margin:0;
    }
}

/*** Images grid ***/
.taproom-images-grid-wrapper {
    width: 100%;
}

.taproom-images-grid-cell {
    height: 50vw;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.taproom-bottom-links-wrapper {
    justify-content: center;
    text-align: center;
    text-transform:uppercase;
}

.taproom-bottom-links a {
    color: white;
}

.taproom-page-nav-link p, .taproom-page-nav-link h3 {
    cursor: pointer;
}

@media (min-width: 768px) {
    .taproom-images-grid-wrapper {
        display: flex;
        flex-wrap: nowrap;
        margin: 0;
    }
    
    .taproom-images-grid-cell {
        flex: 1;
        height: calc(100vw / 3.5);
    }
}

/*** Taproom bottom info bar ***/
.taproom-bottom-links-wrapper {
    background: #1c1b1a;
    text-align: center;
    line-height: 1;
}

.taproom-bottom-links {
    background-size: cover;
    background-position: center;
}

.taproom-bottom-content {
    background: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    padding: 75px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .taproom-bottom-links-wrapper {
        display: flex;
        flex-wrap: nowrap;
    }
    
    .taproom-bottom-links {
        flex: 1;
        padding: 0;
        height: 40vw;
    }
    
    .taproom-bottom-content {
        padding: 0;
    }
}

/*** Menu styling ***/
#more-food h2 {
    font-family: 'MFred', impact, sans-serif;
    font-size: 3.5em;
    letter-spacing: 2px;
    font-weight: 200;
}