/*------ TABLE OF CONTENTS -----
    00 - NORMALIZE
    01 - HEADER STYLES
    02 - FOOTER STYLES
    03 - HOME PAGE
    04 - MENUS PAGE
    05 - ABOUT PAGE
    06 - CONTACT PAGE
    07 - MEDIA QUERIES
--------------------------------*/
/* 00 = NORMALIZE
---------------------------------------------------------- */
html, body {
  margin: 0 !important;
  padding: 0 !important;
  background-color: #F2F2F2 !important;
}

html, body, body div, span, object, iframe, h1,
h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address,
cite, code, del, dfn, em, img, ins, kbd, q, samp, small,
strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside, figure,
footer, header, menu, nav, section, time, mark, audio,
video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

main, article, aside, figure, footer, header, nav, section,
details, summary {
  display: block;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

img,
object,
embed {
  max-width: 100%;
}

html {
  overflow-y: scroll;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
}

input[type=radio] {
  vertical-align: text-bottom;
}

input[type=checkbox] {
  vertical-align: bottom;
}

.ie7 input[type=checkbox] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

select, input, textarea {
  font: 99% sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

td, td img {
  vertical-align: top;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
}

button, input, select, textarea {
  margin: 0;
}

button,
input[type=button] {
  width: auto;
  overflow: visible;
}

.ie7 img {
  -ms-interpolation-mode: bicubic;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

/* 00 = CONSTANT STYLES
---------------------------------------------------------- */
.button {
  padding: 10px 20px;
  text-decoration: none;
  transition: 0.2s ease;
}

.button-dark {
  border: 2px solid #F2F2F2;
  color: #F2F2F2;
}

.button-dark:hover {
  border: 2px solid #222222;
  background: #222222;
  color: #F2F2F2;
  text-decoration: none;
  transition: 0.5s ease;
}

.hidden {
  display: none !important;
}

/* 01 = HEADER STYLES
---------------------------------------------------------- */
.site-header {
  background-color: #F2F2F2;
  margin-top: 0 !important;
  position: relative;
}
.site-header .page-border-top {
  border-top: 2px solid #222222;
  left: 10px;
  position: absolute;
  right: 10px;
  top: 50px;
}
.site-header .page-border-left {
  border-left: 2px solid #222222;
  bottom: 0px;
  left: 10px;
  position: absolute;
  top: 50px;
}
.site-header .page-border-right {
  border-right: 2px solid #222222;
  bottom: 0px;
  position: absolute;
  right: 10px;
  top: 50px;
}
.site-header .site-banner {
  background-color: #710000;
  color: #F2F2F2;
  height: 40px;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 40px;
  text-transform: uppercase;
}
.site-header .site-banner .site-banner-copy a {
  color: #F2F2F2;
  margin-left: 30px;
  text-decoration: none;
}
.site-header .site-banner .site-banner-copy a:hover {
  text-decoration: none;
}
.site-header .site-hero {
  background-image: url("../images/hero.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - 40px);
  width: 100%;
}
.site-header .site-nav-container {
  position: absolute;
  right: 40px;
  top: 30px;
}
.site-header .site-nav-container #menu-main-menu {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  list-style-type: none;
  margin: 0;
  margin-top: 40px;
  padding: 0;
  padding-right: 60px;
}
.site-header .site-nav-container #menu-main-menu li a {
  color: #F2F2F2;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-left: 20px;
  text-shadow: 0px 2px 4px #222222;
  text-transform: uppercase;
}
.site-header .site-nav-container #menu-main-menu li a:hover {
  color: #A80000;
  text-decoration: none;
}
.site-header .site-nav-container #menu-main-menu .current_page_item a {
  color: #A80000;
}
.site-header .site-hero-copy {
  left: calc((100% - 500px)/2);
  position: absolute;
  top: 375px;
}
.site-header .site-hero-copy .site-logo {
  margin-bottom: 200px;
  width: 500px;
}
.site-header .site-hero-copy .cta-btns a:first-child {
  margin-right: 20px;
}
.site-header .site-hero-copy .site-socials a:first-child {
  margin-right: 40px;
}
.site-header .site-hero-copy .site-socials a {
  color: #F2F2F2;
  font-size: 30px;
  margin-top: 50px;
}
.site-header .banner-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
  width: 100%;
}
.site-header .banner-title {
  color: #F2F2F2;
  font-family: "Slabo 27px", serif;
  font-size: 90px;
  letter-spacing: 0.15em;
  text-shadow: 2px 2px 4px #222222;
  text-transform: uppercase;
}

/* 02 = FOOTER STYLES
---------------------------------------------------------- */
.site-footer {
  color: #F2F2F2;
  background-color: #222222;
  padding-bottom: 70px;
  text-align: center;
  width: 100%;
}
.site-footer .map-embed {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}
.site-footer .footer-logo {
  margin-bottom: 30px;
  margin-top: 70px;
}
.site-footer a {
  color: #F2F2F2;
  text-decoration: none;
}
.site-footer a:hover {
  color: #F2F2F2;
  text-decoration: none;
}
.site-footer .footer-socials a {
  font-size: 25px;
}
.site-footer .footer-socials a:first-child {
  margin-right: 30px;
}
.site-footer .instagram-section li {
  list-style-type: none !important;
}

/* 03 = FRONT PAGE
---------------------------------------------------------- */
/* 04 = MENUS PAGE
---------------------------------------------------------- */
.site-main {
  position: relative;
}
.site-main .single-border-left {
  border-left: 2px solid #222222;
  bottom: 10px;
  left: 10px;
  position: absolute;
  top: -1px;
  z-index: 50;
}
.site-main .single-border-right {
  border-right: 2px solid #222222;
  bottom: 10px;
  position: absolute;
  right: 10px;
  top: -1px;
  z-index: 50;
}
.site-main .single-border-bottom {
  border-bottom: 2px solid #222222;
  bottom: 10px;
  left: 10px;
  position: absolute;
  right: 10px;
  z-index: 50;
}

.menu-page-wrapper {
  padding-bottom: 75px;
  padding-top: 75px;
}
.menu-page-wrapper .section-head .active-strike-Dinner,
.menu-page-wrapper .section-head .active-strike-Lunch,
.menu-page-wrapper .section-head .active-strike-Specials {
  border-bottom: 1px solid #710000;
  width: 70%;
}
.menu-page-wrapper .section-head .menu-btn-selector:nth-child(1),
.menu-page-wrapper .section-head .menu-btn-selector:nth-child(2) {
  margin-right: 20px;
}
.menu-page-wrapper .section-head .menu-btn-container {
  flex-wrap: wrap;
  margin-bottom: 20px;
  margin-top: 20px;
}
.menu-page-wrapper .section-head .menu-btn-selector {
  background: #F2F2F2;
  border: 1px solid #710000;
  color: #710000;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  height: 35px;
  margin-bottom: 10px;
  margin-top: 10px;
  outline: 0;
  text-transform: uppercase;
  transition: 0.5s ease;
  width: 200px;
}
.menu-page-wrapper .section-head .menu-btn-selector:hover {
  background: #710000;
  color: #F2F2F2;
  transition: 0.5s ease;
}
.menu-page-wrapper .section-head .menu-btn-selected {
  background: #710000;
  color: #F2F2F2;
}

.section-body {
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 50px;
}
.section-body .menu-section {
  text-align: center;
  margin-bottom: 50px;
}
.section-body .menu-section .menu-section-header {
  color: #222222;
  font-family: 16px;
  font-size: 30px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.section-body .menu-section .menu-item {
  margin-bottom: 40px;
}
.section-body .menu-section .menu-item .menu-item-name {
  color: #710000;
  font-family: "Slabo 27px", serif;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
}
.section-body .menu-section .menu-item .menu-item-description,
.section-body .menu-section .menu-item .menu-item-price {
  color: #222222;
  font-family: "Slabo 27px", serif;
  font-size: 18px;
  line-height: 20px;
  margin-top: 10px;
  text-transform: lowercase;
}
.section-body .disclaimer {
  text-align: center;
  font-size: 12px;
}

/* 05 = ABOUT PAGE
---------------------------------------------------------- */
.about-page-wrapper {
  background: #F2F2F2;
  margin: 0;
  padding: 0;
}
.about-page-wrapper .section-image-copy {
  font-family: "Slabo 27px", serif;
  font-size: 50px;
  letter-spacing: 0.15em;
  line-height: 55px;
  text-transform: uppercase;
  text-shadow: 2px 2px 5px #222222;
}
.about-page-wrapper .section-copy {
  padding-bottom: 100px;
  padding-top: 100px;
  width: 70%;
}
.about-page-wrapper .section-copy h2 {
  color: #710000;
  font-family: "Slabo 27px", serif;
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
}
.about-page-wrapper .section-copy p {
  color: #222222;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 22px;
  margin-top: 20px;
}
.about-page-wrapper .section-copy a {
  color: #710000;
  text-decoration: none;
}
.about-page-wrapper .section-copy a:hover {
  color: #222222;
}
.about-page-wrapper .section-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
}
.about-page-wrapper .section-image h1 {
  border: 7px solid #F2F2F2;
  color: #F2F2F2;
  letter-spacing: 0.15em;
  padding: 60px 100px 60px 100px;
  text-align: center;
}

/* 06 = CONTACT PAGE
---------------------------------------------------------- */
.contact-section-wrapper {
  background: #F2F2F2;
  padding: 100px 40px;
}
.contact-section-wrapper .contact-section {
  text-align: center;
  text-transform: uppercase;
}
.contact-section-wrapper .contact-section h2 {
  color: #710000;
  font-family: "Slabo 27px", serif;
  font-size: 30px;
}
.contact-section-wrapper .contact-section .contact-section-copy {
  font-family: "Lato", sans-serif;
  margin-bottom: 40px;
  margin-top: 40px;
}
.contact-section-wrapper .contact-section .contact-section-copy .copy-emphasis {
  color: #710000;
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 20px;
}
.contact-section-wrapper .contact-section-cta {
  text-align: center;
  text-transform: uppercase;
}
.contact-section-wrapper .contact-section-cta h2 {
  color: #710000;
  font-family: "Slabo 27px", serif;
  font-size: 30px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.contact-section-wrapper .contact-section-cta a {
  color: #222222;
  text-decoration: none;
}
.contact-section-wrapper .contact-section-cta a:hover {
  color: #710000;
}

/* 07 = POPUP STYLING
---------------------------------------------------------- */
.site-overlay {
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
  /* Standard Syntax */
  animation-name: fadeIn;
  animation-duration: 1s;
  aniamtion-delay: 0.7s;
  animation-fill-mode: forwards;
  /* Browser Specific Syntax */
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0.7s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: fadeIn;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0.7s;
  -moz-animation-fill-mode: forwards;
  -o-animation-name: fadeIn;
  -o-animation-duration: 1s;
  -o-aniamtion-delay: 0.7s;
  -o-animation-fill-mode: forwards;
  -ms-animation-name: fadeIn;
  -ms-animation-duration: 1s;
  -ms-aniamtion-delay: 0.7s;
  -ms-animation-fill-mode: forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.site-overlay .popup-outer {
  background: #FFFDF2;
  padding: 10px;
  position: relative;
}
.site-overlay .popup-outer .popup-close-icon {
  background: #222222;
  border-radius: 50%;
  height: 50px;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 50px;
}
.site-overlay .popup-outer .popup-close-icon:hover {
  cursor: pointer !important;
}
.site-overlay .popup-outer .popup-inner {
  border: 1px solid #222222;
  padding: 40px;
  text-align: center;
}
.site-overlay .popup-outer .popup-inner h1 {
  color: #710000;
  font-family: "Slabo 27px", serif;
}
.site-overlay .popup-outer .popup-inner .event-header h1 {
  text-decoration: underline;
  text-transform: uppercase;
}
.site-overlay .popup-outer .popup-inner .event-header p {
  color: #222222;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  text-transform: capitalize;
}
.site-overlay .popup-outer .popup-inner .popup-event-copy {
  margin-bottom: 50px;
  margin-top: 50px;
}
.site-overlay .popup-outer .popup-inner .popup-event-copy .event-date-and-time,
.site-overlay .popup-outer .popup-inner .popup-event-copy .event-price {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 10px;
}
.site-overlay .popup-outer .popup-inner .popup-event-copy .featured-header {
  margin-bottom: 20px;
  margin-top: 40px;
  text-transform: capitalize;
}
.site-overlay .popup-outer .popup-inner .popup-event-copy .featured-wine-name {
  margin-bottom: 5px;
}
.site-overlay .popup-outer .popup-inner .event-cta {
  color: #710000;
  font-family: "Slabo 27px", serif;
  font-size: 20px;
  text-transform: capitalize;
}
.site-overlay .popup-outer .popup-inner a {
  color: #710000;
  font-size: 35px !important;
}
.site-overlay .popup-outer .popup-inner a:hover {
  text-decoration: none;
}

/* 08 = MEDIA QUERIES
---------------------------------------------------------- */
@media screen and (max-width: 1000px) {
  .site-header .page-border-left,
.site-header .page-border-right,
.site-header .page-border-top {
    top: 55px;
  }
}
@media screen and (max-width: 650px) {
  .site-header .site-hero-copy {
    left: calc((100% - 300px)/2);
    top: 225px;
  }
  .site-header .site-hero-copy .site-logo {
    width: 300px;
  }
  .site-header .site-hero-copy .cta-btns {
    flex-direction: column;
  }
  .site-header .site-hero-copy .cta-btns a:first-child {
    margin-bottom: 40px;
  }
  .site-header .site-hero-copy .cta-btns a {
    text-align: center;
    width: 100% !important;
  }
}
@media screen and (max-width: 400px) {
  .site-header .site-hero-copy {
    left: calc((100% - 250px)/2) !important;
    top: 225px;
  }
  .site-header .site-hero-copy .site-logo {
    width: 250px !important;
  }
}
@media screen and (max-width: 1000px) {
  .site-header .banner-image {
    height: 500px;
  }
}

@media screen and (max-width: 1000px) {
  .menu-page-wrapper {
    padding-top: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .menu-page-wrapper .section-head .active-strike-Dinner,
.menu-page-wrapper .section-head .active-strike-Lunch,
.menu-page-wrapper .section-head .active-strike-Specials {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  .menu-page-wrapper .menu-btn-container {
    flex-direction: column;
  }
  .menu-page-wrapper .menu-btn-container .menu-btn-selector {
    margin-right: 0px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .about-page-wrapper .section-copy {
    width: 85% !important;
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.about-page-wrapper .section-image {
  height: 500px;
}
@media screen and (max-width: 650px) {
  .about-page-wrapper .section-image h1 {
    font-size: 40px;
    padding: 30px 60px 30px 60px;
  }
}

@media screen and (max-width: 1000px) {
  .site-nav-container,
.site-banner-copy {
    display: none;
  }

  .banner-title {
    font-size: 70px !important;
  }
}
@media screen and (max-width: 1000px) and (max-width: 650px) {
  .banner-title {
    font-size: 60px !important;
  }
}
@media screen and (max-width: 1000px) {
  .site-banner {
    height: auto !important;
    justify-content: flex-end !important;
  }
  .site-banner .mobile-nav-icon {
    display: block !important;
    height: 20px;
    margin-bottom: 12px;
    margin-right: 12px;
    margin-top: 12px;
    width: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .mobile-nav-dropdown {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    width: 100%;
    z-index: 10;
  }
  .mobile-nav-dropdown ul {
    text-align: center;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-top: 40px;
  }
  .mobile-nav-dropdown li:first-child {
    margin-top: 0px;
  }
  .mobile-nav-dropdown li {
    margin-top: 30px;
  }
  .mobile-nav-dropdown li a {
    color: #F2F2F2;
    font-size: 20px;
    text-decoration: none;
    text-transform: uppercase;
  }
  .mobile-nav-dropdown li a:hover {
    color: #F2F2F2;
    text-decoration: none;
  }
  .mobile-nav-dropdown li a:active {
    color: #F2F2F2;
  }
}
/* QR Landing Page */
#qr-site-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 150px 0;
}
#qr-site-hero #qr-section-form-container {
  max-width: 800px;
  margin: auto;
  width: 90%;
}

@media screen and (max-width: 798px) {
  #qr-site-hero {
    padding: 100px 0;
  }
}

/*# sourceMappingURL=screen.css.map */
