@font-face {
  font-family: Eastwood;
  src: url('../fonts/Eastwood.woff2') format("woff2"), url('../fonts/Eastwood.woff') format("woff"), url('../fonts/Eastwood.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --olive: #394b0a;
  --dark-green: #1d2e28;
  --white: white;
  --green: #083224;
  --dark-red: #4b0606;
  --black: black;
  --light-green: #eff6f4;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

strong {
  color: var(--olive);
  font-weight: 700;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.styleguide-content-wrap {
  text-align: center;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: .7;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-speaking-label {
  margin-top: 20px;
  margin-bottom: 10px;
}

.label.cc-about-light, .paragraph-light {
  opacity: .6;
}

.paragraph-light.cc-position-name {
  margin-bottom: 5px;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
}

.section.cc-contact {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-items {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.logo-image {
  display: block;
}

.navigation-wrap {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.intro-wrap {
  margin-top: 100px;
  margin-bottom: 140px;
}

.name-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.position-name-text {
  text-transform: none;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.work-description {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.work-experience-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . ."
  / 1fr 1fr 1fr 1fr;
  margin-bottom: 140px;
}

.works-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . ."
                 ". . ."
                 / 1.5fr 1fr 1.5fr;
  margin-bottom: 80px;
}

.carrer-headline-wrap {
  width: 70%;
  margin-bottom: 50px;
}

.work-image {
  text-align: center;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 460px;
  margin-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.work-image:hover {
  opacity: .8;
}

.work-image:active {
  opacity: .7;
}

.work-image.cc-work-1 {
  background-image: url('../images/portfolio-1---wide.svg');
  background-size: cover;
}

.work-image.cc-work-2 {
  background-image: url('../images/portfolio-2---wide.svg');
  background-size: cover;
}

.work-image.cc-work-4 {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.work-image.cc-work-3 {
  background-image: url('../images/portfolio-4---wide.svg');
  background-size: cover;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact {
  padding-top: 80px;
  padding-bottom: 90px;
}

.contact-headline {
  width: 70%;
  margin-bottom: 40px;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}

.contact-form-wrap {
  width: 70%;
}

.footer-wrap {
  justify-content: space-between;
  align-items: center;
  padding: 40px 50px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  text-transform: uppercase;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.footer-links {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.footer-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.footer-item:hover {
  opacity: .9;
}

.footer-item:active {
  opacity: .8;
}

.about-intro-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 140px;
}

.hi-there-heading {
  margin-top: 10px;
  margin-bottom: 20px;
}

.service-name-text {
  opacity: .6;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
}

.skillset-wrap {
  padding-right: 60px;
}

.reference-link {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
}

.reference-link:hover {
  opacity: 1;
}

.reference-link:active {
  opacity: .9;
}

.featured-item-wrap {
  margin-bottom: 25px;
}

.services-items-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-areas: ". .";
  padding-top: 10px;
}

.skills-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 1fr;
  margin-bottom: 140px;
}

.personal-features-grid {
  grid-column-gap: 80px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-areas: ". ."
                       ". .";
  margin-bottom: 110px;
}

.speaking-text {
  margin-right: 8px;
  display: inline-block;
}

.speaking-text.cc-past-speaking {
  opacity: .6;
}

.speaking-detail {
  opacity: .6;
  display: inline-block;
}

.upcoming-wrap {
  margin-bottom: 40px;
}

.social-media-heading {
  margin-bottom: 60px;
}

.social-media-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: ". . . ."
                       ". . . .";
  margin-bottom: 30px;
}

.project-overview-grid {
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template: ". . . ."
                 ". . . ."
                 / 1fr 1fr 1fr 1fr;
  margin-top: 120px;
  margin-bottom: 135px;
}

.detail-header-image {
  width: 100%;
}

.project-description-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2.5fr;
  margin-top: 120px;
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.email-section {
  text-align: center;
  width: 70%;
  margin: 140px auto 200px;
}

.email-link {
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 64px;
  font-weight: 400;
  line-height: 88px;
  text-decoration: none;
}

.email-link:hover {
  opacity: .8;
}

.email-link:active {
  opacity: .7;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.popular-text {
  color: #fff;
  text-align: center;
  letter-spacing: .2px;
  margin-bottom: 29px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 200;
  line-height: 19px;
}

.popular-text.last {
  color: #e9e9e9;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 15px;
}

.image-2 {
  margin-top: 66px;
  margin-bottom: 40px;
}

.nav {
  text-align: center;
  background-color: #0000;
  border-radius: 6px;
  margin: 0 0%;
  padding: 66px 0 0;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

._6 {
  background-color: #fff;
  background-image: url('../images/slide_6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.copyright-text {
  color: #fafafa;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  display: inline-block;
}

._2 {
  background-color: #fff;
  background-image: url('../images/MULLIGAN_3rd_photo_Menu-Poster.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.copyright-div {
  margin-top: 50px;
  padding-bottom: 38px;
  position: absolute;
  inset: auto 0% 0%;
}

.brand-div {
  display: inline-block;
}

.heading {
  color: #e4e4e4;
  letter-spacing: 1px;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Eastwood, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.heading.we {
  margin-top: 24px;
  margin-bottom: 0;
}

.hero {
  z-index: 5;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 1000px;
  padding: 0 13%;
  display: flex;
  position: relative;
  overflow: hidden;
}

._1 {
  background-color: #fff;
  background-image: url('../images/Mulligan_2nd_photo__copy-copy.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.left-arrow {
  z-index: 5;
  display: none;
}

.link {
  opacity: 1;
  color: #d6d3d0;
  text-decoration: none;
  transition: opacity .5s;
}

.link:hover {
  opacity: .47;
  color: #fff;
}

.wrapper-color-loink {
  z-index: -1;
  background-color: #917e37;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: absolute;
}

.overlay {
  z-index: 2;
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#16151bb0, #16151bb0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-lbutton-layout-3-blog {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.brand {
  float: none;
  color: #fff;
  letter-spacing: 8px;
  text-transform: uppercase;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  font-size: 26px;
  font-weight: 100;
  line-height: 28px;
  display: flex;
}

.link-2 {
  color: #e8dbc8;
  text-decoration: none;
}

._5 {
  background-color: #fff;
  background-image: url('../images/slide_5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-nav {
  font-size: 9px;
  display: none;
}

.right-arrow {
  z-index: 5;
  display: none;
}

.div-block {
  align-items: flex-start;
  display: flex;
}

.menu-nts {
  z-index: 1;
  background-color: #000;
  border: 1px solid #917e37;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 17px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bg-video {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.slider-s {
  z-index: 1;
  object-fit: cover;
  height: 100%;
}

._00 {
  background-color: #fff;
  background-image: url('../images/2_Malone_outside_-1-copy.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-3 {
  margin-bottom: 17px;
}

.link-3 {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.link-3:hover {
  opacity: 1;
  color: #fff;
}

.link-block {
  margin-top: 45px;
  transition-duration: .8s;
  display: none;
}

.link-block:hover {
  opacity: .4;
}

._3 {
  background-color: #fff;
  background-image: url('../images/MULLIGAN_Photo__interior_copy.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.paragraph {
  color: #e4e4e4;
  max-width: 700px;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.number {
  font-size: 25px;
}

.div-block-4 {
  margin-top: 0;
  margin-bottom: 43px;
  margin-left: 0;
}

.button-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #fff;
  margin: 8px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 12px;
  font-weight: 400;
  transition: background-color .525s;
}

.button-2:hover {
  color: #fff;
  background-color: #1d461c;
}

.text-span, .text-span-2 {
  font-weight: 600;
}

.text-span-3 {
  font-weight: 500;
}

.link-4 {
  color: #fff;
  text-decoration: none;
  display: inline-block;
}

.div-block-60 {
  z-index: 1;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-image: linear-gradient(#0000006b, #0000006b);
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.modal__body {
  z-index: 2;
  text-align: center;
  background-color: #0000;
  border-radius: 3px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.infotext {
  color: #102b4e80;
  font-size: 18px;
  line-height: 22px;
}

.infotext.newm {
  color: #d6d6d6f0;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}

.modal__close {
  opacity: .8;
  filter: invert();
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: 18px;
  left: auto;
  right: 20px;
}

.modal__close:hover {
  opacity: 1;
}

.modal {
  z-index: 9999999;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.link-block-6 {
  margin: 12px;
  text-decoration: none;
}

.image-29 {
  object-fit: cover;
  margin-bottom: 0;
}

.image-26 {
  filter: none;
}

.image-30 {
  margin-top: 19px;
}

.modal-2 {
  z-index: 9999;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #00000096;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.div-block-52 {
  z-index: 1;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.modal__body-2 {
  z-index: 2;
  text-align: center;
  cursor: pointer;
  object-fit: cover;
  background-color: #fff;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.modal__close-2 {
  opacity: 1;
  filter: brightness(200%);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: 6px;
  right: 5px;
}

.modal__close-2:hover {
  opacity: 1;
}

.image-21 {
  z-index: 10;
  position: relative;
}

.image-22 {
  cursor: pointer;
}

.container-2 {
  flex-direction: column;
  align-items: center;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
  position: relative;
}

.nav-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: capitalize;
  padding: 12px 10px;
  font-family: larken, sans-serif;
  font-size: 15px;
  font-weight: 300;
  display: inline-block;
}

.nav-link:hover {
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.footer {
  display: block;
}

.navigation-logo-div {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.footer-logo {
  margin-top: 20px;
  margin-bottom: 20px;
}

.navigation-2 {
  z-index: 10;
  background-color: #0000;
  width: 100vw;
  position: fixed;
  top: 0;
}

.horizontal-line {
  background-color: #ffffff40;
  width: 100vw;
  height: 1px;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-icon-2 {
  height: 20px;
}

.main-banner {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.container-3 {
  flex-direction: column;
  align-items: center;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: relative;
}

.white {
  color: #fff;
}

.white.centered {
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  font-family: larken, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.white.centered.hone {
  font-size: 45px;
}

.white.centered {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Eastwood, sans-serif;
  font-size: 38px;
  font-weight: 400;
}

.white.tha {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Eastwood, sans-serif;
  font-size: 45px;
  font-weight: 400;
}

.button-3 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #ffffff40;
  margin-top: 20px;
  padding: 14px 20px;
  font-family: larken, sans-serif;
  transition-property: background-color;
}

.button-3:hover {
  background-color: var(--dark-green);
  color: var(--white);
  border-style: solid;
  border-color: #e5f3ff;
  text-decoration: none;
}

.button-3:active {
  font-weight: 500;
}

.button-3.blue {
  border-color: var(--dark-green);
  background-color: var(--green);
  color: var(--white);
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 15px;
  transition-property: background-color;
}

.button-3.blue:hover {
  border-color: var(--dark-green);
  color: var(--dark-green);
  background-color: #0000;
}

.button-3.footer-cta {
  margin-top: 40px;
  margin-bottom: 40px;
}

.button-3.red {
  border-color: var(--white);
  color: var(--white);
  background-color: #08322400;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 15px;
  transition-property: opacity;
}

.button-3.red:hover {
  opacity: .59;
  color: var(--white);
  background-color: #0000;
}

.button-3.clear {
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
  border-radius: 1px;
  min-width: 140px;
  margin-top: 0;
  margin-bottom: 25px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 14px;
  transition-property: background-color;
}

.button-3.clear:hover {
  border-color: var(--dark-green);
  background-color: var(--green);
  opacity: 1;
}

.decorative-line-div {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.decorative-line-div.with-padding {
  flex-direction: column-reverse;
  margin-top: 40px;
  margin-bottom: 40px;
  position: static;
}

.decorative-line-div.with-padding.no-padding-0 {
  margin-bottom: 0;
}

.decorative-line-div.flipped {
  flex-direction: column-reverse;
  top: 0;
  bottom: auto;
}

.decorative-line {
  background-color: #fff;
  width: 1px;
  height: 100px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.decorative-line.blue {
  background-color: #192b4d;
  margin-top: 0;
  margin-bottom: 10px;
}

.decorative-line.top-white {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
}

.main-banner-image {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.column-image {
  background-image: url('../images/web-pexels-max-vakhtbovych-63011822x.jpg');
  background-position: 50%;
  background-size: cover;
  height: 560px;
}

.column-image.home-experiences {
  background-image: url('../images/jacalyn-beales-CTNUH5dCTkU-unsplash.jpg');
}

.centered-column-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.container-4 {
  flex-direction: column;
  align-items: center;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
  position: relative;
}

.column {
  padding-left: 0;
  padding-right: 0;
}

.column.centered {
  flex-direction: row;
  justify-content: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.column.centered.left, .column.centered.right {
  padding-left: 0;
  padding-right: 0;
}

.titlecentered {
  color: var(--dark-green);
  text-align: center;
  text-transform: capitalize;
  font-family: larken, sans-serif;
}

.titlecentered.top {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Eastwood, sans-serif;
  font-size: 38px;
}

.white-section {
  z-index: 2;
  background-color: #fff;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

._2-columns {
  align-items: center;
  width: 100%;
  margin-top: 120px;
  display: flex;
}

._2-columns.image-on-right.no-padding {
  max-width: 1100px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

._2-columns.image-on-right.flippped {
  max-width: 1200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.left-aligned {
  color: var(--green);
  text-align: center;
  text-transform: none;
  margin-top: 0;
  font-family: Eastwood, sans-serif;
  font-size: 38px;
}

.full-image-section-text {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.full-image-section-text.thanks {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
}

.container-5 {
  flex-direction: column;
  align-items: center;
  margin-top: 90px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.container-5.none {
  margin-top: 0;
}

.full-image-section {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 600px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.full-image-section-background {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080), url('../images/AU8I5505.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 100%;
  height: 100%;
  position: absolute;
}

.all-caps {
  color: #192b4d;
  text-align: left;
  letter-spacing: .7px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 24px;
}

.all-caps.vertical-right {
  color: #fff;
  text-align: center;
  padding-right: 0;
  transform: rotate(90deg);
}

.all-caps.vertical-left {
  color: #fff;
  text-align: center;
  padding-right: 0;
  display: inline-block;
  transform: rotate(-90deg);
}

.all-caps.centered {
  color: #fff;
  font-family: larken, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.all-caps.centered.last {
  margin-bottom: 0;
}

.all-caps.centered.oneone {
  text-align: center;
  margin-bottom: 0;
}

.about-section {
  z-index: 2;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.about-section.about {
  background-image: linear-gradient(#ffffffed, #ffffffed), url('../images/22_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, 600px;
  padding-bottom: 80px;
}

.container-6 {
  flex-direction: column;
  align-items: center;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
  position: relative;
}

.left-aligned-2 {
  text-align: left;
}

._3-columns {
  margin-top: 80px;
}

.container-7 {
  flex-direction: column;
  align-items: center;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
  position: relative;
}

._3-column-image {
  background-image: url('../images/maria-labanda-hEKN_m0qGMA-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 420px;
  margin-bottom: 20px;
}

._3-column-image.review-2 {
  background-image: url('../images/web-pexels-max-vakhtbovych-6078537.jpg');
}

._3-column-image.review-3 {
  background-image: url('../images/joseph-gonzalez-fdlZBWIP0aM-unsplash.jpg');
}

._3-column {
  padding: 80px 40px;
}

._3-column.middle {
  padding-top: 0;
}

.review-divider {
  background-color: #e5f3ff;
  width: 1px;
  height: auto;
}

.review-divider.left {
  position: absolute;
  inset: 0% auto 0% 0%;
}

.review-divider.right {
  position: absolute;
  inset: 0% 0% 0% auto;
}

.footer {
  z-index: 3;
  background-color: var(--dark-green);
  background-image: linear-gradient(#051307d9, #051307d9), url('../images/Asset-24x-100.jpg');
  background-position: 0 0, 50%;
  background-size: auto, 600px;
  position: relative;
}

.footer-copy {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 300;
  position: static;
  inset: 0% 0% 0% auto;
}

.footer-copy.right {
  margin-left: auto;
  margin-right: 0;
}

.footer-copy.left {
  margin: 30px auto 30px 0;
}

.social-link {
  margin-top: 20px;
  padding-right: 40px;
}

.container-8 {
  flex-direction: column;
  align-items: center;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
  position: relative;
}

.container-8.footer-footnote {
  flex-direction: row;
}

.social-icons {
  height: 20px;
}

.footer-columns {
  align-items: flex-start;
  width: 100%;
  margin: 40px 0;
  display: flex;
}

.overlapping-column-image {
  background-image: url('../images/front.jpg');
  background-position: 0%;
  background-size: cover;
  height: 560px;
}

.overlapping-column-image.overlapping-front {
  z-index: 2;
  border: 6px solid var(--dark-green);
  background-image: url('../images/277780941_477872753772639_3108532733000091101_n.jpg');
  width: 274px;
  height: 317px;
  position: absolute;
}

.overlapping-column-image.weddings {
  background-image: url('../images/AU8I5080.jpg');
}

.overlapping-column-image.overlapping-front-weddings {
  z-index: 2;
  background-image: url('../images/alvin-mahmudov-NSVJAAXOYHs-unsplash.jpg');
  width: 274px;
  height: 317px;
  position: absolute;
  left: 0;
}

.overlapping-column-image.bw {
  background-image: url('../images/AU8I5497.jpg');
  background-position: 50%;
}

.container-9 {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.container-9.with-columns {
  padding-left: 50px;
  padding-right: 50px;
}

.decorative-line-flipped-div {
  flex-direction: column-reverse;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.decorative-line-flipped-div.blue {
  margin-top: 40px;
  margin-bottom: 40px;
  position: static;
}

.left-aligned-3 {
  text-align: left;
  font-family: larken, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.overlapping-images-column {
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 20px;
  display: flex;
}

.overlapping-images-column.left {
  justify-content: flex-end;
}

.overlapping-images-column.pp {
  padding-right: 0;
}

.overlapping-back-image-div {
  overflow: hidden;
}

.overlapping-back-image-div.overlapping-bottom-image-right {
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-left: 100px;
  position: relative;
}

.overlapping-back-image-div.overlapping-bottom-image-left {
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-right: 80px;
  position: relative;
}

.overlapping-back-image-div.overlapping-bottom-image-right-copy {
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-left: 100px;
  position: relative;
}

.overlapping-back-image-div.left-over {
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 80px;
  position: relative;
}

.container-10 {
  flex-direction: column;
  align-items: center;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
  position: relative;
}

.left-aligned-4 {
  text-align: left;
}

.navy-blue-section {
  z-index: 2;
  background-color: var(--dark-red);
  background-image: linear-gradient(#000f0ac4, #000f0ac4), url('../images/Asset-24x-100.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 50px;
  display: flex;
  position: relative;
}

.navy-blue-page-titles {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Eastwood, sans-serif;
  font-size: 36px;
}

.slider {
  height: 100%;
}

.slide-nav-2 {
  display: none;
}

.slide {
  background-image: url('../images/AU8I5085.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

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

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

.heading-small {
  font-family: larken, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.1;
}

.line-gorizont {
  background-color: #f3471e;
  width: 2.5rem;
  height: .0625rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.hidden {
  display: block;
}

.collect__desc-wrap {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  max-width: 15.625rem;
  display: flex;
}

.img {
  position: relative;
}

.img.mod--gif {
  z-index: 2;
  display: block;
  position: absolute;
}

.img.mod--gif.mod--collect-gif {
  opacity: 1;
  width: 31.25rem;
  top: 0;
  left: 14.25rem;
}

.img.mod--gif.mod--collect-gif2 {
  opacity: 1;
  border-top-left-radius: 1.875rem;
  border-top-right-radius: 1.875rem;
  width: 2.625rem;
  top: 3.1875rem;
  left: 6.875rem;
}

.img.img-width-100 {
  object-fit: cover;
  border-radius: 11px;
  display: block;
}

.img.mod--collect-auth {
  border: .0625rem solid #f3471e00;
  border-radius: 6.25rem;
  flex: none;
  width: 3.75rem;
  transition: all .2s;
}

.img.mod--collect-auth.active {
  border-color: #f3471e;
}

.img.mod--collect-logo {
  width: 3.4375rem;
  margin-bottom: 1rem;
}

.img.mod--collect-logobig {
  width: 12.1875rem;
}

.img.mod--allingham {
  transition: all .5s;
  display: block;
  position: relative;
  bottom: -4rem;
}

.list-item.mod--collect {
  z-index: 5;
  cursor: pointer;
  background-color: #41240f;
  border-radius: 6.25rem;
  align-items: center;
  margin-left: -.75rem;
  display: flex;
  position: relative;
}

.list-item.mod--collect.mod--4, .list-item.mod--collect.mod--3 {
  z-index: 3;
}

.list-item.mod--collect.mod--2 {
  z-index: 4;
}

.list-item.mod--collect.mod--5 {
  z-index: 2;
}

.line-vertical {
  background-color: #f3471e;
  width: .0625rem;
  height: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.line-vertical.mod--right {
  bottom: 0%;
  left: auto;
  right: 0%;
}

.col {
  flex: 1;
}

.col.col--3.mod--collect {
  border: 1px #000;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.col.col--4.mod--collect {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 21.25rem;
  display: flex;
}

.col.col--2.mod--collect {
  max-width: 21.25rem;
  padding-right: 4.5rem;
  position: relative;
}

.col.col--1.mod--collect {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 0;
  display: block;
  overflow: hidden;
}

.overflow-hidden {
  position: relative;
  overflow: hidden;
}

.overflow-hidden.mod--allingham {
  z-index: 3;
  position: absolute;
  inset: auto auto 2rem 2.625rem;
}

.text-size-medium {
  font-size: 1.0625rem;
  line-height: 1.3;
}

.text-size-medium.text-color-orange.mod--collect-auth-text {
  padding-left: .75rem;
  padding-right: 1.5rem;
}

.list.mod--collect {
  align-items: center;
  padding-left: .75rem;
  display: flex;
}

.text-wrap {
  position: relative;
}

.text-wrap.mod--collect-auth-desc {
  white-space: nowrap;
  max-width: 0;
  transition: all .5s;
  overflow: hidden;
}

.text-wrap.mod--collect-auth-desc.active {
  max-width: 9.375rem;
}

.columns {
  justify-content: space-between;
  display: flex;
}

.columns.mod--collect {
  color: #fcf9eb;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #000;
  background-image: linear-gradient(#2e060647, #2e060647), url('../images/mulligan-copy1.webp');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
  border-radius: 8px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  padding: 2.5rem;
  display: grid;
  position: relative;
  overflow: hidden;
}

.img-wrap, .anim-wrap {
  position: relative;
}

.toph {
  background-color: #fff;
  border-left: 4px solid #810000;
  flex-flow: wrap;
  flex: 50%;
  place-content: stretch flex-start;
  align-items: center;
  margin-top: 19px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 0 0 0 20px;
  display: flex;
}

.toph._8875 {
  border-left-color: var(--dark-green);
  width: 100%;
  margin-top: 30px;
  margin-right: auto;
  padding: 30px;
}

.div-block-19 {
  flex-direction: row;
  align-items: stretch;
  display: flex;
}

.grey-text-2 {
  color: #777;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
}

.grey-text-2.lals {
  color: #000000a1;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.bold01 {
  color: #551113;
  font-size: 17px;
  font-weight: 400;
}

.text-span-4 {
  color: #551113;
  font-size: 17px;
  font-weight: 700;
}

.div-block-2 {
  border: 1px #000;
  border-left: 1px solid #e6e6e6;
  width: 1px;
  margin-left: 25px;
  padding-left: 0;
  padding-right: 25px;
}

.side-feature-media {
  flex: 0 auto;
  max-width: 100%;
  margin-left: 15px;
  margin-right: 0;
  padding-top: 30px;
}

.frame {
  z-index: 9;
  border: 6px solid var(--green);
  margin-left: 20px;
  position: relative;
  transform: translate(-30px, -30px);
}

.frame-image {
  transform: translate(30px, 30px);
}

.frame-image.line {
  border: 1px #e7e7e7;
  box-shadow: 1px 1px 8px #eee;
}

.div-block-61 {
  flex-direction: row;
  align-items: stretch;
  display: flex;
}

.text-span-5 {
  color: #551113;
  font-size: 17px;
  font-weight: 700;
}

.div-block-62 {
  border: 1px #000;
  border-left: 1px solid #e6e6e6;
  width: 1px;
  margin-left: 50px;
  padding-left: 0;
  padding-right: 50px;
}

.racing-features {
  display: flex;
}

.racing-features-item {
  color: #f2f3f5;
  text-align: center;
  width: 50%;
  min-height: 600px;
  position: relative;
}

.racing-features-item._2 {
  background-image: url('../images/drink.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.racing-features-item._1 {
  background-image: url('../images/AU8I5479.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.racing-features-item._3 {
  background-image: url('../images/AU8I5420.jpg');
  background-position: 50%;
  background-size: cover;
}

.racing-features-item._4 {
  background-image: url('../images/AU8I5354.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.racing-features-item._1-copy {
  background-image: url('../images/AU8I5304.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mb-10 {
  margin-bottom: 10px;
}

.racing-features-item-content {
  text-align: center;
  mix-blend-mode: hard-light;
  background-color: #0000;
  background-image: linear-gradient(#0000, #000000ad);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 40px 18px 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-large {
  color: var(--white);
  letter-spacing: 1px;
  font-family: larken, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.menus001 {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.menus001.pt-0.pb-0 {
  z-index: 2;
  border-top: 5px #000;
  border-bottom: 5px #000;
  padding-top: 0;
  padding-bottom: 0;
}

.quote {
  z-index: 5;
  text-transform: lowercase;
  background-color: #071913;
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/Asset-24x-100.jpg');
  background-position: 0 0, 50%;
  background-size: auto, 500px;
  border-top: 2px solid #3d3d3d;
  justify-content: center;
  margin-top: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  font-weight: 300;
  display: flex;
  position: relative;
}

.quote.top01 {
  border-top-style: none;
  border-bottom: 1px solid #fff;
}

.heading-4 {
  opacity: .95;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
  max-width: 1200px;
  margin: 0 auto;
  font-family: Eastwood, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 37px;
}

.heading-4.headin {
  margin-top: 26px;
  margin-bottom: 26px;
  font-size: 38px;
}

.div-block-63 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-error-2 {
  color: #f03e5a;
  background-color: #f03e5a14;
  border: 1px solid #f03e5a80;
  border-radius: 3px;
  margin-top: 24px;
  padding: 12px 16px;
  font-size: 13px;
  line-height: 20px;
}

.button-4 {
  background-color: var(--green);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 18px;
  font-family: larken, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  transition: opacity .5s;
}

.button-4:hover {
  opacity: .5;
  color: #fff;
}

.wrapper-4 {
  text-align: left;
  background-color: #0000;
  max-width: 1200px;
}

.wrapper-4.part {
  text-align: center;
  max-width: 1000px;
}

.paragraph-12 {
  max-width: 800px;
  margin-top: 26px;
  margin-bottom: 33px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.input-3 {
  background-color: #fafafa;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  height: 48px;
  margin-bottom: 32px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: larken, sans-serif;
  font-weight: 300;
  transition: border .2s, background-color .2s;
  box-shadow: 1px 4px 12px -3px #0000001a;
}

.input-3:hover {
  background-color: #fff;
}

.input-3:focus {
  background-color: #fff;
  border: 1px solid #dfa25f;
}

.input-3.reservation-input {
  flex: 90%;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 14px;
  font-weight: 300;
}

.input-3.reservation-input._01111 {
  flex: 0 auto;
  width: 50%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 15px;
}

.input-3.reservation-input._50, .input-3.reservation-input.next {
  flex-grow: 1;
  flex-basis: 40%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 15px;
}

.input-3.reservation-input {
  flex: 90%;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 15px;
}

.input-3.reservation-input._50 {
  flex-grow: 1;
  flex-basis: 40%;
  font-size: 15px;
}

.input-3.text-area {
  height: auto;
  min-height: 160px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.input-3.text-area.margin-input {
  color: #333;
  background-color: #fff;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 15px;
  font-weight: 300;
}

.input-3.text-area.margin-input::placeholder {
  color: #969696;
  font-size: 14px;
}

.text-span-15 {
  color: #083224;
  text-transform: uppercase;
  font-weight: 700;
}

.date-3 {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  width: 50%;
  height: 48px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 20px;
  font-family: larken, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
}

.reservation-form-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.title-dark-left {
  color: #083224;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 30px;
}

.title-dark-left.sds {
  color: #cb9339;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 27px;
  font-weight: 500;
}

.reservations {
  background-color: #111;
  border: 12px solid #fff;
  padding: 120px 40px;
}

.reservations.page-hero-section {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.reservations.page-hero-section.parties {
  z-index: 9;
  text-align: center;
  background-color: #fff;
  background-image: linear-gradient(#ffffffe6, #ffffffe6), url('../images/8557077664_0330b1ad88_h-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-style: none;
  padding: 100px 50px;
}

.reservations.page-hero-section.gallery {
  z-index: 9;
  text-align: center;
  background-color: #fff;
  background-image: linear-gradient(#ffffffe6, #ffffffe6), url('../images/8557077664_0330b1ad88_h-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-style: none;
  padding: 80px 50px 100px;
}

.reservation-2-copy-2 {
  z-index: 2;
  border: 6px none var(--dark-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0 0;
  display: flex;
  position: relative;
}

.form-success-2 {
  background-color: #0000;
}

.div-block-71 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.overlay-2 {
  background-color: #0d131691;
  position: absolute;
  inset: 0%;
}

.overlay-2.hp {
  z-index: 98;
  background-color: #0000;
  background-image: linear-gradient(#000, #0000 25%, #0000), linear-gradient(#0000, #0000 55%, #000000fa);
}

.slide-nav-3 {
  display: none;
}

.hero-section {
  z-index: 1;
  background-color: #000;
  min-height: 100vh;
  padding-top: 90px;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.right-arrow-3 {
  z-index: 99;
}

.hero-link-block {
  color: #fff;
  text-decoration: none;
  transition: opacity .2s;
}

.hero-link-block:hover {
  opacity: .85;
}

.footer-social-link {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 125px;
  border: 1px solid #415d6b;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  margin-right: 10px;
  transition: background-color .2s;
}

.footer-social-link:hover {
  background-color: #415d6b;
}

.footer-social-link.whatsapp {
  background-image: none;
  background-size: 16px;
}

.footer-social-link.whatsapp:hover {
  background-image: none;
}

.footer-social-link.whatsapp.last {
  background-image: url('../images/instagram.png');
  background-size: 18px;
  border-style: none;
  border-color: #fff;
  border-radius: 0%;
  width: 30px;
  height: 30px;
  margin-right: 0;
  transition-property: opacity;
}

.footer-social-link.whatsapp.last:hover {
  opacity: .48;
  background-color: #0000;
}

.footer-social-link.whatsapp.on-nav {
  background-image: url('../images/instagram.png');
  background-size: 18px;
  border-style: none;
  border-color: #fff;
  border-radius: 0%;
  width: 30px;
  height: 30px;
  margin-right: 0;
  transition-property: opacity;
}

.footer-social-link.whatsapp.on-nav:hover {
  opacity: .48;
  background-color: #0000;
}

.social-box {
  justify-content: center;
  margin-top: 14px;
  display: flex;
}

.slide-content-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon {
  opacity: .76;
  font-size: 30px;
  font-weight: 200;
}

.hero-slider-2 {
  background-color: #0000;
  width: 100%;
  height: 100%;
  margin-top: 0;
  position: absolute;
  inset: 0;
}

.left-arrow-3 {
  z-index: 99;
}

.on-load-5._4545 {
  margin-top: 10px;
}

.icon-2 {
  opacity: .76;
  font-size: 30px;
}

.slide-img {
  background-image: url('../images/Dubliner-125.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.slide-img.new2 {
  background-image: url('../images/AU8I5095.jpg');
  background-size: cover;
}

.slide-img.new3 {
  background-image: url('../images/AU8I5140.jpg');
  background-size: cover;
}

.slide-img.new5 {
  background-image: url('../images/AU8I5505.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-img.new4 {
  background-image: url('../images/mulligan-copy1.webp');
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-bg {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-container {
  z-index: 99;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-container.p {
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 28px;
}

.hero-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  font-family: larken, sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  transition: color .2s;
}

.hero-link:hover {
  color: #ab8d69;
}

.html-embed-2 {
  border: 2px solid var(--white);
  width: 100%;
  height: 400px;
  margin-bottom: 0;
}

.link-5 {
  color: #313131;
  font-family: larken, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: color .5s;
}

.link-5:hover {
  color: #083224;
}

.paragraph-10 {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 27px;
}

.content-wrapper-2 {
  z-index: 2;
  max-width: 1050px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.content-wrapper-2.c {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

._33-percent-column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33%;
  display: flex;
}

._33-percent-column._100 {
  color: #d3d3d3;
  text-align: center;
  border-right: 1px solid #d3d3d3;
  width: 100%;
  padding: 0;
}

._33-percent-column.contact-details {
  color: #d3d3d3;
  text-align: center;
  border-right: 1px #d3d3d3;
  padding: 20px 10px;
}

._33-percent-column.no-right-border {
  text-align: center;
  border-right-style: none;
  padding: 20px 10px;
}

.content-section-2 {
  z-index: 2;
  background-color: #fff;
  background-image: linear-gradient(#fffffff2, #fffffff2), url('../images/2011_09-10_Prohibition_02.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding: 100px 50px 80px;
  position: relative;
}

.title-detail {
  color: #083224;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: larken, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 35px;
}

.div-block-72 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.flex-wrapper.contact-details {
  border-top: 1px #d3d3d3;
  border-bottom: 1px #d3d3d3;
  justify-content: space-between;
  margin-top: 41px;
  padding-top: 0;
  padding-bottom: 0;
}

.grid {
  width: 100%;
}

.pparties {
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  display: flex;
}

.pparties.image-on-right.no-padding {
  max-width: 1200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.link-6 {
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.link-6:hover {
  opacity: .55;
}

.link-7 {
  display: inline-block;
}

.section-2 {
  padding: 4.5rem 1.25rem;
}

.section-2.mod--popular {
  z-index: 2;
  background-color: #fff;
  padding: 0;
  position: relative;
}

.section-2.mod--collect {
  color: #fcf9eb;
  background-color: #2f4a42;
  background-image: url('../images/Noise_1Noise.webp');
  background-position: 0 0;
  background-size: 3.125rem;
  position: relative;
}

.collect__runline-wrap {
  flex-direction: column;
  align-items: stretch;
  min-height: 28.125rem;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.collect__runline {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 7.5rem;
  margin-left: -3.05rem;
  margin-right: -3.05rem;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: rotate(-5deg);
}

.runline {
  background-color: #e51c25;
  background-image: url('../images/liverpool-logo.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: 60px;
  height: 6.25rem;
  margin-right: -62.5rem;
  position: relative;
  right: 0;
}

.heading-small-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-family: larken, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1;
}

.content {
  z-index: 3;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.menu-cover {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.top-margin {
  position: relative;
}

.top-margin._3-pixels {
  margin-top: 0;
  font-size: 15px;
  font-weight: 300;
}

.content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.content-wrapper.after {
  margin-top: 50px;
}

.content-wrapper.after._1, .content-wrapper.after.one {
  margin-top: 0;
}

.heading-box-left {
  text-align: left;
  margin-bottom: 0;
  margin-right: auto;
  padding-left: 13px;
}

.sm {
  color: var(--olive);
  text-align: center;
  letter-spacing: 1.3px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Eastwood, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 30px;
}

.flex {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
  position: static;
}

.text-gray {
  color: #000;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.text-gray.sub {
  text-align: center;
  margin-top: 8px;
  margin-bottom: 20px;
}

.text-gray.warning {
  text-align: center;
  text-transform: none;
  margin-top: 30px;
  margin-bottom: 0;
}

.text-gray.nfl {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.expand {
  flex: 1;
}

.menu-right {
  width: 50%;
  padding-left: 20px;
}

.menu-container {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 25px;
  display: flex;
  position: static;
}

.menu-left {
  border-right: 1px #68a7643b;
  width: 50%;
  padding-right: 20px;
}

.menu-left._0 {
  border-right-style: none;
  width: 100%;
  padding-right: 0;
}

.menu-item {
  border-bottom: 1px #ce9d7d3b;
  margin-bottom: 0;
  padding-bottom: 22px;
  padding-left: 13px;
  padding-right: 13px;
}

.menu-item.last {
  margin-bottom: 0;
  padding-bottom: 0;
}

.instructions-content-wrapper {
  background-color: #fff;
  margin-bottom: 0;
  padding: 50px 2.5rem;
}

.section-instructions-content {
  z-index: 2;
  background-color: #f2f7f5;
  position: relative;
}

.dish-price {
  color: #000;
  text-align: right;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
}

.dish-title {
  color: var(--black);
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: larken, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-huge._02 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.text-block {
  color: #000000b5;
}

.image-31 {
  filter: invert();
  margin-top: 54px;
  margin-left: auto;
  margin-right: auto;
}

.link-8 {
  color: #000;
  white-space: nowrap;
  text-decoration: none;
  position: relative;
}

.link-8.split-underline {
  font-family: Exo, sans-serif;
  font-weight: 400;
}

.custom-styles {
  display: none;
}

.fixed-buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.btn-parent {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--dark-green);
  color: #f9f9f9;
  border-radius: .5rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  font-family: larken, sans-serif;
  font-size: 15px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 0 .0625rem #66f57e5e;
}

.btn-parent:hover {
  opacity: .47;
  color: #ebebeb;
  box-shadow: inset 0 -1px .125rem #0000005e, inset 0 2px .125rem 0 #1a1a1a, 0 0 0 .0625rem #0000005e;
}

.btn-parent:active {
  color: #b8b8b8;
  background-image: linear-gradient(#111112, #131415);
  box-shadow: inset 0 -1px .125rem #000, inset 0 2px .125rem -.0625rem #0a0a0a, 0 0 0 .0625rem #0000005e;
}

.btn-parent.w--current {
  background-color: var(--black);
}

.btn-text {
  text-shadow: 0 0 .25rem #000;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.4;
}

.btn-icon {
  color: #fff;
  align-items: center;
  width: 1rem;
  display: flex;
}

.beer {
  color: #fff;
  align-items: center;
  width: .7rem;
  display: flex;
}

.platter {
  color: #fff;
  align-items: center;
  width: 1.4rem;
  font-size: 15px;
  display: flex;
}

.text-span-16 {
  font-family: brothers-word-logos, sans-serif;
  font-size: 30px;
}

.text-span-17 {
  font-family: brothers-word-logos, sans-serif;
}

.food-menu-cover {
  z-index: -1;
  background-image: linear-gradient(#00000057, #00000057), url('../images/AU8I5363.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  width: 100%;
  height: 100%;
  position: absolute;
}

.text-span-18 {
  font-family: larken, sans-serif;
  font-weight: 500;
}

.food-wrapper {
  background-color: #fff;
  background-image: linear-gradient(#ffffffdb, #ffffffdb), url('../images/Screenshot-2024-04-30-at-4.04.53-PM.jpg'), url('../images/Screenshot-2024-04-30-at-4.02.53-PM.jpg'), url('../images/Screenshot-2024-04-30-at-4.00.30-PM.jpg'), url('../images/Screenshot-2024-04-30-at-3.56.42-PM.jpg'), url('../images/Screenshot-2024-04-30-at-3.54.41-PM.jpg'), url('../images/Screenshot-2024-04-30-at-3.51.57-PM.jpg'), url('../images/Screenshot-2024-04-30-at-3.50.13-PM.jpg'), url('../images/vectorstock_30548777_transparent-1.png');
  background-position: 0 0, 50% 85%, 50% 76%, 50% 65%, 50% 53%, 50% 38%, 50% 25%, 50% 10%, 1% 99.5%;
  background-repeat: repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, 120px, 105px, 150px, 150px, 100px, 120px, 120px, 150px;
  margin-bottom: 0;
  padding: 50px 2.5rem;
}

.text-span-19 {
  font-family: larken, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.drinks-menu-cover {
  z-index: -1;
  background-image: linear-gradient(#00000057, #00000057), url('../images/AU8I5488.jpg');
  background-position: 0 0, 50% 80%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  width: 100%;
  height: 100%;
  position: absolute;
}

.paragraph-13 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: larken, sans-serif;
  font-weight: 300;
}

.bold-text {
  color: var(--white);
  font-family: larken, sans-serif;
}

.image-32 {
  z-index: 5;
  position: absolute;
  inset: -25% auto auto;
}

.tripple {
  color: #fff;
  text-align: center;
  max-width: 850px;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.html-embed-5 {
  color: #dadada;
  margin-left: 0;
  margin-right: 10px;
}

.html-embed-5:focus-visible, .html-embed-5[data-wf-focus-visible] {
  color: #dadada;
}

.cta11-form-wrap-copy {
  flex-direction: column;
  display: flex;
}

.private-events {
  z-index: 2;
  perspective: 1143px;
  background-color: #30303000;
  background-image: linear-gradient(#000000b0, #000000b0), url('../images/8557077664_0330b1ad88_h-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.button-small-3 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 13px 30px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.button-small-3:hover {
  background-color: #b48f50;
}

.date {
  color: #18181d;
  background-color: #f5f5f5;
  border: 1px #000;
  width: 33.33%;
  margin-right: 10px;
  padding: 30px 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.date::placeholder {
  color: #b1b1b1;
}

.success-message {
  color: #12b878;
  text-align: center;
  text-transform: uppercase;
  background-color: #12b8781a;
  border-bottom: 3px solid #12b878;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 30px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.cta11-form-wrap {
  z-index: 2;
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #b48f504d;
  border-radius: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 40px;
  display: grid;
  position: relative;
}

.reser {
  background-color: #fff;
  border: 1px #ffffff78;
  border-radius: 5px;
  min-width: 950px;
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 36px;
}

.error-message {
  color: #db4b68;
  text-align: center;
  text-transform: uppercase;
  background-color: #db4b680d;
  border-bottom: 3px solid #db4b68;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.div-block-68 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.button-5 {
  color: #fff;
  background-color: #fff;
  border-radius: 24px;
  height: 48px;
  padding: 12px 32px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  transition: background-color .2s;
}

.button-5:hover {
  background-color: #232d41;
}

.button-5.hero-button {
  text-align: center;
  background-color: #ce691d;
  border-radius: 0;
  height: auto;
  margin-right: 0;
  padding: 8px 22px;
  font-size: 13px;
  font-weight: 600;
  transition: opacity .55s;
}

.button-5.hero-button:hover {
  opacity: .54;
}

.button-5.hero-button.ee1 {
  color: #000;
  text-transform: uppercase;
  white-space: normal;
  cursor: pointer;
  background-color: #fff;
  margin: 6px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.button-5.hero-button.ee1.newa {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  margin-bottom: 39px;
  transition-property: all;
  transition-duration: .5s;
}

.button-5.hero-button.ee1.newa:hover {
  opacity: 1;
  color: #141414;
  background-color: #fff;
}

.text-area {
  color: #18181d;
  background-color: #f5f5f5;
  border-style: none;
  min-height: 170px;
  padding: 14px 20px 18px;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.text-area:hover {
  background-color: #f0f0f0;
}

.text-area:active, .text-area:focus {
  background-color: #ececec;
}

.text-area::placeholder {
  color: #b1b1b1;
}

.cta11-form {
  align-self: center;
  margin-bottom: 0;
}

.link-9 {
  color: #fff;
  text-decoration: underline;
}

.text-field-2 {
  color: #18181d;
  text-transform: none;
  background-color: #f5f5f5;
  border-style: none;
  border-radius: 0;
  align-self: stretch;
  width: 100%;
  margin-bottom: 0;
  padding: 30px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-field-2:hover {
  background-color: #f0f0f0;
}

.text-field-2:active {
  background-color: #ececec;
}

.text-field-2:focus {
  color: #18181d;
  background-color: #ececec;
}

.text-field-2.bottom-margin-field {
  width: 50%;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 16px;
}

.text-field-2.bottom-margin-field::placeholder {
  color: #b1b1b1;
  font-weight: 300;
}

.text-field-2.bottom-margin-field._3 {
  width: 33.33%;
}

.text-field-2.bottom-margin-field._3.last2, .text-field-2.bottom-margin-field._3.guests, .text-field-2.bottom-margin-field.right {
  margin-right: 0;
}

.div-block-37 {
  display: flex;
}

.c-tab {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.c-aligned {
  text-align: center;
  margin-top: 10px;
  font-family: larken, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.image-33 {
  position: absolute;
  inset: auto auto -9% -5%;
}

.grid-2 {
  filter: sepia();
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  place-items: center;
  max-width: 1100px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.press:hover {
  opacity: .48;
}

.parallax1 {
  z-index: -1;
  background-image: url('../images/61f1af0511a1f2699c83fdb7_Dubliner-752.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  position: absolute;
}

.grey {
  filter: grayscale(60%);
}

.section-3 {
  background-color: #000;
  padding: 45px 50px 15px;
}

.footer-logo-2 {
  margin-bottom: 18px;
  margin-left: auto;
  margin-right: auto;
}

.home-footer-socicons-wrap {
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 18px;
  display: flex;
}

.home-footer-socicon, .home-footer-socicon:hover {
  opacity: 1;
}

.home-footer-socicon:active {
  opacity: .85;
}

.home-footer-socicon.white {
  filter: grayscale() invert();
}

.seo {
  color: #fff;
  width: 800px;
  margin: 14px auto;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.mini-container {
  z-index: 10;
  text-align: center;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer-2 {
  z-index: 2;
  background-color: var(--dark-green);
  color: #fff;
  text-align: center;
  align-items: flex-start;
  padding-top: 37px;
  padding-bottom: 15px;
  position: relative;
}

.link-19 {
  color: #fff;
  text-decoration: none;
}

.image-4 {
  opacity: .7;
}

.home-footer-socicon-wrap {
  margin-right: 0;
}

.party-menu-cover {
  z-index: -1;
  background-image: linear-gradient(#00000057, #00000057), url('../images/AU8I5242.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  width: 100%;
  height: 100%;
  position: absolute;
}

.happy-menu-cover {
  z-index: -1;
  background-image: linear-gradient(#00000057, #00000057), url('../images/AU8I5115.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  width: 100%;
  height: 100%;
  position: absolute;
}

.galleyr-menu-cover {
  z-index: -1;
  background-image: linear-gradient(#00000057, #00000057), url('../images/AU8I5185.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  width: 100%;
  height: 100%;
  position: absolute;
}

.gallery-grid-1 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.tab-image {
  height: 27em;
  position: relative;
}

.tab-image._1x1 {
  height: 15em;
}

.gallery-lightbox {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 30em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery-lightbox.in-tabs {
  height: 100%;
}

.gallery-thumbnail {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: relative;
}

.gallery-thumbnail.custom {
  object-position: 0% 50%;
}

.gallery-background {
  z-index: 3;
  background-color: #09271480;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.icon-3 {
  z-index: 10;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1em;
  position: relative;
}

.icon-3.in-gallery {
  font-size: 1.5em;
  display: none;
  position: absolute;
}

.party-wrapper {
  background-color: #fff;
  background-image: linear-gradient(#ffffffdb, #ffffffdb), url('../images/cheers.jpg'), url('../images/Screenshot-2024-04-30-at-4.00.30-PM.jpg');
  background-position: 0 0, 50% 10%, 50% 55%;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, 100px, 150px;
  margin-bottom: 0;
  padding: 50px 2.5rem;
}

.drinks-wrapper {
  background-color: #fff;
  background-image: linear-gradient(#ffffffdb, #ffffffdb), url('../images/Screenshot-2024-05-01-at-12.04.48-PM.jpg'), url('../images/Screenshot-2024-05-01-at-12.03.40-PM.jpg'), url('../images/Screenshot-2024-05-01-at-12.01.58-PM.jpg'), url('../images/Screenshot-2024-05-01-at-12.00.20-PM.jpg');
  background-position: 0 0, 50% 79%, 50% 60%, 50% 36%, 50% 8%;
  background-repeat: repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, 100px, 150px, 130px, 120px;
  margin-bottom: 0;
  padding: 50px 2.5rem;
}

.haooy-wrapper {
  background-color: #fff;
  background-image: linear-gradient(#ffffffdb, #ffffffdb), url('../images/Screenshot-2024-05-01-at-12.07.27-PM.jpg');
  background-position: 0 0, 50% 28%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 120px;
  margin-bottom: 0;
  padding: 50px 2.5rem;
}

.div-block-73 {
  z-index: 9;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 38%;
}

.lp-1 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: larken, sans-serif;
  font-size: 30px;
  line-height: 35px;
}

.link-lp {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 27px;
}

.lp-link {
  color: #fff;
  font-family: larken, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: color .5s;
}

.lp-link:hover {
  color: #083224;
}

.div-block-74 {
  padding-left: 0;
  padding-right: 0;
}

.lp-wrap {
  text-align: center;
  position: relative;
}

.image-35 {
  margin-left: auto;
  margin-right: auto;
}

.thank-you-cover {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.thanks0 {
  color: #fff;
  text-align: center;
  width: 800px;
  margin: 14px auto;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.cover-new {
  z-index: -1;
  background-image: linear-gradient(#000000b0, #000000b0), url('../images/AU8I5185.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  width: 100%;
  height: 100%;
  position: absolute;
}

.private-parties {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.parties-form {
  z-index: 2;
  border: 6px none var(--dark-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0 0;
  display: flex;
  position: relative;
}

.div-block-75 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  margin-top: 26px;
  display: flex;
}

.image-36 {
  aspect-ratio: 1;
  object-fit: cover;
  margin-bottom: 19px;
}

.boldish {
  font-size: 18px;
  font-weight: 700;
}

.text-span-20 {
  color: #2fa55e;
  font-weight: 700;
}

.text-span-21 {
  color: #642e24;
  letter-spacing: 2px;
  font-size: 35px;
  font-weight: 500;
  line-height: 45px;
}

.text-span-21.white2 {
  color: #d4ceb9;
  text-transform: capitalize;
  font-family: Eastwood, sans-serif;
  font-size: 36px;
  font-weight: 400;
}

.text-block-11 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 13px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.paragraph-3 {
  text-align: center;
  margin-top: 13px;
  margin-bottom: 24px;
}

.div-block-49 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-top: 12px;
  margin-bottom: 32px;
  display: flex;
}

.title {
  margin-bottom: 25px;
}

.title._12121 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.footer-sec {
  z-index: 9;
  text-align: center;
  background-color: #253d35;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.div-block-48 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.div-block-48:hover {
  opacity: .5;
}

.left-line {
  background-color: #d7dfeb;
  width: 60px;
  height: 2px;
  display: flex;
}

.text-span-24 {
  color: #975d16;
  letter-spacing: 5px;
  font-size: 12px;
}

.text-span-24.white {
  color: #af9c64;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.line-fill {
  color: #f3f0ea;
  background-color: #ceaa72;
  width: 40%;
  height: 100%;
}

.html-embed-6 {
  z-index: 99999;
  background-color: #0000;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.nfl-cover {
  z-index: -1;
  background-image: linear-gradient(#00000057, #00000057), url('../images/AU8I5304.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-76 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .section-3 {
    background-color: #000;
  }

  .home-footer-socicon.white {
    filter: contrast(200%) grayscale() invert();
  }

  .image-36 {
    border-radius: 6px;
  }
}

@media screen and (min-width: 1920px) {
  .line-fill {
    background-color: #ceaa72;
  }
}

@media screen and (max-width: 991px) {
  .styleguide-block {
    text-align: center;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .section.cc-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    justify-content: center;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-items {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .navigation-wrap {
    margin-right: 0;
  }

  .work-experience-grid {
    grid-template: ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .works-grid {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .carrer-headline-wrap {
    width: auto;
  }

  .work-image {
    margin-bottom: 30px;
  }

  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }

  .contact-headline, .contact-form-wrap {
    width: 100%;
  }

  .about-intro-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-head-text-wrap {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-name-text {
    font-size: 24px;
    line-height: 42px;
  }

  .skillset-wrap {
    padding-right: 0;
  }

  .services-items-grid {
    grid-row-gap: 0px;
    grid-template: "."
                   "."
                   / 1fr;
    padding-top: 0;
  }

  .skills-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .personal-features-grid {
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-heading {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-grid {
    grid-template: ". ."
                   ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .project-overview-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .project-description-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .email-section {
    margin-bottom: 160px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .popular-text {
    font-size: 16px;
  }

  .copyright-div {
    margin-top: 20px;
    padding-bottom: 22px;
  }

  .hero {
    justify-content: flex-start;
    min-height: 980px;
    padding: 0;
  }

  .overlay {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }

  .menu-nts {
    text-align: center;
    min-width: 210px;
    height: 40px;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .menu-nts.w--current {
    text-align: center;
  }

  .image-3 {
    margin-bottom: 10px;
  }

  .container-2 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .menu-button-2.w--open {
    background-color: #000;
  }

  .nav-menu {
    background-color: #000;
    justify-content: center;
    align-items: center;
  }

  .main-banner {
    height: 100vh;
  }

  .container-3 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .main-banner-image {
    height: 100vh;
  }

  .column-image {
    width: 192px;
    height: 256px;
    top: 50px;
  }

  .centered-column-content {
    justify-content: center;
    align-items: center;
  }

  .container-4 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .container-4.with-columns {
    padding-left: 0;
    padding-right: 0;
  }

  .column.image-column {
    justify-content: center;
    display: flex;
  }

  .white-section {
    padding: 50px;
  }

  ._2-columns {
    flex-direction: row;
    align-items: center;
    margin-top: 50px;
  }

  ._2-columns.image-on-right.no-padding {
    display: block;
  }

  .left-aligned {
    margin-bottom: 16px;
  }

  .full-image-section-text {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .container-5 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .full-image-section {
    min-height: 400px;
  }

  .full-image-section-background {
    background-image: linear-gradient(to bottom, null, null), url('../images/AU8I5505.jpg');
    background-attachment: scroll, scroll;
  }

  .about-section {
    padding-left: 50px;
    padding-right: 50px;
  }

  .about-section.about {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .container-6 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .container-6.with-columns {
    padding-left: 0;
    padding-right: 0;
  }

  ._3-columns {
    margin-top: 50px;
  }

  .container-7 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .container-7.with-columns {
    padding-left: 0;
    padding-right: 0;
  }

  ._3-column {
    padding: 0 0 40px;
  }

  .review-divider.left, .review-divider.right {
    display: none;
  }

  .footer-copy.right {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }

  .container-8 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .container-8.footer-footnote {
    flex-direction: column;
  }

  .overlapping-column-image {
    width: 192px;
    height: 300px;
    top: 50px;
  }

  .overlapping-column-image.overlapping-front, .overlapping-column-image.overlapping-front-weddings {
    width: 200px;
    height: 200px;
  }

  .container-9 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .container-9.with-columns {
    padding-left: 0;
    padding-right: 0;
  }

  .overlapping-images-column {
    flex-direction: row;
  }

  .overlapping-back-image-div.overlapping-bottom-image-right {
    margin-top: 40px;
    margin-left: 0;
  }

  .container-10 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .container-10.with-columns {
    padding-left: 0;
    padding-right: 0;
  }

  .navy-blue-section {
    padding-left: 50px;
    padding-right: 50px;
  }

  .img.img-width-100.hide {
    display: none;
  }

  .col.col--1.mod--collect {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .toph {
    border-left-style: none;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 24px 0;
    padding-left: 0;
  }

  .toph._8875 {
    margin-bottom: 11px;
  }

  .div-block-19 {
    flex-direction: column;
    align-items: center;
  }

  .grey-text-2.lals {
    margin-bottom: 13px;
  }

  .side-feature-media {
    margin-left: 0;
    margin-right: 0;
    padding-left: 19px;
    padding-right: 0;
  }

  .frame {
    margin-left: 0;
    transform: translate(-20px, -20px);
  }

  .frame-image {
    transform: translate(20px, 20px);
  }

  .div-block-61 {
    flex-direction: column;
    align-items: center;
  }

  .racing-features {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: grid;
  }

  .racing-features-item {
    width: 100%;
    min-height: 400px;
  }

  .racing-features-item._1 {
    background-position: 50% 80%;
  }

  .racing-features-item._3 {
    background-position: 50%;
  }

  .racing-features-item._4, .racing-features-item._1-copy {
    background-position: 50% 80%;
  }

  .racing-features-item-content {
    background-color: #17161b47;
  }

  .menus001 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .input-3.reservation-input._01111 {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .input-3.reservation-input._50, .input-3.reservation-input.next {
    flex: none;
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .input-3.text-area.margin-input {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    font-size: 15px;
  }

  .date-3 {
    width: 100%;
    height: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .reservation-form-3 {
    text-align: center;
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .title-dark-left {
    margin-bottom: 0;
  }

  .title-dark-left.sds {
    text-align: center;
    width: 100%;
    font-size: 25px;
  }

  .reservations {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .reservations.page-hero-section.parties {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .reservations.page-hero-section.gallery {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .reservation-2-copy-2 {
    width: 83.33%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 30px;
  }

  .hero-section {
    min-height: 100vh;
    padding-top: 0;
  }

  .footer-social-link.whatsapp.on-nav {
    margin-top: 17px;
  }

  .hero-container {
    width: 70%;
  }

  .content-wrapper-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrapper-2.c {
    padding-left: 40px;
    padding-right: 40px;
  }

  .pparties {
    flex-direction: row;
    align-items: center;
    margin-top: 50px;
  }

  .content {
    margin-top: 80px;
  }

  .content-wrapper {
    max-width: 100%;
  }

  .heading-box-left {
    width: 100%;
  }

  .text-gray {
    font-size: 15px;
  }

  .instructions-content-wrapper {
    margin-bottom: 5rem;
  }

  .dish-title {
    font-size: 15px;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-huge {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .padding-vertical.padding-huge._02 {
    padding-bottom: 0;
  }

  .food-wrapper {
    background-image: linear-gradient(#ffffffdb, #ffffffdb), url('../images/Screenshot-2024-04-30-at-4.04.53-PM.jpg'), url('../images/Screenshot-2024-04-30-at-4.02.53-PM.jpg'), url('../images/Screenshot-2024-04-30-at-4.00.30-PM.jpg'), url('../images/Screenshot-2024-04-30-at-3.56.42-PM.jpg'), url('../images/Screenshot-2024-04-30-at-3.54.41-PM.jpg'), url('../images/Screenshot-2024-04-30-at-3.51.57-PM.jpg'), url('../images/Screenshot-2024-04-30-at-3.50.13-PM.jpg'), url('../images/vectorstock_30548777_transparent-1.png');
    background-position: 0 0, 50% 85%, 50% 77%, 50% 67%, 50% 53%, 50% 38%, 50% 25%, 50% 10%, 1% 99.5%;
    background-repeat: repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: auto, 120px, 105px, 150px, 150px, 100px, 120px, 120px, 150px;
    margin-bottom: 0;
  }

  .tripple {
    font-size: 15px;
  }

  .html-embed-5 {
    margin-left: 0;
  }

  .private-events {
    background-color: #a3808000;
    flex-direction: column;
    height: auto;
    padding-bottom: 78px;
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
  }

  .success-message {
    max-width: 738px;
  }

  .reser {
    min-width: 0;
  }

  .error-message {
    max-width: 738px;
  }

  .parallax1 {
    background-attachment: scroll;
  }

  .home-footer-socicons-wrap {
    margin-top: 20px;
  }

  .seo {
    width: auto;
  }

  .footer-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-image._1x1 {
    height: 10em;
  }

  .gallery-lightbox {
    height: 15em;
  }

  .party-wrapper {
    margin-bottom: 0;
  }

  .drinks-wrapper {
    margin-bottom: 5rem;
  }

  .haooy-wrapper {
    margin-bottom: 0;
  }

  .thanks0 {
    width: auto;
  }

  .private-parties {
    text-align: center;
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .parties-form {
    width: 83.33%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 30px;
  }

  .div-block-75 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    max-width: none;
  }

  .div-block-49 {
    flex-flow: wrap;
    align-items: center;
  }

  .footer-sec {
    padding-left: 50px;
    padding-right: 50px;
  }

  .div-block-48 {
    margin-bottom: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .container {
    text-align: center;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-contact {
    padding: 15px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .work-experience-grid {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .work-position-wrap {
    margin-bottom: 40px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

  .contact {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
  }

  .contact-form {
    flex-direction: column;
    display: flex;
  }

  .contact-form-wrap {
    text-align: left;
  }

  .footer-wrap {
    text-align: center;
    flex-direction: column;
  }

  .webflow-link {
    margin-bottom: 15px;
  }

  .footer-links {
    flex-direction: column;
  }

  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .about-head-text-wrap {
    width: 70%;
    max-width: 470px;
  }

  .skills-grid {
    grid-template-columns: 1fr;
    width: 70%;
    max-width: 470px;
  }

  .personal-features-grid, .social-media-heading {
    width: 70%;
    max-width: 470px;
  }

  .social-media-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .project-overview-grid {
    width: 80%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 95px;
  }

  .project-description-grid {
    width: 70%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 85px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .email-section {
    width: 80%;
    max-width: 470px;
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .popular-text {
    margin-bottom: 25px;
    font-size: 15px;
  }

  .copyright-div {
    flex: 1;
    align-items: flex-end;
    margin-top: 25px;
    padding-bottom: 23px;
  }

  .heading {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 25px;
  }

  .hero {
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 5% 42px;
  }

  .overlay {
    padding-left: 30px;
    padding-right: 30px;
  }

  .slider-s {
    object-fit: cover;
    height: 100%;
  }

  .number {
    font-size: 20px;
  }

  .div-block-4 {
    margin-top: 61px;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .button-2 {
    text-align: center;
    min-width: 120px;
  }

  .modal__body {
    flex-direction: column;
  }

  .infotext.newm {
    text-align: center;
  }

  .link-block-6 {
    height: 400px;
  }

  .image-29 {
    margin-bottom: 0;
  }

  .container-2, .container-3 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .button-3 {
    min-width: 100%;
  }

  .button-3.blue {
    min-width: 0;
  }

  .button-3.red {
    min-width: 0%;
  }

  .button-3.clear {
    min-width: 0;
  }

  .column-image {
    width: auto;
  }

  .centered-column-content {
    margin-top: 0;
  }

  .container-4 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .column.image-column {
    display: block;
  }

  .column.centered {
    padding-left: 0;
    padding-right: 0;
  }

  ._2-columns {
    flex-direction: column;
  }

  ._2-columns.image-on-right {
    flex-direction: column-reverse;
  }

  .container-5 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .full-image-section {
    min-height: 400px;
  }

  .all-caps.centered {
    letter-spacing: 1px;
  }

  .about-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .about-section.about {
    padding: 50px 30px;
  }

  .container-6, .container-7 {
    padding-left: 50px;
    padding-right: 50px;
  }

  ._3-column-image {
    min-height: 320px;
  }

  ._3-column {
    padding-top: 0;
  }

  .footer-copy.right {
    margin-left: 0;
  }

  .container-8 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .container-8.footer-footnote {
    text-align: left;
  }

  .footer-columns {
    flex-direction: column;
  }

  .overlapping-column-image {
    width: 100%;
  }

  .container-9 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .overlapping-images-column {
    padding-left: 0;
    padding-right: 0;
  }

  .container-10 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .navy-blue-section {
    padding: 50px 30px;
  }

  .navy-blue-page-titles {
    font-size: 30px;
    line-height: 45px;
  }

  .columns.mod--collect {
    padding: 1.5rem;
  }

  .toph {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .toph._8875 {
    margin-bottom: 34px;
  }

  .div-block-19 {
    flex-direction: column;
  }

  .grey-text-2.lals {
    font-size: 14px;
    line-height: 20px;
  }

  .side-feature-media {
    flex: 1;
  }

  .div-block-61 {
    flex-direction: column;
  }

  .racing-features {
    grid-template-columns: 1fr;
  }

  .racing-features-item._2, .racing-features-item._1, .racing-features-item._3, .racing-features-item._4, .racing-features-item._4, .racing-features-item._1-copy {
    min-height: 300px;
  }

  .quote {
    padding-left: 30px;
    padding-right: 30px;
  }

  .button-4 {
    margin-left: 0;
    margin-right: 0;
  }

  .input-3.reservation-input {
    margin-left: 5px;
    margin-right: 5px;
  }

  .input-3.reservation-input._01111 {
    width: 100%;
  }

  .input-3.reservation-input._50 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .input-3.reservation-input.next, .input-3.reservation-input, .input-3.reservation-input._50 {
    margin-left: 0;
    margin-right: 0;
  }

  .input-3.text-area.margin-input {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .date-3 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .reservation-form-3 {
    flex-direction: column;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .title-dark-left {
    font-size: 30px;
  }

  .title-dark-left.sds {
    margin-bottom: 7px;
    font-size: 30px;
  }

  .reservations {
    border-style: none;
    border-width: 8px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .reservations.page-hero-section.parties, .reservations.page-hero-section.gallery {
    padding: 50px 30px;
  }

  .reservation-2-copy-2 {
    width: 100%;
    margin-top: 23px;
    padding: 20px;
  }

  .hero-container {
    width: 90%;
    min-height: 500px;
  }

  .content-wrapper-2.c {
    padding-left: 0;
    padding-right: 0;
  }

  ._33-percent-column._100 {
    border-bottom: 1px solid #e7e7e7;
    border-right-style: none;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  ._33-percent-column.contact-details {
    border-bottom: 1px solid #e7e7e7;
    border-right-style: none;
    width: 100%;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._33-percent-column.no-right-border {
    width: 100%;
  }

  .content-section-2 {
    padding: 46px 30px 0;
  }

  .pparties {
    flex-direction: column;
  }

  .pparties.image-on-right {
    flex-direction: column-reverse;
  }

  .heading-small-2 {
    font-size: 30px;
  }

  .content {
    margin-top: 50px;
  }

  .menu-cover {
    min-height: 300px;
  }

  .heading-box-left {
    width: 100%;
  }

  .sm {
    margin-bottom: 30px;
    line-height: 30px;
  }

  .text-gray {
    font-size: 14px;
  }

  .page-padding {
    padding-left: 30px;
    padding-right: 30px;
  }

  .instructions-content-wrapper {
    margin-bottom: 50px;
    padding: 20px;
  }

  .dish-title {
    font-size: 14px;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .food-wrapper {
    background-image: linear-gradient(#ffffffdb, #ffffffdb), url('../images/Screenshot-2024-04-30-at-4.04.53-PM.jpg'), url('../images/Screenshot-2024-04-30-at-4.02.53-PM.jpg'), url('../images/Screenshot-2024-04-30-at-4.00.30-PM.jpg'), url('../images/Screenshot-2024-04-30-at-3.56.42-PM.jpg'), url('../images/Screenshot-2024-04-30-at-3.54.41-PM.jpg'), url('../images/Screenshot-2024-04-30-at-3.51.57-PM.jpg'), url('../images/Screenshot-2024-04-30-at-3.50.13-PM.jpg'), url('../images/vectorstock_30548777_transparent-1.png');
    background-position: 0 0, 50% 88%, 50% 80%, 50% 69%, 50% 55%, 50% 41%, 50% 27%, 50% 10%, 1% 99.5%;
    margin-bottom: 50px;
    padding: 50px 20px 20px;
  }

  .tripple {
    font-size: 15px;
  }

  .html-embed-5 {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .private-events {
    background-color: #a3808000;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
  }

  .date {
    width: 100%;
  }

  .success-message {
    width: 100%;
    max-width: none;
  }

  .cta11-form-wrap {
    padding: 9px;
  }

  .reser {
    width: 100%;
  }

  .error-message {
    width: 100%;
    max-width: none;
  }

  .text-field-2.bottom-margin-field, .text-field-2.bottom-margin-field._3 {
    width: 100%;
  }

  .div-block-37 {
    flex-direction: column;
  }

  .c-tab {
    margin-top: 0;
  }

  .home-footer-socicons-wrap {
    margin-top: 20px;
  }

  .seo {
    margin-bottom: 21px;
  }

  .footer-2 {
    padding: 30px 20px 20px;
  }

  .gallery-grid-1 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .tab-image {
    height: 15em;
  }

  .tab-image._1x1 {
    height: 12em;
  }

  .party-wrapper {
    background-image: linear-gradient(#ffffffdb, #ffffffdb), url('../images/cheers.jpg'), url('../images/Screenshot-2024-04-30-at-4.00.30-PM.jpg');
    background-position: 0 0, 50% 12%, 50% 60%;
    margin-bottom: 50px;
    padding: 50px 20px 20px;
  }

  .drinks-wrapper, .haooy-wrapper {
    margin-bottom: 50px;
    padding: 20px;
  }

  .lp-1 {
    font-size: 30px;
    line-height: 45px;
  }

  .thanks0 {
    margin-bottom: 21px;
  }

  .private-parties {
    flex-direction: column;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .parties-form {
    width: 100%;
    margin-top: 23px;
    padding: 20px;
  }

  .paragraph-3 {
    margin-bottom: 10px;
  }

  .div-block-49 {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    flex-direction: column;
    margin-bottom: 0;
  }

  .title._12121 {
    margin-top: 42px;
  }

  .div-block-48 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .contact {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-form, .contact-form-wrap, .footer-wrap {
    flex-direction: column;
  }

  .about-head-text-wrap {
    width: 100%;
    max-width: none;
  }

  .skills-grid {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: none;
  }

  .personal-features-grid, .social-media-heading, .project-overview-grid, .project-description-grid {
    width: 100%;
    max-width: none;
  }

  .email-section {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .email-link {
    font-size: 30px;
    line-height: 46px;
  }

  .popular-text {
    max-width: 100%;
    margin-bottom: 13px;
    font-size: 14px;
    font-weight: 400;
  }

  .popular-text.last {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
  }

  .image-2 {
    margin-top: 50px;
    margin-bottom: 20px;
  }

  .nav {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .copyright-text {
    font-size: 13px;
    line-height: 20px;
  }

  .copyright-div {
    flex: none;
    margin-top: 29px;
    padding-bottom: 0;
    display: block;
    position: static;
    inset: auto 0% 0%;
  }

  .brand-div {
    margin-top: 0;
  }

  .heading {
    text-transform: lowercase;
    font-size: 25px;
  }

  .hero {
    flex-direction: column;
    justify-content: flex-end;
    min-height: 1000px;
    padding: 0 30px;
  }

  ._1 {
    background-position: 22%;
  }

  .overlay {
    height: 100%;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
  }

  .text-lbutton-layout-3-blog {
    font-size: 14px;
  }

  .div-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .menu-nts {
    min-width: 0;
    font-size: 12px;
  }

  .slider-s {
    min-height: 100%;
  }

  .link-3 {
    color: #fff;
    font-size: 14px;
  }

  ._3 {
    background-position: 22%;
  }

  .paragraph {
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
  }

  .div-block-4 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 16px;
    display: flex;
  }

  .button-2 {
    min-width: 140px;
    margin: 5px;
    padding-left: 13px;
    padding-right: 13px;
  }

  .modal__body {
    border-radius: 0;
    flex-direction: column;
    width: 97%;
    margin: 3px;
    padding-left: 0;
    padding-right: 0;
  }

  .infotext.newm {
    text-align: center;
    font-size: 12px;
  }

  .modal__close {
    top: 4px;
    right: 4px;
  }

  .modal {
    padding: 0 7px;
  }

  .link-block-6 {
    object-fit: cover;
    height: auto;
    margin: 4px;
  }

  .image-29 {
    object-fit: cover;
  }

  .image-30 {
    width: 30px;
  }

  .modal-2 {
    cursor: pointer;
    padding: 13px;
  }

  .modal__body-2 {
    object-fit: cover;
    background-image: none;
    padding: 0;
  }

  .modal__close-2 {
    top: 3px;
    right: 5px;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link {
    padding: 11px;
  }

  .nav-menu, .container-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .white.centered {
    font-size: 30px;
  }

  .white.tha {
    font-size: 40px;
  }

  .button-3.clear {
    margin-bottom: 10px;
    padding: 4px 13px;
    font-size: 14px;
  }

  .decorative-line-div {
    display: none;
  }

  .column-image {
    top: 20px;
  }

  .container-4, .white-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .left-aligned {
    font-size: 35px;
  }

  .full-image-section-text {
    flex-direction: column;
  }

  .container-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .full-image-section {
    min-height: 300px;
  }

  .all-caps.vertical-right, .all-caps.vertical-left {
    transform: rotate(0);
  }

  .all-caps.centered {
    text-align: center;
  }

  .about-section, .container-6, .container-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._3-column-image {
    margin-bottom: 20px;
  }

  .container-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .overlapping-column-image {
    width: 100%;
    height: 300px;
    top: 20px;
  }

  .container-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .overlapping-back-image-div {
    overflow: hidden;
  }

  .overlapping-back-image-div.overlapping-bottom-image-right {
    margin-left: 0;
  }

  .overlapping-back-image-div.overlapping-bottom-image-left {
    margin-right: 50px;
  }

  .overlapping-back-image-div.overlapping-bottom-image-right-copy, .overlapping-back-image-div.left-over {
    margin-left: 50px;
  }

  .container-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navy-blue-section {
    background-image: linear-gradient(#000f0ab5, #000f0ab5), url('../images/Asset-24x-100.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, contain;
    padding-left: 30px;
    padding-right: 30px;
  }

  .navy-blue-page-titles {
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-family: Eastwood, sans-serif;
    line-height: 42px;
  }

  .columns.mod--collect {
    padding: 1rem;
  }

  .toph {
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
  }

  .grey-text-2.lals {
    margin-bottom: 18px;
  }

  .bold01 {
    -webkit-text-stroke-width: .5px;
    font-weight: 400;
  }

  .text-span-4, .text-span-5 {
    font-weight: 500;
  }

  .text-large {
    font-size: 22px;
  }

  .wrapper-4 {
    max-width: 100%;
  }

  .input-3.reservation-input {
    margin-left: 5px;
    margin-right: 5px;
  }

  .date-3 {
    min-width: 100%;
  }

  .title-dark-left.sds {
    text-align: left;
  }

  .reservations.page-hero-section.parties, .reservations.page-hero-section.gallery {
    padding-left: 30px;
    padding-right: 30px;
  }

  .reservation-2-copy-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 13px;
  }

  .slide-nav-3 {
    display: none;
  }

  .hero-section {
    min-height: 700px;
    position: relative;
  }

  .right-arrow-3 {
    z-index: 9999;
  }

  .footer-social-link.whatsapp.on-nav {
    margin-top: 10px;
  }

  .slide-content-2 {
    height: 100%;
  }

  .hero-slider-2 {
    margin-top: 0;
    position: static;
  }

  .left-arrow-3 {
    z-index: 9999;
  }

  .on-load-5._4545 {
    margin-top: 0;
  }

  .slide-img {
    height: 60vh;
  }

  .slide-img.new2, .slide-img.new3, .slide-img.new5 {
    height: 100%;
  }

  .slide-img.new4 {
    background-position: 50%;
    height: 100%;
  }

  .hero-container.p {
    min-height: 700px;
  }

  ._33-percent-column._100 {
    margin-bottom: 50px;
  }

  .content-section-2 {
    background-image: linear-gradient(#fffffff2, #fffffff2), url('../images/2011_09-10_Prohibition_02.jpg');
    background-position: 0 0, 100% 0;
    background-repeat: repeat, repeat;
    background-size: auto, 900px;
  }

  .flex-wrapper.contact-details {
    margin-top: 10px;
  }

  .flex-wrapper.contact-details.lsls {
    margin-top: 0;
  }

  .content {
    margin-top: 50px;
  }

  .content-wrapper, .content-wrapper.after, .content-wrapper.after._1, .content-wrapper.after.one {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-box-left {
    width: 100%;
    padding-left: 0;
  }

  .sm {
    font-size: 30px;
    line-height: 30px;
  }

  .sm.no-pad {
    margin-bottom: 0;
  }

  .text-gray.nfl {
    margin-top: 14px;
  }

  .menu-right {
    width: 100%;
    padding-left: 0;
  }

  .menu-container {
    margin-top: 0;
  }

  .menu-left {
    border-right-style: none;
    width: 100%;
    padding-right: 0;
  }

  .menu-item {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-item.last {
    margin-bottom: 0;
    padding-bottom: 22px;
  }

  .instructions-content-wrapper {
    margin-bottom: 50px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .dish-price {
    font-size: 13px;
  }

  .dish-title {
    font-size: 14px;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .image-31 {
    margin-top: 32px;
  }

  .fixed-buttons {
    padding-left: 17px;
    padding-right: 17px;
  }

  .btn-parent {
    padding: .5rem .7rem;
  }

  .btn-text {
    font-size: 15px;
  }

  .platter {
    color: #fff;
  }

  .food-wrapper {
    background-image: linear-gradient(#ffffffdb, #ffffffdb), url('../images/Screenshot-2024-04-30-at-4.04.53-PM.jpg'), url('../images/Screenshot-2024-04-30-at-4.02.53-PM.jpg'), url('../images/Screenshot-2024-04-30-at-4.00.30-PM.jpg'), url('../images/Screenshot-2024-04-30-at-3.56.42-PM.jpg'), url('../images/Screenshot-2024-04-30-at-3.54.41-PM.jpg'), url('../images/Screenshot-2024-04-30-at-3.51.57-PM.jpg'), url('../images/Screenshot-2024-04-30-at-3.50.13-PM.jpg'), url('../images/vectorstock_30548777_transparent-1.png');
    background-position: 0 0, 50% 89%, 50% 81%, 50% 71%, 50% 55%, 50% 41%, 50% 27%, 50% 10%, 1% 99.5%;
    margin-bottom: 0;
    padding-bottom: 50px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .tripple {
    color: #fff;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
  }

  .html-embed-5 {
    margin-bottom: 10px;
  }

  .private-events {
    background-color: #fff0;
    width: 100%;
    height: auto;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
  }

  .button-small-3 {
    flex: 1;
    align-self: stretch;
  }

  .date {
    min-width: 100%;
  }

  .cta11-form-wrap {
    border-style: none;
    border-width: 0;
    padding: 0;
  }

  .reser {
    margin-left: 0;
    margin-right: 0;
    padding: 17px;
  }

  .div-block-68 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .button-5.hero-button {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .button-5.hero-button.ee1 {
    margin-bottom: 22px;
    padding: 10px 18px;
    font-size: 13px;
  }

  .button-5.hero-button.ee1.newa {
    min-width: 170px;
    margin: 5px 5px 26px;
  }

  .text-field-2.bottom-margin-field, .text-field-2.bottom-margin-field._3 {
    width: 100%;
  }

  .div-block-37 {
    flex-direction: column;
  }

  .footer-2 {
    padding-bottom: 19px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .gallery-grid-1 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .tab-image {
    height: 9em;
  }

  .gallery-lightbox {
    height: 10em;
  }

  .party-wrapper {
    margin-bottom: 0;
    padding-bottom: 50px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .drinks-wrapper {
    background-image: linear-gradient(to bottom, null, null), url('../images/Screenshot-2024-05-01-at-12.04.48-PM.jpg'), url('../images/Screenshot-2024-05-01-at-12.03.40-PM.jpg'), url('../images/Screenshot-2024-05-01-at-12.01.58-PM.jpg'), url('../images/Screenshot-2024-05-01-at-12.00.20-PM.jpg');
    background-position: 0 0, 50% 82%, 50% 60%, 50% 36%, 50% 8%;
    margin-bottom: 50px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .haooy-wrapper {
    margin-bottom: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .div-block-73 {
    bottom: 27%;
  }

  .lp-1 {
    margin-bottom: 27px;
    font-size: 20px;
    line-height: 30px;
  }

  .parties-form {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .text-span-21.white2 {
    letter-spacing: 1px;
    font-size: 30px;
    line-height: 35px;
  }

  .div-block-49 {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    flex-direction: column;
  }

  .title._12121 {
    padding-left: 9px;
    padding-right: 9px;
  }

  .footer-sec {
    padding: 0 0 39px;
  }

  .div-block-48 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

#w-node-_40a485c7-991c-4ed2-c262-b1e98a8aedcb-0a95782f {
  align-self: center;
}

#w-node-b193d68d-a469-06a4-5362-ae554bda3fa0-88e8a8b8 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_43dc0d87-0547-607d-9f1d-bc12ebf23cde-88e8a8b8 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_5d5d944b-f58e-2b28-7e21-523cbefb27a4-88e8a8b8, #w-node-_8e7a4a42-3df6-cf7f-e945-105d9067277e-88e8a8b8, #w-node-_146ca340-ac16-86f5-8896-aeb3c395970a-88e8a8b8, #w-node-_445d899e-e313-ae3a-b623-9f46a4819902-88e8a8b8, #w-node-ee10e53f-1c6b-d0a0-1388-691fca12d6f8-88e8a8b8, #w-node-_4dd259ec-993d-0c87-d868-56391eb3f573-88e8a8b8, #w-node-b193d68d-a469-06a4-5362-ae554bda3faa-88e8a8b8, #w-node-_0fba36bb-ce18-7070-31a5-667c93192a73-88e8a8b8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b193d68d-a469-06a4-5362-ae554bda3faf-88e8a8b8 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-e057c12d-09c8-8478-e198-3053c24f3ba4-88e8a8b8 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_8047ca24-c7be-bbdf-f127-2728b404e71c-88e8a8b8, #w-node-_94384094-b1c9-ed71-df5c-af93b0eb716d-88e8a8b8, #w-node-_42f3efe6-e208-4609-be2d-3282822f062f-88e8a8b8, #w-node-_5612a674-c259-1511-d24e-2b542a981f34-88e8a8b8, #w-node-acd6f440-0aac-8570-fa83-83554bd75139-88e8a8b8, #w-node-_353a1f43-8796-1d8c-85b3-043fac546676-88e8a8b8, #w-node-_988cc797-d579-dc5a-92e7-92725fb9d9c4-88e8a8b8, #w-node-_362d6529-ee64-c924-d2ce-dbe348d80589-88e8a8b8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_18f4b9e3-aeb6-5c68-9b00-f46a611fc020-88e8a8b8 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-b193d68d-a469-06a4-5362-ae554bda3fa5-88e8a8b8 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

@media screen and (max-width: 991px) {
  #w-node-_40a485c7-991c-4ed2-c262-b1e98a8aedc4-0a95782f, #w-node-_40a485c7-991c-4ed2-c262-b1e98a8aedc5-0a95782f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_40a485c7-991c-4ed2-c262-b1e98a8aedcb-0a95782f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_3153822a-b991-2b22-b6aa-3f66781ca22e-0a95782f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b193d68d-a469-06a4-5362-ae554bda3fa0-88e8a8b8 {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_43dc0d87-0547-607d-9f1d-bc12ebf23cde-88e8a8b8 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_5d5d944b-f58e-2b28-7e21-523cbefb27a4-88e8a8b8 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3153822a-b991-2b22-b6aa-3f66781ca22e-0a95782f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b193d68d-a469-06a4-5362-ae554bda3fa0-88e8a8b8, #w-node-_43dc0d87-0547-607d-9f1d-bc12ebf23cde-88e8a8b8 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_5d5d944b-f58e-2b28-7e21-523cbefb27a4-88e8a8b8 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_8e7a4a42-3df6-cf7f-e945-105d9067277e-88e8a8b8, #w-node-_146ca340-ac16-86f5-8896-aeb3c395970a-88e8a8b8, #w-node-_445d899e-e313-ae3a-b623-9f46a4819902-88e8a8b8, #w-node-ee10e53f-1c6b-d0a0-1388-691fca12d6f8-88e8a8b8, #w-node-_4dd259ec-993d-0c87-d868-56391eb3f573-88e8a8b8, #w-node-b193d68d-a469-06a4-5362-ae554bda3faa-88e8a8b8 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_0fba36bb-ce18-7070-31a5-667c93192a73-88e8a8b8 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-b193d68d-a469-06a4-5362-ae554bda3faf-88e8a8b8, #w-node-e057c12d-09c8-8478-e198-3053c24f3ba4-88e8a8b8, #w-node-_8047ca24-c7be-bbdf-f127-2728b404e71c-88e8a8b8, #w-node-_94384094-b1c9-ed71-df5c-af93b0eb716d-88e8a8b8, #w-node-_42f3efe6-e208-4609-be2d-3282822f062f-88e8a8b8, #w-node-_5612a674-c259-1511-d24e-2b542a981f34-88e8a8b8, #w-node-acd6f440-0aac-8570-fa83-83554bd75139-88e8a8b8, #w-node-_353a1f43-8796-1d8c-85b3-043fac546676-88e8a8b8, #w-node-_988cc797-d579-dc5a-92e7-92725fb9d9c4-88e8a8b8, #w-node-_362d6529-ee64-c924-d2ce-dbe348d80589-88e8a8b8 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_18f4b9e3-aeb6-5c68-9b00-f46a611fc020-88e8a8b8, #w-node-b193d68d-a469-06a4-5362-ae554bda3fa5-88e8a8b8 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }
}


@font-face {
  font-family: 'Eastwood';
  src: url('../fonts/Eastwood.woff2') format('woff2'), url('../fonts/Eastwood.woff') format('woff'), url('../fonts/Eastwood.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}