:root {
  --tj-red-hover: #bd021e;
  --white: #fff;
  --tj-red: #a10018;
  --logo-red: #a10018;
  --semi-white: #ffffff3d;
  --light-grey: #f3f3f3;
  --border-gray: #d7d7d7;
  --clear: #0000;
  --semi-black: #0f0f0f45;
  --hover: #fe545a;
  --white-2: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.fooddiv {
  padding: 10px 0;
}

.foodtitle {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.fooddesc {
  padding-top: 5px;
}

.fooddesc.red {
  color: var(--tj-red-hover);
}

.foodcol1 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.foodcol2 {
  padding: 10px;
}

.menu-desc {
  padding-top: 10px;
  font-size: 16px;
  line-height: 22px;
}

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

.heading {
  color: var(--white);
  text-align: center;
}

.menu-heading {
  margin-bottom: 0;
  font-size: 33px;
  line-height: 36px;
}

.foodprice, .foodtitle-copy, .foodtitle-copy {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.menu-cat {
  color: var(--tj-red);
  text-align: center;
  background-image: linear-gradient(90deg, #dbdbdb, #fff);
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  font-size: 44px;
  line-height: 46px;
}

.nav-link {
  margin-right: 10px;
  font-size: 16px;
  line-height: 22px;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--logo-red);
}

.image {
  height: 70px;
}

.navbar {
  background-color: #fff;
  position: fixed;
  inset: 0% 0% auto;
}

.abouttxt {
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  line-height: 24px;
}

.section {
  margin-top: 80px;
}

.text-block {
  font-size: 16px;
  line-height: 22px;
}

.slider {
  background-color: var(--white);
  height: 500px;
  margin-top: 0;
}

.slide {
  background-image: url('../images/ISS_35069_82199.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/38fd1f64-fece-4f72-807b-3ebd165ca1d5.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.column-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 450px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  display: flex;
  position: static;
}

.body {
  font-family: Karla, sans-serif;
}

.text-block-2 {
  padding-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

.button {
  background-color: var(--tj-red);
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 15px 25px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.button:hover {
  background-color: var(--tj-red-hover);
}

.button.outline {
  border: 2px solid var(--white);
  background-color: var(--semi-white);
  color: var(--white);
  padding: 20px 40px;
  font-size: 22px;
  line-height: 24px;
  transition: flex-grow .1s;
}

.button.outline:hover {
  transform: scale(1.1);
}

.button.right {
  margin-left: 20px;
}

.container {
  padding-top: 0;
  padding-bottom: 0;
}

.section-2 {
  padding: 100px 20px 60px;
  display: block;
}

.text-block-3 {
  color: #fff;
}

.div-block-2 {
  background-color: var(--tj-red);
  border-radius: 0;
  padding: 40px 20px;
}

.text-block-4 {
  color: var(--white);
  text-align: center;
  font-size: 44px;
  font-weight: 700;
  line-height: 44px;
}

.cell {
  background-image: url('../images/inside-tjs-edina-mn-02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading-2 {
  text-align: center;
  margin-bottom: 20px;
}

.info-text {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 18px;
  line-height: 22px;
}

.section-3 {
  padding-top: 40px;
  padding-bottom: 60px;
}

.text-block-2-copy {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
}

.section-4 {
  background-color: var(--light-grey);
  padding-top: 60px;
  padding-bottom: 60px;
}

.column-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 350px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.column-4 {
  border: 10px solid var(--border-gray);
  background-image: url('../images/grilled-cheese-and-bacon-1024x602.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
}

.column-5 {
  border: 10px solid var(--border-gray);
  background-image: url('../images/bbq-pork-platter-1024x710.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
}

.quick-stack {
  margin-top: 40px;
  margin-bottom: 40px;
}

.columns-2 {
  padding-top: 20px;
}

.heading-3 {
  font-size: 26px;
}

.div-block-3 {
  padding-top: 10px;
}

.column-6 {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 60px;
}

.reviewdiv {
  background-color: var(--light-grey);
  border: 1px solid #c7c7c7;
  height: 450px;
}

.review-button-copy {
  margin-left: 10px;
  margin-right: 10px;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-10 {
  background-color: var(--clear);
  height: auto;
  padding: 10px;
}

.text-block-35 {
  text-align: left;
  font-size: 15px;
  line-height: 22px;
}

.button-7 {
  color: #c4171d;
  text-align: center;
  background-color: #0000;
  border: 1px solid #c4171d;
  width: 200px;
  margin-top: 10px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 500;
}

.button-7:hover {
  color: #fff;
  background-color: #c4171d;
}

.button-7.review {
  background-color: var(--tj-red);
  color: #fff;
  border-style: none;
  border-color: #40b429;
  width: 100%;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  display: block;
  position: static;
  inset: auto 0% 0%;
}

.button-7.review:hover {
  background-color: var(--tj-red-hover);
  color: #fff;
  border: 0 #ff0b01;
}

.newheader {
  color: var(--logo-red);
}

.columns-7 {
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 20px;
}

.heading-3-copy {
  color: var(--tj-red);
  text-align: center;
  margin-top: 0;
  font-size: 42px;
  font-weight: 700;
  line-height: 52px;
}

.image-12 {
  width: 100%;
}

.column-41 {
  padding: 0 10px;
}

.review-button {
  margin-left: 10px;
  margin-right: 10px;
  position: absolute;
  inset: auto 0% 0%;
}

.reviewimg {
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
  overflow: hidden;
}

.section-5 {
  background-color: #fff;
  border: 1px #000;
  padding-top: 60px;
  padding-bottom: 100px;
}

.section-6 {
  background-color: #000;
  padding: 20px 5% 40px;
}

.heading-4 {
  color: #ebeae2;
}

.link {
  color: #ebeae2;
  margin-top: 0;
  padding-top: 3px;
  padding-bottom: 2px;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.link.w--current {
  color: #ebeae2;
  margin-top: 0;
  font-size: 15px;
  line-height: 20px;
  display: block;
}

.text-block-36 {
  color: #ebeae2;
  padding-top: 3px;
  padding-bottom: 2px;
  font-size: 15px;
  line-height: 22px;
}

.div-block-31 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sociallink {
  margin-right: 10px;
  padding: 10px;
}

.socialimg {
  width: auto;
  height: 20px;
}

.link-block {
  margin-top: 20px;
}

.column-45 {
  text-align: center;
}

.nav-menu {
  align-items: center;
  height: 70px;
  margin-top: 0;
  display: flex;
}

.container-2 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.section-7 {
  margin-top: 20px;
}

.section-8, .section-9, .section-10, .section-11 {
  margin-top: 80px;
}

.div-block-32 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-33 {
  background-color: #00000057;
  border-radius: 5px;
  width: 50%;
  margin-bottom: 20px;
  padding: 10px 10px 20px;
}

.heading-5 {
  color: var(--white);
  text-align: center;
  font-size: 48px;
}

.heading-5-copy {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
}

.div-block-34 {
  text-align: center;
  padding: 10px;
}

.div-block-35 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.cell-2 {
  background-image: url('../images/cajun-chicken-sandwich-1024x761.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cell-3 {
  background-image: url('../images/pancakes-tjs-edina.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-35-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  display: flex;
}

.div-block-36 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  display: flex;
}

.text-block-37 {
  color: var(--white);
  text-align: center;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
}

.droplink {
  font-size: 14px;
  line-height: 20px;
}

.droplink:hover, .droplink.w--current {
  color: var(--logo-red);
}

.dropdown-list {
  background-color: #dad6d6;
}

.dropdown-list.w--open {
  background-color: #f1f1f1;
}

.social-div {
  justify-content: center;
  align-items: center;
  height: 70px;
  margin-top: 5px;
  margin-left: 0;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.social-div-copy {
  justify-content: flex-start;
  align-items: center;
  height: 70px;
  margin-top: 5px;
  margin-left: 0;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
}

.sociallink-copy {
  margin-right: 10px;
  padding: 10px;
}

.sociallink2 {
  margin-right: 5px;
  padding: 10px;
}

.social-div-contact {
  justify-content: flex-start;
  align-items: center;
  height: 70px;
  margin-top: 5px;
  margin-left: 0;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
}

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

.heading-6.sub {
  margin-top: 0;
  margin-bottom: 0;
}

.slide-3 {
  background-image: url('../images/holiday-drinks.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/aed211cb-24dc-45f3-8488-e17b182f51d4.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-2 {
  height: 500px;
}

.slide-5 {
  background-image: url('../images/wrap-sandwiches.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/cheeseburger-1024x793.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/tjs-edina-pizza.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/cajun-chicken-sandwich-1024x761.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.headerdiv {
  background-image: linear-gradient(#0006, #0006), url('../images/yelp-review.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 250px;
  padding-bottom: 20px;
  display: flex;
}

.body-2, .body-3 {
  font-family: Karla, sans-serif;
}

.headerdiv-catering {
  background-image: linear-gradient(#0006, #0006), url('../images/catering3.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 250px;
  padding-bottom: 20px;
  display: flex;
}

.headerdiv-about {
  background-image: linear-gradient(#0006, #0006), url('../images/bbq-pork-platter-1024x710.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 250px;
  padding-bottom: 20px;
  display: flex;
}

.body-4, .body-5 {
  font-family: Karla, sans-serif;
}

.headerdiv-contact {
  background-image: linear-gradient(#0006, #0006), url('../images/margherita-pizza-tjs.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 250px;
  padding-bottom: 20px;
  display: flex;
}

.headerdiv-events {
  background-image: linear-gradient(#0006, #0006), url('../images/catering12.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 250px;
  padding-bottom: 20px;
  display: flex;
}

.body-6 {
  font-family: Karla, sans-serif;
}

.headerdiv-gal {
  background-image: linear-gradient(#0006, #0006), url('../images/aed211cb-24dc-45f3-8488-e17b182f51d4.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 250px;
  padding-bottom: 20px;
  display: flex;
}

.body-7 {
  font-family: Karla, sans-serif;
}

.div-block-37 {
  background-color: var(--border-gray);
  width: 100%;
  height: 3px;
}

.div-block-38 {
  justify-content: space-around;
  align-items: stretch;
  width: 60%;
  padding: 30px 20px 10px;
  display: flex;
}

.gallery-overview {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image {
  width: 100%;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr;
}

.lightbox-link {
  width: 100%;
}

.gallery-col {
  padding-top: 10px;
  padding-bottom: 10px;
}

.columns-8 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.column-46, .column-47 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  display: flex;
}

.div-block-39 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.button-outline {
  background-color: var(--semi-black);
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 20px 40px;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
}

.button-outline:hover {
  background-color: var(--semi-white);
}

.button-outline.outline {
  border: 2px solid var(--white);
  background-color: var(--semi-white);
  color: var(--white);
  padding: 20px 40px;
  font-size: 22px;
  line-height: 24px;
  transition: flex-grow .1s;
}

.button-outline.outline:hover {
  transform: scale(1.1);
}

.div-block-40 {
  background-color: var(--logo-red);
  width: 50%;
  height: 2px;
  margin-top: 3px;
}

.columns-8-copy {
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-39-copy {
  text-align: center;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.imgdiv {
  object-fit: fill;
  height: 220px;
  margin-bottom: 10px;
  overflow: hidden;
}

.imgclass {
  object-fit: fill;
  margin-bottom: auto;
  padding-bottom: 0;
  position: static;
  top: -30px;
  overflow: visible;
}

.lightbox-link-2 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.slide-copy {
  background-image: url('../images/tjs-edina-pizza.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-5-copy {
  background-image: url('../images/Mimosa-Flight-7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-1 {
  background-image: url('../images/tjs-wood-bg.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.column-2-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.column-48 {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.image-13 {
  width: 100%;
}

.lightbox-link-3 {
  justify-content: center;
  align-items: center;
  width: 75%;
  display: flex;
}

.text-block-6 {
  text-align: center;
  padding-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

.text-block-7 {
  text-align: center;
  padding-top: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.section-12 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-block-6-copy {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.div-block-41 {
  border: 1px solid #be1f24;
  padding: 10px 15px 20px;
}

.column-49 {
  padding-left: 20px;
}

.text-block-8 {
  text-align: center;
  padding-top: 10px;
  padding-left: 10px;
  font-size: 18px;
  line-height: 24px;
}

.headerdiv-copy {
  background-image: linear-gradient(#0006, #0006), url('../images/4bb41a48-d44d-4375-9ac2-c9d71b810e37-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 250px;
  padding-bottom: 20px;
  display: flex;
}

.foodwarning {
  padding-top: 5px;
}

.icon {
  font-size: 14px;
  display: block;
}

.dropdown-toggle {
  padding-right: 40px;
}

.text-block-38 {
  color: var(--white);
  font-size: 16px;
}

.div-block-42 {
  background-color: var(--logo-red);
  height: 24px;
}

.text-block-39 {
  background-color: var(--logo-red);
  color: var(--white);
  text-align: center;
  font-weight: 600;
}

.column-50 {
  background-image: url('../images/margherita-pizza-tjs.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  order: -1;
  height: 400px;
}

.column-51 {
  background-color: var(--light-grey);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.columns-10 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-13 {
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.headerdiv-drinks {
  background-image: linear-gradient(#0006, #0006), url('../images/Mimosa-Flight-7.jpg');
  background-position: 0 0, 50% 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 250px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-39-copy {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-4-copy {
  color: #ebeae2;
  text-align: center;
}

.code-embed {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: block;
}

.section-14 {
  background-color: var(--logo-red);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-43 {
  width: 600px;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.menu-desc-copy {
  text-align: center;
  padding-top: 10px;
  font-size: 16px;
  line-height: 22px;
}

.text-block-40 {
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-44 {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.section-2-copy {
  padding: 60px 20px;
}

.column-copy {
  background-image: url('../images/outside-tjs-edina-mn.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
}

.section-15 {
  padding-top: 60px;
  padding-bottom: 100px;
}

.section-16 {
  padding-top: 40px;
  padding-bottom: 60px;
}

.columns-2-copy {
  padding-top: 20px;
}

.column-6-copy {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.headerdiv-apple {
  background-image: linear-gradient(#0006, #0006), url('../images/e2f66f53-1fb9-44a8-971a-ac07c7616c11.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 250px;
  padding-bottom: 20px;
  display: flex;
}

.headerdiv-minni {
  background-image: linear-gradient(#0006, #0006), url('../images/38fd1f64-fece-4f72-807b-3ebd165ca1d5.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 250px;
  padding-bottom: 20px;
  display: flex;
}

.col-66 {
  padding-left: 10px;
  padding-right: 10px;
}

.column-41-copy {
  padding: 0 10px;
}

.button-div {
  margin-left: 10px;
  margin-right: 10px;
  position: absolute;
  inset: auto 0% 0%;
}

.reviewdiv-copy {
  background-color: var(--light-grey);
  background-color: var(--light-grey);
  border: 1px solid #c7c7c7;
  flex-flow: column;
  justify-content: space-between;
  height: 500px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-10-copy {
  background-color: var(--clear);
  height: auto;
  padding: 10px;
}

.newheader-copy {
  color: var(--tj-red);
  font-size: 24px;
  line-height: 32px;
}

.column-53 {
  padding-bottom: 0;
}

.heading-6-copy {
  text-align: center;
  font-size: 32px;
  line-height: 38px;
}

.heading-6-copy.sub {
  margin-top: 0;
  margin-bottom: 0;
}

.column-54, .columns-11 {
  text-align: center;
}

.section-17 {
  padding-top: 40px;
  padding-bottom: 100px;
}

.text-block-41 {
  text-align: center;
  margin-top: 20px;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  line-height: 22px;
}

.text-block-42 {
  color: var(--logo-red);
  padding-top: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}

.text-block-43 {
  font-size: 16px;
  line-height: 22px;
}

.pricing-notice {
  display: none;
}

.info-text-copy {
  padding-top: 5px;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 22px;
}

.heading-16 {
  text-align: center;
  margin-top: 10px;
  font-size: 32px;
  line-height: 38px;
}

.heading-16.sub {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-45 {
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 20px 60px 30px;
  display: flex;
}

.headerdiv-minni-copy {
  background-image: linear-gradient(#0006, #0006), url('../images/38fd1f64-fece-4f72-807b-3ebd165ca1d5.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.slide-3-copy {
  background-image: url('../images/holiday-drinks.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.navbar-2 {
  display: none;
}

.nav-link-2.w--current {
  color: var(--tj-red);
}

.section-18 {
  background-image: url('../images/TJs-pizza-green-bg.jpg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: auto;
  height: 45px;
  position: static;
  inset: 0% auto auto 0%;
}

.section-19 {
  z-index: 500;
  background-image: url('../images/TJS-paper-border-top.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 280px;
  padding-left: 100px;
  padding-right: 100px;
  font-weight: 700;
  position: relative;
}

.image-16 {
  width: 300px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: -10% 0% auto;
}

.link-2 {
  color: #64160e;
  text-align: center;
  margin-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  display: block;
}

.link-2:hover {
  color: #709d51;
}

.section-20 {
  background-image: url('../images/tjs-slide1.jpg');
  background-position: 0 0;
  background-size: auto;
  height: 250px;
  margin-top: -158px;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
}

.columns-12 {
  padding-top: 0;
}

.column-55 {
  color: #f0e99e;
}

.heading-17 {
  margin-top: 115px;
  font-size: 70px;
  font-weight: 700;
}

.image-2 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-21 {
  z-index: 500;
  height: auto;
  padding: 0 10% 20px;
  font-family: Teko, sans-serif;
  font-weight: 700;
  position: relative;
}

.image-17 {
  width: 270px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: -20% 0% auto;
}

.link-3 {
  color: #64160e;
  text-align: center;
  margin-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Teko, sans-serif;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  display: block;
}

.link-3:hover {
  color: #709d51;
}

.columns-13 {
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.column-56 {
  color: #f0e99e;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.heading-18 {
  margin-top: 115px;
  font-family: Teko, sans-serif;
  font-size: 70px;
  font-weight: 700;
}

.image-18 {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: clip;
}

.section-22 {
  background-image: url('../images/TJs-pizza-green-bg.jpg');
  background-position: 0 0;
  background-size: auto;
  margin-top: 0;
  margin-bottom: auto;
  padding: 20px 60px 140px;
}

.heading-19 {
  color: #f7dca8;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 22px;
  padding-bottom: 0;
  font-family: Teko, sans-serif;
  font-weight: 500;
  display: block;
}

.heading-20 {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 0;
  font-family: Teko, sans-serif;
  font-size: 66px;
  line-height: 55px;
}

.image-5 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-21 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-family: Teko, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.foot-text {
  clear: both;
  color: #709d51;
  text-align: center;
  margin-top: 21px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-family: PT Serif, serif;
  display: block;
}

.link-4 {
  color: #000;
  padding-bottom: 5px;
  text-decoration: none;
  display: block;
}

.link-4:hover {
  color: #709d51;
}

._2-footer {
  color: #000;
  border-right: 1px solid #709d518f;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 20px;
}

.heading-22 {
  color: #64160e;
  letter-spacing: 1px;
  margin-top: -14px;
  font-family: Teko, sans-serif;
  font-size: 32px;
}

.columns-14 {
  height: auto;
  margin-top: 0;
  padding-top: 44px;
}

.paragraph-3 {
  line-height: 26px;
}

.image-4 {
  margin-top: -33px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
}

.link-5 {
  color: #000;
  text-decoration: none;
}

.section-23 {
  background-image: url('../images/Tjs-paper-border-Bottom.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: -60px;
  padding: 20px 50px;
}

._3-footer {
  color: #000;
  border-right: 1px solid #709d518f;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 20px;
  line-height: 26px;
}

._1-footer {
  color: #000;
  border-right: 1px solid #709d518f;
  padding-top: 0;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

._4-footer {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 20px;
  line-height: 26px;
}

.mask {
  overflow: visible;
}

.heading-5-copy-2 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
}

.div-block-46 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slide-9 {
  background-image: url('../images/eggs-breakfast-edia.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading-23 {
  color: #fff;
  text-align: center;
  font-size: 48px;
}

.div-block-47 {
  background-color: #0000006b;
  border-radius: 5px;
  width: 50%;
  margin-bottom: 20px;
  padding: 20px 10px;
}

.slider-3 {
  background-color: #fff;
  height: 550px;
  margin-top: 20px;
}

.text-block-46 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
}

.slide-10 {
  background-image: url('../images/cheeseburger-1024x793.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.div-block-48 {
  text-align: center;
  margin-top: 10px;
  padding: 10px;
}

.button-8 {
  border: 1px solid var(--white);
  background-color: var(--tj-red);
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 15px 25px;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
}

.button-8:hover {
  border: 1px solid var(--white);
  background-color: var(--tj-red-hover);
  font-size: 20px;
}

.slide-11 {
  background-image: url('../images/chicken-greek-salad-to-go.jpg');
  background-position: 100% 40%;
  background-repeat: no-repeat;
  background-size: cover;
}

.button-copy {
  background-color: var(--tj-red);
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 10px 25px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.button-copy:hover {
  background-color: var(--tj-red-hover);
}

.button-copy.outline {
  border: 2px solid var(--white);
  background-color: var(--semi-white);
  color: var(--white);
  padding: 20px 40px;
  font-size: 22px;
  line-height: 24px;
  transition: flex-grow .1s;
}

.button-copy.outline:hover {
  transform: scale(1.1);
}

.button-copy.right {
  margin-left: 20px;
}

.code-embed-2 {
  height: 50px;
}

.social-div-contact-copy {
  justify-content: flex-start;
  align-items: center;
  height: 70px;
  margin-top: 5px;
  margin-left: 0;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
}

.social-div-contact-copy.contact {
  height: auto;
  margin-top: 0;
  margin-right: 5%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.section-res {
  background-image: url('../images/margherita-pizza-tjs.jpg'), linear-gradient(#000, #000);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
  padding-top: 140px;
  padding-bottom: 140px;
}

.container-2-copy {
  background-color: var(--tj-red);
  text-align: center;
  width: 50%;
  max-width: 100%;
  padding: 20px 20px 30px;
}

.image-19 {
  width: 80px;
}

.heading-2-copy {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

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

.button-clear {
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 10px 30px;
  font-size: 18px;
  line-height: 24px;
}

.button-clear:hover {
  background-color: #00000080;
}

.button-clear.red:hover {
  background-color: var(--white);
  color: var(--tj-red);
  border-color: #bdbdbd;
}

.div-block-copy {
  justify-content: space-around;
  align-items: center;
  width: auto;
  margin-left: 5%;
  padding-top: 4px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.button-order {
  background-color: var(--tj-red);
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 8px 25px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.button-order:hover {
  background-color: var(--tj-red-hover);
}

.button-order.outline {
  border: 2px solid var(--white);
  background-color: var(--semi-white);
  color: var(--white);
  padding: 20px 40px;
  font-size: 22px;
  line-height: 24px;
  transition: flex-grow .1s;
}

.button-order.outline:hover {
  transform: scale(1.1);
}

.button-order.right {
  margin-left: 20px;
}

.columns-7-copy {
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 20px;
}

.col-66-copy {
  padding-left: 10px;
  padding-right: 10px;
}

.section-7-copy {
  margin-top: 20px;
}

.fooddesc-copy {
  padding-top: 5px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .abouttxt {
    padding-left: 40px;
    padding-right: 40px;
  }

  .slide {
    background-position: 50%;
  }

  .button.outline {
    transition-property: none;
  }

  .button.outline:hover {
    background-color: var(--semi-white);
  }

  .div-block-2 {
    background-position: 85%;
  }

  .cell, .column-5 {
    background-position: 50%;
  }

  .section-7 {
    margin-top: 20px;
  }

  .social-div, .social-div-copy {
    margin-left: 0;
    display: flex;
  }

  .sociallink-copy {
    padding-right: 15px;
  }

  .social-div-contact {
    margin-left: 0;
    display: flex;
  }

  .headerdiv, .headerdiv-catering, .headerdiv-about, .headerdiv-contact, .headerdiv-events, .headerdiv-gal {
    height: 300px;
  }

  .button-outline.outline {
    transition-property: none;
  }

  .button-outline.outline:hover {
    background-color: var(--semi-white);
  }

  .slide-copy {
    background-image: url('../images/tjs-edina-pizza.jpg');
    background-position: 50% 0;
  }

  .lightbox-link-3 {
    width: 85%;
  }

  .section-12 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .headerdiv-copy, .headerdiv-drinks {
    height: 300px;
  }

  .column-52 {
    padding-left: 0;
    padding-right: 0;
  }

  .headerdiv-apple, .headerdiv-minni {
    height: 300px;
  }

  .headerdiv-minni-copy {
    height: auto;
  }

  .section-21 {
    padding-left: 15%;
    padding-right: 15%;
  }

  .heading-5-copy-2 {
    font-size: 36px;
  }

  .slide-9 {
    background-image: url('../images/eggs-breakfast-edia.png');
    background-position: 50%;
  }

  .heading-23 {
    font-size: 56px;
    line-height: 55px;
  }

  .div-block-47 {
    background-color: #0006;
  }

  .slider-3 {
    height: 600px;
  }

  .text-block-46 {
    margin-top: 10px;
  }

  .div-block-48 {
    padding-top: 20px;
  }

  .button-8 {
    border: 1px solid var(--white);
    background-color: var(--tj-red);
    padding: 15px 25px;
    font-size: 20px;
  }

  .button-8:hover {
    background-color: var(--tj-red-hover);
  }

  .slide-11 {
    background-image: url('../images/chicken-greek-salad-to-go.jpg');
    background-position: 50% 40%;
  }

  .button-copy:hover {
    background-color: var(--tj-red-hover);
  }

  .button-copy.outline {
    transition-property: none;
  }

  .button-copy.outline:hover {
    background-color: var(--semi-white);
  }

  .social-div-contact-copy {
    margin-left: 0;
    display: flex;
  }

  .button-order.outline {
    transition-property: none;
  }

  .button-order.outline:hover {
    background-color: var(--semi-white);
  }

  .section-7-copy {
    margin-top: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .abouttxt {
    font-size: 18px;
    line-height: 22px;
  }

  .slider {
    height: 600px;
  }

  .div-block-2 {
    background-position: 80%;
  }

  .section-4 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .column-4, .column-5 {
    height: 400px;
  }

  .section-5 {
    padding-top: 70px;
  }

  .section-6 {
    text-align: left;
    justify-content: center;
    align-items: center;
    display: block;
  }

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

  .div-block-35 {
    height: 100%;
  }

  .headerdiv, .headerdiv-catering, .headerdiv-about, .headerdiv-contact, .headerdiv-events, .headerdiv-gal, .headerdiv-copy, .headerdiv-drinks {
    height: 350px;
  }

  .heading-4-copy {
    text-align: center;
  }

  .column-52 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-15 {
    padding-top: 70px;
  }

  .headerdiv-apple, .headerdiv-minni {
    height: 350px;
  }

  .div-block-45 {
    width: 45%;
  }

  .headerdiv-minni-copy {
    height: auto;
  }

  .slider-3 {
    height: 600px;
  }

  .social-div-contact-copy.contact {
    margin-right: 10%;
  }

  .container-2-copy {
    width: 40%;
  }

  .div-block-copy {
    margin-left: 10%;
  }
}

@media screen and (min-width: 1920px) {
  .slider {
    height: 700px;
  }

  .div-block-2 {
    background-position: 70%;
  }

  .section-4 {
    padding: 40px 25%;
  }

  .section-6 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .div-block-33 {
    width: 30%;
  }

  .heading-5 {
    font-size: 55px;
    line-height: 58px;
  }

  .heading-5-copy {
    margin-top: 5px;
    font-size: 44px;
    line-height: 48px;
  }

  .div-block-35-copy {
    height: 500px;
  }

  .div-block-36 {
    height: 400px;
  }

  .text-block-37 {
    padding-top: 5px;
    font-size: 24px;
    line-height: 28px;
  }

  .button-outline {
    background-color: var(--semi-black);
    color: #fff;
    padding-left: 60px;
    padding-right: 60px;
  }

  .slide-copy {
    background-position: 50% 40%;
  }

  .column-51 {
    background-color: var(--light-grey);
  }

  .headerdiv-drinks {
    background-image: linear-gradient(#00000045, #00000045), url('../images/Mimosa-Flight-7.jpg');
    background-position: 0 0, 50% 25%;
  }

  .image-15, .lightbox-link-4 {
    width: 100%;
  }

  .div-block-45 {
    width: 35%;
  }

  .section-21 {
    padding-left: 20%;
    padding-right: 20%;
  }

  .image-18 {
    width: 800px;
  }

  .heading-5-copy-2 {
    margin-top: 5px;
    font-size: 44px;
    line-height: 48px;
  }

  .slide-9 {
    background-size: cover;
  }

  .heading-23 {
    font-size: 55px;
    line-height: 58px;
  }

  .div-block-47 {
    width: 30%;
  }

  .slider-3 {
    height: 800px;
  }

  .text-block-46 {
    padding-top: 5px;
    font-size: 24px;
    line-height: 28px;
  }

  .social-div-contact-copy.contact {
    margin-right: 15%;
  }

  .div-block-copy {
    margin-left: 15%;
  }
}

@media screen and (max-width: 991px) {
  .fooddiv.nopic {
    margin-top: 10px;
  }

  .foodtitle, .foodprice {
    font-size: 16px;
  }

  .columns {
    display: flex;
  }

  .column-6 {
    padding-left: 20px;
  }

  .reviewdiv {
    height: 490px;
    margin-bottom: 20px;
  }

  .review-button-copy {
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    bottom: 4%;
  }

  .column-44-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-7 {
    flex-direction: row;
  }

  .column-41 {
    padding-left: 10px;
  }

  .review-button {
    margin-left: 10px;
    margin-right: 10px;
    position: absolute;
    bottom: 4%;
  }

  .reviewimg {
    height: 300px;
  }

  .section-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-4 {
    font-size: 22px;
  }

  .nav-menu {
    background-color: var(--white);
    height: auto;
  }

  .container-2 {
    justify-content: space-between;
    display: flex;
  }

  .section-7 {
    margin-top: 10px;
  }

  .section-11 {
    margin-top: 80px;
  }

  .social-div {
    align-items: center;
    margin-top: 0;
    display: flex;
    position: absolute;
  }

  .menu-button {
    margin-right: 0;
  }

  .social-div-copy, .social-div-contact {
    align-items: center;
    margin-top: 0;
    display: flex;
    position: absolute;
  }

  .social-div-contact.contact {
    display: flex;
    position: static;
  }

  .body-3 {
    font-family: Karla, sans-serif;
  }

  .div-block-38 {
    width: 70%;
  }

  .container-3 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .column-48 {
    padding-top: 100px;
  }

  .lightbox-link-3 {
    width: 100%;
  }

  .column-51 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-4-copy {
    font-size: 22px;
  }

  .column-6-copy {
    padding-left: 20px;
  }

  .col-66 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-41-copy {
    padding-left: 10px;
  }

  .button-div {
    margin-left: 10px;
    margin-right: 10px;
    position: absolute;
    bottom: 4%;
  }

  .reviewdiv-copy {
    height: auto;
    margin-bottom: 20px;
    margin-left: 60px;
    margin-right: 60px;
  }

  .div-block-45 {
    width: 60%;
  }

  .dropdown-link {
    color: #709d51;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
  }

  .image-3 {
    width: 30px;
    padding-bottom: 0;
  }

  .text-block-44 {
    color: #64160e;
    padding-right: 10px;
    font-size: 30px;
    font-weight: 700;
  }

  .text-block-44:hover {
    color: #709d51;
  }

  .icon-3 {
    color: #64160e;
  }

  .icon-3:hover {
    color: #709d51;
  }

  .brand {
    display: none;
  }

  .navbar-2 {
    background-color: #0000;
    background-image: url('../images/TJs-pizza-green-bg.jpg');
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: row;
    display: block;
  }

  .menu-button-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
  }

  .menu-button-2.w--open {
    background-color: #0000;
  }

  .nav-link-2 {
    width: 100%;
    color: var(--tj-red);
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 15px;
    display: block;
  }

  .nav-link-2:hover {
    color: #709d51;
  }

  .dropdown-list-2 {
    background-color: #fff;
  }

  .dropdown-list-2.w--open {
    background-color: #0000;
  }

  .nav-menu-2 {
    background-color: #ffffffdb;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    inset: 0% auto auto 0%;
  }

  .dropdown-toggle-2 {
    text-align: center;
    justify-content: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .section-19 {
    background-position: 50% 80%;
    height: 255px;
    margin-top: -31px;
  }

  .image-16 {
    margin-top: 10px;
    inset: 0% 0% auto;
  }

  .link-2, .section-20 {
    display: none;
  }

  .section-21 {
    background-image: none;
    height: auto;
    margin-top: -31px;
  }

  .image-17 {
    width: 150px;
    margin-top: 10px;
    inset: 0% 0% auto;
  }

  .link-3 {
    display: none;
  }

  .heading-21 {
    font-size: 18px;
    line-height: 22px;
  }

  .paragraph-4 {
    font-size: 16px;
  }

  .heading-22 {
    font-size: 22px;
  }

  .paragraph-3 {
    font-size: 16px;
  }

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

  ._4-footer {
    font-size: 16px;
  }

  .slider-3 {
    margin-top: 10px;
  }

  .social-div-contact-copy {
    align-items: center;
    margin-top: 0;
    display: flex;
    position: absolute;
  }

  .social-div-contact-copy.contact {
    display: flex;
  }

  .section-res {
    padding: 60px 0;
  }

  .container-2-copy {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .heading-2-copy {
    font-size: 32px;
  }

  .div-block-copy {
    display: none;
  }

  .columns-7-copy {
    flex-direction: row;
  }

  .col-66-copy, .col666, .col-66-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .section-7-copy {
    margin-top: 10px;
  }

  .icon-5 {
    color: var(--tj-red);
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .menu-cols {
    flex-flow: column;
    display: flex;
  }

  .fooddiv {
    padding-bottom: 0;
  }

  .fooddiv.nopic {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .foodcol1 {
    order: 1;
  }

  .menu-desc {
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-heading {
    padding-left: 10px;
  }

  .foodprice {
    font-weight: 600;
  }

  .section {
    margin-top: 80px;
  }

  .column {
    padding-left: 0;
    padding-right: 0;
  }

  .column-2 {
    height: auto;
    padding-top: 20px;
  }

  .div-block {
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    display: flex;
  }

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

  .column-5 {
    order: -1;
  }

  .columns {
    flex-direction: column;
  }

  .quick-stack {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    margin-bottom: 20px;
  }

  .column-6 {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 25%;
    display: block;
  }

  .reviewdiv {
    height: auto;
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-8 {
    position: static;
    top: -109px;
  }

  .review-button-copy {
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .column-44 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-7.review {
    color: #fff;
  }

  .image-7 {
    width: 100%;
    position: static;
    top: -96px;
  }

  .column-44-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-7 {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
  }

  .image-12 {
    width: 100%;
  }

  .column-41 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .review-button {
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .reviewimg {
    height: 230px;
  }

  .section-5 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .heading-4 {
    font-size: 24px;
  }

  .div-block-31 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .link-block.w--current {
    margin-top: 0;
  }

  .section-7 {
    margin-top: 20px;
  }

  .section-8 {
    margin-top: 80px;
  }

  .div-block-33 {
    width: 70%;
  }

  .div-block-35 {
    height: 400px;
  }

  .social-div, .social-div-copy, .social-div-contact {
    display: none;
  }

  .social-div-contact.contact {
    display: flex;
    position: static;
  }

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

  .gallery-overview {
    padding: 60px 15px;
  }

  .div-block-40 {
    width: 60%;
  }

  .imgdiv {
    width: 80%;
  }

  .column-48 {
    order: 1;
    padding-top: 0;
  }

  .section-12 {
    padding-bottom: 0;
  }

  .text-block-8 {
    padding-left: 0;
  }

  .columns-9 {
    flex-direction: column;
    display: flex;
  }

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

  .column-50 {
    order: 1;
  }

  .column-51 {
    height: auto;
    padding: 20px 40px;
  }

  .columns-10 {
    flex-flow: column;
  }

  .section-13, .div-block-39-copy {
    padding-bottom: 20px;
  }

  .image-14 {
    width: 200px;
  }

  .heading-4-copy {
    text-align: left;
    font-size: 24px;
  }

  .menu-desc-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-2-copy {
    padding-bottom: 20px;
  }

  .column-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-2-copy {
    padding-top: 0;
  }

  .column-6-copy {
    padding-left: 20px;
  }

  .col-66 {
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-41-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-div {
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .reviewdiv-copy {
    height: auto;
    margin-top: 20px;
    padding: 0;
  }

  .div-block-10-copy {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-45 {
    width: 80%;
  }

  .nav-link-2, .nav-link-2:focus, .nav-link-2:visited {
    color: var(--tj-red);
  }

  .section-21 {
    margin-top: -40px;
  }

  .heading-19 {
    font-size: 28px;
  }

  ._2-footer {
    height: auto;
    padding-top: 20px;
  }

  .columns-14 {
    display: block;
  }

  .image-4 {
    width: 250px;
  }

  ._3-footer {
    height: auto;
    padding-top: 20px;
  }

  ._1-footer {
    height: auto;
  }

  ._4-footer {
    padding-top: 20px;
  }

  .div-block-47 {
    width: 70%;
  }

  .slider-3 {
    margin-top: 20px;
  }

  .social-div-contact-copy {
    display: none;
  }

  .social-div-contact-copy.contact {
    display: flex;
  }

  .section-res {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container-2-copy {
    width: 60%;
  }

  .heading-2-copy {
    font-size: 30px;
  }

  .div-block-copy {
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
  }

  .container-4 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .columns-7-copy {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    display: block;
  }

  .col-66-copy {
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-7-copy {
    margin-top: 20px;
  }

  .title-price-cols-copy {
    display: block;
  }

  .title-price-cols-desktop {
    display: none;
  }

  .fooddesc-copy {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .foodtitle {
    font-size: 16px;
    font-weight: 600;
  }

  .menu-desc {
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-heading {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 28px;
  }

  .foodprice {
    padding-left: 0;
    font-size: 16px;
    font-weight: 600;
  }

  .foodtitle-copy {
    font-weight: 700;
  }

  .menu-cat {
    padding-left: 10px;
    font-size: 40px;
  }

  .slider {
    height: 300px;
  }

  .column-2 {
    height: auto;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block {
    flex-flow: column;
    justify-content: space-between;
  }

  .text-block-2 {
    font-size: 16px;
    line-height: 22px;
  }

  .button {
    text-align: center;
    margin-bottom: 20px;
  }

  .button.right {
    margin-left: 0;
  }

  .section-2 {
    padding: 60px 0 0;
  }

  .div-block-2 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .text-block-4 {
    font-size: 33px;
    line-height: 38px;
  }

  .section-4 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .column-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-4 {
    height: 300px;
  }

  .column-5 {
    order: -1;
    height: 300px;
  }

  .columns {
    flex-direction: column;
  }

  .quick-stack {
    margin-bottom: 0;
  }

  .div-block-3 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .column-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-8 {
    position: static;
    top: -65px;
  }

  .column-44 {
    padding-left: 0;
    padding-right: 0;
  }

  .button-7 {
    margin-top: 20px;
  }

  .image-7 {
    position: static;
    top: -70px;
  }

  .column-44-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-7 {
    flex-direction: column;
    display: block;
  }

  .heading-3-copy {
    font-size: 32px;
    line-height: 42px;
  }

  .column-41 {
    padding-left: 0;
    padding-right: 0;
  }

  .reviewimg {
    height: auto;
  }

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

  .div-block-31 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .sociallink {
    margin-left: 0;
    margin-right: 10px;
  }

  .link-block.w--current {
    margin-top: 0;
  }

  .section-7 {
    margin-top: 20px;
  }

  .div-block-33 {
    width: 90%;
  }

  .div-block-35, .div-block-35-copy {
    height: 300px;
  }

  .social-div-copy {
    display: none;
  }

  .sociallink-copy, .sociallink2 {
    margin-left: 0;
    margin-right: 10px;
  }

  .html-embed {
    max-width: 100%;
    overflow: hidden;
  }

  .social-div-contact {
    display: none;
  }

  .social-div-contact.contact {
    display: flex;
    position: static;
  }

  .heading-6 {
    font-size: 32px;
    line-height: 38px;
  }

  .heading-6.sub {
    font-size: 18px;
    line-height: 24px;
  }

  .slider-2 {
    height: 400px;
  }

  .headerdiv, .headerdiv-catering, .headerdiv-about, .headerdiv-contact {
    height: 200px;
  }

  .headerdiv-events {
    background-image: linear-gradient(to bottom, null, null), url('../images/catering12.jpg');
    background-position: 0 0, 50% 0;
    height: 200px;
  }

  .headerdiv-gal {
    height: 200px;
  }

  .div-block-38 {
    flex-direction: column;
    justify-content: space-between;
    height: 150px;
  }

  .container-3 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .columns-8 {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .column-46 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .column-47 {
    height: auto;
  }

  .button-outline {
    text-align: center;
  }

  .div-block-40 {
    width: 90%;
  }

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

  .columns-8-copy {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .div-block-39-copy {
    flex-direction: column;
    justify-content: space-between;
    height: 100px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .imgdiv {
    width: 100%;
    height: auto;
  }

  .column-2-copy {
    height: auto;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-6, .text-block-7, .text-block-6-copy {
    font-size: 16px;
    line-height: 22px;
  }

  .text-block-8 {
    padding-left: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .headerdiv-copy {
    height: 200px;
  }

  .text-block-39 {
    font-size: 12px;
    line-height: 18px;
  }

  .column-50 {
    order: 1;
    height: 250px;
  }

  .column-51 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-13 {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .headerdiv-drinks {
    height: 200px;
  }

  .div-block-39-copy {
    height: auto;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .right-arrow, .icon-2 {
    display: none;
  }

  .menu-desc-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-2-copy {
    padding: 40px 0 0;
  }

  .column-copy {
    height: 300px;
  }

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

  .section-16 {
    padding-bottom: 40px;
  }

  .columns-2-copy {
    padding-top: 0;
  }

  .column-6-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .headerdiv-apple, .headerdiv-minni {
    height: 200px;
  }

  .col-66, .column-41-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .reviewdiv-copy {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-10-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .newheader-copy {
    font-size: 22px;
    line-height: 28px;
  }

  .heading-6-copy {
    font-size: 32px;
    line-height: 38px;
  }

  .heading-6-copy.sub {
    font-size: 18px;
    line-height: 24px;
  }

  .text-block-41 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-16 {
    font-size: 32px;
    line-height: 38px;
  }

  .heading-16.sub {
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-45 {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .headerdiv-minni-copy {
    height: auto;
  }

  .section-21 {
    margin-top: -40px;
    padding-bottom: 0;
  }

  .image-17 {
    width: 120px;
    margin-top: 0;
  }

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

  .heading-19 {
    font-size: 24px;
    line-height: 35px;
  }

  .heading-20 {
    margin-top: 10px;
    font-size: 40px;
  }

  .heading-21 {
    font-size: 22px;
  }

  ._2-footer {
    padding-top: 20px;
  }

  .image-4 {
    width: 200px;
  }

  ._3-footer, ._4-footer {
    padding-top: 20px;
  }

  .heading-5-copy-2 {
    font-size: 32px;
    line-height: 40px;
  }

  .heading-23 {
    font-size: 44px;
  }

  .div-block-47 {
    width: 90%;
  }

  .icon-4 {
    display: none;
  }

  .slider-3 {
    height: 600px;
    max-height: 80vh;
  }

  .button-8 {
    text-align: center;
    margin-bottom: 20px;
  }

  .slide-11 {
    background-position: 50%;
  }

  .button-copy {
    text-align: center;
    margin-bottom: 20px;
  }

  .button-copy.right {
    margin-left: 0;
  }

  .social-div-contact-copy {
    display: none;
  }

  .social-div-contact-copy.contact {
    margin-right: 0;
    display: flex;
  }

  .section-res {
    max-height: 100%;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .container-2-copy {
    width: 80%;
  }

  .heading-2-copy {
    margin-top: 0;
  }

  .div-block-copy {
    flex-flow: column;
    justify-content: space-between;
  }

  .button-order {
    text-align: center;
    margin-bottom: 20px;
  }

  .button-order.right {
    margin-left: 0;
  }

  .columns-7-copy {
    flex-direction: column;
    display: block;
  }

  .col-66-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .section-7-copy {
    margin-top: 20px;
  }

  .icon-5 {
    color: var(--tj-red);
  }
}

#w-node-_03660dbf-dc95-31ef-5f4c-73af0743ad10-6c5f34d7 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_635d2fcb-d758-7af5-ccf3-38ea8b49e656-6c5f34d7 {
  grid-row: span 3 / span 3;
}

#w-node-f65579a1-988d-5c68-8a14-421feeaa9481-6c5f34d7 {
  grid-row: span 2 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-_03660dbf-dc95-31ef-5f4c-73af0743ad10-6c5f34d7 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_635d2fcb-d758-7af5-ccf3-38ea8b49e656-6c5f34d7 {
    grid-row: span 3 / span 3;
  }

  #w-node-f65579a1-988d-5c68-8a14-421feeaa9481-6c5f34d7 {
    grid-row: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_03660dbf-dc95-31ef-5f4c-73af0743ad10-6c5f34d7 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_635d2fcb-d758-7af5-ccf3-38ea8b49e656-6c5f34d7 {
    grid-row: span 3 / span 3;
  }

  #w-node-f65579a1-988d-5c68-8a14-421feeaa9481-6c5f34d7 {
    grid-row: span 2 / span 2;
  }
}


