html.mobile-nav-active body.color-theme-custom #container:after {
  z-index: 8998; }

body.color-theme-custom #container:after {
  position: fixed;
  top: 28px;
  left: 65%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 1;
  pointer-events: none;
  text-align: center;
  z-index: 8999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 1;
  content: "";
  border: 0;
  padding: 0;
  background: transparent url(logo-champions-for-the-homeless.png) no-repeat 50% 50%;
  background-size: contain;
  width: 44px;
  height: 44px; }

body.color-theme-custom .duel-head {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2d9af7), color-stop(45%, rgba(9, 185, 255, 0.3)), color-stop(55%, rgba(9, 185, 255, 0.3)), to(#09b9ff)), url(bg-scoreboard.png);
  background-image: -webkit-linear-gradient(#2d9af7, rgba(9, 185, 255, 0.3) 45%, rgba(9, 185, 255, 0.3) 55%, #09b9ff), url(bg-scoreboard.png);
  background-image: -o-linear-gradient(#2d9af7, rgba(9, 185, 255, 0.3) 45%, rgba(9, 185, 255, 0.3) 55%, #09b9ff), url(bg-scoreboard.png);
  background-image: linear-gradient(#2d9af7, rgba(9, 185, 255, 0.3) 45%, rgba(9, 185, 255, 0.3) 55%, #09b9ff), url(bg-scoreboard.png);
  background-size: auto,contain;
  background-position: center center,center 40%;
  background-repeat: repeat,no-repeat; }
  body.color-theme-custom .duel-head .duel-title {
    color: #fff;
    text-shadow: 0 0 6px #2d9af7; }
  body.color-theme-custom .duel-head .scoreboard-container:before {
    display: none; }
  body.color-theme-custom .duel-head .mobile-duel-team-selector .mobile-duel-team-container .team-name {
    color: #fff;
    text-shadow: 0 0 6px #2d9af7; }

body.color-theme-custom .duel-team-head {
  background-color: #09b9ff; }

body.color-theme-custom .duel-team {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 185, 255, 0.5)), color-stop(20%, rgba(9, 185, 255, 0)));
  background-image: -webkit-linear-gradient(rgba(9, 185, 255, 0.5), rgba(9, 185, 255, 0) 20%);
  background-image: -o-linear-gradient(rgba(9, 185, 255, 0.5), rgba(9, 185, 255, 0) 20%);
  background-image: linear-gradient(rgba(9, 185, 255, 0.5), rgba(9, 185, 255, 0) 20%); }

@media only screen and (min-width: 481px) {
  body.color-theme-custom #container:after {
    left: 62%; } }

@media only screen and (min-width: 768px) {
  body.color-theme-custom #container:after {
    left: 50%;
    top: 38px;
    width: 56px;
    height: 56px; } }

@media only screen and (min-width: 1024px) {
  html.scrolled body.color-theme-custom #container:after {
    width: 56px;
    height: 56px;
    top: 38px; }
  body.color-theme-custom #container:after {
    top: 48px;
    width: 78px;
    height: 78px;
    -webkit-transition: width 375ms, height 375ms, top 375ms;
    -o-transition: width 375ms, height 375ms, top 375ms;
    transition: width 375ms, height 375ms, top 375ms; }
  body.color-theme-custom .duel-head {
    background-size: auto,auto 100%;
    background-position: center center,center 50%; } }

@media only screen and (min-width: 1025px) {
  body.color-theme-custom #container:after {
    left: 42%; } }

@media only screen and (min-width: 1240px) {
  body.color-theme-custom #container:after {
    top: 68px;
    width: 92px;
    height: 92px; } }

@media only screen and (min-width: 1560px) {
  body.color-theme-custom #container:after {
    left: 50%; } }

@media only screen and (min-width: 1920px) {
  body.color-theme-custom .duel-head {
    background-size: auto,auto 120%;
    background-position: center center,center 20%; } }
