.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.logo-caption.header {
  width:50%;
  justify-self:left;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  font-family: ff-cocon-pro, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 1.2em;
}

p {
  margin-bottom: 15px;
  line-height: 1.4em;
  font-weight: 300;
}

.page-caption {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  max-width: 1300px;
  margin-top: 60px;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.page-caption.page-captions {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.play-icon {
  width: 50%;
  margin-right: 40px;
}

.caption {
  width: 50%;
}

.heading-one {
  margin-bottom: 25px;
  color: #fff;
  font-size: 73px;
  line-height: 1em;
}

.heading-one.page-header {
  font-size: 60px;
}

.nav1 {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav.footer {
  position: relative;
}

.logo-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  position:relative;
}

.social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.heading-caption {
  margin-bottom: 20px;
  color: #fff;
  font-size: 33px;
  line-height: 1.1em;
  font-style: italic;
  font-weight: 300;
}

.logo {
  margin-right: 20px;
  color: #fff;
  font-size: 44px;
  line-height: 1em;
  letter-spacing: -1px;
  white-space: nowrap;
}

.logo.footer-logo {
  color: #f28438;
}

.logo-caption {
  color: #f28438;
  font-size: 23px;
  font-style: italic;
  font-weight: 700;
}

.logo-caption.footer-caption {
  color: #000;
}

.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  margin-left: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 8px solid #f28438;
  border-radius: 50px;
  background-color: #e16700;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.4);
}

.social.facebook {
  background-image: url('../images/Facebook.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.social.twitter {
  background-image: url('../images/Twitter.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.social.youtube {
  background-image: url('../images/Youtube.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.pick-game {
  padding-top: 40px;
  padding-bottom: 120px;
}

.full-c {
  width: 85%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.how-it-works {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 160px;
  padding-bottom: 160px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/How-It-Works-BG.png');
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.calendar-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.calendar-header-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.heading-two {
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 40px;
  line-height: 1em;
}

.heading-two.white {
  color: #fff;
}

.key-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.key {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.key-dot {
  width: 22px;
  height: 22px;
  margin-top: 10px;
  margin-right: 3px;
  margin-bottom: 10px;
  border-radius: 20px;
}

.key-dot.general {
  background-color: #3e62dd;
}

.key-dot.themed {
  background-color: #f28438;
}

.key-dot.game-type-three {
  background-color: #53b68a;
}

.key-dot.game-type-four {
  background-color: #6748af;
}

.key-dot.game-type-five {
  background-color: #8b8b8b;
}

.key-text {
  font-size: 13px;
  line-height: 1em;
}

.schedule-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.month-label {
  margin-bottom: 30px;
  font-size: 22px;
  text-align: center;
  text-transform: uppercase;
}

.day-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.day {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 14.29%;
  padding: 10px 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-weight: 300;
}

.day.current-day {
  background-color: #d8d8d8;
}

.day.expired {
  opacity: 0.3;
}

.month {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px none #000;
  border-radius: 30px;
  background-color: #f6f6f6;
}

.week {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.day-label {
  width: 14.291%;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.game-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 210px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 1;
}

.day-number {
  margin-bottom: 10px;
}

.game-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 10px 10px 10px 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  line-height: 1.12em;
  font-weight: 700;
  text-decoration: none;
}

.game-link.game-type-3 {
  background-color: #53b68a;
}

.game-link.game-type-3:hover {
  background-color: #409e74;
}

.game-link.game-type-4 {
  background-color: #6748af;
}

.game-link.game-type-4:hover {
  background-color: #7a5ebb;
}

.game-link.general-game {
  background-color: #3e62dd;
}

.game-link.general-game:hover {
  background-color: #5776e2;
}

.game-link.themed-game {
  background-color: #f28438;
}

.game-link.themed-game:hover {
  background-color: #fa9b4c;
}

.game-link.game-type-5 {
  background-color: #8b8b8b;
}

.game-link.game-type-5:hover {
  background-color: #9c9c9c;
}

.player-count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  margin-left: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 14px;
  line-height: 2em;
  font-weight: 300;
}

.upcoming {
  display: none;
  opacity: 0;
}

.button {
  width: 235px;
  padding: 17px;
  border-style: solid;
  border-width: 8px;
  border-color: #f28438;
  border-radius: 50px;
  background-color: #e16700;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.35);
  font-size: 17px;
  text-align: center;
}

.button:hover {
  border-color: #fd944c;
  background-color: #f28438;
}

.schedule-button {
  position: absolute;
  top: 20px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  margin-right: auto;
  margin-left: auto;
  padding: 17px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 8px solid #989898;
  border-radius: 50px;
  background-color: #6f6f6f;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 17px;
  text-decoration: none;
}

.schedule-button:hover {
  background-color: #8a8a8a;
}

.button-arrow {
  margin-left: 10px;
}

.scroll-arrow {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}

.button-expand {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-collapse {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-span {
  margin-right: 0px;
  font-style: italic;
  font-weight: 300;
}

.select-game {
  position: relative;
  z-index: 1;
  padding-bottom: 60px;
}

.intro-text {
  margin-bottom: 40px;
  color: #c3b8dd;
  font-size: 21px;
  line-height: 1.5em;
  font-weight: 300;
}

.icon-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.heading-three {
  color: #fff;
  font-size: 55px;
  line-height: 1em;
}

.icon-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-virtual-trivia {
  padding-top: 40px;
  padding-bottom: 40px;
}

.about-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.screen {
  width: 50%;
  min-height: 450px;
  margin-right: 60px;
  border-radius: 15px;
  background-image: url('../images/Screen.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}

.about-content {
  width: 50%;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
}

.socket {
  background-color: #ececec;
}

.socket-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  text-decoration: none;
}

.logotext {
  margin-right: 20px;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.icon-image.share-image {
  margin-right: 40px;
}

.modal-overlay {
  position: fixed;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.65);
  opacity: 0;
}

.modal-window {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* width: 1000px; */
  width: 45%;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.65);
}

.close {
  position: absolute;
  left: auto;
  top: -10px;
  right: -10px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px;
  background-color: #000;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.65);
}

.modal-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #e2e2e2;
}

.modal-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-heading-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* padding-top: 30px;
  padding-right: 60px;
  padding-left: 60px; */
  padding: 20px 50px 0px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.subheading {
  font-size: 30px;
  font-weight: 300;
}

.game-content-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* padding: 40px 60px; */
  padding: 30px 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.game-content-c.selected {
  padding: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.game-description-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.game-description-c.selected {
  width: 65%;
  margin-right: 0px;
}

.game-screen {
  width: 50%;
  min-height: 300px;
  border-radius: 15px;
  background-image: url('../images/Walking-Dead.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.3);
}

.game-screen.selected {
  width: 35%;
  min-height: 235px;
  margin-right: 40px;
}

.date-time-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.date {
  margin-right: 30px;
}

.book-game-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.book-icon {
  width: 190px;
  height: 160px;
  margin-right: 20px;
  background-image: url('../images/Book-Icon-SM.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.heading-four {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 1em;
  font-weight: 400;
}

.heading-four.game-heading {
  text-align: center;
}

.or {
  margin-right: 20px;
  margin-left: 20px;
  font-size: 25px;
  font-style: italic;
  font-weight: 300;
}

.button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.game-button-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  /* padding: 30px 40px 40px; */
  padding: 20px 30px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.game-selected {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #ececec;
}

._3-5-c {
  width: 85%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.breadcrumb-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #979797;
  font-size: 17px;
  font-weight: 300;
}

.breadcrumb-c:hover {
  color: #777;
}

.breadcrumb-arrow {
  margin-top: 3px;
  margin-right: 10px;
}

.form-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-row.credit-card-c {
  margin-bottom: 25px;
}

._1-2-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48.5%;
  margin-top: 25px;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.field-label {
  font-weight: 400;
}

.text-field {
  padding: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: grey;
  border-radius: 3px;
}

.text-field.numeric {
  width: 100px;
}

.cost-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cost {
  font-size: 40px;
  font-weight: 700;
}

.subcost {
  margin-top: 5px;
  margin-right: 15px;
  font-size: 25px;
  font-weight: 400;
}

._1-3-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31.5%;
  margin-bottom: 10px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #8b8b8b;
  border-radius: 3px;
}

.credit-card-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.credit-card {
  margin-right: 10px;
}

._1-4-c {
  width: 23%;
  margin-top: 10px;
  margin-bottom: 10px;
}

._1-1-c {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-button {
  width: 235px;
  margin-top: 15px;
  padding: 15px 17px;
  border-style: solid;
  border-width: 8px;
  border-color: #f28438;
  border-radius: 50px;
  background-color: #e16700;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.35);
  font-size: 17px;
}

.form-button:hover {
  border-color: #fd944c;
  background-color: #f28438;
}

.form-button.id-form-button {
  margin-top: -10px;
}

.checkbox-label {
  margin-left: 10px;
  line-height: 1.3em;
  font-weight: 300;
}

.banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner.walking-dead {
  background-image: linear-gradient(89deg, rgba(0, 0, 0, 0.85), rgba(89, 69, 154, 0.85)), url('../images/Walking-Dead-Banner.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.banner.join {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.85)), to(rgba(89, 69, 154, 0.85))), url('../images/Home-Banner.jpg');
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.85), rgba(89, 69, 154, 0.85)), url('../images/Home-Banner.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.booking-details-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 40px 40px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px none #000;
  border-radius: 30px;
  background-color: #ececec;
}

.results-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.game-id {
  padding: 15px 30px;
  border-radius: 50px;
  background-color: #ded8ec;
  color: #6748af;
  font-weight: 700;
}

.results {
  width: 130px;
}

.share-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.share-buttons-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.orange-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 235px;
  margin-right: 0px;
  margin-bottom: 20px;
  padding: 17px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 8px solid #f28438;
  border-radius: 50px;
  background-color: #e16700;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.35);
  color: #fff;
  text-decoration: none;
}

.orange-button:hover {
  border-color: #fd944c;
  background-color: #f28438;
}

.orange-button.share-button {
  margin-right: 20px;
}

.share-text {
  font-size: 17px;
}

.share-text.mobile-share-text {
  display: none;
  margin-left: 5px;
}

.button-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.banner-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 50vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer .logo.footer-logo {margin-bottom: 10px;}

.caption-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.home-caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  max-width: 1300px;
  margin: 60px auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.day-mo {
  display: none;
  padding-right: 5px;
}

.date-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.today {
  margin-bottom: 10px;
  padding-left: 5px;
}

.social-icons {
  margin-right: 10px;
}

html.w-mod-js *[data-ix="fade-content"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="scale-content"] {
  opacity: 0;
  -webkit-transform: scale(0.67, 0.67);
  -ms-transform: scale(0.67, 0.67);
  transform: scale(0.67, 0.67);
}

#applyNow {
    color: blue;
    cursor: pointer;
    font-style: italic;
}

#applyNow:hover {
    text-decoration: underline;
}

@media screen and (max-width: 3000px) and (min-width: 2000px) {
  .modal-window {
    width: 33%;
  }
}

@media screen and (max-width: 1500px) {
  .modal-window {
    /* overflow: scroll; */
    width: 65%;
    /* max-height: 90%;
    margin: 5%; */
  }
  .game-screen {
    /* display: none; */
    min-height: 175px;
  }
  .modal-heading-c {
    padding: 12px 12px 0;
  }
  .game-content-c {
    padding: 12px;
  }
  .game-button-c {
    padding: 12px;
  }
}

@media screen and (max-width: 1150px) {
  .modal-window {
    overflow: scroll;
    width: 80%;
    max-height: 90%;
    margin: 5%;
  }
}

@media screen and (max-width: 991px) {
  p {
    margin-bottom: 10px;
    text-align: center;
  }
  .page-caption {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .play-icon {
    margin-right: 0px;
  }
  .caption {
    width: 100%;
    text-align: center;
  }
  .heading-one {
    font-size: 45px;
  }
  .heading-one.page-header {
    font-size: 45px;
  }
  .heading-caption {
    font-size: 25px;
  }
  .logo {
    font-size: 40px;
  }
  .logo-caption.header {
    position:absolute;
	order:3;
	left:auto;
	right:auto;
	top:175px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	width: auto;
  }
  .social {
    /* width: 45px;
    height: 45px;
    border-width: 7px; */
    width: 40px;
    height: 40px;
    border-width: 3px;
  }
  .pick-game {
    padding-top: 20px;
  }
  .full-c {
    text-align: center;
  }
  .how-it-works {
    padding-top: 100px;
    padding-bottom: 100px;
    background-size: cover;
  }
  .calendar-header-c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading-two {
    margin-top: 20px;
    font-size: 35px;
    text-align: center;
  }
  .schedule-c {
    margin-top: 20px;
  }
  .day-c {
    display: none;
  }
  .day {
    width: 100%;
    padding: 30px;
    border-bottom: 10px solid #fff;
  }
  .day.current-day {
    background-color: #222;
    color: #fff;
  }
  .day.expired {
    display: none;
    opacity: 1;
  }
  .week {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .game-c {
    height: auto;
  }
  .day-number {
    text-align: left;
  }
  .select-game {
    padding-bottom: 20px;
  }
  .intro-text {
    font-size: 17px;
    text-align: center;
  }
  .heading-three {
    font-size: 35px;
  }
  .about-virtual-trivia {
    padding-bottom: 0px;
  }
  .about-c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .screen {
    width: 100%;
    margin-right: 0px;
  }
  .about-content {
    width: 100%;
  }
  .icon-image.share-image {
    margin-right: 0px;
  }
  .modal-window {
    overflow: scroll;
    width: 90%;
    max-height: 90%;
    margin: 5%;
  }
  .close {
    top: 0px;
    right: -1px;
    border-color: transparent;
    border-radius: 0px 0px 0px 15px;
  }
  .modal-bottom {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .modal-heading-c {
    padding-right: 40px;
    padding-left: 40px;
  }
  .subheading {
    font-size: 25px;
  }
  .game-content-c {
    padding-top: 20px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .game-content-c.selected {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .game-description-c {
    width: 100%;
    margin-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .game-description-c.selected {
    width: 100%;
  }
  .game-screen {
    width: 100%;
    min-height: 275px;
  }
  .game-screen.selected {
    width: 100%;
    min-height: 325px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .book-game-c {
    margin-right: 20px;
    margin-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .book-icon {
    display: none;
  }
  .heading-four {
    text-align: left;
  }
  .heading-four.game-heading {
    overflow: scroll;
    font-size: 23px;
  }
  .button-container {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .game-button-c {
    padding-top: 25px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  ._3-5-c {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .form-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  ._1-2-c {
    width: 100%;
    margin-top: 0px;
  }
  .text-field.numeric {
    width: 100%;
  }
  .cost-c {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .cost {
    font-size: 21px;
  }
  .subcost {
    font-size: 18px;
    font-weight: 300;
  }
  ._1-3-c {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-color: transparent;
  }
  ._1-4-c {
    width: 100%;
    margin-top: 0px;
  }
  ._1-1-c {
    margin-bottom: 20px;
  }
  .form-button {
    width: 100%;
  }
  .form-button.id-form-button {
    margin-top: 0px;
  }
  .checkbox-label {
    font-size: 17px;
  }
  .booking-details-c {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .results-c {
    width: 100%;
  }
  .results {
    width: auto;
    margin-right: 20px;
  }
  .results.players {
    font-size: 21px;
    font-weight: 700;
  }
  .results.team-name {
    font-size: 21px;
    font-weight: 700;
  }
  .share-c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .orange-button {
    width: 100%;
  }
  .orange-button.share-button {
    margin-right: 0px;
  }
  .button-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .banner-c {
    min-height: 35vh;
  }
  .home-caption {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .day-mo {
    display: block;
  }
}

@media screen and (max-width: 767px) {
	   .logo-caption.header {
		 justify-content:center;
		 top:155px;
	}
  p {
    font-size: 17px;
  }
  .play-icon {
    width: 75%;
  }
  .heading-one {
    font-size: 37px;
  }
  .heading-one.page-header {
    font-size: 37px;
  }
  .heading-caption {
    font-size: 18px;
  }
  .logo {
    /* font-size: 37px; */
    font-size: 30px;
  }
  .how-it-works {
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#59459a), to(#000)), url('../images/How-It-Works-BG.png');
    background-image: linear-gradient(180deg, #59459a, #000), url('../images/How-It-Works-BG.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .heading-two.white {
    margin-top: 0px;
  }
  .key {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .select-game {
    padding-bottom: 40px;
  }
  .icon-c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .icon {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .icon-arrow {
    display: none;
  }
  .icon-image {
    width: 60%;
  }
  .modal-heading-c {
    padding-right: 30px;
    padding-left: 30px;
  }
  .game-content-c {
    padding: 10px 30px 30px;
  }
  .game-screen {
    min-height: 250px;
  }
  .game-screen.selected {
    min-height: 300px;
  }
  .heading-four {
    font-size: 21px;
  }
  .heading-four.game-heading {
    display: none;
  }
  .or {
    display: none;
  }
  .button-container {
    margin-bottom: 0px;
  }
  .game-button-c {
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._1-3-c {
    margin-bottom: 10px;
  }
  .share-text.mobile-share-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .logo-caption.header {
		 top:125px;
	}
  .play-icon {
    width: 100%;
  }
  .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .logo {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .heading-two {
    font-size: 26px;
  }
  .key-c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .key {
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .key-dot {
    margin-right: 5px;
  }
  .day.current-day {
    border-bottom-style: none;
    border-radius: 20px;
  }
  .socket-c {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .logotext {
    margin-right: 0px;
    padding-bottom: 10px;
  }
  .modal-top {
    background-color: transparent;
  }
  .modal-heading-c {
    padding-right: 20px;
    padding-left: 20px;
  }
  .game-content-c {
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
  }
  .game-screen {
    display: none;
    min-height: 175px;
  }
  .game-screen.selected {
    min-height: 200px;
  }
  .date-time-c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .date {
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .game-button-c {
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .cost-c {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cost {
    font-size: 25px;
    font-weight: 700;
  }
  .subcost {
    margin-bottom: 10px;
  }
  .booking-details-c {
    padding: 20px 30px;
  }
  .results-c {
    margin-top: 10px;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .game-id {
    padding: 0px;
    background-color: transparent;
    color: #000;
    font-size: 25px;
    text-align: left;
  }
  .results {
    margin-bottom: 0px;
  }
  .results.players {
    margin-bottom: 0px;
    font-size: 25px;
    font-weight: 700;
    text-align: left;
  }
  .results.team-name {
    width: 100%;
    font-size: 25px;
    font-weight: 700;
    text-align: left;
  }
  .game-description {
    display: none;
  }
}
