/* SPAM PROTECTION */

form #website { 
    display:none; 
}

/* ============================================================
  Header + Nav
============================================================ */

#success_message {
    display: none;
}
html, body {
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'PT Sans Narrow', Arial, Helvetica, sans-serif;
    background-color: black;
}
section, .row {
    margin: 0;
    padding: 0;
    width: 100%;
}
p {
    margin: 0;
}
.container {
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 100;
}
.addressbar {
    display: none;
    background-color: #1d264e;
    color: #ffffff;
    padding: 0 15px;
}
.addresswrap {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
}
.address {
    width: 60%;
    text-align: left;
    padding: 6px;
}
.phone {
    width: 40%;
    text-align: right;
    padding: 6px;
}
.navigation {
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    z-index: 5;
    top: 23px;
}
#nav {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}
.navbar, .subnav {
    display: none;
    width: 100%;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.navitem {
    margin-top: 10px;
}
.navitem a, .subnavitem a {
    display: block;
    padding: .6em;
    background: #962733;
    color: white;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
}
.navitem a:hover, .subnavitem a:hover {
    background: #771d27;
}
.navitem:last-of-type a, .subnavitem:last-of-type a {
    border-right: 0px;
}
.subnav li a {
    padding-left: 1.5em;
}
#nav input.trigger {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
#nav input.trigger:checked~ul, #nav input.trigger:checked~ul li ul {
    display: block !important;
}
.navitem.logo {
    margin: 0 20px;
    padding-top: 13px;
}
.navitem.logo a {
    padding: 0;
    background-color: transparent;
}
.navitem.logo img {
    vertical-align: top;
}
#nav label {
    position: relative;
    display: block;
    min-height: 2em;
    padding: 5px 20px;
    font-size: 20px;
    margin: 0;
    cursor: pointer;
    line-height: 2em;
    color: #ffffff;
}
#nav label:after {
    position: absolute;
    right: .3em;
    content: "\2261";
    font-size: 50px;
    color: white;
}

/* ============================================================
MENU
============================================================ */

@font-face {
    font-family: BebasNeue;
    src: url('../fonts/BebasNeue.otf');
}
@font-face {
    font-family: Bringshoot;
    src: url('../fonts/Bringshoot.otf');
    font-weight: normal;
    font-style: normal;
}
.menuheader {
    width: 100%;
    text-align: center;
}
.menuheader.top {
    margin-top: 100px;
}
.headerbar {
    font-family: 'Bringshoot';
    background-color: #962733;
    color: #ffffff;
    width: 400px;
    margin: 0 auto;
}
.headerbar h1 {
    font-size: 45px;
    font-weight: normal;
}
.menuwrap {
    width: 100%;
    margin: 60px auto 0;
}
.menuwrap ul {
    list-style: none;
}
.menuwrap li {
    display: inline-block;
}
.dietary .menuitem {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.menuwrap span {
    font-weight: bold;
    color: #bd1a2d;
}
.menuwrap h2 span {
    font-size: 22px;
}
.dietary p {
    padding: 0 20px;
}
.menuwrap .nacho-wrap {
    display: flex;
    max-width: 300px;
    margin: 0 auto;
}
.menuwrap .nacho-price div {
    display: flex;
}
.menuwrap .nacho-type, .menuwrap .nacho-price {
    flex: 1;
}
.appetizers, .salad, .burgers, .sandwiches, .dogs, .pizza, .soups, .sides {
    margin: 30px auto 0;
    max-width: 1150px;
    text-align: center;
}
.menuentries {
    display: flex;
    max-width: 900px;
    margin: 0 auto;
}
.menuentries h2 {
    margin: 20px 0 10px;
    font-weight: bold;
    font-size: 30px;
}
.print .menuitem {
    margin: auto;
}
.print a {
    font-weight: bold;
    color: #962633;
}
.print p {
    font-size: 22px;
}
.columnwrap {
    flex: 1;
}
.appetizers .column {}
.menuitem img {
    margin-top: 30px;
}
.menuitem p {
    max-width: 360px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.3;
    padding: 0 10px;
}
.extras {
    margin-top: 20px;
    font-size: 16px;
}
.menulist {
    display: flex;
    max-width: 400px;
    margin: 0 auto;
}
.list {
    flex-direction: row;
    display: flex;
    flex: 1;
    padding: 0;
}
.items {
    list-style: none;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    flex: 1;
    padding: 0;
    font-size: 18px;
}
.menuwrap.wine .menuheader.top {
    margin-top: 20px;
}
.winemenu {
    margin: 0 auto;
    max-width: 800px;
}

/* ============================================================
SPECIALS
============================================================ */

section.specials {
    margin-top: 110px;
}
.special {
    max-width: 1100px;
    margin: 40px auto;
}

/* ============================================================
CONTACT
============================================================ */

.contact {
    margin-top: 100px;
    color: #ffffff;
    width: 50%;
    margin: 100px auto 0;
}
.field {
    width: 80%;
    float: right;
}
.labels {
    font-size: 20px;
}
.human {
    margin-top: 10px;
}

/* ============================================================
MAP
============================================================ */

section.map {
    margin-top: 100px;
}
.mappage {
    max-width: 1000px;
    margin: 0 auto;
}
.mappage a {
    font-size: 40px;
    color: white;
}
.mappage a:hover {
    text-decoration: none;
    color: #2aca28;
}
.mappage a .fa-map-marker:hover {
    -ms-transform: scale(1.5);
    /* IE 9 */
    -webkit-transform: scale(1.5);
    /* Safari */
    transform: scale(1.5);
}
.mappage .directions {
    margin: 0 auto;
    width: 300px;
    text-align: center;
}
div.map {
    padding: 20px;
}
.hours {
    color: #ffffff;
    text-align: center;
    font-size: 24px;
}

/* ============================================================
EVENTS
============================================================ */

.events {
    margin-top: 100px;
}
.eventtitle {
    margin: 20px auto;
    width: 100%;
    font-size: 40px;
    color: #ffffff;
    text-align: center;
}

/* ============================================================
Mobile Only buttons
============================================================ */

.mobilebtns {
    width: 100%;
    height: 50px;
    display: flex;
    margin-top: 55px;
}
.mobilebtns a {
    margin: 0 auto;
    text-decoration: none;
    font-size: 35px;
    line-height: 1.3;
    color: #ffffff;
}
.mobilebtns a:hover {
    color: #962733;
}
.mobilebtns .hours {
    border-right: 1px solid #ffffff;
}
.mobilebtns .hours, .mobilebtns .call {
    padding: 5px;
    flex: 1;
    text-align: center;
}
.mobile-home {
    display: flex;
    flex-direction: column;
}
.mobile-home a {
    width: 100%;
    height: 100%;
}
.mobile-home img {}

/* ============================================================
  Homepage graphics
============================================================ */

.ribbon.nav {
    background-image: url("../img/menubar2.png");
    background-position-y: 47%;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    position: absolute;
    top: 0%;
    z-index: 0;
}
.ribbon.menu {
    background-image: url("../img/menubar3.png");
    background-position-y: 47%;
    background-repeat: repeat-x;
    display: block;
    width: 100%;
    position: absolute;
    z-index: 0;
}
.ribbon.drinks {
    background-image: url("../img/menubar3.png");
    background-position-y: 47%;
    background-repeat: repeat-x;
    display: block;
    width: 100%;
    position: absolute;
    z-index: 0;
    margin-top: -70px;
}
.ribbon.specials {
    background-image: url("../img/menubar3.png");
    background-position-y: 47%;
    background-repeat: repeat-x;
    display: block;
    width: 100%;
    position: absolute;
    z-index: 0;
    margin-top: -70px;
}
.ribbon h2 {
    padding: 10px 0;
    color: #ffffff;
    text-align: center;
    font-family: 'BebasNeue', Helvetica, sans-serif;
    font-size: 130px;
}
.ribbon a {
    text-decoration: none;
    color: #ffffff;
    vertical-align: sub;
}
.ribbon a:hover {
    color: #962733;
}
section.module.content.specials {
    margin-top: 0;
    padding: 0;
}
section.module h2.menu {
    margin: 0;
    color: #ffffff;
    text-align: center;
    font-family: 'Bebas Neue', Helvetica, sans-serif;
    font-size: 125px;
}
div.menu img {
    position: absolute;
    top: 70%;
}

/* ============================================================
  Parallax
============================================================ */

section.module:last-child {
    margin-bottom: 0;
}
section.module h2 {
    margin-bottom: 40px;
    font-size: 30px;
}
section.module p {
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 300;
}
section.module p:last-child {
    margin-bottom: 0;
}
section.module.content {
    padding: 40px 0;
}
section.module.parallax {
    height: 450px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
section.module.parallax h1 {
    color: rgba(255, 255, 255, 0.8);
    font-size: 48px;
    line-height: 600px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
section.module.parallax-2 {
    background-image: url("../img/burger.jpg");
    margin-top: 125px;
}
section.module.parallax-3 {
    background-image: url("../img/bar.jpg");
}
section.module.parallax-4 {
    background-image: url("../img/pizza.jpg");
}
@media all and (min-width: 600px) {
    section.module h2 {
        font-size: 42px;
    }
    section.module p {
        font-size: 20px;
    }
    section.module.parallax h1 {
        font-size: 96px;
    }
}
@media all and (min-width: 960px) {
    section.module.parallax h1 {
        font-size: 160px;
    }
}

/* ============================================================
  Slider
============================================================ */

section.carousel {
    top: 55px;
}
section.carousel .item, section.carousel .item.active, section.carousel .carousel-inner {
    height: 100%;
}
section.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .7)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, .0001) 100%);
}
.carousel-control.right {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .7) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .7) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .7)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .7) 100%);
}

/* ============================================================
  Footer
============================================================ */

footer {
    background-color: #000000;
    width: 100%;
}
.footer-container {
    padding: 30px;
    display: flex;
    flex-direction: row;
}
footer .left {
    width: 42%;
    color: #ffffff;
    font-family: 'BebasNeue', Helvetica, sans-serif;
}
footer h1 {
    font-size: 100px;
    margin: 0;
    padding: 0;
}
footer h3 {
    margin: 0;
}
footer .right {
    width: 59%;
    padding: 20px;
    padding-left: 40px;
}

/* ============================================================
  Media Queries
============================================================ */

@media (min-width: 769px) {
    .form-horizontal .control-label {
        padding-top: 0;
    }
    footer {
        height: 300px;
    }
    .mobile {
        display: none;
    }
    .navigation {
        background-image: url("../img/navbar.png");
        background-size: cover;
        height: 85px;
    }
    .mobilebtns {
        display: none;
    }
    .mobilepizza {
        display: none;
    }
    .dietary .menuitem {
        flex-direction: row;
    }
    #nav input.trigger:checked~ul, #nav input.trigger:checked~ul li ul {
        /* older flexbox */
        display: -webkit-box;
        display: -moz-box;
        display: box;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        /* newer flexbox */
        display: flex;
        flex-direction: row;
    }
    .addressbar {
        display: block;
    }
    #nav ul {
        /* older flexbox */
        display: -ms-flexbox;
        flex-direction: -ms-row;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        /* newer flexbox */
        display: flex;
        flex-direction: row;
    }
    #nav ul li {
        position: relative;
        text-align: center;
        /* older flexbox */
        -ms-flex: 1;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        /* newer flexbox */
        flex: 1;
    }
    #nav ul li ul {
        display: none !important;
        position: absolute;
        top: 3.0625em;
        left: 0;
        display: block;
        z-index: 200;
    }
    #nav ul li ul li {
        text-align: left;
    }
    #nav ul li ul li ul {
        z-index: 300;
        top: 0px;
        left: 12.4em;
    }
    #nav ul li ul li ul li a {
        padding-left: 30px !important;
    }
    #nav ul li:hover>ul {
        display: block !important;
    }
    #nav label {
        display: none;
    }
    .navitem.home {
        display: none;
    }
    .mobile-home {
        display: none;
    }
    .container.desktop {
        display: block;
    }
}
@media (max-width: 768px) {
    .container.desktop {
        display: none;
    }
    .form-group {
        display: flex;
        flex-direction: column;
    }
    .contact {
        width: 85%;
    }
    .field {
        width: 100%;
    }
    .desktop, .ribbon.drinks, .ribbon.menu, .ribbon.specials {
        display: none;
    }
    .navitem.logo {
        display: none;
    }
    .navitem {
        margin-top: 0;
    }
    #nav {
        margin: 13px auto;
    }
    .pizzaimg {
        display: none;
    }
    .navigation {
        top: -8px;
        background-image: transparent;
        background-color: #962733;
    }
    .headerbar {
        width: 100%;
    }
    .menuentries img {
        width: 100%;
    }
    section.carousel {
        /*height: 55%;*/
    }
    section.module.parallax {
        height: 300px;
    }
    section.module.parallax-2 {
        margin-top: 0;
    }
    section.module .mobile {
        padding: 30px;
        color: #ffffff;
        font-family: 'Bebas Neue', Helvetica, sans-serif;
        font-size: 130px;
        text-shadow: 3px 3px 2px #000000;
    }
    .mobile a {
        text-decoration: none;
        color: #ffffff;
        -webkit-text-stroke: 1px black;
    }
    .mobile a:hover {
        color: #962733;
    }
    section.module.content {
        padding: 25px 0;
    }
    section.module.parallax-2 {
        background-image: url("../img/mobile/burger_mobile.jpg");
        background-position-x: 75%;
    }
    section.module.parallax-3 {
        background-image: url("../img/mobile/bar_mobile.jpg");
        background-position-x: 75%;
    }
    section.module.parallax-4 {
        background-image: url("../img/mobile/pizza_mobile.jpg");
    }
    .carousel-indicators {
        display: none;
    }
    .menuentries {
        flex-direction: column;
    }
    .footer-container {
        flex-direction: column;
    }
    footer .left, footer .right {
        width: 100%;
        text-align: center;
    }
    footer .right {
        padding: 20px 0;
    }
}
@media (max-width: 768px) {
    section.module .mobile {
        font-size: 100px;
    }
}