body {
  background-color: white;
  font-family:'Gotham Rounded', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: white;
  font-size: 50px;
  line-height: 50px;
  font-weight: 200;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 2px;
}
h2 {
  margin-top: 0px;
  margin-bottom: 6px;
  color: #666;
  font-size: 35px;
  line-height: 40px;
  font-weight: 400;
  text-transform: none;
}
h3 {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #878787;
  font-size: 18px;
  line-height: 25px;
  font-weight: 200;
  text-transform: capitalize;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 10px;
  color: #6e6e6e;
  font-size: 16px;
  line-height: 23px;
  font-weight: 300;
}
.button,
.button.popup {
  display: inline-block;
  margin-top: 0px;
  padding: 14px 30px 12px;
  float: none;
  border: 2px solid #71b833;
  border-radius: 4px;
  background-color: #71b833;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: white!important;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: #4f871e 0px 1px 0px;
}
.button.popup {
	display: block;
}
.button:hover,
.button.popup:hover {
  background-color: #7cc43d;
  color: white;
}
.button.buy-comic {
  position: static;
  z-index: 99;
  height: 40px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 8px 10px;
  float: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #71b833;
  -webkit-transition: background-color 500ms ease, color 500ms ease;
  transition: background-color 500ms ease, color 500ms ease;
  color: #71b833;
  font-size: 11px;
  text-shadow: none;
}
.button.buy-comic:hover {
  background-color: #7cc43d;
  color: white;
}
.button.section {
  margin-top: 30px;
}
.button.facebook-share {
  margin-right: 16px;
  padding-right: 15px;
  padding-left: 45px;
  border-color: #2569a8;
  background-color: #2569a8;
  background-image: url('../images/fb.svg');
  background-position: 12px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  text-shadow: #1a4166 0px 1px 0px;
}
.button.facebook-share.twitter {
  border-color: #36b0e0;
  background-color: #36b0e0;
  background-image: url('../images/twitter-icon-white-small.png');
  background-position: 10px 50%;
  background-size: 26px;
  text-shadow: #207a9e 0px 1px 0px;
}
.button.subscribe {
  width: 60%;
  padding-left: 50px;
  background-image: url('../images/email.svg');
  background-position: 14px 50%;
  background-size: 23px;
  background-repeat: no-repeat;
}
.button.download-comic {
  position: static;
  height: 40px;
  font-size: 11px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 8px;
  padding-right: 10px;
  padding-left: 10px;
  border-style: solid;
  border-color: #36b0e0;
  background-color: #36b0e0;
  -webkit-transition: background-color 500ms ease, color 500ms ease;
  transition: background-color 500ms ease, color 500ms ease;
  color: #36b0e0;
  text-shadow: none;
}
.button.download-comic:hover {
  background-color: #43c4f7;
  color: white;
}
.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999;
  height: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
  background-color: white;
}
.navlink {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #7d7d7d;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}
.navlink:hover {
  color: #36b0e0;
}
.navlink.w--current {
  color: #36b0e0;
}
.comic-wrapper {
  position: relative;
  width: 33.33%;
  margin-bottom: 0px;
  padding: 15px 20px 15px 0px;
  float: left;
  text-decoration: none;
}
.comic-wrapper.tall {
  position: relative;
  height: 300px;
}
.comic-wrapper.text-below {
  height: auto;
}
.comic-wrapper.rectangled {
  height: auto;
}
.comic-wrapper._33 {
  width: 33.33%;
  height: 280px;
}
.comic-wrapper._33.taller {
  height: 250px;
  padding-bottom: 0px;
}
.comic-block {
  position: relative;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px 0px;
  -webkit-transition: box-shadow 500ms ease, -webkit-transform 500ms ease;
  transition: box-shadow 500ms ease, transform 500ms ease;
  text-align: center;
}
.comic-block:hover {
  box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 6px 0px;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}
.comic-block.with-black-border {
  border: 3px solid #292929;
}
.comic-block.with-black-border:hover {
  border-color: #e03636;
}
.comic-block.with-black-border.red-border {
  overflow-x: hidden;
  overflow-y: hidden;
  border-width: 5px;
  border-color: #e03636;
  border-radius: 0px;
  box-shadow: rgba(0, 0, 0, 0.49) 0px 0px 3px 1px;
}
.comic-block.with-black-border.title-bar-below {
  padding-bottom: 0px;
  -webkit-transition: box-shadow 500ms ease, -webkit-transform 500ms ease, border 500ms ease;
  transition: box-shadow 500ms ease, transform 500ms ease, border 500ms ease;
}
.comic-block.with-black-border.title-bar-below:hover {
  border-color: #3c6c99;
}
.comic-block.with-black-border.title-bar-below.blue-hover {
  overflow-x: hidden;
  overflow-y: hidden;
}
.comic-block.with-black-border.title-bar-below.blue-hover:hover {
  border-color: #84c1d9;
}
.comic-block.with-black-border.title-bar-below.green-hover {
  overflow-x: hidden;
  overflow-y: hidden;
}
.comic-block.with-black-border.title-bar-below.green-hover:hover {
  border-color: #6db82c;
}
.comic-block.with-black-border.title-bar-below.purple-hover {
  overflow-x: hidden;
  overflow-y: hidden;
}
.comic-block.with-black-border.title-bar-below.purple-hover:hover {
  border-color: #a563a8;
}
.comic-block.with-black-border.title-bar-below.brown-hover {
  overflow-x: hidden;
  overflow-y: hidden;
}
.comic-block.with-black-border.title-bar-below.brown-hover:hover {
  border-color: #bd917b;
}
.comic-block.with-black-border.title-bar-below.pink-hover {
  overflow-x: hidden;
  overflow-y: hidden;
}
.comic-block.with-black-border.title-bar-below.pink-hover:hover {
  border-color: #de6dc3;
}
.comic-block.with-black-border.title-bar-below.red-hover {
  overflow-x: hidden;
  overflow-y: hidden;
}
.comic-block.with-black-border.title-bar-below.red-hover:hover {
  border-color: #e03636;
}
.comic-block.with-black-border.title-bar-below.yellow-hover {
  overflow-x: hidden;
  overflow-y: hidden;
}
.comic-block.with-black-border.title-bar-below.yellow-hover:hover {
  border-color: #ebcf52;
}
.comic-block.with-black-border.title-bar-below.red-pink-hover {
  overflow-x: hidden;
  overflow-y: hidden;
}
.comic-block.with-black-border.title-bar-below.red-pink-hover:hover {
  border-color: #e62572;
}
.comic-block.with-black-border.title-bar-below.black-hover {
  overflow-x: hidden;
  overflow-y: hidden;
}
.comic-block.with-black-border.title-bar-below.black-hover:hover {
  border-color: black;
}
.comic-block.with-black-border.blue-border {
  overflow-x: hidden;
  overflow-y: hidden;
  border-width: 5px;
  border-color: #84c1d9;
  border-radius: 0px;
  box-shadow: none;
}
.comic-block.with-black-border.green-border {
  overflow-x: hidden;
  overflow-y: hidden;
  border-width: 5px;
  border-color: #6db82c;
  border-radius: 0px;
  box-shadow: rgba(0, 0, 0, 0.49) 0px 0px 3px 1px;
}
.comic-block.with-black-border.brown-border {
  border-color: #bd917b;
  border-radius: 10px;
}
.comic-block.with-black-border.brown-border.sharp {
  overflow-x: hidden;
  overflow-y: hidden;
  border-style: solid;
  border-width: 5px;
  border-radius: 0px;
}
.comic-block.with-black-border.pink-border {
  overflow-x: hidden;
  overflow-y: hidden;
  border-width: 5px;
  border-color: #de6dc3;
  border-radius: 0px;
}
.comic-block.with-black-border.pink-border.sharp {
  border-radius: 0px;
}
.comic-block.with-black-border.yellow-border {
  overflow-x: hidden;
  overflow-y: hidden;
  border-width: 5px;
  border-color: #ebcf52;
  border-radius: 0px;
}
.comic-block.with-black-border.yellow-border.sharp {
  border-radius: 0px;
}
.comic-block.with-black-border.purple-border {
  border-width: 5px;
  border-color: #a563a8;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.49) 0px 0px 3px 1px;
}
.comic-block.with-black-border.purple-border.sharp {
  overflow-x: hidden;
  overflow-y: hidden;
  border-radius: 0px;
}
.comic-block.with-black-border.red-pink-border {
  overflow-x: hidden;
  overflow-y: hidden;
  border-width: 5px;
  border-color: #e62572;
}
.comic-block.with-black-border.black-border {
  overflow-x: hidden;
  overflow-y: hidden;
  border-width: 5px;
}
.comic-block.with-black-border.black-border:hover {
  border-color: black;
}
.comic-block.color-filled {
  padding: 17px;
  border-radius: 10px;
  background-color: #e03636;
  box-shadow: none;
}
.comic-block.color-filled:hover {
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.comic-block.color-filled.blue-filled {
  background-color: #84c1d9;
  box-shadow: none;
}
.comic-block.color-filled.blue-filled.rectangled {
  height: 260px;
  border-radius: 2px;
  box-shadow: none;
}
.comic-block.color-filled.blue-filled.rectangled.red {
  background-color: #e03636;
  box-shadow: none;
}
.comic-block.color-filled.blue-filled.rectangled.red-pink {
  background-color: #e62572;
  box-shadow: none;
}
.comic-block.color-filled.green-filled {
  background-color: #6db82c;
  box-shadow: none;
}
.comic-block.color-filled.green-filled.rectangled {
  height: 290px;
  border-radius: 2px;
  box-shadow: none;
}
.comic-block.color-filled.green-filled.rectangled.sq {
  height: 260px;
  box-shadow: none;
}
.comic-block.color-filled.green-filled.rectangled.sq.pink {
  background-color: #de6dc3;
  box-shadow: none;
}
.comic-block.color-filled.purple-filled {
  background-color: #a563a8;
  box-shadow: none;
}
.comic-block.color-filled.purple-filled.rectangled {
  height: 290px;
  border-radius: 2px;
  box-shadow: none;
}
.comic-block.color-filled.purple-filled.rectangled.squared-again {
  height: 260px;
  box-shadow: none;
}
.comic-block.color-filled.purple-filled.rectangled.squared-again.green {
  background-color: #71b833;
  box-shadow: none;
}
.comic-block.color-filled.pink-filled {
  background-color: #de6dc3;
  box-shadow: none;
}
.comic-block.color-filled.pink-filled.rectangled {
  box-shadow: none;
}
.comic-block.color-filled.pink-filled.rectangled.sq {
  box-shadow: none;
}
.comic-block.color-filled.pink-filled.rectangled.sq.baby-blue {
  background-color: #84c1d9;
  box-shadow: none;
}
.comic-block.color-filled.gold-filled {
  background-color: #ebcf52;
  box-shadow: none;
}
.comic-block.color-filled.gold-filled.rectangled {
  box-shadow: none;
}
.comic-block.color-filled.gold-filled.rectangled.sq {
  box-shadow: none;
}
.comic-block.color-filled.gold-filled.rectangled.sq.red-pink {
  background-color: #e62572;
  box-shadow: none;
}
.comic-block.color-filled.navy-filled {
  background-color: #3c6c99;
  box-shadow: none;
}
.comic-block.color-filled.navy-filled.rectangled {
  height: 290px;
  border-radius: 2px;
  box-shadow: none;
}
.comic-block.color-filled.navy-filled.rectangled.sq {
  height: 260px;
  box-shadow: none;
}
.comic-block.color-filled.navy-filled.rectangled.sq.yellow {
  background-color: #ebcf52;
  box-shadow: none;
}
.comic-block.color-filled.navy-filled.rectangled.sq.black {
  background-color: #2b2b2b;
  box-shadow: none;
}
.comic-block.color-filled.brown-filled {
  background-color: #bd917b;
  box-shadow: none;
}
.comic-block.color-filled.brown-filled.rectangled {
  box-shadow: none;
}
.comic-block.color-filled.brown-filled.rectangled.sq {
  box-shadow: none;
}
.comic-block.color-filled.brown-filled.rectangled.sq.red {
  background-color: #e03636;
  box-shadow: none;
}
.comic-block.color-filled.rectangled {
  height: 290px;
  border-radius: 2px;
  box-shadow: none;
}
.comic-block.color-filled.rectangled.sq {
  height: 260px;
  border-radius: 5px;
  box-shadow: none;
}
.rounded-comic-wrapper {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 10px;
  border-radius: 10px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px 1px;
  -webkit-transition: -webkit-transform 500ms ease, box-shadow 500ms ease;
  transition: transform 500ms ease, box-shadow 500ms ease;
}
.rounded-comic-wrapper:hover {
  box-shadow: rgba(0, 0, 0, 0.47) 0px 0px 4px 1px;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.rounded-comic-wrapper.passion {
  padding-right: 20px;
  padding-left: 0px;
}
.rounded-comic-wrapper.happiness-image {
  padding-top: 20px;
  padding-bottom: 0px;
}
.rounded-comic-wrapper.family-imge {
  padding-right: 0px;
  padding-left: 20px;
}
.rounded-comic-wrapper.care {
  padding-right: 0px;
  padding-left: 20px;
}
.rounded-comic-wrapper.rectangled {
  padding-top: 25px;
  padding-bottom: 25px;
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.43) 0px 0px 5px 2px;
}
.rounded-comic-wrapper.rectangled.squared-again {
  padding: 15px;
  border-radius: 5px;
}
.rounded-comic-wrapper.rectangled.squared-again.squareup {
  padding-top: 33px;
  padding-bottom: 33px;
}
.rounded-comic-wrapper.rectangled.squared-again.self-love {
  padding: 18px 3px;
}
.rounded-comic-wrapper.rectangled.squared-again.purpose {
  padding: 41px 10px;
}
.rounded-comic-wrapper.rectangled.squared-again.humor {
  padding: 25px 10px;
}
.rounded-comic-wrapper.rectangled.squared-again.loss {
  padding: 30px 4px;
}
.rounded-comic-wrapper.rectangled.squared-again.spec {
  padding: 16px 4px;
}
.rounded-comic-wrapper.rectangled.squared-again.compassion {
  padding: 17px 2px;
}
.rounded-comic-wrapper.rectangled.squared-again.courage {
  padding: 15px 0px;
}
.rounded-comic-wrapper.rectangled.squared-again.poetry {
  padding: 0px;
}
.rounded-comic-wrapper.rectangled.squared-again.quotes {
  padding: 43px 0px;
}
.rounded-comic-wrapper.rectangled.squared-again.still {
  padding: 25px 0px;
}
.rounded-comic-wrapper.rectangled.squared-again.creativity {
  padding: 27px 0px;
}
.rounded-comic-wrapper.rectangled.squared-again.vuln {
  padding-right: 0px;
  padding-left: 0px;
}
.title-bar {
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #e03636;
}
.title-bar.purple {
  background-color: #a563a8;
}
.title-bar.green {
  background-color: #6db82c;
}
.title-bar.brown {
  background-color: #bd917b;
}
.title-bar.pink {
  background-color: #de6dc3;
}
.title-bar.yellow {
  background-color: #ebcf52;
}
.title-bar.blue {
  background-color: #84c1d9;
}
.title-bar.red-pink {
  background-color: #e62572;
}
.title-bar.black {
  background-color: black;
}
.clean-title {
  display: inline-block;
  font-family: Lato, sans-serif;
  color: white;
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
}
.clean-title.verela {
  margin-top: 13px;
  font-family:'Gotham Rounded A', 'Gotham Rounded B', sans-serif;
  font-size: 20px;
}
.centered-clean {
  margin-top: 7px;
  color: #a3a3a3;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}
.centered-clean.purple {
  font-size: 20px;
}
.comic-image {
  position: static;
  overflow: hidden;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.comic-image:hover {
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
}
.comic-image.square {
  width: 200px;
  height: auto;
}
.comic-image.taller {
  height: 200px;
}
.comic-image.view-all-cats {
  margin-top: auto;
  margin-bottom: auto;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
}
.comic-image.view-all-cats:hover {
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
}
.view-all {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 12px;
  padding-left: 0px;
  background-image: url('../images/arrow_1.svg');
  background-position: 66% 47%;
  background-size: 17px;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  font-family:'Gotham Rounded A', 'Gotham Rounded B', sans-serif;
  color: white;
  font-size: 17px;
  font-weight: 200;
}
.view-all.top {
  left: 0px;
  top: 12px;
  right: 0px;
  bottom: auto;
}
.category-title {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 32px;
  display: block;
  padding-top: 8px;
  font-family:'Gotham Rounded A', 'Gotham Rounded B', sans-serif;
  color: #7a7a7a;
  font-size: 20px;
  line-height: 25px;
  font-weight: 200;
  text-align: center;
}
.category-title.second {
  bottom: 0px;
  color: #666;
  font-size: 21px;
}
.stacked-paper {
  position: absolute;
  left: 8px;
  top: 14px;
  display: block;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 85%;
  height: 192px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  background-color: white;
  box-shadow: rgba(15, 15, 15, 0.2) 0px 0px 2px 1px;
  text-align: center;
}
.stacked-paper.teo {
  left: 13px;
  top: 1px;
}
.stacked-paper.teo.purple {
  left: 1px;
  top: 8px;
  background-color: #a563a8;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  text-align: center;
}
.stacked-paper.teo.purple.orange {
  background-color: #f7883e;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.stacked-paper.teo.purple.lite-blue {
  background-color: #c4eeff;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.stacked-paper.teo.purple.brownie {
  background-color: #8c5235;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.stacked-paper.teo.purple.red {
  background-color: #e03636;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.stacked-paper.teo.purple.pink {
  background-color: #f2aaaa;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.stacked-paper.teo.purple.lite-pink {
  background-color: #e89ed7;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.stacked-paper.teo.purple.bright-green {
  background-color: #8fdb96;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.stacked-paper.teo.purple.baby-blue {
  background-color: #36b0e0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.stacked-paper.teo.purple.lite-purple {
  background-color: #ceb6e3;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.stacked-paper.teo.purple.yellow {
  background-color: #f5ef3b;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.stacked-paper.teo.purple.gray {
  background-color: #8c8c8c;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.stacked-paper.teo.green {
  left: 0px;
  top: 0px;
  width: 90%;
  height: 210px;
  margin-top: 5px;
  border-radius: 2px;
  background-color: #71b833;
  background-image: -webkit-linear-gradient(148deg, #add986, #5aad11);
  background-image: linear-gradient(302deg, #add986, #5aad11);
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.stacked-paper.three {
  left: 19px;
  top: -5px;
}
.stacked-paper.three.red {
  position: absolute;
  left: 14px;
  top: 22px;
  background-color: #9fd470;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.stacked-paper.three.red.pink {
  background-color: #84c1d9;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.stacked-paper.three.red.yellow {
  background-color: #db6b6b;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.stacked-paper.three.red.brown {
  background-color: #bd917b;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.stacked-paper.three.red.hot-pink {
  background-color: #d9c155;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.stacked-paper.three.red.baby-blue {
  background-color: #e8b15f;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.stacked-paper.three.red.sky-blue {
  background-color: #84d9be;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.stacked-paper.three.red.red-pink {
  background-color: #e03666;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.stacked-paper.three.red.lite-green {
  background-color: #a563a8;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.stacked-paper.three.red.forest-green {
  background-color: #87d0ed;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.stacked-paper.three.red.black {
  background-color: #5e5e5e;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.stacked-paper.grey {
  background-color: #f7f7f7;
}
.hidden-arrow {
  position: absolute;
  width: 24px;
  margin-top: 4px;
  margin-left: 10px;
  opacity: 0;
  -webkit-transform: rotate(-15deg) translate(-4px, 0px);
  -ms-transform: rotate(-15deg) translate(-4px, 0px);
  transform: rotate(-15deg) translate(-4px, 0px);
}
.logo-icon {
  width: 64px;
  margin-left: -8px;
  padding-left: 0px;
  float: left;
}
.header-section {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  padding-top: 80px;
  -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;
  background-color: #fff;
  background-image: url('../images/leah-drawing.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.header-section.inner-page {
  position: relative;
  overflow: hidden;
  height: 100px;
  margin-top: 80px;
  padding-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dbdbdb;
  background-color: #e3e3e3;
  background-image: none;
}
.logo-text {
  margin-top: 15px;
  float: left;
  color: #6e6e6e;
  font-size: 22px;
  line-height: 30px;
  font-weight: 200;
  text-transform: uppercase;
}
.logo-text.white-logo {
  color: white;
}
.thicker {
  font-weight: 400;
}
.hero-subheading {
  display: block;
  width: 80%;
  margin: 20px auto 40px;
  font-family:'Shadows Into Light', sans-serif;
  color: white;
  font-size: 120px;
  line-height: 100px;
  font-weight: 400;
  text-align: center;
  text-shadow: none;
}
.content-section {
  overflow-x: hidden;
  overflow-y: hidden;
  padding-top: 40px;
  padding-bottom: 0px;
}
.content-section.category-homepage {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: whitesmoke;
}
.content-section.category-homepage.white {
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: white;
}
.content-section.category-homepage.store {
  padding-bottom: 90px;
  background-color: whitesmoke;
}
.content-section.book {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: white;
}
.mini-divider {
  display: block;
  width: 15%;
  height: 0px;
  margin: 10px auto 30px;
  border-radius: 40px;
  background-color: #71b833;
}
.option-slider {
  display: none;
  height: auto;
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: transparent;
}
.invisible {
  opacity: 0;
}
.mask {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.cta-section {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    border-top: 2px solid #ebebeb;
    background-color: transparent;
    background-image: -webkit-linear-gradient(270deg, rgba(54, 176, 224, .95), rgba(54, 176, 224, .94)), url('../images/colored.jpg');
    background-image: linear-gradient(180deg, rgba(54, 176, 224, .95), rgba(54, 176, 224, .94)), url('../images/colored.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}
.cta-section.lower-footer {
    padding-top: 13px;
    padding-bottom: 13px;
    border-top-style: none;
    background-color: #1f8ab5;
    background-image: none;
}
.cta-wrapper {
  position: relative;
  top: 120px;
  z-index: 10;
  display: block;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 75%;
  height: auto;
  max-width: 1000px;
  margin-top: -30px;
  margin-right: auto;
  margin-left: auto;
  padding: 35px 30px;
  border: 2px solid #ebebeb;
  background-color: white;
  box-shadow: none;
}
.cta-header {
  margin-bottom: 6px;
  color: #36b0e0;
  font-size: 30px;
  line-height: 30px;
  font-weight: 200;
}
._50-block {
  width: 50%;
  float: left;
}
._50-block.footer-column {
  padding-right: 0px;
  padding-left: 40px;
}
._50-block.cta-block.sign-up {
  width: 40%;
  height: 230px;
}
._50-block.cta-block._60 {
  width: 60%;
}
.social-block {
  width: 25px;
  height: 25px;
  margin-top: 10px;
  margin-right: 10px;
  float: left;
  background-color: #c4c4c4;
  background-image: url('../images/twitter-whiteout.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}
.social-block:hover {
  background-color: #36b0e0;
}
.container {
  position: static;
}
.submit-button {
  width: 180px;
  padding-right: 50px;
  padding-left: 50px;
  background-color: #71b833;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  text-shadow: #3b6b11 0px 1px 0px;
}
.submit-button:hover {
  background-color: #7dc43f;
}
.footer-text {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 20px;
}
.footer-text.copyright {
  margin-bottom: 0px;
  text-align: center;
}
.footer-heading {
  margin-bottom: 5px;
  color: #196a8a;
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
}
.footer-link {
  display: block;
  margin-top: 3px;
  padding-left: 0px;
  opacity: 0.8;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  color: white;
  text-decoration: none;
}
.footer-link:hover {
  opacity: 1;
}
._30-block {
  width: 35%;
  float: right;
}
._30-block.left-float {
  width: 30%;
  float: left;
}
._30-block.footer-links {
  display: inline-block;
  width: 60%;
  float: left;
  text-align: left;
}
._30-block.footer-links.right {
  width: 35%;
  float: right;
}
.inner-page-headin {
  margin-top: 5px;
  color: #787878;
  font-size: 30px;
  line-height: 40px;
  text-align: left;
  text-shadow: none;
}
.all-categories {
  float: left;
  opacity: 0.7;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  color: #36b0e0;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}
.all-categories:hover {
  opacity: 1;
}
.all-categories.single-category {
  color: #71b833;
}
.back-arrow {
  width: 12px;
  margin-top: 4px;
  margin-right: 6px;
  float: left;
}
.main-content {
  padding-top: 40px;
  padding-bottom: 0px;
}
.main-content.comic-page {
  margin-top: 80px;
  padding-top: 30px;
}
.main-content.category-page {
  padding-top: 20px;
}
.main-content.lite {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  background-color: #f5f5f5;
}
.main-content.cta {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #71be44;
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
}
.main-content.grey {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ededed;
  background-image: url('../images/book-gray.jpg');
  background-position: 0px 0px;
  background-size: 500px;
  background-repeat: no-repeat;
}
.main-content.normal {
  padding-top: 40px;
  padding-bottom: 40px;
}
.main-content.contact {
  margin-top: 80px;
}
._33-block {
  width: 33.33%;
  min-height: 320px;
  padding: 0px 10px 10px;
  float: left;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  text-decoration: none;
}
._33-block:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}
.comic-tile-image {
  display: block;
  max-height: 220px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
}
.comic-tile-block {
  position: relative;
  padding: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(5, 5, 5, 0.2);
  border-radius: 2px;
  -webkit-transition: border-color 800ms ease, -webkit-transform 500ms ease;
  transition: border-color 800ms ease, transform 500ms ease;
}
.comic-tile-block:hover {
  border-width: 2px;
  border-color: #36b0e0;
}
.back-to-categories {
  padding-top: 1px;
  padding-left: 20px;
  float: left;
  background-image: url('../images/blue-arrows.png');
  background-position: 0px 50%;
  background-size: 11px;
  background-repeat: no-repeat;
  opacity: 0.6;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  color: #36b0e0;
  text-decoration: none;
}
.back-to-categories:hover {
  opacity: 1;
}
.back-button-wrapper {
  margin-bottom: 0px;
}

.main-comic-image {
  display: block;
  width: 85%;
  margin: 20px auto;
}
.comic-title {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #525252;
  font-size: 24px;
  line-height: 35px;
  font-weight: 200;
  text-align: center;
  text-transform: none;
}
.comic-tag-link {
  margin-right: 10px;
  padding: 5px;
  border: 1px solid #36b0e0;
  border-radius: 4px;
  opacity: 0.7;
  -webkit-transition: background-color 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: background-color 500ms ease, opacity 500ms ease, color 500ms ease;
  color: #36b0e0;
  font-size: 12px;
  text-decoration: none;
}
.comic-tag-link:hover {
  background-color: #36b0e0;
  opacity: 1;
  color: white;
}
.share-comic-wrapper {
  display: block;
  height: 50px;
  margin-top: 20px;
  margin-bottom: 0px;
  opacity: 0;
  -webkit-transform: translate(0px, -25px);
  -ms-transform: translate(0px, -25px);
  transform: translate(0px, -25px);
  text-align: center;
}
.fly-in-comic {
  position: absolute;
  top: 0px;
  right: 20%;
  bottom: 0px;
  display: block;
  width: 140px;
  height: 100%;
  border-bottom: 2px none #e8e8e8;
  background-image: url('../images/for-you.png');
  background-position: 50% -7px;
  background-size: 65px;
  background-repeat: no-repeat;
}
.comic-text {
  position: absolute;
  top: 25px;
  font-family:'Coming Soon', sans-serif;
  color: #e03636;
  font-size: 18px;
  font-weight: 400;
}
.tabs-menu {
  margin-bottom: 10px;
}
.back-wrapper {
  position: static;
  z-index: 10;
  display: inline-block;
  margin-bottom: 20px;
  padding-left: 0px;
  float: none;
}
.category-modal {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  height: 100%;
  padding-top: 130px;
  background-color: rgba(255, 255, 255, 0.90);
}
.category-header {
  margin-bottom: 20px;
  font-size: 28px;
  text-align: left;
}
.category-header.subscribe-heading {
  margin-bottom: 2px;
}
.category-modal-link {
  display: block;
  margin-bottom: 12px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #36b0e0;
  font-size: 25px;
  line-height: 34px;
  text-decoration: none;
}
.category-modal-link:hover {
  color: #71b833;
}
.category-modal-link.w--current {
  color: #71b833;
}
.close-x {
  position: absolute;
  left: 24px;
  top: 24px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #969696;
  font-size: 24px;
  text-decoration: none;
}
.close-x:hover {
  color: #71b833;
}
.close-x.top-right {
  left: 30px;
  top: 24px;
  font-size: 15px;
  line-height: 17px;
}
.view-all-categories {
  opacity: 0.7;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  color: #71b833;
  text-decoration: none;
  text-transform: none;
}
.view-all-categories:hover {
  opacity: 1;
}
.comic-main-text-wrapper {
  text-align: center;
}
.sub-category-text {
  margin-top: 3px;
  margin-bottom: 30px;
  color: #999;
  font-size: 21px;
  line-height: 24px;
  font-weight: 200;
}
.homepage-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  background-color: white;
}
.homepage-hero-section {
  height: 100%;
  background-color: transparent;
}
.homepage-slide {
  padding-top: 250px;
}
.homepage-slide.main {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 280px;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.27), rgba(0, 0, 0, 0)), url('../images/leah-drawing.jpg');
  background-image: linear-gradient(rgba(0, 0, 0, 0.27), rgba(0, 0, 0, 0)), url('../images/leah-drawing.jpg');
  background-position: 0% 0%, 50% 50%;
  background-size: auto, cover;
}
.store-header {
  margin-bottom: 15px;
  font-size: 60px;
  text-align: left;
}
.visit-the-store {
  font-family:'Shadows Into Light', sans-serif;
  color: white;
  font-size: 50px;
  line-height: 47px;
}
.centered-content {
  text-align: center;
}
.all-cats {
  position: relative;
  z-index: 99;
  margin-right: 20px;
  float: left;
}
.all-cats:hover {
	opacity: 1;
	transform: translateX(-5px);
	transition: transform 0.5s ease;
	-webkit-transition: transform 0.5s ease;
}
.about-header {
  height: 240px;
  margin-bottom: 0px;
  padding-top: 136px;
  background-color: black;
  background-image: -webkit-radial-gradient(50% 50%, circle, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0.11) 70%), url('../images/cards.jpg');
  background-image: radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0.11) 70%), url('../images/cards.jpg');
  background-position: 0% 0%, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  text-align: center;
}
.about-image {
  width: 300px;
  margin-right: 20px;
  margin-bottom: 15px;
  padding-top: 21px;
  float: left;
}
.main {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: left;
}
.centered-wrapper {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}
.list-item {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #6e6e6e;
  font-size: 16px;
  text-align: left;
}
.contact-modal {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  height: 100%;
  padding-top: 130px;
  background-color: rgba(255, 255, 255, 0.95);
  opacity: 0;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
.contact-list-item {
  margin-top: 10px;
  margin-left: 20px;
  padding-left: 30px;
  color: #6e6e6e;
  font-size: 15px;
  font-weight: 400;
}
.contact-list-item.email {
  margin-top: 20px;
  margin-left: 20px;
  background-image: url('../images/Email_Email-02.png');
  background-position: 0px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}
.contact-list-item.twitter {
  margin-top: 15px;
  background-image: url('../images/1412763325_UberCons_SocialPack_Twitter.svg');
  background-position: 3px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}
.contact-list-item.facebook {
  margin-top: 15px;
  background-image: url('../images/1412763204_circle-facebook_.svg');
  background-position: 1% 0%;
  background-size: 20px;
  background-repeat: no-repeat;
}
.contact-link {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #6e6e6e;
  font-size: 16px;
  text-decoration: none;
}
.contact-link:hover {
  color: #36b0e0;
}
.field-label {
  margin-top: 16px;
  color: #36b0e0;
  font-size: 14px;
}
.contact-field {
  height: 45px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  color: #383838;
}
.contact-field.comment {
  height: 90px;
}
.category-hero {
  height: 240px;
  padding-top: 110px;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.47), rgba(0, 0, 0, 0.29)), url('../images/cards.jpg');
  background-image: linear-gradient(rgba(0, 0, 0, 0.47), rgba(0, 0, 0, 0.29)), url('../images/cards.jpg');
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  font-size: 14px;
  text-transform: none;
}
.category-hero.writings {
  padding-top: 139px;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.47), rgba(0, 0, 0, 0.29)), url('../images/writings.jpg');
  background-image: linear-gradient(rgba(0, 0, 0, 0.47), rgba(0, 0, 0, 0.29)), url('../images/writings.jpg');
  background-position: 0% 0%, 50% 50%;
}
._50-bg-block {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  width: 60%;
  height: 100%;
  background-image: -webkit-linear-gradient(left, whitesmoke, rgba(255, 255, 255, 0.84) 48%), url('../images/cards.jpg');
  background-image: linear-gradient(to right, whitesmoke, rgba(255, 255, 255, 0.84) 48%), url('../images/cards.jpg');
  background-size: auto, cover;
}
._50-bg-block.store {
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 74%, whitesmoke), -webkit-linear-gradient(left, whitesmoke 6%, rgba(255, 255, 255, 0) 89%), url('../images/dc-home-mock.jpg');
  background-image: linear-gradient(rgba(0, 0, 0, 0) 74%, whitesmoke), linear-gradient(to right, whitesmoke 6%, rgba(255, 255, 255, 0) 89%), url('../images/dc-home-mock.jpg');
  background-position: 0% 0%, 0% 0%, 50% 50%;
  background-size: auto, auto, cover;
}
.homepage-container {
  position: relative;
  z-index: 10;
  width: 50%;
  text-align: left;
}
.homepage-container.right {
  float: right;
}
.homepage-container.full {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.div-block {
  background-color: white;
}
.about-img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.book-image {
  width: 420px;
}
.category-block {
  padding: 10px;
  background-image: -webkit-linear-gradient(135deg, #b9ed8c, #71b833);
  background-image: linear-gradient(315deg, #b9ed8c, #71b833);
}
.category-block.red {
  background-image: -webkit-linear-gradient(135deg, #faa0a0, #e03636);
  background-image: linear-gradient(315deg, #faa0a0, #e03636);
}
.category-block.yellow {
  background-image: -webkit-linear-gradient(135deg, #ffe987, #ebcf52);
  background-image: linear-gradient(315deg, #ffe987, #ebcf52);
}
.category-block.orange {
  background-image: -webkit-linear-gradient(135deg, #ffca7a, #ffab5c);
  background-image: linear-gradient(315deg, #ffca7a, #ffab5c);
}
.category-block.turq {
  background-image: -webkit-linear-gradient(135deg, #85dcff, #3bd2f7);
  background-image: linear-gradient(315deg, #85dcff, #3bd2f7);
}
.category-block.hot-pink {
  background-image: -webkit-linear-gradient(135deg, #ff7dad, #f09);
  background-image: linear-gradient(315deg, #ff7dad, #f09);
}
.category-block.brown {
  background-image: -webkit-linear-gradient(135deg, #dbb29e, #bd917b);
  background-image: linear-gradient(315deg, #dbb29e, #bd917b);
}
.category-block.blue {
  background-image: -webkit-linear-gradient(135deg, #8ebfed, #588dbf);
  background-image: linear-gradient(315deg, #8ebfed, #588dbf);
}
.category-block.none {
  margin-top: auto;
  margin-bottom: auto;
  padding: 0px;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}
.category-wrapper {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 200px;
  background-color: white;
  box-shadow: rgba(15, 15, 15, 0.21) 0px 0px 2px 1px;
  text-align: center;
}
.category-wrapper.home {
  position: relative;
  /*padding-top: 11px;*/
  box-shadow: none;
}
.category-wrapper.home-view-all {
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  background-color: transparent;
  box-shadow: none;
}
.down-arrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 30px;
  display: block;
  width: 100px;
  margin-right: auto;
  margin-left: auto;
}
.hero-heading-img {
  display: block;
  width: 430px;
  margin-right: auto;
  margin-left: auto;
}
.blog-snippet-wrapper {
  padding-right: 40px;
  padding-bottom: 50px;
}
.blog-divider {
  width: 100%;
  height: 2px;
  margin-top: 40px;
  background-color: #dedede;
}
.blog-details-wrapper {
  margin-top: 5px;
  margin-bottom: 30px;
}
.blog-details-text {
  display: inline-block;
  margin-right: 15px;
  color: #9e9e9e;
  font-size: 14px;
}
.blog-details-text.white {
  color: #6e6e6e;
}
.blog-details-icon {
  width: 20px;
  margin-right: 8px;
}
.link {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #71b833;
}
.link:hover {
  color: #36b0e0;
}
.link.white-link {
  opacity: 0.9;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  color: white;
  text-decoration: none;
}
.link.white-link:hover {
  opacity: 1;
}
.blog-page-image {
  display: block;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 70%;
  height: auto;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  text-align: center;
}
.welcome {
  font-size: 24px;
  line-height: 30px;
}
.social-link {
  width: 40px;
  height: 40px;
  margin-top: 10px;
  margin-right: 10px;
  float: left;
  background-image: url('../images/1422455609_Aquicon-Facebook.png');
  background-size: cover;
  opacity: 0.6;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}
.social-link:hover {
  opacity: 1;
}
.social-link.twitter {
  margin-bottom: 22px;
  background-image: url('../images/1422455622_Aquicon-Twitter.png');
}
.social-link.pinterest {
  background-image: url('../images/1422455614_Aquicon-Pinterest.png');
}
.social-link.email {
  margin-bottom: 20px;
  background-image: url('../images/1422455874_Email.png');
}
.receive-updates {
  margin-top: 15px;
  color: #a3a3a3;
  font-size: 17px;
  font-weight: 400;
}
.blog-title {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #71b833;
  font-size: 37px;
  line-height: 37px;
  text-decoration: none;
}
.blog-title:hover {
  color: #36b0e0;
}
.blog-hero {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 250px;
  padding-top: 100px;
  background-color: #e3e3e3;
}
.blog-page-hero-wrappe {
  z-index: 10;
  width: 100%;
  padding-bottom: 0px;
}
.blog-page-title {
  position: relative;
  z-index: 10;
  width: 100%;
  margin-bottom: 5px;
  color: #36b0e0;
  font-size: 45px;
  line-height: 45px;
  text-align: left;
  text-shadow: none;
}
.main-comic-wrapper {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.left-comic-arrow {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 100;
  width: 10%;
  height: 80%;
  opacity: 0.6!important;
}
.left-comic-arrow.right-comic-arrow {
  left: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 80%;
  text-align: right;
  opacity: 0.6!important;
}
.left-comic-arrow:hover {
	opacity: 1!important;
}
.left-comic-arrow.right-comic-arrow:hover {
	opacity: 1!important;
}
.left-comic-arrow.none {
  display: none;
}
.main-comic-container {
  position: relative;
}
.arrow-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 70px;
  margin-top: auto;
  margin-bottom: auto;
  opacity: 0.6;
}
.comic-arrow {
  display: block;
  width: 30px;
  margin-right: auto;
  margin-left: auto;
  background-color: white;
  -webkit-transition: color 500ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  transition: color 500ms ease, background-color 350ms ease, transform 350ms ease;
  color: #525252;
}
.comic-arrow:hover {
  background-color: #e03636;
  -webkit-transition-duration: 500ms, 350ms, 350ms;
  transition-duration: 500ms, 350ms, 350ms;
}
.next-comic {
  margin-top: 5px;
  opacity: 1;
  font-family: Handlee, sans-serif;
  color: #8f8f8f;
  text-align: center;
}
.comic-page-menu-wrapper {
  display: block;
  margin-bottom: 5px;
}
.parent-comic-wrapper {
  position: relative;
}
.blog-post-share-wrapper {
  margin-top: 40px;
}

.subscribe-modal {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 33%;
  height: 100%;
  padding-top: 55px;
  padding-right: 30px;
  padding-left: 30px;
  border-left-style: solid;
  border-left-color: #e0e0e0;
  background-color: white;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.checkbox {
  padding-top: 3px;
  padding-bottom: 3px;
  color: #6e6e6e;
  font-size: 16px;
}
.checkbox-wrapper {
  margin-bottom: 19px;
}
.subscribe-text {
  margin-bottom: 20px;
}
.sign-up-for-updates {
  position: absolute;
  right: 90px;
  bottom: -45px;
  width: 240px;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
}
.sign-up-for-updates:hover {
  -webkit-transform: translate(0px, -35px) scale(1.05);
  -ms-transform: translate(0px, -35px) scale(1.05);
  transform: translate(0px, -35px) scale(1.05);
}
.search-field {
  display: block;
  width: 50%;
  height: 50px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 37px;
  border: 2px solid #b8b8b8;
  border-radius: 22px;
  background-image: url('../images/magnifying-glass_128.png');
  background-position: 8px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  opacity: 0.9;
  -webkit-transition: all 0ms ease;
  transition: all 0ms ease;
  font-size: 16px;
}
.search-field:focus {
  border: 2px solid #36b0e0;
  opacity: 1;
}
.search-field.inner-page {
  width: 25%;
  height: 40px;
  margin-top: 0px;
  margin-right: 10px;
  float: right;
}
.category-slide {
  width: 33.33%;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
}
.category-slide.view-all-link {
  position: absolute;
  top: 0px;
  right: -55px;
  bottom: 0px;
  width: 18%;
  padding-top: 47px;
  float: none;
}
.about-video {
  display: block;
  margin: 30px auto 44px;
  padding-right: 100px;
  padding-left: 100px;
}
.background-arrow {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 30px;
  margin-right: auto;
  margin-left: auto;
  opacity: 0;
}
.background-arrow:hover {
	opacity: 1;
}
.contact-list {
  margin-bottom: 25px;
}
.contact-column {
  padding-right: 30px;
}
.float-left-image {
  margin-right: 21px;
  margin-bottom: 10px;
  float: left;
}
.float-left-image.right {
  float: right;
}
.browse-collections-wrap {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
.browse-collection {
  position: relative;
}
.back-post {
  display: block;
  margin-bottom: 30px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #71b833;
  font-size: 15px;
  text-decoration: none;
}
.back-post:hover {
  color: #53941b;
}

/******************************
*	NEW HOMEPAGE COMIC SECTION 2016 
******************************/
.comicblock {
  display: block;
  width: 33.33%;
  min-height: 340px;
  padding: 10px;
  float: left;
  background-color: #fff;
  text-decoration: none;
}

/* Mat's additions 8/3/16 make categories dynamic */
.comic-image
/*.comic-tile-image*/ {
  position: static;
  overflow: hidden;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}
/*.comic-image {
  position: static;
  overflow: hidden;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.comic-image:hover {
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
}*/
.comic-image:hover,
/*.comic-tile-image:hover*/ {
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
}
.comicthumbnail {
	display: block;
}
.comicthumbnail,
.comic-tile-block {
  height: 240px;
  margin-bottom: 10px;
  border: 2px solid #e4e4e4;
  border-radius: 1px;
  background-image: url('../images/follow-your-heart.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: border 300ms ease, -webkit-transform 300ms ease;
  transition: border 300ms ease, -webkit-transform 300ms ease;
  transition: border 300ms ease, transform 300ms ease;
  transition: border 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  text-indent: -10000px;
}

.comicthumbnail:hover,
.comic-tile-block:hover {
  border-color: #36b0e0;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.comicthumbnail-name {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #979797!important;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
}

.comicthumbnail-name:hover {
  color: #36b0e0!important;
}
.categorythumbnail {
		display: block;
    color: #eb5050;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
}
.categorythumbnail a {
	color: #eb5050!important;
}
.categorythumbnail a:hover {
	color: #36b0e0!important;
}
/******************************
*	NEW SUBSCRIBE BUTTON 2016 
******************************/

.popupmodal {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  height: 100vh;
  padding-bottom: 10%;
  -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;
  background-color: hsla(0, 0%, 93%, .7);
  opacity: 0;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.modalblock {
  position: relative;
  display: block;
  width: 60%;
  max-width: 700px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .3);
  text-align: center;
}

.subscreibetext {
  margin-bottom: 30px;
  font-size: 18px;
}

.subscribeimage {
  height: 190px;
  margin-bottom: 30px;
}

.subscribeform {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.subscribefield {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #36b0e0;
  font-size: 16px;
  text-align: center;
}

.subscribefield:focus {
  border-bottom-color: #71b833;
}

.subscribebuttom {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 13px;
  padding-bottom: 13px;
  background-color: rgba(54, 176, 224, .1);
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  color: #36b0e0;
  text-transform: uppercase;
}

.subscribebuttom:hover {
  background-color: #36b0e0;
  color: #fff;
}

.closemodal {
  position: absolute;
  left: 0px;
  top: -40px;
  right: 0px;
  display: block;
  width: 100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 50px;
  background-color: #36b0e0;
  opacity: 0.8;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  color: #fff;
  text-decoration: none;
}

.closemodal:hover {
  opacity: 1;
}

a.subscribelink {
  position: fixed;
  left: -55px;
  top: 20%;
  z-index: 99;
  padding: 15px 30px 12px 50px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #71b833;
  background-image: url('../images/email.svg');
  background-position: 15px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  opacity: 0;
}
a.subscribelink:hover {
	opacity: .7;
}
a.subscribelink div,
a.closemodal {
	color: #fff!important;
}

.getprint {
  margin-top: 42px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 90px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(36, 129, 165, .31);
  border-radius: 3px;
  background-color: rgba(54, 176, 224, .12);
  background-image: url('../images/pic.svg');
  background-position: 19px 50%;
  background-size: 50px;
  background-repeat: no-repeat;
  color: #2481a5;
  font-size: 122%;
  text-align: left;
}

.contactlink {
  border-bottom: 1px dashed #2481ba;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #3681a5;
  text-decoration: none;
}

.contactlink:hover {
  color: #25607c;
}

.bottomcta {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 999;
  width: 250px;
  padding: 10px;
  border: 2px solid #36b0e0;
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .1);
}

.closex {
  position: absolute;
  left: -10px;
  top: -10px;
  width: 22px;
  height: 22px;
  border-radius: 50px;
  background-color: #eb5050;
  background-image: url('../images/1467085896_x.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  opacity: 0.8;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.closex:hover {
  opacity: 1;
}
.ctaheading {
  margin-bottom: 5px;
  color: #36b0e0;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}

.ctatext,
.ctatext p {
  color: #777;
  font-size: 13px;
  line-height: 16px;
}

.ctaimage {
  height: 120px;
  margin-bottom: 10px;
  background-image: url('../images/book-desk.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

/******************************
* END NEW SUBSCRIBE BUTTON 2016
******************************/

/******************************
* NEW BOOK PAGE TEMPLATE 2016
******************************/

.authorimg {
  width: 80px;
  margin-right: 10px;
  float: left;
  border-radius: 120px;
}

.bookheader {
  overflow: hidden;
  padding-top: 130px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .7), #fff), url('../images/cards.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .7), #fff), url('../images/cards.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.bookcover {
  display: block;
  height: 400px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, .3);
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}
/*.bookcover {
  display: block;
  height: 400px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, .3);
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}*/
.booktitle {
  margin-bottom: 5px;
  font-size: 38px;
  line-height: 46px;
}

.booksubtitle {
  margin-bottom: 25px;
  color: #525252;
  font-size: 23px;
  line-height: 30px;
}

.herotext-wrappe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.authorblock {
  margin-top: 40px;
}

.theauthor {
  color: #36b0e0;
  font-size: 11px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
.leahname a {
	color: #525252!important;
}
.theauthor a:hover,
.leahname a:hover {
	color: #36b0e0!important;
}

.leahname {
  font-size: 24px;
  line-height: 24px;
}

.buywrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.buybook-link {
  padding-right: 35px;
  padding-left: 35px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  opacity: 0.75;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.buybook-link:hover {
  opacity: 1;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.buyheading {
  display: block;
  margin-bottom: 20px;
  color: #999!important;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
}

.lefttestimonial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 260px;
  margin-bottom: 40px;
  padding-top: 20px;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.lefttestimonial.righttestimonial {
  float: none;
}

.testimonial {
  margin-bottom: 10px;
  color: #525252;
  font-size: 20px;
  line-height: 30px;
  font-style: italic;
  font-weight: 300;
}

.testimonial.smaller {
  font-size: 17px;
  line-height: 26px;
}

.testimonialauthor {
  color: #36b0e0;
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
}
.testimonialauthor a {
	color: #36b0e0!important;
}
.testimonialauthor a:hover {
	color: #71b833!important;
}

.testimonialauthor.titlerole {
  color: #949494;
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
}
.testimonialauthor.titlerole a {
	color: #949494!important;
}
.testimonialauthor.titlerole a:hover {
	color: #36b0e0!important;
}
a.greenlink {
  color: hsla(0, 0%, 100%, .75)!important;
}

a.greenlink:hover {
  color: #fff!important;
}

.ctatexts {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.testimonialslide {
  padding-right: 80px;
  padding-left: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.testimonialslider {
  background-color: transparent;
}

.slidernav {
  opacity: 0.6;
  font-size: 10px;
}

.sliderarrow-icon {
  margin-top: 40px;
  color: #36b0e0;
  font-size: 30px;
}

.testimonialheader {
  color: #999;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.smalldivider {
  display: block;
  width: 60px;
  height: 3px;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  background-color: #d1d1d1;
}

.preorder-modal {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-color: hsla(0, 0%, 100%, .94);
  opacity: 0;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.closelinks {
  margin-top: 35px;
  width: 100px;
  padding: 4px 0;
  border-radius: 50px;
  background-color: #36b0e0;
  opacity: 0.8;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  color: #fff!important;
  text-decoration: none;
  text-align: center;
}
/*.closemodal {
    position: absolute;
    left: 0px;
    top: -40px;
    right: 0px;
    display: block;
    width: 100px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 50px;
    background-color: #36b0e0;
    opacity: 0.8;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
    color: #fff;
    text-decoration: none;
}*/
.closelinks:hover {
  color: #fff!important;
  opacity: 1;
}

.bookhero-wrapper {
  opacity: 0;
  -webkit-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
}

/******************************
* END NEW BOOK PAGE TEMPLATE 2016
******************************/

	
html.w-mod-js *[data-ix="fade-left"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}
html.w-mod-js *[data-ix="comic-blok"] {
  /*opacity: 0;*/
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
html.w-mod-js *[data-ix="comic-blok-2"] {
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
html.w-mod-js *[data-ix="comic-blok-3"] {
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
html.w-mod-js *[data-ix="comic-blok-4"] {
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
html.w-mod-js *[data-ix="comic-blok-5"] {
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
html.w-mod-js *[data-ix="comic-blok-6"] {
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
html.w-mod-js *[data-ix="comic-blok-7"] {
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
html.w-mod-js *[data-ix="comic-blok-8"] {
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
html.w-mod-js *[data-ix="comic-blok-9"] {
  opacity: 0;
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}
html.w-mod-js *[data-ix="see-more-text"] {
  display: none;
}
html.w-mod-js *[data-ix="comic-blok-10"] {
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
html.w-mod-js *[data-ix="comic-blok-11"] {
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
html.w-mod-js *[data-ix="comic-blok-12"] {
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
html.w-mod-js *[data-ix="comic-blok-13"] {
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
html.w-mod-js *[data-ix="comic-blok-14"] {
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
html.w-mod-js *[data-ix="cta-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}
html.w-mod-js *[data-ix="view-comic"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}
html.w-mod-js *[data-ix="hero-header"] {
  opacity: 0;
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}
html.w-mod-js *[data-ix="hero-header-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}
html.w-mod-js *[data-ix="discover"] {
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
html.w-mod-js *[data-ix="comic-flyin"] {
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}
html.w-mod-js *[data-ix="inner-heading"] {
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}
html.w-mod-js *[data-ix="comic-text"] {
  opacity: 0;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}
html.w-mod-js *[data-ix="category-modal"] {
  opacity: 0;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
html.w-mod-js *[data-ix="homepage-navbar"] {
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}
html.w-mod-js *[data-ix="hero-button"] {
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
html.w-mod-js *[data-ix="hero-header-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}
html.w-mod-js *[data-ix="hero-subheader"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}
html.w-mod-js *[data-ix="main-comic"] {
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
html.w-mod-js *[data-ix="inner-page-header"] {
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}
html.w-mod-js *[data-ix="about-header"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}
html.w-mod-js *[data-ix="down-arrow"] {
  opacity: 0;
  -webkit-transform: translate(0px, -150px);
  -ms-transform: translate(0px, -150px);
  transform: translate(0px, -150px);
}
html.w-mod-js *[data-ix="down-arrow-wrapper"] {
  opacity: 0;
  -webkit-transform: translate(0px, -210px);
  -ms-transform: translate(0px, -210px);
  transform: translate(0px, -210px);
}
html.w-mod-js *[data-ix="subscribe-modal"] {
  display: none;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}
html.w-mod-js *[data-ix="about-header-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}
@media (max-width: 991px) {
  .navlink {
    font-size: 22px;
    text-align: left;
  }
  .nav-menu {
    min-width: 300px;
    padding-top: 20px;
    padding-left: 15px;
    background-color: #e8e8e8;
  }
  .content-section.category-homepage {
    padding-right: 30px;
    padding-left: 30px;
  }
  .content-section.category-homepage.white {
    padding-right: 10px;
    padding-left: 10px;
  }
  .content-section.category-homepage.store {
    padding-right: 30px;
    padding-left: 30px;
  }
  .content-section.book {
    padding-right: 30px;
    padding-left: 30px;
  }
  .cta-wrapper {
    width: 95%;
    box-shadow: none;
  }
  .main-content.grey {
    padding-right: 30px;
    padding-left: 30px;
    background-image: none;
    background-position: 0% 0%;
    background-size: auto;
    background-repeat: repeat;
  }
  .main-content.normal {
    padding-right: 30px;
    padding-left: 30px;
  }
  .main-content.contact {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .about-image {
    padding-top: 0px;
  }
  ._50-bg-block.store {
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 74%, whitesmoke), -webkit-linear-gradient(left, whitesmoke 21%, rgba(255, 255, 255, 0) 80%), url('../images/artwork.jpg');
    background-image: linear-gradient(rgba(0, 0, 0, 0) 74%, whitesmoke), linear-gradient(to right, whitesmoke 21%, rgba(255, 255, 255, 0) 80%), url('../images/artwork.jpg');
  }
  .homepage-container {
    width: 60%;
  }
  .about-img {
    width: 234px;
  }
  .book-image {
    width: 250px;
  }
  .category-wrapper {
    height: 190px;
    padding-top: 5%;
  }
  .category-wrapper.home {
    height: 160px;
  }
  .subscribe-modal {
    display: none;
    width: 60%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .sign-up-for-updates {
    right: 37px;
  }
  
  .category-slide {
    padding-right: 5px;
    padding-left: 5px;
  }
  .category-slide.view-all-link {
    right: -21px;
    z-index: 0;
  }
  .contact-column {
    padding-right: 20px;
  }
  .browse-collections-wrap {
    width: 85%;
    float: left;
  }
  .comicitem {
    padding: 0px;
  }
  .comicblock {
    width: 50%;
    padding: 10px;
  }
  .comicthumbnail-name {
    padding-right: 20px;
  }
  .categorythumbnail {
    font-size: 11px;
    line-height: 11px;
  }
  .popupmodal {
    display: none;
    opacity: 0;
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
  }
  .modalblock {
    width: 90%;
  }
  .closemodal {
    padding-top: 4px;
    border-radius: 50px;
  }
  .subscribelink {
    left: -54px;
    padding-top: 12px;
    padding-right: 20px;
    font-size: 16px;
  }
  .bottomcta {
	  position: fixed;
	  left: 15px;
	  bottom: 15px;
	  z-index: 999;
	  display: none;
	  width: 250px;
	  padding: 10px;
	  border: 2px solid #36b0e0;
	  background-color: #fff;
	  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .1);
	  opacity: 0;
	  -webkit-transform: scale(0.96);
	  -ms-transform: scale(0.96);
	  transform: scale(0.96);
	}
  .ctaheading {
    padding-right: 10px;
    padding-left: 10px;
  }
  .ctatext {
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
  .ctaimage {
    height: 100px;
  }
}
@media (max-width: 767px) {
  .comic-wrapper {
    width: 50%;
    padding-right: 5px;
    padding-left: 5px;
  }
  .header-section.inner-page {
    padding-right: 20px;
    padding-left: 20px;
  }
  .content-section.category-homepage {
    padding-right: 30px;
    padding-left: 30px;
  }
  .content-section.category-homepage.white {
    padding-right: 30px;
    padding-left: 30px;
  }
  .content-section.category-homepage.store {
    padding: 50px 30px;
  }
  .cta-section {
    padding-right: 25px;
    padding-left: 25px;
  }
  .cta-wrapper {
    padding: 18px 10px;
    box-shadow: none;
  }
  ._50-block.footer-column {
    width: 100%;
    padding-left: 0px;
  }
  ._50-block.cta-block {
    width: 100%;
  }
  ._50-block.footer-block {
    width: 100%;
  }
  ._30-block {
    margin-left: 30px;
    float: left;
  }
  ._30-block.footer-links {
    width: 35%;
    margin-left: 0px;
    float: left;
  }
  .main-content {
    padding-right: 20px;
    padding-left: 20px;
  }
  .main-content.grey {
    padding-right: 30px;
    padding-left: 30px;
    background-image: none;
    background-position: 0% 0%;
    background-size: auto;
    background-repeat: repeat;
  }
  .main-content.normal {
    padding-right: 30px;
    padding-left: 30px;
  }
  ._33-block {
    width: 50%;
    min-height: 310px;
  }
  .main-comic-image {
    width: 95%;
  }
  .about-image {
    display: block;
    width: 250px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  ._50-bg-block {
    display: none;
  }
  ._50-bg-block.store {
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 74%, whitesmoke), -webkit-linear-gradient(left, whitesmoke 28%, rgba(255, 255, 255, 0) 80%), url('../images/artwork.jpg');
    background-image: linear-gradient(rgba(0, 0, 0, 0) 74%, whitesmoke), linear-gradient(to right, whitesmoke 28%, rgba(255, 255, 255, 0) 80%), url('../images/artwork.jpg');
  }
  .homepage-container {
    width: 80%;
  }
  .homepage-container.right {
    width: 100%;
    float: none;
  }
  .about-img {
    margin-bottom: 30px;
  }
  .book-image {
    display: none;
    width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
  .category-wrapper.home {
    height: 220px;
  }
  .main-comic-wrapper {
    width: 80%;
  }
  .subscribe-modal {
    display: none;
    width: 100%;
    padding-top: 70px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .sign-up-for-updates {
    right: 8px;
    bottom: 0px;
    width: 200px;
  }
  .category-slide {
    width: 50%;
    padding-bottom: 15px;
  }
  .about-video {
    padding-right: 0px;
    padding-left: 0px;
  }
  .browse-collections-wrap {
    width: 100%;
  }
  .comicitem {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .comicblock {
    padding: 8px;
  }
  .comicthumbnail {
    height: 220px;
    margin-bottom: 6px;
  }
  .categorythumbnail {
    margin-top: 10px;
    line-height: 12px;
  }
  .subscribefield {
    width: 100%;
  }
  .subscribebuttom {
    width: 100%;
  }
  .bottomcta {
    display: none;
  }
  .authorimg {
    float: none;
  }
  .bookcover {
    height: 260px;
    margin-bottom: 15px;
  }
  .herotext-wrappe {
    height: auto;
    text-align: center;
  }
  .buybook-link {
    padding-right: 18px;
    padding-left: 18px;
  }
  .lefttestimonial {
    min-height: 310px;
  }
  .testimonial.smaller {
    font-size: 15px;
    line-height: 23px;
  }
  .testimonialslide {
    padding-right: 40px;
    padding-left: 40px;
  }
  .testimonialslider {
    min-height: 370px;
  }
  .sliderarrow-icon.leftarrow {
    margin-left: 0px;
  }
  .sliderarrow-icon.rightarrow {
    margin-right: 0px;
  }
}
@media (max-width: 479px) {
  .navlink {
    text-align: center;
  }
  .nav-menu {
    width: 100%;
    padding-top: 50px;
    padding-left: 0px;
  }
  .comic-wrapper {
    width: 100%;
  }
  .header-section.inner-page {
    padding-right: 20px;
    padding-left: 20px;
  }
  .cta-wrapper {
    box-shadow: none;
  }
  ._50-block.cta-block.sign-up {
    height: 180px;
  }
  ._50-block.cta-block._60 {
    width: 100%;
  }
  ._30-block.footer-links {
    width: 50%;
    margin-left: 0px;
  }
  .main-content.comic-page {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .main-content.grey {
    padding-right: 15px;
    padding-left: 15px;
  }
  .main-content.normal {
    padding-right: 15px;
    padding-left: 15px;
  }
  .main-content.contact {
    padding-top: 30px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .main-content.lite {
    padding-right: 10px;
    padding-left: 10px;
  }
  ._33-block {
    width: 100%;
    min-height: 0px;
    padding-bottom: 30px;
  }
  .main-comic-image {
    width: 95%;
  }
  .fly-in-comic {
    display: none;
  }
  .back-wrapper {
    margin-bottom: 0px;
  }
  .category-header.subscribe-heading {
    font-size: 25px;
    line-height: 30px;
  }
  .close-x.top-right {
    left: 15px;
  }
  .homepage-slide.main {
    padding-right: 30px;
    padding-left: 30px;
  }
  .all-cats {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  ._50-bg-block {
    width: 100%;
    background-image: -webkit-linear-gradient(left, whitesmoke, rgba(255, 255, 255, 0.81) 80%), url('../images/cards.jpg');
    background-image: linear-gradient(to right, whitesmoke, rgba(255, 255, 255, 0.81) 80%), url('../images/cards.jpg');
  }
  ._50-bg-block.store {
    background-image: -webkit-linear-gradient(left, whitesmoke, rgba(255, 255, 255, 0.81) 80%);
    background-image: linear-gradient(to right, whitesmoke, rgba(255, 255, 255, 0.81) 80%);
    background-position: 0% 0%;
    background-size: auto;
  }
  .homepage-container {
    width: 100%;
  }
  .main-comic-wrapper {
    width: 90%;
  }
  .left-comic-arrow.right-comic-arrow {
    left: auto;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  .comic-page-menu-wrapper {
    margin-bottom: 0px;
  }
  .subscribe-modal {
    display: none;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .subscribe-text {
    font-size: 15px;
    line-height: 21px;
  }
  .sign-up-for-updates {
    left: 0px;
    right: 0px;
    bottom: -46px;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .category-slide {
    width: 100%;
  }
  .about-video {
    padding-right: 0px;
    padding-left: 0px;
  }
  .close-x-mobile {
    position: absolute;
    left: 20px;
    top: 21px;
    right: 20px;
    display: block;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    color: #36b0e0;
    font-size: 18px;
    text-decoration: none;
  }
  .contact-column {
    padding-right: 0px;
  }
  .contact-list-wrap {
    padding-left: 20px;
  }
  .comicitem {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .comicblock {
    width: 100%;
  }
  .comicthumbnail-name {
    padding-right: 0px;
  }
  
  .booktitle {
    font-size: 30px;
  }
  .booksubtitle {
    font-size: 18px;
    line-height: 27px;
  }
  .buywrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .buybook-link {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
  }
  .buyheading {
    margin-bottom: 6px;
  }
  .lefttestimonial {
    min-height: 460px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .testimonial {
    font-size: 17px;
    line-height: 25px;
  }
  .testimonialauthor.titlerole {
    line-height: 18px;
  }
  .ctatexts {
    font-size: 14px;
    line-height: 23px;
  }
  .testimonialslide {
    padding-right: 0px;
    padding-left: 0px;
  }
  .testimonialslider {
    min-height: 500px;
  }
  .sliderarrow-icon.leftarrow {
    display: none;
  }
  .sliderarrow-icon.rightarrow {
    display: none;
  }
  .modalblock {
    padding: 20px;
  }
  .subscribeimage {
    height: auto;
  }
  .closemodal {
    border-radius: 50px;
  }
  a.subscribelink {
    /*left: 0px;
    top: auto;
    bottom: 0%;*/
    padding-right: 15px;
    padding-bottom: 8px;
    border-top-right-radius: 4px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@font-face {
  font-family: 'Dharma Comics Font';
  src: ;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham Rounded A', 'Gotham Rounded B';
  src: ;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham Rounded A', 'Gotham Rounded B';
  src: ;
  font-weight: 200;
  font-style: normal;
}