@font-face {
  font-family: "TradeGothicLT";
  src: url("/web/20210923091136im_//wp-content/themes/olympos/fonts/TradeGothicLT.eot"); /* IE9 Compat Modes */
  src: url("/web/20210923091136im_//wp-content/themes/olympos/fonts/TradeGothicLT.eot#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("/web/20210923091136im_//wp-content/themes/olympos/fonts/TradeGothicLT.otf") format("opentype"),
    /* Open Type Font */ url("/web/20210923091136im_//wp-content/themes/olympos/fonts/TradeGothicLT.svg") format("svg"),
    /* Legacy iOS */ url("/web/20210923091136im_//wp-content/themes/olympos/fonts/TradeGothicLT.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("/web/20210923091136im_//wp-content/themes/olympos/fonts/TradeGothicLT.woff") format("woff"),
    /* Modern Browsers */ url("/web/20210923091136im_//wp-content/themes/olympos/fonts/TradeGothicLT.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "TradeGothicLT-BoldCondTwenty";
  src: url("/wp-content/themes/olympos/fonts/TradeGothicLTBoldCondensedNo20.eot"); /* IE9 Compat Modes */
  src: url("/wp-content/themes/olympos/fonts/TradeGothicLTBoldCondensedNo20.eot#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */
      url("/wp-content/themes/olympos/fonts/TradeGothicLTBoldCondensedNo20.otf")
      format("opentype"),
    /* Open Type Font */
      url("/wp-content/themes/olympos/fonts/TradeGothicLTBoldCondensedNo20.svg")
      format("svg"),
    /* Legacy iOS */
      url("/wp-content/themes/olympos/fonts/TradeGothicLTBoldCondensedNo20.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("/wp-content/themes/olympos/fonts/TradeGothicLTBoldCondensedNo20.woff")
      format("woff"),
    /* Modern Browsers */
      url("/wp-content/themes/olympos/fonts/TradeGothicLTBoldCondensedNo20.woff2")
      format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TradeGothicLT-Light";
  src: url("/web/20210923091136im_//wp-content/themes/olympos/fonts/TradeGothicLTLight.eot"); /* IE9 Compat Modes */
  src: url("/web/20210923091136im_//wp-content/themes/olympos/fonts/TradeGothicLTLight.eot#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("/web/20210923091136im_//wp-content/themes/olympos/fonts/TradeGothicLTLight.otf") format("opentype"),
    /* Open Type Font */ url("/web/20210923091136im_//wp-content/themes/olympos/fonts/TradeGothicLTLight.svg") format("svg"),
    /* Legacy iOS */ url("/web/20210923091136im_//wp-content/themes/olympos/fonts/TradeGothicLTLight.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("/web/20210923091136im_//wp-content/themes/olympos/fonts/TradeGothicLTLight.woff")
      format("woff"),
    /* Modern Browsers */ url("/web/20210923091136im_//wp-content/themes/olympos/fonts/TradeGothicLTLight.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

html,
body {
  height: 100%;
}
.whole-page-overlay {
  display: none !important;
}

/*  RESETS FOR heading TAGS ON NEW HOMEPAGE*/
.home h1,
.home h2,
.home h3 {
  margin: 0;
}

.venues-dd-filter .dd-trigger,
.timetables-dd-filter .dd-trigger {
  padding: 0;
  border: none;
  cursor: pointer;
  position: relative;
}

.dd-trigger:after {
  display: none !important;
}

.container-new {
  max-width: 1100px;
  width: 100%;
  margin: auto;
}

.header-global {
  position: relative;
  z-index: 99998;
  background-color: #ffcb05;
  /* opacity: 0.9; */
  max-height: 100px;
  min-height: 100px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.logo-new {
  /* float: left; */
  margin: 0 !important;
}

.main-nav-new {
  /* float: right; */
}

.main-nav-new li {
  display: inline-block;
  margin-left: 36px;
  opacity: 0.8;
  /* cursor: pointer; */
  transition: opacity 0.3s ease-in-out;
}

.main-nav-new li a,
.main-nav-new li a p {
  line-height: 55px;
  display: inline-block;
  color: #58595b !important;
  font-size: 16px;
  font-family: "TradeGothic", sans-serif !important;
  margin: 0;
  transition: color 0.3s ease-in-out;
  cursor: pointer;
  padding-bottom: 0 !important;
}

.main-nav-new li:hover {
  opacity: 1;
}
.main-nav-new li.has-drop:hover .drop-down {
  opacity: 1;
  pointer-events: initial;
}

.main-nav-new li.has-drop:before {
  content: "";
  display: block;
  width: 110px;
  height: 100%;
  background-color: #474747;
  position: absolute;
  bottom: 0;
  transform: translateX(-10px);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.main-nav-new li.has-drop:hover:before {
  opacity: 1;
}
.main-nav-new li.has-drop > a {
  transition: color 0.3s ease-in-out;
}

.main-nav-new li.has-drop:hover > a,
.main-nav-new li.has-drop:hover > a p {
  position: relative;
  z-index: 1;
  color: white !important;
}

.main-nav-new .last-new-menu a,
.main-nav-new .last-new-menu a p,
.main-nav-new .mnu-download a,
.main-nav-new .mnu-download a p,
.main-nav-new .mnu-book a,
.main-nav-new .mnu-book a p {
  color: white !important;
}

.main-nav-new li a i,
.main-nav-new li a strong {
  font-family: "TradeGothicBoldCn", sans-serif;
  text-transform: uppercase;
}

.last-new-menu a div,
.mnu-download a div {
  background-color: #ec008c;
  border-bottom: 5px solid #be1077;
  padding: 0 30px;
}

.mnu-download a div,
.mnu-book a div {
  background-color: #00aeef;
  border-color: #0783b0;
}

.last-new-menu a div:hover,
.mnu-download a div:hover {
  opacity: 0.9;
}

.heroimg-section {
  position: relative;
  overflow: hidden;
  top: 0;
  max-height: 767px;
  height: 100%;
  background: url("/web/20210923091136im_//wp-content/themes/olympos/images/have-a-word-home.jpg") no-repeat center center;
  background-size: cover;
}

.heroimg-section-inner {
  /*height: auto;*/
  height: 100%;
}

.container-new {
  position: relative;
  /* opacity: 1; */
}

.hero-front-img {
  position: absolute;
  z-index: 2;
  height: 767px !important;
  width: auto;
  max-width: initial !important;
  left: 92px;
  bottom: -4px;
}

.container-inner {
  height: 100%;
  position: relative;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.home .container-inner-splashimg {
  position: absolute;
  z-index: 4;
  bottom: 23px;
  right: 0;
}

.container-inner-inside {
  position: relative;
  width: 59%;
  border: 7px solid white;
  padding: 6% 5%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
}

.container-inner-inside-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.container-inner-inside h2 {
  position: relative;
  font-size: 70px;
  line-height: 88px;
  font-family: "TradeGothicBoldCn", sans-serif;
  color: #fff !important;
  margin-bottom: 70px;
  text-transform: uppercase;
  width: 100%;
}

.container-inner-inside h2:after {
  position: absolute;
  content: "";
  bottom: -32px;
  left: 0;
  height: 4px;
  width: 152px;
  background-color: #263187;
}

.container-inner-inside ul {
  position: relative;
  z-index: 2;
}

.container-inner-inside p {
  font-family: "TradeGothicBoldCn", sans-serif !important;
  font-size: 28px;
  line-height: 31px;
  color: #ffffff;
  max-width: 400px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
}

.container-inner-inside-joinbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "TradeGothicBoldCn", sans-serif !important;
  font-size: 32px;
  /* position: absolute; */
  z-index: 2;
  /* bottom: 50px; */
  /* left: 5.35%; */
  /*width: 250px;*/
  height: 72px;
  color: white;
  background-color: #00aeef;
  border-bottom: 5px solid #0783b0;
  text-align: center;
  vertical-align: middle;
}
.container-inner-inside-joinbtn:hover {
  background-color: #0783b0;
  border-bottom: 5px solid #00aeef;
}
.container-inner-inside-joinbtn span {
  background: url("/web/20210923091136im_//wp-content/themes/olympos/images2/right-arrow.png");
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-right: 20px;
}

.drop-down {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  width: 100%;
  background: #515152;
  opacity: 1;
  z-index: 100000000000000;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}

.nav-venue-list {
  display: flex;
  flex-wrap: wrap;
}

.nav-venue-list a.all-venues-link {
  width: 33.33%;
  line-height: initial;
  margin-top: 12px;
  color: white !important;
}

.venue-regions {
  padding-left: 25px;
  border-left: 1px solid #6b6b6b;
  width: 60%;
}

.find-a-venue-nav {
  padding-right: 25px;
  width: 40%;
}

li#menu-item-11248 .drop-down .container-new {
  display: flex;
  justify-content: space-between;
}

h3.venue-region-title {
  font-family: "TradeGothicBoldCn", sans-serif; /* font-weight: bold; */
  color: #fccc04;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 20px;
}

li#menu-item-11248 .drop-down {
  padding: 40px 0;
}

header.header-global > .container-new {
  position: initial;
}

.drop-down .container-new {
  display: grid;
  grid-template-areas: "post-top post-top post-side" "nav nav post-side-2" "nav nav post-side-3";
}

.outdoor-activity {
  grid-area: post-side;
  display: flex;
  align-items: flex-start;
  border: 1px solid #737171;
  border-top: none;
  border-right: none;
  padding: 20px 20px;
}

.drop-down .outdoor-activity:nth-child(2) {
  grid-area: post-top;
  border-bottom: none;
  border-left: none;
}

.event-nav {
  display: flex;
  grid-area: nav;
  padding: 20px;
}
.outdoor-activity p {
  margin: 0 !important;
  font-size: 15px !important;
  color: white !important;
}

.outdoor-activity-info {
  padding: 0 20px;
}

.outdoor-activity:nth-child(4) {
  grid-area: post-side-2;
}
.outdoor-activity:nth-child(5) {
  grid-area: post-side-3;
  border-bottom: none;
}

.outdoor-activity img {
  min-width: 110px;
  width: 90px;
}

.drop-down .outdoor-activity-info a {
  color: #368ad9 !important;
  line-height: 20px;
  font-family: "TradeGothic" !important;
  text-decoration: underline;
  margin-top: 16px;
}

.nav-event-list.not-active {
  display: flex;
  flex-wrap: wrap;
}

.current-regions.event-regions {
  min-width: 41%;
}

h3.event-region-title {
  color: #ffcb04;
  font-family: "TradeGothicBoldCn", sans-serif;
  text-transform: uppercase;
  font-size: 17px;
  /* font-weight: bold; */
}

.nav-event-list a {
  color: white;
}

.drop-down a.nav-event {
  color: white !important;
  font-family: "TradeGothic" !important;
  font-size: 20px;
  line-height: initial;
  margin-top: 10px;
}

p.nav-event-not-available {
  margin: 10px 0 0px !important;
  width: 50%;
  color: grey !important;
  font-size: 18px !important;
  padding: 0 !important;
}

/* Region selection section */

.region-select {
  height: 128px;
  background-color: #ffcb05;
}

.region-select-inner {
  height: 100%;
}

.region-select-left {
  float: left;
  width: 50%;
  height: 100%;
}

.region-select-left img {
  margin-right: 20px;
}

.region-select-left img,
.region-select-left p {
  display: inline-block;
  font-family: "TradeGothicBoldCn", sans-serif;
  color: #605e57;
  font-size: 24px;
  letter-spacing: -1.2px;
}

.region-select-right {
  float: right;
  width: 50%;
  max-width: 540px;
  height: 100%;
}

.home .venues-dd-filter {
  width: 100%;
  height: 61px;
  line-height: 61px;
  padding-left: 3%;
  border: 1px solid #d1a424;
  border-bottom: 4px solid #d1a424;
  font-size: 17px;
  background: url("/web/20210923091136im_//wp-content/themes/olympos/images2/arrowDown.png") no-repeat 93% 50%;
  background-color: #ffffff;
}

.venues-dd-filter:hover {
  cursor: pointer;
}

.venues-dd-filter span {
  font-family: "TradeGothicBoldCn", sans-serif;
  font-size: 17px;
  letter-spacing: -0.25px;
  font-weight: 700;
  color: #605e57;
}

.venues-dd-filter ul {
  display: none;
}
.venues-dd-filter ul {
  height: 250px;
  overflow-y: scroll;
}
/* ACTIVITIES AND LOCKER SECTION */

.activity-finder,
.locker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  float: left;
  width: 50%;
  min-height: 325px;
  padding-top: 35px;
}

.activity-finder {
  background: url("/web/20210923091136im_//wp-content/themes/olympos/images2/Bitmapactivityfinder.png") no-repeat center;
  background-size: cover;
}

.activity-finder-inner,
.locker-inner {
  position: relative;
  z-index: 2;
  text-align: left;
  min-width: 70%;
}

.tt-hint {
  opacity: 0 !important;
}

.twitter-typeahead {
  display: block !important;
}

.typeahead-container input {
  display: block !important;
}

.tt-menu {
  width: 100%;
  background-color: white;
  border: 1px solid grey;
}

.activity-finder-inner p {
  padding-left: 3%;
}

.activity-finder-inner p a {
  font-family: "TradeGothicBoldCn", sans-serif !important;
  color: #605e57 !important;
}

.tt-suggestion a {
  display: block !important;
  height: 100%;
  width: 100%;
}

.tt-suggestion:hover {
  background-color: #efefef;
}

.activity-finder-inner p .allActLink {
  color: white !important;
}

#live-filter-inputt {
  background-color: #ffffff !important;
  margin: 30px 0;
  opacity: 1 !important;
  font-family: "TradeGothicBoldCn", sans-serif;
  font-size: 17px;
  color: #605e57;
  letter-spacing: -0.25px;
}

.activity-finder-inner h3,
.locker-inner h3 {
  font-family: "TradeGothicBoldCn", sans-serif;
  letter-spacing: -1.47px;
  font-size: 46px;
  color: #fff;
  margin-bottom: 20px;
}

.activity-finder-inner ul li,
.locker-inner ul li {
  font-family: "TradeGothic", sans-serif;
  font-weight: 300;
  color: #fff;
  line-height: 24px;
  font-size: 16px;
}

.activity-finder-inner p {
  font-size: 17px;
  font-family: TradeGothic, sans-serif;
  color: #ffffff;
  margin: 0;
}

.home .venues-dd-filter a,
.home .timetables-dd-filter a {
  font-family: "TradeGothicBoldCn", sans-serif;
  padding: 0;
  padding-left: 3%;
  font-size: 17px;
}

.activity-finder-inner p a {
  position: relative;
  font-family: TradeGothicBold, sans-serif;
  color: #ffffff;
}

.activity-finder-inner p a::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: white;
}

.activity-searcher {
  width: 100%;
  height: 62px;
  margin: 20px 0;
  font-family: TradeGothicBold, sans-serif;
  font-size: 17px;
  color: #605e57;
  padding-left: 4%;
}

.locker {
  background: url("/web/20210923091136im_//wp-content/themes/olympos/images2/Bitmaplockerbckgrnd.png") no-repeat center;
  background-size: cover;
}

.locker-inner a {
  display: inline-block;
  line-height: 51px;
  padding: 0 30px;
  background-color: #00aeef;
  border: 1px solid #007ead;
  border-bottom: 3px solid #007ead;
  margin-top: 30px;
  font-size: 14px;
  font-family: "TradeGothicBoldCn", sans-serif;
  color: #ffffff;
}

.locker-inner a i {
  font-family: "TradeGothic", sans-serif;
}

.social-icons-section {
  position: relative;
  height: 130px;
}

.social-icons-section-left,
.social-icons-section-right {
  width: 50%;
  float: left;
}

.social-icons-section-left {
  text-align: right;
}

.social-icons-section-left p {
  font-family: "TradeGothicBoldCn", sans-serif;
  width: 100%;
  float: right;
  font-size: 28px;
  line-height: 28px;
  color: #58595b;
  text-align: left;
  padding-right: 5%;
}

.social-icons-section-right a {
  display: inline-block;
  margin-left: 10px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(88, 89, 91, 0.71);
}

/* FOOTER */
footer {
  border-top: 3px solid #ffcb05 !important;
  height: auto;
  background-color: #58595b;
}

.footer-inner-top {
  padding-top: 30px;
}

.footer-inner-top-left {
  width: 39%;
  float: left;
}

.footer-inner-top-right {
  position: relative;
  height: auto;
  width: 61%;
  float: right;
}

.footer-inner-top-right-txt {
  position: absolute;
  width: 100%;
  max-width: 342px;
  z-index: 3;
  left: 235px;
  bottom: 0;
  height: 185px;
  padding-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-inner-top-right-txt p {
  -ms-flex-item-align: end;
  align-self: flex-end;
  position: relative;
  bottom: 0 !important;
  font-family: "TradeGothicBoldCn", sans-serif;
  line-height: 26px;
  letter-spacing: -1px;
  font-size: 24px;
  color: #515152;
  margin: 0 !important;
  display: table-cell;
  vertical-align: bottom;
  padding-right: 3%;
}

.logo-new {
  font-size: inherit !important;
}

.footer-inner-top-right img {
  height: auto;
  max-width: 100%;
  position: relative;
  float: left;
  z-index: 2;
}

.footer-inner-top-right .footer-strip {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80%;
  height: 228px;
  background-color: #ffcb05;
}

.footer-inner-top-left ul {
  position: relative;
  float: left;
  width: 100%;
}

.footer-inner-top-left ul::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 40%;
  height: 100%;
  width: 1px;
  opacity: 0.19;
  background-color: white;
}

.footer-inner-top-left ul li a {
  float: left;
  width: 50%;
  font-family: TradeGothic, sans-serif;
  font-size: 12px;
  line-height: 26px;
  color: #fff;
  font-weight: 300;
  opacity: 0.65;
  text-transform: uppercase;
}

.footer-inner-bottom {
  padding-top: 49px;
}

.footer-bottom-credits-left,
.footer-bottom-credits-right {
  padding-top: 28px;
  padding-bottom: 57px;
  width: 50%;
  float: left;
}

.footer-bottom-credits-left ul li {
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  font-weight: 300;
  opacity: 0.65;
}

.footer-bottom-credits-right {
  text-align: right;
}

.footer-bottom-credits-right a {
  display: inline-block;
  margin-right: 43px;
}

.footer-bottom-credits-right a:last-of-type {
  margin-right: 0;
}

/* TYPEAHEAD */

.home .tt-menu {
  position: absolute;
  top: -1px;
  width: 100%;
  border-bottom: 3px solid #f7692b;
  z-index: 99;
}

.home .tt-menu .tt-suggestion.tt-selectable {
  display: block;
  padding: 10px;
  background: #fff;
  color: #a4a6a7;
  font-size: 18px;
}
/*.container-inner-inside*/
.home .tt-menu .tt-suggestion.tt-selectable .tt-highlight {
  font-family: "TradeGothicBold";
  font-weight: normal;
  color: #706f6f;
}

/* ====== LOCKER ROOM HEADER STYLING ====== */

.lockeroom-hero {
  margin-top: 0;
}

/* RESET */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

@font-face {
  font-family: "TradeGothicBoldCn";
  src: url("/web/20210923091136im_//wp-content/themes/olympos/fonts/257c802f-349c-4b4d-aefa-546d5de15ec6.eot#iefix");
  src: url("/web/20210923091136im_//wp-content/themes/olympos/fonts/257c802f-349c-4b4d-aefa-546d5de15ec6.eot#iefix")
      format("eot"),
    url("/web/20210923091136im_//wp-content/themes/olympos/fonts/5fdc935e-9e30-442a-bbe9-8d887b858471.woff") format("woff"),
    url("/web/20210923091136im_//wp-content/themes/olympos/fonts/616c4c87-a077-43f4-a9f4-f01267c13818.ttf") format("truetype"),
    url("/web/20210923091136im_//wp-content/themes/olympos/fonts/c901ad5f-a842-4549-a1f4-583a97f7e169.svg#c901ad5f-a842-4549-a1f4-583a97f7e169")
      format("svg");
}

@font-face {
  font-family: "TradeGothic";
  src: url("/web/20210923091136im_//wp-content/themes/olympos/fonts/413d9688-00d4-47c4-bb55-656a0cd396e9.eot#iefix");
  src: url("/web/20210923091136im_//wp-content/themes/olympos/fonts/413d9688-00d4-47c4-bb55-656a0cd396e9.eot#iefix")
      format("eot"),
    url("/web/20210923091136im_//wp-content/themes/olympos/fonts/c4aef0d4-bfcf-4790-acf5-909881f411e8.woff") format("woff"),
    url("/web/20210923091136im_//wp-content/themes/olympos/fonts/e741f29c-bc18-4343-bff3-db2465a0be3e.ttf") format("truetype"),
    url("/web/20210923091136im_//wp-content/themes/olympos/fonts/853e2a9b-4057-42a5-ad7e-0762cda0b13c.svg#853e2a9b-4057-42a5-ad7e-0762cda0b13c")
      format("svg");
}

@font-face {
  font-family: "TradeGothicBold";
  src: url("/web/20210923091136im_//wp-content/themes/olympos/fonts/65196ee3-28dd-4eca-b4a6-4e2d22efc769.eot#iefix");
  src: url("/web/20210923091136im_//wp-content/themes/olympos/fonts/65196ee3-28dd-4eca-b4a6-4e2d22efc769.eot#iefix")
      format("eot"),
    url("/web/20210923091136im_//wp-content/themes/olympos/fonts/0909f879-d4b6-4d64-8bfd-b9990c7bd2ff.woff") format("woff"),
    url("/web/20210923091136im_//wp-content/themes/olympos/fonts/974cb5f7-6d77-4490-bdb9-7615021b81f6.ttf") format("truetype"),
    url("/web/20210923091136im_//wp-content/themes/olympos/fonts/5263ddfe-a3e4-4276-b299-753b86ed8c3e.svg#5263ddfe-a3e4-4276-b299-753b86ed8c3e")
      format("svg");
}

@font-face {
  font-family: "activenation";
  src: url("/web/20210923091136im_//wp-content/themes/olympos/fonts/activenation.eot?67821285");
  src: url("/web/20210923091136im_//wp-content/themes/olympos/fonts/activenation.eot?67821285#iefix") format("embedded-opentype"),
    url("/web/20210923091136im_//wp-content/themes/olympos/fonts/activenation.woff?67821285") format("woff"),
    url("/web/20210923091136im_//wp-content/themes/olympos/fonts/activenation.ttf?67821285") format("truetype"),
    url("/web/20210923091136im_//wp-content/themes/olympos/fonts/activenation.svg?67821285#activenation") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* HTML5 display-role reset for older browsers */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.home img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* =======================================================================
## ++ Cleafix
========================================================================== */

/* float clearing for IE6 */
* html .clearfix {
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
* + html .clearfix {
  min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

/*FOOTER IMAGE REPEATER*/

.footer_images_repeater {
  display: inline-flex;
}

.footer_repeater_style {
  padding-right: 25px;
}

/* RESPONSIVE */

@media only screen and (max-width: 1150px) {
  /* HEADER */
  .header-global {
    /*padding: 0 3%;*/
  }
  .heroimg-section-inner {
    height: 100%;
  }
  .main-nav-new li {
    margin-left: 12px;
  }

  .home .hero-front-img {
    display: none !important;
  }

  .container-new {
    width: 95%;
  }

  .container-inner-inside {
    width: 100%;
  }

  .activity-finder,
  .locker {
    width: 100%;
    text-align: center;
    padding: 0 2%;
    padding-top: 25px;
  }

  .social-icons-section {
    display: block;
    padding: 15px 2%;
    height: auto;
  }

  .social-icons-section-left,
  .social-icons-section-right {
    width: 100%;
    text-align: center;
  }

  .social-icons-section-left p {
    padding-right: 0;
    margin-bottom: 15px;
    text-align: center;
  }

  .footer-bottom-credits-right a {
    margin-right: 6%;
  }

  .footer-inner-top-right img {
    height: auto;
  }

  .footer-inner-top-right-txt {
    right: 0;
    left: inherit;
    padding-bottom: 22px;
    width: calc(100% - 219px);
  }

  .footer-inner-top-right-txt p {
    font-size: 24px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 769px) {
  .header-global {
    height: auto;
    max-height: inherit;
    padding: 15px 1%;
  }

  .logo-new img {
    display: block;
  }

  .container-inner {
    height: 100%;
    padding: 50px 0;
    margin: 0;
    justify-content: center;
  }

  .container-inner-inside {
    /* height: 100%; */
  }

  .container-inner-inside h2 {
    font-size: 45px;
  }

  .main-nav-new {
    width: 100%;
    margin-top: 15px;
    text-align: center;
  }

  .heroimg-section {
    max-height: inherit;
    height: auto;
  }

  .home .container-inner-splashimg {
    max-width: 45%;
  }

  .region-select {
    padding: 15px 2%;
    height: auto;
  }

  .region-select-left {
    width: 100%;
    height: auto;
  }

  .region-select-right {
    width: 100%;
    height: auto;
    margin-top: 10px;
  }

  .footer-inner-top {
    display: block;
  }

  .footer-inner-top-left,
  .footer-inner-top-right {
    width: 100%;
    margin-top: 10px;
  }

  .footer-inner-top-left ul {
    float: none;
    width: 78%;
    margin: 0 auto;
  }
  .footer-inner-top-right-txt p {
    font-size: 18px;
    line-height: 19px;
  }
}

@media only screen and (max-width: 481px) {
  .logo-new {
    float: none;
  }

  .logo-new img {
    margin: 0 auto;
  }

  .main-nav-new li:last-of-type,
  .main-nav-new .mnu-download {
    margin-left: 0;
  }

  .container-inner-inside {
    /* height: 85%; */
    min-height: 275px;
  }

  .container-inner-inside h2 {
    margin-bottom: 10px;
  }
  .container-inner-inside h2:after {
    bottom: -2px;
  }
  .container-inner-inside ul li {
    font-size: 18px;
  }
  .home .container-inner-splashimg {
    max-width: 31%;
  }
  .container-inner-inside-joinbtn {
    width: 140px;
    height: 50px;
    font-size: 16px;
    bottom: 2vh;
  }

  .region-select-left p {
    font-size: 18px;
  }

  .venues-dd-filter span,
  .activity-searcher {
    font-size: 12px;
  }

  .activity-finder-inner h3,
  .locker-inner h3 {
    font-size: 28px;
  }

  .activity-finder-inner ul li,
  .locker-inner ul li {
    font-size: 14px;
  }

  .social-icons-section-left p {
    font-size: 16px;
  }

  .social-icons-section-right img {
    height: 3%;
  }

  .footer-inner-top-left ul {
    width: 100%;
  }

  .footer-bottom-credits-left,
  .footer-bottom-credits-right {
    width: 100%;
    padding: 0;
    margin: 10px 0;
  }

  .footer-bottom-credits-right {
    text-align: center;
  }

  .footer-inner-top-right-txt {
    right: 0 !important;
    width: 58% !important;
    left: inherit;
  }
  .footer-inner-top-right-txt p {
    font-size: 14px;
    line-height: 15px;
  }
}

@media only screen and (max-width: 376px) {
  .heroimg-section {
    height: 100vh;
  }
  .main-nav-new li a {
    /* line-height: 30px; */
  }
  .container-inner-inside {
    /* margin-top: 50px; */
  }

  .footer-inner-top-right-txt p {
    font-size: 12px;
    line-height: 13px;
  }
}
@media only screen and (max-width: 321px) {
  .container-inner-inside-joinbtn {
    /* display: none; */
  }
}

header.header-global > .container-new {
  display: flex;
  align-items: center;
}

.container-new.header-global-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hamburger {
  display: none;
  position: relative;
  z-index: 3;
  cursor: pointer;
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
}
.hamburger:hover {
  transform: scale(1.1);
}

span.hamburger-slice {
  width: 25px;
  height: 4px;
  display: block;
  background-color: white;
  opacity: 1;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transform: translate(0, 0) rotate(0);
}

span.hamburger-slice.middle {
  margin: 4px 0;
}
.hamburger.active span.hamburger-slice.top {
  transform: translate(0%, calc(100% + 4px)) rotate(-45deg);
}
.hamburger.active span.hamburger-slice.middle {
  opacity: 0;
}
.hamburger.active span.hamburger-slice.bottom {
  transform: translate(0%, calc(-100% - 4px)) rotate(45deg);
}

@media (max-width: 1000px) {
  header.header-global {
    overflow: hidden;
  }

  header.header-global.nav-open {
    overflow: initial;
  }

  header.header-global > .container-new {
    position: relative;
  }
  .hamburger {
    display: block;
  }

  .main-nav-new {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    background-color: #fccb05;
    max-width: 400px;
    width: 100%;
    z-index: 1;
    margin-top: 0;
    overflow: auto;
    transform: translate3D(100%, 0, 0);
    transition: transform 0.3s ease-in-out;
    padding-bottom: 0px;
  }

  nav.main-nav-new.active {
    transform: translate3d(0, 0, 0);
  }

  #menu-main-navigation {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #d0a701;
    padding-top: 100px;
  }

  body.admin-bar #menu-main-navigation {
    padding-top: 150px;
  }

  .main-nav-new li > a {
    color: white;
    display: block;
    width: 100%;
    padding: 0px 20px;
    border-bottom: 1px solid #6a6242;
  }

  .main-nav-new .last-new-menu > a,
  .main-nav-new .mnu-download > a {
    border-bottom: 0;
    text-align: center;
  }

  .main-nav-new .last-new-menu {
    padding: 20px;
  }

  .main-nav-new .last-new-menu:first-child {
    padding-bottom: 5px;
  }
  .main-nav-new .last-new-menu:last-child {
    padding-top: 5px;
  }

  .container-new.header-global-inner:after {
    content: "";
    position: absolute;
    top: -23px;
    left: -21px;
    width: calc(100% + 48px);
    height: calc(100% + 46px);
    background-color: #fccb05;
    z-index: 2;
  }

  h2.logo-new {
    position: relative;
    z-index: 3;
  }

  .main-nav-new li.has-drop:before {
    display: none;
  }
  .main-nav-new li {
    margin-left: 0;
    padding: 0;
    opacity: 1;
  }

  .drop-down {
    opacity: 1;
    position: static;
    transform: translateY(0);
    padding: 0 !important;
    pointer-events: initial;
    width: 100%;
    background-color: #515152;
    padding: 20px !important;
  }

  .drop-down .container-new {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .find-a-venue-nav {
    width: 100%;
    padding-right: 0px;
  }

  .venue-regions {
    padding-left: 0;
    border: none;
    width: 100%;
    margin-top: 20px;
  }

  .nav-venue-list a.all-venues-link {
    width: 50%;
    opacity: 0.6;
    transition: opacity 0.3s ease-in-out;
  }

  .nav-venue-list a.all-venues-link:hover {
    opacity: 1;
  }

  .event-nav {
    flex-direction: column;
    border-bottom: 1px solid #737171;
  }

  .coming-soon-regions.event-regions {
    display: none;
  }

  .outdoor-activity {
    border: none;
    border-bottom: 1px solid #737171;
  }

  .drop-down .outdoor-activity:nth-child(2) {
    border: 1px solid #737171;
    border-left: 0;
    border-right: 0;
    order: -1;
    border-top: 0px;
  }

  .main-nav-new .mnu-download {
    padding: 20px 0;
    border: none;
    order: -1;
    background: #fccb05;
    border-top: 1px solid #cfa602;
  }

  /* .main-nav-new .mnu-download {
    padding-bottom: 0;
  } */

  .main-nav-new .mnu-book {
    border-top: none;
  }
}

@media (max-width: 376px) {
  .outdoor-activity {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .outdoor-activity-info {
    padding: 10px 0;
  }
  .venue-region-title {
    text-align: center;
  }
  .nav-venue-list a.all-venues-link {
    text-align: center;
  }
  .current-regions.event-regions {
    text-align: center;
  }
}

@media (min-width: 1000px) {
  html,
  body {
    overflow: initial !important;
  }
  .main-nav-new .mnu-download {
    display: none;
  }
}

/* https://active-nation.local/?post_type=venues&p=25075 */
.elementor-flip-box__layer__description {
  text-align: left !important;
}
.elementor-flip-box__layer.elementor-flip-box__front {
  overflow: hidden !important;
}
.elementor-flip-box__layer.elementor-flip-box__front
  .elementor-flip-box__layer__inner {
  background-color: rgba(0, 0, 0, 0.83) !important;
}

.elementor-flip-box__layer.elementor-flip-box__front
  .elementor-flip-box__layer__overlay {
  padding-left: 0 !important;
}

.elementor-flip-box__layer__overlay h3.elementor-flip-box__layer__title {
  padding: 10px 0px 5px 10px !important;
  color: white !important;
  margin: 0px !important;
}

.swiper-slide-contents {
  max-width: 100% !important;
  width: 100% !important;
}
.elementor-slide-heading {
  font-family: "TradeGothicLT-BoldCondTwenty", sans-serif !important;
  font-size: 68px !important;
  letter-spacing: -1.3px !important;
  color: #ffffff !important;
  margin: 0px !important;
  text-transform: uppercase !important;
  position: relative !important;
  padding-bottom: 15px !important;
  text-align: left;
  width: 100%;
}

.elementor-slide-heading:before {
  content: "" !important;
  position: absolute !important;
  width: 150px !important;
  height: 5px !important;
  background: #ffcb05 !important;
  bottom: 0px !important;
  left: 0 !important;
}

/*
     FILE ARCHIVED ON 09:11:36 Sep 23, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:24:41 Jun 24, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.72
  exclusion.robots: 0.073
  exclusion.robots.policy: 0.057
  esindex: 0.012
  cdx.remote: 110.969
  LoadShardBlock: 296.708 (3)
  PetaboxLoader3.datanode: 1172.9 (5)
  PetaboxLoader3.resolve: 576.964 (2)
  load_resource: 1497.185
  loaddict: 939.145
*/