.main:before,
.main:after,
.sub-options:before,
.sub-options:after,
.cc-list:before,
.cc-list:after {
  content: "";
  display: table;
  clear: both;
}
/* ===== About Character =======*/
.widget-about-character {
  position: relative;
  color: #fff;
  background: #fff;
}
.widget-about-character .wac-holder {
  background: url("../images/backgrounds/bg-about-widget.jpg") no-repeat;
  background-size: cover;
  position: relative;
  padding: 28px 32px 79px;
  overflow: hidden;
}
.widget-about-character .wac-holder > * {
  position: relative;
  z-index: 2;
}
.widget-about-character .wac-holder:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/backgrounds/bg-dotted.gif");
  z-index: 1;
}
.widget-about-character h3 {
  font-size: 30pt;
  line-height: 27pt;
  font-family: 'Exo', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.widget-about-character .wa-character {
  position: absolute;
  top: 55px;
  right: -95px;
}
.widget-about-character .wa-tth-section {
  position: relative;
  font-family: 'Open Sans', sans-serif;
  background: rgba(0, 0, 0, 0.7);
  margin: 46px -32px 0;
}
.widget-about-character .wa-tth-section dt {
  font-weight: 700;
  display: inline;
}
.widget-about-character .wa-tth-section dd {
  display: inline;
}
.widget-about-character .red-btn {
  font-size: 10.5pt;
  line-height: 14.5pt;
  position: absolute;
  left: 33px;
  padding: 0 21px;
  overflow: visible;
}
.widget-about-character .red-btn .svg-ico {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: 11px;
  width: 13px;
  height: 19px;
}
.widget-about-character .sub-share {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px 0;
}
@media only screen and (max-width: 668px ) {
  .widget-about-character {
    height: 410px;
  }
  .widget-about-character .wac-holder {
    padding: 37px 29px 79px;
  }
  .widget-about-character h3 {
    font-size: 23pt;
    line-height: 23pt;
    margin-bottom: 16px;
  }
  .widget-about-character .wa-tth-section {
    margin: 25px -29px 0;
    padding: 16px 29px;
  }
  .widget-about-character .wa-tth-section h3 {
    font-size: 19pt;
    line-height: 23pt;
    margin-bottom: 0;
  }
  .widget-about-character .wa-tth-section dl {
    line-height: 21pt;
  }
  .widget-about-character .sub-share {
    display: none;
  }
  .widget-about-character .wa-character {
    top: 7px;
    right: -111px;
    width: 260px;
  }
  .widget-about-character .red-btn {
    bottom: -65px;
  }
}
@media only screen and (min-width: 669px) {
  .widget-about-character {
    height: 640px;
  }
  .widget-about-character .wac-holder {
    padding: 28px 32px 82px;
  }
  .widget-about-character img.wa-character {
    z-index: 3;
  }
  .widget-about-character h3 {
    font-size: 30pt;
    line-height: 27pt;
    margin-bottom: 16px;
  }
  .widget-about-character .wa-tth-section {
    margin: 46px -32px 0;
    padding: 33px 55% 35px 32px;
  }
  .widget-about-character .wa-tth-section dl {
    line-height: 24pt;
  }
  .widget-about-character .widget-promo .red-btn {
    bottom: -22px;
  }
  .widget-about-character .widget-promo .share-btn {
    bottom: -71px;
  }
}
/* ===== /About Character =======*/
/* ===== Widget Promo =======*/
.widget-promo {
  position: relative;
  font-family: 'Exo', sans-serif;
  text-transform: uppercase;
  box-shadow: inset 0 -5px 5px rgba(0, 0, 0, 0.3);
  font-weight: 700;
  z-index: 1;
}
.widget-promo h3 {
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .widget-promo h3 {
    font-size: 30pt;
    line-height: 27pt;
    margin-bottom: 22px;
  }
  .widget-promo h3 span {
    display: block;
  }
}
@media only screen and (min-width: 669px) and (max-width: 1023px) {
  .widget-promo h3 {
    font-size: 26pt;
    line-height: 30pt;
    letter-spacing: .3px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 668px ) {
  .widget-promo h3 {
    font-size: 18.5pt;
    line-height: 18.5pt;
    margin-bottom: 9px;
  }
  .widget-promo h3 span {
    display: block;
  }
}
.widget-promo h4 {
  color: #bd0218;
}
@media only screen and (min-width: 1024px) {
  .widget-promo h4 {
    font-size: 13pt;
    line-height: 17pt;
    margin-bottom: 3px;
  }
}
@media only screen and (min-width: 669px) and (max-width: 1023px) {
  .widget-promo h4 {
    font-size: 11pt;
    line-height: 15pt;
    letter-spacing: .3px;
    margin-bottom: -4px;
  }
}
@media only screen and (max-width: 668px ) {
  .widget-promo h4 {
    font-size: 9pt;
    line-height: 13pt;
    margin-bottom: 0;
  }
}
.widget-promo h5 {
  color: #000000;
}
@media only screen and (min-width: 669px) {
  .widget-promo h5 {
    font-size: 22.5pt;
    line-height: 26.5pt;
  }
}
@media only screen and (max-width: 668px ) {
  .widget-promo h5 {
    font-size: 15pt;
    line-height: 19pt;
    margin-bottom: 6px;
  }
}
.widget-promo .promo-info {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 1024px) {
  .widget-promo .promo-info {
    margin-left: -33px;
    padding: 26px 0 40px 6%;
  }
}
@media only screen and (min-width: 669px) and (max-width: 1023px) {
  .widget-promo .promo-info {
    margin: 0 -32px;
    padding: 22px 32px 45px;
  }
}
@media only screen and (max-width: 668px ) {
  .widget-promo .promo-info {
    margin-left: -16px;
    padding: 15px;
  }
}
.widget-promo .promo-img {
  position: absolute;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
}
.widget-promo.promo-comic .promo-img {
  height: 104%;
}
.widget-promo.promo-comic .promo-img img {
  max-height: 100%;
}
.widget-promo.promo-comic .promo-img:before,
.widget-promo.promo-comic .promo-img:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 2%;
  bottom: 2%;
  width: 50%;
}
.widget-promo.promo-comic .promo-img:before {
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  height: 93%;
  background: rgba(0, 0, 0, 0.9);
}
.widget-promo.promo-comic .promo-img:after {
  -webkit-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
  height: 88%;
  background: rgba(0, 0, 0, 0.6);
}
.widget-promo .wp-button {
  position: absolute;
  left: -10px;
  z-index: 1;
}
.widget-promo .wp-button .gb-icons-holder {
  margin-left: 6px;
}
.widget-promo .share-btn {
  position: absolute;
  color: #fff;
  font-size: 10.5pt;
}
.widget-promo .share-btn .svg-ico {
  margin-right: 4px;
}
.widget-promo:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
}
@media only screen and (min-width: 1024px) {
  .widget-promo {
    padding: 38px 0 0 33px;
  }
  .widget-promo .promo-br {
    display: block;
  }
  .widget-promo .wp-button {
    font-size: 17.5pt;
    line-height: 21.5pt;
    bottom: -27px;
    min-width: 240px;
    height: 45px;
  }
  .widget-promo .wp-button .svg-ico {
    width: 19px;
    height: 29px;
  }
  .widget-promo .share-btn {
    bottom: 17px;
    left: 30px;
  }
}
@media only screen and (min-width: 669px) and (max-width: 1023px) {
  .widget-promo {
    padding: 28px 32px 54px;
  }
  .widget-promo .wp-button {
    font-size: 15.5pt;
    line-height: 19.5pt;
    bottom: -13px;
    padding: 11px 50px 9px 33px;
  }
  .widget-promo .wp-button .svg-ico {
    width: 17px;
    height: 23px;
  }
  .widget-promo .share-btn {
    bottom: 4px;
    left: 30px;
  }
}
@media only screen and (max-width: 668px ) {
  .widget-promo {
    padding: 21px 16px;
  }
  .widget-promo .wp-button {
    font-size: 10.5pt;
    line-height: 14.5pt;
    bottom: -21px;
    padding: 10px 17px 6px;
    min-width: 150px;
  }
  .widget-promo .wp-button .svg-ico {
    width: 12px;
    height: 16px;
  }
  .widget-promo .share-btn {
    display: none;
  }
}
.widget-promo.promo-bg1 {
  background: url("../images/backgrounds/promo-bg-1.jpg") no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1024px) {
  .widget-promo.promo-bg1 .promo-img {
    right: -2px;
  }
}
@media only screen and (min-width: 669px) and (max-width: 1023px) {
  .widget-promo.promo-bg1 .promo-img {
    right: -20px;
    width: 211px;
  }
}
@media only screen and (max-width: 668px ) {
  .widget-promo.promo-bg1 .promo-img {
    right: -10px;
    width: 150px;
  }
}
.widget-promo.promo-bg2 {
  background: url("../images/backgrounds/promo-bg-2.jpg") no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1024px) {
  .widget-promo.promo-bg2 .promo-img {
    right: 0;
  }
}
@media only screen and (min-width: 669px) and (max-width: 1023px) {
  .widget-promo.promo-bg2 .promo-img {
    height: 324px;
    right: -18px;
  }
}
@media only screen and (max-width: 668px ) {
  .widget-promo.promo-bg2 .promo-img {
    height: 229px;
    right: -5px;
  }
}
/* ===== / Widget Promo =======*/
/* ===== Comic ======= */
.title-share {
  position: relative;
  padding: 20px 0;
}
.title-share ul a {
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 668px ) {
  .title-share ul {
    display: none !important;
  }
}
.vert-holder {
  display: table-cell;
  vertical-align: middle;
}
.sub-share {
  border-top-style: none;
  padding-top: 10px;
}
.sub-share:after {
  display: none;
}
.cc-list {
  text-transform: uppercase;
  font-family: 'Exo', sans-serif;
  font-weight: 700;
}
.cc-list > div {
  background: #fff;
  position: relative;
  border: 1px solid #dbdbdb;
}
.cc-list > div img {
  max-width: 100%;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 1023px) {
  .cc-list > div img {
    max-width: 100%;
  }
}
.cc-list > div h3 {
  color: #bd0218;
}
@media only screen and (max-width: 668px ) {
  .cc-list > div h3 {
    font-size: 12px;
  }
}
.cc-list > div h4 {
  font-size: 21pt;
  line-height: 25pt;
  line-height: 1;
}
.cc-list > div h4 a {
  float: none;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .cc-list > div h4 {
    font-size: 18px;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 669px) and (max-width: 1023px) {
  .cc-list > div h4 {
    white-space: normal;
  }
}
@media only screen and (max-width: 668px ) {
  .cc-list > div h4 {
    white-space: normal;
  }
}
.cc-list > div:before {
  content: '';
  position: absolute;
  bottom: -22px;
  left: 50%;
  width: 84%;
  height: 20px;
  margin-left: -42%;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  border-radius: 35%;
}
@media only screen and (max-width: 668px ) {
  .cc-list > div:before {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .cc-list > div {
    padding: 31px 27px 0;
    margin-bottom: 47px !important;
  }
}
@media only screen and (min-width: 669px) and (max-width: 1023px) {
  .cc-list > div {
    padding: 22px 22px 0;
    margin-bottom: 20px !important;
  }
}
@media only screen and (max-width: 668px ) {
  .cc-list > div {
    width: 100%;
    float: none;
    height: auto;
    margin-bottom: 38px;
    padding: 22px 0 0 11px;
    text-align: left;
  }
  .cc-list > div a {
    float: left;
    display: block;
    width: 42%;
  }
  .cc-list > div a.cl-character-img {
    margin: -40px 0;
  }
  .cc-list > div a.cbl-img {
    margin: -55px 0;
  }
  .cc-list > div a.cbl-img img {
    margin: 20px 0;
    max-height: 200px;
  }
}
@media only screen and (max-width: 668px ) {
  .cc-list {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 1200px) {
  .content-comic {
    background: url('../images/page-titles/title-left-1.png') no-repeat -7px -8px, url('../images/page-titles/title-right-1.png') no-repeat 96% 0;
  }
}
.content-comic .page-title {
  background: url("../images/page-titles/title-center-1.png") no-repeat 50% 20px;
}
.content-comic .page-title h1:after {
  background-position: 106% 57%!important;
}
.content-comic .page-title h1:before {
  background-position: -6% 57% !important;
}
@media only screen and (min-width: 669px) and (max-width: 1023px) {
  .content-comic .page-title {
    background-size: 130px auto;
  }
}
@media only screen and (max-width: 668px ) {
  .content-comic .page-title {
    background-position: 50% 0;
    background-size: 85px auto;
  }
}
.comic-book-list > div {
  position: relative;
  z-index: 1;
}
.comic-book-list > div:before {
  bottom: 0;
  left: 50%;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.2);
  content: "";
  display: block;
  position: absolute;
  width: 84%;
  height: 20px;
  margin-left: -42%;
  z-index: -1;
  background: #ffffff;
}
@media only screen and (max-width: 1023px) {
  .comic-book-list > div:before {
    display: none;
  }
}
.comic-book-list > div .cbl-caption {
  font-size: 28px;
  line-height: 1;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 1024px) {
  .comic-book-list > div .cbl-caption {
    padding: 10px 0 25px;
  }
}
@media only screen and (min-width: 669px) and (max-width: 1023px) {
  .comic-book-list > div .cbl-caption {
    padding: 5px 0 25px;
  }
}
@media only screen and (max-width: 1023px) {
  .comic-book-list > div .cbl-caption {
    font-size: 20px;
  }
}
@media only screen and (max-width: 668px ) {
  .comic-book-list > div .cbl-caption {
    text-align: left;
    padding-left: 20px;
    font-size: 18px;
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 668px ) {
  .comic-book-list > div {
    height: auto;
  }
}
.comic-book-list .sub-share {
  background: White;
  padding-bottom: 1px;
  border-bottom: 1px solid #DBDBDB;
}
@media only screen and (min-width: 1024px) {
  .comic-book-list .sub-share {
    margin: 0 -27px;
  }
}
@media only screen and (max-width: 1023px) {
  .comic-book-list .sub-share {
    border-bottom-style: none;
  }
}
@media only screen and (min-width: 669px) and (max-width: 1023px) {
  .comic-book-list .sub-share {
    margin: 0 -22px;
  }
  .comic-book-list .sub-share ul a {
    margin: 0;
  }
}
@media only screen and (min-width: 669px) and (max-width: 1023px) {
  .comic-book-list {
    margin-bottom: 51px;
  }
}
.comic-title {
  font: 0/0 a;
  margin: 0 auto;
  position: relative;
  width: 619px;
  background: #e7e7e7;
  box-shadow: inset 0px -20px 5px rgba(231, 231, 231, 0.5), inset -20px 0 5px rgba(231, 231, 231, 0.5);
}
.comic-title:before {
  content: '';
  width: 188px;
  height: 153px;
  display: block;
  position: absolute;
  left: 50%;
  top: -70px;
  margin-left: -94px;
  box-shadow: 100px 40px 100px #e7e7e7, -100px 40px 100px #e7e7e7, inset 0px -30px 30px #e7e7e7;
}
@media only screen and (max-width: 668px ) {
  .comic-title:before {
    display: none;
  }
}
.comic-title span {
  width: 569px;
  display: inline-block;
  position: relative;
}
.comic-title span img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 668px ) {
  .comic-title span {
    width: auto;
  }
}
@media only screen and (max-width: 668px ) {
  .comic-title {
    width: auto;
  }
}
.cbl-img {
  text-align: center;
  display: block;
  position: relative;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition-delay: 0;
}
@media only screen and (min-width: 1024px) {
  .cbl-img {
    height: 455px;
    max-width: 296px;
    margin: 0 auto;
  }
  .cbl-img .folded-corner {
    width: 90px;
    height: 250px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    display: none;
    -webkit-animation: close 0.5s steps(7) forwards;
    animation: close 0.5s steps(7) forwards;
    background: url('../images/page-flip.png') no-repeat 0 0;
  }
  .cbl-img .folded-corner.flipped {
    -webkit-animation: open 0.3s steps(7) forwards;
    animation: open 0.3s steps(7) forwards;
  }
  .cbl-img img {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition-delay: 0;
  }
  .cbl-img:hover img {
    box-shadow: none;
  }
}
@media only screen and (max-width: 668px ) {
  .cbl-img {
    width: auto !important;
  }
}
@-webkit-keyframes open {
  from {
    background-position: 0px;
  }
  to {
    background-position: -630px;
  }
}
@keyframes open {
  from {
    background-position: 0px;
  }
  to {
    background-position: -630px;
  }
}
@-webkit-keyframes close {
  from {
    background-position: 0px;
  }
  to {
    background-position: 630px;
  }
}
@keyframes close {
  from {
    background-position: 0px;
  }
  to {
    background-position: 630px;
  }
}
.cbl-issue {
  text-align: center;
  font-family: 'Exo', sans-serif;
  font-weight: 700;
  color: #bd0218;
  line-height: 1;
}
@media only screen and (min-width: 1024px) {
  .cbl-issue {
    padding-top: 25px;
  }
}
@media only screen and (min-width: 669px) and (max-width: 1023px) {
  .cbl-issue {
    padding-top: 17px;
  }
}
@media only screen and (max-width: 668px ) {
  .cbl-issue {
    text-align: left;
    padding-left: 20px;
    padding-top: 0;
    font-size: 13px;
    margin-bottom: 4px;
  }
}
.cbl-download-preview {
  font-size: 10.5pt;
  line-height: 14.5pt;
  border-top: 1px solid #dbdbdb;
  margin: 0 -4%;
  padding: 0;
  display: table;
  width: 108%;
}
@media only screen and (min-width: 1024px) {
  .cbl-download-preview {
    border-bottom: 1px solid #dbdbdb;
  }
}
@media only screen and (min-width: 669px) and (max-width: 1023px) {
  .cbl-download-preview {
    overflow: hidden;
    text-align: center;
  }
}
.cbl-download-preview .svg-ico {
  margin-right: 7px;
}
.cbl-download-preview .svg-ico path {
  fill: #bd0218;
}
.cbl-download-preview .free-download {
  float: left;
}
@media only screen and (max-width: 1023px) {
  .cbl-download-preview .free-download {
    white-space: nowrap;
    margin-left: 0;
    float: none;
    border-bottom: 1px solid #dbdbdb;
  }
}
@media only screen and (min-width: 669px) and (max-width: 1023px) {
  .cbl-download-preview .free-download {
    position: relative;
  }
  .cbl-download-preview .free-download:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: -50%;
    width: 200%;
    height: 1px;
    background: #dbdbdb;
  }
}
@media only screen and (max-width: 668px ) {
  .cbl-download-preview .free-download {
    text-align: center;
    margin-left: 0;
    border-bottom: 1px solid #dbdbdb;
    padding: 10px 0 11px;
    font-size: 14px;
    width: 100%;
  }
}
.cbl-download-preview .preview {
  float: right;
}
.cbl-download-preview .preview .svg-ico {
  width: 20px;
  height: 20px;
}
@media only screen and (max-width: 1023px) {
  .cbl-download-preview .preview {
    float: none;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 668px ) {
  .cbl-download-preview .preview {
    text-align: center;
    padding-right: 0;
    margin-right: 8px;
    padding-top: 10px;
    background-position: 20px 12px;
    font-size: 14px;
    width: 75%;
  }
}
.cbl-download-preview:before,
.cbl-download-preview:after {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .cbl-download-preview > a {
    display: table-cell;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: bottom;
  }
}
@media only screen and (max-width: 1023px) {
  .cbl-download-preview > a {
    display: block;
    float: none !important;
    border-bottom: 1px solid #dbdbdb;
  }
}
@media only screen and (max-width: 668px ) {
  .cbl-download-preview > a.btn-comment,
  .cbl-download-preview > a.btn-preview {
    text-align: left;
    margin-left: 0;
    border-bottom: 1px solid #dbdbdb;
    padding: 10px 0 11px 20px;
    font-size: 14px;
    width: 100%;
  }
}
@media only screen and (max-width: 668px ) {
  .cbl-download-preview {
    padding: 0;
  }
}
.cbl-info .sub-share {
  font-weight: 500 !important;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  .cbl-info .sub-share ul li:first-child {
    color: #787878;
  }
}
@media only screen and (max-width: 668px ) {
  .cbl-info .sub-share {
    width: 50px;
    height: 40px;
    position: absolute;
    padding: 0;
    bottom: 1px;
    right: 0;
    border-left: 1px solid #dbdbdb;
  }
}
@media only screen and (max-width: 668px ) {
  .cbl-info {
    position: relative;
    overflow: hidden;
  }
}
.widget-promo {
  height: 350px;
}
@media only screen and (max-width: 668px ) {
  .widget-promo {
    height: auto;
  }
}
.widget-about-character {
  height: auto;
}
.widget-about-character h3 {
  margin-bottom: 0;
}
.widget-about-character .wa-tth-section {
  margin-top: 26px;
}
.widget-about-character img.wa-character {
  right: 0;
  top: -50px;
}
.widget-about-character .wac-holder {
  overflow: visible;
}
@media only screen and (max-width: 668px ) {
  .widget-about-character .wac-holder {
    height: auto;
    padding-bottom: 33px;
  }
}
@media only screen and (min-width: 669px) {
  .widget-about-character .widget-promo .wp-button {
    bottom: -13px;
  }
}
@media only screen and (max-width: 1023px) {
  .widget-about-character {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 669px) and (max-width: 1023px) {
  .widget-promo.promo-bg2 .promo-img {
    height: auto;
    right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .cbl-info .sub-share li:first-child .svg-ico {
    display: none;
  }
  .widget-promo h3 span {
    display: block;
  }
}
@media only screen and (max-width: 1023px) {
  .cbl-info .sub-share li {
    transition: max-width 1s;
  }
  .cbl-info .sub-share li:first-child .svg-ico {
    position: relative;
    top: 1px;
    width: 13px;
    height: 13px;
  }
  .cbl-info .sub-share li:first-child path {
    fill: #787878;
  }
  .cbl-info .sub-share li:not(:first-child) {
    max-width: 0;
    overflow: hidden;
  }
  .cbl-info .sub-share:hover li:not(:first-child),
  .cbl-info .sub-share.sh-opened li:not(:first-child) {
    max-width: 100%;
  }
}
@media only screen and (min-width: 669px) and (max-width: 1023px) {
  .pw-holder {
    margin-bottom: 91px;
  }
  .pw-holder .promo-bg2 .promo-img {
    height: 324px;
    right: 57px;
  }
  .widget-promo {
    height: 260px;
  }
  .widget-about-character {
    position: relative;
    top: -48px;
    margin-bottom: -15px;
    padding-top: 48px;
    overflow: hidden;
    background: none;
  }
  .widget-about-character .wa-tth-section {
    margin-top: 20px;
    padding: 16px 55% 39px 32px;
  }
  .widget-about-character .wa-tth-section h3 {
    font-size: 22pt;
    line-height: 26pt;
  }
  .widget-about-character .wa-tth-section dl {
    font-size: 10.5pt;
    line-height: 14.5pt;
    text-transform: none;
  }
  .widget-about-character .wp-button {
    padding: 11px 33px 9px 33px;
    bottom: -22px !important;
  }
  .widget-about-character .share-btn {
    bottom: -60px !important;
  }
}
@media only screen and (max-width: 668px ) {
  .cbl-info .sub-share {
    overflow: visible;
  }
  .cbl-info .sub-share ul {
    transition: width .5s;
    background: #fff;
    position: absolute;
    width: 40px;
    height: 100%;
    top: 0;
    right: 0;
  }
  .cbl-info .sub-share li:first-child {
    float: right;
    width: 49px;
    height: 100%;
    background: #fff;
    padding-top: 10px;
    color: transparent !important;
  }
  .cbl-info .sub-share li:first-child .svg-ico {
    width: 15px;
    height: 15px;
  }
  .cbl-info .sub-share li:first-child .svg-ico path {
    fill: #bd0218;
  }
  .cbl-info .sub-share li:not(:first-child) {
    transition: max-width 2s;
    max-width: 0;
    overflow: hidden;
  }
  .cbl-info .sub-share a {
    margin: 0 !important;
  }
  .cbl-info .sub-share.sh-opened ul {
    width: 155px;
  }
  .cbl-info .sub-share.sh-opened li:not(:first-child) {
    max-width: 100%;
  }
  .widget-promo h3 span {
    display: block;
  }
}
/* ===== /Comic ======= */
/*# sourceMappingURL=../css/comic.less.map */