/*!
 * Goodbye to Halos by Hiveworks, 2017
 * Author: Kevin Wilson, Hiveworks
 * Author URL: http://thekevinwilson.com
 */
@font-face {
  font-family: 'source_sans_problack';
  src: url("../fonts/sourcesanspro-black-webfont.woff2") format("woff2"), url("../fonts/sourcesanspro-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'source_sans_problack_italic';
  src: url("../fonts/sourcesanspro-blackit-webfont.woff2") format("woff2"), url("../fonts/sourcesanspro-blackit-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'source_sans_probold';
  src: url("../fonts/sourcesanspro-bold-webfont.woff2") format("woff2"), url("../fonts/sourcesanspro-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'source_sans_probold_italic';
  src: url("../fonts/sourcesanspro-boldit-webfont.woff2") format("woff2"), url("../fonts/sourcesanspro-boldit-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'source_sans_proitalic';
  src: url("../fonts/sourcesanspro-it-webfont.woff2") format("woff2"), url("../fonts/sourcesanspro-it-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'source_sans_prolight';
  src: url("../fonts/sourcesanspro-light-webfont.woff2") format("woff2"), url("../fonts/sourcesanspro-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'source_sans_prolight_italic';
  src: url("../fonts/sourcesanspro-lightit-webfont.woff2") format("woff2"), url("../fonts/sourcesanspro-lightit-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'source_sans_proregular';
  src: url("../fonts/sourcesanspro-regular-webfont.woff2") format("woff2"), url("../fonts/sourcesanspro-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'source_sans_proregular_italic';
  src: url("../fonts/sourcesanspro-it-webfont.woff2") format("woff2"), url("../fonts/sourcesanspro-it-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
html {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.02rem; }
  @media screen and (min-width: 728px) {
    html {
      font-size: 19px;
      letter-spacing: -0.003rem; } }
  @media screen and (min-width: 1200px) {
    html {
      font-size: 18px;
      line-height: 1.45; } }

*:before,
*:after {
  box-sizing: inherit; }

* {
  box-sizing: border-box; }

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0; }

a {
  color: #953166;
  font-weight: 800;
  font-family: "source_sans_probold", sans-serif; }
  a:hover, a:focus, a:active {
    color: #FC88BA; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: "source_sans_probold", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.01rem; }
  @media screen and (min-width: 728px) {
    h1, h2, h3, h4, h5, h6 {
      letter-spacing: 0.003rem; } }

strong {
  font-family: "source_sans_probold", sans-serif; }

em {
  font-family: "source_sans_proregular_italic", sans-serif; }

strong em, em strong {
  font-family: "source_sans_probold_italic", sans-serif; }

.sr {
  /* Text meant only for screen readers. */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .sr:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

header {
  width: 100%;
  margin-bottom: -50px;
  z-index: 100; }
  header .ic-leader-wrapper, header .logo, header nav {
    background-color: #070D14; }
  header .ic-leader-wrapper {
    display: none;
    text-align: center;
    padding-top: 1vw; }
    @media screen and (min-width: 728px) {
      header .ic-leader-wrapper {
        display: block; } }
  header .logo {
    padding: 2vw 0 1vw 0; }
    header .logo a h1 {
      background-image: url("../img/topnav-sheet.png");
      width: 300px;
      height: 119px;
      background-size: 250% auto;
      background-repeat: no-repeat;
      margin: 0 auto;
      background-position: 2.824% 78.312%; }
      header .logo a h1:hover {
        background-position: 91.1% 78.312%; }
      @media screen and (min-width: 500px) {
        header .logo a h1 {
          background-size: 95% auto;
          height: 45px;
          width: 500px;
          background-position: 45% 90.22%; }
          header .logo a h1:hover {
            background-position: 45% 99.65%; } }
      @media screen and (min-width: 600px) {
        header .logo a h1 {
          background-position: 45% 90.25%;
          background-size: 97% auto;
          height: 54px;
          width: 600px; }
          header .logo a h1:hover {
            background-position: 45% 99.65%; } }
      @media screen and (min-width: 1000px) {
        header .logo a h1 {
          background-position: 25% 90.25%;
          background-size: 97.5% auto;
          height: 90px;
          width: 1000px; }
          header .logo a h1:hover {
            background-position: 25% 99.66%; } }
  header .trim {
    background-image: url("../img/trim_top.png");
    height: 50px;
	margin-top:0px;
    background-size: contain;
    width: 100%;
    background-repeat: repeat-x;
    background-position: center top; }

nav {
  font-family: "source_sans_probold", sans-serif;
  font-size: 1.266rem;
  text-transform: uppercase;
  padding: 6vw 0 9vw; }
  @media screen and (min-width: 500px) {
    nav {
      padding: 4vw 0 9vw; } }
  @media screen and (min-width: 728px) {
    nav {
      padding: 0; } }
  nav #navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
    margin-right: auto;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-bottom: 1vw;
    max-width: 925px; }
    @media screen and (min-width: 900px) {
      nav #navigation {
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around; } }
    nav #navigation a {
      -webkit-transition: color 0.4s ease-in;
              transition: color 0.4s ease-in;
      display: block;
      background-image: url("../img/topnav-sheet.png");
      background-repeat: no-repeat;
      background-size: 150% auto; }
    nav #navigation .link {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      nav #navigation .link.archive a {
        background-position: 3.467% 42.9%;
        width: 235px;
        height: 85px;
        background-size: 220% auto; }
        nav #navigation .link.archive a:hover {
          background-position: 100.65% 42.9%; }
      nav #navigation .link.about a {
        background-position: 1.353% 11.715%;
        width: 206px;
        height: 85px;
        background-size: 240% auto; }
        nav #navigation .link.about a:hover {
          background-position: 92.5% 11.715%; }
      nav #navigation .link.extras a {
        background-position: 0% -2.25%;
        width: 220px;
        height: 85px;
        background-size: 223% auto; }
        nav #navigation .link.extras a:hover {
          background-position: 98.5% -2.25%; }
      nav #navigation .link.cast a {
        background-position: 0.318% 26.61%;
        margin: 0 -0.5% 0 -1.35%;
        width: 176px;
        height: 85px;
        background-size: 267% auto; }
        nav #navigation .link.cast a:hover {
          background-position: 94.1% 26.61%; }

.menu-collapser {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  background-image: url("../img/topnav-sheet.png");
  background-position: 8.247% 61.968%;
  background-repeat: no-repeat;
  background-size: 300% auto;
  height: 90px;
  text-align: center;
  text-transform: uppercase;
  width: 125px;
  margin: 0 auto;
  padding: 1vw 0; }
  .menu-collapser:hover {
    background-position: 87.9% 61.968%; }

.collapse-button {
  cursor: pointer;
  text-align: center;
  color: #C39DD6;
  -webkit-transition: color 0.4s ease-in;
          transition: color 0.4s ease-in;
  width: 100%;
  height: 100%; }
  .collapse-button:hover, .collapse-button:focus {
    color: #B0F6CA;
    -webkit-transition: color 0.4s ease-out;
            transition: color 0.4s ease-out; }
  .collapse-button .icon-bar {
    display: block;
    height: 2px;
    width: 18px;
    margin: 0.45vh 0;
    background-color: black;
    border-radius: 13px; }
  .collapse-button .title {
    font-size: 1.424rem;
    font-family: "source_sans_problack", sans-serif; }

ul.slimmenu.collapsed li {
  width: 100%;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.424rem;
  font-family: "source_sans_probold", sans-serif; }

body {
  background: #59425D url("../img/bgpattern.png") repeat right top;
  color: #141413;
  font-family: "source_sans_proregular", Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 300;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "liga";
     -moz-font-feature-settings: "liga";
          font-feature-settings: "liga";
  text-rendering: optimizelegibility;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

#wrapper {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto; }
  #wrapper main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  #wrapper aside {
    display: none; }
    @media screen and (min-width: 728px) {
      #wrapper aside {
        display: block;
        -webkit-flex-basis: 160px;
            -ms-flex-preferred-size: 160px;
                flex-basis: 160px;
        margin-top: 75px; } }

.main-content {
  background: #59425D url("../img/comic_column_pattern.png") repeat right top;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3vw 0; }
  @media screen and (min-width: 728px) {
    .main-content {
      -webkit-flex-basis: calc(98% - 160px);
          -ms-flex-preferred-size: calc(98% - 160px);
              flex-basis: calc(98% - 160px);
      margin: 0 1%; } }
  .main-content .top {
	  width:87%;
    margin: 8vw 0 0; }
    @media screen and (min-width: 600px) {
      .main-content .top {
        margin: 4vw 0 0; } }
    @media screen and (min-width: 728px) {
      .main-content .top {
        margin: 3vw 0 0; } }
    @media screen and (min-width: 1200px) {
      .main-content .top {
        margin: 0; } }
  .main-content .bottom {
	  width:87%;
    margin: 1vw 0 10vw; }
    @media screen and (min-width: 728px) {
      .main-content .bottom {
        margin: 0; } }
  .main-content .cc-nav {
	  margin:20px 0;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (min-width: 728px) {
      .main-content .cc-nav {
        -webkit-flex-basis: 87%;
            -ms-flex-preferred-size: 87%;
                flex-basis: 87%;
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .main-content .cc-nav a {
      background-repeat: no-repeat;
      background-size: contain;
      background-image: url("../img/comicnav-sheet.png");
      display: block; }
    .main-content .cc-nav .cc-first, .main-content .cc-nav .cc-last, .cc-first-dis,.cc-last-dis {
      height: 28px;
      width: 50px;
      background-size: 235% auto; }
      @media screen and (min-width: 500px) {
        .main-content .cc-nav .cc-first, .main-content .cc-nav .cc-last, .cc-first-dis,. .cc-last-dis {
          height: 45px;
          width: 80px; } }
    .main-content .cc-nav .cc-prev, .main-content .cc-nav .cc-next, .cc-prevdis, .cc-next-dis {
      height: 54px;
      width: 50px;
      background-size: 450% auto; }
      @media screen and (min-width: 500px) {
        .main-content .cc-nav .cc-prev, .main-content .cc-nav .cc-next, .cc-prevdis,.cc-next-dis {
          height: 65px;
          width: 60px; } }
    .main-content .cc-nav .cc-first {
      background-position: 2% 1%; }
      .main-content .cc-nav .cc-first:hover {
        background-position: 94.75% 1%; }
      @media screen and (min-width: 728px) {
        .main-content .cc-nav .cc-first:hover {
          background-position: 94.75% 1%; } }
    .main-content .cc-nav .cc-prev {
      background-position: 24% 96%; }
      .main-content .cc-nav .cc-prev:hover {
        background-position: 76.75% 96%; }
      @media screen and (min-width: 728px) {
        .main-content .cc-nav .cc-prev:hover {
          background-position: 76.65% 96%; } }
    .main-content .cc-nav .cc-next {
      background-position: 22% 65%; }
      .main-content .cc-nav .cc-next:hover {
        background-position: 74.25% 65%; }
      @media screen and (min-width: 728px) {
        .main-content .cc-nav .cc-next:hover {
          background-position: 75% 65%; } }
    .main-content .cc-nav .cc-last {
      background-position: 0% 33%; }
      .main-content .cc-nav .cc-last:hover {
        background-position: 93.25% 33%; }
      @media screen and (min-width: 728px) {
        .main-content .cc-nav .cc-last:hover {
          background-position: 93% 33%; } }
    .main-content .cc-nav .cc-navaux {
      text-decoration: none;
      background-image: none;
      color: #ffffff;
      font-size: 1rem;
      text-align: center; }
      .main-content .cc-nav .cc-navaux:hover {
        color: #953166; }
      @media screen and (min-width: 500px) {
        .main-content .cc-nav .cc-navaux {
          font-size: 2.5rem; } }
      @media screen and (min-width: 728px) {
        .main-content .cc-nav .cc-navaux {
          font-size: 3rem; } }
  .main-content #comic-image img {
    width: 100%;
		padding:10px 0;}

footer, #footerwrap{
  width: 100%;
  font-family: "source_sans_proregular", Tahoma, Verdana, Segoe, sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
		  @media screen and (min-width:728px){
			  #footerwrap{
				   -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; 
			  }
		  }
  footer, #footerwrap {
    background-color: #FFFDF0; }
  footer .left {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 20px; }
    @media screen and (min-width: 728px) {
      footer .left {
        -webkit-flex-basis: calc(88% - 300px);
            -ms-flex-preferred-size: calc(88% - 300px);
                flex-basis: calc(88% - 300px);
        padding-top: 20px;
        padding-left: 10%;
        padding-right: 0; } }
  footer .right {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    padding-top: 20px; }
    @media screen and (min-width: 728px) {
      footer .right {
        -webkit-flex-basis: 300px;
            -ms-flex-preferred-size: 300px;
                flex-basis: 300px;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
            -ms-flex-order: 0;
                order: 0;
        padding: 10px 6vw; } }
    footer .right .gb2h-rectangle {
      text-align: center;
      margin: 0 auto; }
    footer .right .social {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 0 auto;
      max-width: 300px; }
      footer .right .social li {
        margin: .25vw 0; }
      footer .right .social a {
        display: block;
        background-image: url("../img/footer-sheet.svg");
        background-repeat: no-repeat;
        background-size: 600% auto;
        width: 133px;
        height: 133px; }
      footer .right .social .gb2h-patreon a {
        width: 300px;
        height: 140px;
        background-position: 13% 21.65%;
        background-size: 275% auto; }
        footer .right .social .gb2h-patreon a:hover {
          background-position: 87.65% 21.65%; }
      footer .right .social .gb2h-twitter a {
        background-position: 20.159% 79.585%; }
        footer .right .social .gb2h-twitter a:hover {
          background-position: 80.159% 79.585%; }
      footer .right .social .gb2h-tumblr a {
        background-position: 20.159% 60.287%; }
        footer .right .social .gb2h-tumblr a:hover {
          background-position: 80.159% 60.287%; }
      footer .right .social .gb2h-rss a {
        background-position: 20.159% 40.989%; }
        footer .right .social .gb2h-rss a:hover {
          background-position: 80.159% 40.989%; }
      footer .right .social .gb2h-hw a {
        background-position: 19.75% 99.356%;
        background-size: 565% auto; }
        footer .right .social .gb2h-hw a:hover {
          background-position: 78.721% 99.356%; }
    #ibar {
      background-color: #C39DD6;
	  max-width:700px;
	  width:100%;
      margin: 0 auto;
margin-top:4vh;	  }
  footer h2 {
    font-size: 1.802rem; }
  footer .cc-commentbody {
    font-family: "source_sans_proregular", Tahoma, Verdana, Segoe, sans-serif; }
 .trim {
    background-image: url("../img/trim_bottom.png");
    height: 50px;
    background-size: contain;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    background-repeat: repeat-x;
    background-position: center bottom;
margin-top:-50px;	}

.text-block {
  background-color: #FFFDF0;
  margin: 35px 1vw 1vw;
  padding: 1vw;
  width: 100%; }
  @media screen and (min-width: 728px) {
    .text-block {
      margin: 28px 1vw 1vw; } }
  @media screen and (min-width: 1000px) {
    .text-block {
      margin: 23px 1vw 1vw; } }
  @media screen and (min-width: 1200px) {
    .text-block {
      margin: 14px 1vw 1vw; } }
  .text-block img {
    max-width: 100%; }
  .text-block select {
    width: 100%; }
  .text-block .cc-chapterthumb, .text-block .cc-thumbcontain {
    float: none; }
    @media screen and (min-width: 728px) {
      .text-block .cc-chapterthumb, .text-block .cc-thumbcontain {
        float: left; } }
  .text-block .cc-chapterthumb {
    width: 100%;
    text-align: center;
    padding: 5vw 0 0; }
    @media screen and (min-width: 728px) {
      .text-block .cc-chapterthumb {
        width: 141px;
        padding: 0; } }
  .text-block .cc-thumbcontain {
    width: 100%;
    padding: 0 1vw; }
    @media screen and (min-width: 728px) {
      .text-block .cc-thumbcontain {
        width: calc(100% - 141px); } }

/*# sourceMappingURL=style.css.map */

.cc-chapterthumb{
	margin-bottom:10px;
}
#footerwrap{
	display:flex;
}