body *,
body *:before,
body *:after {
  box-sizing: border-box; }

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; }

.customize-partial-edit-shortcuts-shown .cp-sw-status-bar[data-bar-mode=fixed] {
  top: 0 !important; }

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  left: -9999px; }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */ }

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * 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; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 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 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

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-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; }

li a {
  color: inherit; }

@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; } }

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

.cp-header {
  width: 100%;
  position: relative;
  right: 0;
  transition: right .3s ease; }
  .plugin-active--broadcast-companion .cp-header {
    position: fixed;
    z-index: 102;
    height: 80px;
    background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%); }
    @media only screen and (max-width: 399px) {
      .plugin-active--broadcast-companion .cp-header {
        height: 40px; } }
  @media all and (max-width: 600px) {
    .admin-bar.plugin-active--broadcast-companion .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; }
    .plugin-active--broadcast-companion .cp-header__inner {
      padding: 0 20px; }
      @media only screen and (max-width: 767px) {
        .plugin-active--broadcast-companion .cp-header__inner {
          padding: 0 10px; } }
  .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;
    padding: 0 0 0 20px; }
    @media only screen and (max-width: 399px) {
      .cp-header__title {
        width: 100%;
        padding: 0 20px;
        font-size: 20px; } }
    @media only screen and (max-width: 767px) {
      .cp-header__title {
        display: inline-block;
        max-width: 75%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; } }
    .cp-header__title a {
      text-decoration: none;
      color: #fff; }
      @media only screen and (max-width: 767px) {
        .cp-header__title a {
          line-height: 80px; } }
      @media only screen and (max-width: 399px) {
        .cp-header__title a {
          line-height: 40px; } }
  .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-header__watch-now {
    display: flex;
    align-items: center; }
    .cp-header__watch-now a {
      display: inline-block;
      height: 30px;
      line-height: 30px;
      text-decoration: none;
      border-radius: 4px;
      padding: 0 10px;
      color: #fff;
      font-size: 12px;
      text-transform: capitalize;
      white-space: nowrap; }
    .cp-header__watch-now i {
      position: relative;
      top: 1px;
      font-size: 16px;
      margin: 0 4px; }
    .cp-header__watch-now--twitch {
      background-color: #9147ff; }
      .cp-header__watch-now--twitch:hover {
        background-color: #772ce8; }
    .cp-header__watch-now--youtube {
      background-color: #cc0000; }
      .cp-header__watch-now--youtube:hover {
        background-color: #282828; }

.cp-nav {
  width: 320px;
  position: fixed;
  z-index: 999;
  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;
    box-shadow: -1px 0px 5px #000000; }
  .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;
    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: #0E0E10;
      font-size: 19px;
      font-style: normal;
      font-weight: 400;
      letter-spacing: 1px; }
    .cp-nav__game-playing--line-2 {
      font-family: 'Quicksand', sans-serif !important;
      color: #2ecc71;
      font-size: 13px;
      font-style: normal;
      font-weight: 400;
      letter-spacing: 1px;
      text-transform: capitalize; }
  .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: 19px;
        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: 14px; }
  .cp-nav__close--icon {
    display: flex;
    align-items: center;
    width: 20px;
    position: absolute;
    z-index: 102;
    top: 10px;
    right: 10px; }
    .cp-nav__close--icon span {
      color: #fff;
      width: 100%;
      height: auto;
      font-size: 20px; }

.cp-header {
  background-color: var(--navPrimaryBgColour); }
  .cp-header__new-wrapper {
    width: calc(100%);
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: flex-end; }
  .cp-header__logo {
    max-width: 288px;
    height: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0; }
    .cp-header__logo a {
      display: flex;
      align-items: center;
      max-height: 82px;
      max-width: 100%;
      position: relative;
      z-index: 1; }
      .cp-header__logo a img {
        width: 100%;
        max-height: 100%;
        vertical-align: top; }
  .cp-header__navigation {
    width: calc(100% - var(--logoWidth));
    max-width: 1440px;
    padding: 10px; }
    .cp-header__navigation nav {
      height: 100%;
      width: 100%;
      text-align: right; }
      .l-reverse .cp-header__navigation nav {
        text-align: left; }
      .cp-header__navigation nav.is-open + button {
        display: block; }
      .cp-header__navigation nav ul li {
        list-style-type: none; }
      .cp-header__navigation nav > ul {
        padding: 0;
        margin: 0;
        height: 100%;
        display: inline-block;
        vertical-align: middle; }
      .cp-header__navigation nav > ul > li {
        margin: 0 20px;
        padding: 0 20px;
        display: inline-block;
        vertical-align: middle;
        position: relative; }
        .cp-header__navigation nav > ul > li:last-child {
          margin-right: 0; }
        .l-reverse .cp-header__navigation nav > ul > li:first-child {
          margin-left: 0;
          padding-left: 0; }
        .cp-header__navigation nav > ul > li:hover > ul {
          visibility: visible;
          opacity: 1;
          max-height: 1000px; }
          .cp-header__navigation nav > ul > li:hover > ul > li {
            opacity: 1; }
      .cp-header__navigation nav > ul > li > ul {
        visibility: hidden;
        opacity: 0;
        max-height: 0;
        transition: opacity 0.1s ease-out, max-height 2s ease-out;
        background-color: var(--navPrimaryBgColour);
        padding: 0 20px 10px;
        margin: 0;
        position: absolute;
        top: calc(100% + 8px);
        left: 0;
        box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2), -2px 2px 2px 0px rgba(0, 0, 0, 0.2); }
        .cp-header__navigation nav > ul > li > ul:before {
          content: "";
          position: absolute;
          top: -20px;
          left: 0;
          height: 20px;
          width: 100%; }
      .cp-header__navigation nav > ul > li > ul > li {
        text-align: left;
        white-space: nowrap;
        opacity: 0;
        transition: all .3s ease;
        transition-delay: .15s;
        position: relative; }
        .cp-header__navigation nav > ul > li > ul > li a {
          line-height: 40px; }
        .cp-header__navigation nav > ul > li > ul > li:hover > ul {
          opacity: 1;
          visibility: visible;
          max-width: 1000px; }
          .cp-header__navigation nav > ul > li > ul > li:hover > ul > li {
            opacity: 1; }
      .cp-header__navigation nav > ul > li > ul > li > ul {
        opacity: 0;
        visibility: hidden;
        max-width: 0;
        transition: opacity 0.1s ease-out, max-width 2s ease-out;
        background-color: var(--navPrimaryBgColour);
        padding: 0 20px 10px;
        margin: 0;
        position: absolute;
        top: 0;
        left: calc(100% + 20px);
        box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2), 2px -2px 2px 0 rgba(0, 0, 0, 0.2); }
        .cp-header__navigation nav > ul > li > ul > li > ul:before {
          content: "";
          position: absolute;
          top: 0;
          left: -20px;
          height: 100%;
          width: 20px; }
      .cp-header__navigation nav > ul > li > ul > li > ul > li {
        text-align: left;
        white-space: nowrap;
        opacity: 0;
        transition: all .3s ease;
        transition-delay: .15s;
        position: relative; }
        .cp-header__navigation nav > ul > li > ul > li > ul > li a {
          line-height: 40px; }
      .cp-header__navigation nav a {
        display: block;
        color: var(--navTextColour);
        text-decoration: none;
        position: relative;
        line-height: 60px; }
      .cp-header__navigation nav > ul > li > a:before {
        backface-visibility: hidden;
        border-width: 1px;
        border-style: solid;
        border-color: transparent;
        content: " ";
        position: relative;
        transition: all 0.25s ease-in-out;
        width: 0;
        margin: 0 auto;
        display: block;
        bottom: -50px; }
      .cp-header__navigation nav > ul > li > a:hover:before {
        backface-visibility: hidden;
        border-color: var(--navtextUnderlineColour);
        transition: width 350ms ease-in-out;
        width: 100%; }
      .cp-header__navigation nav > ul > li > ul > li a:before {
        backface-visibility: hidden;
        border-width: 1px;
        border-style: solid;
        border-color: transparent;
        content: " ";
        position: absolute;
        transition: all 0.25s ease-in-out;
        height: 0;
        width: 1px;
        display: block;
        bottom: 50%;
        left: -8px; }
      .cp-header__navigation nav > ul > li > ul > li a:hover:before {
        backface-visibility: hidden;
        border-color: var(--navPrimaryBgColour);
        transition: all .35s ease-in-out;
        height: 80%;
        bottom: 10%; }

/*
 * Core styles for PriorityNav.js
 * These styles are not optional and should always be included
 *
 * Free to use under the MIT License.
 * http://twitter.com/GijsRoge
 */
.cp-header__navigation .priority-nav {
  white-space: nowrap;
  /*
        * Makes sure the menu's are inline-block so they don't take up
        * the entire width of its parent. This will break the plugin.
        */ }
  .cp-header__navigation .priority-nav__dropdown {
    position: fixed;
    z-index: 999999;
    visibility: hidden;
    top: 0;
    right: -320px;
    height: 100%;
    background: var(--navPrimaryBgColour);
    width: 320px;
    height: 100%;
    transition: right 0.3s ease;
    padding: 40px 25px 20px;
    margin: 0;
    overflow-y: scroll;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start;
    list-style: none;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2); }
    .cp-header__navigation .priority-nav__dropdown:before, .cp-header__navigation .priority-nav__dropdown:after {
      content: '';
      position: absolute;
      top: 25px;
      right: 25px;
      width: 20px;
      height: 2px;
      background-color: var(--navTextColour);
      /* Adjust color as needed */
      z-index: 10;
      cursor: pointer;
      transform-origin: center; }
    .cp-header__navigation .priority-nav__dropdown:before {
      transform: rotate(45deg); }
    .cp-header__navigation .priority-nav__dropdown:after {
      transform: rotate(-45deg); }
    .logged-in .cp-header__navigation .priority-nav__dropdown {
      top: 32px; }
    .customize-partial-edit-shortcuts-shown .cp-header__navigation .priority-nav__dropdown {
      top: 0 !important; }
    @media screen and (max-width: 782px) {
      .logged-in .cp-header__navigation .priority-nav__dropdown {
        top: 46px; } }
    @media only screen and (max-width: 767px) {
      .cp-header__navigation .priority-nav__dropdown {
        width: 300px; } }
    .cp-header__navigation .priority-nav__dropdown.show {
      right: 0;
      visibility: visible; }
    .cp-header__navigation .priority-nav__dropdown li {
      list-style-type: none;
      display: block;
      vertical-align: middle;
      text-align: left;
      white-space: normal; }
      .cp-header__navigation .priority-nav__dropdown li a {
        text-decoration: none;
        line-height: 20px;
        padding: 12px 0;
        display: inline-block; }
        .cp-header__navigation .priority-nav__dropdown li a:before {
          position: absolute;
          bottom: 0px;
          left: 0; }
      .cp-header__navigation .priority-nav__dropdown li ul {
        padding-left: 10px; }

.priority-nav-has-dropdown .priority-nav__dropdown-toggle {
  display: inline-block;
  position: relative;
  cursor: pointer;
  color: #000;
  background: none;
  border: none;
  color: var(--navTextColour);
  text-decoration: none;
  height: 62px; }

.priority-nav__wrapper {
  position: relative;
  padding-left: 20px; }

.priority-nav__dropdown.show {
  visibility: visible; }

.priority-nav__dropdown-toggle {
  visibility: hidden;
  position: absolute; }
  .l-reverse .priority-nav__dropdown-toggle {
    border-left: 5px dotted var(--navPrimaryBgColour); }
  .l-normal .priority-nav__dropdown-toggle {
    border-right: 5px dotted var(--navPrimaryBgColour); }

.priority-nav-is-visible {
  visibility: visible; }

.priority-nav-is-hidden {
  visibility: hidden; }

.cp-masthead {
  position: relative;
  overflow: hidden; }
  .cp-masthead--height-max-height {
    max-height: 100vh; }
    .cp-masthead--height-max-height img.cp-masthead__image {
      object-fit: contain; }
  .cp-masthead--height-half-height {
    max-height: 50vh; }
    .cp-masthead--height-half-height img.cp-masthead__image {
      min-height: 490px;
      object-fit: cover; }
  .cp-masthead--height-video {
    aspect-ratio: 16/9; }
  .cp-masthead--height-video-half {
    aspect-ratio: 32/9; }
  .cp-masthead--video-1 > iframe {
    width: 100%;
    height: 100%;
    pointer-events: none; }
  .cp-masthead__embed {
    z-index: 1; }
  .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 {
    position: relative;
    z-index: 100;
    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-style: solid;
      border-width: 3px;
      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: 14px; }
      @media only screen and (max-width: 399px) {
        .cp-masthead__cta a {
          font-size: 14px; } }
  .cp-masthead__effects {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none; }
    .cp-masthead__effects--vignette {
      background: radial-gradient(ellipse at center, transparent 0%, rgba(0, 0, 0, 0) 45%, #000 100%); }
    .cp-masthead__effects--grid {
      background-image: url("../img/grid-bg.png");
      opacity: .05; }
    .cp-masthead__effects--pixelation {
      image-rendering: pixelated; }
    .cp-masthead__effects--blood {
      background-image: url("../img/blood-bg.png");
      opacity: .25; }
    .cp-masthead__effects canvas {
      width: 100%;
      height: 100%; }

.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__nav ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  justify-content: center; }
  .cp-footer__nav ul li {
    padding: 5px 10px; }
    .cp-footer__nav ul li a:hover {
      color: var(--bc-accent-color); }

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

.cp-footer ul {
  padding: 20px 0 10px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  list-style: none; }
  .cp-footer ul li {
    padding: 5px 10px; }

.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; }
  .online .cp-masthead__countdown {
    display: none; }
  .cp-masthead__countdown-title {
    width: 100%;
    text-transform: capitalize;
    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 (min-width: 768px) {
      .cp-masthead__countdown-title {
        text-shadow: 0 0 5px black, 0 0 10px black, 0 0 15px black; } }
    @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; }
      @media only screen and (min-width: 768px) {
        .cp-masthead__countdown .timer-inner .separator {
          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; }
        @media only screen and (min-width: 768px) {
          .cp-masthead__countdown .timer-inner .item span:not(.label) {
            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; }
        @media only screen and (min-width: 768px) {
          .cp-masthead__countdown .timer-inner .item .label {
            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; }
  .cp-intro__content--no-title {
    padding: 20px 0; }
    @media only screen and (max-width: 479px) {
      .cp-intro__content--no-title {
        padding: 10px 0; } }
  @media only screen and (max-width: 479px) {
    .cp-intro__content {
      padding: 0 0 10px; } }

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

.cp-blog {
  overflow: hidden; }
  .cp-blog__inner {
    display: flex;
    padding: 0 0 20px; }
    @media only screen and (max-width: 1023px) {
      .cp-blog__inner {
        flex-wrap: wrap; } }
  .cp-blog__posts {
    position: relative;
    flex-basis: 50%;
    flex-grow: 1;
    padding: 0 10px 0 0; }
    .cp-blog__posts--no-title {
      padding: 20px 10px 0 0; }
      .cp-blog__posts--no-title.cp-blog__posts--full-width {
        padding: 20px 0; }
      @media only screen and (max-width: 1023px) {
        .cp-blog__posts--no-title {
          padding: 20px 0 !important; } }
    .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; }
      .cp-blog__posts--full-width:after {
        content: "";
        position: absolute;
        top: 0;
        left: 100%;
        height: 100%;
        width: 100%; }
    .cp-blog__posts--hide {
      display: none; }
    @media only screen and (max-width: 1023px) {
      .cp-blog__posts {
        width: 100%;
        flex-basis: 100%;
        padding: 0; }
        .cp-blog__posts:after {
          content: "";
          position: absolute;
          top: 0;
          left: 100%;
          height: 100%;
          width: 100%; } }
    .cp-blog__posts:before {
      content: "";
      position: absolute;
      top: 0;
      left: -100%;
      height: 100%;
      width: 100%; }
  .cp-blog__post {
    padding: 20px;
    margin: 0 0 20px;
    border: solid 2px transparent; }
    @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__stream {
    position: relative;
    flex-basis: 50%;
    flex-grow: 1;
    padding: 0 0 0 10px; }
    .cp-blog__stream--hide {
      display: none !important; }
    .cp-blog__stream--vods-only .cp-blog__vods {
      grid-template-columns: repeat(3, calc(33% - 4px)); }
    .cp-blog__stream--vods-only:after {
      content: "";
      position: absolute;
      top: 0;
      left: -100%;
      height: 100%;
      width: 100%; }
    @media only screen and (max-width: 1023px) {
      .cp-blog__stream {
        width: 100%;
        flex-basis: 100%;
        padding: 0 0 10px; } }
    .cp-blog__stream:before {
      content: "";
      position: absolute;
      top: 0;
      left: 100%;
      height: 100%;
      width: 100%; }
  .cp-blog__vods {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 10px));
    grid-gap: 20px; }
    .cp-blog__vods--no-title {
      padding: 20px 0 20px 10px; }
      @media only screen and (max-width: 1023px) {
        .cp-blog__vods--no-title {
          padding: 20px 0; } }
    @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)) !important; } }
    @media only screen and (max-width: 479px) {
      .cp-blog__vods {
        grid-template-columns: repeat(1, calc(100%)) !important; } }
    .cp-blog__vods-tile {
      overflow: hidden;
      border: solid 2px transparent;
      position: relative; }
      .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__vods .demo-content__streams {
      aspect-ratio: 16/9;
      height: auto;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      text-transform: uppercase; }
  .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;
  font-size: 20px; }

.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 {
  padding: 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__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-single__comments .form-submit {
  margin: 0; }

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

.cp-pagination a {
  text-decoration: none; }
  .cp-pagination a:hover {
    text-decoration: underline; }

.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; }

.blobCont {
  position: absolute;
  width: 100%;
  height: 100%; }
  .blobCont image {
    width: 100%;
    height: 100%; }

.blob:nth-child(1) {
  animation: move1 20s infinite linear; }

@keyframes move1 {
  from {
    transform: rotate(90deg) translate(200px, 0.1px) rotate(-90deg); }
  to {
    transform: rotate(450deg) translate(200px, 0.1px) rotate(-450deg); } }

.blob:nth-child(2) {
  animation: move2 20s infinite linear; }

@keyframes move2 {
  from {
    transform: rotate(180deg) translate(200px, 0.1px) rotate(-180deg); }
  to {
    transform: rotate(540deg) translate(200px, 0.1px) rotate(-540deg); } }

.blob:nth-child(3) {
  animation: move3 20s infinite linear; }

@keyframes move3 {
  from {
    transform: rotate(270deg) translate(200px, 0.1px) rotate(-270deg); }
  to {
    transform: rotate(630deg) translate(200px, 0.1px) rotate(-630deg); } }

.blob:nth-child(4) {
  animation: move4 20s infinite linear; }

@keyframes move4 {
  from {
    transform: rotate(360deg) translate(200px, 0.1px) rotate(-360deg); }
  to {
    transform: rotate(720deg) translate(200px, 0.1px) rotate(-720deg); } }

.blob:nth-child(5) {
  animation: move5 20s infinite linear; }

@keyframes move5 {
  from {
    transform: rotate(450deg) translate(200px, 0.1px) rotate(-450deg); }
  to {
    transform: rotate(810deg) translate(200px, 0.1px) rotate(-810deg); } }

.blob:nth-child(6) {
  animation: move6 20s infinite linear; }

@keyframes move6 {
  from {
    transform: rotate(540deg) translate(200px, 0.1px) rotate(-540deg); }
  to {
    transform: rotate(900deg) translate(200px, 0.1px) rotate(-900deg); } }

.blob:nth-child(7) {
  animation: move7 20s infinite linear; }

@keyframes move7 {
  from {
    transform: rotate(630deg) translate(200px, 0.1px) rotate(-630deg); }
  to {
    transform: rotate(990deg) translate(200px, 0.1px) rotate(-990deg); } }

.blob:nth-child(8) {
  animation: move8 20s infinite linear; }

@keyframes move8 {
  from {
    transform: rotate(720deg) translate(200px, 0.1px) rotate(-720deg); }
  to {
    transform: rotate(1080deg) translate(200px, 0.1px) rotate(-1080deg); } }

.blob:nth-child(9) {
  animation: move9 20s infinite linear; }

@keyframes move9 {
  from {
    transform: rotate(810deg) translate(200px, 0.1px) rotate(-810deg); }
  to {
    transform: rotate(1170deg) translate(200px, 0.1px) rotate(-1170deg); } }

.blob:nth-child(10) {
  animation: move10 20s infinite linear; }

@keyframes move10 {
  from {
    transform: rotate(900deg) translate(200px, 0.1px) rotate(-900deg); }
  to {
    transform: rotate(1260deg) translate(200px, 0.1px) rotate(-1260deg); } }

.blob:nth-child(11) {
  animation: move11 20s infinite linear; }

@keyframes move11 {
  from {
    transform: rotate(990deg) translate(200px, 0.1px) rotate(-990deg); }
  to {
    transform: rotate(1350deg) translate(200px, 0.1px) rotate(-1350deg); } }

.blob:nth-child(12) {
  animation: move12 20s infinite linear; }

@keyframes move12 {
  from {
    transform: rotate(1080deg) translate(200px, 0.1px) rotate(-1080deg); }
  to {
    transform: rotate(1440deg) translate(200px, 0.1px) rotate(-1440deg); } }

.blob:nth-child(13) {
  animation: move13 20s infinite linear; }

@keyframes move13 {
  from {
    transform: rotate(1170deg) translate(200px, 0.1px) rotate(-1170deg); }
  to {
    transform: rotate(1530deg) translate(200px, 0.1px) rotate(-1530deg); } }

.blob:nth-child(14) {
  animation: move14 20s infinite linear; }

@keyframes move14 {
  from {
    transform: rotate(1260deg) translate(200px, 0.1px) rotate(-1260deg); }
  to {
    transform: rotate(1620deg) translate(200px, 0.1px) rotate(-1620deg); } }

.blob:nth-child(15) {
  animation: move15 20s infinite linear; }

@keyframes move15 {
  from {
    transform: rotate(1350deg) translate(200px, 0.1px) rotate(-1350deg); }
  to {
    transform: rotate(1710deg) translate(200px, 0.1px) rotate(-1710deg); } }

.blob:nth-child(16) {
  animation: move16 20s infinite linear; }

@keyframes move16 {
  from {
    transform: rotate(1440deg) translate(200px, 0.1px) rotate(-1440deg); }
  to {
    transform: rotate(1800deg) translate(200px, 0.1px) rotate(-1800deg); } }

.blob:nth-child(17) {
  animation: move17 20s infinite linear; }

@keyframes move17 {
  from {
    transform: rotate(1530deg) translate(200px, 0.1px) rotate(-1530deg); }
  to {
    transform: rotate(1890deg) translate(200px, 0.1px) rotate(-1890deg); } }

.blob:nth-child(18) {
  animation: move18 20s infinite linear; }

@keyframes move18 {
  from {
    transform: rotate(1620deg) translate(200px, 0.1px) rotate(-1620deg); }
  to {
    transform: rotate(1980deg) translate(200px, 0.1px) rotate(-1980deg); } }

/* =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; }
