@import url('https://fonts.googleapis.com/css?family=Kanit:400,400i,600,700&display=swap');
/*
 Theme Name: pel
 Theme URI: http://insane.lu/
 Author: Insane Creative Studio
 Author URI: http://insane.lu/
 Description: PEL theme by Insane Creative Studio
 Version: 1.0.0
 Text Domain: pel
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1, .single-news .entry-content h2, .single-event .entry-content h2, .single-news .entry-content h3, .single-event .entry-content h3, .single-news .entry-content h4, .single-event .entry-content h4, .single-news .entry-content h5, .single-event .entry-content h5, .single-news .entry-content h6, .single-event .entry-content h6 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
/* -------------------------------------------------------------
 MIXINS
 --------------------------------------------------------------*/
/* Hang */
@keyframes hang {
  50% {
    transform: translate(-50%, 3px);
  }
  100% {
    transform: translate(-50%, 6px);
  }
}
.hang {
  display: inline-block;
  transition-duration: 0.1s;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hang:hover {
  transform: translateY(6px);
  animation-name: hang;
  animation-duration: 0.5s;
  animation-delay: 0.1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
/* -------------------------------------------------------------
 BASE
 --------------------------------------------------------------*/
html, body {
  margin: 0;
  font-family: 'Kanit', sans-serif;
}
body {
  background-color: #181f30;
}
.kc_row * {
  outline: none;
}
.skip-link {
  display: none;
}
.site-content {
  margin-top: 86px;
  overflow: auto;
  overflow-y: hidden;
  overflow-x: hidden;
}
.separator img {
  display: block;
  width: 100%;
  height: 100%;
}
.white-button {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 10px 20px 12px 20px;
  background-color: white;
  text-decoration: none;
  color: #181f30;
  transition: all 0.3s ease-in-out;
}
.white-button:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
#cookie-law-info-bar {
  background-color: #181f30 !important;
}
#cookie-law-info-bar span {
  color: white !important;
}
#cookie-law-info-bar span .cli-plugin-button {
  display: inline-block;
  font-size: 16px !important;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 10px 20px 12px 20px;
  border: 2px solid #3ba6e2;
  text-decoration: none;
  color: white;
  cursor: pointer;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.45);
  transition: all 0.3s ease-in-out;
  background: none !important;
}
#cookie-law-info-bar span .cli-plugin-button:hover {
  background-color: #3ba6e2;
  color: white !important;
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  text-shadow: none;
}
#cookie-law-info-bar span .cli-plugin-main-link:hover {
  color: white !important;
}
/* -------------------------------------------------------------
 CONTACT FORM
 --------------------------------------------------------------*/
input.wpcf7-not-valid {
  border: 2px solid #c74444 !important;
}
.wpcf7-not-valid-tip {
  color: #c74444 !important;
  margin-top: 5px;
}
.wpcf7-response-output {
  display: block;
  margin: 30px 0 0 0 !important;
  padding: 15px !important;
  border: 0 !important;
  background-color: #3dadeb !important;
}
.wpcf7-validation-errors, .wpcf7-spam-blocked {
  background-color: #c74444 !important;
  color: white !important;
}
.wpcf7-mail-sent-ok {
  background-color: #3dadeb !important;
  color: white !important;
}
.wpcf7-form-control-wrap {
  margin-top: 20px;
}
/* -------------------------------------------------------------
 COOKIE SETTINGS
 --------------------------------------------------------------*/
#cookie_action_close_header {
  padding: 15px 30px;
  border-radius: 3px;
  text-decoration: none;
  color: #3d3d3d;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 20px;
}
#cookie_action_close_header_reject {
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
}
.cli-plugin-main-link {
  color: white;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.cookie-settings-link {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cli-plugin-main-link:hover, .cookie-settings-link:hover {
  color: #3d3d3d !important;
}
/* -------------------------------------------------------------
 DEFAULT PAGE
 --------------------------------------------------------------*/
.entry-header {
  display: block;
  padding: 100px 0 50px 0;
  text-align: center;
  background-color: #242d48;
}
.entry-header h1, .entry-header .single-news .entry-content h2, .single-news .entry-content .entry-header h2, .entry-header .single-event .entry-content h2, .single-event .entry-content .entry-header h2, .entry-header .single-news .entry-content h3, .single-news .entry-content .entry-header h3, .entry-header .single-event .entry-content h3, .single-event .entry-content .entry-header h3, .entry-header .single-news .entry-content h4, .single-news .entry-content .entry-header h4, .entry-header .single-event .entry-content h4, .single-event .entry-content .entry-header h4, .entry-header .single-news .entry-content h5, .single-news .entry-content .entry-header h5, .entry-header .single-event .entry-content h5, .single-event .entry-content .entry-header h5, .entry-header .single-news .entry-content h6, .single-news .entry-content .entry-header h6, .entry-header .single-event .entry-content h6, .single-event .entry-content .entry-header h6, .entry-header h2 {
  font-size: 80px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  line-height: 0.9;
  text-shadow: 5px 5px 0px rgba(0, 0, 0, 0.45);
  margin: 0;
  padding: 0;
  letter-spacing: 2px;
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1090px) {
  .entry-header h1, .entry-header .single-news .entry-content h2, .single-news .entry-content .entry-header h2, .entry-header .single-event .entry-content h2, .single-event .entry-content .entry-header h2, .entry-header .single-news .entry-content h3, .single-news .entry-content .entry-header h3, .entry-header .single-event .entry-content h3, .single-event .entry-content .entry-header h3, .entry-header .single-news .entry-content h4, .single-news .entry-content .entry-header h4, .entry-header .single-event .entry-content h4, .single-event .entry-content .entry-header h4, .entry-header .single-news .entry-content h5, .single-news .entry-content .entry-header h5, .entry-header .single-event .entry-content h5, .single-event .entry-content .entry-header h5, .entry-header .single-news .entry-content h6, .single-news .entry-content .entry-header h6, .entry-header .single-event .entry-content h6, .single-event .entry-content .entry-header h6, .entry-header h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .entry-header h1, .entry-header .single-news .entry-content h2, .single-news .entry-content .entry-header h2, .entry-header .single-event .entry-content h2, .single-event .entry-content .entry-header h2, .entry-header .single-news .entry-content h3, .single-news .entry-content .entry-header h3, .entry-header .single-event .entry-content h3, .single-event .entry-content .entry-header h3, .entry-header .single-news .entry-content h4, .single-news .entry-content .entry-header h4, .entry-header .single-event .entry-content h4, .single-event .entry-content .entry-header h4, .entry-header .single-news .entry-content h5, .single-news .entry-content .entry-header h5, .entry-header .single-event .entry-content h5, .single-event .entry-content .entry-header h5, .entry-header .single-news .entry-content h6, .single-news .entry-content .entry-header h6, .entry-header .single-event .entry-content h6, .single-event .entry-content .entry-header h6, .entry-header h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 480px) {
  .entry-header h1, .entry-header .single-news .entry-content h2, .single-news .entry-content .entry-header h2, .entry-header .single-event .entry-content h2, .single-event .entry-content .entry-header h2, .entry-header .single-news .entry-content h3, .single-news .entry-content .entry-header h3, .entry-header .single-event .entry-content h3, .single-event .entry-content .entry-header h3, .entry-header .single-news .entry-content h4, .single-news .entry-content .entry-header h4, .entry-header .single-event .entry-content h4, .single-event .entry-content .entry-header h4, .entry-header .single-news .entry-content h5, .single-news .entry-content .entry-header h5, .entry-header .single-event .entry-content h5, .single-event .entry-content .entry-header h5, .entry-header .single-news .entry-content h6, .single-news .entry-content .entry-header h6, .entry-header .single-event .entry-content h6, .single-event .entry-content .entry-header h6, .entry-header h2 {
    font-size: 30px;
  }
}
.header-separator {
  display: block;
  width: 100%;
  margin-bottom: 50px;
  margin-top: -1px;
}
.header-separator img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.edit-link {
  display: none;
}
.pods-pagination-advanced {
  display: block;
  margin: 0 auto 80px 0;
  clear: both;
  width: 100%;
  text-align: center;
  padding-top: 50px;
}
.pods-pagination-advanced a, .pods-pagination-advanced span {
  display: inline-block;
  padding: 14px 20px;
  border-radius: 3px;
  background-color: #242d48;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.pods-pagination-advanced a:hover {
  background-color: #3dadeb;
}
.pods-pagination-advanced span.pods-pagination-current {
  background-color: #3dadeb;
  color: white;
}
/* -------------------------------------------------------------
 LIVE PAGE
 --------------------------------------------------------------*/
.live-page iframe {
  display: block;
  width: 100%;
  height: 75vh;
  max-height: 750px;
}
/* -------------------------------------------------------------
 CONTEST PAGE
 --------------------------------------------------------------*/
.contest .wpcf7 {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.contest .wpcf7 p {
  display: block;
  color: white;
  margin: 15px 0 5px 0;
}
.contest .wpcf7 a {
  color: #3dadeb;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
.contest .wpcf7 a:hover {
  color: white;
}
.contest .wpcf7 input {
  display: block;
  padding: 10px 15px;
  border: 0;
  background-color: white;
  color: #3dadeb;
  margin: 0;
  width: 100%;
}
.contest .wpcf7 .wpcf7-submit {
  display: inline-block;
  font-size: 16px !important;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 10px 20px 12px 20px;
  border: 2px solid #3ba6e2;
  text-decoration: none;
  color: white;
  cursor: pointer;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.45);
  transition: all 0.3s ease-in-out;
  background: none;
  width: auto;
  margin: 20px auto 0 auto;
  cursor: pointer;
}
.contest .wpcf7 .wpcf7-submit:hover {
  background-color: #3ba6e2;
  color: white !important;
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  text-shadow: none;
}
.contest .wpcf7 .wpcf7-checkbox {
  display: block;
  margin-top: 20px;
}
.contest .wpcf7 .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.contest .wpcf7 .wpcf7-checkbox input {
  display: initial;
  width: auto;
}
/* -------------------------------------------------------------
 404 page
 --------------------------------------------------------------*/
.error404 .site-main {
  display: block;
  padding: 150px 0;
}
.wrapper-404 {
  display: block;
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.wrapper-404 .title-404 {
  font-size: 80px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  line-height: 0.9;
  text-shadow: 5px 5px 0px rgba(0, 0, 0, 0.45);
  margin: 0;
  padding: 0;
  letter-spacing: 2px;
}
@media screen and (max-width: 1090px) {
  .wrapper-404 .title-404 {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper-404 .title-404 {
    font-size: 40px;
  }
}
@media screen and (max-width: 480px) {
  .wrapper-404 .title-404 {
    font-size: 30px;
  }
}
.wrapper-404 p {
  font-size: 16px;
  color: #3dadeb;
  margin: 30px 0;
}
.wrapper-404 a {
  display: inline-block;
  font-size: 16px !important;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 10px 20px 12px 20px;
  border: 2px solid #3ba6e2;
  text-decoration: none;
  color: white;
  cursor: pointer;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.45);
  transition: all 0.3s ease-in-out;
}
.wrapper-404 a:hover {
  background-color: #3ba6e2;
  color: white !important;
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  text-shadow: none;
}
/* -------------------------------------------------------------
 HEADER
 --------------------------------------------------------------*/
.header-wrapper {
  display: block;
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 10px 0;
  transition: padding 0.3s ease-in-out;
  text-align: center;
  overflow: auto;
  overflow-y: hidden;
  overflow-x: hidden;
}
/*
 .single-event .site-header .header-wrapper,
 .error404 .site-header .header-wrapper,
 .page-template-default .site-header .header-wrapper,
 .single-news .site-header .header-wrapper {
 padding: 15px 0;
 }
 */
.site-header {
  display: block;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  transition: all 0.5s ease-in-out;
  background-color: #1a233b;
}
.site-header::after {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  background: #3dadeb;
  background: linear-gradient(90deg, rgba(61, 173, 235, 1) 0%, rgba(152, 47, 164, 1) 100%);
}
.site-header .fixed .header-wrapper {
  padding: 15px 0;
}
.site-header .header-logo {
  display: block;
  position: absolute;
  width: 150px;
  top: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.main-navigation ul {
  list-style: none;
  padding: 0;
}
.main-navigation ul li.lang-item a:hover img {
  box-shadow: 3px 6px 0 rgba(0, 0, 0, .45);
}
.main-navigation ul li.lang-item a img {
  box-shadow: 3px 3px 0 rgba(0, 0, 0, .45);
  transition: all 0.2s ease-in-out;
}
.main-navigation ul li {
  display: inline-block;
  margin: 0 15px;
  transition: transform 0.2s ease-in-out;
}
.main-navigation ul li:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
.main-navigation ul li a {
  text-decoration: none;
  color: white;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 0.3s ease;
  text-align: center;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.45);
}
.main-navigation ul li a:hover {
  color: white;
  text-shadow: 3px 6px 0px rgba(0, 0, 0, 0.45);
}
/*.header-menu-left,
 .header-menu-right {
 display: inline-block;
 }
 .header-menu-left {
 margin-right: 80px;
 }
 .header-menu-right {
 margin-left: 80px;
 }*/
.header-menu-left, .header-menu-right {
  display: block;
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding: 0 80px 0 0;
  text-align: right;
}
.header-menu-right {
  float: right;
  padding: 0 0 0 80px;
  text-align: left;
}
.main-navigation ul li.lang-item {
  margin: 0 0 0 5px;
}
.main-navigation ul li.lang-item img {
  width: 18px;
}
.mobile-nav-wrapper {
  display: none;
  position: fixed;
  top: 68px;
  overflow: scroll;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease;
  text-align: center;
  background-color: #181f30;
  z-index: 50;
  padding-top: 80px;
}
.mobile-nav-btn {
  display: none;
  width: 30px;
  float: right;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: hidden;
  cursor: pointer;
}
.mobile-nav {
  display: block;
  float: right;
  width: 30px;
  background-color: white;
  height: 3px;
  border-radius: 3px;
  margin: 15px 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.mobile-nav.active {
  background-color: rgba(255, 255, 255, 0);
}
.mobile-nav::before {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background-color: white;
  margin-top: -10px;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.mobile-nav::after {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background-color: white;
  margin-top: 17px;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.mobile-nav.active::before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-nav.active::after {
  margin-top: -3px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mobile-nav-wrapper.active {
  display: block;
}
.mobile-nav-wrapper ul {
  margin: 26px 5%;
  padding: 0;
  list-style: none;
}
.mobile-nav-wrapper ul li {
  margin: 10px 0;
  /* border-bottom: 1px solid rgba(255,255,255,.2); */
  padding-bottom: 10px;
  text-align: center;
}
.mobile-nav-wrapper ul li a {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  color: white;
  text-decoration: none;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.45);
}
.mobile-nav-wrapper ul li.lang-item {
  display: inline-block;
  margin: 0 10px;
}
.mobile-nav-wrapper ul li.lang-item img {
  width: 30px;
  height: auto;
}
/* -------------------------------------------------------------
 HERO
 --------------------------------------------------------------*/
/* TEMPORARY HERO VIDEO REPLACEMENT */
/*.hero-video {
 background-image: url('/content/uploads/AFFICHE_FINALE_-_POST-hero-image-dimensions.jpg');
 background-size: cover;
 background-position: center;
 background-repeat: no-repeat;
 }*/
body.comingsoon .hero-wrapper .hero-video iframe {
  width: 100%;
  left: 0;
}
.hero-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 665px;
  background-color: #1a233b;
  z-index: 4;
}
.hero-wrapper:hover .hero-gradient, .hero-wrapper:hover .hero-content {
  opacity: 0;
}
.hero-wrapper::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 15px;
  top: 15px;
  background: #3dadeb;
  background: -moz-linear-gradient(90deg, rgba(61, 173, 235, 1) 0%, rgba(152, 47, 164, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(61, 173, 235, 1) 0%, rgba(152, 47, 164, 1) 100%);
  background: linear-gradient(90deg, rgba(61, 173, 235, 1) 0%, rgba(152, 47, 164, 1) 100%);
}
.hero-wrapper .hero-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1a233b;
  overflow: hidden;
}
.hero-wrapper .hero-video iframe {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
}
.hero-wrapper .hero-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1a233b;
  background: -moz-linear-gradient(90deg, rgba(26, 35, 59, 1) 0%, rgba(26, 35, 59, 1) 30%, rgba(26, 35, 59, 0) 35%, rgba(26, 35, 59, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgba(26, 35, 59, 1) 0%, rgba(26, 35, 59, 1) 30%, rgba(26, 35, 59, 0) 35%, rgba(26, 35, 59, 0) 100%);
  background: linear-gradient(90deg, rgba(26, 35, 59, 1) 0%, rgba(26, 35, 59, 1) 30%, rgba(26, 35, 59, 0) 35%, rgba(26, 35, 59, 0) 100%);
  z-index: 6;
  transition: opacity 0.5s ease-in-out;
  pointer-events: none;
}
.hero-wrapper .hero-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  left: 50px;
  top: 50px;
  bottom: 50px;
  right: 50%;
  z-index: 7;
  pointer-events: none;
  transition: opacity 0.5s ease-in-out;
  pointer-events: none;
}
.hero-wrapper .hero-content .hero-content-wrapper {
  position: absolute;
  overflow: auto;
  overflow-y: hidden;
  overflow-x: hidden;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 7;
}
.hero-wrapper .hero-content .hero-content-wrapper h1, .hero-wrapper .hero-content .hero-content-wrapper .single-news .entry-content h2, .single-news .entry-content .hero-wrapper .hero-content .hero-content-wrapper h2, .hero-wrapper .hero-content .hero-content-wrapper .single-event .entry-content h2, .single-event .entry-content .hero-wrapper .hero-content .hero-content-wrapper h2, .hero-wrapper .hero-content .hero-content-wrapper .single-news .entry-content h3, .single-news .entry-content .hero-wrapper .hero-content .hero-content-wrapper h3, .hero-wrapper .hero-content .hero-content-wrapper .single-event .entry-content h3, .single-event .entry-content .hero-wrapper .hero-content .hero-content-wrapper h3, .hero-wrapper .hero-content .hero-content-wrapper .single-news .entry-content h4, .single-news .entry-content .hero-wrapper .hero-content .hero-content-wrapper h4, .hero-wrapper .hero-content .hero-content-wrapper .single-event .entry-content h4, .single-event .entry-content .hero-wrapper .hero-content .hero-content-wrapper h4, .hero-wrapper .hero-content .hero-content-wrapper .single-news .entry-content h5, .single-news .entry-content .hero-wrapper .hero-content .hero-content-wrapper h5, .hero-wrapper .hero-content .hero-content-wrapper .single-event .entry-content h5, .single-event .entry-content .hero-wrapper .hero-content .hero-content-wrapper h5, .hero-wrapper .hero-content .hero-content-wrapper .single-news .entry-content h6, .single-news .entry-content .hero-wrapper .hero-content .hero-content-wrapper h6, .hero-wrapper .hero-content .hero-content-wrapper .single-event .entry-content h6, .single-event .entry-content .hero-wrapper .hero-content .hero-content-wrapper h6 {
  font-size: 80px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  line-height: 0.9;
  text-shadow: 5px 5px 0px rgba(0, 0, 0, 0.45);
  margin: 0;
  padding: 0;
  letter-spacing: 2px;
}
@media screen and (max-width: 1090px) {
  .hero-wrapper .hero-content .hero-content-wrapper h1, .hero-wrapper .hero-content .hero-content-wrapper .single-news .entry-content h2, .single-news .entry-content .hero-wrapper .hero-content .hero-content-wrapper h2, .hero-wrapper .hero-content .hero-content-wrapper .single-event .entry-content h2, .single-event .entry-content .hero-wrapper .hero-content .hero-content-wrapper h2, .hero-wrapper .hero-content .hero-content-wrapper .single-news .entry-content h3, .single-news .entry-content .hero-wrapper .hero-content .hero-content-wrapper h3, .hero-wrapper .hero-content .hero-content-wrapper .single-event .entry-content h3, .single-event .entry-content .hero-wrapper .hero-content .hero-content-wrapper h3, .hero-wrapper .hero-content .hero-content-wrapper .single-news .entry-content h4, .single-news .entry-content .hero-wrapper .hero-content .hero-content-wrapper h4, .hero-wrapper .hero-content .hero-content-wrapper .single-event .entry-content h4, .single-event .entry-content .hero-wrapper .hero-content .hero-content-wrapper h4, .hero-wrapper .hero-content .hero-content-wrapper .single-news .entry-content h5, .single-news .entry-content .hero-wrapper .hero-content .hero-content-wrapper h5, .hero-wrapper .hero-content .hero-content-wrapper .single-event .entry-content h5, .single-event .entry-content .hero-wrapper .hero-content .hero-content-wrapper h5, .hero-wrapper .hero-content .hero-content-wrapper .single-news .entry-content h6, .single-news .entry-content .hero-wrapper .hero-content .hero-content-wrapper h6, .hero-wrapper .hero-content .hero-content-wrapper .single-event .entry-content h6, .single-event .entry-content .hero-wrapper .hero-content .hero-content-wrapper h6 {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .hero-wrapper .hero-content .hero-content-wrapper h1, .hero-wrapper .hero-content .hero-content-wrapper .single-news .entry-content h2, .single-news .entry-content .hero-wrapper .hero-content .hero-content-wrapper h2, .hero-wrapper .hero-content .hero-content-wrapper .single-event .entry-content h2, .single-event .entry-content .hero-wrapper .hero-content .hero-content-wrapper h2, .hero-wrapper .hero-content .hero-content-wrapper .single-news .entry-content h3, .single-news .entry-content .hero-wrapper .hero-content .hero-content-wrapper h3, .hero-wrapper .hero-content .hero-content-wrapper .single-event .entry-content h3, .single-event .entry-content .hero-wrapper .hero-content .hero-content-wrapper h3, .hero-wrapper .hero-content .hero-content-wrapper .single-news .entry-content h4, .single-news .entry-content .hero-wrapper .hero-content .hero-content-wrapper h4, .hero-wrapper .hero-content .hero-content-wrapper .single-event .entry-content h4, .single-event .entry-content .hero-wrapper .hero-content .hero-content-wrapper h4, .hero-wrapper .hero-content .hero-content-wrapper .single-news .entry-content h5, .single-news .entry-content .hero-wrapper .hero-content .hero-content-wrapper h5, .hero-wrapper .hero-content .hero-content-wrapper .single-event .entry-content h5, .single-event .entry-content .hero-wrapper .hero-content .hero-content-wrapper h5, .hero-wrapper .hero-content .hero-content-wrapper .single-news .entry-content h6, .single-news .entry-content .hero-wrapper .hero-content .hero-content-wrapper h6, .hero-wrapper .hero-content .hero-content-wrapper .single-event .entry-content h6, .single-event .entry-content .hero-wrapper .hero-content .hero-content-wrapper h6 {
    font-size: 40px;
  }
}
@media screen and (max-width: 480px) {
  .hero-wrapper .hero-content .hero-content-wrapper h1, .hero-wrapper .hero-content .hero-content-wrapper .single-news .entry-content h2, .single-news .entry-content .hero-wrapper .hero-content .hero-content-wrapper h2, .hero-wrapper .hero-content .hero-content-wrapper .single-event .entry-content h2, .single-event .entry-content .hero-wrapper .hero-content .hero-content-wrapper h2, .hero-wrapper .hero-content .hero-content-wrapper .single-news .entry-content h3, .single-news .entry-content .hero-wrapper .hero-content .hero-content-wrapper h3, .hero-wrapper .hero-content .hero-content-wrapper .single-event .entry-content h3, .single-event .entry-content .hero-wrapper .hero-content .hero-content-wrapper h3, .hero-wrapper .hero-content .hero-content-wrapper .single-news .entry-content h4, .single-news .entry-content .hero-wrapper .hero-content .hero-content-wrapper h4, .hero-wrapper .hero-content .hero-content-wrapper .single-event .entry-content h4, .single-event .entry-content .hero-wrapper .hero-content .hero-content-wrapper h4, .hero-wrapper .hero-content .hero-content-wrapper .single-news .entry-content h5, .single-news .entry-content .hero-wrapper .hero-content .hero-content-wrapper h5, .hero-wrapper .hero-content .hero-content-wrapper .single-event .entry-content h5, .single-event .entry-content .hero-wrapper .hero-content .hero-content-wrapper h5, .hero-wrapper .hero-content .hero-content-wrapper .single-news .entry-content h6, .single-news .entry-content .hero-wrapper .hero-content .hero-content-wrapper h6, .hero-wrapper .hero-content .hero-content-wrapper .single-event .entry-content h6, .single-event .entry-content .hero-wrapper .hero-content .hero-content-wrapper h6 {
    font-size: 30px;
  }
}
.hero-wrapper .hero-content .hero-content-wrapper p {
  display: block;
  width: 100%;
  max-width: 70%;
  font-size: 16px;
  color: #3dadeb;
  margin: 30px 0 0 0;
  padding: 0;
}
/* -------------------------------------------------------------
 GAMEBOX
 --------------------------------------------------------------*/
.gamebox-wrapper {
  position: relative;
  display: block;
  height: 195px;
  min-height: 170px;
  width: 100%;
  background-color: #1a233b;
  z-index: 5;
  margin-bottom: 40px;
}
.gamebox-wrapper:hover .gamebox-image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.gamebox-wrapper::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 15px;
  top: 15px;
  background: #3dadeb;
  background: -moz-linear-gradient(90deg, rgba(61, 173, 235, 1) 0%, rgba(152, 47, 164, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(61, 173, 235, 1) 0%, rgba(152, 47, 164, 1) 100%);
  background: linear-gradient(90deg, rgba(61, 173, 235, 1) 0%, rgba(152, 47, 164, 1) 100%);
}
.gamebox-wrapper .gamebox-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1a233b;
  background: -moz-linear-gradient(90deg, rgba(26, 35, 59, 1) 0%, rgba(26, 35, 59, 1) 50%, rgba(26, 35, 59, 0) 60%, rgba(26, 35, 59, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgba(26, 35, 59, 1) 0%, rgba(26, 35, 59, 1) 50%, rgba(26, 35, 59, 0) 60%, rgba(26, 35, 59, 0) 100%);
  background: linear-gradient(90deg, rgba(26, 35, 59, 1) 0%, rgba(26, 35, 59, 1) 50%, rgba(26, 35, 59, 0) 60%, rgba(26, 35, 59, 0) 100%);
  z-index: 6;
}
.gamebox-wrapper .gamebox-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  overflow: hidden;
  z-index: 5;
}
.gamebox-wrapper .gamebox-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease-in-out;
}
.gamebox-wrapper .gamebox-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  right: 50%;
  left: 20px;
  top: 20px;
  bottom: 20px;
  z-index: 7;
}
.gamebox-wrapper .gamebox-content .gamebox-logo {
  display: block;
  width: 100%;
  height: 70%;
}
.gamebox-wrapper .gamebox-content .gamebox-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.gamebox-genre span {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  padding: 8px 13px;
  background-color: #181f30;
  color: white;
  font-size: 16px;
}
.gamebox-genre span::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: sub;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.gamebox-genre .PC::before {
  background-image: url('/content/uploads/gamebox-icon-PC.svg');
}
.gamebox-genre .MOBILE::before {
  background-image: url('/content/uploads/gamebox-icon-MOBILE.svg');
}
.gamebox-genre .CONSOLE::before {
  background-image: url('/content/uploads/gamebox-icon-CONSOLE.svg');
}
/* -------------------------------------------------------------
 HOME
 --------------------------------------------------------------*/
/* -------------------------------------------------------------
 TEMP COMING SOON PAGE
 --------------------------------------------------------------*/
.modal-button {
  display: inline-block;
  font-size: 16px !important;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 10px 20px 12px 20px;
  border: 2px solid #3ba6e2;
  text-decoration: none;
  color: white;
  cursor: pointer;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.45);
  transition: all 0.3s ease-in-out;
}
.modal-button:hover {
  background-color: #3ba6e2;
  color: white !important;
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  text-shadow: none;
}
/* -------------------------------------------------------------
 TIMELINE
 --------------------------------------------------------------*/
.timeline-wrapper {
  display: block;
  position: relative;
  width: 100%;
  overflow: auto;
  overflow-y: hidden;
  overflow-x: hidden;
  padding: 30px 0 20px 0;
}
.timeline-wrapper .timeline-progress {
  display: block;
  position: absolute;
  width: 99.5%;
  height: 5px;
  background-color: #3dadeb;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 6;
}
.timeline-wrapper .timeline-line, .timeline-wrapper .timeline-line-mobile {
  display: block;
  position: absolute;
  width: 99.7916666667%;
  height: 5px;
  background-color: white;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
}
.timeline-wrapper .timeline-line::after, .timeline-wrapper .timeline-line-mobile::after {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  background-image: url('/content/uploads/pel-timeline-rightarrow-active.svg');
  /* INACTIVE ARROW: background-image: url('/content/uploads/pel-timeline-rightarrow.svg'); */
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  right: -8px;
  top: -10px;
}
.timeline-wrapper .timeline-line-mobile {
  display: none;
}
.timeline-wrapper .timeline-line-mobile::after {
  display: none;
}
.timeline-wrapper .timeline-left, .timeline-wrapper .timeline-right {
  display: block;
  position: relative;
  width: 50%;
  box-sizing: border-box;
  float: left;
  padding: 0 100px 0 0;
  z-index: 10;
}
.timeline-wrapper .timeline-right {
  padding: 0 0 0 100px;
}
.timeline-wrapper .timeline-col {
  position: relative;
  display: block;
  width: 33.3333333333%;
  box-sizing: border-box;
  float: left;
  padding: 0 25px;
  text-align: center;
}
.timeline-wrapper .timeline-col .timeline-col-wrapper.active .first-letter, .timeline-wrapper .timeline-col .timeline-col-wrapper.active .timeline-label {
  color: #3dadeb;
}
.timeline-wrapper .timeline-col .timeline-col-wrapper {
  display: inline-block;
  text-align: left;
  background-color: #181f30;
  padding: 0 10px;
}
.timeline-wrapper .timeline-col .timeline-col-wrapper .first-letter {
  font-size: 45px;
  line-height: 30px;
  font-weight: bold;
  float: left;
  color: white;
  margin-right: 10px;
  margin-top: -3px;
}
.timeline-wrapper .timeline-col .timeline-col-wrapper .first-letter img {
  height: 40px;
  margin-top: -2px;
}
.timeline-wrapper .timeline-col .timeline-col-wrapper .timeline-label {
  float: left;
  font-size: 14px;
  text-transform: uppercase;
  color: white;
  line-height: 1;
}
/* -------------------------------------------------------------
 CONTENT
 --------------------------------------------------------------*/
.section-title h1, .section-title .single-news .entry-content h2, .single-news .entry-content .section-title h2, .section-title .single-event .entry-content h2, .single-event .entry-content .section-title h2, .section-title .single-news .entry-content h3, .single-news .entry-content .section-title h3, .section-title .single-event .entry-content h3, .single-event .entry-content .section-title h3, .section-title .single-news .entry-content h4, .single-news .entry-content .section-title h4, .section-title .single-event .entry-content h4, .single-event .entry-content .section-title h4, .section-title .single-news .entry-content h5, .single-news .entry-content .section-title h5, .section-title .single-event .entry-content h5, .single-event .entry-content .section-title h5, .section-title .single-news .entry-content h6, .single-news .entry-content .section-title h6, .section-title .single-event .entry-content h6, .single-event .entry-content .section-title h6, .section-title h2 {
  font-size: 80px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  line-height: 0.9;
  text-shadow: 5px 5px 0px rgba(0, 0, 0, 0.45);
  margin: 0;
  padding: 0;
  letter-spacing: 2px;
}
@media screen and (max-width: 1090px) {
  .section-title h1, .section-title .single-news .entry-content h2, .single-news .entry-content .section-title h2, .section-title .single-event .entry-content h2, .single-event .entry-content .section-title h2, .section-title .single-news .entry-content h3, .single-news .entry-content .section-title h3, .section-title .single-event .entry-content h3, .single-event .entry-content .section-title h3, .section-title .single-news .entry-content h4, .single-news .entry-content .section-title h4, .section-title .single-event .entry-content h4, .single-event .entry-content .section-title h4, .section-title .single-news .entry-content h5, .single-news .entry-content .section-title h5, .section-title .single-event .entry-content h5, .single-event .entry-content .section-title h5, .section-title .single-news .entry-content h6, .single-news .entry-content .section-title h6, .section-title .single-event .entry-content h6, .single-event .entry-content .section-title h6, .section-title h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .section-title h1, .section-title .single-news .entry-content h2, .single-news .entry-content .section-title h2, .section-title .single-event .entry-content h2, .single-event .entry-content .section-title h2, .section-title .single-news .entry-content h3, .single-news .entry-content .section-title h3, .section-title .single-event .entry-content h3, .single-event .entry-content .section-title h3, .section-title .single-news .entry-content h4, .single-news .entry-content .section-title h4, .section-title .single-event .entry-content h4, .single-event .entry-content .section-title h4, .section-title .single-news .entry-content h5, .single-news .entry-content .section-title h5, .section-title .single-event .entry-content h5, .single-event .entry-content .section-title h5, .section-title .single-news .entry-content h6, .single-news .entry-content .section-title h6, .section-title .single-event .entry-content h6, .single-event .entry-content .section-title h6, .section-title h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 480px) {
  .section-title h1, .section-title .single-news .entry-content h2, .single-news .entry-content .section-title h2, .section-title .single-event .entry-content h2, .single-event .entry-content .section-title h2, .section-title .single-news .entry-content h3, .single-news .entry-content .section-title h3, .section-title .single-event .entry-content h3, .single-event .entry-content .section-title h3, .section-title .single-news .entry-content h4, .single-news .entry-content .section-title h4, .section-title .single-event .entry-content h4, .single-event .entry-content .section-title h4, .section-title .single-news .entry-content h5, .single-news .entry-content .section-title h5, .section-title .single-event .entry-content h5, .single-event .entry-content .section-title h5, .section-title .single-news .entry-content h6, .single-news .entry-content .section-title h6, .section-title .single-event .entry-content h6, .single-event .entry-content .section-title h6, .section-title h2 {
    font-size: 30px;
  }
}
.section-title p {
  width: 100%;
  max-width: 300px;
  font-size: 16px;
  color: #3dadeb;
  margin: 30px auto 0 auto;
}
/* -------------------------------------------------------------
 CONTENT - NEWSLETTER FORM
 --------------------------------------------------------------*/
.newsletter-fields {
  display: block;
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 50px auto 0 auto;
}
.newsletter-fields .newsletter-mail {
  display: block;
  padding: 13px 15px;
  color: #3dadeb;
  border-radius: 3px;
  border: 0;
  float: left;
  width: 82%;
}
.newsletter-fields .newsletter-submit {
  display: inline-block;
  font-size: 16px !important;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 10px 20px 12px 20px;
  border: 2px solid #3ba6e2;
  text-decoration: none;
  color: white;
  cursor: pointer;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.45);
  transition: all 0.3s ease-in-out;
  float: left;
  width: 15%;
  margin-left: 3%;
  padding: 10px 0 12px 0;
  background: none;
  cursor: pointer;
}
.newsletter-fields .newsletter-submit:hover {
  background-color: #3ba6e2;
  color: white !important;
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  text-shadow: none;
}
.newsletter-check {
  display: block;
  text-align: center;
  margin: 50px 0 0 0;
  clear: both;
}
.newsletter-check .wpcf7-list-item {
  margin: 0;
}
.newsletter-check .wpcf7-list-item-label {
  color: white;
  font-size: 14px;
}
/* -------------------------------------------------------------
 HOME NEWS
 --------------------------------------------------------------*/
.news-container {
  display: block;
  position: relative;
  overflow: auto;
  overflow-y: hidden;
  overflow-x: hidden;
}
.news-slider {
  display: block;
  width: 100%;
  margin: 40px 0;
  overflow: auto;
  overflow-y: hidden;
  overflow-x: hidden;
}
.news-slider .slick-list {
  padding-bottom: 80px !important;
}
.news-slider .slick-arrow {
  display: block;
  position: absolute;
  z-index: 10;
}
.news-slider .slick-dots {
  z-index: 10;
  bottom: 0;
}
.news-slider .slick-dots::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 5px;
  top: 11px;
  background-color: #181f30;
  z-index: 9;
}
.news-slider .slick-dots li {
  background-color: #242d48;
  z-index: 10;
  margin: 0;
  padding: 0 15px;
}
.news-slider .slick-dots li button::before {
  font-size: 14px;
  color: white;
  width: 33px;
}
.news-wrapper {
  display: block;
  position: relative;
  margin: 0 25px;
  transition: transform 0.4s ease-in-out, opacity 0.5s ease-in-out;
}
.news-wrapper:hover .news-image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.news-wrapper::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 15px;
  top: 15px;
  background: #3dadeb;
  background: -moz-linear-gradient(90deg, rgba(61, 173, 235, 1) 0%, rgba(152, 47, 164, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(61, 173, 235, 1) 0%, rgba(152, 47, 164, 1) 100%);
  background: linear-gradient(90deg, rgba(61, 173, 235, 1) 0%, rgba(152, 47, 164, 1) 100%);
}
.news-wrapper .news-image {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  max-height: 275px;
}
.news-wrapper .news-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 5;
  transition: all 1s ease-in-out;
}
.news-wrapper .news-image .news-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  bottom: -1px;
  background: #1a233b;
  background: -moz-linear-gradient(0deg, rgba(26, 35, 59, 1) 0%, rgba(26, 35, 59, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(26, 35, 59, 1) 0%, rgba(26, 35, 59, 0) 100%);
  background: linear-gradient(0deg, rgba(26, 35, 59, 1) 0%, rgba(26, 35, 59, 0) 100%);
  z-index: 6;
}
.news-content {
  display: block;
  padding: 30px;
  overflow: auto;
  overflow-y: hidden;
  overflow-x: hidden;
  background-color: #1a233b;
}
.news-content .news-title {
  display: block;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  color: white;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.45);
}
.news-content .news-date {
  display: block;
  font-size: 14px;
  color: #3dadeb;
  margin-top: 5px;
}
.news-content .news-excerpt {
  display: block;
  font-size: 16px;
  line-height: 1.4;
  font-weight: normal;
  margin: 20px 0;
  padding: 0;
  color: white;
}
.news-content .news-button {
  display: inline-block;
  font-size: 16px !important;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 10px 20px 12px 20px;
  border: 2px solid #3ba6e2;
  text-decoration: none;
  color: white;
  cursor: pointer;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.45);
  transition: all 0.3s ease-in-out;
}
.news-content .news-button:hover {
  background-color: #3ba6e2;
  color: white !important;
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  text-shadow: none;
}
.news-page div .news-wrapper {
  width: 46%;
  margin: 0 2% 4% 2%;
  float: left;
}
/* -------------------------------------------------------------
 HOME EVENTS
 --------------------------------------------------------------*/
.event-slider {
  display: block;
  width: 100%;
  margin: 40px 0;
  overflow: auto;
  overflow-y: hidden;
  overflow-x: hidden;
}
.event-slider .slick-list {
  padding-bottom: 80px !important;
}
.event-slider .slick-arrow {
  display: block;
  position: absolute;
  z-index: 10;
}
.event-slider .slick-dots {
  z-index: 10;
  bottom: 0;
}
.event-slider .slick-dots::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 5px;
  top: 11px;
  background-color: #242d48;
  z-index: 9;
}
.event-slider .slick-dots li {
  background-color: #181f30;
  z-index: 10;
  margin: 0;
  padding: 0 15px;
}
.event-slider .slick-dots li button::before {
  font-size: 14px;
  color: white;
  width: 33px;
}
.event-wrapper {
  display: block;
  position: relative;
  margin: 0 25px;
  transition: transform 0.4s ease-in-out, opacity 0.5s ease-in-out;
}
.event-wrapper:hover .event-image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.event-wrapper::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 15px;
  top: 15px;
  background: #3dadeb;
  background: -moz-linear-gradient(90deg, rgba(61, 173, 235, 1) 0%, rgba(152, 47, 164, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(61, 173, 235, 1) 0%, rgba(152, 47, 164, 1) 100%);
  background: linear-gradient(90deg, rgba(61, 173, 235, 1) 0%, rgba(152, 47, 164, 1) 100%);
}
.event-wrapper .event-image {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.event-wrapper .event-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 5;
  transition: all 1s ease-in-out;
}
.event-wrapper .event-image .event-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  bottom: -1px;
  background: #1a233b;
  background: -moz-linear-gradient(0deg, rgba(26, 35, 59, 1) 0%, rgba(26, 35, 59, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(26, 35, 59, 1) 0%, rgba(26, 35, 59, 0) 100%);
  background: linear-gradient(0deg, rgba(26, 35, 59, 1) 0%, rgba(26, 35, 59, 0) 100%);
  z-index: 6;
}
.event-wrapper .event-image .event-game {
  display: block;
  position: absolute;
  bottom: 0;
  left: 30px;
  float: left;
  width: 200px;
  height: 100px;
  z-index: 9;
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
.event-wrapper .event-image .event-game.clashroyale, .event-wrapper .event-image .event-game.Clash {
  background-image: url('/content/uploads/gamebox-logo-clashroyale.png');
}
.event-wrapper .event-image .event-game.game-lol, .event-wrapper .event-image .event-game.League {
  background-image: url('/content/uploads/gamebox-logo-leagueoflegends.png');
}
.event-wrapper .event-image .event-game.game-fifa, .event-wrapper .event-image .event-game.Fifa {
  background-image: url('/content/uploads/gamebox-logo-fifa.png');
}
.event-wrapper .event-image .event-game.Aucun {
  display: none;
}
.event-wrapper .event-image .event-type {
  display: inline-block;
  padding: 8px 13px;
  background-color: #181f30;
  color: white;
  font-size: 16px;
  position: absolute;
  left: 250px;
  bottom: 0;
  z-index: 9;
}
.event-wrapper .event-image .event-type::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: sub;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.event-wrapper .event-image .event-type.PC::before {
  background-image: url('/content/uploads/gamebox-icon-PC.svg');
}
.event-wrapper .event-image .event-type.Mobile::before {
  background-image: url('/content/uploads/gamebox-icon-MOBILE.svg');
}
.event-wrapper .event-image .event-type.Console::before {
  background-image: url('/content/uploads/gamebox-icon-CONSOLE.svg');
}
.event-wrapper .event-image .event-type.Aucun {
  display: none;
}
.event-wrapper .event-content {
  display: block;
  padding: 30px;
  overflow: auto;
  overflow-y: hidden;
  overflow-x: hidden;
  background-color: #1a233b;
}
.event-wrapper .event-content .event-title {
  display: block;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  color: white;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.45);
}
.event-wrapper .event-content .event-date {
  display: block;
  font-size: 14px;
  color: #3dadeb;
  margin-top: 5px;
  text-transform: uppercase;
}
.event-wrapper .event-content .event-excerpt {
  display: block;
  font-size: 16px;
  line-height: 1.4;
  font-weight: normal;
  margin: 20px 0;
  padding: 0;
  color: white;
}
.event-wrapper .event-content .event-button {
  display: inline-block;
  font-size: 16px !important;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 10px 20px 12px 20px;
  border: 2px solid #3ba6e2;
  text-decoration: none;
  color: white;
  cursor: pointer;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.45);
  transition: all 0.3s ease-in-out;
}
.event-wrapper .event-content .event-button:hover {
  background-color: #3ba6e2;
  color: white !important;
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  text-shadow: none;
}
.event-page div .event-wrapper {
  width: 46%;
  margin: 0 2% 4% 2%;
  float: left;
}
/* -------------------------------------------------------------
 HOME SPLASHES
 --------------------------------------------------------------*/
.pel-splash {
  display: block;
  position: absolute;
  top: -185px;
  z-index: 50;
  width: 250px;
  transition: all 0.3s ease;
}
.pel-splash.smaller {
  top: -120px;
  width: 150px;
}
.pel-splash.left {
  left: 0;
}
.pel-splash.right {
  right: 0;
}
/* -------------------------------------------------------------
 SIGNLE PAGES
 --------------------------------------------------------------*/
.news-page .news-page-col {
  box-sizing: border-box !important;
  padding: 0 20px !important;
  position: relative;
  margin-bottom: 140px;
}
.news-page .news-page-col div .news-wrapper {
  break-inside: avoid;
  clear: none;
  width: 48%;
  float: left;
  margin: 0 0 60px 0;
  min-height: 560px;
  background-color: #1a233b;
}
.news-page .news-page-col div:nth-child(even) .news-wrapper {
  margin-left: 2%;
}
.news-page .news-page-col div:nth-child(odd) .news-wrapper {
  margin-right: 2%;
}
.news-page .news-page-col .pods-pagination-advanced {
  position: relative;
}
.event-page .event-page-col {
  box-sizing: border-box !important;
  padding: 0 20px !important;
  position: relative;
  margin-bottom: 140px;
}
.event-page .event-page-col div .event-wrapper {
  break-inside: avoid;
  clear: none;
  width: 48%;
  float: left;
  margin: 0 0 60px 0;
}
.event-page .event-page-col div:nth-child(even) .event-wrapper {
  margin-left: 2%;
}
.event-page .event-page-col div:nth-child(odd) .event-wrapper {
  margin-right: 2%;
}
.event-page .event-page-col .pods-pagination-advanced {
  position: relative;
}
.single-news .entry-date, .single-event .entry-date {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  color: #3dadeb;
}
.single-news .entry-content, .single-event .entry-content {
  display: block;
  width: 95%;
  max-width: 1000px;
  margin: 50px auto 80px auto;
}
.single-news .entry-content .entry-image, .single-event .entry-content .entry-image {
  display: block;
  width: 100%;
  margin-bottom: 50px;
}
.single-news .entry-content .entry-image img, .single-event .entry-content .entry-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-news .entry-content p, .single-event .entry-content p {
  color: white;
  font-size: 16px;
  line-height: 1.2;
}
.single-news .entry-content a, .single-event .entry-content a {
  color: #3dadeb;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s color ease-in-out;
}
.single-news .entry-content a:hover, .single-event .entry-content a:hover {
  color: white;
}
.single-news .entry-content h1, .single-news .entry-content h2, .single-news .entry-content .single-event .entry-content h2, .single-event .entry-content .single-news .entry-content h2, .single-news .entry-content h3, .single-news .entry-content .single-event .entry-content h3, .single-event .entry-content .single-news .entry-content h3, .single-news .entry-content h4, .single-news .entry-content .single-event .entry-content h4, .single-event .entry-content .single-news .entry-content h4, .single-news .entry-content h5, .single-news .entry-content .single-event .entry-content h5, .single-event .entry-content .single-news .entry-content h5, .single-news .entry-content h6, .single-news .entry-content .single-event .entry-content h6, .single-event .entry-content .single-news .entry-content h6, .single-event .entry-content h1, .single-event .entry-content h2, .single-event .entry-content h3, .single-event .entry-content h4, .single-event .entry-content h5, .single-event .entry-content h6 {
  font-size: 50px;
  line-height: 1;
  letter-spacing: 2px;
  color: white;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.45);
  text-transform: uppercase;
}
.single-news .entry-content h2, .single-event .entry-content h2 {
  font-size: 40px;
}
.single-news .entry-content h3, .single-event .entry-content h3 {
  font-size: 30px;
}
.single-news .entry-content h4, .single-event .entry-content h4 {
  font-size: 20px;
}
.single-news .entry-content h5, .single-event .entry-content h5 {
  font-size: 18px;
}
.single-news .entry-content h6, .single-event .entry-content h6 {
  font-size: 16px;
}
.single-news .entry-content blockquote, .single-event .entry-content blockquote {
  background-color: #242d48;
  margin: 20px 0 20px 0;
  padding: 5px 25px;
}
.single-news .entry-content hr, .single-event .entry-content hr {
  border: 0;
  height: 5px;
  background-color: #242d48;
  margin: 15px 0 50px 0;
}
.single-news .entry-content img, .single-event .entry-content img {
  max-width: 100%;
  height: 100%;
}
.single-news .entry-content ul, .single-event .entry-content ul, .single-news .entry-content ol, .single-event .entry-content ol {
  margin: 30px 0;
}
.single-news .entry-content ul li, .single-event .entry-content ul li, .single-news .entry-content ol li, .single-event .entry-content ol li {
  color: white;
}
.navigation {
  display: none;
}
.event-content .event-top {
  display: block;
  width: 100%;
  margin-bottom: 50px;
  overflow: auto;
  overflow-y: hidden;
  overflow-x: hidden;
}
.event-content .event-top .event-image {
  display: block;
  width: 60%;
  float: left;
  box-sizing: border-box;
  padding-right: 40px;
}
.event-content .event-top .event-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event-content .event-top .event-info {
  display: block;
  width: 40%;
  float: left;
}
.event-content .event-top .event-info .event-game {
  display: block;
  position: relative;
  float: left;
  width: 200px;
  height: 100px;
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}
.event-content .event-top .event-info .event-game.clashroyale, .event-content .event-top .event-info .event-game.Clash {
  background-image: url('/content/uploads/gamebox-logo-clashroyale.png');
}
.event-content .event-top .event-info .event-game.game-lol, .event-content .event-top .event-info .event-game.League {
  background-image: url('/content/uploads/gamebox-logo-leagueoflegends.png');
}
.event-content .event-top .event-info .event-game.game-fifa, .event-content .event-top .event-info .event-game.Fifa {
  background-image: url('/content/uploads/gamebox-logo-fifa.png');
}
.event-content .event-top .event-info .event-game.Aucun {
  display: none;
}
.event-content .event-top .event-info .event-type {
  display: inline-block;
  position: relative;
  padding: 8px 13px;
  background-color: #242d48;
  float: left;
  color: white;
  font-size: 16px;
  z-index: 9;
  margin-left: 20px;
}
.event-content .event-top .event-info .event-type::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: sub;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.event-content .event-top .event-info .event-type.PC::before {
  background-image: url('/content/uploads/gamebox-icon-PC.svg');
}
.event-content .event-top .event-info .event-type.Mobile::before {
  background-image: url('/content/uploads/gamebox-icon-MOBILE.svg');
}
.event-content .event-top .event-info .event-type.Console::before {
  background-image: url('/content/uploads/gamebox-icon-CONSOLE.svg');
}
.event-content .event-top .event-info .event-type.Aucun {
  display: none;
}
.event-content .event-top .event-info .event-subtitle {
  display: block;
  clear: both;
  font-size: 18px;
  text-transform: uppercase;
  color: #3dadeb;
  letter-spacing: 1px;
  margin: 10px 0 0 0;
}
.event-content .event-top .event-info .event-title {
  display: block;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 2px;
  color: white;
  margin: 0;
}
.event-content .event-description {
  display: block;
  width: 100%;
  clear: both;
  margin-top: 50px;
}
/* -------------------------------------------------------------
 REGISTRATION PAGES
 --------------------------------------------------------------*/
.reg-selection-wrapper {
  display: block;
  width: 100%;
  height: 90vh;
  position: relative;
}
.reg-selection-wrapper:hover .reg-selection-mask {
  opacity: 0.4;
}
.reg-selection-wrapper .reg-selection-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #181f30;
  opacity: 0.8;
  transition: opacity 0.5s ease-in-out 0.1s;
}
.reg-selection-wrapper .gamebox-genre {
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.reg-selection-wrapper .gamebox-genre span {
  position: relative;
}
.reg-selection-wrapper .reg-selection-content {
  display: block;
  position: absolute;
  left: 10%;
  right: 10%;
  overflow: auto;
  overflow-y: hidden;
  overflow-x: hidden;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.reg-selection-wrapper .reg-selection-content .reg-selection-logo {
  display: block;
  width: 90%;
  height: auto;
  object-fit: contain;
}
.reg-selection-wrapper .reg-selection-content .reg-selection-button {
  display: inline-block;
  font-size: 16px !important;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 10px 20px 12px 20px;
  border: 2px solid #3ba6e2;
  text-decoration: none;
  color: white;
  cursor: pointer;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.45);
  transition: all 0.3s ease-in-out;
  margin-top: 30px;
}
.reg-selection-wrapper .reg-selection-content .reg-selection-button:hover {
  background-color: #3ba6e2;
  color: white !important;
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  text-shadow: none;
}
/* -------------------------------------------------------------
 REGISTRATION FORM
 --------------------------------------------------------------*/
.reg-form-wrapper {
  color: white;
  margin-bottom: 80px;
}
.reg-form-wrapper p {
  font-size: 16px;
  margin: 0;
  color: white;
}
.reg-form-wrapper a {
  display: inline-block;
  text-decoration: none;
  margin: 10px 0;
  color: #3dadeb;
  font-size: 16px;
  transition: color 0.3s ease-in-out;
}
.reg-form-wrapper a:hover {
  color: white;
}
.reg-form-wrapper a.pdf-link::before {
  content: "";
  display: inline-block;
  width: 20px;
  background-image: url();
}
.reg-form-wrapper .reg-label {
  margin: 20px 0 10px 0;
}
.reg-form-wrapper .reg-admininfo {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, .2);
}
.reg-form-wrapper .reg-title {
  display: block;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.45);
}
.reg-form-wrapper .reg-subtitle {
  display: block;
  font-size: 24px;
  color: #3dadeb;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.reg-form-wrapper .reg-separator {
  display: block;
  margin: 50px 0;
  background-color: #242d48;
  height: 10px;
  clear: both;
}
.reg-form-wrapper .reg-hint {
  display: block;
  font-size: 14px;
  font-style: italic;
  color: #3dadeb;
}
.reg-form-wrapper .wpcf7-text {
  display: block;
  padding: 10px 15px;
  border: 0;
  background-color: white;
  color: #3dadeb;
  margin: 0;
  width: 100%;
}
.reg-form-wrapper .wpcf7-file {
  display: block;
  padding: 10px;
  background-color: #242d48;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 14px;
  width: 100%;
}
.reg-form-wrapper .wpcf7-response-output {
  margin-bottom: 20px !important;
}
.reg-form-wrapper .wpcf7-submit {
  display: inline-block;
  font-size: 16px !important;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 10px 20px 12px 20px;
  border: 2px solid #3ba6e2;
  text-decoration: none;
  color: white;
  cursor: pointer;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.45);
  transition: all 0.3s ease-in-out;
  background: none;
  margin-top: 20px;
}
.reg-form-wrapper .wpcf7-submit:hover {
  background-color: #3ba6e2;
  color: white !important;
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  text-shadow: none;
}
.reg-form-wrapper .reg-lol-position .wpcf7-form-control-wrap {
  display: block;
  overflow: auto;
  overflow-y: hidden;
  overflow-x: hidden;
}
.reg-form-wrapper .reg-lol-position .wpcf7-form-control-wrap span {
  margin: 0;
  padding: 0;
}
.reg-form-wrapper .reg-lol-position .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item {
  position: relative;
  display: block;
  width: 20%;
  float: left;
}
.reg-form-wrapper .reg-lol-position .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item input {
  display: block;
  width: 100%;
}
.reg-form-wrapper .reg-lol-position .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.45);
}
.reg-form-wrapper .reg-lol-position .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0 10px;
  clear: both;
}
.reg-form-wrapper .reg-lol-position .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item:nth-child(1) .wpcf7-list-item-label::before {
  background-image: url('/content/uploads/lol-Top.png');
}
.reg-form-wrapper .reg-lol-position .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item:nth-child(2) .wpcf7-list-item-label::before {
  background-image: url('/content/uploads/lol-Jungle.png');
}
.reg-form-wrapper .reg-lol-position .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item:nth-child(3) .wpcf7-list-item-label::before {
  background-image: url('/content/uploads/lol-Mid.png');
}
.reg-form-wrapper .reg-lol-position .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item:nth-child(4) .wpcf7-list-item-label::before {
  background-image: url('/content/uploads/lol-ADC.png');
}
.reg-form-wrapper .reg-lol-position .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item:nth-child(5) .wpcf7-list-item-label::before {
  background-image: url('/content/uploads/lol-Support.png');
}
.reg-form-wrapper .kc_accordion_wrapper {
  display: block;
  margin-top: 30px;
}
.reg-form-wrapper .kc_accordion_wrapper .kc_accordion_section {
  margin-bottom: 15px;
  padding: 0;
}
.reg-form-wrapper .kc_accordion_wrapper h3 {
  border: 0;
  padding: 0;
  margin: 0;
  min-height: 0;
  line-height: 1;
  background-color: #242d48;
}
.reg-form-wrapper .kc_accordion_wrapper h3 .ui-accordion-header-icon {
  margin: 27px;
}
.reg-form-wrapper .kc_accordion_wrapper h3 a {
  text-decoration: none;
  color: white;
  font-size: 16px;
}
.reg-form-wrapper .kc_accordion_wrapper .kc_accordion_content {
  display: block;
  background-color: #181f30;
  border: 0;
}
.reg-form-wrapper .kc_accordion_wrapper .kc_accordion_content .kc-panel-body {
  padding: 0 20px 50px 20px;
}
/* -------------------------------------------------------------
 FOOTER
 --------------------------------------------------------------*/
.site-footer {
  display: block;
  width: 100%;
  overflow: auto;
  overflow-y: hidden;
  overflow-x: hidden;
  padding: 40px 0;
  background-color: #242d48;
}
.footer-border {
  display: block;
  width: 100%;
  height: 15px;
  background: #3dadeb;
  background: linear-gradient(90deg, rgba(61, 173, 235, 1) 0%, rgba(152, 47, 164, 1) 100%);
}
.footer-wrapper {
  display: block;
  width: 90%;
  margin: 0 auto;
  max-width: 1400px;
}
.logo-footer {
  display: inline-block;
  width: 60%;
}
.site-footer .media-logo-baseline {
  display: inline-block;
  clear: right;
}
.site-footer .copyright {
  display: block;
  font-size: 12px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 20px;
  max-width: 70%;
  line-height: 1.4;
}
.site-footer .footer-col25 {
  display: block;
  width: 25%;
  float: left;
}
.site-footer ul, .site-footer li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widgettitle {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 2px;
  color: white;
  margin: 0 0 15px 0;
  padding: 0;
  text-transform: uppercase;
  line-height: 1;
  cursor: default;
}
.site-footer .widget {
  margin-bottom: 30px;
}
.site-footer li {
  margin: 10px 0;
}
.site-footer li a {
  font-size: 14px;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 1px;
}
.site-footer li a:hover {
  color: #3dadeb;
}
.site-footer i {
  font-size: 24px;
  margin-right: 10px;
}
.footer-button {
  display: inline-block;
  font-size: 16px !important;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 10px 20px 12px 20px;
  border: 2px solid #3ba6e2;
  text-decoration: none;
  color: white;
  cursor: pointer;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.45);
  transition: all 0.3s ease-in-out;
}
.footer-button:hover {
  background-color: #3ba6e2;
  color: white !important;
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  text-shadow: none;
}
.sub-footer {
  display: block;
  width: 100%;
  padding: 25px;
  background-color: #181f30;
  text-align: center;
}
.sub-footer span {
  font-size: 14px;
  color: gray;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  margin-right: 3px;
  cursor: default;
}
.sub-footer .insane-logo {
  display: inline-block;
  width: 100px;
  fill: gray;
  transition: all 0.3s ease;
}
.sub-footer .insane-logo:hover {
  fill: #fff;
}
.subcopyright {
  font-size: 10px !important;
  margin-top: 5px;
  display: block;
}
/* -------------------------------------------------------------
 MEDIA QUERIES
 --------------------------------------------------------------*/
@media only screen and (max-width: 1680px) {
  .pel-splash.right.smaller {
    right: -80px;
  }
}
@media only screen and (max-width: 1500px) {
  .timeline-wrapper .timeline-left, .timeline-wrapper .timeline-right {
    padding: 0 50px 0 0;
  }
  .timeline-wrapper .timeline-right {
    padding: 0 0 0 50px;
  }
  .timeline-wrapper .timeline-col {
    padding: 0 8px;
  }
}
@media only screen and (max-width: 1350px) {
  .main-navigation ul li {
    margin: 0 5px;
  }
  .main-navigation ul li a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1180px) {
  .article-container {
    height: 30vw;
  }
  body.comingsoon .timeline-wrapper {
    margin-top: 140px !important;
  }
  .timeline-wrapper {
    margin-top: 60px;
  }
  .timeline-left, .timeline-wrapper .timeline-right {
    padding: 0 0 0 0;
  }
  .timeline-right {
    padding: 0 0 0 0;
  }
  .timeline-col {
    padding: 0;
  }
  .comingsoon .hero-wrapper {
    height: 65vh;
  }
  .hero-wrapper {
    height: 570px;
  }
  .gamebox-wrapper {
    height: 163px;
    min-height: 0;
  }
  .pel-splash {
    top: -110px;
    width: 180px;
  }
  .pel-splash.left {
    left: -30px;
  }
  .pel-splash.right {
    right: -30px;
  }
}
@media only screen and (max-width: 1090px) {
  .site-header .main-navigation {
    display: none;
  }
  .site-content {
    margin-top: 68px;
  }
  .mobile-nav-btn {
    display: block;
  }
  .gamebox-wrapper .gamebox-content {
    right: 30%;
  }
  .gamebox-wrapper .gamebox-gradient {
    background: #1a233b;
    background: -moz-linear-gradient(90deg, rgba(26, 35, 59, 1) 0%, rgba(26, 35, 59, 1) 70%, rgba(26, 35, 59, 0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(26, 35, 59, 1) 0%, rgba(26, 35, 59, 1) 70%, rgba(26, 35, 59, 0) 100%);
    background: linear-gradient(90deg, rgba(26, 35, 59, 1) 0%, rgba(26, 35, 59, 1) 70%, rgba(26, 35, 59, 0) 100%);
  }
  .news-content .news-excerpt {
    font-size: 14px;
  }
  .event-wrapper .event-content .event-excerpt {
    font-size: 14px;
  }
  .news-slider .slick-slide .news-wrapper {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@media only screen and (max-width: 960px) {
  .program-content .date {
    font-size: 20px;
  }
  .program-content .time {
    font-size: 50px;
  }
  .program-description h2 {
    font-size: 27px;
  }
  .program-list-description h2 {
    font-size: 24px;
  }
  .article-container {
    height: 40vw;
  }
  .timeline-wrapper {
    padding: 10px 0 27px 0;
  }
  .timeline-wrapper .timeline-left, .timeline-wrapper .timeline-right {
    width: 100%;
  }
  .timeline-wrapper .timeline-left, .timeline-wrapper .timeline-right {
    margin-top: 20px;
  }
  .timeline-wrapper .timeline-line, .timeline-wrapper .timeline-line-mobile {
    transform: none;
    top: 68%;
  }
  .timeline-wrapper .timeline-line-mobile {
    transform: none;
    display: block;
    top: 29%;
  }
  .timeline-wrapper .timeline-progress {
    top: 30%;
    width: 100%;
  }
  .timeline-wrapper .timeline-progress::after {
    content: "";
    position: relative;
    display: block;
    top: 58px;
    left: 0;
    width: 99.5%;
    height: 5px;
    background-color: #3dadeb;
  }
  .event-wrapper .event-image .event-type {
    top: 30px;
    right: 30px;
    left: auto;
    bottom: auto;
  }
}
@media only screen and (max-width: 768px) {
  .site-footer .footer-col25 {
    width: 100%;
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding-bottom: 50px;
    text-align: center;
  }
  .site-footer .copyright {
    max-width: 100%;
    text-align: center;
  }
  .site-footer .media-logo-baseline {
    margin: 0 auto;
  }
  .site-footer .footer-col25:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .page-template-default .entry-header h1, .page-template-default .entry-header .single-news .entry-content h2, .single-news .entry-content .page-template-default .entry-header h2, .page-template-default .entry-header .single-event .entry-content h2, .single-event .entry-content .page-template-default .entry-header h2, .page-template-default .entry-header .single-news .entry-content h3, .single-news .entry-content .page-template-default .entry-header h3, .page-template-default .entry-header .single-event .entry-content h3, .single-event .entry-content .page-template-default .entry-header h3, .page-template-default .entry-header .single-news .entry-content h4, .single-news .entry-content .page-template-default .entry-header h4, .page-template-default .entry-header .single-event .entry-content h4, .single-event .entry-content .page-template-default .entry-header h4, .page-template-default .entry-header .single-news .entry-content h5, .single-news .entry-content .page-template-default .entry-header h5, .page-template-default .entry-header .single-event .entry-content h5, .single-event .entry-content .page-template-default .entry-header h5, .page-template-default .entry-header .single-news .entry-content h6, .single-news .entry-content .page-template-default .entry-header h6, .page-template-default .entry-header .single-event .entry-content h6, .single-event .entry-content .page-template-default .entry-header h6 {
    font-size: 40px;
    padding: 0 20px;
  }
  .single-event .entry-header h1, .single-event .entry-header .single-news .entry-content h2, .single-news .entry-content .single-event .entry-header h2, .single-event .entry-header .entry-content h2, .single-event .entry-content .entry-header h2, .single-event .entry-header .single-news .entry-content h3, .single-news .entry-content .single-event .entry-header h3, .single-event .entry-header .entry-content h3, .single-event .entry-content .entry-header h3, .single-event .entry-header .single-news .entry-content h4, .single-news .entry-content .single-event .entry-header h4, .single-event .entry-header .entry-content h4, .single-event .entry-content .entry-header h4, .single-event .entry-header .single-news .entry-content h5, .single-news .entry-content .single-event .entry-header h5, .single-event .entry-header .entry-content h5, .single-event .entry-content .entry-header h5, .single-event .entry-header .single-news .entry-content h6, .single-news .entry-content .single-event .entry-header h6, .single-event .entry-header .entry-content h6, .single-event .entry-content .entry-header h6 {
    font-size: 40px;
    padding: 0 20px;
  }
  .kc-team-2 .content-image {
    float: none !important;
    max-width: 100% !important;
  }
  .kc-team .content-socials {
    text-align: center;
  }
  .hero-wrapper .hero-content {
    left: 30px;
  }
  .gamebox-wrapper {
    margin-top: 50px;
    height: 250px;
  }
  .gamebox-wrapper .gamebox-content {
    right: 50%;
  }
  .gamebox-wrapper .gamebox-gradient {
    background: #1a233b;
    background: -moz-linear-gradient(90deg, rgba(26, 35, 59, 1) 0%, rgba(26, 35, 59, 1) 50%, rgba(26, 35, 59, 0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(26, 35, 59, 1) 0%, rgba(26, 35, 59, 1) 50%, rgba(26, 35, 59, 0) 100%);
    background: linear-gradient(90deg, rgba(26, 35, 59, 1) 0%, rgba(26, 35, 59, 1) 50%, rgba(26, 35, 59, 0) 100%);
  }
  .pel-splash {
    top: -85px;
    width: 120px;
  }
  .newsletter-fields .newsletter-mail {
    width: 75%;
  }
  .newsletter-fields .newsletter-submit {
    width: 22%;
  }
  .news-page .news-page-col {
    padding: 0 !important;
  }
  .news-page .news-page-col div .news-wrapper {
    width: 100%;
    margin: 50px 0 0 0 !important;
  }
  .event-page .event-page-col {
    padding: 0 !important;
  }
  .event-page .event-page-col div .event-wrapper {
    width: 100%;
    margin: 50px 0 0 0 !important;
  }
  .header-separator {
    margin-bottom: 0;
  }
  .event-page div .event-wrapper {
    width: 100%;
    margin: 50px 0 0 0;
  }
  .reg-selection-wrapper {
    height: 50vh;
  }
  .live-page iframe {
    height: 50vh;
  }
}
@media only screen and (max-width: 600px) {
  .timeline-wrapper {
    margin-top: 90px;
    padding-bottom: 10px;
  }
  .timeline-wrapper .timeline-progress {
    display: none;
  }
  .timeline-wrapper .timeline-col {
    width: 100%;
    margin: 0 0 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }
  .timeline-wrapper .timeline-col .timeline-col-wrapper {
    min-width: 140px;
  }
  .timeline-wrapper .timeline-right .timeline-col:last-child {
    border: 0;
  }
  .timeline-wrapper .timeline-line, .timeline-wrapper .timeline-line-mobile {
    display: none;
  }
  .timeline-wrapper .timeline-left, .timeline-wrapper .timeline-right {
    margin: 0;
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  .kc_image_gallery.kc-grid .item-grid.grid-4 {
    width: 50% !important;
    margin-bottom: 20px;
  }
  body.comingsoon .timeline-wrapper {
    margin-top: 160px !important;
    padding-bottom: 10px;
  }
  .comingsoon .hero-wrapper {
    height: 30vh;
  }
  .wpcf7-list-item-label {
    font-size: 12px !important;
  }
  .hero-wrapper {
    height: 400px;
  }
  .gamebox-wrapper {
    height: 200px;
  }
  .newsletter-fields .newsletter-mail {
    width: 60%;
  }
  .newsletter-fields .newsletter-submit {
    width: 37%;
  }
  .pel-splash {
    width: 150px;
  }
  .pel-splash.left {
    left: -80px;
  }
  .pel-splash.right {
    right: -80px;
  }
  .news-content {
    padding: 20px;
  }
  .event-wrapper .event-image .event-game {
    width: 130px;
    left: 20px;
  }
  .event-wrapper .event-image .event-type {
    left: auto;
    right: 20px;
    top: 20px;
    bottom: auto;
  }
  .event-wrapper .event-content {
    padding: 20px;
  }
}
