:root {
  --medium-sea-green: #5ab963;
  --royal-red: #a21516;
  --white: white;
  --black: black;
  --deep-sky-blue: #23a7e5;
  --yellow: #fde468;
  --bg-grey: #fafafa;
  --dark-slate-blue: #223853;
  --dark-grey: #b3b3b3;
  --dark-grey-2: #999;
  --sea-green: #48944f;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h4 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: #000;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

img {
  max-width: 100%;
  margin-bottom: -25px;
  display: inline-block;
}

blockquote {
  border-color: var(--medium-sea-green) var(--medium-sea-green) var(--medium-sea-green) #e6e6e6;
  color: #000;
  border-left-style: solid;
  border-left-width: 5px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.navigation {
  z-index: 1;
  color: #000;
  background-color: #fff;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.navigation:hover {
  border-color: var(--royal-red);
  background-color: var(--white);
  color: var(--royal-red);
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  height: 90px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.header {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -90px;
  padding: 210px 30px 120px;
  display: none;
}

.navigation-links {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation-link {
  color: #fff;
  margin-left: 15px;
  margin-right: 15px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.bullet {
  background-color: #fff;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin-left: 15px;
  margin-right: 15px;
}

.navigation-button {
  border: 2px solid var(--royal-red);
  background-color: var(--royal-red);
  color: var(--white);
  border-radius: 4px;
  margin-left: 15px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  transition: background-color .2s, color .2s;
}

.navigation-button:hover {
  border-color: var(--black);
  color: #000;
  background-color: #0000;
}

.navigation-button.bistro-nav {
  border-color: var(--deep-sky-blue);
  background-color: var(--deep-sky-blue);
  text-align: center;
  display: none;
}

.navigation-button.bistro-nav:hover {
  color: var(--deep-sky-blue);
  background-color: #0000;
}

.header-content {
  perspective: 2000px;
  text-align: center;
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  max-width: 100vw;
  max-height: 60vh;
  display: flex;
}

.h1 {
  color: #fff;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Oswald, sans-serif;
  font-size: 72px;
  font-weight: 800;
  line-height: 78px;
}

.h1.cc-black {
  color: #000;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 1px;
}

.h1.cc-black.pub-favourites-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 50px;
}

.paragraph {
  direction: ltr;
  color: #fff;
  padding-left: 0;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.paragraph:hover {
  display: block;
}

.paragraph.cc-gray {
  color: #999;
  text-align: center;
  margin-bottom: 0;
}

.paragraph.cc-gray.left-aliged {
  text-align: left;
}

.paragraph.cc-gray.left-aliged.aboutus {
  margin-bottom: 0;
}

.paragraph.cc-gray.menusubtitle {
  color: var(--royal-red);
  text-transform: uppercase;
  margin-bottom: 37px;
  font-weight: 600;
}

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

.paragraph.black {
  color: #000;
}

.paragraph.bold {
  font-weight: 600;
}

.paragraph.bold.large {
  font-size: 16px;
}

.paragraph.larger {
  margin-bottom: 29px;
  font-size: 14px;
}

.paragraph.larger.l-l {
  margin-bottom: 12px;
}

.paragraph.larger.anzac {
  max-width: 579px;
}

.button {
  color: #fff;
  background-color: #a21516;
  border-radius: 4px;
  margin-top: 31px;
  padding: 5px 30px;
  font-family: Libre Franklin, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 30px;
  transition: background-color .2s;
  display: block;
}

.button:hover {
  background-color: #000;
}

.button.cc-cta {
  margin: 4px;
}

.button.cc-cta:hover {
  background-color: var(--black);
}

.button.cc-banner {
  color: #000;
  background-color: #fff;
}

.button.cc-banner:hover {
  background-color: #e6e6e6;
}

.button.cc-banner.red {
  background-color: var(--royal-red);
  color: #fff;
  margin-top: 40px;
}

.button.cc-banner.red.applycareers {
  margin-top: 20px;
}

.button.cc-banner.red.sign-up {
  margin-top: 19px;
}

.button.cc-banner.red.sign-up.birthday-voucher {
  color: var(--royal-red);
  background-color: #dcceae;
  margin-top: 0;
  margin-bottom: 29px;
}

.button.cc-banner.red.sign-up.birthday-voucher:hover {
  background-color: #fff;
}

.button.normal {
  margin-top: 19px;
  margin-bottom: 20px;
}

.container {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.container.cc-center {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1250px;
  margin-bottom: 46px;
  display: flex;
}

.container.cc-cta {
  flex-direction: row;
  margin-bottom: 30px;
  display: flex;
}

.container.cc-footer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.container.cc-footer.horizontal {
  flex-direction: row;
  justify-content: space-around;
  display: flex;
}

.container.cc-right {
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 0;
  display: flex;
}

.container.cc-blogpost {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  display: block;
}

.container.cc-contact {
  display: flex;
}

.container.cc-contact.horizontal {
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 31px;
}

.container.midlle {
  display: none;
}

.container.about-us {
  width: 50%;
}

.container.imagess {
  justify-content: flex-end;
  max-width: 1300px;
}

.container.aboutssspage {
  flex-direction: column;
}

.features {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 39px;
  padding: 14px 30px;
  display: flex;
}

.h2 {
  color: var(--black);
  text-transform: uppercase;
  margin: 35px 14px 12px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.h2.cc-center {
  margin-bottom: 40px;
  font-family: Oswald, sans-serif;
  font-weight: 300;
  display: block;
}

.h2.cc-center.aboutus2 {
  margin-left: 44px;
}

.h2.cc-2-rows {
  text-transform: uppercase;
  margin-bottom: 25px;
  font-family: Oswald, sans-serif;
}

.h2.cc-white-text {
  color: #fff;
}

.h2.cc-white-text.black {
  color: #000;
  margin-top: 0;
  margin-bottom: -1px;
  padding-right: 59px;
}

.h2.text-span {
  margin-top: 0;
}

.h2.text-span.cc-post-text {
  margin-bottom: 15px;
}

.h2.white {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 0;
}

.h2.bold-title {
  color: var(--yellow);
  text-align: center;
  margin-top: 34px;
  margin-bottom: 14px;
  font-weight: 700;
}

.h2.whats-on {
  margin-top: 0;
  margin-left: 0;
}

.h2-container {
  width: 50%;
  margin-bottom: 90px;
}

.h2-container.cc-center {
  text-align: center;
  width: 65%;
  margin-bottom: 0;
}

.h2-container.cc-questions {
  margin-bottom: 60px;
}

.h2-container.about-us {
  flex-flow: column;
  align-items: flex-start;
  margin-bottom: 0;
  margin-right: 53px;
  padding-left: 59px;
  padding-right: 0;
  display: flex;
}

.h2-container.opening {
  padding-right: 205px;
  display: block;
}

.h2-container.job {
  width: 600px;
  margin: 37px;
  padding: 0;
}

.text-span {
  color: #000;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-weight: 800;
}

.text-span.cc-white-text {
  color: #fff;
}

.text-span.cc-white-text.black {
  color: #000;
}

.feature-item-container {
  border: 1px solid #f7f7f7;
  height: 330px;
  padding: 50px 40px;
  transition: box-shadow .2s;
  box-shadow: 0 5px 20px #0000000d;
}

.collection-list {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.collection-list.cc-feature-row {
  margin-bottom: -20px;
}

.h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.h3.cc-cta {
  color: var(--royal-red);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.h3.cc-header {
  color: #fff;
  margin-bottom: 0;
  text-decoration: none;
}

.h3.cc-header.black {
  color: #000;
}

.h3.cc-pricing {
  width: 100%;
}

.h3.cc-team-title {
  width: 100%;
  margin-bottom: 0;
}

.h3.cc-latest-posts {
  margin-bottom: 40px;
}

.slider-section {
  background-color: #fafafa;
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
  margin-top: 360px;
  padding-left: 30px;
  padding-right: 30px;
  display: none;
  position: relative;
}

.slider {
  flex: 1;
  max-width: 1440px;
  height: 720px;
  margin-top: -360px;
  display: block;
}

.slide {
  background-image: url('../images/Royal-Hotel-Granville-sydney-pubs-3.png');
  background-size: cover;
}

.slide-nav {
  font-size: 6px;
}

.icon {
  width: 30px;
  height: 30px;
}

.left-arrow, .right-arrow {
  display: none;
}

.slide-2 {
  background-image: url('../images/Royal-Hotel-Granville-sydney-pubs-2.png');
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/Royal-Hotel-Granville-sydney-pubs-4.png');
  background-size: cover;
}

.about {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  padding: 115px 30px;
  display: flex;
}

.link {
  color: var(--royal-red);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s;
}

.link:hover {
  color: #48944f;
}

.separator {
  justify-content: center;
  align-items: center;
  margin-top: 13px;
  margin-bottom: -54px;
  padding: 0 30px;
  display: flex;
}

.separator.cc-background-grey {
  background-color: var(--bg-grey);
  display: none;
}

.line-color {
  background-color: #e6e6e6;
  height: 1px;
}

.premium {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: none;
}

.premium.cc-background {
  background-color: #0000;
}

._2-row-image.cc-bottom {
  margin-right: 0;
}

._2-row-image.cc-row-spacing {
  margin-right: 100px;
}

._2-row-text {
  max-width: 370px;
  margin-right: 100px;
}

._2-row-text.cc-bottom {
  max-width: 400px;
  margin-right: 100px;
}

._2-row-text.cc-bottom.cc-reverse {
  margin-left: 100px;
  margin-right: 0;
}

.row {
  flex: 1;
  margin-top: 30px;
  display: flex;
}

.row.cc-bottom {
  flex-direction: row-reverse;
  margin-top: 90px;
  margin-bottom: 56px;
}

.row.cc-bottom.cc-reverse {
  flex-direction: row;
}

.row.cc-reverse {
  flex-direction: row-reverse;
}

._2-row-action-text {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 110px;
  display: none;
}

.cta {
  background-color: #d0bd92bd;
  justify-content: center;
  align-items: center;
  padding: 47px 30px 20px;
  display: flex;
}

.cta-line {
  background-color: var(--royal-red);
  width: 30px;
  height: 2px;
  margin-left: 20px;
}

.cta-line.cc-header {
  background-color: #fff;
}

.cta-line.cc-header.black {
  color: #000;
  background-color: #000;
}

.cta-line.cc-header.bistro-blue {
  background-color: var(--deep-sky-blue);
  width: 50px;
  height: 5px;
}

.cta-column {
  flex-flow: column wrap;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  margin-right: 22px;
  display: block;
}

.cta-left-top {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.footer {
  background-color: #0a0e1a;
  justify-content: center;
  align-items: center;
  padding: 37px 30px;
  display: flex;
}

.footer-column {
  width: 50%;
  display: flex;
}

.footer-column.cc-footer {
  flex-direction: column;
  width: 30%;
}

.text-footer-credits {
  color: #666;
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.text-footer-credits.adress {
  margin-top: 0;
}

.footer-links-list {
  flex-direction: column;
  padding-right: 50px;
  display: flex;
}

.link-footer {
  color: #828282;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s;
}

.link-footer:hover {
  color: var(--yellow);
}

.link-social {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 15px;
  margin-right: 15px;
  display: flex;
}

.link-social.footer-social {
  width: 25px;
}

.footer-social {
  flex-direction: column;
  justify-content: flex-start;
  width: auto;
  display: flex;
}

.collection-item {
  width: 33.3333%;
  padding-left: 10px;
  padding-right: 10px;
}

.collection-item.cc-feature-row {
  width: 25%;
  margin-bottom: 20px;
}

.feature-icon {
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 25px;
  display: flex;
}

.nav-button {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: none;
}

.nav-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.nav-icon-piece {
  background-color: #000;
  width: 100%;
  height: 2px;
  position: relative;
}

.nav-icon-piece.top {
  position: absolute;
  transform: translate(0, -8px);
}

.nav-icon-piece.bottom {
  position: absolute;
  transform: translate(0, 8px);
}

.collection-list-wrapper {
  display: none;
}

.header-inner {
  background-color: var(--royal-red);
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  padding: 180px 30px 90px;
  display: flex;
}

.header-inner.cc-header-extra {
  padding-bottom: 210px;
}

.header-inner.cc-header-extra.fotty-tipping-banner {
  padding-top: 150px;
  padding-bottom: 51px;
}

.header-inner.blog {
  padding-bottom: 65px;
}

.header-inner.bistro {
  background-color: var(--deep-sky-blue);
  display: block;
}

.header-inner-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  padding-right: 21px;
  display: flex;
}

.inner-category {
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.inner-category.black {
  color: #050505;
}

.premium-banner {
  background-image: linear-gradient(#00000080, #00000080), url('../images/DSC02070.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-height: 720px;
  padding: 30px;
  display: none;
}

.premium-banner.events-form {
  background-image: url('../images/Royal-Hotel-Granville-sydney-pubs-2.png');
  background-position: 50%;
  background-size: cover;
}

.premium-banner-inner {
  background-color: var(--royal-red);
  max-width: 500px;
  padding: 60px 50px;
}

.pub-favourites {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 30px 15px;
  display: flex;
}

.pub-favourites.hot-dog {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.pub-favourites.hot-dog.pasta {
  display: none;
}

.pub-favourites.hot-dog.left {
  padding-top: 10px;
  display: none;
}

.pub-favourites.hot-dog.top-menu {
  padding-top: 35px;
  display: none;
}

.pub-favourites.hot-dog.menu-last {
  padding-bottom: 40px;
  display: none;
}

.pub-favourites.tiers {
  display: none;
}

.premium-image-banner {
  flex-direction: column;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  max-height: 720px;
  display: block;
  overflow: hidden;
}

.premium-image-container {
  background-color: #fff;
  border: 1px solid #f7f7f7;
  justify-content: space-between;
  align-items: center;
  width: 600px;
  max-width: 1170px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -223px;
  padding: 17px 71px;
  display: flex;
  position: relative;
  box-shadow: 0 5px 20px #0000000d;
}

.premium-image-container.left-menu {
  order: 0;
  margin-right: -223px;
  position: relative;
}

.image-banner {
  margin-right: 60px;
}

.container-quote {
  text-align: center;
  width: 70%;
}

.block-quote {
  color: var(--royal-red);
  border-left: 0 #0000;
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

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

.image {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.text-block {
  color: #000;
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.container-pricing {
  justify-content: center;
  align-items: stretch;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.pricing-block {
  border: 1px solid #f7f7f7;
  flex-wrap: wrap;
  align-content: space-between;
  align-items: stretch;
  width: 33.3333%;
  margin-left: 10px;
  margin-right: 10px;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: 0 5px 20px #0000000d;
}

.pricing-block:hover {
  box-shadow: 0 5px 20px #00000024;
}

.price {
  color: #000;
  font-family: Libre Franklin, sans-serif;
  font-size: 72px;
  font-weight: 800;
  line-height: 78px;
}

.price-block {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.currency {
  color: #999;
  margin-top: 40px;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.small-text {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.small-text.cc-light {
  color: #999;
  margin-top: 0;
  margin-bottom: 0;
}

.pricing-block-separator {
  background-color: var(--royal-red);
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.pricing-info {
  padding: 50px 40px 40px;
}

.button-pricing {
  background-color: var(--royal-red);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
  transition: background-color .2s;
  display: flex;
}

.button-pricing:hover {
  background-color: var(--black);
}

.container-facts {
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.facts {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.facts.fact2 {
  justify-content: center;
  margin-top: -59px;
  margin-bottom: -4px;
}

.fact-block {
  background-color: #fff;
  background-image: url('../images/noun_House_148012-01.png');
  background-position: 0 0;
  background-size: auto;
  border: 1px solid #f7f7f7;
  max-width: 400px;
  padding: 50px 40px;
  box-shadow: 0 5px 20px #0000000d;
}

.fact-block.f1 {
  background-image: url('../images/DSC07556.png');
  background-position: 50%;
  background-size: cover;
  max-width: 400px;
}

.fact-block.f2 {
  background-image: url('../images/DSC06620.png'), url('../images/noun_House_148012-01.png');
  background-position: 50%, 0 0;
  background-size: cover, auto;
  width: 100%;
  max-width: none;
}

.image-2 {
  margin-bottom: 20px;
}

.facts-gray-background {
  background-color: #fafafa;
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.faq {
  background-color: #fafafa;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: none;
}

.container-questions {
  flex-wrap: nowrap;
  place-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin: -30px -10px;
  display: flex;
}

.question-block {
  width: 50%;
  margin: 30px 50px 30px 10px;
}

.container-facts-inner {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.header-banner {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: -15px;
  margin-bottom: -99px;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
}

.about-intro {
  justify-content: center;
  align-items: center;
  margin-bottom: -6px;
  padding: 70px 30px 2px;
  display: flex;
}

.goals-container {
  align-items: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.goals-container-inner {
  width: 33.3333%;
  margin-left: 10px;
  margin-right: 10px;
}

.team {
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.collection-list-2 {
  margin: -10px;
}

.team-member {
  padding-top: 10px;
  padding-bottom: 10px;
}

.team-inner-container {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 5px 20px #0000000d;
}

.team-avatar {
  width: 100%;
  height: 100%;
}

.team-member-info {
  flex-wrap: wrap;
  place-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px 30px 10px;
  display: flex;
}

.our-goals {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 27px 30px;
  display: none;
}

.blog-posts {
  justify-content: center;
  align-items: center;
  margin-top: 98px;
  margin-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.blog-posts._2blog2 {
  display: flex;
}

.blog-posts-item {
  flex-wrap: wrap;
  place-content: stretch center;
  align-items: stretch;
  width: 33.3333%;
  padding: 10px;
  display: flex;
}

.blog-posts-item.poker {
  display: none;
}

.post-list {
  flex-wrap: wrap;
  place-content: stretch flex-start;
  margin: -10px;
  display: flex;
}

.blog-posts-item-container {
  background-color: #fff;
  flex-wrap: wrap;
  place-content: stretch center;
  align-items: center;
  text-decoration: none;
  box-shadow: 0 5px 20px #0000000d;
}

.post-info {
  padding: 30px;
}

.post-date {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.header-blog {
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  padding-top: 90px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.header-image {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  max-width: 1440px;
  max-height: 750px;
  display: flex;
  position: relative;
}

.header-color {
  background-color: var(--royal-red);
  width: 100%;
  height: 75%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.content {
  justify-content: center;
  align-items: center;
  padding: 90px 30px;
  display: flex;
}

.contact-intro {
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  padding: 67px 30px 54px;
  display: flex;
}

.contact-info {
  width: 50%;
  margin-top: -10px;
  margin-bottom: -10px;
}

.contact-info-row {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.contact-info-text {
  color: #999;
  width: 25%;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.contact-info-text.cc-text-black {
  color: #000;
  width: auto;
  font-family: Montserrat, sans-serif;
}

.form-input {
  width: 50%;
  margin-top: -10px;
  margin-bottom: -10px;
}

.text-field {
  color: #b3b3b3;
  resize: vertical;
  border: 1px #000;
  border-bottom: 1px solid #e6e6e6;
  height: 60px;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

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

.text-field:active {
  color: #000;
}

.text-field:focus {
  color: #000;
  border-bottom-color: #000;
}

.text-field::placeholder {
  color: #b3b3b3;
}

.text-field.form-connect {
  height: 50px;
}

.rich-text {
  color: #000;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.rich-text h2 {
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.rich-text p {
  color: #000;
  text-transform: none;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.rich-text li {
  text-transform: none;
  font-family: Montserrat, sans-serif;
}

.rich-text h4, .rich-text h3, .rich-text blockquote {
  font-family: Montserrat, sans-serif;
}

.rich-text img {
  margin-top: 30px;
  margin-bottom: 30px;
}

.rich-text figcaption {
  color: #777;
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.logo {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.nav-link {
  color: #000;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.nav-link:hover {
  color: var(--royal-red);
}

.nav-link.w--current {
  color: var(--black);
}

.nav-link.w--current:hover {
  color: var(--royal-red);
}

.nav-link.hide {
  display: none;
}

.latest-posts {
  justify-content: center;
  align-items: center;
  padding: 90px 30px;
  display: flex;
}

.style-guide-label {
  color: #777;
  border-bottom: 1px solid #777;
  flex: 1;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 13px;
  line-height: 14px;
}

.image-licensing {
  background-color: #0000000d;
  border: 1px solid #0000001a;
  padding: 15px;
  line-height: 24px;
}

.slide-4 {
  background-color: #0000;
}

.slider-2 {
  background-color: #0000;
  flex: 1;
  align-self: center;
  position: relative;
}

.mask {
  position: static;
}

.image-4 {
  max-width: 50%;
}

.slider-3 {
  height: 100%;
  display: block;
}

.section {
  height: 75vh;
  display: block;
}

.slide-8 {
  background-image: url('../images/ufc-website.jpg'), url('../images/Bar-taps.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%, 50%, 0 0;
  background-repeat: repeat, repeat, repeat;
  background-size: cover, cover, auto;
}

.slide-9 {
  background-image: linear-gradient(#3c02029c, #3c02029c), url('../images/Royal-Hotel-Granville-sydney-pubs-3.png');
  background-position: 0 0, 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slide-9._10 {
  background-image: url('../images/website-pool-comp.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slide-10.pool-table {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Bar-taps.jpg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
}

.slide-10.loyalty {
  background-image: url('../images/Loyalty-Club.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
}

.slide-10.new-years {
  background-image: url('../images/Web-Banner.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/website.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%, 0 0;
  background-size: cover, auto;
  position: static;
}

.mask-2 {
  position: relative;
}

.text-span-2 {
  color: #000;
}

.section-17 {
  margin-bottom: 21px;
  padding-left: 120px;
  padding-right: 120px;
}

.underline {
  background-color: #333;
  width: 100px;
  height: 10px;
  margin-top: 10px;
}

.underline.menu {
  height: 5px;
  margin-top: 0;
}

.columns-5 {
  margin-top: 30px;
  margin-bottom: 60px;
  padding-left: 110px;
  padding-right: 110px;
}

.columns-5.menu-end {
  margin-bottom: 0;
  padding-bottom: 70px;
}

.subheading-1 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: 300;
}

.subheading-1.tan {
  color: #b9a479;
}

.subheading-1.tan.menu {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
}

.subheading-1.bold {
  padding-left: 50px;
  font-weight: 500;
}

.heading-2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 30px;
}

.heading-2.tan {
  color: #b9a479;
}

.heading-2.tan.menu-h2 {
  margin-bottom: 0;
  font-weight: 400;
}

.heading-2.menu-section {
  color: #fff;
  letter-spacing: 5px;
  text-transform: none;
  padding-left: 40px;
  font-size: 29px;
  font-weight: 400;
}

.heading {
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 23px;
  padding-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.heading.menu {
  text-transform: none;
  margin-top: -10px;
  margin-bottom: 5px;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
}

.heading.menu.centeed {
  text-align: center;
}

.heading.job {
  margin-bottom: 53px;
}

.slider-centrerd {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slider-centrerd.dark {
  background-color: #094c31;
  margin-top: 70px;
  padding-top: 50px;
  padding-bottom: 0;
  display: block;
}

.paragraph-2 {
  color: #333;
  text-align: center;
  margin-top: 26px;
  margin-bottom: 26px;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.paragraph-2.menu {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 26px;
}

.paragraph-2.white {
  color: #fff;
  text-align: left;
}

.paragraph-2.white.centred.middle, .paragraph-2.centred {
  text-align: center;
}

.paragraph-2.centred._60 {
  width: 60%;
}

.menu-item {
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
}

.menu {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.div-block-2 {
  flex: 1;
}

.pasta {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 43px;
  margin-bottom: 43px;
  display: flex;
}

.hotdog {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.salad {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 46px;
  display: flex;
}

.pizza {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.leb-pizza {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 41px;
  display: flex;
}

.sides {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.form-block {
  flex: 1;
}

.form {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 27px;
  display: none;
  position: static;
}

.slider-4 {
  margin-top: 39px;
  margin-bottom: 39px;
}

.slide-11 {
  background-image: url('../images/Artboard-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.left-arrow-3, .right-arrow-3, .slide-nav-3 {
  display: none;
}

.bold-text {
  color: #000;
}

.members {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -41px;
  display: flex;
}

.members.labout {
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.slide-12 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Royal-Hotel-Granville-sydney-pubs-2.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: static;
}

.paragraph-3 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
}

.paragraph-3.black {
  color: var(--black);
  margin-top: 26px;
  margin-bottom: 26px;
}

.paragraph-3.black.photo-id {
  margin-bottom: -5px;
}

.paragraph-3.black.smaller {
  white-space: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 600;
  line-height: 15px;
}

.paragraph-4 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 30px;
}

.paragraph-4.flex-centred {
  text-align: center;
}

.columns {
  max-width: 100%;
  height: 100%;
  margin-top: -104px;
  padding-left: 100px;
  padding-right: 100px;
}

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

.image-5 {
  border: 1px solid #0000;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  position: static;
}

.button-2 {
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #b9a479;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  top: -20px;
}

.button-2.book-now {
  text-align: center;
  width: 50%;
  padding-left: 42px;
  padding-right: 42px;
}

.button-2.book-now.home {
  background-color: var(--royal-red);
  width: auto;
  min-width: auto;
  max-width: none;
  font-family: Montserrat, sans-serif;
  transition: all .5s ease-in-out;
}

.button-2.book-now.home:hover {
  border: 1px solid var(--royal-red);
  color: var(--royal-red);
  background-color: #fff;
}

.button-2.book-now.home {
  background-color: #094c31;
  width: auto;
  min-width: auto;
  max-width: none;
  transition: all .5s ease-in-out;
}

.button-2.book-now.home:hover {
  color: #b9a479;
  background-color: #fff;
}

.button-2.form {
  background-color: var(--royal-red);
  margin-top: 26px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  transition: all .2s;
  display: block;
}

.button-2.form:hover {
  color: #333;
  background-color: #fff;
}

.button-2.margin_top50 {
  margin-top: 50px;
}

.form-body {
  margin-right: 50px;
  font-size: 15px;
}

.div-block-5 {
  justify-content: flex-start;
  margin-top: 11px;
  margin-bottom: 21px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.form-heading {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 19px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.success-message {
  background-color: #b9a479;
}

.form-block-2 {
  width: 80%;
  margin-top: 25px;
  margin-bottom: 25px;
}

.flex-centred {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  margin-bottom: 70px;
  display: flex;
}

.flex-centred.red {
  color: var(--royal-red);
}

.flex-centred.grey {
  background-color: var(--bg-grey);
  margin-top: -1px;
  margin-bottom: -4px;
  padding-top: 89px;
}

.flex-centred.jobs-available {
  display: none;
}

.text-field-2 {
  font-family: Montserrat, sans-serif;
}

.section-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: -40px;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.image-6 {
  padding: 0 106px;
}

.section-9 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-3 {
  letter-spacing: 1px;
  background-color: #0000;
  border: 2px solid #fff;
  flex: 0 auto;
  align-items: center;
  padding: 12px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: background-color .2s cubic-bezier(.55, .085, .68, .53), color .2s cubic-bezier(.55, .085, .68, .53);
  display: flex;
}

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

.form-heading-2 {
  color: var(--royal-red);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 19px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.paragraph-5 {
  color: #333;
  margin-top: 26px;
  margin-bottom: 26px;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
  text-decoration: none;
}

.paragraph-5.white {
  color: #fff;
  text-align: left;
}

.paragraph-5.white.centred.middle, .paragraph-5.centred {
  text-align: center;
}

.paragraph-5.centred._60 {
  width: 60%;
  margin: 9px;
  font-family: Montserrat, sans-serif;
}

.checkbox-field {
  font-family: Montserrat, sans-serif;
}

.form-2 {
  margin-top: 27px;
  margin-bottom: 27px;
}

.text-field-3, .text-field-4 {
  font-family: Montserrat, sans-serif;
}

.slide-13 {
  background-image: url('../images/Website-Banner.jpg');
  background-position: 50%;
  background-size: cover;
}

.link-movember {
  width: 100%;
  height: 100%;
}

.section-18 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-8 {
  margin-top: 22px;
  margin-bottom: 22px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.background-video {
  object-fit: fill;
  background-image: linear-gradient(#2b2a2a57, #2b2a2a57);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 75vh;
  display: block;
}

.text-span-3 {
  color: #000;
}

.div-block-6 {
  padding-left: 92px;
  padding-right: 92px;
}

.column-2 {
  background-image: url('../images/old-granville.jpg');
  background-position: 50%;
  background-size: auto;
  height: 270px;
  padding-left: 0;
  padding-right: 0;
}

.column-2.photocolumn {
  background-image: url('../images/old-granville-2_1.jpg');
  background-position: 0 0;
  background-size: auto;
  height: auto;
  display: flex;
}

.column-2.c3 {
  background-image: url('../images/old-granville-1_1.jpg');
}

.column-2.c4 {
  background-image: url('../images/vip_dragon.jpg');
}

.column-3 {
  background-image: url('../images/old-granville.jpg');
  background-position: 50%;
  background-size: auto;
  height: 270px;
  padding-left: 0;
  padding-right: 0;
}

.column-4 {
  height: 270px;
  padding-left: 0;
  padding-right: 0;
}

.column-5, .column-6, .column-7 {
  padding-left: 0;
  padding-right: 0;
}

.section-19 {
  flex-direction: column;
  align-items: center;
  margin-top: 62px;
  margin-bottom: 62px;
  display: none;
}

.flip-grid {
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  max-width: 100vh;
  display: flex;
  position: static;
}

.image-9 {
  max-width: 50%;
  display: block;
}

.image-10 {
  display: none;
}

.section-20 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/bw.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 80vw;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 40%;
}

.section-20.home {
  background-image: none;
  width: 100vw;
  height: auto;
  position: static;
  bottom: 1%;
}

.section-20.home.hide {
  display: none;
}

.div-block-7 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: 30vh;
  display: flex;
}

.div-block-7.c1 {
  background-image: url('../images/old-granville-2_1.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 27vh;
  position: relative;
}

.div-block-7.c1:hover {
  background-image: url('../images/old-granville-2_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-7.c1.tabarea {
  background-image: url('../images/tab-logo.jpg');
  background-position: 100% 0;
}

.div-block-7.c2 {
  background-image: url('../images/old-granville.png');
  background-size: cover;
  width: 100%;
  height: 27vh;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.div-block-7.c2.about-us-area {
  background-image: url('../images/Royal-Hotel-Granville-sydney-pubs-4.png');
}

.div-block-7.c3 {
  background-image: url('../images/vip_dragon.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 27vh;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.div-block-7.c4 {
  background-image: url('../images/DSC07365.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 27vh;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.div-block-7.c5 {
  background-image: url('../images/tab-logo.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 27vh;
  position: relative;
}

.div-block-7.c6 {
  background-image: url('../images/old-granville-1_1.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 27vh;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.subheading-5 {
  color: #fff;
  margin-top: 10px;
  font-family: Varela, sans-serif;
  font-size: 19px;
  line-height: 27px;
}

.subheading-5.centred {
  text-align: center;
  margin-top: 20px;
}

.h2b {
  color: var(--yellow);
}

.h2b.bold-title {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: block;
  overflow: visible;
}

.h2b.bold-title:hover {
  display: block;
}

.bold-text-2 {
  color: var(--yellow);
}

.text-span-4, .div-block-8, .div-block-8:hover {
  display: block;
}

.text-wrapper {
  text-align: center;
  background-image: linear-gradient(#a21516e6, #a21516e6);
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  inset: 0%;
}

.text-wrapper.center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-9 {
  display: flex;
  position: relative;
}

.div-block-10 {
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  margin-top: 19px;
  display: flex;
}

.div-block-10._2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.div-block-10.jobs {
  align-items: center;
  margin-top: 19px;
  margin-bottom: 19px;
}

.div-block-11 {
  margin-right: 50px;
}

.text-block-2 {
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.radio-button-field {
  margin-right: 26px;
}

.radio-button-field-2, .radio-button-field-3 {
  padding-right: 40px;
}

.column-8 {
  position: relative;
}

.image-11, .image-12 {
  max-width: 150%;
}

.columns-6 {
  flex: 1;
}

.div-block-12 {
  margin-top: 18px;
  padding-top: 0;
  display: flex;
}

.image-13 {
  padding: 0 20px;
}

.image-14 {
  padding-left: 20px;
  padding-right: 20px;
}

.textarea {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
}

.field-label {
  margin-top: 24px;
}

.field-label-2 {
  margin-top: 23px;
  margin-bottom: 30px;
}

.paragraph-6 {
  font-size: 16px;
  line-height: 26px;
}

.paragraph-6.main {
  color: #000;
}

.top-text {
  color: #d77474;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.top-text.hero {
  margin-bottom: -20px;
}

.hero-image-div {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.top-padding {
  margin-top: 40px;
}

.hero-div {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.hero-div.small {
  object-fit: fill;
  justify-content: center;
  width: 60%;
  margin-right: 0%;
  position: relative;
}

.left-block {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.left-block.hero {
  z-index: 2;
  flex-direction: row;
  align-items: center;
  position: relative;
}

.hero-image {
  background-image: url('../images/about-section.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  align-self: center;
  align-items: center;
  width: 700px;
  height: 600px;
  margin-left: 0;
  display: flex;
}

.different-font {
  color: #ac1313;
  font-size: 68px;
  font-weight: 400;
  line-height: 68px;
  position: relative;
}

.page-title {
  color: #000;
  font-size: 44px;
  font-weight: 500;
  line-height: 54px;
}

.page-title.big {
  color: #000;
  font-size: 48px;
  font-weight: 500;
  line-height: 58px;
}

.container-2 {
  z-index: 1;
  color: #fff;
  text-align: center;
  width: 1200px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
  position: relative;
}

.button-4 {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 0;
  height: auto;
  margin-right: 12px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  transition: all .4s;
}

.button-4:hover {
  opacity: 1;
  color: #fff;
  background-color: #ac1313;
  border: 0 #0000;
  font-weight: 400;
  transform: translate(0, -1px);
}

.button-4.dark {
  color: #fff;
  background-color: #ac1313;
  border-style: none;
  border-color: #000;
  border-radius: 0;
  margin-right: 0;
  padding: 20px 40px;
  line-height: 22px;
}

.button-4.dark:hover {
  color: #fff;
  background-color: #000;
  border-style: none;
  border-color: #53d7db;
  transform: translate(0, -6px);
}

.hero-section {
  color: #0000;
  background-color: #dbdbdb1a;
  background-image: linear-gradient(#ffffff4d, #ffffff4d), url('../images/scott-webb-268893-unsplash.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  height: 100vh;
  padding-top: 5%;
  display: flex;
}

.section-21 {
  margin-top: 48px;
  margin-bottom: 40px;
}

.section-22 {
  margin-top: -28px;
}

.aboutuseareas {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.about-us-area {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  max-height: none;
  display: flex;
}

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

.image-17 {
  max-width: 90%;
}

.tcs {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 8px;
  line-height: 12px;
}

.tcs.center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tcs.center.nrlslide {
  margin-top: -43px;
  padding: 10px;
}

.tcs.center.nrlslide.black {
  color: var(--black);
}

.tcs.center.nrlslide.blac {
  margin-top: 0;
}

.tcs.centred {
  text-align: center;
}

.image-18 {
  max-width: 50%;
}

.list-item {
  margin-top: 0;
  margin-bottom: 0;
}

.list {
  margin-bottom: 23px;
}

.mobile-menu, .container-7 {
  display: none;
}

.image-22 {
  border-radius: 20px;
}

.link-block {
  width: 100%;
  height: 100%;
}

.html-embed {
  width: 100%;
}

.paragraph-7 {
  color: #fff;
}

.paragraph-7.tc {
  margin-bottom: 26px;
}

.slide-14 {
  background-image: url('../images/CNY-web.png');
  background-position: 50%;
  background-size: cover;
}

.section-23 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 101px;
  padding-bottom: 101px;
  display: none;
}

.div-block-16 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1200px;
  display: flex;
}

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

.link-block-2 {
  background-image: url('../images/Website-Banner-2.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.image-23 {
  margin: 0 -8px -246px -416px;
  padding-top: 0;
}

.image-24 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.slide-24 {
  background-image: url('../images/Website-Banner_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.link-block-3 {
  width: 100%;
  height: 100%;
  display: block;
}

.text-block-3 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
}

.html-embed-2 {
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.html-embed-3 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.slide-16 {
  background-image: url('../images/Web-banner-copy.png');
  background-position: 50%;
  background-size: auto;
}

.link-block-4 {
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.slide-17 {
  background-image: url('../images/Web-Background.jpg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
}

.image-25 {
  min-width: 100%;
  min-height: 100%;
}

.div-block-18 {
  width: 100%;
}

.menu-section-heading {
  color: var(--deep-sky-blue);
  text-transform: uppercase;
  text-shadow: -2px -2px 0 var(--dark-slate-blue);
  font-family: Be Vietnam Pro, sans-serif;
}

.menu-section-heading.subheading {
  margin-top: 0;
  font-size: 28px;
}

.section-24 {
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: none;
}

.heading-3 {
  color: #243853;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 5px;
  font-family: Be Vietnam Pro, sans-serif;
  font-weight: 800;
}

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

.column-10.centred {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-4 {
  color: #243853;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.div-block-19 {
  margin-top: 40px;
  margin-bottom: 15px;
}

.column-12 {
  padding-left: 0;
  display: block;
}

.image-26 {
  margin-left: -30px;
}

.div-block-20 {
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 15px;
  display: flex;
}

.columns-7 {
  width: 100%;
}

.image-27 {
  margin-bottom: 25px;
}

.image-28 {
  margin-bottom: 35px;
}

.text-block-5 {
  background-color: var(--deep-sky-blue);
  color: #fff;
  text-transform: uppercase;
  padding: 15px;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 27px;
}

.image-29 {
  position: absolute;
  inset: 22% -36% 12px auto;
}

.image-30 {
  position: absolute;
  inset: 0% auto auto -59%;
}

.image-31 {
  position: absolute;
  inset: 323px 0% 0% auto;
}

.image-32 {
  position: absolute;
  inset: -42% auto auto -40%;
}

.image-33 {
  position: absolute;
  inset: 32% -103% auto auto;
}

.events {
  margin-left: 21px;
  margin-right: 21px;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.heading-4, .heading-5 {
  text-align: center;
  margin-bottom: 30px;
}

.gallery-slider-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.gallery-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide-2 {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper-2 {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image-2 {
  position: relative;
}

.gallery-image-2 {
  width: 100%;
}

.gallery-slide-text-2 {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left-2 {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left-2:focus-visible, .gallery-slider-left-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed-2 {
  color: #000;
}

.gallery-slider-right-2 {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right-2:focus-visible, .gallery-slider-right-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.heading-6, .heading-7 {
  text-align: center;
  margin-bottom: 30px;
}

.slide-18 {
  background-image: url('../images/Web-banner_2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-18.cashpoker {
  background-image: url('../images/cash-poker-banner.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-18.slider6 {
  background-color: #000;
  background-image: none;
  position: static;
}

.slide-19 {
  background-image: url('../images/Web-banner_1.jpg');
  background-position: 50%;
  background-size: auto;
}

.slide-20 {
  background-image: url('../images/Royal-Bistro-Web-banner.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-21 {
  background-image: url('../images/Australia-Day-Web-Background.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-22 {
  background-image: url('../images/vday-web-background.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-34 {
  background-image: url('../images/Landscape.jpg');
  background-position: 0 0;
  background-size: auto;
}

.image-35 {
  background-image: url('../images/Untitled-design-17.jpg');
  background-position: 0 0;
  background-size: auto;
  display: block;
}

.paragraph-8, .paragraph-9 {
  font-family: Montserrat, sans-serif;
  line-height: 24px;
}

.slide-23 {
  background-image: url('../images/Thumbnail-image.jpg');
  background-position: 0 0;
  background-size: auto;
}

.friday-jams-banner {
  background-image: url('../images/RHG-Firday-Jams-Banner-bkg.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-26 {
  background-image: url('../images/Website-Banner_2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-27 {
  background-image: url('../images/cash-poker-banner.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-28 {
  background-image: url('../images/Funky-Karaoke.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-29 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: auto;
}

.image-36 {
  background-image: url('../images/Horizontal_.jpg');
  background-position: 0 0;
  background-size: auto;
}

.section-25 {
  background-image: url('../images/city-of-gold-coast-O3ji6Tv0PtY-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  padding-left: 140px;
  display: flex;
  position: relative;
}

.heading-1 {
  font-family: Be Vietnam Pro, sans-serif;
  font-size: 125px;
  font-weight: 300;
  line-height: 140px;
}

.heading-1.white {
  color: #fff;
}

.heading-1.white._50 {
  width: 50%;
  margin-top: 0;
}

.p1 {
  font-family: Be Vietnam Pro, sans-serif;
  font-size: 23px;
  line-height: 36px;
}

.p1.white {
  color: #fff;
}

.p1.white._60 {
  width: 60%;
}

.div-block-21 {
  width: 50%;
  height: 190px;
}

.div-block-22 {
  width: 100vw;
  height: 260px;
  padding-left: 137px;
  padding-right: 137px;
}

.section-26 {
  z-index: 8;
  padding-left: 138px;
  padding-right: 138px;
  position: absolute;
}

.div-block-23 {
  z-index: 100;
  width: 420px;
  height: 210px;
  position: absolute;
  top: -65px;
}

.div-block-24 {
  background-color: var(--white);
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80vw;
  height: 230px;
  display: flex;
  position: absolute;
  bottom: -92.333px;
}

.heading-8 {
  justify-content: center;
  font-family: Be Vietnam Pro, sans-serif;
  font-weight: 300;
  display: flex;
}

.div-block-25 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 86px;
  padding-right: 86px;
  display: flex;
}

.section-27 {
  margin-top: 202px;
}

.text-span-5, .text-span-6, .text-span-7, .text-span-8, .text-span-9, .text-span-10 {
  font-weight: 700;
}

.text-span-11 {
  font-size: 9px;
  font-weight: 300;
  line-height: 2px;
}

.text-span-12 {
  font-size: 9px;
  font-weight: 300;
  line-height: 14px;
}

.slide-30 {
  background-image: url('../images/banner.jpg');
  background-position: 50%;
  background-size: cover;
}

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

.menu-header {
  color: #23a7e5;
  font-family: Oswald, sans-serif;
  font-size: 60px;
}

.cta-line-2 {
  background-color: #a21516;
  width: 30px;
  height: 2px;
  margin-left: 20px;
}

.cta-line-2.cc-header {
  background-color: #fff;
}

.cta-line-2.cc-header.blue {
  background-color: #23a7e5;
  width: 50px;
  height: 5px;
}

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

.bistro-h1 {
  color: var(--deep-sky-blue);
  font-family: Oswald, sans-serif;
  font-size: 60px;
}

.jd_promo {
  background-image: url('../images/Web-Background_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.text-span-13 {
  font-size: 11px;
}

.ufc_290 {
  background-image: url('../images/banner_1.jpg');
  background-position: 50% 56%;
  background-size: cover;
  background-attachment: fixed;
}

.poolcomp23 {
  background-image: url('../images/RHG-Pool-Comp-2024-web-banner.png');
  background-position: 50%;
  background-size: cover;
}

.saturdaycashpoker {
  background-image: url('../images/cash-poker-banner.jpg');
  background-position: 50%;
  background-size: cover;
}

.nrlgranffinal {
  background-image: url('../images/nrl-background.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-28 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-37 {
  margin-top: 42px;
}

.link-block-5 {
  background-image: url('../images/nrl-background.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 60px;
  padding: 10px;
  display: flex;
}

.stonewood {
  background-image: url('../images/stonewood-background.jpg');
  background-position: 0 0;
  background-size: auto;
}

.link-block-6 {
  background-image: url('../images/center-beer.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.image-38 {
  padding: 20px;
}

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

.html-embed-5 {
  max-width: 50%;
}

.html-embed-6 {
  object-fit: cover;
}

.slider19 {
  background-image: url('../images/background-resch.jpg');
  background-position: 0 0;
  background-size: cover;
}

.div-block-30 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.jd_fire_honey {
  background-image: url('../images/JD-promo-background.png');
  background-position: 50%;
  background-size: cover;
}

.link-block-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-39 {
  margin-top: 150px;
}

.whhiskeyofthemonth {
  background-image: url('../images/Web-Background_2.jpg');
  background-position: 50%;
  background-size: cover;
}

.whiskey2 {
  width: 38%;
}

.image-40 {
  background-image: url('../images/NewYearsEve-Poster---FINALA40.5x.jpg');
  background-position: 0 0;
  background-size: auto;
  border: 0 solid #fff;
  border-radius: 20px;
}

.image-40.birthday, .image-40.coke {
  box-shadow: 0 0 20px #0003;
}

.div-block-31 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.superbowl {
  aspect-ratio: auto;
  background-image: url('../images/NYE-Web.png');
  background-position: 0 0;
  background-size: cover;
}

.image-41 {
  clear: none;
  text-align: center;
  max-height: 100%;
  display: inline-block;
  position: static;
}

.div-block-32 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.paragraph-10 {
  color: #fff;
  text-align: center;
  margin-top: -20px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 500;
  line-height: 45px;
}

.paragraph-11 {
  color: #fff;
  padding: 10px;
  font-size: 15px;
  line-height: 8px;
}

.image-42 {
  background-image: url('../images/NewYearsEve-Landscape.jpg');
  background-position: 0 0;
  background-size: auto;
}

.link-block-8 {
  justify-content: center;
  align-items: center;
  margin-top: 140px;
  display: flex;
}

.linkblock {
  background-image: url('../images/1.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-33 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-3 {
  display: none;
}

.text-field-5 {
  width: 300px;
  height: 56px;
  margin-top: 15px;
  padding-bottom: 26px;
  padding-left: 26px;
  padding-right: 26px;
}

._10-schooners {
  background-image: url('../images/10-Hard-Solo-website-BG.jpg');
  background-position: 0 0;
  background-size: cover;
}

.link-block-9 {
  display: flex;
}

.div-block-34 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 355px;
  display: flex;
}

.image-43 {
  flex: 0 auto;
  width: 1400px;
  padding-top: 60px;
  display: block;
}

.image-44 {
  max-width: 100%;
  margin-left: auto;
  padding-left: 0;
  display: block;
}

.link-block-10 {
  flex-wrap: wrap;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 80%;
  display: flex;
}

.image-45 {
  max-width: none;
  max-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.hard-solo-banner {
  background-image: url('../images/10-Hard-Solo-Website-Banner-Assets.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75vh;
  display: block;
}

.image-46 {
  max-width: none;
  max-height: 100%;
}

.image-47 {
  max-width: none;
  max-height: none;
}

.section-28 {
  height: 33px;
}

.div-block-35 {
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-35.poker {
  background-image: url('../images/Cash-Poker.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.tnc-banner-black {
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: 35px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.fd-2024 {
  background-image: url("https://cdn.prod.website-files.com/617736bfdb173759b04a0d5e/66b2cccf7f2d15cc01520bfa_Father's%20Day%20-%20Web%20Background.jpg");
  background-position: 0 0;
  background-size: cover;
}

.fd-2024-s-screen {
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.fd-image {
  max-height: 80%;
  margin-top: 0;
  margin-bottom: 0;
}

.image-49 {
  display: block;
}

.div-block-37 {
  width: 150px;
}

.image-50 {
  max-height: 100%;
  margin-bottom: 0;
}

.image-51 {
  max-height: 117.608%;
  margin-top: -13px;
  margin-bottom: -37px;
}

.image-52 {
  height: 62.8333px;
  max-height: 144.51%;
  margin-top: -9px;
  margin-bottom: -16px;
  padding-top: 0;
  padding-bottom: 0;
}

.image-53 {
  padding-bottom: 20px;
}

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

.html-embed-7 {
  max-width: 100%;
  overflow: hidden;
}

.footytipping2024 {
  background-image: url('../images/Footy-Tipping-Banner-HERO-background-layer.jpg');
  background-position: 50%;
  background-size: cover;
}

.link-block-11 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-56 {
  width: 25%;
}

.anzac-day-2024 {
  background-image: url('../images/ANZAC-Day-Banner.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.link-block-12 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.tooheys-origin-promo-2024 {
  background-image: url('../images/tooheys-banner-bkg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-57 {
  aspect-ratio: auto;
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.div-block-38 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-58 {
  aspect-ratio: auto;
  object-fit: contain;
  flex: 0 auto;
  width: 90%;
  height: 90%;
  display: block;
}

.tooheys-promo-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-39 {
  width: 100vh;
}

.version-container {
  justify-content: center;
  align-items: center;
  width: 100svw;
  height: 100svh;
  display: flex;
}

.div-block-40 {
  background-color: #d0bd92bd;
  justify-content: center;
  align-items: center;
  padding: 50px;
  display: flex;
}

.version-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-weight: 800;
}

.version-text.cc-white-text {
  color: #fff;
}

.version-text.cc-white-text.black {
  color: #000;
}

.version-heading {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-weight: 700;
}

.version {
  color: #202020;
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.version.adress {
  margin-top: 0;
}

.win-with-jack-2024 {
  background-image: linear-gradient(#0006, #0006), url('../images/jd-web-Background.webp');
  background-position: 0 0, 100%;
  background-size: auto, cover;
}

.win-with-jack-s-screen {
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.jd-image {
  max-height: 90%;
  margin-top: 0;
  margin-bottom: 0;
}

._6for6-2024 {
  background-image: linear-gradient(#0006, #0006), url('../images/RHG-6-for-6-web-banner-background.webp');
  background-position: 0 0, 100%;
  background-size: auto, cover;
}

._6for6-s-screen {
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

._6for6-image {
  max-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.play-pause-button {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 50%;
  left: 50%;
}

.pause-state {
  width: 100%;
  height: 100%;
}

.image-60 {
  opacity: 0;
}

.play-state {
  width: 100%;
  height: 100%;
}

.jag-image {
  max-height: 85%;
  margin-top: 0;
  margin-bottom: 0;
}

.jag-the-joker-screen {
  background-image: linear-gradient(#452c5d, #452c5d);
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.jag-the-joker-2024 {
  background-image: linear-gradient(#0006, #0006), url('../images/RHG-Jag-the-joker-web-banner.webp');
  background-position: 0 0, 100%;
  background-size: auto, cover;
}

.melbourne-cup-2024 {
  background-image: url('../images/RHG-Melbourne-Cup-2024-hero.webp'), linear-gradient(#313131, #313131);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 90%, auto;
}

.melbournecup-screen-copy {
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.melb-cup-image {
  height: 90%;
  max-height: 85%;
  margin-top: 0;
  margin-bottom: 0;
}

.link-block-13 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.friday-jams-banner-image {
  object-fit: contain;
  height: 100%;
  margin-bottom: 0;
  transition: all .6s;
}

.friday-jams-banner-image:hover {
  transform: rotate(3deg);
}

.pool-comp-hero-link {
  width: 100%;
  height: 100%;
}

.body-2 {
  background-color: var(--royal-red);
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-11 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-61 {
  margin: 20px;
}

.button-5 {
  text-align: center;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 20px;
  width: 80%;
  margin: 10px;
  padding-left: 30px;
  padding-right: 30px;
  transition: background-color .35s;
}

.button-5:hover {
  color: #c36d48;
  background-color: #000;
  border-color: #000;
  box-shadow: 0 15px 20px -4px #0003;
}

.sunday-jams-banner {
  background-image: url('../images/RHG-Firday-Jams-Banner-bkg.webp');
  background-position: 50%;
  background-size: cover;
}

.cruise-promo-2024 {
  background-image: url('../images/RHG-Win-a-cruise-2024-web-banner-bkg.webp');
  background-position: 50% 0;
  background-size: cover;
}

.cruise-promo-2024-s-screen {
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.cruise-promo-left {
  height: 100%;
  margin-bottom: 0;
  position: absolute;
  left: 0;
}

.cruise-promo-right {
  height: 100%;
  margin-bottom: 0;
  position: absolute;
  right: 0;
}

.nye-2024 {
  background-image: url('../images/RHG-NYE-2025-banner-bkg.webp');
  background-position: 50% 0;
  background-size: cover;
}

.nye-2024-link {
  background-image: url('../images/RHG-NYE-2025-banner-bkg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.aus-day-2025 {
  background-image: url('../images/RHG-Australia-Day-Banner-Background-2025.webp');
  background-position: 100%;
  background-size: cover;
}

.aus-image {
  max-height: 85%;
  margin-top: 0;
  margin-bottom: 0;
  transition: all .5s ease-in-out;
}

.aus-image:hover {
  filter: grayscale(19%);
  transform: scale(.95);
}

.aus-day-screen {
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.meat-raffles-25 {
  background-image: url('../images/RHG-Meat-Raffle-2025-web-banner-bkg.webp');
  background-position: 100%;
  background-repeat: repeat;
  background-size: cover;
}

.meat-raffle-screen {
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.meat-raffle-image {
  max-height: 85%;
  margin-top: 0;
  margin-bottom: 0;
  transition: all .5s ease-in-out;
}

.meat-raffle-image:hover {
  filter: grayscale(19%);
  transform: scale(.95);
}

.image-62 {
  border-radius: 20px;
}

.image-63 {
  height: 300px;
  margin-left: 20px;
  margin-right: 20px;
}

.melbcup-25 {
  background-image: url('../images/RHG-Melbourne-Cup-2025-banner-bkg.webp');
  background-position: 100%;
  background-size: cover;
}

.melbcup-link {
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.melbcup-image {
  max-width: 950px;
  max-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.melbcup-image-left {
  object-fit: contain;
  object-position: 0% 100%;
  width: 30%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.melbcup-image-right {
  object-fit: contain;
  object-position: 100% 100%;
  width: 40%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}

.success {
  background-color: #a88c5d;
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .navigation {
    z-index: 999;
    padding-right: 10px;
  }

  .header {
    padding-left: 60px;
    padding-right: 60px;
  }

  .bullet {
    display: none;
  }

  .navigation-button {
    width: 75%;
    margin: 20px 30px;
  }

  .paragraph.cc-gray.left-aliged.aboutus {
    margin-bottom: 0;
    padding-right: 0;
  }

  .container {
    max-width: 780px;
    display: block;
  }

  .container.cc-center {
    flex-direction: column;
    max-width: 768px;
    display: flex;
  }

  .container.cc-contact {
    flex-wrap: wrap;
  }

  .features {
    flex-direction: column;
    padding-top: 20px;
  }

  .h2-container, .h2-container.cc-center {
    width: 80%;
  }

  .h2-container.about-us {
    margin-top: 46px;
    padding-top: 0;
  }

  .h2-container.opening {
    margin-bottom: 20px;
    padding-right: 0;
    display: block;
  }

  .feature-item-container {
    height: auto;
  }

  .collection-list {
    align-items: stretch;
    margin-left: -5px;
    margin-right: -5px;
  }

  .slider-section {
    margin-top: 240px;
  }

  .slider {
    height: 480px;
    margin-top: -240px;
  }

  .separator {
    display: none;
  }

  ._2-row-image {
    max-width: 50%;
    margin-right: 30px;
  }

  ._2-row-image.cc-row-spacing {
    margin-right: 50px;
  }

  ._2-row-image.cc-row-reverse, ._2-row-text {
    margin-right: 0;
  }

  ._2-row-text.cc-bottom {
    margin-right: 50px;
  }

  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 50px;
  }

  ._2-row-text.cc-row-reverse {
    margin-right: 50px;
  }

  .collection-item {
    width: 33.3333%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .collection-item.cc-feature-row {
    width: 50%;
    display: flex;
  }

  .header-inner-content {
    width: 80%;
  }

  .pub-favourites.hot-dog, .pub-favourites.hot-dog.pasta, .pub-favourites.hot-dog.left, .pub-favourites.hot-dog.top-menu, .pub-favourites.hot-dog.pizza {
    display: none;
  }

  .premium-image-container {
    margin-top: 0;
  }

  .container-quote {
    width: 100%;
  }

  .container-pricing {
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .pricing-block {
    align-content: flex-start;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .container-facts {
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: stretch;
    margin: -10px;
  }

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

  .container-facts-inner {
    width: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .team {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .collection-list-2 {
    flex-wrap: wrap;
    display: flex;
  }

  .team-member {
    width: 33.3333%;
  }

  .blog-posts-item {
    width: 50%;
  }

  .header-color {
    height: 85%;
  }

  .contact-intro {
    flex-flow: wrap;
    padding-bottom: 110px;
  }

  .contact-info {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .form-input {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .nav-menu {
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 0 5px 20px #0003;
  }

  .nav-menu:active {
    background-color: var(--white);
  }

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

  .icon-2 {
    color: var(--black);
    font-size: 32px;
  }

  .icon-2:hover {
    color: var(--royal-red);
  }

  .menu-button.w--open, .menu-button.w--open:active {
    background-color: var(--white);
  }

  .section {
    display: block;
  }

  .heading-2.tan {
    text-align: center;
  }

  .heading {
    text-align: center;
    line-height: 40px;
  }

  .paragraph-2.white {
    text-align: center;
  }

  .paragraph-2.centred._60 {
    width: auto;
  }

  .slide-12 {
    background-image: url('../images/Artboard-1.png'), linear-gradient(#00000080, #00000080), url('../images/building-2.jpg');
    background-position: 50%, 0 0, 50%;
    background-repeat: repeat-x, repeat, repeat;
    background-size: contain, auto, cover;
  }

  .form-block-2 {
    width: 100%;
  }

  .flex-centred {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-2 {
    display: none;
  }

  .paragraph-5.white {
    text-align: center;
  }

  .paragraph-5.centred._60 {
    width: auto;
  }

  .background-video {
    height: auto;
    display: block;
    overflow: visible;
  }

  .section-20.home {
    display: none;
  }

  .div-block-7.c1.tabarea {
    background-image: url('../images/tab-logo.jpg'), linear-gradient(#008544, #008544);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: auto, auto;
  }

  .div-block-10 {
    flex-direction: column;
  }

  .div-block-10._2 {
    flex-direction: column;
    justify-content: flex-start;
  }

  .paragraph-6.main {
    text-align: center;
    width: 45%;
  }

  .top-text.hero {
    text-align: left;
    margin-bottom: -10px;
  }

  .hero-image-div {
    width: 100%;
    max-width: 760px;
  }

  .hero-div.small {
    align-items: flex-start;
    width: 100%;
    max-width: 780px;
    margin-bottom: 26px;
    margin-right: 0%;
  }

  .left-block {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    display: block;
  }

  .hero-image {
    background-size: cover;
    width: 100%;
    max-width: 768px;
    margin-left: 0;
  }

  .page-title {
    color: #000;
    margin-top: 0;
  }

  .page-title.big {
    color: #000;
    text-align: center;
    width: 70%;
  }

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

  .hero-section {
    background-image: linear-gradient(#ffffff4d, #ffffff4d), url('../images/scott-webb-268893-unsplash.jpg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, 2080px;
    height: auto;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .image-15 {
    position: static;
  }

  .tcs.center.nrlslide {
    margin-top: -45px;
  }

  .image-18 {
    max-width: 70%;
  }

  .mobile-menu {
    margin-top: 32px;
    margin-bottom: 106px;
    display: none;
  }

  .container-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-4 {
    margin-bottom: 26px;
  }

  .container-5 {
    margin-bottom: 21px;
  }

  .image-20 {
    margin-bottom: -2px;
  }

  .container-6 {
    margin-bottom: 31px;
  }

  .image-22 {
    position: static;
  }

  .html-embed-2 {
    display: block;
  }

  .html-embed-3 {
    display: none;
  }

  .container-8 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .slide-17 {
    background-size: cover;
  }

  .heading-3 {
    font-size: 16px;
  }

  .image-33 {
    padding-left: 39px;
  }

  .container-9 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .container-10 {
    max-width: 728px;
  }

  .gallery-wrapper-2 {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left-2 {
    left: -20px;
  }

  .gallery-slider-right-2 {
    right: -20px;
  }

  .slide-28 {
    background-size: cover;
  }

  .poolcomp23 {
    background-position: 47% 0;
  }

  .html-embed-5 {
    max-width: 90%;
  }

  .slider19 {
    background-size: cover;
  }

  .whiskey2 {
    width: 60%;
  }

  .image-41 {
    width: auto;
    max-width: 70%;
    height: auto;
  }

  .paragraph-10 {
    margin-bottom: 5px;
    font-size: 28px;
    line-height: 40px;
  }

  .div-block-34 {
    padding-top: 60px;
    padding-left: 0;
    display: block;
  }

  .image-43 {
    width: 1800px;
    margin-top: 60px;
  }

  .link-block-10 {
    flex-direction: row;
  }

  .image-45 {
    max-width: 100%;
    margin-top: 140px;
    margin-left: 0;
  }

  .tnc-banner-black {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .fd-2024 {
    -webkit-text-fill-color: inherit;
    background-image: url("https://cdn.prod.website-files.com/617736bfdb173759b04a0d5e/66b2cccf7f2d15cc01520bfa_Father's%20Day%20-%20Web%20Background.jpg");
    background-size: cover;
    background-clip: border-box;
    margin-top: 0;
  }

  .fd-2024-s-screen {
    justify-content: center;
  }

  .fd-image {
    max-width: 100%;
    max-height: 100%;
  }

  .image-56 {
    width: 70%;
  }

  .win-with-jack-2024 {
    -webkit-text-fill-color: inherit;
    background-image: linear-gradient(#0006, #0006), url('../images/jd-web-Background.webp');
    background-position: 0 0, 100%;
    background-size: auto, cover;
    background-clip: border-box;
    margin-top: 0;
  }

  .win-with-jack-s-screen {
    justify-content: center;
  }

  .jd-image {
    max-width: 100%;
    max-height: 100%;
  }

  ._6for6-2024 {
    -webkit-text-fill-color: inherit;
    background-image: linear-gradient(#0006, #0006), url('../images/RHG-6-for-6-web-banner-background.webp');
    background-position: 0 0, 100%;
    background-size: auto, cover;
    background-clip: border-box;
    margin-top: 0;
  }

  ._6for6-s-screen {
    justify-content: center;
  }

  ._6for6-image {
    object-fit: contain;
    object-position: 50% 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
  }

  .jag-image {
    max-width: 90%;
    max-height: 100%;
  }

  .jag-the-joker-screen {
    justify-content: center;
  }

  .jag-the-joker-2024 {
    -webkit-text-fill-color: inherit;
    background-image: linear-gradient(#0006, #0006), url('../images/RHG-Jag-the-joker-web-banner.webp');
    background-position: 0 0, 100%;
    background-size: auto, cover;
    background-clip: border-box;
    margin-top: 0;
  }

  .melbourne-cup-2024 {
    -webkit-text-fill-color: inherit;
    background-image: url('../images/RHG-Melbourne-Cup-2024-hero.webp'), linear-gradient(#313131, #313131);
    background-size: 80%, auto;
    background-clip: border-box;
    margin-top: 0;
  }

  .melbournecup-screen-copy {
    justify-content: center;
  }

  .melb-cup-image {
    max-width: 100%;
    max-height: 100%;
  }

  .cruise-promo-2024 {
    -webkit-text-fill-color: inherit;
    background-image: url('../images/RHG-Win-a-cruise-2024-web-banner-bkg_1.webp');
    background-size: cover;
    background-clip: border-box;
    margin-top: 0;
  }

  .cruise-promo-2024-s-screen {
    justify-content: center;
  }

  .nye-2024 {
    -webkit-text-fill-color: inherit;
    background-image: url('../images/RHG-NYE-2025-banner-bkg.webp');
    background-size: cover;
    background-clip: border-box;
    margin-top: 0;
  }

  .nye-2024-link {
    justify-content: center;
  }

  .aus-day-2025 {
    -webkit-text-fill-color: inherit;
    background-image: url('../images/RHG-Australia-Day-Banner-Background-2025.webp');
    background-position: 100%;
    background-size: cover;
    background-clip: border-box;
    margin-top: 0;
  }

  .aus-image {
    max-width: 100%;
    max-height: 100%;
  }

  .aus-day-screen {
    justify-content: center;
  }

  .meat-raffles-25 {
    -webkit-text-fill-color: inherit;
    background-image: url('../images/RHG-Australia-Day-Banner-Background-2025.webp');
    background-position: 100%;
    background-size: cover;
    background-clip: border-box;
    margin-top: 0;
  }

  .meat-raffle-screen {
    justify-content: center;
  }

  .meat-raffle-image {
    max-width: 100%;
    max-height: 100%;
  }

  .image-63 {
    height: 270px;
  }

  .melbcup-25 {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    margin-top: 0;
  }

  .melbcup-link {
    justify-content: flex-start;
    align-items: center;
  }

  .melbcup-image {
    object-position: 50% 100%;
    width: 100%;
    max-width: 700px;
    margin-top: 7vh;
  }

  .melbcup-image-left {
    width: 40%;
  }

  .melbcup-image-right {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: 600px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .navigation-links {
    display: none;
  }

  .h1 {
    font-size: 48px;
    line-height: 54px;
  }

  .h1.cc-black {
    margin-bottom: 50px;
  }

  .container {
    max-width: 568px;
    display: block;
  }

  .container.cc-cta, .container.cc-footer {
    flex-wrap: wrap;
  }

  .features {
    padding-top: 60px;
  }

  .h2-container {
    width: 100%;
    margin-bottom: 60px;
  }

  .h2-container.cc-center {
    width: 100%;
  }

  .feature-item-container {
    height: auto;
  }

  .collection-list {
    flex-direction: column;
    margin: -10px 0;
  }

  .slider-section {
    margin-top: 150px;
  }

  .slider {
    height: 300px;
    margin-top: -150px;
  }

  .about {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .separator {
    display: none;
  }

  .premium {
    padding-top: 60px;
    padding-bottom: 90px;
  }

  ._2-row-image {
    max-width: 100%;
    margin-bottom: 60px;
    margin-right: 0;
    display: flex;
  }

  ._2-row-image.cc-row-spacing, ._2-row-text, ._2-row-text.cc-bottom {
    margin-right: 0;
  }

  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 0;
  }

  ._2-row-text.cc-row-reverse {
    margin-right: 0;
  }

  .row {
    flex-wrap: wrap;
    justify-content: center;
  }

  ._2-row-action-text {
    margin-top: 50px;
  }

  .cta {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .cta-column {
    justify-content: flex-start;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

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

  .footer-column {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer-column.cc-footer {
    width: 100%;
  }

  .collection-item {
    width: 100%;
    margin: 10px 0;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-item.cc-feature-row {
    flex: 1;
    width: 100%;
  }

  .nav-button {
    display: flex;
  }

  .nav-icon-piece, .nav-icon-piece.top {
    background-color: #fff;
  }

  .collection-list-wrapper.cc-feature-row {
    margin-bottom: -60px;
  }

  .header-inner {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .header-inner.cc-header-extra {
    padding-bottom: 180px;
  }

  .header-inner.blog {
    flex-direction: row;
    display: flex;
  }

  .header-inner-content {
    width: 100%;
  }

  .pub-favourites {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .pub-favourites.hot-dog.top-menu {
    display: none;
  }

  .premium-image-container {
    margin-bottom: 90px;
  }

  .about-intro {
    padding-top: 85px;
    padding-bottom: 45px;
  }

  .goals-container {
    flex-wrap: wrap;
    margin-top: -15px;
    margin-bottom: -25px;
  }

  .goals-container-inner {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .team-member {
    width: 50%;
  }

  .our-goals {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .blog-posts-item {
    width: 100%;
  }

  .header-color {
    height: 85%;
  }

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

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

  .contact-info-row {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .contact-info-text {
    width: 100%;
  }

  .nav-menu {
    background-color: var(--white);
  }

  .nav-menu:hover {
    background-color: var(--bg-grey);
  }

  .icon-2 {
    color: var(--black);
  }

  .icon-2:hover {
    color: var(--royal-red);
    border: 1px solid #0000;
  }

  .icon-2:active {
    color: var(--white);
    border: 1px solid #0000;
  }

  .section {
    height: 60vh;
  }

  .left-arrow-2, .slide-nav-2, .right-arrow-2 {
    display: none;
  }

  .button-3 {
    font-size: 13px;
    line-height: 10px;
  }

  .section-20.home {
    display: none;
  }

  .div-block-7.c1.tabarea {
    background-image: url('../images/tab-logo.jpg'), linear-gradient(#008544, #008544);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: auto, auto;
  }

  .paragraph-6.main {
    width: 45%;
  }

  .left-block {
    margin-bottom: 60px;
  }

  .hero-image {
    background-size: 500px;
    height: 400px;
  }

  .page-title.big {
    width: 80%;
    font-size: 38px;
    line-height: 48px;
  }

  .container-2 {
    height: auto;
  }

  .button-4 {
    text-align: center;
  }

  .hero-section {
    background-image: linear-gradient(#ffffff4d, #ffffff4d), url('../images/scott-webb-268893-unsplash.jpg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, 2080px;
    height: auto;
    padding-top: 6%;
  }

  .section-21 {
    display: none;
  }

  .aboutuseareas {
    flex-direction: row;
    justify-content: center;
  }

  .about-us-area {
    max-width: 760px;
    display: block;
  }

  .tcs.center.nrlslide {
    margin-top: -70px;
  }

  .mobile-menu {
    display: none;
  }

  .image-21 {
    margin-top: -35px;
  }

  .container-7 {
    margin-top: 21px;
    margin-bottom: 21px;
    padding: 17px 30px;
    display: block;
  }

  .div-block-15 {
    padding-bottom: 33px;
    display: block;
  }

  .image-22 {
    max-width: 100%;
    position: static;
  }

  .hero-heading-center, .hero-heading-left {
    padding: 60px 15px;
  }

  .menu-section-heading {
    font-size: 30px;
    line-height: 44px;
  }

  .menu-section-heading.subheading {
    margin-top: 16px;
  }

  .section-24 {
    width: 90vw;
  }

  .heading-3 {
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-4 {
    text-align: center;
    font-size: 15px;
    line-height: 21px;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .gallery-slider-2 {
    padding: 60px 15px;
  }

  .gallery-slide-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text-2 {
    line-height: 30px;
  }

  .gallery-slider-left-2 {
    left: -20px;
  }

  .gallery-slider-right-2 {
    right: -20px;
  }

  .slide-28 {
    background-size: cover;
  }

  .poolcomp23 {
    background-position: 47% 0;
  }

  .link-block-6 {
    background-image: none;
  }

  .image-38 {
    max-width: 70%;
  }

  .div-block-29 {
    flex-direction: column;
  }

  .html-embed-4 {
    padding: 10px;
  }

  .html-embed-5 {
    max-width: 90%;
  }

  .whiskey2, .image-41 {
    width: 70%;
  }

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

  .paragraph-11 {
    text-align: center;
    line-height: 7px;
  }

  .image-43 {
    width: 1700px;
    margin-top: 60px;
  }

  .image-45 {
    max-width: 100%;
    margin-top: 140px;
    margin-left: 0;
  }

  .tnc-banner-black {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .fd-image, .jd-image, ._6for6-image {
    margin-top: 40px;
  }

  .jag-image {
    max-height: 90%;
    margin-top: 40px;
  }

  .melbourne-cup-2024 {
    background-image: url('../images/RHG-Melbourne-Cup-2024-hero.webp'), linear-gradient(to bottom, null, null);
    background-size: 90%, auto;
  }

  .melb-cup-image {
    margin-top: 40px;
  }

  .cruise-promo-2024 {
    background-image: url('../images/RHG-Win-a-cruise-2024-web-banner-bkg_1.webp');
  }

  .nye-2024 {
    background-image: url('../images/RHG-NYE-2025-banner-bkg.webp');
  }

  .aus-image, .meat-raffle-image {
    margin-top: 40px;
  }

  .image-63 {
    height: 230px;
  }

  .melbcup-image {
    margin-top: 10vh;
  }
}

@media screen and (max-width: 479px) {
  .navigation-container {
    height: 60px;
  }

  .header {
    height: 100vh;
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .h1 {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 42px;
  }

  .h1.cc-black {
    margin-bottom: 17px;
  }

  .h1.cc-black.pub-favourites-title {
    margin-bottom: 27px;
    font-size: 30px;
  }

  .paragraph.cc-gray {
    margin-top: 10px;
    padding-right: 0;
    font-size: 12px;
  }

  .paragraph.cc-gray.menusubtitle {
    margin-top: 8px;
    margin-bottom: 33px;
  }

  .button.cc-banner.red {
    display: block;
  }

  .container {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 320px;
    margin-bottom: 64px;
    display: block;
  }

  .container.cc-center {
    flex-direction: column;
    align-self: flex-end;
  }

  .container.cc-cta {
    flex-flow: column;
    display: flex;
  }

  .container.midlle {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container.aboutssspage {
    margin-top: -24px;
  }

  .features {
    justify-content: flex-start;
    padding: 0;
  }

  .h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .h2.cc-center {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    line-height: 23px;
  }

  .h2.cc-center.aboutus2 {
    margin-bottom: -37px;
  }

  .h2.cc-white-text.black {
    max-width: 470px;
    display: block;
  }

  .h2-container.about-us {
    margin-top: 0;
    margin-right: 0;
    padding-left: 13px;
  }

  .text-span.cc-white-text.black {
    max-width: 470px;
    display: none;
  }

  .h3.cc-header.black {
    display: block;
  }

  .slider-section {
    margin-top: 75px;
  }

  .slider {
    height: 150px;
    margin-top: -75px;
  }

  .link {
    padding-top: 22px;
  }

  .separator {
    margin-top: 16px;
    margin-bottom: -12px;
    display: none;
  }

  ._2-row-image {
    align-items: flex-start;
    margin-bottom: 60px;
  }

  ._2-row-text {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  ._2-row-text.cc-bottom {
    margin-right: 0;
  }

  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 0;
  }

  .row.cc-bottom {
    margin-top: 60px;
  }

  .cta-line.cc-header.black, .cta-column {
    display: block;
  }

  .footer-column {
    flex-wrap: wrap;
  }

  .footer-links-list, .footer-social {
    width: 50%;
  }

  .header-inner {
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .header-inner.cc-header-extra {
    padding-bottom: 68px;
  }

  .inner-category {
    display: flex;
  }

  .premium-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .premium-banner-inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .pub-favourites {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pub-favourites.hot-dog {
    flex-flow: column;
    justify-content: center;
    display: none;
  }

  .pub-favourites.hot-dog.left {
    object-fit: fill;
    display: none;
  }

  .premium-image-banner {
    width: 100%;
    max-width: 320px;
    max-height: none;
    overflow: auto;
  }

  .premium-image-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 320px;
    margin-bottom: 60px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .premium-image-container.left-menu {
    flex-direction: row;
    width: 100%;
    max-width: none;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: relative;
  }

  .image-banner {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .facts {
    max-width: 479px;
    display: block;
  }

  .faq {
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .container-questions {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
  }

  .question-block {
    width: 100%;
    margin: 15px 0;
  }

  .container-facts-inner {
    width: 100%;
  }

  .about-intro {
    padding-top: 31px;
    padding-bottom: 0;
  }

  .team-member {
    width: 100%;
  }

  .our-goals {
    padding-top: 0;
    padding-bottom: 12px;
  }

  .blog-posts {
    margin-top: -90px;
    margin-bottom: 86px;
  }

  .header-color {
    height: 85%;
  }

  .contact-intro {
    padding-bottom: 80px;
  }

  .nav-menu {
    background-color: var(--royal-red);
  }

  .nav-menu:hover {
    background-color: var(--royal-red);
    color: #fff;
  }

  .nav-link {
    color: var(--white);
  }

  .nav-link:hover {
    color: var(--black);
  }

  .nav-link.w--current:hover {
    color: var(--white);
  }

  .icon-2 {
    color: var(--royal-red);
  }

  .icon-2:hover {
    color: var(--black);
  }

  .icon-2:active {
    color: var(--white);
  }

  .menu-button:active {
    background-color: var(--black);
  }

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

  .image-4 {
    max-width: 70%;
  }

  .slider-3 {
    height: auto;
  }

  .section {
    object-fit: fill;
    width: auto;
    max-width: 100vw;
    height: auto;
    max-height: 100vh;
    display: block;
    position: static;
    overflow: hidden;
  }

  .left-arrow-2 {
    display: none;
  }

  .slide-10 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .slide-10.pool-table {
    height: 100%;
    max-height: none;
    position: static;
    overflow: visible;
  }

  .slide-nav-2 {
    font-size: 8px;
  }

  .icon-3 {
    font-size: 23px;
  }

  .mask-2 {
    height: 90vw;
    max-height: none;
    position: relative;
  }

  .heading {
    font-size: 30px;
    line-height: 40px;
  }

  .paragraph-2 {
    font-size: 15px;
  }

  .paragraph-2.menu {
    margin-bottom: 4px;
    font-size: 13px;
  }

  .paragraph-2.white {
    font-size: 15px;
  }

  .menu-item {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 15px;
  }

  .members.labout {
    flex-direction: column;
    margin-bottom: 30px;
  }

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

  .image-5 {
    height: 100%;
  }

  .button-2.margin_top50 {
    font-size: 11px;
  }

  .div-block-5 {
    flex-wrap: wrap;
  }

  .flex-centred.red {
    margin-top: 3px;
  }

  .section-9 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .button-3.qr-page {
    color: #fff;
    text-align: center;
    background-color: #1d1d1d;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px;
    font-family: Montserrat, sans-serif;
    display: block;
  }

  .button-3.qr-page:hover {
    background-color: #ab2c29;
  }

  .paragraph-5, .paragraph-5.white {
    font-size: 15px;
  }

  .form-2 {
    width: 100%;
    max-width: 100%;
  }

  .text-field-3 {
    overflow: visible;
  }

  .image-7 {
    display: none;
  }

  .column-2.photocolumn, .column-3, .column-4, .column-5, .column-6, .column-7 {
    justify-content: center;
    display: flex;
  }

  .section-20.home {
    display: none;
  }

  .div-block-7.c1.tabarea {
    background-image: url('../images/tab-logo.jpg'), linear-gradient(#008544, #008544);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 200px, auto;
    background-attachment: scroll, scroll;
  }

  .div-block-9 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-10 {
    justify-content: flex-start;
  }

  .paragraph-6.main {
    width: 100%;
  }

  .hero-image-div {
    max-width: 470px;
    display: none;
  }

  .hero-div.small {
    flex-flow: column wrap;
    align-content: flex-end;
    max-width: 470px;
    margin-right: 0%;
    display: none;
  }

  .left-block.hero {
    max-width: 470px;
    display: none;
  }

  .hero-image {
    background-size: cover;
    max-width: 470px;
    height: 200px;
    margin-top: 14px;
    display: none;
  }

  .different-font {
    font-size: 48px;
    line-height: 58px;
  }

  .page-title {
    font-size: 30px;
    line-height: 40px;
  }

  .page-title.big {
    width: 100%;
  }

  .container-2 {
    max-width: 470px;
    height: auto;
    display: none;
  }

  .button-4 {
    margin-bottom: 10px;
  }

  .hero-section {
    background-image: url('../images/scott-webb-268893-unsplash.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding-top: 70px;
    padding-bottom: 30px;
  }

  .section-21 {
    max-width: 470px;
    display: none;
  }

  .image-16 {
    display: none;
  }

  .about-us-area {
    flex-direction: column;
    max-width: 470px;
  }

  .image-17 {
    max-width: 100%;
  }

  .tcs.center.nrlslide {
    margin-top: -50px;
    margin-bottom: 3px;
    padding: 2px;
    font-size: 4px;
    line-height: 4px;
  }

  .tcs.centred {
    font-size: 7px;
    line-height: 7px;
  }

  .image-18 {
    max-width: 70%;
  }

  .image-19 {
    max-width: 10%;
  }

  .mobile-menu {
    margin-top: 62px;
    margin-bottom: 62px;
    padding-left: 17px;
    padding-right: 17px;
    display: none;
  }

  .container-4, .container-5 {
    display: none;
  }

  .div-block-14 {
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .image-22 {
    max-width: 100%;
    max-height: none;
    margin-right: 0;
    padding-right: 0;
    display: inline-block;
    position: relative;
  }

  .section-23 {
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .html-embed-2 {
    display: block;
  }

  .html-embed-3 {
    display: none;
  }

  .div-block-17 {
    max-width: none;
    max-height: none;
  }

  .slide-16 {
    background-size: cover;
  }

  .container-8 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .menu-section-heading.subheading {
    margin-top: 22px;
  }

  .heading-3 {
    font-size: 16px;
  }

  .column-10.centred {
    align-items: flex-start;
  }

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

  .container-9 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .container-10 {
    max-width: none;
  }

  .gallery-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper-2 {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left-2 {
    left: -20px;
  }

  .gallery-slider-right-2 {
    right: -20px;
  }

  .slide-28 {
    background-size: cover;
  }

  .image-37 {
    margin-top: 109px;
  }

  .link-block-5 {
    justify-content: center;
    margin-top: 0;
  }

  .image-38 {
    max-width: 70%;
    padding: 40px;
  }

  .html-embed-5 {
    max-width: 85%;
  }

  .image-39 {
    margin-top: 40px;
  }

  .whiskey2 {
    width: 90%;
    padding: 30px;
  }

  .image-40 {
    border-radius: 10px;
  }

  .image-41 {
    width: 100%;
    max-width: 50%;
    margin-bottom: 0;
    padding: 20px 20px 0;
  }

  .paragraph-10 {
    margin-top: auto;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    line-height: 21px;
  }

  .paragraph-11 {
    font-size: 5px;
    line-height: 6px;
  }

  .link-block-8 {
    margin-top: 0;
  }

  .link-3 {
    display: none;
  }

  .link-block-9 {
    background-image: none;
  }

  .div-block-34 {
    padding-top: 40px;
  }

  .image-43 {
    width: 500px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-45 {
    align-self: center;
    max-width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .tnc-banner-black {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .fd-2024, .fd-2024-s-screen {
    margin-top: 0;
  }

  .fd-image {
    max-width: 90%;
    max-height: 90%;
    margin-top: 10px;
  }

  .image-51 {
    margin-bottom: -29px;
    padding: 7px 41px 32px 34px;
  }

  .image-52 {
    max-height: 144.51px;
    margin-top: -52px;
    margin-bottom: -2px;
    padding: 17px 75px 0 79px;
    position: static;
  }

  .image-56 {
    width: 54%;
  }

  .version-text.cc-white-text.black {
    max-width: 470px;
    display: none;
  }

  .win-with-jack-2024, .win-with-jack-s-screen {
    margin-top: 0;
  }

  .jd-image {
    max-width: 90%;
    max-height: 90%;
    margin-top: 10px;
  }

  ._6for6-2024, ._6for6-s-screen {
    margin-top: 0;
  }

  ._6for6-image {
    margin-top: 10px;
  }

  .jag-image {
    max-width: 90%;
    max-height: 90%;
    margin-top: 10px;
  }

  .jag-the-joker-screen, .jag-the-joker-2024, .melbourne-cup-2024, .melbournecup-screen-copy {
    margin-top: 0;
  }

  .melb-cup-image {
    max-width: 90%;
    max-height: 90%;
    margin-top: 10px;
  }

  .button-5:hover {
    box-shadow: 0 17px 20px -7px #0000004d;
  }

  .cruise-promo-2024 {
    background-image: url('../images/RHG-Win-a-cruise-2024-web-banner-bkg_1.webp');
    margin-top: 0;
  }

  .cruise-promo-2024-s-screen {
    margin-top: 0;
  }

  .nye-2024 {
    background-image: url('../images/RHG-NYE-2025-banner-bkg.webp');
    margin-top: 0;
  }

  .nye-2024-link, .aus-day-2025 {
    margin-top: 0;
  }

  .aus-image {
    max-width: 90%;
    max-height: 90%;
    margin-top: 10px;
  }

  .aus-day-screen, .meat-raffles-25, .meat-raffle-screen {
    margin-top: 0;
  }

  .meat-raffle-image {
    max-width: 90%;
    max-height: 90%;
    margin-top: 10px;
  }

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

  .melbcup-25, .melbcup-link {
    margin-top: 0;
  }

  .melbcup-image {
    max-width: 430px;
    margin-top: 10px;
  }
}

#w-node-_2b3dac65-5662-8e90-6402-0e9c418747be-558df25f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b3dac65-5662-8e90-6402-0e9c418747c3-558df25f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_2b3dac65-5662-8e90-6402-0e9c418747be-558df25f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2b3dac65-5662-8e90-6402-0e9c418747be-558df25f, #w-node-_2b3dac65-5662-8e90-6402-0e9c418747c3-558df25f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


