<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*#region Fonts */
 @import url(https://fonts.googleapis.com/css?family=Libre+Baskerville:400italic,400,700&amp;family=Inter:400;500;600); 



/*#endregion */
/*#region Colours */
/*#endregion */
body {
  font-family: "Libre Baskerville", "Times New Roman", serif;
  color: #282A2C;
  letter-spacing: normal;
}
h1 {
  font-weight: 400;
  font-style: italic;
}
h2,
h3,
h4 {
  /* font-family: "Lulo"; */
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  line-height: 1.5em;
}
h1 {
  font-size: 26px;
  line-height: 1.2em;
}
@media (min-width: 768px) {
  h1 {
    font-size: 30px;
  }
}
@media (min-width: 1040px) {
  h1 {
    font-size: 36px;
  }
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 18px;
}
.btn {
  background-color: #CF7E31;
  color: #282A2C;
  /* font-family: Lulo; */
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: -0.1em;
  padding: 8px 12px;
  transition: background-color linear 200ms, color linear 200ms;
}
.btn:hover {
  background-color: #777D84;
}
body {
  background-image: url(images/parchment_bg_tiled.jpg);
  background-repeat: repeat;
  background-position: 50% 50%;
}
header,
footer {
  background-color: #2E2D2A;
  color: #FFFFFF;
}
footer {
  color: #E8E3D0;
}
header {
  -moz-box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.7);
}
header .social-icons {
  color: #fff;
  font-size: 21px;
}
header .social-icons a {
  margin-left: 10px;
}
header .social-icons a:hover {
  color: #bfbfbf;
}
header nav {
  background-color: #2E2D2A;
  /* font-family: Lulo, serif; */
  font-family: 'Inter', sans-serif;
}
header nav li {
  font-size: 14px;
}
header nav ul &gt; li &gt; a {
  color: #FFFFFF;
  transition: color ease 250ms;
      font-size: 17px;
}
header nav ul &gt; li &gt; a:hover {
  color: #bfbfbf;
}
header nav .hamburger:before {
  background: linear-gradient(to bottom, #fff, #fff 20%, transparent 20%, transparent 40%, #fff 40%, #fff 60%, transparent 60%, transparent 80%, #fff 80%, #fff 100%);
}
div.panel {
  background-color: #E8E3D0;
}
.panel.welcome {
  margin-bottom: 20px;
  text-align: center;
  padding: 25px;
  border-bottom: 3px solid #282A2C;
}
.features-container .feature h2 {
  /* font-family: Lulo; */
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  line-height: 1.2em;
  font-size: 15px;
  padding: 25px 10px;
}
.features-container .feature a.feature-link {
  background-color: #CF7E31;
  color: #282A2C;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.75px;
  padding: 8px 15px;
  transition: background-color linear 200ms;
}
.features-container .feature a.feature-link:hover {
  background-color: #dda56f;
}
a.feature-link,
input[type=submit] {
  /* font-family: Lulo; */
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  font-style: normal;
}
.double-border-bottom::after {
  content: "";
  border-bottom: 1px solid #CF7E31;
  width: 100%;
  display: block;
  border-top: 3px solid #CF7E31;
  height: 9px;
}
input[type=checkbox] + label {
  color: #C8D7D9;
}
input[type=checkbox] + label &gt; span {
  border-color: #C8D7D9;
}
input[type=checkbox]:checked + label &gt; span &gt; span {
  background-color: #C8D7D9;
}
div.join-mailing-list {
  background-color: rgba(232, 227, 208, 0.6);
  border: 3px solid #E8E3D0;
}
div.join-mailing-list h2 {
  font-size: 16px;
  text-align: left;
  line-height: 1em;
  margin-bottom: 5px;
}
div.join-mailing-list h2:after {
  content: "Stay in the loop";
}
div.join-mailing-list p {
  color: #282A2C;
  font-size: 16px;
  margin-bottom: 20px;
}
div.join-mailing-list input[type=text],
div.join-mailing-list select {
  background-color: #A4A8AD;
  border: 1px solid #CF7E31;
}
div.join-mailing-list input[type=text]::-webkit-input-placeholder,
div.join-mailing-list select::-webkit-input-placeholder {
  /* Chrome */
  color: #282A2C;
}
div.join-mailing-list input[type=text]:-ms-input-placeholder,
div.join-mailing-list select:-ms-input-placeholder {
  /* IE 10+ */
  color: #282A2C;
}
div.join-mailing-list input[type=text]::-moz-placeholder,
div.join-mailing-list select::-moz-placeholder {
  /* Firefox 19+ */
  color: #282A2C;
  opacity: 1;
}
div.join-mailing-list input[type=text]:-moz-placeholder,
div.join-mailing-list select:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #282A2C;
  opacity: 1;
}
div.join-mailing-list input[type=text],
div.join-mailing-list input[type=submit] {
  display: block;
  width: 100%;
  height: 40px;
}
div.join-mailing-list input {
  border: none;
  padding: 5px 15px;
}
div.join-mailing-list input + input {
  margin-top: 10px;
}
div.join-mailing-list input[type=submit] {
  text-transform: uppercase;
  background: none;
  border: none;
  background-color: #CF7E31;
}
div.join-mailing-list input[type=checkbox] {
  margin-bottom: 15px;
}
div.join-mailing-list .date-picker-group label {
  color: #282A2C;
}
div.join-mailing-list .date-picker-group select {
  color: #282A2C;
}
div.join-mailing-list.complete .result-message {
  color: #543313;
  line-height: 1.5em;
}
div.location {
  background-color: rgba(46, 45, 42, 0.75);
}
div.location .location-details {
  color: #E8E3D0;
}
div.location .location-details h2 {
  font-family: "Libre Baskerville", "Times New Roman", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 54px;
}
div.location .location-details .address,
div.location .location-details .telephone {
  font-size: 16px;
  font-weight: normal;
}
div.location .double-border-bottom::after {
  border-color: #E8E3D0;
}
section.facilities .times-facilities h3 {
  /* font-family: Lulo; */
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  font-style: normal;
}
section.food .booking-link a,
section.drink .booking-link a {
  background-color: #CF7E31;
  color: #282A2C;
  /* font-family: Lulo; */
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: -0.1em;
  padding: 8px 12px;
  transition: background-color linear 200ms, color linear 200ms;
  background-color: #452A11;
  color: #E8E3D0;
}
section.food .booking-link a:hover,
section.drink .booking-link a:hover {
  background-color: #777D84;
}
section.food .booking-link a:hover,
section.drink .booking-link a:hover {
  color: #282A2C;
  background-color: #777D84;
}
section.events .panel.events div.event .details .title {
  /* font-family: Lulo; */
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-size: 15px;
  font-weight: bold;
}
section.events .panel.events div.event .details .share {
  /* font-family: Lulo; */
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-size: 15px;
  font-weight: bold;
}
section.events .panel.events div.event .details .share .event-share-links {
  font-size: 26px;
}
@media (min-width: 768px) {
  section.events .panel.events div.event .details .title {
    font-size: 15px;
    font-weight: bold;
  }
  section.events .panel.events div.event .details .share {
    font-size: 15px;
    font-weight: bold;
  }
  section.events .panel.events div.event .details .share .event-share-links {
    font-size: 24px;
  }
}
div.contact-form input[type=text],
div.contact-form textarea {
  background-color: #f0ede1;
  border-color: #CF7E31;
}
div.contact-form .big-button {
  /* font-family: Lulo; */
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  background: none;
  border: none;
  background-color: #CF7E31;
  font-size: 21px;
}
div.contact-form .big-button:hover {
  color: white;
}
.carousel {
  margin-bottom: 0;
}</pre></body></html>