@import 'fonts.css';
:root {
  --wp--style--global--content-size: 1200px;
}
.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.wrapper.small {
  max-width: 800px;
}
.wrapper.full {
  max-width: unset !important;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex.spaced {
  justify-content: space-between;
}
.flex.grid {
  gap: 40px;
}
@media (max-width: 781px) {
  .flex.grid {
    gap: 0;
  }
  .flex.grid .item-container {
    margin-bottom: 40px;
  }
}
@media (min-width: 921px) {
  .col-md-2 {
    width: calc(20% - 72px);
  }
  .col-md-3 {
    width: calc(25% - 36px);
  }
  .col-md-4 {
    width: calc(100% / 3 - 33px);
  }
  .col-md-6 {
    width: calc(50% - 26px);
  }
  .col-md-8 {
    width: calc((100% / 3) * 2 - 19px);
  }
  .col-md-9 {
    width: calc(75% - 16px);
  }
  .col-md-12 {
    width: 100%;
  }
}
@media (min-width: 601px) and (max-width: 920px) {
  .col-sm-2 {
    width: calc(20% - 72px);
  }
  .col-sm-3 {
    width: calc(25% - 36px);
  }
  .col-sm-4 {
    width: calc(100% / 3 - 33px);
  }
  .col-sm-6 {
    width: calc(50% - 26px);
  }
  .col-sm-8 {
    width: calc((100% / 3) * 2 - 19px);
  }
  .col-sm-9 {
    width: calc(75% - 16px);
  }
  .col-sm-12 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .hidden-mobile {
    display: none !important;
  }
  .col-xs-2 {
    width: calc(20% - 72px);
  }
  .col-xs-3 {
    width: calc(25% - 36px);
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-12 {
    width: 100%;
  }
}
body {
  background-color: #0E2D40;
  font-family: 'sans_regular', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  padding: 0;
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.spacer {
  height: 20px;
  width: 100%;
  display: block;
}
.spacer.double {
  height: 40px;
}
.spacer.triple {
  height: 60px;
}
.main-content {
  flex-grow: 1;
}
#bettel_main_logo {
  position: fixed;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 200;
}
#bettel_main_logo svg {
  width: 150px;
  height: auto;
}
.admin-bar #bettel_main_logo {
  top: 32px;
}
@media (max-width: 781px) {
  #bettel_main_logo {
    left: 20px;
    top: 20px;
    transform: none;
  }
  #bettel_main_logo svg {
    width: 70px;
  }
}
#tablechamp_button {
  padding: 10px 20px;
  background-color: transparent;
  color: #051B29;
  cursor: pointer;
  transition: all 300ms;
  border-radius: 4px;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 50;
  overflow: hidden;
  font-family: 'sans_bold';
}
#tablechamp_button:before {
  content: '';
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background-color: #68DCA8;
  z-index: -1;
  transition: all 300ms;
}
#tablechamp_button:after {
  content: '';
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background-color: #F67579;
  z-index: -2;
}
#tablechamp_button:hover:before {
  left: 100%;
}
@media (max-width: 781px) {
  #tablechamp_button {
    font-size: 14px;
    padding: 5px 15px;
  }
}
#main_content {
  min-height: 75vh;
  overflow: hidden;
  padding-bottom: 40px;
}
#main_content .post-image {
  width: 100%;
  height: 40vh;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
.page-title {
  margin-top: 60px;
  margin-left: 40px;
  font-size: 45px;
}
@media (max-width: 781px) {
  .page-title {
    margin-top: 20px;
    margin-left: 20px;
  }
}
#footer {
  background-color: #ADFEFF;
  padding: 80px 0 40px 0;
  z-index: 100;
  color: #0E2D40;
  position: relative;
  z-index: 5;
}
#footer h3 {
  margin-bottom: 5px;
}
#footer h4 {
  margin-top: 0;
}
#footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#footer .legal-menu {
  display: flex;
  gap: 20px;
}
#footer p {
  color: #0E2D40;
  margin: 0 0 40px 0;
}
#footer a {
  display: block;
  color: #0E2D40;
  font-family: 'sans_regular', sans-serif;
  font-style: normal;
}
#footer .footer-left {
  flex-basis: 50%;
}
#footer .footer-right {
  flex-basis: 50%;
}
#footer .footer-map img {
  max-width: 100%;
  border-radius: 8px;
  overflow: hidden;
  display: block;
}
#footer .footer-legal {
  flex-basis: 100%;
  display: flex;
  gap: 40px;
  justify-content: space-between;
  margin-top: 40px;
}
@media (max-width: 781px) {
  #footer {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
  }
  #footer .wrapper,
  #footer .footer-legal,
  #footer .legal-menu {
    display: block !important;
  }
}
.modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  background-color: #0E2D40;
  color: #fff;
  transform: translateY(-100%);
  transition: all 500ms;
}
.modal .modal-content {
  padding: 20px;
  overflow-y: auto;
  max-width: 800px;
  max-height: 70vh;
  margin: 200px auto 80px auto;
}
.modal .modal-content.modal-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.modal .modal-content h3 {
  text-align: center;
}
.modal .modal-content a {
  color: #F67579;
}
.modal .modal-content .modal-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.modal .close {
  background-color: transparent;
  color: #0E2D40;
  border-radius: 4px;
  padding: 8px 30px;
  min-width: 170px;
  font-family: 'sans_bold', sans-serif;
  font-size: 16px;
  transition: all 300ms;
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  text-align: center;
}
.modal .close:before {
  content: '';
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background-color: #68DCA8;
  z-index: -1;
  transition: all 300ms;
}
.modal .close:after {
  content: '';
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background-color: #F67579;
  z-index: -2;
}
.modal .close:hover:before {
  left: 100%;
}
.modal.open {
  transform: translateY(0);
}
@media (max-width: 781px) {
  .modal .modal-content {
    margin-top: 100px;
  }
  .modal .modal-content.modal-columns {
    grid-template-columns: 1fr;
  }
}
.club-rules-are-fun h3 {
  display: block;
}
.club-rules-are-fun ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: justify;
}
.club-rules-are-fun ul li {
  display: inline;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.club-rules-are-fun ul li:nth-of-type(3n-1) {
  color: #F67579;
}
.club-rules-are-fun ul li:nth-of-type(3n-2) {
  color: #68DCA8;
}
.owl-stage-outer,
.owl-stage,
.owl-item,
.item {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.owl-carousel {
  position: relative;
}
.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.owl-carousel .owl-item {
  height: 100%;
}
.owl-carousel .owl-dots {
  position: absolute;
  bottom: -70px;
  left: -4px;
}
.owl-carousel .owl-dots .owl-dot {
  border: none;
  background: none;
}
.owl-carousel .owl-dots .owl-dot span {
  border: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #0E2D40;
  transition: all 300ms;
  display: block;
  cursor: pointer;
}
.owl-carousel .owl-dots .owl-dot.active span {
  border-color: #000;
  background-color: #fff;
}
.owl-carousel .owl-dots .owl-dot:focus {
  outline: none;
  border: none;
}
.owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 300ms;
  opacity: 1;
  background: transparent;
  border: none;
  cursor: pointer;
  height: 70px;
  width: 30px;
}
.owl-carousel .owl-nav button span {
  display: none;
}
.owl-carousel .owl-nav button.disabled {
  opacity: 0.2;
  pointer-events: none;
}
.owl-carousel .owl-nav button:before,
.owl-carousel .owl-nav button:after {
  content: '';
  height: 3px;
  width: 30px;
  display: block;
  background-color: #000;
}
.owl-carousel .owl-nav .owl-prev {
  left: -30px;
}
.owl-carousel .owl-nav .owl-prev:before {
  transform: translateX(-10px) translateY(19px) rotate(60deg);
}
.owl-carousel .owl-nav .owl-prev:after {
  transform: translateX(-10px) translateY(-9.5px) rotate(-60deg);
}
.owl-carousel .owl-nav .owl-next {
  right: -28px;
}
.owl-carousel .owl-nav .owl-next:before {
  transform: translateY(19px) rotate(-60deg);
}
.owl-carousel .owl-nav .owl-next:after {
  transform: translateY(-9.5px) rotate(60deg);
}
@media (max-width: 600px) {
  .owl-carousel .owl-nav .owl-prev {
    left: -20px;
  }
  .owl-carousel .owl-nav .owl-next {
    right: -20px;
  }
}
#lightbox_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.5);
  transform: translatex(-110%);
  transition: all 300ms;
}
#lightbox_overlay .lightbox-container {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 40px;
  right: 40px;
  bottom: 40px;
  left: 40px;
  border: 3px solid #F67579;
}
#lightbox_overlay .image-container {
  background-color: #0E2D40;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  flex-grow: 1;
}
#lightbox_overlay .nav-left,
#lightbox_overlay .nav-right {
  width: 80px;
  height: 80px;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 40px);
}
#lightbox_overlay .nav-left .arrow,
#lightbox_overlay .nav-right .arrow {
  transition: all 300ms;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
#lightbox_overlay .nav-left .arrow:before,
#lightbox_overlay .nav-right .arrow:before,
#lightbox_overlay .nav-left .arrow:after,
#lightbox_overlay .nav-right .arrow:after {
  content: '';
  height: 2px;
  width: 30px;
  display: block;
  background-color: #F67579;
}
#lightbox_overlay .nav-left {
  left: 10px;
}
#lightbox_overlay .nav-left .arrow:before {
  transform: translateY(13.5px) rotate(60deg);
}
#lightbox_overlay .nav-left .arrow:after {
  transform: translateY(-13.5px) rotate(-60deg);
}
#lightbox_overlay .nav-left:hover .arrow,
#lightbox_overlay .nav-left.hovered .arrow {
  transform: translateX(-5px);
}
#lightbox_overlay .nav-right {
  right: 10px;
}
#lightbox_overlay .nav-right .arrow:before {
  transform: translateY(13.5px) rotate(-60deg);
}
#lightbox_overlay .nav-right .arrow:after {
  transform: translateY(-13.5px) rotate(60deg);
}
#lightbox_overlay .nav-right:hover .arrow,
#lightbox_overlay .nav-right.hovered .arrow {
  transform: translateX(5px);
}
#lightbox_overlay .close-lightbox {
  height: 30px;
  width: 30px;
  display: block;
  border-radius: 50%;
  background-color: #F67579;
  position: absolute;
  right: -15px;
  top: -15px;
  z-index: 1;
  cursor: pointer;
}
#lightbox_overlay .close-lightbox:before,
#lightbox_overlay .close-lightbox:after {
  content: '';
  height: 2px;
  width: 20px;
  display: block;
  background-color: #0E2D40;
  position: absolute;
  left: 5px;
  top: 50%;
}
#lightbox_overlay .close-lightbox:before {
  transform: translateY(-1px) rotate(45deg);
}
#lightbox_overlay .close-lightbox:after {
  transform: translateY(-1px) rotate(-45deg);
}
#lightbox_overlay.open {
  transform: translatex(0);
}
@media (max-width: 600px) {
  #lightbox_overlay .lightbox-container {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }
  #lightbox_overlay .lightbox-controls {
    height: 33%;
  }
}
