.nav-link {
  margin: 10px 0px;
  padding: 10px 12px;
  border-radius: 50px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: Cabin, sans-serif;
  color: #fff;
  font-size: 20px;
}

.nav-link:hover {
  border-style: none;
  border-width: 1px 1px 3px;
  border-bottom-color: #000;
  border-radius: 50px;
  background-color: #666;
  color: #fff;
  font-weight: 400;
}

.nav-link.w--current {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
}

.nav-link.online-order {
  width: 200px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 15px;
  padding: 5px 30px;
  background-color: #fff;
  color: #000;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.nav-link.online-order:hover {
  background-color: #666;
  color: #fff;
}

.nav-link.online-order.doordash {
  background-color: red;
  color: #fff;
  font-weight: 700;
}

.nav-link.online-order.doordash:hover {
  background-color: #666;
}

.nav-link.online-order-xtra {
  display: none;
  width: 350px;
  margin-left: 15px;
  background-color: #fff;
  font-family: 'Cabin Sketch', sans-serif;
  color: #000;
  font-size: 32px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.nav-link.online-order-xtra:hover {
  background-color: #666;
  color: #fff;
}

.nav-link.online-order-copy {
  width: 110px;
  margin-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #fff;
  font-family: 'Cabin Sketch', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.nav-link.online-order-copy:hover {
  background-color: #666;
  color: #fff;
}

.nav-link.hidden {
  display: none;
}

.nav-link.on-hamburger {
  display: block;
}

.body {
  background-color: #000;
}

.nav-bar-brand {
  position: static;
  margin: 10px;
}

.navbar-4 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  height: 150px;
  float: none;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.8))), url('../images/nav-bar-backer-1.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8)), url('../images/nav-bar-backer-1.jpg');
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hours-social-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: left;
}

.menu-bar-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 10px 5px;
  padding-right: 0px;
  padding-left: 0px;
}

.nav-brand {
  max-width: 100%;
}

.nav-menu-2 {
  display: block;
  margin-top: 12px;
  text-align: left;
}

.section-4 {
  position: static;
  top: 194px;
  display: none;
  overflow: visible;
  min-height: 50vh;
  background-image: url('../images/main-splash-1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.heading {
  font-family: 'Cabin Sketch', sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 90%;
  font-weight: 700;
  text-align: left;
}

.heading.process-number {
  margin: 0px;
  font-size: 100px;
  text-align: center;
}

.za-paragraph {
  margin: 5px 0px;
  font-family: Cabin, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 130%;
  font-style: normal;
}

.za-paragraph.phone-number {
  font-family: Cabin, sans-serif;
  font-size: 180%;
  font-style: normal;
  font-weight: 400;
}

.za-paragraph.process-2 {
  margin: -8px 0px;
  font-family: 'Cabin Sketch', sans-serif;
  font-size: 260%;
  font-weight: 700;
  text-align: center;
}

.za-paragraph.process {
  margin: 0px;
  font-family: 'Cabin Sketch', sans-serif;
}

.za-paragraph.hero {
  line-height: 130%;
}

.za-paragraph.emphasisb {
  padding: 15px;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.05);
  font-size: 18px;
  line-height: 22px;
  font-style: italic;
  text-align: center;
}

.za-paragraph.franchising {
  padding: 0px 15px 15px;
  font-size: 18px;
  line-height: 22px;
  font-style: normal;
  text-align: left;
}

.za-paragraph.emphasisw {
  padding: 15px;
  border: 1px solid #fff;
  background-color: hsla(0, 0%, 100%, 0.75);
  color: #000;
  font-size: 18px;
  line-height: 22px;
  font-style: italic;
  text-align: center;
}

.hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  min-height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hero-div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25vw;
  min-width: 350px;
  margin-left: 5vw;
  padding: 35px 35px 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(0, 0, 0, 0.6);
}

.hero-div-block.obscure {
  background-color: rgba(0, 0, 0, 0.8);
}

.za-container {
  margin-bottom: 0px;
  padding: 30px 0px;
}

.za-container.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.process-section {
  margin-bottom: 0px;
  background-color: #222;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent);
}

.nav-bar-backer {
  height: 150px;
  background-color: transparent;
}

.slide {
  background-image: url('../images/main-splash-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-section {
  min-height: 50vh;
}

.hero-slider {
  height: 50vh;
  min-height: 500px;
}

.za-text-subheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Cabin Sketch', sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 30px;
  font-weight: 400;
  text-align: right;
  letter-spacing: 3px;
  text-transform: none;
}

.za-text-subheader.announcement-section {
  padding-right: 75px;
}

.za-menu-text {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Cabin, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  -webkit-column-count: 3;
  column-count: 3;
}

.za-ingredients-row {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.menu-ingredients-backer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: rgba(0, 0, 0, 0.6);
}

.ingredients-section {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/ZaPizzaBistro-27950.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/ZaPizzaBistro-27950.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.link-block {
  width: 40px;
  height: 40px;
  background-image: url('../images/icn-facebook.png');
  background-position: 50% 50%;
  background-size: cover;
}

.link-block.twitter {
  background-image: url('../images/icn-twitter.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.link-block.instagram {
  background-image: url('../images/icn-instagram.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.link-block.email {
  background-image: url('../images/icn-mail.png');
  background-position: 50% 50%;
  background-size: cover;
}

.za-life-section {
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/ZaWoodoven.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/ZaWoodoven.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.za-header-with-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.za-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  margin: 10px 5px;
  padding: 10px 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  font-family: 'Cabin Sketch', sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
}

.za-button:hover {
  background-color: #666;
  color: #fff;
}

.za-button.map {
  width: 50%;
  min-height: 25px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 2px 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  text-transform: none;
}

.za-button.announcement {
  margin-right: 40px;
  margin-left: 40px;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.final {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.locations-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 79px;
  padding-left: 79px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.za-tab-link {
  min-width: 50%;
  background-color: transparent;
  text-align: center;
}

.za-tab-link.w--current {
  min-width: 50%;
  padding: 5px;
  border-radius: 40px;
  background-color: #333;
}

.za-tab-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Cabin Sketch', sans-serif;
  color: #fff;
  font-size: 30px;
}

.slide-2 {
  background-image: url('../images/ZaPizzaBistro-IAN_6263.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/ZaPizzaBistro-28028.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/ZaPizzaBistro-28066.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.za-tab-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  text-align: center;
}

.image-2 {
  height: 35px;
}

.image-3 {
  height: 35px;
}

.slide-5 {
  min-height: 250px;
}

.za-address-slider {
  height: 25vh;
  min-height: 250px;
  background-color: #000;
}

.za-address-div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22vw;
  height: 20vh;
  min-height: 250px;
  min-width: 260px;
  margin: 10px;
  padding-top: 30px;
  padding-bottom: 31px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 2px solid #333;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/Za-Pizza-storefront-v1x.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/Za-Pizza-storefront-v1x.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.za-address-header {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'Cabin Sketch', sans-serif;
  color: #fff;
  font-size: 220%;
  line-height: 100%;
  font-weight: 400;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.process-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 23%;
  height: 75px;
  margin: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #111;
  background-image: url('../images/nav-bar-backer-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: inset 4px 4px 20px 0 #000;
  text-align: center;
}

.process-steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  margin-top: -40px;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.final-text {
  margin: 20px;
  font-family: Cabin, sans-serif;
  color: #444;
  line-height: 18px;
  text-align: center;
}

.final-text.gluten {
  color: #fff;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.lightbox-link-2 {
  text-align: center;
}

.za-caption {
  margin: 15px;
  padding: 0px;
  font-family: Cabin, sans-serif;
  color: #fff;
  font-size: 16px;
  font-style: italic;
  text-align: center;
}

.za-caption.process {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 150px;
  padding-left: 150px;
  font-size: 20px;
  line-height: 24px;
}

.tabs {
  min-height: 350px;
}

.tab-pane {
  min-height: 300px;
}

.order-online {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.order-online.hamburger {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.specials-section {
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/nav-bar-backer-1alt.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/nav-bar-backer-1alt.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
}

.franchising-section {
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/nav-bar-backer-1alt.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/nav-bar-backer-1alt.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.community-section {
  display: none;
  background-color: #333;
}

.slide-6 {
  background-image: url('../images/ZaPizzaBistro-28173.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/ZaPizzaBistro-28230.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/ZaPizzaBistro-IAN_6297.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/ZaPizzaBistro-IAN_6290.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-10 {
  background-image: url('../images/ZaPizzaBistro-IAN_6558.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-1 {
  background-image: url('../images/IMG_5775.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

.email {
  color: #fff;
  font-style: italic;
}

.button-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 991px) {
  .nav-link {
    display: block;
    width: 270px;
    margin: 5px 15px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
  }

  .nav-link.online-order {
    width: 270px;
    font-size: 28px;
    line-height: 24px;
  }

  .nav-link.online-order-xtra {
    display: block;
    width: 160px;
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 10px;
    padding-left: 10px;
    font-family: Cabin, sans-serif;
    font-size: 16px;
    line-height: 17px;
  }

  .nav-link.online-order-xtra.doordash {
    background-color: red;
    color: #fff;
  }

  .nav-link.online-order-copy {
    width: 270px;
    font-size: 28px;
    line-height: 24px;
  }

  .nav-bar-brand {
    display: block;
    width: auto;
    margin: 10px 0px;
  }

  .navbar-4 {
    height: 100px;
  }

  .hours-social-media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .menu-button {
    display: block;
    height: 100px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0.8);
  }

  .icon {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 50px;
  }

  .nav-brand {
    max-width: 50%;
    margin-left: 30px;
    padding-left: 0px;
    float: left;
    text-align: left;
  }

  .nav-menu-2 {
    margin-top: 0px;
    margin-bottom: 0px;
    float: right;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: rgba(0, 0, 0, 0.85);
  }

  .section-4 {
    min-height: 20vh;
  }

  .heading {
    font-size: 50px;
  }

  .heading.process-number {
    font-size: 80px;
  }

  .za-paragraph {
    font-size: 14px;
  }

  .za-paragraph.process-2 {
    font-size: 220%;
  }

  .za-paragraph.emphasisb {
    font-size: 16px;
    line-height: 20px;
  }

  .za-paragraph.franchising {
    font-size: 16px;
    line-height: 20px;
  }

  .za-paragraph.emphasisw {
    font-size: 16px;
    line-height: 20px;
  }

  .hero-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .hero-div-block {
    min-width: 325px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .nav-bar-backer {
    height: 100px;
  }

  .za-text-subheader {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 28px;
    line-height: 26px;
    text-align: right;
  }

  .za-text-subheader.announcement-section {
    padding-right: 75px;
  }

  .div-block {
    width: 50%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .za-header-with-button {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .za-button {
    font-size: 20px;
  }

  .za-address-slider {
    min-height: 275px;
  }

  .za-address-div-block {
    width: 35vw;
    height: 25vh;
    max-height: 200px;
    min-height: 250px;
    min-width: 200px;
  }

  .process-button {
    width: 22%;
    height: 60px;
  }

  .final-text {
    font-size: 12px;
    line-height: 16px;
  }

  .final-text.gluten {
    font-size: 12px;
    line-height: 16px;
  }

  .za-caption.process {
    padding-right: 163px;
    padding-left: 163px;
    font-size: 18px;
    line-height: 22px;
  }

  .menu-button-2 {
    height: 100px;
    padding-top: 27px;
  }

  .menu-button-2.w--open {
    background-color: rgba(0, 0, 0, 0.25);
  }

  .social-media-icons {
    text-align: center;
  }

  .order-online {
    height: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }

  .order-online.hamburger {
    display: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .community-section {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .nav-link.online-order-xtra {
    width: 110px;
    margin-right: 2px;
    margin-left: 2px;
    font-size: 12px;
    line-height: 13px;
  }

  .hours-social-media {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .menu-button {
    margin-right: 20px;
    padding-top: 27px;
    padding-right: 0px;
    padding-bottom: 38px;
    background-color: transparent;
  }

  .menu-button.w--open {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-color: rgba(0, 0, 0, 0.8);
  }

  .icon {
    margin-top: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #fff;
    font-size: 40px;
  }

  .nav-brand {
    max-width: 50%;
  }

  .nav-menu-2 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .section-4 {
    background-position: 39% 39%;
    background-size: cover;
    background-attachment: scroll;
  }

  .heading {
    font-size: 40px;
    line-height: 90%;
  }

  .heading.process-number {
    font-size: 50px;
  }

  .za-paragraph {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
  }

  .za-paragraph.phone-number {
    font-size: 150%;
  }

  .za-paragraph.process-2 {
    line-height: 150%;
  }

  .za-paragraph.emphasisb {
    font-size: 16px;
    line-height: 20px;
  }

  .za-paragraph.franchising {
    font-size: 16px;
    line-height: 20px;
  }

  .za-paragraph.emphasisw {
    font-size: 16px;
    line-height: 20px;
  }

  .hero-container {
    height: 40vh;
    min-height: 300px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-div-block {
    position: static;
    overflow: visible;
    min-width: 275px;
    margin-left: -30vw;
    padding-right: 25px;
    padding-left: 25px;
  }

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

  .za-container {
    padding: 10px;
  }

  .nav-bar-backer {
    height: 100px;
  }

  .hero-section {
    min-height: 40vh;
  }

  .hero-slider {
    height: 40vh;
    min-height: 300px;
  }

  .za-text-subheader {
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 28px;
    line-height: 26px;
    text-align: right;
  }

  .za-text-subheader.announcement-section {
    padding-right: 50px;
  }

  .za-menu-text {
    font-size: 18px;
  }

  .za-button {
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 18px;
  }

  .za-address-slider {
    height: 20vh;
  }

  .za-address-div-block {
    max-height: 200px;
    min-height: 200px;
  }

  .za-address-header {
    font-size: 180%;
  }

  .process-button {
    width: 30%;
    height: 50px;
    min-width: 10%;
    margin: 25px;
  }

  .process-steps {
    height: 220px;
    margin-top: -15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .final-text {
    font-size: 12px;
    line-height: 16px;
  }

  .za-caption {
    font-size: 14px;
    line-height: 18px;
  }

  .za-caption.process {
    padding-right: 95px;
    padding-left: 95px;
    font-size: 16px;
    line-height: 20px;
  }

  .menu-button-2 {
    margin-right: 15px;
    padding-top: 28px;
  }

  .order-online {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .slide-nav {
    font-size: 10px;
  }
}

@media screen and (max-width: 479px) {
  .nav-link {
    width: 180px;
  }

  .nav-link.online-order {
    width: 160px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    line-height: 18px;
  }

  .nav-link.online-order-xtra {
    display: block;
    width: 65px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
    font-size: 7px;
    line-height: 8px;
  }

  .nav-link.online-order-xtra.doordash {
    font-size: 7px;
  }

  .nav-link.online-order-copy {
    width: 160px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    line-height: 18px;
  }

  .nav-bar-brand {
    width: 176px;
    height: 57px;
  }

  .navbar-4 {
    height: 75px;
  }

  .hours-social-media {
    display: block;
  }

  .menu-bar-icon {
    width: 40px;
    margin-top: 5px;
    margin-right: 0px;
  }

  .menu-button {
    height: 75px;
    padding-top: 18px;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0.8);
  }

  .icon {
    font-size: 40px;
  }

  .nav-brand {
    max-width: 40%;
    margin-left: 15px;
  }

  .nav-menu-2 {
    width: 210px;
  }

  .section-4 {
    min-height: 15vh;
    background-position: 43% 43%;
  }

  .heading {
    position: relative;
    margin-top: 10px;
    font-size: 26px;
  }

  .heading.process-number {
    font-size: 50px;
  }

  .za-paragraph {
    font-size: 10px;
  }

  .za-paragraph.phone-number {
    font-size: 120%;
  }

  .za-paragraph.process-2 {
    font-size: 150%;
    line-height: 180%;
  }

  .za-paragraph.hero {
    display: block;
    font-size: 11px;
    line-height: 14px;
  }

  .za-paragraph.emphasisb {
    font-size: 12px;
    line-height: 18px;
  }

  .za-paragraph.franchising {
    font-size: 12px;
    line-height: 18px;
  }

  .za-paragraph.emphasisw {
    font-size: 12px;
    line-height: 18px;
  }

  .hero-container {
    height: 10vh;
    min-height: 370px;
    text-align: left;
  }

  .hero-div-block {
    width: 20vw;
    min-width: 200px;
    margin: -24vw -24vw -24vw -45vw;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
  }

  .hero-div-block.obscure {
    min-width: 200px;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .za-container {
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .nav-bar-backer {
    height: 75px;
  }

  .hero-section {
    min-height: 10vh;
  }

  .hero-slider {
    height: 10vh;
    min-height: 370px;
  }

  .za-text-subheader {
    font-size: 20px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 1px;
  }

  .za-text-subheader.announcement-section {
    padding-right: 0px;
  }

  .za-menu-text {
    font-size: 13px;
    line-height: 22px;
    -webkit-column-count: 2;
    column-count: 2;
  }

  .div-block {
    display: block;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .za-header-with-button {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .za-button {
    width: 85%;
    margin-bottom: 9px;
    padding: 5px 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    line-height: 18px;
  }

  .za-button.extra {
    overflow: visible;
    font-size: 16px;
    line-height: 18px;
  }

  .div-block-10 {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .final {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .za-tab-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .za-tab-link.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    border-radius: 20px;
  }

  .za-tab-text {
    font-size: 17px;
  }

  .za-tab-div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .image-2 {
    display: inline-block;
    height: 30px;
  }

  .image-3 {
    display: inline-block;
    height: 30px;
  }

  .slide-5 {
    min-height: 250px;
  }

  .za-address-slider {
    min-height: 425px;
  }

  .za-address-div-block {
    width: 70%;
    height: 150px;
    min-height: 175px;
  }

  .za-address-header {
    font-size: 150%;
  }

  .za-right-arrow {
    width: 10vw;
    font-size: 20px;
  }

  .za-left-arrow {
    width: 10vw;
    font-size: 20px;
  }

  .process-button {
    width: 40%;
    height: 40px;
    margin: 25px 5px;
  }

  .process-steps {
    height: 180px;
    min-height: 180px;
  }

  .final-text {
    width: 70vw;
    font-size: 9px;
    line-height: 12px;
  }

  .final-text.gluten {
    width: 70vw;
    font-size: 9px;
    line-height: 12px;
  }

  .za-caption {
    font-size: 12px;
    line-height: 14px;
  }

  .za-caption.process {
    padding-right: 25px;
    padding-left: 25px;
    font-size: 14px;
    line-height: 18px;
  }

  .tabs {
    height: 425px;
    min-height: 500px;
  }

  .container-8 {
    height: 75px;
  }

  .menu-button-2 {
    height: 75px;
    padding-top: 18px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .social-media-icons {
    display: block;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .social-media-icons.drop-menu {
    width: 70%;
  }

  .order-online {
    height: 75px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }

  .order-online.hamburger {
    width: 65%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slide-nav {
    font-size: 6px;
  }

  .slide-nav-2 {
    font-size: 6px;
  }

  .slide-1-2 {
    background-position: 64% 0px;
  }

  .button-block {
    min-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

