@import "theme_colors_and_fonts.css";
/* ............................... */
/* ~~~ SCSS VARIABLES ~~~ */
/* ............................... */
/* + + + + + style + + + + + */
/* + + + + + spacing + + + + + */
:root {
  --max-width: $maxwidth;
}
/* ............................... */
/* ~~~ MIXINS ~~~ */
/* ............................... */
/* ............................... */
/* ~~~ TYPOGRAPHY ~~~ */
/* ............................... */
h1, h1.is-style-default {
  font-family: "larken", sans-serif;
  font-weight: 700;
  font-size: clamp(3rem, 4vw, 6rem);
  line-height: 1.1em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
h2, h2.is-style-default {
  font-family: "larken", sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.1em;
  letter-spacing: 0.40625rem;
  margin-bottom: 0;
  text-transform: uppercase;
}
h3, h3.is-style-default {
  font-family: "larken", sans-serif;
  font-weight: 700;
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  letter-spacing: 0.3rem;
  line-height: 1.1em;
  text-transform: uppercase;
}
h4, h4.is-style-default {
  font-family: "larken", sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 4vw, 2rem);
  line-height: 1.1em;
  text-transform: uppercase;
}
body {
  font-family: "canada-type-gibson", sans-serif;
  font-size: 1.15rem;
  font-weight: 300;
}
p {
  text-wrap: pretty;
  margin-top: 0.25em;
  margin-bottom: 0.75em;
}
ul:not(.menu):not(.sub-menu), ol {
  margin: 0;
  padding-left: 1.5rem;
}
ul:not(.menu):not(.sub-menu) li, ol li {
  padding-top: 1em;
}
ul:not(.menu):not(.sub-menu) li::marker, ol li::marker {
  font-size: 0.9em;
  line-height: 1.2em;
}
p {
  margin-block-start: 0.5em;
  line-height: 1.5em;
}
p > a, strong > a {
  color: inherit;
  background-image: var(--wp--preset--gradient--gold-gradient);
  background-repeat: no-repeat;
  background-size: 0 3px;
  background-position: 0 100%;
  transition: all 0.3s ease;
  text-decoration: underline;
  text-decoration-color: var(--light-gold);
  text-underline-offset: 2px;
}
p > a:hover, strong > a:hover {
  background-size: 100% 3px;
  text-decoration-color: transparent;
}
.wp-block-getwid-template-post-title > a, .wp-block-heading > a {
  color: inherit;
  background-image: var(--wp--preset--gradient--gold-gradient);
  background-repeat: no-repeat;
  background-size: 0 3px;
  background-position: 0 100%;
  text-decoration: none;
  transition: all 0.3s ease;
}
.wp-block-getwid-template-post-title > a:hover, .wp-block-heading > a:hover {
  background-size: 100% 3px;
  text-decoration-color: transparent;
}
/* ............................... */
/* ~~~ GLOBAL ~~~ */
/* ............................... */
figure {
  margin: 0;
}
.post-thumbnail img {
  width: 100%;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ HEADING ~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.is-style-standard-heading {
  font-family: "larken", sans-serif;
  letter-spacing: 0px !important;
  line-height: 1.1em;
  text-transform: none !important;
}
/* --> SUBHEADING <---------- */
.wp-block-heading.is-style-subheading {
  font-family: "larken", sans-serif;
  font-size: clamp(1rem, 1.7vw, 2rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: unset;
  line-height: 1.1em;
  margin-block-start: 2em;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ BEST BADGE ~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.floating-badge {
  position: absolute;
  top: 42vw;
  left: var(--wp--preset--spacing--md);
  width: var(--wp--preset--spacing--xl);
}
/* ............................... */
/* ~~~ BLOCK STYLES ~~~ */
/* ............................... */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ COLUMN ~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* --> Gold Divider <---------- */
.is-style-gold-divider-col {
  position: relative;
}
.is-style-gold-divider-col::before {
  content: "";
  height: 100%;
  width: 2px;
  background-color: var(--gold);
  background: linear-gradient(180deg, #986F2C 0%, #A27A38 7.54%, #BD9958 21.36%, #E8CA8B 40.21%, #F6DA9C 45.24%, #FFF4BF 65.35%, #F5DA97 85.45%, #E8CB88 92.99%, #C7A662 108.07%, #98712D 125.67%);
  position: absolute;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ GROUP ~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* --> Pull Up <---------- */
.is-style-pull-up {
  margin: 0;
  margin-top: clamp(-15rem, -13vw, -8rem) !important;
  padding: 0;
  position: relative;
  z-index: 1;
}
/* --> GILDED BOTTOM AKA GOLD BOTTOM BORDER <---------- */
.is-style-gilded-bottom {
  border: 10px solid var(--gold);
  border-image: var(--wp--preset--gradient--gold-gradient) 1;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  color: var(--purple);
  padding: var(--wp--preset--spacing--md);
}
/* --> FULL GOLD BORDER <---------- */
.is-style-gilded-border {
  border: 2px solid var(--gold);
  border-image: var(--wp--preset--gradient--gold-gradient) 1;
  padding: var(--wp--preset--spacing--md);
}
/* --> Circle Background <---------- */
.is-style-circle-background {
  padding: var(--wp--preset--spacing--md);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.is-style-circle-background::before {
  content: "";
  height: 8rem;
  width: 8rem;
  border-radius: 100%;
  background-color: var(--gold);
  display: block;
  position: absolute;
  z-index: 0;
}
.is-style-circle-background p {
  position: inherit;
}
/* --> DARK GOLD DIVIDER <---------- */
.is-style-dark-gold-divider {
  position: relative;
}
.is-style-dark-gold-divider::before {
  content: "";
  height: 100%;
  width: 2px;
  background-color: var(--dark-gold);
  position: absolute;
}
.is-style-dark-gold-divider p {
  padding-left: 24px !important;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ MEDIA & TEXT ~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.wp-block-media-text:not(.alignfull) {
  gap: var(--wp--preset--spacing--md);
}
/* --> ALIGN FULL <---------- */
/* + + + + + Media on Left + + + + + */
.wp-block-media-text.alignfull > .wp-block-media-text__content {
  margin-right: var(--wp--preset--spacing--xl);
  margin-left: calc(var(--wp--preset--spacing--md) * 2);
  padding: var(--wp--preset--spacing--lg) 0;
}
.wp-block-media-text:not(.alignfull) > .wp-block-media-text__content {
  padding-right: 0;
}
/* + + + + + Media on Right + + + + + */
.wp-block-media-text.alignfull.has-media-on-the-right > .wp-block-media-text__content {
  margin-left: var(--wp--preset--spacing--xl);
  margin-right: calc(var(--wp--preset--spacing--md) * 2);
  padding: var(--wp--preset--spacing--lg) 0;
}
.wp-block-media-text:not(.alignfull).has-media-on-the-right > .wp-block-media-text__content {
  padding-left: 0;
}
/* --> INFO/SUB SECTION <---------- */
.wp-block-media-text.is-style-sub-section .wp-block-heading {
  max-width: 30vw;
}
.wp-block-media-text.is-style-sub-section.has-media-on-the-right .wp-block-heading {
  margin-left: 0 !important;
}
.wp-block-media-text.is-style-sub-section .wp-block-media-text__media {
  min-height: 45vw;
}
/* --> BINGO GAME <---------- */
.wp-block-media-text.is-style-bingo-game {
  grid-template-columns: 100px 1fr !important;
  gap: 1.5rem !important;
}
.wp-block-media-text.is-style-bingo-game .wp-block-media-text__media {
  width: 100px;
}
.wp-block-media-text.is-style-bingo-game .wp-block-media-text__content {
  padding: 0;
}
/* ............................... */
/* ~~~~~~~~~~~ COVER ~~~~~~~~~~~~~~*/
/* ............................... */
/* --> Winning Badge <---------- */
.is-style-has-winning-badge {
  aspect-ratio: 2.3244552058;
  position: relative;
}
.is-style-has-winning-badge::after, .block-editor-block-list__layout .block-editor-block-list__block.is-style-has-badge:not([contenteditable=true]):focus:after {
  display: block;
  content: "Best Local Casino 2025. 22 Years of Winning";
  color: transparent;
  user-select: none;
  font-size: 0.1px;
  position: absolute;
  outline: none !important;
  bottom: 10% !important;
  left: 2rem !important;
  right: auto !important;
  top: auto !important;
  width: 10rem;
  max-width: 12.5%;
  min-width: 120px;
  aspect-ratio: 1;
  max-height: 10rem;
  background-image: url("assets/images/Winning_Badge.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 2;
}
/* ~~~~~~~~~~~ PARAGRAPH ~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* --> Larken <---------- */
.is-style-larken {
  font-family: "larken", sans-serif;
}
/* --> SUBHEADING <---------- */
.is-style-subheading {
  font-family: "larken", sans-serif;
  font-size: clamp(1rem, 4vw, 1.4rem);
  font-weight: 700;
  text-transform: uppercase;
}
/* --> Circle Background Text <---------- */
p.is-style-circle-background-text {
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  height: 100%;
  font-family: "larken", sans-serif;
  font-size: 1.3em;
  line-height: 1em;
  padding: 1.2rem;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ SEPARATOR ~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* --> WIDE <---------- */
.wp-block-separator.is-style-wide {
  border: none !important;
  margin: 1rem 0;
  height: 0.1875rem;
}
/* --> THIN <---------- */
.wp-block-separator.is-style-thin:not(.aligncenter) {
  border: none !important;
  max-width: 10rem;
  width: 100%;
  height: 0.1875rem;
  margin: 1.5rem 0;
}
.wp-block-separator.is-style-thin.aligncenter {
  border: none !important;
  max-width: 10rem;
  width: 100%;
  height: 0.1875rem;
  margin: 1.5rem auto;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ BUTTON ~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* --> BASE BUTTON <---------- */
.wp-block-button .wp-block-button__link, .wp-block-button.is-style-fill .wp-block-button__link {
  border-radius: 0;
  border: 2px solid;
  height: fit-content;
  text-align: center;
  font-family: "larken", sans-serif;
  font-size: var(--wp--preset--font-size--sm);
  font-weight: 600;
  line-height: 1.2em;
  padding: 0.625rem 1.5rem;
  text-transform: uppercase;
  border-color: var(--gold);
}
.wp-block-button.is-style-no-fill .wp-block-button__link {
  background-color: transparent !important;
  background: transparent !important;
  border: none !important;
  display: block;
  font-size: clamp(1.2rem, 1.2vw, 1.5vw) !important;
  font-weight: 500;
  line-height: 1.2em;
  padding: 0;
  text-align: left;
  text-transform: capitalize;
  text-wrap: balance;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 3px;
  text-underline-offset: 2px;
  transition: text-decoration-color 300ms ease;
}
/* --> GOLD FILL <---------- */
.wp-block-button.is-style-gold-fill .wp-block-button__link {
  border-radius: 0;
  border: 2px solid;
  height: fit-content;
  text-align: center;
  font-family: "larken", sans-serif;
  font-size: var(--wp--preset--font-size--sm);
  font-weight: 600;
  line-height: 1.2em;
  padding: 0.625rem 1.5rem;
  text-transform: uppercase;
  background: var(--wp--preset--gradient--gold-gradient);
  background-color: var(--gold);
  border: none;
  border-color: transparent;
  color: var(--purple);
}
/* --> GOLD BORDER <---------- */
.wp-block-button.is-style-gold-border .wp-block-button__link {
  background-color: transparent;
  border-image: var(--wp--preset--gradient--gold-gradient) 1;
  color: var(--purple);
  padding: 0.3rem 1.5rem;
}
/* --> OUTLINE <---------- */
.is-style-outline .wp-block-button__link {
  border-radius: 0;
  border: 2px solid;
  height: fit-content;
  text-align: center;
  font-family: "larken", sans-serif;
  font-size: var(--wp--preset--font-size--sm);
  font-weight: 600;
  line-height: 1.2em;
  padding: 0.625rem 1.5rem;
  text-transform: uppercase;
  border-color: var(--gold);
  padding: 0.4rem 1.5rem;
}
/* --> FILE <---------- */
.wp-block-file .wp-block-file__button.wp-element-button {
  border-radius: 0;
  border: 2px solid;
  height: fit-content;
  text-align: center;
  font-family: "larken", sans-serif;
  font-size: var(--wp--preset--font-size--sm);
  font-weight: 600;
  line-height: 1.2em;
  padding: 0.625rem 1.5rem;
  text-transform: uppercase;
  color: var(--purple);
  border-color: var(--gold);
  background-color: transparent;
}
.wp-block-file a {
  color: var(--purple);
  font-size: var(--wp--preset--font-size--sm);
  font-weight: 600;
  text-decoration: none;
}
/* .................................................. */
/* ~~~ LIVE WEATHER CAM ~~~ */
/* .................................................. */
.SV360mediaplayer-dimensions {
  width: 640px;
  height: 360px;
}
/* ............................... */
/* ~~~ PATTERNS ~~~ */
/* ............................... */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ BENEFIT ROW ~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.benefit-row > .wp-block-group {
  display: flex;
  align-items: center;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ REWARDS BANNER ~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.club-banner {
  z-index: 3;
  bottom: 0;
  border-top: 1px solid transparent;
  margin-top: 0;
  margin-bottom: 0;
  position: fixed;
  width: 100%;
}
.club-banner h2 {
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .club-banner .wp-block-button__link {
    font-size: var(--wp--preset--font-size--sm);
  }
}
/* ............................... */
/* ~~~ CUSTOM ACF BLOCKS ~~~ */
/* ............................... */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ BINGO WRAPPER ~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.bingo-games-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--wp--preset--spacing--md);
}
.bingo-games-grid .bingo_game {
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: start;
  gap: var(--wp--preset--spacing--sm);
}
.bingo-games-grid .bingo_game .wp-block-group {
  width: auto;
}
.bingo-games-grid .bingo_game .wp-block-media-text__media {
  width: auto;
}
.bingo-games-grid .bingo_game .wp-block-media-text__content {
  width: auto;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ ACF EDITOR ~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* --> Rich Text Fields - Adjust height in editor <---------- */
.acf-editor-wrap iframe {
  min-height: 100px !important;
  height: 100px !important;
}
/* --> SHOW/HIDE SECTION STYLING <---------- */
.acf-field-button-group[data-name="show_subheading"], .acf-field-button-group[data-name="show_body"], .styled-toggle {
  display: flex;
  gap: 1rem;
  align-items: baseline;
  justify-content: space-between;
  background-color: #eaecf0;
}
.acf-field-button-group[data-name="show_subheading"] .acf-label, .acf-field-button-group[data-name="show_body"] .acf-label, .styled-toggle .acf-label {
  margin-bottom: 0;
}
.acf-field-button-group[data-name="show_subheading"] .acf-label label, .acf-field-button-group[data-name="show_body"] .acf-label label, .styled-toggle .acf-label label {
  font-weight: 700;
}
.acf-field-button-group[data-name="show_subheading"] .acf-button-group label, .acf-field-button-group[data-name="show_body"] .acf-button-group label, .styled-toggle .acf-button-group label {
  padding: 2px 6px;
}
.acf-field-button-group[data-name="show_subheading"] .acf-button-group label.selected, .acf-field-button-group[data-name="show_body"] .acf-button-group label.selected, .styled-toggle .acf-button-group label.selected {
  border-color: #64677e;
  background: #64677e;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ FLEXIBLE FEATURE ~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.flexible-feature {
  /* --> Structure <---------- */
  /* --> Styling <---------- */
}
.flexible-feature .flexible-feature_inner {
  display: flex;
  align-items: start;
  gap: var(--wp--preset--spacing--md);
  padding: var(--wp--preset--spacing--sm);
}
.flexible-feature .feature_heading {
  font-size: 1.5rem;
  font-weight: 900;
}
.flexible-feature .feature_caption {
  font-size: 1.2rem;
}
.flexible-feature .feature_button {
  max-width: 20rem;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ CALLOUT CARD ~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.callout_card {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
  justify-items: stretch;
}
.callout_card.aligncenter hr {
  margin: auto;
}
.callout_card.alignleft hr {
  margin-left: 0;
}
.callout_card.alignright hr {
  margin-right: 0;
}
.callout_card img {
  aspect-ratio: 1.5;
  display: block;
  object-fit: cover;
  margin: 0;
}
.callout_card .callout_main_wrapper {
  padding: var(--wp--preset--spacing--md);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.callout_card.bg-purple .callout_main_wrapper {
  background-color: var(--purple);
  color: var(--white);
}
.callout_card.bg-white .callout_main_wrapper {
  background-color: var(--white);
  color: var(--purple);
}
.callout_card.bg-cream .callout_main_wrapper {
  background-color: var(--cream);
  color: var(--purple);
}
.callout_card .callout_heading {
  margin: 0;
  font-size: var(--wp--preset--font-size--xl);
  letter-spacing: 0.1em;
  line-height: 1.1em;
}
.callout_card .callout_subheading p {
  font-family: "larken", sans-serif;
  font-size: clamp(1rem, 4vw, 1.4rem);
  font-weight: 700;
  text-transform: uppercase;
}
.callout_card .callout_body p strong {
  font-size: 1.1em;
  font-weight: 700;
}
.callout_card .callout_button-wrapper {
  width: fit-content;
  margin-bottom: -1.1rem;
  padding: 0 var(--wp--preset--spacing--md);
}
.callout_card .callout_button-wrapper.align-center {
  margin: auto auto -1.1rem auto;
}
.callout_card .callout_button-wrapper.align-left {
  margin: auto auto -1.1rem 0;
}
.callout_card .callout_button-wrapper.align-right {
  margin: auto 0 -1.1rem auto;
}
.wp-block-column.is-vertically-aligned-stretch .callout_card {
  height: 100%;
}
/* --> Gold Border <---------- */
.callout_card.is-style-gold-border img {
  border: 2px solid var(--cream);
  border-image: var(--wp--preset--gradient--gold-gradient) 1;
}
/* --> Alignment <---------- */
.callout_card.aligncenter .callout_main_wrapper {
  align-items: center;
  text-align: center;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ SMALL CARD ~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.small_card {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
  justify-items: stretch;
}
.small_card img {
  display: block;
  margin: 0;
  aspect-ratio: 1.4985250737;
  object-fit: cover;
}
.small_card h3, .small_card p {
  text-align: center;
}
.small_card hr.wp-block-separator.is-style-thin {
  margin: 1rem !important;
}
.small_card .card_main_wrapper {
  background-color: var(--purple);
  color: var(--white);
  padding: var(--wp--preset--spacing--md);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.small_card .card_heading {
  font-size: 2em;
  font-weight: 700;
  letter-spacing: 0.3rem;
  margin: 0;
}
.small_card .card_subheading p {
  font-family: "larken", sans-serif;
  font-size: clamp(1rem, 4vw, 1.4rem);
  font-weight: 700;
  text-transform: uppercase;
}
.small_card .card_subtext {
  text-transform: uppercase;
  margin-bottom: 1em;
}
.small_card .card_button-wrapper {
  width: fit-content;
  margin: auto;
  margin-top: -2rem;
}
/* .................................................. */
/* ~~~ CONTACT FORMS ~~~ */
/* .................................................. */
.gform_wrapper .gform-body.gform_body fieldset legend, .gform_wrapper .gform-body.gform_body label {
  font-family: "larken", sans-serif;
  font-size: var(--wp--preset--font-size--md) !important;
}
.gform_wrapper .gform-body.gform_body .gfield_required {
  color: var(--cream);
  font-size: var(--wp--preset--font-size--sm) !important;
}
.gform_wrapper .gform-footer.gform_footer input[type="submit"] {
  border: 2px solid !important;
  height: fit-content !important;
  text-align: center !important;
  font-family: "larken", sans-serif !important;
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  line-height: 1.2em !important;
  padding: 0.625rem 1.5rem !important;
  text-transform: uppercase !important;
  background: var(--wp--preset--gradient--gold-gradient) !important;
  background-color: var(--gold) !important;
  color: var(--purple) !important;
}
/* ............................... */
/* ~~~ GETWID TEMPLATES ~~~ */
/* ............................... */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ EVENT PROMOS ~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.event-promo_heading {
  margin-block-start: 0 !important;
}
.event-promo_heading a {
  text-decoration: none;
}
.event-promo_content {
  margin-block-start: 0;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ CURRENT PROMOTIONS GETWID TEMPLATE ~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.promotion .entry-header {
  padding-top: var(--wp--preset--spacing--lg);
  padding-bottom: 0;
}
.promotion .entry-content {
  max-width: none;
  margin: 0;
  padding: 0;
  padding-bottom: var(--wp--preset--spacing--lg);
}
.promotion .entry-content h1:not(.has-text-align-left), .promotion .entry-content h2:not(.has-text-align-left), .promotion .entry-content h3:not(.has-text-align-left), .promotion .entry-content h4:not(.has-text-align-left), .promotion .entry-content h5:not(.has-text-align-left), .promotion .entry-content h6:not(.has-text-align-left), .promotion .entry-content p:not(.has-text-align-left), .promotion .entry-content img:not(.has-text-align-left) {
  text-align: center;
}
.current-promotion {
  border: 1px solid var(--gold);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.current-promotion .wp-block-getwid-template-post-featured-background-image__content {
  display: none;
}
.current-promotion .wp-block-getwid-template-post-featured-background-image__foreground {
  background-color: var(--purple);
  opacity: 0;
}
.current-promotion h3 {
  font-size: var(--wp--preset--font-size--sm);
  font-family: "larken", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: unset;
  line-height: 1.3em;
}
.current-promotion h3 a {
  text-decoration: none;
}
.current-promotion:hover .wp-block-getwid-template-post-featured-background-image__content {
  display: block;
}
.current-promotion:hover .wp-block-getwid-template-post-featured-background-image__foreground {
  opacity: 0.8;
}
.current-promotion .wp-block-post-terms a {
  color: var(--light-gold);
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}
.current-promotion .event-date {
  color: var(--white);
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 600;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ LOCAL ATTRACTIONS GETWID TEMPLATE ~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.wp-block-getwid-custom-post-type.custom-post-type-attraction.has-layout-grid .attraction-category_wrapper {
  width: fit-content;
  padding: 0.25rem var(--wp--preset--spacing--xs);
  margin-top: -1.5rem;
  margin-left: 1.5rem;
}
.wp-block-getwid-custom-post-type.custom-post-type-attraction.has-layout-grid .attraction-category_wrapper .taxonomy-attraction-category a {
  color: var(--purple);
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1125rem;
  text-decoration: none;
  text-transform: uppercase;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ RECENT WINNERS ~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.recent-winner_image {
  margin-bottom: 1rem !important;
}
.recent-winner_image img {
  aspect-ratio: 1.5;
  object-fit: cover;
  width: 100%;
}
.recent-winner_title {
  font-size: var(--wp--preset--font-size--lg);
  letter-spacing: normal;
  margin-block: 0 !important;
}
.recent-winner_title a {
  color: var(--purple);
  text-decoration: none;
  margin: 0;
}
.recent-winner_content p {
  color: var(--purple);
  font-size: var(--wp--preset--font-size--sm);
  font-weight: 500;
  letter-spacing: 0.1375rem;
  text-transform: uppercase;
}
.recent-winner_prize {
  font-family: "larken", sans-serif;
  font-size: var(--wp--preset--font-size--md);
  font-weight: 500;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ RECENT FEATURED WINNER ~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.recent-feature_title {
  font-size: var(--wp--preset--font-size--xxl);
  letter-spacing: normal;
  margin-block: 0 !important;
}
.recent-feature_title a {
  color: var(--purple);
  text-decoration: none;
  margin: 0;
}
.recent-feature_excerpt {
  margin: 0;
}
.recent-feature_excerpt p {
  color: var(--purple);
  font-size: var(--wp--preset--font-size--sm);
  font-weight: 500;
  letter-spacing: 0.1375rem;
  margin: 0;
  text-transform: uppercase;
}
.recent-feature_prize {
  font-family: "larken", sans-serif;
  font-size: var(--wp--preset--font-size--xl);
  font-weight: 500;
  margin-top: 1rem;
}
.recent-feature_btn a {
  background-image: var(--wp--preset--gradient--gold-gradient);
}
/* .................................................. */
/* ~~~ PAGE CUSTOMIZATIONS ~~~ */
/* .................................................. */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ EVENT CALENDAR ~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.fc-header-toolbar .fc-toolbar-title {
  color: var(--purple) !important;
}
.fc-header-toolbar .fc-toolbar-chunk button {
  background-color: transparent !important;
  border-radius: 0;
  border: 1px solid var(--gold) !important;
  color: var(--purple) !important;
  font-family: "larken", sans-serif !important;
  transition: all 300ms ease;
}
.fc-header-toolbar .fc-toolbar-chunk button:hover {
  background-color: var(--gold) !important;
  color: var(--cream) !important;
}
.fc-daygrid-dot-event .fc-event-title, .fc-event-title {
  font-weight: 700;
}
.fc-event-time {
  font-weight: 300 !important;
}
.fc-daygrid-block-event .fc-event-main {
  padding-left: 8px;
}
.fc-theme-standard th, td[role="presentation"] {
  border: none !important;
}
.fc-theme-standard td {
  border: 1px solid var(--purple);
}
.fc-daygrid-dot-event:hover {
  background: var(--light-gold-fade);
}
.fc-view table {
  border: none !important;
}
.fc-view .fc-col-header th {
  border: none;
  padding-bottom: var(--wp--preset--spacing--xxs);
}
.fc-view .fc-col-header th a {
  font-weight: 500;
  letter-spacing: 0.15rem;
}
.fc-view .fc-daygrid-day-top {
  flex-direction: row;
}
.fc-event-details-popup-content {
  color: var(--purple);
}
.fc-event-details-popup-content a {
  background-color: transparent !important;
  background: transparent !important;
  border: none !important;
  display: block;
  font-size: clamp(1.2rem, 1.2vw, 1.5vw) !important;
  font-weight: 500;
  line-height: 1.2em;
  padding: 0;
  text-align: left;
  text-transform: capitalize;
  text-wrap: balance;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 3px;
  text-underline-offset: 2px;
  transition: text-decoration-color 300ms ease;
  color: var(--purple);
  margin-top: var(--wp--preset--spacing--sm);
}
.fc-list {
  border: 1px solid var(--purple) !important;
}
.fc-list-table .fc-list-day-cushion {
  background-color: var(--cream);
}
.fc-list-table th, .fc-list-table td, .fc-list-table a {
  color: var(--purple) !important;
  text-decoration: none;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ SINGLE DINING TEMPLATE ~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.single-dining h2 {
  margin-top: var(--wp--preset--spacing--lg);
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ SINGLE GAMING TEMPLATE ~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.gaming {
  background: var(--tan-20, rgba(222, 213, 206, 0.2));
}
.gaming .entry-header {
  padding-top: var(--wp--preset--spacing--lg);
  padding-bottom: 0;
}
.gaming .entry-content {
  padding-bottom: var(--wp--preset--spacing--lg);
}
.gaming .post-thumbnail img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
  object-position: center;
}
.gaming .gaming-category {
  text-align: center;
}
.gaming h1.entry-title {
  margin: 0;
  text-align: center;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ SINGLE SHOWS TEMPLATE ~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.entertainment {
  background: var(--tan-20, rgba(222, 213, 206, 0.2));
}
.entertainment .entry-header {
  padding-top: var(--wp--preset--spacing--lg);
  padding-bottom: 0;
}
.entertainment .entry-content {
  padding-bottom: var(--wp--preset--spacing--lg);
  text-align: center;
}
.entertainment .post-thumbnail img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
  object-position: center;
}
.entertainment .gaming-category {
  text-align: center;
}
.entertainment h1.entry-title {
  margin: 0;
  text-align: center;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ CONCERTS ~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.concerts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(calc((var(--wp--style--global--content-size) / 3) - var(--wp--preset--spacing--lmd)), 1fr));
  column-gap: var(--wp--preset--spacing--md);
  row-gap: var(--wp--preset--spacing--lg);
}
.concert {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  width: 100%;
  text-align: center;
}
.concert .concert-event {
  text-align: center;
  background-color: var(--gold);
  background: var(--wp--preset--gradient--gold-gradient);
}
.concert .concert-event .concert-datetime {
  font-size: var(--wp--preset--font-size--sm);
  padding: 0.5rem;
  margin: 0 !important;
}
.concert .concert-image img {
  display: block;
  width: 100%;
}
.concert .concert-details {
  background-color: var(--purple);
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--sm);
  height: 100%;
  padding: var(--wp--preset--spacing--md) var(--wp--preset--spacing--sm);
}
.concert .concert-details .concert-title {
  color: var(--white);
  font-size: var(--wp--preset--font-size--lmd);
  font-weight: 500;
  line-height: 1.2em;
  margin: 0;
  text-transform: capitalize;
  letter-spacing: normal;
}
.concert .concert-details .concert-extra {
  color: var(--white);
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 100;
  font-size: var(--wp--preset--font-size--sm);
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}
.concert .concert-details .concert_button-wrapper {
  width: fit-content;
  margin: auto;
  margin-bottom: -3.1rem;
}
.concert .concert-details .concert_button-wrapper .concert-ticket-button {
  border-radius: 0;
  border: 2px solid;
  height: fit-content;
  text-align: center;
  font-family: "larken", sans-serif;
  font-size: var(--wp--preset--font-size--sm);
  font-weight: 600;
  line-height: 1.2em;
  padding: 0.625rem 1.5rem;
  text-transform: uppercase;
  background-color: var(--purple);
  border: 2px solid var(--gold);
  color: var(--white);
  text-decoration: none;
}
/* + + + + + SINGLE + + + + + */
.event-datetime {
  text-align: center;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ WINNERS ~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* --> FEATURED WINNER <---------- */
#featured-winner-template {
  padding: 0 var(--wp--preset--spacing--md) var(--wp--preset--spacing--md) var(--wp--preset--spacing--md);
}
#featured-winner-template .featured-winner-tag {
  background-color: var(--wp--preset--gradient--gold-gradient);
  padding: var(--wp--preset--spacing--xxs) var(--wp--preset--spacing--xs);
  width: fit-content;
  margin-top: 0 !important;
}
#featured-winner-template img {
  aspect-ratio: 1.5;
  max-width: 25rem;
  object-fit: cover;
  width: 100%;
}
#featured-winner-template .content {
  margin: 0 !important;
}
#featured-winner-template .content p {
  color: var(--purple);
  font-size: var(--wp--preset--font-size--sm);
  letter-spacing: 2.2px;
  text-transform: uppercase;
}
#featured-winner-template .wp-block-getwid-template-post-custom-field {
  text-align: center;
  font-family: "larken", sans-serif;
  font-weight: 500;
  font-size: var(--wp--preset--font-size--lmd);
}
.featured-winner {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
/* .................................................. */
/* ~~~ GETWID BLOCKS ~~~ */
/* .................................................. */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ ACCORDION ~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* --> COLOR BLOCK - DEFAULT <---------- */
.wp-block-getwid-accordion.is-style-borderless .wp-block-getwid-accordion__header-wrapper, .wp-block-getwid-accordion.is-style-borderless .wp-block-getwid-accordion__header-wrapper:first-child {
  border: none;
  transition: padding 300ms linear;
}
.wp-block-getwid-accordion.is-style-borderless .wp-block-getwid-accordion__header-wrapper a, .wp-block-getwid-accordion.is-style-borderless .wp-block-getwid-accordion__header-wrapper:first-child a {
  color: var(--purple);
  font-family: "larken", sans-serif;
  font-size: var(--wp--preset--font-size--lmd);
  font-weight: 500;
}
.wp-block-getwid-accordion.is-style-borderless .wp-block-getwid-accordion__content {
  border: none;
  text-align: left;
}
/* .................................................. */
/* ~~~ GETWID POST TEMPLATES ~~~ */
/* .................................................. */
/* ............................... */
/* ~~~ WINNERS FEED ~~~ */
/* ............................... */
.winners-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: var(--wp--preset--spacing--md);
  margin-top: var(--wp--preset--spacing--xl);
}
.winners-grid .winner-image img {
  aspect-ratio: 1.5;
  object-fit: cover;
  width: 100%;
}
.winners-grid h3.is-style-subheading {
  font-size: var(--wp--preset--font-size--lmd);
  margin-block-start: var(--wp--preset--spacing--xxxs) !important;
  margin-bottom: var(--wp--preset--spacing--xxxs) !important;
}
.winners-grid .main-content p {
  font-family: "canada-type-gibson", sans-serif;
  font-size: var(--wp--preset--font-size--sm);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.winners-grid .prize {
  font-size: var(--wp--preset--font-size--md);
  font-weight: 500;
}
.winners-pagination {
  margin-block-end: var(--wp--preset--spacing--xl);
}
.winners-pagination .page-numbers {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: var(--wp--preset--spacing--sm);
  font-weight: 600;
  color: var(--purple);
  list-style-type: none;
  text-decoration: none;
  transition: color 300ms ease;
}
.winners-pagination .page-numbers[aria-current="page"], .winners-pagination .page-numbers a:hover {
  color: var(--dark-gold);
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ POST CAROUSEL ~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.edge-carousel .slick-slide {
  aspect-ratio: 1.5;
  object-fit: cover;
}
.edge-carousel .slick-prev {
  left: -50px;
}
.edge-carousel .slick-next {
  right: 20px;
}
.slick-arrow {
  width: 4rem;
  height: 4rem;
}
.slick-arrow::before {
  display: block;
  content: "";
  width: 4rem;
  height: 4rem;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  opacity: 1;
  transition: transform 300ms ease;
}
.slick-arrow:hover::before {
  transform: scale(1.1);
  transform-origin: center center;
}
.slick-prev::before {
  background-image: url(assets/images/arrow-left.svg);
}
.slick-next::before {
  background-image: url(assets/images/arrow-right.svg);
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ FEATURED POST FEED ~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.featured-post_image img {
  border: 2px solid var(--cream);
  border-image: var(--wp--preset--gradient--gold-gradient) 1;
  object-fit: cover;
}
.featured-post_title a {
  font-family: "larken", sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.3em;
  letter-spacing: 0.40625rem;
  margin-bottom: 0;
  text-decoration: none;
  text-transform: uppercase;
}
.featured-post_excerpt p {
  font-family: "larken", sans-serif;
  font-size: clamp(1rem, 4vw, 1.4rem);
  font-weight: 700;
  text-transform: uppercase;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ GAMES FEED ~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.custom-post-type-games .wp-block-getwid-template-post-featured-image {
  margin-bottom: 0.75rem;
}
.custom-post-type-games .gaming-feed_featured img {
  aspect-ratio: 1.5;
  object-fit: cover;
}
.custom-post-type-games .wp-block-getwid-template-post-title {
  margin-top: 0;
}
.custom-post-type-games .wp-block-getwid-template-post-title__link {
  font-weight: 500;
  letter-spacing: normal;
  text-decoration-color: transparent;
  text-transform: capitalize;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ Gaming Area FEED ~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.wp-block-getwid-post-slider.custom-post-type-games .wp-block-media-text__media {
  aspect-ratio: unset;
}
.gaming-area_excerpt p {
  font-family: "canada-type-gibson", sans-serif;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ FEATURED ENTERTAINMENT SLIDER ~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.entertainment_date_time {
  background: var(--wp--preset--gradient--gold-gradient);
  padding: 0.5rem;
}
.entertainment_date_time div, .entertainment_date_time p {
  color: var(--purple);
  font-family: "larken", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.entertainment_img {
  margin: 0;
}
/* .................................................. */
/* ~~~ ICE SKATE PAGE ~~~ */
/* .................................................. */
.post-13694 .wp-block-columns:has(> :nth-child(4)) > .wp-block-column:nth-child(even) {
  background: #fff;
  padding: 0 1rem;
}
.post-13694 table td:nth-child(4) {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .post-13694 table, .post-13694 tr {
    display: flex;
    flex-direction: column;
  }
  tr {
    padding: 1em;
    margin-bottom: 1em;
  }
  tr:has(> th) {
    display: none;
  }
}
/* .................................................. */
/* ~~~ RESPONSIVE ~~~ */
/* .................................................. */
@media screen and (max-width: 900px) {
  .bingo-games-grid {
    grid-template-columns: 1fr;
  }
  .wp-block-media-text.is-style-sub-section .wp-block-heading {
    max-width: 100%;
  }
}
@media screen and (max-width: 782px) {
  .club-banner {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .wp-block-group:not(.alignfull) {
    padding: var(--wp--preset--spacing--sm);
  }
  .flexible-feature_inner {
    flex-direction: column;
  }
  .benefit-row {
    flex-direction: column;
  }
  .benefit-row .is-style-dark-gold-divider p {
    padding-left: 0 !important;
  }
  .benefit-row .is-style-dark-gold-divider::before {
    height: 2px;
    width: 100%;
    top: -1rem;
  }
  .reward-tier-content {
    display: flex;
    flex-direction: column;
  }
  .promo-grid {
    grid-template-columns: 1fr;
    padding: var(--wp--preset--spacing--sm);
  }
  .fc-header-toolbar {
    flex-direction: column;
  }
  .wp-block-media-text.alignfull > .wp-block-media-text__content {
    margin: var(--wp--preset--spacing--sm) !important;
  }
  .pum-content .wp-block-media-text.alignfull > .wp-block-media-text__content {
    padding: var(--wp--preset--spacing--sm) 0;
  }
}
