.kidzone-bg {
  background-color: #fff !important;
}

.kidzone-text {
  color: #12275c !important;
}

.kidzone-dark-text {
  color: #8a9307;
}

.kidzone-dark-green-text {
  color: #62ba46;
}

.hidden {
  display: none !important;
}

.bordered {
  border: 1px solid #ccc;
}

.white-border {
  border: 1px solid #fff;
}

.text-shadow {
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.grey-box {
  background-color: #8e97a8 !important;
}

.grey-text {
  color: #8e97a8 !important;
}

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

.inset-shadow {
  -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.3);
}

.border-radius {
  border-radius: 6px;
}

.trans-black-bg {
  background-color: rgba(0, 0, 0, 0.15);
}

.border-kidzone {
  border: 1px solid #910050 !important;
}

.kidzone-grad {
  background: #7b00d9;
  background: linear-gradient(135deg, #7b00d9 0%, #38aae1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b00d9', endColorstr='#38aae1',GradientType=1 );
}

.fullscreen-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  z-index: -100;
  max-height: 100%;
}

.fullscreen-bg .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.25);
}

@media (min-aspect-ratio: 16 / 9) {
  .fullscreen-video {
    width: 100%;
    height: auto;
  }
}

@media (max-aspect-ratio: 16 / 9) {
  .fullscreen-video {
    width: auto;
    height: 100%;
  }
}

.branding img {
  margin: 0 auto;
}

.branding a.btn {
  background-color: #cfdb27;
  font-size: 1.5rem;
}

.card .header {
  margin: -3rem -3rem 3rem -3rem;
  border-radius: 4px 4px 0 0;
}

.card.inverted {
  background-color: transparent;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.16);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.16);
  border: 1px solid #fff;
}

.card .bus-wrapper {
  margin-left: -3rem;
  margin-right: -15px;
  background-color: #e6e6e6;
  border-top: 1px solid #e3e3e3;
}

.card.text-box {
  background-color: rgba(255, 255, 255, 0.7);
}

.day-colour {
  width: .5rem;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}

.wednesday .day-colour {
  background-color: #ccc;
}

.thursday .day-colour {
  background-color: #0070bc;
}

.friday .day-colour {
  background-color: #009b5f;
}

.saturday .day-colour {
  background-color: #a6a1da;
}

.sunday .day-colour {
  background-color: #d9433e;
}

.monday .day-colour {
  background-color: #b3963b;
}

@media (max-width: 767px) {
  .card .header {
    margin: -1rem -1rem 1rem -1rem;
  }

  .day-colour {
    width: 1rem;
  }
}

.def-number-input input {
  display: inline-block;
  border-radius: 8px;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.def-number-input a {
  width: 24px;
  height: 24px;
  display: inline-block;
}

.def-number-input .fas {
  font-size: 24px !important;
  color: #ccc;
}

.validation-message {
  padding: 5px;
  color: #f00;
}

input[type=date]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=search-md]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=text]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
textarea.md-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #38aae1;
  -webkit-box-shadow: 0 1px 0 0 #38aae1;
          box-shadow: 0 1px 0 0 #38aae1;
}

ul {
  padding-left: 20px;
}

.sub-title {
  font-size: 120%;
}

.row.partners a {
  color: #6d6e71 !important;
}

.row.partners a p {
  padding: 5px;
  border-top: 1px solid #ccc;
}

.row.partners .logo {
  height: 100px;
}

.breakout {
  -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25);
  position: relative;
}

.breakout:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

section.list ul {
  padding: 0;
  margin: -1rem !important;
}

section.list ul li {
  display: block;
  list-style: none;
  list-style-type: none;
  padding: .5rem 1rem;
  margin-bottom: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.15);
}

.navbar {
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar.top-nav-collapse {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  padding: 0 !important;
}

.navbar.scrolling-navbar {
  -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
  transition: background .5s ease-in-out, padding .5s ease-in-out;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .navbar {
    background-color: #fff;
  }
}

.navbar .navbar-collapse {
  height: 100%;
}

.navbar .navbar-toggler {
  position: absolute;
  right: 0;
  top: 20px;
  color: #333;
  font-size: 24px;
}

.navbar .navbar-brand {
  display: inline-block;
  padding: 5px;
  margin: 0 50px 0 0;
}

.navbar .navbar-brand img {
  display: block;
}

.navbar .navbar-text {
  position: relative;
  font-weight: bold;
  text-align: center;
  display: block;
}

.navbar .navbar-text small {
  letter-spacing: 3px;
}

@media all and (min-width: 768px) {
  .navbar .navbar-text {
    text-align: right;
  }
}

.navbar .navbar-nav {
  height: 100%;
  float: right;
}

.navbar .navbar-nav .nav-item {
  padding: 0 1rem;
  height: 100%;
}

.navbar .navbar-nav .nav-item.active .nav-link {
  background: transparent !important;
  border-bottom: 4px solid #910050 !important;
}

.navbar .navbar-nav .nav-item .nav-link {
  -webkit-transition: none;
  transition: none;
  font-size: 100%;
  font-weight: bold;
  color: #666;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 4px solid transparent;
}

.navbar .navbar-nav .nav-item .nav-link:hover,
.navbar .navbar-nav .nav-item .nav-link:focus {
  border-bottom: 4px solid #000 !important;
}

.view {
  background-size: cover;
}

footer.page-footer {
  background-color: #8e97a8;
  margin-top: -1px;
}

.flex-center {
  color: #fff;
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  overflow: hidden;
}

.card a .card-title-wrapper {
  min-height: 60px;
  width: 100%;
  display: table;
}

.card a h4 {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  color: #747373;
}

.card a:hover h4 {
  color: #910050;
}

.card a .avatar {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
}

.card a .avatar img {
  width: 150%;
  max-width: 150%;
}

.intro-title {
  z-index: 2;
}

.display-3 {
  font-size: 3.75rem;
}

.lead {
  padding: 10px;
}

.lead .text-box {
  padding: 3rem;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .display-3 {
    font-size: 3rem;
    margin-top: 4rem;
  }

  h3 {
    font-size: 1.3rem;
  }

  img {
    max-width: 100%;
    height: auto;
  }
}

h1 {
  font-size: 4rem;
  color:#fff;
  text-shadow:0 0 6px rgba(0,0,0,0.5);
}

@media screen and (max-width: 640px) {
  h1 {
    font-size: 2rem;
  }

  h5,
  h4 {
    font-size: 1rem;
  }
}

h1,
h2,
h3,
h4,
.btn {
  font-family: 'Proxima-soft', sans-serif;
  font-weight: 700 !important;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
.btn strong {
  font-weight: 700 !important;
}

p {
  font-size: 18px;
}

body {
  font-family: 'Proxima-soft', sans-serif;
  background-color: #dede1e;
  background-image: url(/themes/venture-kidzone/assets/images/2024_background.jpg);
  background-attachment: fixed;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: fill;
}

@media screen and (min-width: 0) and (max-width: 768px) {
  body {
    background-image: url(/themes/venture-kidzone/assets/images/2023_background2.jpg);
  }
}

h4.coordinates {
  color: #910050;
}

.container {
  position: relative;
}

.sgs-icon {
  position: absolute;
  margin-top: -75px;
  left: 50%;
  margin-left: -30px;
  display: block;
}

.oc-img-bordered {
  border: 4px solid #ccc;
}

.text-center > ul {
  display: inline-block;
  text-align: left;
  margin: 0 auto;
}

.divider-new:before,
.divider-new:after {
  background: #910050;
}

.text-center table {
  margin: 0 auto !important;
}

table td {
  padding: 5px;
}

table th {
  padding: 5px;
  font-weight: bold;
  background-color: #f3f3f3;
}

.btn.primary {
  background-color: #910050;
}

.btn.primary:hover,
.btn.primary:focus {
  background-color: #fff;
  color: #910050 !important;
}

.btn.btn-outline-white:hover {
  border-color: #910050;
}

.btn:hover {
  border-color: #fff;
}

.banner-footer {
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: -2%;
  margin-bottom: 3rem;
  background-color: #fff;
  -webkit-box-shadow: 0 -6px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 -6px 10px rgba(0, 0, 0, 0.15);
  border-top: 4px solid #ccc;
}

.banner-footer .container {
  text-align: center;
}

.banner-footer ul {
  margin: 0 auto;
  padding: 0;
}

.banner-footer ul li {
  list-style: none;
  list-style-type: none;
  display: inline-block;
  margin: 0;
  padding: 5px;
  text-align: center;
  max-width: 30%;
  position: relative;
  background-color: #fff;
}

.banner-footer ul li img {
  border-radius: 50%;
  width: 160px;
  height: auto;
  max-width: 90%;
  margin: -50% auto 0 auto;
}

.img-shadow {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.4);
          box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.4);
}

.cover-image .bg-graphic {
  position: absolute;
  top: 0%;
  left: 50%;
  right: 0;
  display: block;
  width: 60%;
  height: 60%;
  margin-left: -30%;
}

.cover-image .bg-graphic img {
  width: 100% !important;
  height: 100% !important;
}

.cover-image .bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #00adee;
  background: linear-gradient(135deg, rgba(0, 173, 238, 0.8) 0%, rgba(98, 186, 70, 0.8) 70%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00adee', endColorstr='#62ba46',GradientType=1 );
}

.cover-image.bg-wrapper {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  z-index: -1;
}

.cover-image.img-fluid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
  overflow-x: hidden;
  z-index: -1;
}

.cover-image.view {
  height: 100%;
}

.cover-image.view.leadership {
  height: auto;
}

.blue-comet {
  position: absolute;
  right: 0;
  top: 2px;
}

.navbar-text .blue-comet {
  position: relative;
  display: block;
  top: auto;
  width: 100%;
  height: 2px;
}

@media all and (min-width: 768px) {
  .navbar-text .blue-comet {
    width: 150%;
    left: -50%;
  }
}

.load-line {
  height: 2px;
  width: 100%;
  background: #910050;
  position: absolute;
  top: 0;
}

#mapbox {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

.mapboxgl-marker {
  font-size: 30px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  color: #910050;
}

.venture-logo {
  display: inline-block;
}

.venture-logo img {
  background-color: #fff;
}

.topbar {
  position: fixed;
  top: 0;
  z-index: 1000;
  text-align: right;
}

.topbar a {
  font-size: 16px;
  color: #122147;
  display: inline-block;
  background-color: #cfdb27;
  padding: 6px 12px 12px 12px;
  border-radius: 0 0 6px 6px;
}

.topbar a:hover {
  background-color: #3490dc;
  color: #fff;
}

.shaker {
  line-height: 16px;
  vertical-align: middle;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation-name: shakeMe;
          animation-name: shakeMe;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes shakeMe {
  2%, 18% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  4%, 16% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  6%, 10%, 14% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  8%, 12% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  18.1% {
    -webkit-transform: translate3d(0px, 0, 0);
            transform: translate3d(0px, 0, 0);
  }
}

@keyframes shakeMe {
  2%, 18% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  4%, 16% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  6%, 10%, 14% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  8%, 12% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  18.1% {
    -webkit-transform: translate3d(0px, 0, 0);
            transform: translate3d(0px, 0, 0);
  }
}

/*
 * off canvas sidebar
 * --------------------------------------------------
 */

#sidebar {
  position: fixed;
  left: 0;
  bottom: 0;
  top: 0;
  z-index: 1000;
}

.footer-top {
  /* background:url(/themes/venture-kidzone/assets/images/footer.png) no-repeat bottom left;
  height:34px; */
}

#footer {
  background-color: #364468;
  color: #fff;
}

.sponsors {
  border-top: 1px solid #364468;
}

.sponsors h4 {
  color: #cfdb27;
}

#main {
  margin-left: 60px;
}

.main-menu .fa-2x {
  font-size: 1.5em;
}

.main-menu .fa {
  position: relative;
  display: table-cell;
  width: 60px;
  height: 36px;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
}

.main-menu:hover,
nav.main-menu.expanded {
  width: 250px;
  overflow: visible;
}

.main-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  width: 60px;
  overflow: hidden;
  -webkit-transition: width .05s linear;
  transition: width .05s linear;
  -webkit-transform: translateZ(0) scale(1, 1);
  z-index: 1000;
  background-color: #12275c;
  border-right: 1px solid #2b4fa9;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.main-menu > ul {
  margin: 7px 0;
}

.main-menu li {
  position: relative;
  display: block;
  width: 290px;
}

.main-menu li > a {
  position: relative;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  -webkit-transform: translateZ(0) scale(1, 1);
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  line-height: 1;
}

.main-menu li > a:hover {
  background-color: #2b4fa9;
}

.main-menu li > a.active {
  background-color: #254289;
}

.main-menu li > a.active i {
  color: #fff;
}

.main-menu .nav-icon {
  position: relative;
  display: table-cell;
  width: 60px;
  height: 36px;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  color: #cfdb27;
}

.main-menu .nav-text {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 190px;
}

.main-menu > ul.cart {
  position: absolute;
  left: 0;
  bottom: 0;
}

.no-touch .scrollable.hover {
  overflow-y: hidden;
}

.no-touch .scrollable.hover:hover {
  overflow-y: auto;
  overflow: visible;
}

a:hover,
a:focus {
  text-decoration: none;
}

nav {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

nav ul,
nav li {
  outline: 0;
  margin: 0;
  padding: 0;
}

.kz-head.large {
  display: none;
}

a:link,
a:visited,
a:active {
  color: #e91b6e;
}

.text-white a:link,
.text-white a:visited,
.text-white a:active {
  text-decoration: underline;
}

.text-white a:link.btn,
.text-white a:visited.btn,
.text-white a:active.btn {
  text-decoration: none;
}

@media screen and (min-width: 1025px) {
  .kz-head.small {
    display: none;
  }

  .kz-head.large {
    display: block;
    margin-left: -20px;
  }

  #main {
    margin-left: 75px;
  }

  .main-menu,
  .main-menu .nav-icon {
    width: 75px;
  }

  .main-menu li {
    width: 265px;
  }

  .main-menu:hover,
  nav.main-menu.expanded {
    width: 265px;
  }

  .main-menu .fa-2x {
    font-size: 1.75em;
    height: 50px;
  }

  .main-menu li > a {
    font-size: 18px;
  }
}

/* ====

  Checkout

======= */

.mall-cart__table {
  width: 100%;
}

.mall-cart__header,
.mall-cart__grand-total,
.mall-cart__total {
  padding: 10px 15px;
  background-color: #e3e3e3;
}

.mall-cart__product {
  border-bottom: 1px solid #e3e3e3;
}

#card-element {
  padding: 6px 12px !important;
  border: 2px solid #3490dc !important;
  border-radius: 6px;
  background-color: #fff;
}

.postage-select {
  padding: 15px 30px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.shipping-selected {
  padding: 15px 30px;
  background-color: #cfdb27;
  min-height: 119px;
  border-radius: 6px;
  font-size: 18px;
}

.change-button {
  padding: 3px 6px;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-top: 10px;
  display: inline-block;
}

.form-error {
  color: #f00;
}

.payment-error {
  padding: 15px 30px;
  border: 2px solid #e3e3e3;
}

.mall-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  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;
}

.mall-overlay svg {
  margin: 15px 70px;
}

.activity-zone {
  border-radius: 0 0 6px 6px;
  padding: 5px 10px;
  background-color: #3490dc;
}

.activity {
  border-radius: 6px 6px 0 0;
  background-color: #fff;
  min-height: 300px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

.activity .header {
  margin: -16px -16px 0 -16px;
  height: 160px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.activity .header .grad {
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(66%, rgba(38, 46, 60, 0)), to(#3a455b));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(38, 46, 60, 0) 66%, #3a455b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a63a455b',GradientType=0 );
}

.activity .title {
  padding: 10px;
  position: absolute;
  bottom: 0px;
  line-height: .75;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}

.activity .category span i {
  color: #cfdb27;
}

#filterActivities {
  border-radius: 6px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

#filterActivities label {
  font-weight: bold;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.grid:after {
  content: '';
  display: block;
  clear: both;
}

.grid-sizer,
.grid-item {
  width: 33.333%;
}

.grid-sizer img,
.grid-item img {
  border: 4px solid transparent;
}

@media (max-width: 575px) {
  .grid-sizer,
  .grid-item {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .grid-sizer,
  .grid-item {
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .grid-sizer,
  .grid-item {
    width: 33.333%;
  }
}

@media (min-width: 992px) {
  .grid-sizer,
  .grid-item {
    width: 25%;
  }
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

