* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

a {
  color: #DA2A2A;
  text-decoration: none;
}
a:visited {
	color: #DA2A2A;
}

a.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  background: #B83A38;
  color: white;
  border: 0;
}
a.skip-link:focus, a.skip-link:active {
  position: absolute;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
  padding: 15px;
}

body {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-size: 16px;
  min-width: 320px;
  background: #FEFAF4;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
}

.mobile {
  display: none;
}

.row {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.row .col {
  flex: 0 0 50%;
}

button {
  cursor: pointer;
}

.heading {
  background: #F5E9E2;
  font-weight: 900;
  font-size: 42px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.04em;
  font-variant: 'proxima-nova';
  color:#000000;
  padding: 6px 65px;
  display: inline-block;
  margin: 0 auto;
  text-transform: uppercase;
}

.site-header {
  background: #B83A38;
  padding: 0 32px;
  display: flex;
  justify-content: space-between;
}
.site-header .logo {
  flex: 0 0 247px;
  padding-top: 10px;  
}
.site-header .main-navigation {
  padding: 24px 0;
  text-align: right;
}
.site-header .main-navigation ul {
  justify-content: flex-end;
}
.site-header .main-navigation li {
  padding: 0 2px;
  display: inline-block;
  margin-left: 5px;
}
.site-header .main-navigation li a {
  font-weight: 700;
  padding: 10px 20px;
  color: white;
  text-decoration: none;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
}
.site-header .main-navigation li a:hover, .site-header .main-navigation li a:active, .site-header .main-navigation li a:focus, .site-header .main-navigation li a.active {
  color: #B83A38;
  background: #F7E8E1;
}
.site-header .menu-toggle {
  width: 35px;
  height: 35px;
  background: none;
  border: none;
  padding: 0;
  float: right;
}
.site-header .menu-toggle[aria-expanded=false] {
  background: url("images/menu.png");
  background-size: cover;
}
.site-header .menu-toggle[aria-expanded=true] {
  width: 27px;
  height: 27px;
  background: url("images/close.png");
  background-size: cover;
}

.site-footer .footer-top {
  border-top: 1px solid black;
}
.site-footer .footer-top .container {
  display: flex;
}
.site-footer .footer-top .container .footer-newsletter {
  box-sizing: border-box;
  flex: 0 0 50%;
  padding: 35px 70px;
  border-right: 1px solid black;
}
.site-footer .footer-top .container .footer-newsletter .p1 {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  font-variant: 'proxima-nova';
  margin-bottom: 10px;
}
.site-footer .footer-top .container .footer-newsletter .p2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 30px;
}
.site-footer .footer-top .container .footer-newsletter form {
  position: relative;
  border: 1px solid #000000;
  border-radius: 10px;
  display: flex;
  background: white;
  padding: 0 20px;
}
.site-footer .footer-top .container .footer-newsletter input {
  width: 100%;
  border: none;
  padding: 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
}
.site-footer .footer-top .container .footer-newsletter button {
  background: none;
  border: none;
}
.site-footer .footer-top .container .footer-newsletter button img {
  width: 26px;
}
.site-footer .footer-top .container .footer-app {
  box-sizing: border-box;
  flex: 0 0 50%;
  display: flex;
}
.site-footer .footer-top .container .footer-app h2 {
  font-weight: 400;
  font-size: 34px;
  line-height: 34px;
  font-variant: 'proxima-nova';
  margin-bottom: 20px;
}
.site-footer .footer-top .container .footer-app .d1 {
  padding: 35px;
}
.site-footer .footer-top .container .footer-app .d1 img {
  width: 239px;
}
.site-footer .footer-top .container .footer-app .d2 {
  padding: 22px;
}
.site-footer .footer-top .container .footer-app .d2 img {
  width: 136px;
}
.site-footer .footer-bottom {
  background: #B83A38;
  padding: 0 20px;
}
.site-footer .footer-bottom .container {
  display: flex;
  justify-content: space-between;
  color: white;
}
.site-footer .footer-bottom .container .footer-navigation {
  padding: 35px 0;
  flex: 0 0 50%;
}
.site-footer .footer-bottom .container .footer-navigation p {
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
}
.site-footer .footer-bottom .container .footer-navigation ul {
  list-style-type: none;
  margin-left: 0;
}
.site-footer .footer-bottom .container .footer-navigation ul li a {
  color: white;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}
.site-footer .footer-bottom .container .footer-copyright {
  text-align: right;
  position: relative;
  flex: 0 0 50%;
}
.site-footer .footer-bottom .container .footer-copyright span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.welcome {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/banner.png");
  background-size: cover;
}
.welcome h1 {
  padding: 167px 0;
  max-width: 756px;
  color: white;
  margin: 0 auto;
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.homepage-content {
  background: url("images/wallpaper.png");
  padding: 80px 68px;
}
.homepage-content h2 {
  font-weight: 700;
  font-size: 26px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #EB503C;
  margin-bottom: 15px;
}
.homepage-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #000000;
  margin-bottom: 0;
}
.homepage-content .homepage-desc{
  max-width: 1016px;
  margin: 0 auto;
}
.eateries .row .eatery-image {
  height: 550px;
}
.eateries .row .eatery-image img {
  display: none;
}
.eateries .row .eatery-info {
  padding: 20px;
  text-align: left;
  margin: auto;
  max-width: 600px;
}

.eateries .row .eatery-info p {
  margin-top: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 180%;
  margin-bottom: 50px;
}
.eateries .row .eatery-info a {
  background: #DA2C2A;
  border-radius: 10px;
  color: white;
  text-align: center;
  display: inline-block;
  padding: 16px 80px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
}
.eateries .row:nth-child(even) .eatery-image {
  order: 2;
}
.eateries .row:nth-child(even) .eatery-info {
  order: 1;
}
.home-logos{
  max-height:120px;
  width:auto;
}
.menu-logos {
  margin-top: 50px;
  text-align: center;
  margin-bottom: 80px;
}
.menu-logos .logo {
  margin: 0 auto;
  display: none;
}
.menu-logos .logo.active {
  display: block;
}

.menu-tabs {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 0;
  padding: 0 20px;
}
.menu-tabs li {
  flex: 0 1 200px;
  margin-bottom: 20px;
}

.tab {
  border: 2px solid #DA2C2A;
  color: #DA2C2A;
  background: #FFFFFF;
  border: 2px solid #DA2C2A;
  border-radius: 10px;
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  width: 100%;
  padding: 15px 0;
}
.tab.active, .tab:hover, .tab:active {
  background: #DA2C2A;
  color: white;
}

.tabimage {
  display: none;
  margin: 0 auto;
  height: 154px;
}
.tabimage.active {
  display: block;
}
.menu-change-text{
  text-align: center;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  color: #050505;
}
.tabpanel {
  display: none;
  columns: 2;
  margin-bottom: 70px;
  margin-top: 50px;
  min-height: 200px;
}
.tabpanel.active {
  display: flex;
}
.tabpanel .section {
  position: relative;
  text-align: center;
  padding: 20px;
}
.tabpanel .section:before {
  content: "";
  width: calc(100% - 40px);
  border-bottom: solid 2px #DA2A2A;
  position: absolute;
  left: 20px;
  top: 51px;
  z-index: 0;
}
.tabpanel h2 {
  position: relative;
  z-index: 1;
  font-weight: 800;
  font-size: 38px;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
  color: #DA2A2A;
  z-index: 1;
  position: relative;
  background: #FEFAF4;
  padding: 15px 15px;
  display: inline-block;
  margin-bottom: 15px;
}
.tabpanel h3 {
  text-align: left;
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color:#000000;
}
.tabpanel h3 span {
  font-size: 20px;
  line-height: 20px;
  font-weight: normal;
}
.tabpanel h3 + h3 {
  margin-top: 20px;
}
.tabpanel p {
  text-align: left;
  color:#000000;
}
.tabpanel .sp-red{
  color: #DA2A2A;
  font-style: italic;
}
.panda-temp{  
  font-style: italic;
  margin: 0 auto;
  padding: 20px;
}
.hours {
  background: url("images/hours-bg.jpg");
  padding-top: 70px;
  text-align: center;
}
.hours-content{
  max-width: 1160px;
  margin: 0 auto;
}
.hours-header {
  margin-bottom: 50px;
}
.hours-header h2 {
  margin-top: 0;
  font-weight: 900;
  font-size: 42px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.04em;
  font: 'proxima-nova';
  text-transform: uppercase;
  padding: 6px 65px;
  display: inline-block;
  margin: 0 auto;
  color:#000000;
}
.hours-header p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.04em;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.card {
  border: 15px solid #EB503C;
  flex: 0 1 30%;
  border-radius: 25px;
  background: white;
  padding: 30px 50px;
  margin-bottom: 55px;
  text-align: center;
}
.card img {
  margin-bottom: 5px;
  max-height: 130px;
}
.card .hour-set p:first-child {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.04em;
  text-decoration-line: underline;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.card .hour-set p:nth-child(2) {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 0.8em;
}

.location-header {
  text-align: center;
  padding-top: 50px;
  margin-bottom: 50px;
}
.location-header h2 {
  margin-bottom: 25px;
}
.location-header p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.04em;
}

.map {
  margin-bottom: -5px;
}

.download {
  padding-top: 50px;
  padding-bottom: 50px;
  background: url("images/download_bg.jpg");
}

.feature {
  background: #B83A38;
  padding: 65px 100px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  border-radius: 10px;
  margin: 20px;
}
.feature .feature-left {
  flex: 0 0 630px;
}
.feature .feature-left h1 {
  margin-top: 0;
  font-weight: 900;
  font-size: 60px;
  line-height: 120%;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.feature .feature-left p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #FFFFFF;
}
.feature .feature-left .buttons {
  padding-top: 40px;
}
.feature .feature-left .buttons a img {
  height: 58px;
  margin-right: 20px;
}
.feature .phone {
  position: absolute;
  width: 316px;
  right: 65px;
  top: -30px;
}

.howto {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.steps {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.step {
  flex: 0 0 263px;
  position: relative;
  text-align: center;
}
.step:before {
  content: "";
  width: 100%;
  border-bottom: solid 3px #DA2A2A;
  position: absolute;
  left: 0;
  top: 30px;
  z-index: 0;
}
.step h3 {
  position: relative;
  z-index: 1;
  background: #FEFAF4;
  padding: 15px 15px;
  display: inline-block;
}
.step h3 .circle {
  display: inline-block;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #AB4444;
  margin-right: 5px;
  background: #F7E8E1;
  margin-left: 4px;
}
.step h3 .circle span {
  text-align: center;
  display: block;
  color: #990001;
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
}

@media screen and (max-width: 1460px) {
  section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-tabs {
    max-width: 720px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1160px) {
  .feature {
    background: none;
    padding: 30px 50px;
  }
  .feature .feature-left {
    background: #B83A38;
    z-index: 2;
    padding: 20px;
  }

  .steps {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 992px) {
  .site-footer .footer-top .container {
    display: block;
  }

  .site-footer .footer-top .container .footer-newsletter {
    border-right: none;
  }

  .site-footer .footer-top .container .footer-app {
    border-top: 1px solid black;
    justify-content: space-between;
  }
  .site-footer .footer-top .container .footer-app .google, .site-footer .footer-top .container .footer-app .apple {
    display: block;
  }

  .eateries .row .eatery-image {
    height: auto;
  }

  .card {
    flex: 0 1 46%;
  }

  .feature {
    background: none;
  }
  .feature .feature-left {
    background: #B83A38;
    z-index: 2;
    padding: 20px;
  }

  .tabimage {
    height: auto;
  }
  #tabimage-5{
    max-height: 150px;
  } 
}
@media screen and (max-width: 768px) {
  .heading {
    font-size: 22px;
    line-height: 150%;
    padding: 10px 20px;
  }

  .hours {
    padding: 20px;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .row .col {
    flex: 0 0 100%;
  }

  .site-header {
    padding: 0 20px;
  }
  .site-header.switched {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    position: fixed;
    text-align: center;
    top: 0;
    z-index: 10000;
  }
  .site-header.switched .logo {
    order: 2;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .site-header .logo {
    display: block;
    width: 215px;
    margin: 0 auto;
  }

  .main-navigation .nav-menu {
    padding-top: 270px;
    text-align: center;
  }
  .main-navigation .nav-menu li {
    width: 100%;
    font-weight: 900;
    font-size: 30px;
    line-height: 37px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 30px;
  }
  .main-navigation .nav-menu li a {
    padding: 5px 20px;
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
  }

  .site-footer .footer-top .container .footer-newsletter {
    padding: 20px;
  }
  .site-footer .footer-top .container .footer-newsletter .p2 {
    font-size: 16px;
  }
  .site-footer .footer-top .container .footer-newsletter input {
    font-size: 18px;
    padding: 10px;
  }

  .site-footer .footer-top .container .footer-app .d1 {
    padding: 20px;
    padding-right: 10px;
  }
  .site-footer .footer-top .container .footer-app .d1 img {
    width: 180px;
  }
  .site-footer .footer-top .container .footer-app .d1 h2 {
    font-size: 20px;
  }
  .site-footer .footer-top .container .footer-app .d2 {
    padding: 20px;
    padding-left: 10px;
  }
  .site-footer .footer-top .container .footer-app .d2 a {
    display: block;
  }

  .welcome h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .homepage-content {
    padding: 20px;
  }
  .homepage-content h2 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px;
  }
  .homepage-content p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 10px;
  }

  #eatery-1 .eatery-info img {
    max-width: 339px;
  }

  #eatery-2 .eatery-info img {
    max-width: 260px;
  }

  #eatery-3 .eatery-info img {
    max-width: 339px;
  }

  #eatery-4 .eatery-info img {
    max-width: 339px;
  }

  #eatery-5 .eatery-info img {
    max-width: 130px;
  }

  #eatery-6 .eatery-info img {
    max-width: 260px;
  }

  .eateries .row .eatery-image {
    background: none !important;
  }
  .eateries .row .eatery-image img {
    display: block;
  }
  .eateries .row .eatery-info {
    padding: 25px;
    text-align: center;
  }
  .eateries .row .eatery-info p {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 35px;
    margin-top: 5px;
  }
  .eateries .row:nth-child(even) .eatery-image {
    order: 1;
  }
  .eateries .row:nth-child(even) .eatery-info {
    order: 2;
  }

  .card {
    flex: 0 1 100%;
  }

  .feature {
    background: #B83A38;
  }
  .feature .feature-left {
    background: none;
    flex: 0 0 100%;
  }
  .feature .feature-left p {
    margin-bottom: 0;
  }
  .feature .feature-left .buttons {
    text-align: center;
  }
  .feature .feature-left .buttons a img {
    height: 41px;
  }
  .feature .phone {
    position: static;
    margin: 10px auto;
    width: 147px;
  }

  .menu-logos {
    padding: 0 20px;
    margin-bottom: 30px;
  }

  .menu-tabs {
    max-width: 360px;
    margin: 0 auto;
  }
  .menu-tabs li {
    flex: 0 1 auto;
  }

  .tab {
    font-size: 14px;
    width: 150px;
    padding: 10px 0;
  }

  .tabpanel h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .tabpanel h3 {
    font-size: 18px;
    line-height: 150%;
  }
  .tabpanel h3 span {
    font-size: 14px;
  }
  .tabpanel p {
    font-size: 14px;
    line-height: 150%;
  }

  .hours-header {
    margin-bottom: 30px;
  }
  .hours-header h2 {
    font-size: 30px;
    line-height: 150%;
    padding: 0;
    margin-bottom: 10px;
  }
  .hours-header p {
    font-size: 14px;
  }

  .card {
    padding: 20px;
    margin-bottom: 35px;
  }
  .card .hour-set p:first-child {
    font-size: 18px;
  }
  .card .hour-set p:nth-child(2) {
    font-size: 14px;
  }

  .location-header p {
    font-size: 18px;
  }
  .location-header p:first-child {
    font-size: 20px;
  }

  .download {
    padding-top: 0;
  }

  .feature {
    margin: 30px 20px;
    padding: 20px;
  }
  .feature .feature-left h1 {
    font-size: 28px;
  }
  .feature .feature-left p {
    font-size: 16px;
  }

  .howto {
    padding: 20px;
  }

  .steps {
    padding: 0 50px;
    display: block;
  }
  .steps .step {
    text-align: center;
  }
  .steps .step img, .steps .step p {
    display: block;
  }
  .steps .step img {
    width: 147px;
    margin: 30px auto;
  }
}
@media screen and (max-width: 400px) {
  .site-header .logo {
    flex: 0 0 200px;
    padding-top: 12px;
  }

  .site-footer .footer-bottom .container {
    display: block;
    padding-bottom: 20px;
  }

  .site-footer .footer-bottom .container .footer-copyright span {
    position: static;
    right: auto;
    top: auto;
    transform: none;
  }
}