.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  background-image: url('/images/bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
  text-align: center;
  text-shadow: 4px 4px 0 #000, 5px 5px 0 hsla(0, 0%, 100%, 0.25);
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 29px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 5px;
  padding-left: 0px;
  font-family: 'PT Serif', serif;
  color: #000;
  font-size: 13px;
}

a {
  overflow: visible;
  color: #00e;
}

a.w--current {
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  color: transparent;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: 400;
}

.button {
  display: block;
  overflow: visible;
  width: 25%;
  margin-top: 14px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 15px;
  float: left;
  background-color: #fe100a;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.button.content {
  margin-bottom: 20px;
  float: none;
  background-color: #000;
}

.button.order-online {
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 16px;
  line-height: 22px;
}

.button.order-online:hover {
  background-color: #fff;
  color: #000;
  text-decoration: underline;
}

.header {
  height: 63px;
  background-image: url('/images/header_bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.footer {
  height: 100px;
  background-image: url('/images/header_bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.footer.homepage {
  height: auto;
  margin-top: 0px;
  padding-bottom: 10px;
  background-image: url('/images/footer.jpg');
  background-position: 50% 50%;
  background-attachment: fixed;
}

.copyright {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 33px;
  float: left;
  color: #fff;
  text-align: center;
}

.copyright.home {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 10px;
  float: none;
}

.top50 {
  margin-top: 26px;
  margin-right: 14px;
  margin-left: 0px;
  float: right;
}

.top50.home {
  display: block;
  width: 56%;
  margin: auto;
  padding-top: 24px;
  float: none;
}

.companyname {
  margin-top: 30px;
  float: left;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 25px;
}

.nav-contain {
  background-color: transparent;
  color: #fff;
}

.nav-link {
  margin-top: 0px;
  float: none;
  border-top: 1px none #fe100a;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #e1ae63;
}

.nav-link.w--current {
  position: relative;
  display: inline-block;
  width: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 10px;
  float: none;
  border-top-style: none;
  border-top-width: 1px;
  color: #fe100a;
  text-align: left;
}

.nav-link.home2 {
  margin-top: 0px;
  border-top-style: none;
}

.nav-link.homepage {
  border-top-style: none;
}

.nav-link.homepage:hover {
  color: hsla(0, 0%, 100%, 0.4);
}

.nav-link.san-marcos {
  float: none;
}

.home-page-h2 {
  margin-top: 0px;
  padding-top: 6px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 26px;
  text-align: center;
  text-transform: uppercase;
}

.home-page-h2.home2 {
  margin-top: -2px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #000;
  line-height: 35px;
}

.home-page-h2.home2.footerwhite {
  margin-top: 0px;
  padding-top: 5px;
  border-bottom-width: 1px;
  border-bottom-color: #fff;
  color: #fff;
}

.list-item {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
  list-style-type: none;
}

.icon {
  height: 40px;
}

.input-field {
  display: block;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  float: none;
  border: 1px dotted #fff;
  background-color: transparent;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
  list-style-type: none;
}

.location-dropdown.home2 {
  background-color: #000;
}

.location-dropdown.home2.w--open {
  background-color: #000;
}

.navbar {
  height: auto;
  padding-top: 65px;
  padding-right: 3px;
  background-color: transparent;
}

.head {
  height: 100%;
}

.nav-container {
  position: relative;
  display: block;
  height: 127px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 4px;
  background-color: #000;
  background-image: none;
  text-align: center;
}

.nav-container.full-site {
  height: auto;
}

.blacks-logo {
  position: relative;
  bottom: 0px;
  z-index: 1;
  display: block;
  width: 46.4%;
  height: auto;
  margin: -22px auto -10px;
  padding-left: 0px;
}

.blacks-logo.san-marcos {
  position: relative;
  left: 31px;
  top: 7px;
  width: 15.4%;
  margin-top: -27px;
  margin-bottom: -64px;
  float: left;
}

.col1 {
  overflow: hidden;
  height: 330px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.6))), url('/images/austin-location.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url('/images/austin-location.jpg');
  background-position: 0% 0%, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.col1:hover {
  overflow: hidden;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.col1.app {
  padding: 20px;
  border-radius: 20px;
  background-image: none;
}

.col2 {
  overflow: hidden;
  height: 330px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.col2:hover {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.col2.app {
  padding: 20px;
  border-radius: 20px;
}

.main {
  display: block;
  height: auto;
  margin: 0px auto;
  padding: 0px;
}

.main.content-in-footer {
  margin-top: 0px;
  padding-top: 29px;
}

.back {
  height: 200px;
  background-color: #000;
}

.back.austinmenu {
  height: 230px;
  padding-top: 0px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  background-image: none;
}

.submit-button {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border: 1px dotted #fff;
  background-color: transparent;
  text-align: center;
}

.submit-button:hover {
  background-color: rgba(0, 0, 0, 0.52);
}

.submit-button._1 {
  margin-right: 0px;
  margin-left: 0px;
  border-style: none;
  background-color: #000;
}

.col11 {
  height: auto;
  padding-bottom: 15px;
  border-top: 1px solid #000;
  border-right: 1px dotted #000;
  border-bottom: 1px solid #000;
  text-align: center;
}

.col11.home {
  height: 230px;
  border-top: 1px solid #fff;
  border-right: 1px dotted #fff;
  border-bottom-width: 1px;
  border-bottom-color: #fff;
  background-color: transparent;
}

.col21 {
  height: auto;
  padding-bottom: 15px;
  border-top: 1px solid #000;
  border-right: 4px none #000;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  text-align: center;
}

.col21.home {
  height: 230px;
  border-right: 1px dotted #fff;
  border-bottom: 1px solid #fff;
  border-top-width: 1px;
  border-top-color: #fff;
}

.col31 {
  height: 255px;
  border-top: 5px solid #000;
  border-right: 2px none #000;
  border-bottom-style: solid;
  border-bottom-width: 5px;
}

.col31.home {
  height: 230px;
  border-top: 1px solid #fff;
  border-right: 1px none #fff;
  border-bottom: 1px solid #fff;
}

.menu-dropdown.home2 {
  background-color: #000;
}

.menu-dropdown.home2.w--open {
  background-color: #000;
}

.austin-header {
  height: 350px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.5))), url('/images/austin-header1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5)), url('/images/austin-header1.jpg');
  background-position: 0% 0%, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.austin-h1 {
  font-size: 55px;
  line-height: 48px;
  text-align: right;
  text-shadow: 4px 4px 0 #000, 5px 5px 0 hsla(0, 0%, 100%, 0.2);
}

.austin-header-contain {
  padding-top: 87px;
}

.map {
  position: relative;
  z-index: 1;
  height: 300px;
}

.arrow-sign {
  position: static;
  left: -17px;
  top: 160px;
  z-index: 1;
  padding-top: 10px;
}

.col22 {
  display: block;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  text-align: center;
}

.col112 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  border-right: 1px dotted #000;
  text-align: left;
}

.about-us-austin {
  padding-left: 4px;
  color: #fff;
}

.about-us-austin.black {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'PT Serif', serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.menu-white {
  padding-right: 0px;
  padding-left: 5px;
  color: #fff;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: transparent;
  text-align: center;
  text-decoration: none;
}

.link-block.austin-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.link-block.austin-link:hover {
  background-image: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.contact-home {
  margin-top: 5px;
  padding-top: 1px;
  padding-left: 0px;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 21px;
  text-align: center;
  text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.25);
}

.logo {
  width: 167px;
}

.logo.large {
  width: 6em;
}

.logo.large.space {
  width: 5em;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  margin-left: 0.5em;
}

.logo.space {
  width: 15em;
  margin-right: 2em;
  margin-bottom: 1em;
  margin-left: 2em;
}

.from-newsletter {
  margin-top: 10px;
  font-family: Oswald, sans-serif;
  color: #fff;
}

.white {
  background-color: transparent;
}

.footer-text {
  margin-bottom: 0px;
  font-family: 'PT Serif', serif;
  color: #fff;
  text-align: left;
}

.dash {
  height: 5px;
  margin-top: 22px;
  border-top: 1px dotted #fff;
  border-bottom: 1px solid #fff;
}

.dash.black {
  display: block;
  height: 1px;
  margin: 0px auto 10px;
  border-top-color: #000;
  border-bottom-style: none;
  border-bottom-color: #000;
}

.dash.black._2line {
  height: 5px;
}

.dash.upsidedown {
  border-top-style: solid;
  border-bottom-style: dotted;
}

.h3footer {
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  color: #fff;
  text-align: center;
}

.column3 {
  height: auto;
  text-align: center;
}

.list {
  padding-left: 0px;
  text-align: center;
  text-transform: none;
  list-style-type: none;
}

.footer-icons {
  text-align: center;
}

.column12 {
  display: block;
  height: 200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0.5%;
  border-top: 1px solid #000;
  border-right: 1px dotted #000;
  border-bottom: 1px solid #000;
}

.column22 {
  height: 200px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.column31 {
  height: 200px;
  border-style: solid solid solid dotted;
  border-width: 1px;
  border-color: #000;
}

.social-column {
  padding-top: 18px;
  padding-bottom: 16px;
  border-right: 1px dotted #000;
}

.h3-social {
  display: block;
  width: 200px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.address-h3 {
  border-bottom-style: none;
  font-family: 'PT Serif', serif;
  color: #fff;
  font-weight: 400;
  text-align: right;
  text-decoration: none;
  text-shadow: 2px 2px 6px #000;
}

.html-embed {
  display: block;
  width: 95%;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
}

.html-embed.none {
  display: none;
}

.header-column2 {
  height: 150px;
  padding-left: 40px;
  border-left: 1px dotted #fff;
  text-align: left;
}

.lockhart-header {
  height: 350px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.6))), url('/images/lock.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.6)), url('/images/lock.jpg');
  background-position: 0% 0%, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.lockhart-header.newbraunfelsheader {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.6))), url('/images/DSC_8472.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.6)), url('/images/DSC_8472.jpg');
  background-position: 0px 0px, 50% 70px;
  background-size: auto, cover;
}

.sanmarcos-header {
  height: 350px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('/images/sm-header1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/images/sm-header1.jpg');
  background-position: 0% 0%, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.menu-h1 {
  font-family: Oswald, sans-serif;
  font-size: 55px;
  line-height: 56px;
  text-align: right;
  text-shadow: 4px 4px 0 #000, 5px 5px 0 hsla(0, 0%, 100%, 0.2);
}

.menu-col1 {
  height: 410px;
  margin-right: auto;
  margin-left: auto;
  border-right: 1px dotted #000;
}

.menu-col1.drinks {
  height: 150px;
}

.menu-col1.drinks.lockhart-drinks {
  height: 150px;
}

.menu-col1.drinks.lockhart-drinks.height {
  height: 250px;
}

.menu-paragraph {
  padding-top: 5px;
  font-family: 'PT Serif', serif;
  font-size: 13px;
}

.menu-col2 {
  height: 410px;
  border-right: 1px dotted #000;
}

.menu-col2.drinks {
  height: 150px;
}

.menu-col2.drinks.lockhart-drinks {
  height: 150px;
  border-right: 1px none #000;
}

.menu-col2.drinks.lockhart-drinks.line {
  border-right: 1px dotted #000;
}

.menu-col2.hide {
  display: none;
}

.solid-line {
  height: 2px;
  margin-top: 35px;
  margin-bottom: 35px;
  background-color: #000;
}

.solid-line.menu {
  margin-top: 1px;
  margin-bottom: 15px;
}

.solid-line.semi-solid {
  margin-top: 85px;
  margin-bottom: 85px;
  background-color: rgba(0, 0, 0, 0.18);
  color: rgba(51, 51, 51, 0.55);
}

.solid-line.hide {
  background-color: transparent;
}

.menu-col3 {
  height: 410px;
  margin-bottom: 5px;
  border-right: 1px none #000;
}

.menu-col3.drinks {
  height: 150px;
  border-right-style: none;
}

.menu-col3.drinks.lockhart-drinks {
  height: 150px;
  border-right: 1px none #000;
}

.menu-col3.drinks.lockhart-drinks.line {
  border-right: 1px dotted #000;
  border-left: 1px none #000;
}

.menu-h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  border-top-style: none;
  border-bottom-style: none;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 46px;
  line-height: 53px;
  text-align: right;
}

.menu-h2.center {
  padding-top: 214px;
}

.menu-h2.center.austin {
  padding-top: 48px;
}

.menu-h2.center.austin-sides {
  padding-top: 58px;
}

.menu-h2.center.lock-side {
  padding-top: 10px;
}

.menu-h2.center.lock-dessert {
  padding-top: 43px;
}

.menu-h2.line {
  height: 256px;
  padding-right: 10px;
  border-right: 1px solid #000;
}

.menu-h2.line.austin {
  height: 150px;
  margin-bottom: 10px;
}

.sausage-descript {
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
}

.sausage-col1 {
  height: 225px;
  padding: 0px 0px 16px;
  border-right: 1px dotted #000;
  border-bottom-style: none;
}

.sausage-para {
  height: 160px;
  padding: 0px 14px;
}

.sausage-col2 {
  height: 225px;
  margin-bottom: 5px;
  padding-top: 0px;
  padding-bottom: 16px;
  border-right: 1px dotted #000;
}

.sausage-col3 {
  height: 225px;
  border-right: 1px none #000;
}

.sausage-col11 {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-right: 1px solid #000;
}

.sausage-col11.austin-menu {
  height: 65px;
}

.menu-h3 {
  margin-top: 0px;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 45px;
  line-height: 45px;
  text-align: center;
}

.menu-h3.drinks {
  margin-top: 20px;
}

.sandwich-contain {
  margin-top: 12px;
}

.sides-col1 {
  height: 170px;
  border-right: 1px dotted #000;
}

.sides-col2 {
  height: 170px;
  border-right: 1px dotted #000;
}

.sides-col3 {
  height: 170px;
  margin-bottom: 5px;
}

.sides-list {
  width: auto;
  margin-bottom: 6px;
  padding-bottom: 9px;
  border-bottom: 1px solid #000;
}

.sides-col-4 {
  height: 194px;
  margin-bottom: 5px;
  padding-bottom: 0px;
  border-right: 1px solid #000;
}

.sides-col-4.lock-side {
  height: auto;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-top: 0px;
}

.sides-col-4.austin {
  height: 326px;
  margin-bottom: 0px;
}

.sides-contain {
  margin-top: 10px;
  border-bottom: 1px dotted #000;
}

.family-pack {
  padding-top: 5px;
  border-top: 1px solid #000;
  border-bottom-style: none;
}

.menu-h2-contain {
  margin-top: 1px;
}

.austin-contain {
  display: block;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.12))), url('/images/austin-header1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.12)), url('/images/austin-header1.jpg');
  background-position: 0% 0%, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.austin-contain.sanmarcos {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.12))), url('/images/sm-header1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.12)), url('/images/sm-header1.jpg');
}

.austin-contain.app {
  overflow: hidden;
  margin: 0px;
  border-radius: 10px;
}

.lockhart-contain {
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.4))), url('/images/lock.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4)), url('/images/lock.jpg');
  background-size: auto, cover;
}

.lockhart-contain.newbraunfels {
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.12))), url('/images/DSC_8472.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.12)), url('/images/DSC_8472.jpg');
  background-position: 0px 0px, 50% 0px;
}

.lockhart-contain.app {
  border-radius: 10px;
}

.catering-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.4))), url('/images/store.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), url('/images/store.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.catering-contain._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.4))), url('/images/DSC_8617.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), url('/images/DSC_8617.jpg');
}

.catering-contain._1.main {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.4))), url('/images/sanmarcos-menu2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), url('/images/sanmarcos-menu2.jpg');
  background-position: 0px 0px, 50% 50%;
}

.online-store-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.4))), url('/images/sanmarcos-menu2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), url('/images/sanmarcos-menu2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.sub-home {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
  text-align: center;
  text-shadow: 4px 4px 0 #000, 5px 5px 0 hsla(0, 0%, 100%, 0.25);
}

.sub-home._1 {
  font-size: 50px;
  line-height: 56px;
}

.footer-shop {
  display: inline-block;
  height: 100%;
}

.footer-event {
  height: 100%;
}

.menu-link {
  height: 75%;
}

.menu-link.w--current {
  height: 75%;
  padding-top: 0px;
}

.lightbox-link {
  overflow: hidden;
}

.lightbox-image {
  padding-right: 3px;
  padding-left: 2px;
}

.footer-link {
  padding-bottom: 0px;
  color: #fff;
  text-decoration: none;
}

.footer-link.w--current {
  padding-top: 0px;
  color: #fff;
}

.sides-col5 {
  height: 170px;
  border-left: 1px dotted #000;
}

.dessert-contain {
  border-bottom: 1px dotted #000;
}

.main-menu {
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.menu-header-col2 {
  padding-top: 25px;
  padding-left: 40px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.menu-header-col1 {
  border-right: 1px dotted #fff;
}

.menu-header-text {
  padding: 0px;
  background-color: transparent;
  color: #fff;
  font-size: 22px;
  line-height: 26px;
}

.austin-menu-header {
  height: 340px;
  background-image: url('/images/austin-menu1.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.4))), url('/images/meat.jpg');
  background-image: url('/images/austin-menu1.jpg'), linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), url('/images/meat.jpg');
  background-position: 50% 189%, 0% 0%, 50% 50%;
  background-size: cover, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
  background-attachment: fixed, scroll, fixed;
}

.lockhart-menu-header {
  height: 350px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.4))), url('/images/meat.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), url('/images/meat.jpg');
  background-position: 0% 0%, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.sandwich-col1 {
  height: 160px;
  border-right: 1px dotted #000;
}

.sandwich-col2 {
  position: static;
  left: 0px;
  top: 0px;
  height: 160px;
  margin-bottom: 0px;
  border-right: 1px dotted #000;
}

.sandwich-col3 {
  height: 160px;
  border-right: 1px dotted #000;
}

.sandwich-col4 {
  height: 160px;
  margin-bottom: 5px;
}

.sandwich-row {
  padding-top: 4px;
  border-top: 1px solid #000;
}

.events {
  position: static;
  padding-top: 0px;
  padding-left: 10px;
  font-family: Bitter, serif;
  font-size: 18px;
  text-align: left;
}

.eventsh3 {
  padding-right: 10px;
  padding-left: 10px;
  border-right-style: none;
  border-right-width: 1px;
  border-bottom-style: none;
  font-size: 28px;
  text-align: left;
}

.date {
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 10px;
  padding-left: 10px;
  color: #f6f6f6;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
}

.gallery {
  padding: 5px;
}

.lock-sides {
  float: none;
  font-size: 12px;
  list-style-type: none;
}

.lock-side-list {
  padding-left: 0px;
}

.sides-col22 {
  height: auto;
  margin-top: 10px;
  padding-top: 10px;
  border-right: 1px dotted #000;
}

.dessert-col1 {
  height: 266px;
  border-right: 1px solid #000;
}

.sides-col33 {
  padding-top: 10px;
}

.dessert-col1-austin {
  height: 266px;
  border-right: 1px solid #000;
}

.event-h1 {
  margin-top: 20px;
  font-family: Oswald, sans-serif;
  font-size: 55px;
  line-height: 59px;
  text-align: right;
  text-shadow: 4px 4px 0 #000, 5px 5px 0 hsla(0, 0%, 100%, 0.2);
}

.event-link {
  display: block;
  height: 160px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.contact-header {
  height: 350px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('/images/cater.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('/images/cater.jpg');
  background-position: 0% 0%, 50% 46%;
  background-size: auto, cover;
}

.contact-h1 {
  font-size: 55px;
  line-height: 56px;
  text-align: right;
}

.text-field {
  border: 1px dotted #000;
  background-color: hsla(0, 0%, 100%, 0.29);
}

.contact-h2 {
  width: auto;
  float: none;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  font-family: Oswald, sans-serif;
  color: #000;
  text-align: left;
  text-transform: uppercase;
}

.contact-col2 {
  border-left-style: dotted;
  border-left-width: 1px;
}

.contact-para {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 15px;
  text-align: left;
}

.contact-col1 {
  left: 0px;
  top: 0px;
  text-align: right;
}

.contact-div {
  float: none;
  text-align: right;
}

.family-h1 {
  font-size: 55px;
  line-height: 56px;
  text-align: right;
  text-shadow: #000 4px 4px 0px, hsla(0, 0%, 100%, 0.2) 5px 5px 0px;
}

.family-header {
  height: 350px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('/images/BBQ-204-N.-Main-St---Jan.-1948--Edgar-Sr-2nd-from-right.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('/images/BBQ-204-N.-Main-St---Jan.-1948--Edgar-Sr-2nd-from-right.jpg');
  background-position: 0% 0%, 50% 50%;
  background-size: auto, cover;
}

.event-col1 {
  height: auto;
  border-right: 1px dotted #000;
}

.event-date {
  display: block;
  width: 140px;
  margin: 18px auto 7px;
  padding: 6px;
  background-color: #000;
  text-align: center;
}

.events-h2 {
  color: #000;
}

.vertical-dash {
  display: block;
  width: 1px;
  height: 334px;
  float: left;
  border-right: 1px dotted #000;
}

.vertical-dash.floatright {
  height: 275px;
  float: right;
}

.family-h2 {
  float: left;
}

.family-h2.floatright {
  float: right;
}

.family-contain {
  padding-top: 20px;
  padding-bottom: 20px;
}

.family-para {
  width: 436px;
  float: right;
  font-size: 14px;
}

.family-para.floatleft {
  float: left;
}

.family-img1 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.family-col2 {
  padding-left: 0px;
}

.family-col1 {
  padding-right: 0px;
  padding-left: 0px;
}

.catering-h1 {
  margin-top: 20px;
  font-size: 55px;
  line-height: 56px;
  text-align: right;
  text-shadow: 4px 4px 0 #000, 5px 5px 0 hsla(0, 0%, 100%, 0.23);
}

.catering-header {
  height: 350px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('/images/store.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('/images/store.jpg');
  background-position: 0% 0%, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.catering-para {
  margin-top: 10px;
  margin-bottom: 53px;
  font-size: 15px;
  text-align: left;
}

.cater-section {
  margin-top: 20px;
  margin-bottom: 20px;
}

.cater-link {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.cater-link._1 {
  height: 400px;
}

.cater-link._1.large {
  height: 600px;
}

.cater-link.bottom {
  height: 300px;
}

.store-link {
  width: 100%;
  height: 300px;
  text-decoration: none;
}

.catering-tagline {
  padding-top: 50px;
  padding-bottom: 0px;
  padding-left: 40px;
  font-family: 'PT Serif', serif;
  color: #fff;
  font-size: 25px;
  line-height: 26px;
  font-weight: 400;
}

.san-marcos-header {
  height: 350px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('/images/sanmarcos-menu2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/images/sanmarcos-menu2.jpg');
  background-position: 0% 0%, 50% -16%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.slider {
  height: 150px;
  background-color: transparent;
}

.res-contact {
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 14px;
  text-align: center;
}

.about-para {
  margin-bottom: 25px;
  padding-top: 20px;
  padding-bottom: 15px;
  border-top: 1px none #000;
  border-bottom: 1px dotted #000;
  text-align: left;
}

.about-para.nobottomline {
  border-bottom-style: none;
}

.location-h2 {
  margin-top: 0px;
  border-bottom: 1px solid #000;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 26px;
  text-align: center;
  text-decoration: none;
}

.location-h2.none {
  display: none;
}

.street-view-row {
  margin-bottom: 0px;
}

.events-header {
  height: 350px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('/images/event1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('/images/event1.jpg');
  background-position: 0% 0%, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.events-header.newbraunfelsheader {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('/images/DSC_8472.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('/images/DSC_8472.jpg');
  background-position: 0px 0px, 100% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.credit-card {
  margin-left: 20px;
  float: none;
}

.credit-contain {
  text-align: center;
}

.byline {
  text-align: center;
}

.hiring-tagline {
  font-family: 'PT Serif', serif;
  color: #fff;
  font-size: 17px;
}

.logo-full-length {
  display: block;
  width: auto;
  height: 6px;
  margin-top: -36px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  border-style: solid solid dotted;
  border-width: 1px;
  border-color: #fff;
}

.logo-full-length.full-site {
  height: auto;
}

.nav-menu {
  position: relative;
  bottom: 0px;
  z-index: 0;
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  float: none;
  border-style: dotted solid;
  border-width: 1px;
  border-color: #fff;
  text-align: right;
}

.nav-menu.full-site {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.nave-container {
  display: block;
  width: 82%;
  height: auto;
  margin-top: -7px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 4px;
  border-top: 1px none #fff;
  border-bottom: 1px solid #fff;
}

.draft-beer {
  margin-bottom: 9px;
  font-family: 'PT Serif', serif;
}

.map-overlay {
  position: relative;
  left: 0px;
  top: 300px;
  right: 0px;
  z-index: 2;
  width: auto;
  height: 300px;
  margin-top: -300px;
}

.hours {
  padding-top: 20px;
  text-align: center;
}

.text-link {
  color: #fe100a;
}

.menu-col4 {
  height: 150px;
  border-left: 1px dotted #000;
}

.menu-col5 {
  height: 410px;
  margin-bottom: 5px;
  border-left: 1px dotted #000;
}

.sausage-all {
  padding-right: 0px;
}

.marginrow {
  margin-top: 10px;
}

.lockhart-menu {
  height: 250px;
}

.black {
  margin-left: 5px;
  color: #000;
  font-size: 16px;
  text-decoration: none;
}

.black.block1 {
  display: block;
}

.center {
  text-align: center;
}

.center.content {
  color: #000;
  text-shadow: none;
}

.h3event {
  border-bottom-style: none;
}

.image {
  display: block;
  width: 180px;
  margin-right: auto;
  margin-left: auto;
}

.html-embed-2 {
  height: 800px;
}

.section {
  padding-right: 10px;
  padding-left: 10px;
}

.section-2 {
  padding-bottom: 14px;
}

.text-field-2 {
  width: 100%;
}

.text-field-3 {
  width: 40px;
}

.text-field-4 {
  width: 100%;
}

.checkbox-field {
  margin-left: 0px;
}

.row {
  margin-top: 30px;
  margin-bottom: 30px;
}

.text-block {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  font-size: 30px;
  font-style: normal;
  text-align: center;
}

.text-field-5 {
  width: 90%;
}

.column {
  display: block;
}

.text-field-6 {
  width: 90%;
}

.text-field-7 {
  display: block;
  width: 90%;
}

.text-field-8 {
  width: 90%;
}

.text-field-9 {
  width: 90%;
}

.app-title {
  margin-top: 50px;
  margin-bottom: 50px;
}

.column-2 {
  margin-top: 0px;
}

.row-2 {
  margin-top: 60px;
}

.row-3 {
  margin-top: 60px;
}

.row-4 {
  margin-top: 60px;
}

.field-label-2 {
  display: block;
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  font-size: 30px;
  text-align: center;
}

.schedule {
  margin-top: 55px;
  margin-bottom: 55px;
}

.text-field-11 {
  font-style: italic;
}

.text-field-12 {
  font-style: italic;
}

.text-field-13 {
  font-style: italic;
}

.text-field-14 {
  font-style: italic;
}

.text-field-15 {
  font-style: italic;
}

.text-field-16 {
  font-style: italic;
}

.text-field-17 {
  font-style: italic;
}

.text-field-18 {
  font-style: italic;
}

.text-field-19 {
  font-style: italic;
}

.text-field-20 {
  font-style: italic;
}

.text-field-21 {
  font-style: italic;
}

.text-field-22 {
  font-style: italic;
}

.text-field-23 {
  font-style: italic;
}

.text-field-24 {
  font-style: italic;
}

.submit-button-2 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading {
  text-align: left;
}

.blog-summary {
  width: 100%;
  padding: 0px 40px 40px;
}

.blog {
  width: 33%;
  height: 500px;
  margin-bottom: 40px;
  background-image: url('/images/news-bg2.png');
  background-position: 0px 0px;
  background-size: 100% 102%;
}

.blog-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-image {
  overflow: hidden;
  width: 80%;
  height: 150px;
  min-height: 150px;
  margin: auto;
  padding-top: 0px;
  padding-left: 0px;
}

.blog-background {
  position: relative;
  top: 30px;
  margin-top: auto;
  margin-bottom: auto;
}

.paragraph {
  text-align: center;
}

.paragraph-6 {
  color: #fff;
  font-size: 11px;
}

.heading-2 {
  color: #000;
  text-transform: capitalize;
  text-shadow: 4px 4px 0 #fff, 5px 5px 0 hsla(0, 0%, 100%, 0.25);
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-3 {
  color: #000;
  text-shadow: 4px 4px 0 #fff, 5px 5px 0 hsla(0, 0%, 100%, 0.25);
}

.social-media-block {
  margin-bottom: 60px;
  padding-top: 20px;
}

.section-3 {
  margin-top: 40px;
  margin-bottom: 140px;
}

.blog-article {
  width: 90%;
  max-width: 1000px;
  margin: 40px auto 100px;
}

.blog-head {
  margin-bottom: 40px;
}

.blog-title {
  color: #000;
  text-shadow: 4px 4px 0 #fff, 5px 5px 0 hsla(0, 0%, 100%, 0.25);
}

.cta {
  font-size: 24px;
}

.cta-btn {
  display: block;
  width: 20%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fe100a;
  color: #fff;
  text-align: center;
}

.cta-btn._1 {
  width: 80%;
  font-size: 20px;
  line-height: 24px;
}

.blog-subheading {
  text-align: left;
}

.heading-5 {
  margin-top: 10px;
  border-bottom: 1px solid #fff;
  color: #fff;
  text-align: center;
}

.heading-6 {
  text-align: left;
}

.seemorebutton {
  padding: 20px 40px;
  background-color: transparent;
  background-image: url('/images/news-bg2.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #000;
  font-size: 26px;
  line-height: 32px;
}

.seemorebutton:hover {
  background-image: url('/images/news-bg.png');
}

.location-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 10px 0px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.location-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-container {
  overflow: hidden;
  width: 50%;
}

.delivery-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: "."
    "Area";
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.heading-8 {
  height: 65px;
  text-align: center;
}

.button-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.favor {
  width: 100%;
  height: auto;
  min-height: 0px;
  margin: 10px 5px;
  border-radius: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  text-align: center;
}

.section-4 {
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.body {
  text-align: center;
}

.heading-9 {
  color: #000;
  text-shadow: none;
}

.paragraph-7 {
  text-align: center;
}

.delivery {
  display: block;
  width: 90%;
  max-width: 1200px;
  margin: 40px auto;
  text-align: center;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.door-dash-2 {
  width: 50%;
  margin: 10px 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 20px;
  background-color: #eb1700;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.div-block-3 {
  width: 99%;
}

.online-order-container {
  width: 50%;
}

.image-2 {
  overflow: visible;
  height: 100%;
  max-width: none;
}

.div-block-4 {
  width: 50%;
}

.delivery-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-height: 75px;
  margin: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  border-radius: 10px;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.18);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.delivery-link:hover {
  position: static;
  z-index: 99;
  width: 100%;
  background-color: transparent;
  color: rgba(58, 58, 58, 0.2);
}

.delivery-image {
  width: auto;
  max-width: 100%;
}

.delivery-image:hover {
  width: 105%;
  max-width: 105%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.19)), to(rgba(0, 0, 0, 0.19)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.19), rgba(0, 0, 0, 0.19));
}

.delivery-image.grub-hub:hover {
  width: auto;
  max-width: 100%;
}

.comingsoontext {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-2 {
  display: block;
  margin-right: 0px;
  margin-left: auto;
  text-decoration: none;
}

.link-block-3 {
  text-decoration: none;
}

.link-block-4 {
  display: block;
  text-decoration: none;
}

.link-block-5 {
  display: block;
  text-decoration: none;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.textlink {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #000;
  font-size: 18px;
  line-height: 26px;
  text-decoration: none;
}

.textlink:hover {
  color: #fe100a;
  text-decoration: underline;
}

.div-block-7 {
  width: 50%;
}

.div-block-8 {
  width: 50%;
}

.div-block-9 {
  width: 50%;
}

.div-block-10 {
  width: 50%;
}

.div-block-11 {
  width: 50%;
}

.div-block-12 {
  width: 50%;
}

.large {
  border-bottom-style: none;
  color: #fff;
  font-size: 54px;
  line-height: 54px;
  text-decoration: none;
  text-shadow: 3px 3px 0 #000;
}

.image-3 {
  max-width: 80%;
}

.image-4 {
  max-width: 90%;
}

.centered-image {
  text-align: center;
}

.holiday-hours-banner {
  position: absolute;
  z-index: 2;
  display: none;
  width: 100%;
  margin-top: -25px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
}

.holiday-hours-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.close-icon {
  position: absolute;
  left: auto;
  top: 7.5%;
  right: 2.5%;
  bottom: auto;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.close-icon:hover {
  top: 7%;
  right: 2.25%;
}

.lp-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2em 2em 4em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lp-section.hero {
  position: relative;
  width: 100%;
  min-height: 66vh;
  background-color: transparent;
}

.lp-container {
  display: -ms-grid;
  display: grid;
  width: 90%;
  max-width: 1156px;
  grid-auto-columns: 1fr;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.lp-container._2-col {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.lp-container._3-col {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.lp-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.lp-wrapper.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lp-wrapper.center.first {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.lp-bg-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
}

.lp-bg-img {
  max-height: 100%;
  min-height: 100%;
  min-width: 100%;
  -webkit-filter: brightness(50%);
  filter: brightness(50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.lp-bg-img.bottom {
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.lp-p {
  max-width: 72ch;
  margin-bottom: 0.5em;
  color: #727272;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
}

.lp-p.white {
  color: #e6e6e6;
}

.lp-p.sig {
  font-family: 'Great Vibes', cursive;
  font-size: 20px;
  font-weight: 400;
}

.lp-h1 {
  max-width: 32ch;
  margin-top: 0px;
  margin-bottom: 0.5em;
  font-size: 48px;
  line-height: 64px;
  text-transform: uppercase;
  text-shadow: none;
}

.logo-im {
  margin-bottom: 1em;
}

.lp-h2 {
  margin-top: 0px;
  margin-bottom: 0.5em;
  font-family: Oswald, sans-serif;
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.lp-h2.white {
  margin-top: 0px;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 4px solid #333;
}

.lp-h2.red {
  color: #fff;
  font-size: 32px;
  line-height: 36px;
}

.block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1em;
  padding-bottom: 1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-bottom: 1px dashed #000;
}

.block.card {
  margin-top: 1em;
  margin-bottom: 4em;
  padding: 1.5em;
  border-right: 1px dashed #000;
  border-left: 1px dashed #000;
  background-color: #c32000;
  box-shadow: 6px 6px 0 0 #000;
}

.event-timeline-wrap {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-bottom: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
  grid-auto-columns: 1fr;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  -ms-grid-columns: 0.33fr 1fr;
  grid-template-columns: 0.33fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px dashed #333;
  text-align: left;
}

.event-time {
  margin-right: 0em;
  margin-bottom: 0em;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}

.event-title {
  margin-bottom: 1em;
  color: #747474;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.event-timeline {
  margin-bottom: 4em;
  padding: 1.5em;
  border-style: solid;
  border-width: 1px;
  border-color: #333;
  background-color: #fff;
  box-shadow: 6px 6px 0 0 #000;
}

.profile-img {
  max-height: 256px;
  margin-bottom: 2em;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  box-shadow: 6px 6px 0 2px #fff;
  -o-object-fit: contain;
  object-fit: contain;
}

.bold-text {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
}

.link-wrap {
  display: inline-block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

@media screen and (max-width: 991px) {
  .button.order-online {
    margin-bottom: 20px;
  }

  .nav-link.san-marcos.w--current {
    position: static;
    height: auto;
    text-align: right;
  }

  .nav-link.san-marcos.w--current:hover {
    text-align: right;
  }

  .navbar {
    margin-bottom: 0px;
    padding-top: 20px;
    padding-right: 0px;
  }

  .nav-container {
    height: 180px;
    padding-top: 0px;
  }

  .blacks-logo {
    width: 70.4%;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .blacks-logo.san-marcos {
    position: static;
    width: 20.4%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    padding-left: 0px;
    float: none;
  }

  .back {
    height: 200px;
    padding-top: 1px;
  }

  .austin-h1 {
    font-size: 48px;
  }

  .austin-header-contain {
    text-align: left;
  }

  .arrow-sign {
    left: -10px;
    top: 125px;
  }

  .col22 {
    height: 275px;
  }

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

  .column12 {
    height: 200px;
    padding-top: 6.5%;
  }

  .column22 {
    height: 200px;
  }

  .column31 {
    height: 200px;
  }

  .h3-social {
    width: auto;
  }

  .menu-h1 {
    font-size: 48px;
    line-height: 50px;
  }

  .menu-col1.drinks.lockhart-drinks.height {
    height: 270px;
  }

  .menu-col3.drinks.lockhart-drinks {
    border-right-style: none;
  }

  .menu-h2 {
    font-size: 33px;
    line-height: 50px;
  }

  .menu-h2.line {
    height: 346px;
  }

  .sausage-col1 {
    height: 275px;
  }

  .sausage-col2 {
    height: 275px;
  }

  .sausage-col3 {
    height: 275px;
  }

  .sausage-col11 {
    height: 70px;
    margin-bottom: 3px;
  }

  .sausage-col11.mobile1 {
    height: 64px;
    margin-bottom: 0px;
  }

  .sausage-col11.austin-menu {
    height: auto;
  }

  .menu-h2-contain {
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }

  .catering-contain {
    padding-top: 0%;
  }

  .catering-contain._1 {
    padding-top: 0%;
  }

  .catering-contain._1.main {
    padding-top: 0%;
  }

  .online-store-contain {
    padding-top: 0%;
  }

  .sub-home._1.width {
    width: 90%;
  }

  .menu-link {
    height: 60%;
  }

  .date {
    padding-right: 0px;
    padding-left: 0px;
  }

  .family-para {
    width: 338px;
  }

  .family-img1 {
    width: 316px;
  }

  .cater-link._1.large {
    display: inline-block;
  }

  .logo-full-length {
    position: static;
    height: auto;
    margin-top: 0px;
    border-style: none;
    text-align: center;
  }

  .nav-menu {
    background-color: #000;
  }

  .nave-container {
    border-bottom-style: none;
  }

  .menu-button {
    position: static;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 15px;
    float: none;
    color: #fff;
  }

  .menu-button:hover {
    background-color: transparent;
  }

  .menu-button2.w--open {
    background-color: #000;
  }

  .nav-menu-homepage {
    background-color: #000;
  }

  .blog {
    width: 50%;
    height: auto;
  }

  .blog-image {
    margin-top: 20px;
  }

  .blog-background {
    top: 20px;
  }

  .location-block {
    margin: 0px 0px 20px;
  }

  .delivery-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .holiday-hours-banner {
    margin-top: 0px;
  }

  .lp-container {
    width: 100%;
  }

  .lp-container._3-col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .lp-wrapper.center.first {
    position: static;
  }

  .logo-im {
    max-height: 192px;
  }

  .block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .event-time {
    margin-bottom: 0em;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    margin-bottom: 15px;
  }

  p {
    text-align: center;
  }

  .button {
    float: none;
  }

  .button.order-online {
    width: 50%;
  }

  .nav-container {
    background-image: none;
  }

  .blacks-logo {
    width: 97.4%;
  }

  .blacks-logo.san-marcos {
    position: static;
    width: 25%;
    margin-top: 1px;
    margin-bottom: 0px;
    float: none;
  }

  .back {
    display: block;
    height: 200px;
    margin-right: auto;
    margin-left: auto;
  }

  .back.austinmenu {
    height: auto;
    padding-right: 11px;
  }

  .col11.home {
    height: auto;
    border-right-style: none;
  }

  .col21.home {
    height: auto;
    border-right-style: none;
  }

  .col31.home {
    height: auto;
    margin-bottom: 22px;
    border-right-style: none;
    border-bottom-style: none;
  }

  .austin-h1 {
    text-align: center;
  }

  .austin-header-contain {
    padding-top: 20px;
  }

  .arrow-sign {
    display: none;
  }

  .arrow-sign.showmobile {
    display: block;
  }

  .col22 {
    display: none;
  }

  .col112 {
    height: 404px;
    margin-bottom: 31px;
    border-right-style: none;
  }

  .col112.autosize {
    height: auto;
  }

  .menu-white {
    text-align: center;
  }

  .link-block.austin-link {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .logo {
    width: 220px;
  }

  .footer-text {
    text-align: center;
  }

  .column12 {
    display: none;
  }

  .column22 {
    height: auto;
  }

  .column31 {
    height: auto;
    border-right-style: none;
  }

  .social-column {
    border-right-style: none;
  }

  .address-h3 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .html-embed {
    height: 90%;
  }

  .header-column2 {
    display: none;
  }

  .header-column2.catering-mobile {
    display: none;
  }

  .header-column2.hiring-mobile {
    display: inline-block;
    padding-left: 10px;
  }

  .header-column2.family-hide {
    display: none;
  }

  .menu-h1 {
    border-right-style: none;
    text-align: center;
  }

  .menu-col1 {
    height: 500px;
    border-right: 1px none #000;
    text-align: center;
  }

  .menu-col1.drinks {
    height: auto;
    border-right-style: none;
  }

  .menu-col1.drinks.lockhart-drinks {
    border-right-style: none;
  }

  .menu-paragraph {
    text-align: center;
  }

  .menu-col2 {
    height: 500px;
    border-right: 1px none #000;
    text-align: center;
  }

  .menu-col2.drinks {
    height: auto;
    border-right-style: none;
  }

  .menu-col2.drinks.lockhart-drinks {
    height: 200px;
    border-right-style: none;
  }

  .menu-col2.drinks.lockhart-drinks.line {
    border-right: 1px none #000;
  }

  .solid-line {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .menu-col3 {
    height: 520px;
    text-align: center;
  }

  .menu-col3.drinks {
    height: auto;
    border-right-style: none;
  }

  .menu-col3.drinks.lockhart-drinks.line {
    border-right: 1px none #000;
  }

  .menu-h2 {
    text-align: center;
  }

  .menu-h2.center {
    padding-top: 10px;
  }

  .menu-h2.center.austin {
    padding-top: 5px;
  }

  .menu-h2.center.austin-sides {
    padding-top: 5px;
  }

  .menu-h2.center.lock-dessert {
    padding-top: 9px;
  }

  .menu-h2.line {
    height: 126px;
    border-right: 1px none #000;
  }

  .menu-h2.line.austin {
    height: auto;
    margin-bottom: 10px;
  }

  .sausage-col1 {
    height: 150px;
    border-bottom: 1px dotted #000;
    border-right-style: none;
  }

  .sausage-para {
    height: 110px;
    border-bottom: 1px none #000;
    border-left: 1px none #000;
    border-right-style: none;
    border-right-width: 1px;
  }

  .sausage-col2 {
    height: 150px;
    border-bottom: 1px dotted #000;
    border-right-style: none;
  }

  .sausage-col3 {
    height: 150px;
  }

  .sausage-col11 {
    height: auto;
    border-right-style: none;
  }

  .sausage-col11.austin-menu {
    padding-top: 0px;
  }

  .menu-h3 {
    display: block;
  }

  .sides-col1 {
    height: 100px;
    border-bottom: 1px none #000;
    border-right-style: none;
  }

  .sides-col2 {
    height: 100px;
    border-bottom: 1px none #000;
    border-right-style: none;
  }

  .sides-col3 {
    height: 100px;
  }

  .sides-list {
    padding-left: 0px;
  }

  .sides-col-4 {
    height: auto;
    border-right-style: none;
  }

  .sides-col-4.lock-side {
    height: auto;
    border-bottom: 1px solid #000;
    border-right-style: none;
  }

  .family-pack {
    border-top-style: none;
  }

  .catering-contain._1.main {
    margin-top: 0px;
  }

  .footer-shop {
    width: 75%;
  }

  .footer-event {
    display: block;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .menu-link {
    position: static;
    display: block;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }

  .sides-col5 {
    border-left-style: none;
  }

  .menu-header-col2 {
    padding-left: 0px;
    text-align: center;
  }

  .menu-header-col1 {
    border-right-style: none;
  }

  .sandwich-col1 {
    height: 141px;
    border-bottom: 1px dotted #000;
    border-right-style: none;
  }

  .sandwich-col2 {
    border-bottom: 1px dotted #000;
    border-right-style: none;
  }

  .sandwich-col3 {
    border-bottom: 1px dotted #000;
    border-right-style: none;
  }

  .eventsh3 {
    text-align: center;
  }

  .lock-sides {
    text-align: center;
  }

  .sides-col22 {
    height: 130px;
    padding-top: 3px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #000;
    border-right-style: none;
  }

  .dessert-col1 {
    height: auto;
  }

  .sides-col33 {
    padding-top: 15px;
  }

  .dessert-col1-austin {
    height: auto;
    border-right-style: none;
  }

  .event-h1 {
    text-align: center;
  }

  .event-link {
    display: block;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .contact-h1 {
    text-align: center;
  }

  .contact-h1.mobile-contact {
    margin-top: 85px;
  }

  .family-h1 {
    margin-top: 85px;
    text-align: center;
  }

  .event-col1 {
    border-right-style: none;
    text-align: left;
  }

  .vertical-dash {
    display: none;
    height: 250px;
  }

  .vertical-dash.floatright {
    display: none;
  }

  .family-para {
    display: block;
    width: 265px;
    margin-right: auto;
    margin-left: auto;
  }

  .family-img1 {
    width: 290px;
  }

  .family-col2 {
    padding-left: 17px;
  }

  .family-col1 {
    padding-right: 7px;
    padding-left: 11px;
  }

  .catering-h1 {
    margin-top: 85px;
    text-align: center;
  }

  .cater-link._1 {
    height: 300px;
  }

  .cater-link._1.large {
    height: 500px;
  }

  .catering-tagline {
    display: none;
  }

  .location-h2.none {
    display: none;
  }

  .events-header {
    height: 250px;
  }

  .hiring-tagline {
    text-align: center;
  }

  .logo-full-length {
    height: auto;
    padding-left: 0px;
  }

  .draft-beer {
    color: #000;
    text-align: center;
  }

  .desert-item {
    text-align: center;
    list-style-type: none;
  }

  .menu-image {
    width: 236px;
  }

  .restaurant-gallery {
    text-align: center;
  }

  .row1 {
    margin-bottom: 40px;
    padding-left: 0px;
  }

  .row2 {
    margin-bottom: 40px;
  }

  .row3 {
    margin-bottom: 40px;
  }

  .row5 {
    margin-bottom: 40px;
  }

  .row6 {
    margin-bottom: 40px;
  }

  .menu-col5 {
    height: 500px;
    border-left: 1px none #000;
    text-align: center;
  }

  .dessert-list {
    padding-left: 0px;
  }

  .checkbox-field {
    margin-left: 0px;
  }

  .blog {
    width: 100%;
  }

  .blog-image {
    margin-top: 20px;
  }

  .paragraph-2 {
    text-align: left;
  }

  .paragraph-3 {
    text-align: left;
  }

  .paragraph-4 {
    text-align: left;
  }

  .paragraph-5 {
    text-align: left;
  }

  .blog-article {
    margin-bottom: 60px;
  }

  .cta-btn {
    width: 100%;
  }

  .location-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-container {
    width: 100%;
  }

  .delivery-info {
    width: 100%;
  }

  .favor {
    width: 90%;
    padding: 15px 20px;
  }

  .div-block-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .door-dash-2 {
    width: 90%;
    padding: 15px 20px;
  }

  .div-block-3 {
    text-align: center;
  }

  .online-order-container {
    width: 100%;
  }

  .div-block-4 {
    width: 50%;
  }

  .delivery-link {
    max-height: 150px;
  }

  .link-block-3 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .container {
    margin-top: 0px;
  }

  .div-block-12 {
    width: 50%;
  }

  .image-3 {
    max-height: 267px;
  }

  .close-icon {
    top: 5%;
  }

  .close-icon:hover {
    top: 4.75%;
  }

  .lp-container._3-col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .lp-wrapper {
    margin-bottom: 1em;
  }

  .logo-im {
    max-height: 192px;
  }

  .event-timeline-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .event-time {
    margin-bottom: 0em;
  }
}

@media screen and (max-width: 479px) {
  body {
    background-repeat: repeat-y;
  }

  p {
    font-size: 16px;
  }

  .button {
    width: 40%;
  }

  .button.order-online {
    width: 80%;
  }

  .nav-container {
    height: 123px;
  }

  .blacks-logo {
    width: 100%;
    margin-top: 5px;
  }

  .blacks-logo.san-marcos {
    width: 25%;
  }

  .back {
    height: 216px;
  }

  .col11.home {
    height: auto;
  }

  .austin-header {
    height: 250px;
  }

  .austin-header-contain {
    padding-top: 10px;
  }

  .austin-header-contain.hiring-mobile {
    height: auto;
  }

  .col112 {
    height: 315px;
    margin-bottom: 6px;
  }

  .link-block.austin-link {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .logo {
    width: 200px;
  }

  .logo.large {
    width: 280px;
  }

  .logo.large.space {
    width: 4em;
    margin-right: 0em;
    margin-bottom: 0em;
    margin-left: 0em;
  }

  .logo.space {
    margin-right: 0em;
    margin-bottom: 2em;
    margin-left: 0em;
  }

  .column22 {
    height: auto;
  }

  .column31 {
    height: auto;
  }

  .html-embed {
    width: 100%;
    height: 75%;
  }

  .header-column2.hiring-mobile {
    padding-left: 40px;
  }

  .header-column2.family-hide {
    display: none;
  }

  .menu-col1 {
    height: auto;
  }

  .menu-col2 {
    height: auto;
  }

  .menu-col2.drinks.lockhart-drinks {
    height: 220px;
  }

  .menu-col3 {
    height: auto;
  }

  .sausage-col1 {
    height: 200px;
  }

  .sausage-para {
    height: 165px;
    font-size: 16px;
  }

  .sausage-col2 {
    height: 200px;
  }

  .sausage-col3 {
    height: 200px;
  }

  .menu-h3 {
    display: block;
  }

  .catering-contain {
    padding-top: 0%;
  }

  .catering-contain._1 {
    padding-top: 0%;
  }

  .online-store-contain {
    padding-top: 0%;
  }

  .sub-home {
    width: 90%;
  }

  .sub-home._1.width {
    font-size: 38px;
  }

  .footer-event {
    height: auto;
  }

  .menu-header-col2 {
    padding-top: 10px;
    padding-right: 0px;
  }

  .menu-header-text {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 9px;
    padding-left: 9px;
  }

  .lock-sides {
    font-size: 16px;
  }

  .sides-col22 {
    height: 200px;
  }

  .dessert-col1 {
    border-right: 1px none #000;
  }

  .contact-header.hiring-mobile {
    height: 423px;
  }

  .family-h1 {
    margin-top: 85px;
    float: none;
    text-align: center;
  }

  .family-h2 {
    float: none;
  }

  .family-h2.floatright {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }

  .family-para {
    float: none;
  }

  .family-para.floatleft {
    float: none;
  }

  .family-col2 {
    position: relative;
    padding-left: 0px;
    text-align: left;
  }

  .family-col2.mobile-family-pic {
    display: none;
  }

  .family-col1.family-pic-mobile {
    display: none;
  }

  .street-view-row {
    margin-bottom: 0px;
  }

  .desert-item {
    margin-left: 0px;
    text-align: center;
  }

  .row3 {
    float: none;
    text-align: left;
  }

  .row4 {
    float: none;
  }

  .menu-col5 {
    height: auto;
  }

  .blog-summary {
    padding-bottom: 61px;
  }

  .blog-container {
    width: 95%;
  }

  .blog-image {
    margin-bottom: 0px;
  }

  .blog-title {
    font-size: 32px;
  }

  .cta-btn {
    width: 100%;
    font-size: 16px;
  }

  .blog-subheading {
    text-align: center;
  }

  .location-block {
    margin: 0px 0px 10px;
  }

  .image-container {
    overflow: hidden;
    max-height: 200px;
  }

  .delivery-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .favor {
    width: 100%;
  }

  .section-4 {
    width: 95%;
  }

  .paragraph-7 {
    margin-bottom: 20px;
  }

  .door-dash-2 {
    width: 100%;
  }

  .div-block-3 {
    width: 100%;
  }

  .image-2 {
    width: 100%;
    height: auto;
  }

  .div-block-4 {
    width: 100%;
  }

  .delivery-link {
    margin: 10px 0px;
  }

  .container {
    margin-top: 0px;
  }

  .div-block-7 {
    width: 100%;
  }

  .div-block-8 {
    width: 100%;
  }

  .div-block-9 {
    width: 100%;
  }

  .div-block-10 {
    width: 100%;
  }

  .div-block-11 {
    width: 100%;
  }

  .div-block-12 {
    width: 100%;
  }

  .holiday-hours-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .close-icon {
    top: 4%;
  }

  .close-icon:hover {
    top: 3.75%;
  }

  .lp-section {
    padding: 1em;
  }

  .lp-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .lp-container._3-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .lp-wrapper.center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .lp-h1 {
    font-size: 36px;
    line-height: 48px;
    white-space: normal;
  }

  .logo-im {
    max-height: 128px;
  }

  .block.card {
    margin-bottom: 2em;
    padding: 1em;
  }

  .event-time {
    margin-bottom: 0em;
  }

  .event-timeline {
    padding: 1em;
  }

  .profile-img {
    width: 100%;
    max-height: none;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
  }
}

#w-node-a384a088-2533-9011-aa2d-54cbd4944976-52dd694a {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5e26f97b-8f17-30ae-ab33-dfc4dc795f36-52dd694a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c729d73a-b736-fedd-e47f-3bd2030373f2-52dd694a {
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
  -ms-flex-order: 9999;
  order: 9999;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-c44d4973-bcef-5550-a0a2-fb50237ba766-52dd694a {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-a384a088-2533-9011-aa2d-54cbd4944976-52dd694a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-c729d73a-b736-fedd-e47f-3bd2030373f2-52dd694a {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-c44d4973-bcef-5550-a0a2-fb50237ba766-52dd694a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a384a088-2533-9011-aa2d-54cbd4944976-52dd694a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-c44d4973-bcef-5550-a0a2-fb50237ba766-52dd694a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

