/* =========================================================
   MISSION PIZZA — HOMEPAGE CSS
   Salient handles font families, core typography,
   row/column padding, margins, borders, and backgrounds.
   ========================================================= */
/* DISABLE HOVER ON GALLERY */
.wpb_gallery_slidesimage_grid {
    pointer-events: none !important;
}

/* =========================================================
   HEADING COLORS
   ========================================================= */

h1,
h2,
h3,
h4 {
  color: #34231c !important;
}


/* White headings on dark/orange sections */

.mp-final-info-item h4,
.mp-final-slice-copy h2,
.mp-final-order-cta h2 {
  color: #ffffff !important;
}


/* =========================================================
   SMALL UTILITY LABELS
   ========================================================= */

.mp-final-kicker,
.mp-final-light-kicker,
.mp-final-item-type,
.mp-final-info-label,
.mp-final-find-label {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .17em;
  line-height: 1.4;
  text-transform: uppercase;
}

.mp-final-kicker,
.mp-final-item-type,
.mp-final-find-label {
  color: #dc6228;
}

.mp-final-light-kicker,
.mp-final-info-label {
  color: #f6c978 !important;
}


/* Number labels on category cards */

.mp-final-number {
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1.4;
  margin-bottom: auto;
}


/* =========================================================
   TEXT WIDTHS
   ========================================================= */

.mp-final-hero-copy,
.mp-final-body-copy,
.mp-final-find-copy {
  max-width: 560px;
}

.mp-final-intro-copy .wpb_text_column {
  width: 100%;
  max-width: 520px;
  margin-left: auto;
}

.mp-final-light-copy {
  max-width: 500px;
}


/* =========================================================
   INFO BAR
   ========================================================= */

.mp-final-info-order,
.mp-final-info-order > .vc_column-inner {
  transition: background-color .2s ease !important;
}

.mp-final-info-order:hover,
.mp-final-info-order:hover > .vc_column-inner,
.mp-final-info-order:hover .vc_column-inner {
  background-color: #34231c !important;
}

.mp-final-info-item p {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.mp-final-info-link {
  display: block;
  color: inherit !important;
  text-decoration: none !important;
}

.mp-final-info-label {
  display: block;
  margin-bottom: 2px;
}

.mp-final-info-item h4 {
  margin: 0 !important;
}

.mp-final-info-item h4 a {
  font: inherit !important;
  color: inherit !important;
  letter-spacing: inherit !important;
  line-height: inherit !important;
  text-transform: inherit !important;
}

.mp-final-info-link:hover,
.mp-final-info-link:hover h4 {
  color: #ffffff !important;
}


/* =========================================================
   IMAGES
   ========================================================= */

.mp-final-hero-image img,
.mp-final-avila-image img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.mp-final-hero-image img {
  height: 390px;
}

.mp-final-avila-image img {
  height: 390px;
}


/* =========================================================
   BUTTON GROUPS
   ========================================================= */

.mp-final-button-pair,
.mp-final-menu-buttons,
.mp-final-find-buttons {
  max-width: 500px;
}

.mp-final-button-pair .nectar-button,
.mp-final-menu-buttons .nectar-button,
.mp-final-find-buttons .nectar-button {
  width: 100%;
  text-align: center;
}


/* =========================================================
   INTRO COPY ALIGNMENT
   ========================================================= */

.mp-final-intro-copy {
  display: flex;
  align-items: flex-end;
}

.mp-final-intro-copy p {
  margin-bottom: 0;
  color: #6d625d;
}


/* =========================================================
   CATEGORY CARDS
   ========================================================= */

.mp-final-category > .vc_column-inner {
  min-height: 245px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}

.mp-final-category .wpb_text_column,
.mp-final-category .wpb_text_column > .wpb_wrapper {
  height: 100%;
}

.mp-final-category .wpb_text_column > .wpb_wrapper {
  min-height: 185px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}


/* =========================================================
   FIND US
   ========================================================= */

.mp-final-find-copy p {
  color: #6d625d;
}

.mp-final-find-item a {
  display: block;
  color: #34231c !important;
  text-decoration: none !important;
}

.mp-final-find-icon {
  display: block;
  color: #dc6228;
  font-size: 21px;
  line-height: 1;
}

.mp-final-find-item strong {
  display: block;
  color: #34231c;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.mp-final-find-item a:hover strong {
  color: #dc6228;
}


/* =========================================================
   TABLET
   ========================================================= */

@media only screen and (max-width: 999px) {

  .mp-final-hero-image img {
    height: 350px;
  }

  .mp-final-avila-image img {
    height: 350px;
  }

  .mp-final-category > .vc_column-inner {
    min-height: 225px;
  }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media only screen and (max-width: 690px) {

  .mp-final-hero-image img {
    height: 300px;
  }

  .mp-final-intro-copy {
    display: block;
  }

  .mp-final-intro-copy .wpb_text_column {
    max-width: none;
    margin-left: 0;
  }

  .mp-final-category > .vc_column-inner {
    min-height: 210px;
  }

  .mp-final-avila-image img {
    height: 310px;
  }
}