*, ::before, ::after {
  box-sizing: border-box;
}

::before, ::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

dl dl, dl ol, dl ul, ol dl, ul dl {
  margin: 0;
}

ol ol, ol ul, ul ol, ul ul {
  margin: 0;
}

hr {
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

nav ol, nav ul {
  list-style: none;
  padding: 0;
}

pre {
  font-family: monospace,monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

iframe {
  border-style: none;
}

img {
  border-style: none;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

button, input, select {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

fieldset {
  border: 1px solid #a0a0a0;
  padding: .35em .75em .625em;
}

input {
  overflow: visible;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}

[type=checkbox], [type=radio] {
  padding: 0;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

details {
  display: block;
}

dialog {
  background-color: #fff;
  border: solid;
  color: #000;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

a, area, button, input, label, select, summary, textarea, [tabindex] {
  touch-action: manipulation;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true], [disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

@font-face {
  font-family: "Barlow Condensed";
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Barlow Condensed";
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: minion-pro,serif;
  font-weight: 400;
  font-style: normal;
}

:root {
  --color-primary: #1960AD;
  --color-hover: #222222;
  --color-text: #1960AD;
  --color-bg: #F4FBFF;
  --font-stack-serif: "minion-pro", serif;
  --font-stack-sans: "Barlow Condensed", sans-serif;
  --text-base-size: 1em;
  --text-scale-ratio: 1.2;
  --text-scale-ratio-sm: 1.067;
  --text-sans: calc(0.7em * var(--text-scale-ratio));
  --text-xxs: calc(0.75em * var(--text-scale-ratio-sm));
  --text-xs: calc(0.75em * var(--text-scale-ratio-sm));
  --text-sm: calc(1em * var(--text-scale-ratio-sm));
  --text-md: calc(1em * var(--text-scale-ratio));
  --text-lg: calc(1em * var(--text-scale-ratio) * var(--text-scale-ratio));
  --text-xl: calc(1em * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio));
  --body-line-height: 1.35;
  --h-lg-line-height: 1.35;
  --h-md-line-height: 1.25;
  --h-sm-line-height: 1.15;
  --p-line-height: 1.65;
  --space-unit: 1em;
  --space-xxxxs: calc(0.125 * var(--space-unit));
  --space-xxxs: calc(0.25 * var(--space-unit));
  --space-xxs: calc(0.375 * var(--space-unit));
  --space-xs: calc(0.5 * var(--space-unit));
  --space-sm: calc(0.75 * var(--space-unit));
  --space-md: calc(1.25 * var(--space-unit));
  --space-lg: calc(2 * var(--space-unit));
  --space-xl: calc(3.5 * var(--space-unit));
  --space-xxl: calc(4.5 * var(--space-unit));
  --grid-width: 96%;
  --grid-gutter: 2rem;
}

@supports (--css: variables) {
  @media (max-width: 992px) {
    :root {
      --text-scale-ratio: var(--text-scale-ratio-sm);
      --responsive-padding: 2rem;
    }
  }
}

body {
  scroll-behavior: smooth;
  background: var(--color-bg);
  color: var(--color-primary);
  font-family: var(--font-stack-serif);
  font-size: var(--text-base-size);
  line-height: var(--body-line-height);
  -webkit-transition: background-color 3s ease-in-out;
  -moz-transition: background-color 3s ease-in-out;
  -ms-transition: background-color 3s ease-in-out;
  -o-transition: background-color 3s ease-in-out;
  -transition: background-color 3s ease-in-out;
  transition: background-color 3s ease-in-out;
}

a {
  text-decoration: none;
  outline: 0;
  color: var(--color-primary);
}

a:hover {
  text-decoration: none;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

a:hover, a:active, a:focus {
  outline: 0;
}

p {
  font-size: var(--text-md);
  margin-bottom: var(--space-md);
}

p:last-of-type {
  margin-bottom: 0;
}

p a {
  text-decoration: underline;
}

@media only screen and (max-width: 1200px) {
  p {
    font-size: var(--text-sm);
  }
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0 var(--space-xl);
}

@media only screen and (max-width: 991px) {
  ul {
    padding: 0 var(--space-md);
  }
}

li {
  font-family: var(--font-stack-sans);
  font-size: var(--text-sm);
}

li:last-of-type {
  margin-bottom: 0;
}

li a {
  text-decoration: underline;
}

strong {
  font-weight: 600;
  font-style: normal;
}

sup, small {
  font-size: var(--text-xxs) !important;
  line-height: var(--h-sm-line-height);
  padding-right: .25em;
}

img {
  width: 100%;
  height: auto;
}

.lazy {
  -webkit-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg"><filter id="blur"><feGaussianBlur stdDeviation="1" /></filter></svg>#blur');
  filter: progid:DXImageTransform.Microsoft.Blur(Strength=$radius);
}

.message {
  background: var(--color-primary);
  color: var(--color-bg);
  margin-top: 0;
}

.message p {
  font-family: var(--font-stack-sans);
  font-size: var(--text-sm);
  text-align: center;
  margin-top: 0;
  padding: var(--space-md) 0;
}

.message a { 
 color: var(--color-bg) !important;
 text-decoration: none;
}

.message a:hover { 
    text-decoration: underline;
}

@media only screen and (max-width: 991px) {
  .message p {
    padding: var(--space-md) var(--space-sm);
  }
}

.grid {
  display: grid;
  grid-template-columns: 60% 1fr;
  grid-template-rows: 1fr;
  gap: 0px 0px;
  grid-template-areas: "slider main";
}

@media only screen and (max-width: 991px) {
  .grid {
    grid-template-columns: 1fr;
    grid-template-areas: "slider" "main";
  }
}

@media only screen and (min-width: 992px) {
  .grid {
    height: 100vh;
  }
}

.slider {
  grid-area: slider;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .slider #slideshow {
    max-height: 50vh;
  }
}

.slider #slideshow div {
  display: none;
}

.slider #slideshow .show {
  display: block !important;
}

.slider #slideshow img {
  vertical-align: middle !important;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (min-width: 992px) {
  .slider #slideshow img {
    max-height: 100%;
    min-height: 100vh;
    min-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.main {
  grid-area: main;
  text-align: center;
}

.main .inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.main p, .main ul {
  padding: 0 var(--space-xl);
}

@media only screen and (max-width: 991px) {
  .main p, .main ul {
    padding: 0 var(--space-lg);
  }
}

.content .logo {
  margin: var(--space-xl) auto;
}

.content .logo img {
  width: auto;
  max-height: 60px;
}

.content .intro {
  padding-bottom: var(--space-md);
}

.content .intro p {
  font-size: var(--text-md);
  margin-bottom: 0;
}

.content .intro ul {
  width: 100%;
  display: inline-flex;
  padding-top: var(--space-lg);
}

.content .intro ul li {
  flex-shrink: 0;
  flex-grow: 1;
  padding: 0 var(--space-xs);
  text-transform: uppercase;
}

.spacer {flex: 1 1 30%;}

.content .intro ul + ul {padding-top: var(--space-sm);;}

.content .reservations {
  border-top: 1px solid var(--color-primary);
  border-bottom: 1px solid var(--color-primary);

}

.content .button {
  margin: var(--space-lg) 0;
  padding-bottom: var(--space-md);
}

.content .button a {
  font-family: var(--font-stack-sans);
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--color-bg) !important;
  background: var(--color-text);
  border: 2px solid var(--color-text);
  padding: var(--space-xs) var(--space-md);
}

#dine__booker__find-a-table{
  font-family: var(--font-stack-sans);
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase; 
  font-size: 1em !important;
  line-height: 1em!important;
  height:auto!important;
  color: var(--color-bg) !important;
  background: var(--color-text);
  border: 2px solid var(--color-text);
  padding: var(--space-xs) var(--space-md);
}

.content .button a:hover, #dine__booker__find-a-table:hover {
  background: transparent !important;
  color: var(--color-text) !important;
}

.content .hours {
  border-top: 1px solid var(--color-primary);
  padding: var(--space-md) 0;
}

.content .hours p {
  font-family: var(--font-stack-sans);
  margin-top: 1rem;
}

.content .hours ul {
  display: flex;
  justify-content: space-between !important;
}

.uc { text-transform: uppercase; } 

.content .hours ul li {
  letter-spacing: .05em;
}

.footer .address {
  display: flex;
  justify-content: center;
  border-top: 1px solid var(--color-primary);
  font-family: var(--font-stack-sans);
}

.footer .address .left {
  border-right: 1px solid var(--color-primary);
}

.footer .address .left, .footer .address .right {
  flex: 1;
  padding: var(--space-md);
  font-size: var(--text-sans);
  letter-spacing: .05em;
}

.footer .address strong  {
  text-transform: uppercase;
}

.footer .address a {
  text-decoration: none;
}

.footer .address a:hover {
  text-decoration: underline;
}

.footer .address div > p:first-of-type {margin-bottom: 0; line-height: 1.15;}
.footer .address div > p+p {margin-top: .35rem;}

.reservations { padding-top: 2rem;}

.dine__booker {
  background: #fff !important;
  border: 0 none !important;
  border-radius: 0 !important;
  overflow: hidden;
  text-align: left !important;
  min-width: 100% !important;
}

.dine__booker.block {
  padding: var(--space-md) 0 !important;
  min-height: auto !important;
}

.dine__booker__form {
  width: auto !important;
  min-width: 100% !important;
  border: 0 none !important;
  border-radius: 0 !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
}
.dine__booker.block .dine__booker__section { max-width: 30%;}
@media only screen and (min-width: 992px) {
  .dine__booker__form .dine__booker__section {
    border-color: var(--color-primary) !important;
    border-top: 0 none !important;
    border-bottom: 0 none !important;
    border-radius: 0 !important;
  }
  .dine__booker__form .dine__booker__section:first-child {
    border-left: 0 !important;
  }
  .dine__booker__form .dine__booker__section:last-child {
    border-right: 0 !important;
  }
}

@media only screen and (max-width: 991px) {
  .dine__booker__form {
    flex-direction: column !important;
  }
  .dine__booker__form .dine__booker__section {
    width: 100% !important;
    margin: 0 auto !important;
    border-color: var(--color-primary) !important;
    border-top: 0 none !important;
    border-left: 0 none !important;
    border-right: 0 none !important;
    border-radius: 0 !important;
  }
}

.dine__booker__title {
  display: none !important;
}

.dine__booker__form-control {
  font-size: 12px !important;
}

#dine__booker__find-a-table {
  background-color: var(--color-primary) !important;
  border-radius: 0px !important;
  max-width: 150px !important;
  margin-bottom: 0 !important;
}
.dine__booker.block .dine__booker__container { width: 100%!important; }