/* Q9 venue brand CSS: wailea-beach-resort */
/* Wailea Beach Resort catering menu CSS. */

@import url("https://use.typekit.net/suy0kpf.css");

body {
  background-color: #F9F9F9;
  font-family: effra, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #212529;
}

/* ---- Navigation ---- */

a.nav-link {
  font-family: effra, sans-serif;
  font-size: 1rem;
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 400;
}

.nav-link.sel {
  font-weight: bold;
}

.nav-item:hover {
  background-color: #E8E8E8;
}

.dropdown-menu {
  background-color: #E8E8E8;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #E8E8E8;
}

/* ---- Headings ---- */

h1 {
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  color: #0069ac;
}

h1.display-6,
h1.display-6 strong,
h1.display-6 em {
  font-family: effra, sans-serif;
  font-size: calc(1.375rem + 0.75vw);
  font-weight: 300;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: normal;
}

h1 strong,
h1.display-6 strong,
h1.display-6 em {
  color: #a8a8a8;
  font-style: normal;
  font-weight: 700;
}

.rightcol h1.display-6,
.contentdiv h1.display-6 {
  color: #0069ac;
}

/* ---- Home and category pages ---- */

.contentdiv {
  background: #e1f2fa;
}

/* ---- Menu content ---- */

.menutxt {
  color: #212529;
  font-family: effra, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.menutxt em {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.menutxt small {
  font-size: 0.875em;
  line-height: inherit;
}

.menutxt strong {
  color: #000000;
}

.menutxt h2,
.menutxt h4 {
  font-family: effra, sans-serif;
  font-weight: 600;
  color: #0069ac;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 0;
  padding-bottom: 0;
}

.menutxt h3 {
  font-family: effra, sans-serif;
  font-weight: 500;
  color: #212529;
  font-size: 1.5rem;
  text-transform: none;
}

.menutxt h5 {
  font-family: effra, sans-serif;
  font-weight: 600;
  color: #0069ac;
  font-size: 18px;
}

/* ---- Left navigation ---- */

.leftnav ul li {
  color: #474747;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.leftnav ul li a {
  color: #474747;
  line-height: 1.1;
  padding: 13px 10px 7px 10px;
  margin-top: 0;
  font-family: effra, sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
}

.leftnav ul li a:hover,
.leftnav ul li a.selected {
  color: #474747;
  background: #e8e8e8;
}

/* ---- Menu page columns (web only; the PDF keeps its own canvas) ---- */

@media (min-width: 993px) {
  body:not(.pdf-document) .menu-detail-layout {
    grid-template-columns: 25% minmax(0, 1fr);
    width: calc(100% + 24px);
    margin-left: -12px;
    padding-left: 0;
  }

  body:not(.pdf-document) .menu-detail-layout .leftnav {
    padding: 0 20px 0 30px;
    border-right: 1px solid #E1E1E1;
  }

  body:not(.pdf-document) .menu-detail-layout .rightcol,
  body:not(.pdf-document) .menu-detail-layout .rightcol.q9-menu-canvas {
    width: 100%;
    max-width: 100%;
    margin: 0 0 0 -1px;
    padding: 0 12px 0 50px;
    border-left: 1px solid #E1E1E1;
  }

  body:not(.pdf-document) .pdf-orientation-portrait.q9-menu-canvas .menutxt .col-md-6,
  body:not(.pdf-document) .pdf-orientation-portrait.q9-menu-canvas .menutxt .col-12.col-md-6 {
    width: 50% !important;
    max-width: 50% !important;
    padding: 0 12px;
  }

  body:not(.pdf-document) .pdf-orientation-portrait.q9-menu-canvas .menutxt .col-md-4,
  body:not(.pdf-document) .pdf-orientation-portrait.q9-menu-canvas .menutxt .col-12.col-md-4 {
    width: 33.333% !important;
    max-width: 33.333% !important;
    padding: 0 12px;
  }

  body:not(.pdf-document) .pdf-orientation-portrait.q9-menu-canvas .menutxt .row {
    margin-left: -12px !important;
    margin-right: -12px !important;
    width: calc(100% + 24px) !important;
  }

  body:not(.pdf-document) .q9-menu-canvas .menutxt .row.pt-2 > .col-12,
  body:not(.pdf-document) .q9-menu-canvas .menutxt .row.pt-2 > .col-md-6,
  body:not(.pdf-document) .q9-menu-canvas .menutxt .row.pt-2 > .col-md-4 {
    padding-top: 0;
  }

  body:not(.pdf-document) .q9-menu-canvas .menutxt .row.pb-3 > .col-12,
  body:not(.pdf-document) .q9-menu-canvas .menutxt .row.pb-3 > .col-md-6,
  body:not(.pdf-document) .q9-menu-canvas .menutxt .row.pb-3 > .col-md-4 {
    padding-bottom: 0;
  }

  body:not(.pdf-document) .q9-menu-canvas .menutxt .col-12 {
    padding: 0 12px;
  }

  body:not(.pdf-document) .q9-menu-canvas .menutxt img[width="100%"] {
    width: 100% !important;
    max-height: none !important;
  }
}

/* ---- Breakpoints ---- */

@media all and (max-width: 1200px) {
  .navbar .navbar-nav .nav-link {
    font-size: 1rem;
  }
}

@media all and (max-width: 992px) {
  .navbar .navbar-nav .nav-link {
    font-size: .8rem;
  }
}

@media all and (max-width: 768px) {
  h1.display-6,
  h1.display-6 strong,
  h1.display-6 em {
    font-size: calc(1rem + 0.5vw) !important;
    font-weight: 300;
  }

  h1 strong,
  h1.display-6 strong,
  h1.display-6 em {
    display: block;
  }

  .nav-link.show {
    background-color: #E8E8E8;
  }
}

/* ---- PDF ---- */

body.pdf-document,
body.pdf-document .menutxt {
  font-size: 15px;
  line-height: 1.5em;
}

body.pdf-document.pdf-orientation-portrait,
body.pdf-document .pdf-orientation-portrait {
  --q9-menu-canvas-width: 750px;
}

body.pdf-document .page {
  padding-top: 2em;
}

body.pdf-document .menutxt .q9dish {
  break-inside: auto;
  page-break-inside: auto;
}

body.pdf-document .menutxt h2,
body.pdf-document .menutxt h3,
body.pdf-document .menutxt h4,
body.pdf-document .menutxt h5,
body.pdf-document .menutxt h6 {
  break-after: auto;
  break-inside: auto;
  page-break-after: auto;
  page-break-inside: auto;
}

body.pdf-document .rightcol h1.pdf-page-title,
body.pdf-document h1.pdf-page-title {
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 1.2;
  margin-bottom: 16px !important;
  padding: 0;
}

body.pdf-document h1.pdf-page-title .pdf-page-cat {
  color: #a8a8a8;
  font-weight: 700;
}

body.pdf-document .menutxt .col-12,
body.pdf-document .menutxt .col-md-12,
body.pdf-document .menutxt .col-md-6,
body.pdf-document .menutxt .col-md-4 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

body.pdf-document h1.pdf-page-title {
  color: #0069ac;
}
