/* 
All new "page" flexible content css will be added here 
*/
/*.cpt-wrapper-whatson .cpt-slide-content figure img {
  aspect-ratio: 16/11;
}*/
.cpt-wrapper-whatson .cpt-slide-content h3 {
  font-size: 30px;
}

.image-text-combined {
}
.image-text-combined .img {
  width: 60%;
}
.image-text-combined .img img {
  width: 100%;
  max-width: 100%;
  border-radius: 12px 0 0 12px;
  aspect-ratio: 16 / 5;
  object-fit: cover;
}
.image-text-combined .text {
  width: 40%;
  padding: 60px 30px;
}

.pum-container.pum-responsive.pum-responsive-medium {
  width: 35% !important;
  margin: 0 auto !important;
  left: 50% !important;
  transform: translate(-50%, 0);
}

.cpt-wrapper-cards {
}
.cpt-wrapper-cards .cpt-card {
}

.bottle-images,
.bottle-images > div {
  height: 100%;
}

.shack-logo {
  display: block;
  margin: 0 auto 60px;
  width: 300px;
  border-radius: 0 !important;
}

.page-text-image h1 {
  font-family: "affic_mono";
  font-size: 50px;
}
.full-image {
  height: 500px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.room-image-gallery .slick-arrow {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%) rotate(180deg);
  z-index: 5;
  background: var(--wpr-bg-bf9437b3-409c-4555-87cb-5d30f3eeb9ef)
    no-repeat center / contain;
  border: none;
  font-size: 0;
  height: 60px;
  width: 28px;
  filter: brightness(0) invert(1);
}
.room-image-gallery .slick-arrow.slick-next {
  right: 20px;
  left: unset;
  transform: translate(0, -50%) rotate(0);
}

.page-text-border-form h4 {
  text-align: right;
  font-size: 46px;
}

.page-whats-on-cards .cpt-slide-content {
  height: 100%;
}
.page-column-rows .column-content img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.multiple-image {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  height: 100%;
}
.multiple-image img {
  height: 100%;
}

/* fanzo */

.fanzo-listing {
}
.fanzo-listing > div.fanzo-item {
}
.fanzo-listing > div.fanzo-item .game-card {
  border-top: 1px solid var(--black);
  padding: 40px 0;
}
.fanzo-listing h5 {
  font-size: 17px;
}
.fanzo-listing p {
  font-size: 17px;
}
.fanzo-listing small {
}
.fanzo-listing a {
}
.fanzo-listing img {
  width: 40px;
}
.fanzo-listing img.sport-icon {
  width: 24px;
}
.fanzo-listing label {
  font-size: 30px;
  border-bottom: 3px solid var(--yellow);
  margin-bottom: 20px;
  width: 100%;
}
