/* Table of Contents
==========================================================================

1. General Styles
2. Buttons and Links
3. Typography
4. Navigation
    4a. Menu Box nav
    4b. Overlay mobile nav
  4c. Overlays Find Your Outback and Wait List
5. Headers
  5a. Header Owl Slider
6. Main Content Area
    6a. Homepage
  6b. Offer boxes
    6c. Gift Cards
    6d. Google Map
7. Menu Page Menu section tabs panels
  7a. Menu Page navigation  
  7b. Menu Page Secondary Menu navigation
  7c. Menu Page Accordion
  7d. Menu Page Tabs
  7e. Menu page category
  7f. Menu single 
8. Offers Page
9. About Page
10. Forms
11. Footer

========================================================================== */

/* Brand Color Pallette
==========================================================================

New
====
#e04a27 - Orange
#f5c974 - Light Orange

Old
====
#262524 - Dark Gray
#977a5a - Copper
#931a1a - Red
#f5a742 - Gold (arrow accent)
#611212 - Dark Red
#f6f2e7 - Light Yellow (page background color)

========================================================================== */

/* 1. General Styles
============================================== */

body {
  /* background: #f6f2e8; */
  background-image: url('../img/Halftone_LightGray.png');
  background-size: 1800px;
}
html, body {
  height: 100%;
}
#content {
  /* background-color: #fff8ee; */
}
  outline: none;color:#931a1a;
}
a:hover {
    color:black;
}
h1 a, h2 a, h3 a {
    color:black;
}
h1 a:hover, h2 a:hover, h3 a:hover {
    color:#931a1a;
}
.align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.intro {
  margin-bottom: 2rem;
}
.intro h1, .intro h2 {color: #611212;}
.column>img {
  margin-bottom: 1.5rem;
}
hr {
  padding: 0;
  background: url(../img/ornamental-line.png) center bottom no-repeat;
  background-size: 92%;
  border: 0;
  height: 20px;
  margin-top: 0;
}
.panel,
.left-panel,
.right-panel {
  margin-bottom: 2rem;
}
.panel {
  padding-left: 1rem;
  padding-right: 1rem;
}


/* Medium and up */

@media screen and (min-width: 40em) {
  hr {
    height: 37px;
    margin-top: 2.5rem;
    background-size: 98%;
  }
  .panel {
    position: relative;
    padding: 0 2rem;
  }
}
/* Large and up */

@media screen and (min-width: 64em) {
  .panel {
    padding: 0 2rem;
  }
  .left-panel {
    padding: 0 2rem 2rem 0;
  }
  .right-panel {
    padding: 0 0 2rem 2rem;
  }
  .intro {
    margin-bottom: 3.5rem;
  }
}
/* Small only */
@media screen and (max-width: 39.9375em) {
    h2:first-child {font-size:1.8rem;text-align: center}
}
/* 2. Buttons and Links
============================================== */

.mobile-download-btn {
  padding: 2rem 1rem 1rem 1rem;
}
.mobile-download-btn .btn {
  padding: 1em 1.5em;
}
.btn.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}



.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  line-height: 1.4;
  text-transform: uppercase;
  padding: 1em 1.5em;
  font-family: 'Oswald', sans-serif;
  transition: all .5s;
  outline: none;
}

.btn.primary-btn {
  position: relative;
  height: auto;
  padding: 1rem 1.5rem 0.75rem;
  margin-bottom: 1rem;
  color: #fff;
  background-color: #e04a27;
  transition-property: background-color;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}

.btn.primary-btn:hover {
  background-color: #b82e0e;
}

.btn.primary-btn::before,
.btn.primary-btn::after {
  position: absolute;
  bottom: -1rem;
  left: -2px;
  width: calc(100% + 0.25rem);
  height: 1rem;
  content: "";
  background-size: 500px;
  background-repeat: repeat-x;
  background-position: 50% 0;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-property: opacity;
}

.btn.primary-btn::before {
  z-index: 2;
  opacity: 1;
  background-image: url('../img/Line-orange-2.png');
}

.btn.primary-btn::after {
  z-index: 1;
  background-image: url('../img/line-darkorange-2.png');
}

.btn.primary-btn:hover::before {
  opacity: 0;
}

.btn.primary-btn .download-arrow {
  display: inline-block;
  width: 12px;
  height: 100%;
  margin-left: 5px;
  margin-bottom: 3px;
}

.menu.vertical .btn {
  margin-bottom: 1rem;
}
.button-group .btn {
  margin-right: 1rem;
}

.columns.btn {
    left: auto;
    position: relative;
    top: auto;
    transform: none;
}
.download-button-aussie-skel{
  text-align: center;
}
.columns .btn.solid.yellow {
    background-color: #FFAE00;
    color: #292929;
}

/* Small only */

@media screen and (max-width: 39.9375em) {
  .owl-caption .btn {
    padding: .5rem 1rem;
  }
}
/* 3. Typography
============================================== */

h3, h4, h5 {
  font-family: 'Oswald', sans-serif;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
h1, .h1, h2, .menu-box-links h4, #signup h3, .reveal.full .menu a {
  font-family: 'intro_rust_gbase_2_line', 'Oswald', sans-serif;
  line-height: 1;
}
.owl-caption p, header .menu a, .btn, .menu-trigger, .back-to-top a, .h3, .h4, .h5 {
  font-family: bureau-grot-condensed, sans-serif;
  /*font-family: 'Oswald', sans-serif;*/
  text-transform: uppercase;
  line-height: 1.2;
}
.owl-caption h1,
.owl-caption .h1 {
  font-family: bureau-grot-condensed, sans-serif;
  font-weight: 800;
  font-size: 3rem;
  letter-spacing: 3.4px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.owl-caption p {
  font-family: bureau-grot, sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.owl-caption .btn {
  font-family: bureau-grot, sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  margin-top: 1rem;
}

.owl-slide .owl-caption .btn img {
  display: inline-block;
  width: 10px;
  height: 10px;
  float: right;
  margin-left: 5px;
  margin-top: 5px;
  opacity: 1;
}

h1.h3, .news-intro h1 {color:black;}

.news-intro h1 {margin-bottom:4rem;}
/* Medium and up */

@media screen and (min-width: 40em) {
  .owl-caption h1, .owl-caption .h1 {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 64em) {
  .owl-caption h1, .owl-caption .h1 {
    font-size: 3rem;
  }
}
/* 4. Navigation
============================================== */
.location-language .menu {
  height: 30px;
}
.location-language .fa-map-marker {
  width: 9px;
  height: 15px;
  font-size: 15px;
}
.location-language .fa-comment {
  width: 17px;
  height: 15px;
  margin-left: 5px;
  font-size: 15px;
  transform: translate(0, -2px);
}
.location-language .menu li {
  height: 100%;
  margin-right: 10px;
}
.location-language .menu li:last-of-type {
  margin-right: 0;
}
.location-language .menu a {
  display: flex;
  align-items: center;
  padding: 0;
  /*margin-right: 20px;*/
  font-size: .8rem;
}
.location-language .menu a:hover {
  color: #f5c974
}
.location-language .menu-divider {
  display: flex;
  align-items: center;
  justify-content: center;
}
.location-language .menu-divider span {
  width: 2px;
  height: 14px;
  background-color: #fff;
}
.location-language .menu i {
  margin-right: 5px;
}
.menu i {
  color: #f5c974;
}
.menu li {
  outline: none;
}
.menu li a {
  height: 100%;
}
.menu .menu-cta {
  position: relative;
}

.menu .menu-cta::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: 100%;
  max-width: 320px;
  height: 2px;
  background-color: #414042;
  transform: translate(-50%, 0);
}

@media screen and (min-width: 40em) {
  .menu .menu-cta::after {
    bottom: 0;
  }
}

.menu .menu-cta a {
  height: 70px;
}

.menu .is-active > a > span,
.menu .menu-cta a span {
  line-height: 1;
}
.menu li a.btn {
  height: 40px;
}
.location-language .menu li a>span {
  display: none;
}
.menu li>span {
  color: rgba(255, 255, 255, .5);
}
.menu.mobile-menu li:first-child .btn {
  background-color: transparent;
}

.menu.float-right .hide-for-small-only {
  margin-top: 12px;
  margin-right: 15px;
}

header .menu a {
  color: #fff;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 1px;
}

.menu-cta a:hover {
  color: #f5c974;
}

.menu .is-active > a {
  background: none;
}

.menu li > a > span {
  display: inline-block;
}

.menu .is-active > a > span {
  position: relative;
  /* border-bottom: 2px solid #DECEAB; */
}
.menu .is-active > a > span::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: '';
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #f5c974;
}

.title-bar .menu-icon {
  margin-top: 1.6rem;
  outline: none;
}
/* Medium and up */

@media screen and (min-width: 40em) {
  .location-language .menu li a>span {
    display: inline-block;
  }
  .location-language .menu {
    float: right;
  }
    .title-bar .navigation .btn.primary-btn {border-color:transparent;}

}
.title-bar {
  padding: 0;
  display: inherit;
  background-color: #282829;
}
.title-bar .navigation {
  background-color: #414042;
  background-image: url(../img/Grit_Gray.png);
  background-size: 105%;
  background-position: 50% 50%;
  padding: 1rem 0 1.25rem 0;
}
.title-bar .navigation .row {
  max-width: 90%;
}
.title-bar .navigation .text-center {
  margin-bottom: 0.5rem;
  margin-left: 0.85rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.title-bar .navigation .text-center:first-of-type {
  margin-left: 20px;
}
.title-bar .navigation .text-center:last-of-type {
  margin-right: 0;
}
.title-bar .navigation .text-center .btn {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.title-bar .navigation .btn {
  /*background: #e04a27;*/
  /*margin-right: 1.5rem;*/
  /*padding: 0 .75rem;*/
  /*line-height: 40px;*/
  /*margin: 12px 12px 0 0;*/
  /*color: #fff;*/
  display: flex;
  align-items: center;
}
.title-bar .navigation .btn:hover {
  /*background: #262524;*/
}
.back-to-top {
  background: #262524;
}
.back-to-top a,
.back-to-top a:visited {
  color: #fff;
}
.back-to-top a:hover,
.back-to-top a:active,
.back-to-top a:focus {
  color: #e04a27;
}

.scrolltop {
  display:none;
  width:100%;
  margin:0 auto;
  position:fixed;
  z-index: 10;
  bottom:0;
  right:0;
}
#back-to-top {
  position:absolute;
  right:0;
  bottom:0;
  background: #f5c974;
  padding:20px;
  text-align: center;
  margin: 0 0 0 0;
  cursor:pointer;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
    color:#fff;
}

#back-to-top:hover {
  background-color: #262524;
}

.title-bar.is-stuck  .navigation {
  padding: .25rem 0 .5rem 0;
}

.is-stuck .navigation img {max-width:80%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all .3s ease-in-out;
}

/* 4a. Menu Box nav
========================= */
main#content section.home-menu-intro:first-child {
  background-color: #fff8ee;
  padding-top: 2rem;
  /* padding-right: 2rem; */
  /* padding-left: 2rem; */
}

/* Medium and up */
@media screen and (min-width: 40em) {
  main#content section.home-menu-intro:first-child {
    padding-right: 0;
    padding-left: 2rem;
  }
  .home-menu-intro > .row {
    display: flex;
    align-items: center;
  }
}
.home-menu-intro .menu-box-links {
  position: relative;
}
.home-menu-intro .menu-box-links::before {
  content: "";
  position: absolute;
  top: -10vw;
  left: -5vw;
  width: 95vw;
  height: 95vw;
  background-image: url('../img/Circle2.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media screen and (min-width: 40em) {
  .home-menu-intro .menu-box-links::before {
    top: -7vw;
    left: -7vw;
    width: 50vw;
    height: 45vw;
  }
}
@media screen and (min-width: 64em) {
  .home-menu-intro .menu-box-links::before {
    top: -90px;
    right: -4vw;
    left: auto;
    max-height: 800px;
    max-width: 800px;
  }
}
.menu-box-links figure {
  /*overflow: hidden;*/
}
.menu-box-links figure img {
  transition: all .5s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.menu-box-links figure:hover img {
  /*transform: scale(1.05);*/
}
section.home-menu-intro .menu-box-links .column {
  padding: 0;
}
section.home-menu-intro .menu-box-links figure {
  margin-bottom: 0;
}
section.home-menu-intro .menu-box-links figcaption {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.2+0,0+100;Neutral+Density */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 60%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 60%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 60%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}
.menu-box-links figure {
  background: #000;
  color: #fff;
  margin-bottom: 1rem;
  line-height: 0;
}
.menu-box-links figure img {
  line-height: 0;
  display: block;
  margin: 0;
  padding: 0;
  opacity: .9;
  transition: all .5s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.menu-box-links figure:hover img {
  opacity: .6;
}
/* Medium and up */

@media screen and (min-width: 40em) {
  .title-bar .navigation .row, .row.location-language {
    width: 85rem;
    max-width: 90%
  }
}
/* Large and up */

@media screen and (min-width: 64em) {
  .title-bar .navigation {
    padding: 1rem 0 1.25rem 0;
  }
}
/* 4b. Overlay mobile nav
========================= */

.reveal.full {
  background: #262524;
  padding: 10% 2rem 4rem 2rem;
    display:none;
    border:none;
    outline: none!important;
    border-color: transparent;
    margin-top:0!important;
}
.reveal.full .menu a {
  font-size: 2rem;
  color: #fff;
}
.reveal.full .menu a:hover {
  color: #e04a27;
}
.reveal.full ul {
  margin-bottom: 2rem;
}
.reveal.full .menu li {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.reveal.full .menu li:last-child {
  border: 0;
}
.online-btns {
  max-width: 60%;
  margin: 0 auto;
}
.reveal.full .online-btns.menu a.btn {
  font-family: 'Oswald', sans-serif;
  font-size: 1.4rem;
}
.reveal.full .online-btns.menu a.btn:hover {
  color: #fff;
}

@media screen and (max-width: 63.9375em) {
#bbi-navigation {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
    z-index: 9999999!important;
    position: fixed;
    background: #262524;
    padding: 10% 2rem 4rem 2rem;
    display: none;
}
    #bbi-navigation ul {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        width:100%;
    }
    #bbi-navigation a {
        font-family: 'intro_rust_gbase_2_line', 'Oswald', sans-serif;
        font-size: 2rem;
        color: #fff;
    }
    #bbi-navigation a:hover {color:#e04a27;}
    #bbi-navigation a.btn {
        /*padding: 1rem 2rem;*/
        /*border-color: #e04a27;*/
        /*background:none;*/
        max-width:320px;
        width:100%;
        font-family: 'Oswald', sans-serif;
        font-size:1.4rem;
        /*margin:0 auto 1rem auto;*/
        display: inline-block;
    }
    #bbi-navigation a.btn:hover {
        /*background:#e04a27;*/
        color:#fff;
    }
    #bbi-navigation a.btn {
      /*padding: .25rem 1rem;*/
      line-height: 1;
      padding-bottom: 2rem;
    }
    #bbi-navigation .text-center {
      margin-left: 0;
      margin-right: 0;
      margin-top: 1rem;
    }
    #bbi-navigation .text-center .btn {
      margin-left: auto;
      margin-right: auto;
    }
}
#bbi-navigation .top-bar-right a,
#bbi-navigation .top-bar-right a span {
  font-family: bureau-grot, sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 64em) {
  #bbi-navigation .top-bar-right a {
    padding-right: 0.9rem;
    padding-left: 0.9rem;
  }
}
/* 4c. Overlays Find Your Outback and Wait List
===============================*/

.reveal.full {
  color: #fff;
}
.reveal.full i {
  color: #e04a27;
}
.reveal.full select {
  font-family: 'Oswald', sans-serif;
  border: 1px solid #eee;
  border-radius: 0!important;
  -webkit-appearance: none;
  text-transform: uppercase;
  color: #e04a27
}
.reveal.full input[type=text] {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}
aside#signup input[type=text], .reveal.full input[type=text], .reveal.full select, .contact select, .contact input[type=text] {
  /*height: 3.4375rem;*/
  height: 50px;
}

.reveal.full h3 {
    margin-bottom:3rem;
}

.wait-list-step1 label {
  padding-bottom:2rem;
}
.contact label {color:#000;margin-bottom:1.5rem;}

.age-check {position:relative;}
.age-check input[type="checkbox"] {position:absolute;top:5px;}
.age-check label {margin-left:2rem;margin-bottom:1rem;}

@media screen and (max-width: 40em) {
  .wait-list-step1 {
  padding-bottom:2rem;
}
    main#content section:last-child.contact {padding-bottom:4rem;}
    .reveal.full h3 {
    margin-bottom:1rem;
}
    #wait-list .row:last-child{margin-bottom:2rem;}
}
/* 4d. Location overlay
===============================*/
#locations .location-details a {
    color:#fff;
    text-decoration: underline;
}
#locations .location-details a:hover {
    color:#e04a27;
    text-decoration: none;
}
#locations .location-details h4 {
    margin-top:2rem;
}

#locations .location-details p strong {font-family: 'Oswald', sans-serif;}
/* 5. Headers
============================================== */
header {
  position: relative;
  z-index: 110;
}
.menu li>span {
  display: inline-block;
  padding: .35rem 0;
}
.esp {
  padding-left: 0;
}
header a.brand-logo {
  max-width: 247px;
  display: block;
}
.sticky-container {
  z-index: 100;
}
header .navigation a, .menu-trigger {
  line-height: 70px;
  padding-top: 0;
  padding-bottom: 0;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
  .title-bar .navigation {
  padding: .25rem 0 .5rem 0;
}
  header a.brand-logo {
    height: 50px;line-height:50px;
  }
  header .navigation a {line-height:50px;}
  header .navigation img {
    height:40px;
  }
  .title-bar .menu-icon {
    margin-top: 1.05rem;
  }
}
.header-image {
  position:relative;
  display: flex;
  width: 100%;
  height: 450px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color:#fff;
  overflow: hidden;
}
.header-image::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.header-image::after {
  content: "";
  position: absolute;
  z-index: 20;
  top: calc(100% - 20px);
  left: 0;
  width: 100%;
  height: 65px;
  background-image: url('../img/Line.png');
  background-size: auto 110%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.header-image.no-tear::after {
  display: none;
}
@media screen and (min-width: 80em) {
  .header-image::after {
    background-size: 110% 110%;
  }
}
.header-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-image .row {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 85rem;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  transform: translate(-50%, -50%);
}
.header-image h1 {
  z-index: 1;
  text-transform: uppercase;
  text-align: center;
  font-family: bureau-grot-condensed, sans-serif;
  font-weight: 800;
  font-size: 3rem;
  letter-spacing: 3.4px;
  line-height: 1.2;
}
.header-image .owl-caption {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
background: -moz-linear-gradient(left, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
    left:0;
    padding-left:7%;
}
/* 5a. Header Owl Slider
========================= */

.owl-carousel {
  position: relative;
  color: #fff;
  overflow: hidden;
}
.owl-carousel::after {
  content: "";
  position: absolute;
  z-index: 20;
  top: calc(100% - 20px);
  left: -5%;
  width: 110%;
  height: 65px;
  background-image: url('../img/Line.png');
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.owl-caption {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
    left: 50%;
  width: 86%;
    display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
    transform: translate(-50%, 0);

  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
    flex-wrap: wrap;
  align-items: flex-start;
    flex-direction: column;
    justify-content: center;

  }
  @media screen and (max-width: 40em) {
    .owl-caption {
      flex-direction: row;
    }
}
.owl-carousel.owl-loaded {
    display: block;
    position: relative;
    z-index: -1;
}
.owl-slide {
  position: relative;
  min-height: 150px;
  overflow: hidden;
}
.owl-slide::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
}
.owl-carousel .owl-item img {
  width: 150%;
  float: right;
  max-width: 150%;
}
.owl-theme .owl-nav.disabled+.owl-dots {
  z-index: 9999;
  display: block;
  position: absolute;
  bottom: 10px;
  width: 100%;
}
/* Medium and up */
.owl-carousel .owl-item img {
  width: 100%;
  float: none;
}
.owl-carousel .owl-item img.half-image {
  height: 450px;
  width: 50%;
  object-fit: cover;
  float: left;
}
.owl-caption {
  position: absolute;
  z-index: 1;
  width: 75%;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 40em) {
  .owl-carousel .owl-item img {
    width: 100%;
    float: none;
  }
  .owl-carousel .owl-item img.half-image {
    height: 600px;
  }
  .owl-carousel {
    color: #fff;
  }
  .owl-caption {
    width: 50%;
  }
}

/* Defaul Owl Slider Styles */

.owl-theme .owl-nav {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 25px;
  bottom:0;
  left:25px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: calc(100% - 50px);
  opacity: 1;
  pointer-events: none;

  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;

  align-items: center;
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 0;
  display: inline-block;
  cursor: pointer;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  bottom: 20px;
  width: 100%;
  padding: 1rem;
  z-index: 10;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  border-color: #fff;
  border-width: 1px;
  border-style: solid;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}
.owl-prev,
.owl-next {
  position: absolute;
  z-index: 10;
  width: 25px;
  height: 50px;
  background-color: none;
  text-indent: -99999px;
  opacity: 1;
  background-image: url('../img/Arrow.png');
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: auto;
}
.owl-next {
  transform: rotate(180deg);
}
/*.owl-prev, .owl-prev:hover {float:left;}*/
/*.owl-next, .owl-next:hover {float:right;background-color:none;background: url(/img/Arrow.png)no-repeat top left;}*/

.owl-next {right:0;position: absolute;}

.owl-carousel .owl-stage-outer {z-index:10;}
/* Small only */
@media screen and (max-width: 39.9375em) {

    .owl-caption {
        padding: 8% 1rem 10% 1rem;
        text-align: center;
        /* justify-content:flex-start; */
    }
    .owl-caption h1,
    .owl-caption .h1 {
        /* font-size:1.8rem; */
    }
    .owl-theme .owl-dots {
        padding:0;
    }
    .owl-carousel .owl-item img {
        opacity:.5;
    }
    .owl-carousel.owl-loaded {
        background:black;
    }
    .owl-theme .owl-nav {
        display:none;
    }
    .owl-caption .btn {
      margin: 0.5rem auto 0;
      display:none;
    }

}
/* 6. Main Content Area
============================================== */

main::after {
  clear: both;
}
main::after, main::before {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}
main#content {
  max-width: 90%;
  margin: 0 auto;
  padding: 2rem 0 0 0;
}
main#content section {
  padding-top: 1rem;
}
main#content section:last-child {
  padding-bottom: 0;
}
main#content section:first-child {
  padding-top: 0;
}
/* Medium and up */

@media screen and (min-width: 40em) {
  main#content {
    padding-top: 4rem;
    padding-bottom: 4rem;position: relative;
  }
  main#content section {
    padding-top: 3.5rem;
  }
}
/* 6a. Homepage
======================= */


.home-menu-intro h2 {
  position: relative;
  color: #414042;
  text-transform: uppercase;
  font-family: bureau-grot-condensed, sans-serif;
  font-weight: 800;
  font-size: 2.25rem;
  letter-spacing: 3px;
  line-height: 1.2;
  margin-top: 1.5rem;
  text-align: left;
  margin-bottom: 0.7rem;
}
.home-menu-intro h3 {
  color: #414042;
  text-transform: uppercase;
  font-family: bureau-grot, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 1px;
}
.home-menu-intro p {
  color: #414042;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.125rem;
}
.home-menu-intro .btn {
  margin-top: 19px;
  font-family: bureau-grot, sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 0.75rem;
}
.row .row.menu-box-links {
  margin: 0 0 2rem 0;
}
.menu-box-links figure {
  position: relative;
}
.offers .menu-box-links img {
  width: 100%;
  height: 370px;
  object-fit: cover;
}
.menu-box-links figcaption {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: background .35s ease-out;
}
.menu-box-links figcaption>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.menu-box-links h4 {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  padding: 0.5rem;
  background-color: #e04a27;
  font-family: bureau-grot-wide, sans-serif;
  font-weight: 800;
  letter-spacing: 1px;
  font-size: 0.625rem;
}
/* Medium and up */

@media screen and (min-width: 40em) {
  .home-menu-intro h2 {
    /*font-size: 2.5rem;*/
    margin-top: 0;
  }
}
@media screen and (min-width: 64em) {
  .menu-box-links h4 {
    top: 1rem;
    left: -1rem;
    padding: 1rem;
    /* background-color: #e04a27; */
  }
}
/* 6b. Offer boxes
======================= */

.offers .menu-box-links figure {
  background-color: transparent;
  margin-bottom: 0;
}
.offers .menu-box-links figure h4 {
  position: relative;
  top: 0;
  left: 0;
  padding: 1.5rem;
  background-color: #e04a27;
  font-family: bureau-grot-wide, sans-serif;
  font-weight: 800;
  letter-spacing: 1px;
  font-size: 0.625rem;
}
.offers .menu-box-links figure h4 i {
  display: inline-block;
  float: right;
  line-height: 2.5rem;
  font-size: 2rem;
  transform: translateY(-0.9rem);
}
.offers .menu-box-links figure img {
  display: none;
}
.offers .menu-box-links figcaption {
  position: relative;
}
/* Small only */

@media screen and (max-width: 39.9375em) {
  .offers .menu-box-links .column {
    padding: 0;
  }
}
/* Medium and up */

@media screen and (min-width: 40em) {
  .offers .menu-box-links figure h4 i {
    display: none;
  }
  .offers .menu-box-links .column {
    border-top: 0;
  }
  .offers .menu-box-links figure {
    background-color: #000;
  }
  .offers .menu-box-links figure h4 {
    position: absolute;
    top: 1rem;
    left: -1rem;
    padding: 1rem;
  }
  .offers .menu-box-links figcaption {
    position: absolute;
  }
  .offers .menu-box-links figure img {
    display: block;
  }
}
/* 6c. Gift Cards
======================= */
.border-image {
  position: relative;
}
.border-image svg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.border-image.border-image-white {
  fill: #fff;
}
.border-image.border-image-yellow {
  fill: #fff8ee;
}
main#content .gift-cards-intro:first-child {
  padding-top: 6rem;
}
main#content .gift-cards-intro:nth-of-type(odd) {
  position: relative;
  background-color: #fff8ee;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
main#content .gift-cards-intro:nth-of-type(even) {
  margin-bottom: 2rem;
}
main#content .gift-cards-intro:nth-of-type(odd)::before,
main#content .gift-cards-intro:nth-of-type(odd)::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  background-color:#fff8ee;
}

@media screen and (min-width: 40em) {
  main#content .gift-cards-intro:nth-of-type(odd)::before,
  main#content .gift-cards-intro:nth-of-type(odd)::after {
    width: 2rem;
  }
}
main#content .gift-cards-intro:nth-of-type(odd)::before {
  right: 100%;
}
main#content .gift-cards-intro:nth-of-type(odd)::after {
  left: 100%;
}



.gift-cards-intro h2 {
  position: relative;
  display: inline-block;
  font-family: bureau-grot-wide, sans-serif;
  font-weight: 400;
  font-size: 1.875rem;
  letter-spacing: 5px;
  color: #414042;
  text-transform: uppercase;
}

.gift-cards-intro h2::after {
  content: "";
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  height: 7px;
  background-image: url('../img/Brush_2.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.gift-cards-intro img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

@media screen and (min-width: 40em) {
  .gift-cards-intro img {
    height: 370px;
  }
}

.gift-cards-intro h3 {
  font-family: bureau-grot-condensed, sans-serif;
  font-weight: 800;
  letter-spacing: 3px;
  font-size: 2.25rem;
  color: #414042;
  margin-top: 1rem;
}

@media screen and (min-width: 40em) {
  .gift-cards-intro h3 {
    margin-top: 0;
  }
}

.gift-cards-intro p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  color: #414042;
  line-height: 1.3;
  margin-bottom: 35px;
}

.gift-cards-intro .btn {
  font-family: bureau-grot, sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 0.75rem;
}


.gift-cards figure img, .gift-cards figcaption {
    margin-bottom:1.5rem;
}
.gift-cards small.disclaimer {margin-bottom:4rem;display: block;}

@media screen and (min-width: 40em) {
   .gift-cards small.disclaimer {margin-bottom:1rem;}
}

/* 6d. Google Map
======================= */

.google-maps {
        position: relative;
        padding-bottom: 75%;
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }


/* 7. Menu Page section tabs panels
===============================================*/

.menu-price {
  font-family: 'Oswald', sans-serif;
}
select#tinynav1 {
  background: transparent !important;
  border: none;
  font-size: 1.375rem;
  height: 32px;
  padding: 0 1rem;
  width: 100%;
  max-width: none;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #fff;
  font-family: bureau-grot-condensed, sans-serif;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: none;
}
}
/* Select Nav desktop */

/* .menu-nav-select-nav {
  background: #611212 url(../img/select-arrow.png) 95% center no-repeat;
  background-size: 15px;
} */
.menu-nav-select-nav {
  position: relative;
}
.menu-nav-select-nav::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 22px;
  right: 50px;
  width: 20px;
  height: 15px;
  background-image: url('/img/down-arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#select-menu li a {
  font-family: bureau-grot-condensed, sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  text-transform: none;
  transition: all .5s;
}
#select-menu li a:hover {
  background: rgba(0, 0, 0, .15);
}
#select-menu li.selected>a,
#select-menu li.selected>a:hover {
  background-color: #B82E0E;
  color: #fff;
}

/* Select Nav mobile only */

@media screen and (max-width: 39.75em) {
  .tinynav {
    display: block;
    margin-bottom: 0;
  }
  #select-menu {
    display: none;
  }
}
/* Select Nav medium and up */

@media screen and (min-width: 64em) {
  #select-menu li a {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 40em) {
  .tinynav {
    display: none
  }

  .menu-nav-select-nav,
  .menu-nav-select-nav::after {
    background-color: transparent;
    background-image: none;
  }
    .sticky.sticky-sub.is-stuck.is-at-top {top:103px!important;}
}


/* 7a. Menu Page Navigation
===============================================*/

.menu-nav .menu-icon {
  display: inline-block;
}
.menu-nav {
  background-color: #e04a27;
  padding: 0.75rem 1rem;
}
.menu-nav .top-bar {
  padding: 0;
}
.menu-price {
  margin-bottom: 4.375rem;
}
/* 7b. Menu Page Secondary Menu navigation
===============================================*/

.secondary-menu-nav a, .menu-nav a {
  font-family: 'intro_rust_gbase_2_line', 'Oswald', sans-serif;
  text-transform: uppercase;
  color: #931a1a;
}
.secondary-menu-nav {
  background-color: transparent;
}
.secondary-menu-nav a, .menu-nav a {
  border-bottom: 1px solid #e04a27;
}
/* Medium and up */

@media screen and (min-width: 40em) {
  .menu-nav .row, .secondary-menu-nav .row {
    width: 85rem;
    max-width: 90%;
  }
  .secondary-menu-nav a, .menu-nav a {
    font-family: 'Oswald', sans-serif;
    color: #fff;
  }
  .menu-nav {
    padding: 0;
  }
  #menu-select li, #menu-select .dropdown.menu a {
    width: auto;
  }
  #select-menu a {
    font-size: 1.2rem;
    padding: 1rem;
  }
  .secondary-menu-nav {
    background: #611212;
  }
  .secondary-menu-nav a, .menu-nav a {
    border: none;
  }
}
/* Large and up */

@media screen and (min-width: 64em) {
  #select-menu a {
    font-size: 1.4rem;
    padding: 1.4rem;
  }
}
/* 7c. Menu Page Accordion
=========================*/

.accordion {
  margin-left: 0;
  background: transparent;
  list-style-type: none;
}
.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: none;
  border-bottom: 0;
  font-size: 1.9375rem;
  margin-bottom: 0;
  color: #b82e0e;
  font-family: bureau-grot-condensed, sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  text-transform: uppercase;
}
@media screen and (min-width: 40em) {
  .accordion-title {
    padding-left: 0;
  }
}
:last-child:not(.is-active)>.accordion-title {
  border: none;
}
.accordion-content {
  display: none;
  padding: 1rem;
  border: none;
  border-bottom: 0;
  background-color: #fff;
  color: #0a0a0a;
}
.accordion-content figure {
  margin-bottom: 2rem;
}
.accordion-content figcaption {
  padding: 1rem 0 0 0;
}
.accordion-content figcaption {
  font-size: .8rem;
}
.accordion-content figcaption img {}
.accordion-content h3 {
  font-size: 1rem;
  font-weight: bold;
}
.accordion-content .accordion .accordion-title {
  font-family: 'Oswald', sans-serif;
  font-size: 1.4rem;
  color: #000;
}
:last-child>.accordion-content:last-child {
  border: 0;
}
.accordion-title::before {
  position: absolute;
  top: 40%;
  right: 1rem;
  margin-top: -.5rem;
  content: '\f105';
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 2rem;
}
.is-active>.accordion-title::before {
  content: '\f107';
}
.accordion-title:focus,
.accordion-title:hover {
  background-color: transparent;
  color: #611212;
}
/* Medium and up */

@media screen and (min-width: 40em) {
  .accordion-content {
    padding: 0 0 3.5rem 0;
    background: url(../img/ornamental-line.png) center bottom no-repeat;
    margin-bottom: 2.5rem;
    background-size: 98%;
  }
  li.accordion-item:last-child .accordion-content {
    background: none;
    margin-bottom: 0;
    padding: 0;
  }
  .accordion-content h3 {
    font-size: 1.2rem;
  }
  .accordion-content figcaption {
    position: relative;
    bottom: 0;
  }
  .accordion {
    max-width: 85rem;
    margin: 0 auto;
  }
  .accordion-title:focus,
  .accordion-title:hover {
    background-color: transparent;
  }
  .accordion-title::before,
  .is-active > .accordion-title::before {
    content: '';
  }
  .accordion-content {
    background-color: transparent;
  }
}

.sub-menu-header {padding:2rem 0;}
/* 7d. Menu Page Tabs
=========================*/

.tabs {
  margin: 0;
  border: none;
  background-color: transparent;
  list-style-type: none;
}
.tabs-content {
  position: relative;
  border: none;
  border-top: 0;
  background: transparent;
  padding-top: 1rem;
  margin-bottom: 4rem;
}
.tabs-content::before,
.tabs-content::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 0;
  background-color:#fff8ee;
}
@media screen and (min-width: 40em) {
  .tabs-content::before,
  .tabs-content::after {
    width: 2rem;
  }

  .tabs-content {
    padding-top: 2rem;
    margin-bottom: 0;
  }
}
.tabs-content::before {
  right: 100%;
}
.tabs-content::after {
  left: 100%;
}
.tabs-panel h2 {
  position: relative;
  display: inline-block;
  color: #414042;
  font-family: bureau-grot-wide, sans-serif;
  font-weight: 400;
  font-size: 1.875rem;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.tabs-panel h2::after {
  content: "";
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  height: 7px;
  background-image: url('../img/Brush_2.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.tabs-panel .btn {
  font-family: bureau-grot, sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  letter-spacing: 2px;
}
.tabs-title {
  outline: none;
}
.tabs-title>a {
  font-size: 1rem;
}
.tabs-title>a:focus, .tabs-title>a:hover, .tabs-title>a[aria-selected=true] {
  background-color: transparent;
  color: #fff;
}

.menu-items {
  background-color: #fff8ee;
  padding-bottom: 3rem;
}

.menu-items img {
  width: 100%;
  height: 370px;
  object-fit: cover;
}
.menu-items figcaption p {
  color: #414042;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 0.875rem;
}
.menu-items h3 {
  color: #414042;
  font-family: bureau-grot-condensed, sans-serif;
  font-weight: 800;
  font-size: 1.875rem;
  text-transform: none;
}
.menu-items h3 + p {
  color: #414042;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.3;
}
.menu-items .menu-price {
  color: #e04a27;
  font-family: bureau-grot-wide, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
}
/* Medium and up */

@media screen and (min-width: 40em) {
  .tabs-panel.is-active>.accordion .accordion-content {
    display: block;
  }
  .tabs-title>a {
    border: none;
    padding: 1.2rem 1rem;
  }
  .tabs-title>a:focus, .tabs-title>a[aria-selected=true], .tabs-title>a:hover {
    background-color: transparent;
  }
  .tabs-title>a:focus, .tabs-title>a[aria-selected=true] {
    border-bottom: 3px solid #f5a742;
  }
}
/* Large and up */

@media screen and (min-width: 64em) {
  .tabs-title>a {
    padding: 1.2rem 1.4rem;
  }
}

/* 7e. menu page category 
=============================================== */

.menu-category .row{
  --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
    margin-bottom: 3rem;
}

.row .item.col{
  flex-shrink: 0;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)/ 2);
  padding-left: calc(var(--bs-gutter-x)/ 2);
  margin-top: var(--bs-gutter-y);
}

.menu-category .row .item:nth-child(1), .menu-category .row-cols-2 .item:nth-child(2) {
    margin-top: 0;
}



.menu-category .item .img {
    background-image: var(--sm)!important;
    background-position: center;
    background-size: cover;
    border-radius: 0.25rem;
    display: block;
    height: 0;
    padding-bottom: 65%;
    position: relative;
    width: 100%;
}

.menu-category .item h2{
  color: #292929;
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.25;
  margin: 0;
  position: relative;
  text-transform: uppercase;
}

.menu-category.secion{
    display:flex;
    justify-content:space-around;
    align-items: center;
}


@media (min-width: 576px){
.menu-category .item .img {
    background-image: var(--md)!important;
}

.menu-category .item h2:before, .menu-category .item p.h2:before {
    background-color: #FFF;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 1rem;
    top: 0;
    z-index: -1;
}
.menu-category .item h2:after{
  background-color: #C82F13;
    bottom: 0.75rem;
    content: '';
    height: 0.25rem;
    left: calc(100% - 0.5rem);
    position: absolute;
    width: 100vw;
}

.menu-category .item .title {
    margin: -0.75rem 1rem 0 0;
    padding-right: 2rem;
    position: relative;
    z-index: 1;

}


}

@media (min-width: 1200px){

.menu-category .item h2, .menu-category .item p.h2 {
    font-size: 1.25rem;
}

}

@media (min-width: 768px){

.menu-category .item {
    margin-top: 2.25rem;
}

.menu-category .item .img {
    background-image: var(--lg)!important;
    border-radius: 0.5rem;
}

}

@media (min-width: 992px){

.menu-category .item:nth-child(3) {
    margin-top: 0;
}
.menu-category .item {
    margin-bottom: 3rem;
}

.row-cols-lg-3>* {
    flex: 0 0 auto !important;
    width: 33.3333333333% !important;
}
.menu-category .item .img {
    background-image: var(--xl)!important;
}

.menu-category .item .title {
    margin: -0.75rem 0 0;
}

.menu-category .row-cols-2 .item h2, .menu-category .row-cols-2 .item p.h2 {
    padding: 1.5rem 4rem 0 0;
}

.menu-category .item h2:after{
    bottom: 0.375rem;
    left: calc(100% - 3rem);
}
.menu-category .item .title {
  margin: -0.75rem 0 0;
}

}

.menu-category .item {
    margin-top: 1.5rem;
}
.menu-category .item, .menu-category .item .title {
    overflow: hidden;
    position: relative;
}

.menu-category .item .img:before {
    border-radius: 0.5rem;

}

.menu-category .item a {
    text-decoration: none;
}

.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%;
}

.row::before {
  content:none;
}

.menu-category .item .img:before {
    background-color: #292929;
    border-radius: 0.25rem;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}

/* 7.f Menu single
=============================================== */

.header-image .breadcrumbs{
  position: absolute;
    top: 90%;
    left: 50%;
    z-index: 1;
    width: 75rem;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    transform: translate(-50%, -50%);
}

.header-image .breadcrumbs ul { 
    display: flex;
    margin-top: 2rem;
    padding: 0;
    list-style-type: none;
}

.header-image .breadcrumbs ul li {
    background: 0 0;
    font-family: 'Bureau Grot','Helvetica',Arial,sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    margin: 0 1rem 0 0;
    padding: 0;
    text-transform: uppercase;
}

.header-image .breadcrumbs ul li a {
    color: #fff;
    font-weight: 900;
    text-decoration: none;
}

.breadcrumbs li:not(:last-child)::after {
  margin: 0;
  margin-left: 1rem;
}

.breadcrumbs ul li span{
  color: #fff;
}

.header-image .breadcrumbs ul li a:hover {
  color:#C82F13 ;
}

/* 8. Offers Page
===============================================*/

.offers-section figure {
  margin-bottom: 2rem;
  background: #fff;
}
.offers-section figcaption {
  padding: 2rem 2.5rem 3rem 2.5rem;
}



/* 8b. Offers Page
===============================================*/

.news-date {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom:0;
    font-size:80%;
    color:#931a1a;
}

.news-item {
padding-bottom: 2rem;
    padding-top: 2.5rem;
    border-bottom: 1px solid #dedede;
}
.news-item:first-child {
    padding-top:0;
}
.news-item:last-child {
    border-bottom:none;
}

.pagination .current {background:#931a1a;}
.pagination a:hover, .pagination button:hover {background: rgba(151,122,90,.2);}
/* 9. About Page
===============================================*/

.about-header .column {
  padding: 0;
}
.about-header {
  background: rgba(0, 0, 0, .05);
    overflow: hidden;
}
.about-header .header-panel {
  float: none;
  padding: 2rem;
}
.about-header .map-wrapper img {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
.about-header h1 {
    margin-bottom:1.5rem;
}

/* Medium and up */

@media screen and (min-width: 40em) {
    .map-container {
        max-height: 300px;
    }
  .about-header .header-panel {

    padding: 2rem 2rem 2rem 0;
    margin: 5% auto 0 12.66667%;;
  }
    .address-col {border-right:1px solid #e04a27;}
    .about-header .column.hours-col {padding-left:2rem;}
    .about-header .button-group {border-top:1px solid #e04a27;padding-top:2rem;margin-top:2rem;}
}
/* Large and up */

@media screen and (min-width: 64em) {
    .map-container {
        max-height: 500px;
    }
    .about-header {
        max-height:500px;
    }
  .about-header .header-panel {

    margin: .5rem auto 0 12.66667%;;
  }
}
/* Extra Large and up */

@media screen and (min-width: 75em) {
  .about-header .header-panel {
    padding: 4rem 6rem 2rem 0;
  }
}
/* 10. Forms
============================================== */

[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea,
select {
  padding: 1rem;
  margin-bottom: 1.5625rem;
  border-radius: 0px;
  border-width: 0;
  font-family: bureau-grot, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 1.75px;
  text-transform: uppercase;
}
::placeholder {
  color: #a5a5a5;
}
aside#signup {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url(../img/Grit_Red.png);
  background-color: #e04a27;
  background-size: 105%;
  background-position: 50% 50%;
  color: #fff;
}

aside#signup::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 20px);
  left: 0;
  width: 100%;
  height: 65px;
  background-image: url('../img/Line.png');
  background-size: auto 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 80em) {
  aside#signup::before {
    background-size: 110% 100%;
  }
}
aside#signup>.row {
  width: 85rem;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  /*margin-bottom: 1rem;*/
}
aside#signup h2 {
  position: relative;
  z-index: 0;
  font-family: bureau-grot-condensed, sans-serif;
  font-weight: 800;
  letter-spacing: 3px;
  line-height: 1.2;
  font-size: 2.25rem;
  text-transform: uppercase;
  margin-bottom: 25px;
}
aside#signup h2::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -20px;
  left: -20px;
  width: 100%;
  height: 50px;
  background-image: url('../img/Brush_3.png');
  background-repeat: no-repeat;
  background-size: 100% 40px;
}
aside#signup p {
  font-family: bureau-grot, sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 0.875rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 40em) {
  aside#signup p {
    margin-top: 0;
  }
}
aside#signup .btn {
  font-family: bureau-grot, sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  color: #fff;
  letter-spacing: 2px;
  line-height: 1;
  background-color: transparent;
  border: 2px #f5c974 solid;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
aside#signup .btn:hover {
  color: #B82E0E;
  background-color: #f5c974;
}
aside#signup .btn::before {
  display: none;
}
label {
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  line-height: 1.4rem;
  color: #fff;
}


/* 11. Footer
============================================== */

footer {
  padding: 3.5rem 0;
  background-color: #414042;
  background-image: url(../img/Brand_Imagery.jpg), url(../img/Grit_Gray.png);
  background-repeat: no-repeat;
  background-size: cover, 105%;
  background-position: 100% 35%, 50% 50%;
}
@media screen and (min-width: 64em) {
  footer {
    background-size: 400px, 105%;
  }
}
@media screen and (min-width: 85em) {
  footer {
    background-size: calc(400px + 20vw), 105%;
  }
}
footer>.row {
  max-width: 90%;
}

@media screen and (min-width: 40em) {
  footer>.row {
    display: flex;
  }
  footer>.row>.column {
    align-self: flex-end;
  }
}
footer .menu a:hover {
  color: #e04a27;
}
footer .footer-main a {
  color: #fff;
  font-family: bureau-grot, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  letter-spacing: 1px;
}
footer .footer-secondary a {
  color: #f5c974;
  font-family: bureau-grot-condensed, sans-serif;
  font-weight: 500;
  font-size: .8rem;
  letter-spacing: 1.2px;
  padding-bottom: 0;
}
footer .menu.social a {
  padding: 0.78125rem;
}
footer .menu.social img {
  width: 35px;
  height: 35px;
}
footer .footer-secondary a {
  /* font-size: 70%; */
  color: #f5c974;
}
footer small {
  clear: both;
  display: block;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: .8rem;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-family: bureau-grot-condensed, sans-serif;
}
/* Medium and up */

@media screen and (min-width: 40em) {
  footer .menu.footer-main, footer .menu.footer-secondary {
    float: left;
  }
  footer .menu.footer-secondary {
    clear: both;
  }
  footer .menu.social {
    float: right;
  }
  footer small {
    text-align: right;
  }
}
