body {
  transition: right .3s ease;
  right: 0; }
  body.nav-open {
    right: 320px; }

.l-inner {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 30px; }
  @media only screen and (max-width: 1023px) {
    .l-inner {
      padding: 0 20px; } }
  @media only screen and (max-width: 639px) {
    .l-inner {
      padding: 0 10px; } }

.l-indicator {
  top: 50%;
  left: 0;
  transform: translateY(-3px);
  position: absolute;
  border-radius: 100%;
  background-color: transparent;
  height: 10px;
  width: 10px;
  border: 1px solid #D64541; }
  .online .l-indicator {
    border-color: #2ecc71; }
    .online .l-indicator:before {
      content: "";
      display: block;
      position: absolute;
      position: absolute;
      border-radius: 100%;
      background-color: transparent;
      height: 10px;
      width: 10px;
      left: -1px;
      top: -1px;
      border: 1px solid #2ecc71;
      animation: online 2s infinite; }

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
*, *:before, *:after {
  box-sizing: border-box; }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
  max-width: 100%;
  height: auto; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.l-cf:before,
.l-cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.l-cf:after {
  clear: both; }

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.l-cf {
  *zoom: 1; }

h1 {
  font-family: 'Quicksand', sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px; }

h2 {
  font-family: 'Quicksand', sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px; }

h3 {
  font-family: 'Quicksand', sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px; }

h4 {
  font-family: 'Quicksand', sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px; }

h5 {
  font-family: 'Quicksand', sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px; }

h6 {
  font-family: 'Quicksand', sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px; }

.h--main-title {
  display: inline-block;
  position: relative;
  font-family: 'Quicksand', sans-serif !important;
  color: #efefef;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 0 0 20px;
  margin: 30px 0 0;
  text-align: center; }
  @media only screen and (max-width: 1023px) {
    .h--main-title {
      margin: 20px 0 0; } }
  @media only screen and (max-width: 479px) {
    .h--main-title {
      font-size: 25px;
      padding: 0 0 10px; } }
  .h--main-title:before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 140%;
    bottom: 0;
    left: -20%;
    background-color: #efefef; }
  .h--main-title-wrapper {
    overflow: hidden;
    text-align: center; }

body, button, input, select, textarea {
  font-family: 'Quicksand', sans-serif !important;
  color: #efefef;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px; }

pre {
  overflow: auto; }

a {
  color: #7550ba; }

li a {
  color: inherit; }

code {
  color: #7550ba; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?o0s1rd");
  src: url("../fonts/icomoon.eot?o0s1rd#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff2?o0s1rd") format("woff2"), url("../fonts/icomoon.ttf?o0s1rd") format("truetype"), url("../fonts/icomoon.woff?o0s1rd") format("woff"), url("../fonts/icomoon.svg?o0s1rd#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-mixer:before {
  content: "\e906"; }

.icon-discord:before {
  content: "\e907"; }

.icon-arrow-down:before {
  content: "\e900"; }

.icon-cross:before {
  content: "\e901"; }

.icon-hamburger:before {
  content: "\e902"; }

.icon-minus:before {
  content: "\e903"; }

.icon-play:before {
  content: "\e904"; }

.icon-plus:before {
  content: "\e905"; }

.icon-google-plus:before {
  content: "\ea8b"; }

.icon-facebook:before {
  content: "\ea90"; }

.icon-instagram:before {
  content: "\ea92"; }

.icon-twitter:before {
  content: "\ea96"; }

.icon-youtube:before {
  content: "\ea9d"; }

.icon-twitch:before {
  content: "\ea9f"; }

.icon-tumblr:before {
  content: "\eab9"; }

.icon-linkedin2:before {
  content: "\eaca"; }

.icon-pinterest2:before {
  content: "\ead2"; }

.button {
  font-family: 'Quicksand', sans-serif !important;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0 30px;
  border-width: 2px;
  border-style: solid;
  border-color: #7550ba;
  border-radius: 4px;
  background: #7550ba;
  text-decoration: none;
  text-transform: capitalize; }
  @media only screen and (max-width: 399px) {
    .button {
      padding: 0 20px; } }
  .button:hover {
    background: #000; }

@-webkit-keyframes online {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(3);
    opacity: 0; } }

.cp-header {
  position: fixed;
  width: 100%;
  height: 80px;
  z-index: 101;
  right: 0;
  transition: right .3s ease;
  background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%); }
  @media only screen and (max-width: 399px) {
    .cp-header {
      height: 40px; } }
  @media all and (max-width: 600px) {
    .admin-bar .cp-header {
      position: absolute;
      top: 46px;
      left: 0; } }
  .cp-header.nav-open {
    right: 320px; }
  .cp-header__inner {
    display: flex;
    justify-content: space-between;
    height: 100%;
    max-width: none; }
  .cp-header__title {
    position: relative;
    display: flex;
    align-items: center;
    font-family: 'Quicksand', sans-serif !important;
    color: #fff;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: lowercase;
    padding: 0 0 0 20px; }
    @media only screen and (max-width: 399px) {
      .cp-header__title {
        width: 100%;
        padding: 0 50px 0 20px;
        font-size: 20px; } }
  .cp-header__middle {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 380px;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      .cp-header__middle {
        display: none; } }
    .cp-header__middle span {
      width: 100%; }
    .cp-header__middle--line-1 {
      font-family: 'Quicksand', sans-serif !important;
      color: #fff;
      font-size: 19px;
      font-style: normal;
      font-weight: 400;
      letter-spacing: 1px; }
    .cp-header__middle--line-2 {
      font-family: 'Quicksand', sans-serif !important;
      color: #2ecc71;
      font-size: 13px;
      font-style: normal;
      font-weight: 300;
      letter-spacing: 1px; }
  .cp-header__offline {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    transform: rotateX(0);
    transition: all .25s ease; }
    .cp-header__offline span {
      color: red; }
    .online .cp-header__offline {
      top: 80px;
      transform: rotateX(135deg); }
  .cp-header__online {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -80px;
    transform: rotateX(135deg);
    transition: all .25s ease; }
    .online .cp-header__online {
      top: 0px;
      transform: rotateX(0deg); }
  .cp-header__game-playing {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 190px; }
  .cp-header__viewers {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 190px; }
  .cp-header__nav {
    display: flex;
    align-items: center;
    width: 40px; }
    @media only screen and (max-width: 399px) {
      .cp-header__nav {
        position: absolute;
        top: 10px;
        right: 10px; } }
    .cp-header__nav--icon {
      text-decoration: none; }
      .cp-header__nav--icon span {
        font-size: 22.11px;
        color: #fff;
        width: 100%;
        height: auto; }

.cp-nav {
  width: 320px;
  position: fixed;
  top: 0;
  right: -320px;
  transition: right .3s ease;
  height: 100%;
  text-align: center;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow-y: scroll; }
  .admin-bar .cp-nav {
    top: 32px; }
    @media only screen and (max-width: 781px) {
      .admin-bar .cp-nav {
        top: 46px; } }
  .cp-nav.active {
    right: 0; }
  .cp-nav__top {
    margin: 0; }
  .cp-nav__title {
    position: relative;
    padding: 0 0 0 20px;
    display: inline-block; }
  .cp-nav__username {
    display: inline-block;
    position: relative;
    font-family: 'Quicksand', sans-serif !important;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: lowercase;
    word-break: break-all; }
  .cp-nav__game-playing {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .cp-nav__game-playing span {
      width: 100%; }
    .cp-nav__game-playing--line-1 {
      font-family: 'Quicksand', sans-serif !important;
      color: #2ecc71;
      font-size: 13px;
      font-style: normal;
      font-weight: 400;
      letter-spacing: 1px; }
    .cp-nav__game-playing--line-2 {
      font-family: 'Quicksand', sans-serif !important;
      font-size: 13px;
      font-style: normal;
      font-weight: 400;
      letter-spacing: 1px;
      text-transform: lowercase; }
  .cp-nav__middle {
    margin: 20px 0; }
  .cp-nav__offline {
    font-family: 'Quicksand', sans-serif !important;
    color: red;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px; }
    .online .cp-nav__offline {
      display: none; }
  .cp-nav__online {
    display: none; }
    .online .cp-nav__online {
      display: block; }
  .cp-nav__wrapper div ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left; }
  .cp-nav__wrapper div > ul {
    border-top: solid 1px #EFEFEF;
    padding: 40px 20px 0; }
    .cp-nav__wrapper div > ul li {
      margin: 0 0 22px;
      position: relative; }
      .cp-nav__wrapper div > ul li a {
        font-family: 'Quicksand', sans-serif !important;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-decoration: none; }
      .cp-nav__wrapper div > ul li.menu-item-has-children .menu-item-has-children--toggle {
        cursor: pointer;
        position: absolute;
        top: 0;
        right: 0;
        width: 18px;
        height: 18px;
        background-size: 18px 18px;
        transform: rotateX(0deg);
        transition: .3s transform ease; }
        .cp-nav__wrapper div > ul li.menu-item-has-children .menu-item-has-children--toggle span {
          font-size: 8px; }
      .cp-nav__wrapper div > ul li.active > ul {
        display: block; }
      .cp-nav__wrapper div > ul li.active .menu-item-has-children--toggle {
        transform: rotateX(180deg); }
  .cp-nav__wrapper div > ul ul {
    display: none;
    margin: 22px 0 0 15px; }
  .cp-nav__bottom {
    display: none; }
    .online .cp-nav__bottom {
      display: block; }
    .cp-nav__bottom a {
      font-size: 20px;
      border-color: #7550ba;
      background: #202020; }
      .cp-nav__bottom a:hover {
        background: #7550ba; }
  .cp-nav__close--icon {
    display: flex;
    align-items: center;
    width: 20px;
    position: absolute;
    z-index: 101;
    top: 10px;
    right: 10px;
    text-decoration: none; }
    .cp-nav__close--icon span {
      color: #fff;
      width: 100%;
      height: auto;
      font-size: 20px; }

.cp-masthead {
  position: relative; }
  @media only screen and (max-width: 767px) {
    .countdown .cp-masthead {
      margin: 0 0 143px; } }
  @media only screen and (max-width: 399px) {
    .countdown .cp-masthead {
      margin: 0 0 117px; } }
  .countdown.online .cp-masthead {
    margin: 0 !important; }
  .cp-masthead img {
    width: 100%;
    height: auto;
    vertical-align: top; }
  .cp-masthead__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px 0 0; }
    @media only screen and (max-width: 767px) {
      .cp-masthead__wrapper {
        padding: 0; } }
  .cp-masthead__logo {
    max-width: 300px;
    width: 20vw;
    margin: 20px 0; }
    .cp-masthead__logo img {
      width: 100%;
      height: auto; }
    @media only screen and (max-width: 399px) {
      .cp-masthead__logo {
        display: none; } }
    .cp-masthead__logo--border {
      border: solid 3px #7550ba;
      border-radius: 50%;
      overflow: hidden; }
  .cp-masthead__cta {
    display: none;
    margin: 20px 0; }
    @media only screen and (max-width: 767px) {
      .cp-masthead__cta {
        position: absolute;
        bottom: 10px;
        right: 10px;
        margin: 0; } }
    .online .cp-masthead__cta {
      display: block; }
    .cp-masthead__cta-title {
      font-family: 'Quicksand', sans-serif !important;
      color: #efefef;
      font-size: 24px;
      font-style: normal;
      font-weight: 400;
      letter-spacing: 1px;
      text-shadow: 0 0 5px black, 0 0 10px black, 0 0 15px black;
      text-align: center;
      margin: 0 0 10px; }
      @media only screen and (max-width: 767px) {
        .cp-masthead__cta-title {
          display: none; } }
    .cp-masthead__cta a {
      position: relative;
      z-index: 100;
      font-size: 20px;
      background: #202020; }
      @media only screen and (max-width: 399px) {
        .cp-masthead__cta a {
          font-size: 14px; } }
      .cp-masthead__cta a:hover {
        background: #7550ba;
        border-color: #202020; }
  .cp-masthead__vignette {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at center, transparent 0%, rgba(0, 0, 0, 0) 45%, #000 100%);
    pointer-events: none; }

.cp-footer__social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 0 0; }
  .cp-footer__social a {
    text-decoration: none;
    color: #fff;
    width: 35px;
    height: 35px;
    font-size: 22px; }
    .cp-footer__social a div {
      width: 35px;
      height: 35px;
      display: inline-flex;
      justify-content: center;
      align-items: center; }
  .cp-footer__social .icon-instagram {
    background-color: #000; }
  .cp-footer__social .icon-facebook {
    background-color: #4c67a1; }
  .cp-footer__social .icon-twitch {
    background-color: #7550ba; }
  .cp-footer__social .icon-twitter {
    background-color: #1b9ae7; }
  .cp-footer__social .icon-google-plus {
    background-color: #dc4a3d; }
  .cp-footer__social .icon-youtube {
    background-color: #de2925; }
  .cp-footer__social .icon-mixer {
    background-color: #002050; }
  .cp-footer__social .icon-discord {
    background-color: #7289DA;
    font-size: .8em; }
  .cp-footer__social .icon-tumblr {
    background-color: #44AFFE; }
  .cp-footer__social .icon-linkedin2 {
    background-color: #2171B3; }
  .cp-footer__social .icon-pinterest2 {
    background-color: #B50912; }

.cp-footer__copyright {
  padding: 0 0 10px;
  text-align: center; }

.social {
  padding: 1.2em 0;
  text-align: center;
  width: 100%;
  height: 100%; }

.social a {
  text-decoration: none; }

.social * {
  color: #fff;
  width: 35px;
  height: 100%;
  height: 35px;
  align-items: center;
  display: inline-flex !important;
  text-align: center; }

.social *:before {
  width: 100%; }

.cp-masthead__countdown {
  width: 100%;
  padding: 20px 0 0; }
  @media only screen and (max-width: 767px) {
    .cp-masthead__countdown {
      position: absolute;
      top: 100%;
      left: 0;
      background: #383838;
      padding: 20px 10px 0; } }
  .online .cp-masthead__countdown {
    display: none; }
  .cp-masthead__countdown-title {
    width: 100%;
    text-transform: capitalize;
    text-shadow: 0 0 5px black, 0 0 10px black, 0 0 15px black;
    font-family: 'Quicksand', sans-serif !important;
    color: #fff;
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: center; }
    @media only screen and (max-width: 1247px) {
      .cp-masthead__countdown-title {
        font-size: 14px; } }
  .cp-masthead__countdown-wrapper {
    text-align: center;
    position: relative;
    z-index: 101;
    margin: auto;
    font-family: 'Quicksand', sans-serif !important;
    color: #efefef;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px; }
  .cp-masthead__countdown .timer-inner {
    display: flex;
    justify-content: center;
    align-items: center; }
    .cp-masthead__countdown .timer-inner .separator {
      font-size: 4.2vw;
      line-height: 1;
      text-shadow: 0 0 5px black, 0 0 10px black, 0 0 15px black; }
      @media only screen and (max-width: 1247px) {
        .cp-masthead__countdown .timer-inner .separator {
          font-size: 44px; } }
    .cp-masthead__countdown .timer-inner .item {
      display: flex;
      flex-wrap: wrap;
      text-align: center;
      position: relative;
      justify-content: center;
      padding: 0 0 20px;
      width: 10vw; }
      @media only screen and (max-width: 1247px) {
        .cp-masthead__countdown .timer-inner .item {
          width: 106px;
          font-size: 16px; } }
      .cp-masthead__countdown .timer-inner .item span:not(.label) {
        font-size: 6.667vw;
        text-shadow: 0 0 5px black, 0 0 10px black, 0 0 15px black; }
        @media only screen and (max-width: 1247px) {
          .cp-masthead__countdown .timer-inner .item span:not(.label) {
            font-size: 62px; } }
        @media only screen and (max-width: 399px) {
          .cp-masthead__countdown .timer-inner .item span:not(.label) {
            font-size: 44px; } }
      .cp-masthead__countdown .timer-inner .item .label {
        font-size: 1.25vw;
        width: 100%;
        text-transform: capitalize;
        font-weight: 300;
        text-shadow: 0 0 5px black, 0 0 10px black, 0 0 15px black; }
        @media only screen and (max-width: 1247px) {
          .cp-masthead__countdown .timer-inner .item .label {
            font-size: 14px; } }
        @media only screen and (max-width: 399px) {
          .cp-masthead__countdown .timer-inner .item .label {
            font-size: 10px; } }

.cp-intro__content {
  padding: 0 0 20px; }
  @media only screen and (max-width: 479px) {
    .cp-intro__content {
      padding: 0 0 10px; } }

.cp-blog__inner {
  display: flex; }
  @media only screen and (max-width: 1023px) {
    .cp-blog__inner {
      flex-wrap: wrap; } }

.cp-blog__posts {
  width: 50%;
  padding: 0 10px 0 0; }
  .archive .cp-blog__posts {
    width: 100%;
    padding: 0; }
  .blog .cp-blog__posts {
    width: 100%;
    padding: 0; }
  .cp-blog__posts--full-width {
    width: 100%;
    padding: 0; }
  @media only screen and (max-width: 1023px) {
    .cp-blog__posts {
      width: 100%;
      padding: 0; } }

.cp-blog__post {
  padding: 20px;
  margin: 0 0 20px; }
  @media only screen and (max-width: 1023px) {
    .cp-blog__post {
      margin: 0 0 10px; } }
  @media only screen and (max-width: 639px) {
    .cp-blog__post {
      padding: 10px; } }
  .cp-blog__post-title {
    font-family: 'Quicksand', sans-serif !important;
    color: #7550ba;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0 0 10px; }
  .cp-blog__post-author {
    font-family: 'Quicksand', sans-serif !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 1px; }
  .cp-blog__post-cta a {
    background: #7550ba; }

.cp-blog__stream {
  display: none;
  width: 50%;
  padding: 0 0 0 10px; }
  @media only screen and (max-width: 1023px) {
    .cp-blog__stream {
      width: 100%;
      padding: 0 0 10px; } }

.cp-blog__vods {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 10px));
  grid-gap: 20px;
  margin: 0 0 20px; }
  @media only screen and (max-width: 1023px) {
    .cp-blog__vods {
      grid-gap: 10px;
      grid-template-columns: repeat(3, calc(33% - 4px)); } }
  @media only screen and (max-width: 639px) {
    .cp-blog__vods {
      grid-template-columns: repeat(2, calc(50% - 5px)); } }
  @media only screen and (max-width: 479px) {
    .cp-blog__vods {
      grid-template-columns: repeat(1, calc(100%)); } }
  .cp-blog__vods-tile {
    overflow: hidden; }
    .cp-blog__vods-tile:hover .cp-blog__vods-overlay {
      opacity: 1;
      transform: scale(1); }
  .cp-blog__vods-image {
    width: 100%;
    vertical-align: top; }
  .cp-blog__vods-title {
    position: absolute; }
  .cp-blog__vods-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    display: flex;
    opacity: 0;
    transform: scale(2);
    align-items: center;
    justify-content: center;
    transition: all .35s ease;
    background-color: rgba(0, 0, 0, 0.5); }
    .cp-blog__vods-overlay span {
      width: 40px;
      height: 40px;
      font-size: 40px;
      color: #fff; }
  .cp-blog__vods-link {
    display: block;
    position: relative; }

.cp-blog__news {
  width: 50%;
  margin: 0  0 0 10px; }

.cp-blog__title h3 {
  font-family: 'Quicksand', sans-serif !important;
  color: #efefef;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px; }

.cp-affiliates--hide {
  display: none; }

.cp-affiliates__title h3 {
  color: #202020; }
  .cp-affiliates__title h3:before {
    background-color: #202020; }

.cp-affiliates__wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px 0; }
  .cp-affiliates__wrapper a {
    max-width: 200px;
    margin: 0 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center; }
    .cp-affiliates__wrapper a img {
      width: 100%;
      height: auto; }

.cp-single article {
  margin: 0 0 30px; }

.cp-single .post-tags {
  list-style: none;
  padding: 0; }
  .cp-single .post-tags li {
    margin: 0 8px 0 0;
    display: inline-block; }

.cp-single__meta-title {
  font-family: 'Quicksand', sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px; }

.cp-single__meta ul {
  list-style: none;
  padding: 0;
  display: inline-block; }
  .cp-single__meta ul li {
    margin: 0 8px 0 0;
    display: inline-block; }
    .cp-single__meta ul li a {
      color: #7550ba; }

.cp-single__comments-title {
  display: inline-block;
  position: relative;
  font-family: 'Quicksand', sans-serif !important;
  color: #efefef;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px; }
  .cp-single__comments-title:before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: -10px;
    left: 0;
    background-color: #efefef; }

.cp-single__comments ol {
  list-style: none; }

.cp-single__comments-list {
  margin: 0;
  padding: 0; }
  .cp-single__comments-list .comment-body {
    position: relative;
    font-size: 15px;
    min-height: 100px; }
    @media only screen and (max-width: 479px) {
      .cp-single__comments-list .comment-body {
        min-height: 50px; } }
  .cp-single__comments-list .comment-meta {
    position: absolute;
    width: 100%; }
  .cp-single__comments-list .comment-metadata {
    position: absolute;
    top: 17px;
    left: 110px; }
    .cp-single__comments-list .comment-metadata a {
      font-size: 13px;
      text-decoration: none; }
    @media only screen and (max-width: 479px) {
      .cp-single__comments-list .comment-metadata {
        display: none; } }
  .cp-single__comments-list .comment-author b {
    padding: 0 0 0 4px; }
  .cp-single__comments-list .comment-author img {
    display: inline-block;
    vertical-align: top; }
    @media only screen and (max-width: 479px) {
      .cp-single__comments-list .comment-author img {
        width: 50px;
        height: 50px; } }
  @media only screen and (max-width: 479px) {
    .cp-single__comments-list .comment-author .says {
      display: none; } }
  .cp-single__comments-list .comment-content {
    padding: 25px 0 0 110px; }
    @media only screen and (max-width: 479px) {
      .cp-single__comments-list .comment-content {
        padding: 8px 0 0 60px; } }
  .cp-single__comments-list .reply {
    padding: 0 0 0 110px; }
    .cp-single__comments-list .reply a {
      position: relative; }
    @media only screen and (max-width: 479px) {
      .cp-single__comments-list .reply {
        padding: 0 0 0 60px; } }
  .cp-single__comments-list label {
    display: none; }

.cp-single__comments-respond-title {
  display: none; }

.cp-single__comments-form label {
  display: none; }

.cp-single__comments-form textarea {
  height: 40px;
  line-height: 35px;
  width: 100%;
  border: solid 1px #efefef;
  border-radius: 4px;
  text-indent: 5px;
  color: #202020; }

.cp-single__comments-form #author, .cp-single__comments-form #email {
  height: 40px;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  text-indent: 5px;
  color: #202020; }

.cp-pagination__wrapper {
  margin: 0 0 20px; }

.cp-pagination a {
  text-decoration: none;
  background: #383838; }
  .cp-pagination a:hover {
    text-decoration: underline; }
  .cp-pagination a span {
    background: #383838; }

.cp-pagination span {
  background: #7550ba; }

.cp-pagination span, .cp-pagination a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: 'Quicksand', sans-serif !important;
  color: #efefef;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none; }
  .cp-pagination span.current, .cp-pagination a.current {
    background: #7550ba; }

.cp-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  z-index: 1000;
  display: none;
  justify-content: center;
  align-items: center; }
  .cp-modal--active {
    display: flex; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
  color: #202020; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto; }
