@media only screen and (max-width: 759px) {padding: 0;
}

.header {
  margin: 0;
}

.header__navigation-promo:before {
  position: absolute;
  right: 176px;
  top: 13px;
  text-align: center;
  width: 220px;
  height: 20px;
  margin: 0 auto;
  display: block;
  content: 'Celebrating 10 years brought to you by';
  font-size: 13px;
  color: #fff;
  line-height: 1.1;
}

@media (max-width: 800px) {
  .header__navigation-promo:before {
    right: inherit;
    left: 50px;
  }
}

.header__navigation-promo:after {
  position: absolute;
  right: 176px;
  margin: 0 auto;
  top: 34px;
  content: '';
  background: url(../assets/images/logo-crackberry-keyone.png);
  background-size: cover;
  width: 138px;
  height: 15px;
}

@media (max-width: 800px) {
  .header__navigation-promo:after {
    right: inherit;
    left: 50px;
  }
}

#ctBoc .list .grid_item .grid_comm {
  background-color: #FF753B !important;
  color: #fff !important;
  display: inline-block;
  font-size: 13px;
  padding: 0.2em 0.8em 0.3em;
  line-height: 1.2em;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.16);
  font-weight: 400;
  white-space: nowrap;
}

#ctBoc .list .grid_item .grid_comm:before {
  display: none;
}

@media only screen and (max-width: 759px) {
  .topic-block__input {
    color: white;
    background-color: black;
  }
  #ctBoc div.container {
    padding-left: 10px;
  }
  #Leaderboard_Header_ATF-wrap {
    margin-bottom: 0;
  }
}

.badge {
  border-radius: 0;
}

/*
  Icon Replacements
*/
.forums .fa-comments:before {
  font-family: 'mona-icomoon';
  content: "\cb1" !important;
}

.fa-shopping-cart:before {
  font-family: 'mona-icomoon';
  content: "\cb2" !important;
}

.fa-comments:before {
  font-family: 'mona-icomoon';
  content: "\cb3" !important;
}

.header-drawer__dark {
  display: none;
}

/*# sourceMappingURL=../css/cb/custom-cb.css.map */
