/*
Theme Name: webcomic
Description:
Author: blackwood
Version: 1.0
*/

.form {
  margin-bottom: 1rem;
}

fieldset {
  background: #f1f1f1;
  border: 0;
  padding: 1rem;
}

label {
  margin-bottom: 1rem;
  box-sizing: border-box;
  display: block;
}

.btn {
  color: #000;
  padding: 1rem;
  text-decoration: none;
  border: 1px solid black;
  background: #fff;
  cursor: pointer;
}

.btn:hover {
  background: #ddd;
}

.sidebar-ads {
  display: block;
  width: 100%;
}

.sidebar-ads-grid.grid {
  width: 100%;
  margin: 0 auto;
}

.sidebar-ad {
  padding: 0;
}

.sidebar-ad-txt {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  cursor: pointer;
  display: table;
  height: 240px;
  left: 0;
  position: absolute;
  top: 0;
  width: 240px;
  opacity: 0;
  right: 0;
  bottom: 0;
}

.sidebar-ad-txt span {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  padding: 0 6px 0 6px;
}

.sidebar-ad:hover .sidebar-ad-txt {
  opacity: 1;
}

.sidebar-ad-img {
  max-width: 100%;
}

.linkcat, .sidebar-ad {
  margin-bottom: 0.75rem;
}

/* Responsive Menu */

/* header */

.header {
  background-color: #fff;
  position: relative;
  width: 100%;
  z-index: 3;
  margin: 0 auto;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

.header li a {
  display: block;
  padding: 20px 20px;
  text-decoration: none;
}

.header li:not(:last-child) a {
  border-right: 1px solid #f4f4f4;
}

.header li a:hover {
  background-color: #f4f4f4;
}

.header .menu-btn:hover {
  background-color: #f4f4f4;
}

.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 700;
  color: black;
}

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before, .header .menu-icon .navicon:after {
  background: #333;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked~.menu {
  /* max-height: 360px; */
  /* height: 100%; */
  max-height: initial;
}

.header .menu-btn:checked~.menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked~.menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked~.menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before, .header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
  top: 0;
}

.header .menu {
  margin-bottom: 1rem;
}

@media screen and (min-width: 60em) {
  .header li {
    float: left;
  }
  .header li a {
    padding: 20px 30px;
  }
  .header .menu {
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
}

/* End responsive menu */

.body {
  font-family: "avenir next", avenir, sans-serif;
}

.all {
  margin-right: auto;
  margin-left: auto;
}

.footer {
  color: #555;
  background-color: #f4f4f4;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}

@media screen and (min-width: 60em) {
  .footer {
    display: block;
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

@media screen and (min-width: 80em) {
  .footer {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.small, .small, .small {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.column--left {
  padding: 1rem;
}

@media screen and (min-width: 80em) {
  .column--left {
    width: 100%;
  }
}

.header, .columns {
  max-width: 1200px;
}

.columns {
  margin-bottom: 3rem;
}

.sidebar--right {
  display: none;
  padding: 1rem;
}

@media screen and (min-width: 60em) {
  .sidebar--right {
    display: block;
  }
}

.comment {
  margin-bottom: 1rem;
}

.comment:not(:last-child) {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.comments {
  margin-bottom: 3rem;
}

.comic--pager {
  margin-bottom: 2.5rem;
}

.comic--title {
  margin: 0;
}

.comic--info {
  padding: 1rem;
}

#comments {
  padding: 1rem;
}

.title-separator {
  display: none;
}

@media screen and (min-width: 60em) {
  .title-separator {
    display: block;
  }
}

.comic--container {
  display: block;
  margin: 0 auto;
  max-width: 1200px;
}

.comic--image {
  display: block;
}

.comic--info {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.comic--meta {
  width: 100%;
}

@media screen and (min-width: 60em) {
  .comic--info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 60em) {
  .title-separator {
    display: inline-block;
  }
}

@media screen and (min-width: 60em) {
  .comic--date {
    display: inline-block;
  }
}

.pager--text {
  display: none;
}

.pager--align {
  display: flex;
  align-items: end;
}

.pager--align-r {
  justify-content: flex-end;
  width: 100%;
}

@media screen and (min-width: 60em) {
  .pager--text {
    display: initial;
  }
}

.pager--first-txt {
  padding-left: 0.25rem;
}

.pager--first:hover, .pager--prev:hover, .pager--next:hover, .pager--last:hover {
  background: #f1f1f1;
}

.chevronLeft, .chevronRight {
  width: 0.75rem;
}

@media screen and (min-width: 60em) {
  .chevronLeft, .chevronRight {
    width: 1rem;
  }
}

.pager--prev, .pager--first {
  box-sizing: border-box;
  border-style: solid;
  border-width: 1px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  padding: 1rem;
  margin-right: 2rem;
  text-decoration: none;
}

.pager--prev-txt {
  padding-left: 0.25rem;
}

.pager--next {
  box-sizing: border-box;
  border-style: solid;
  border-width: 1px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  padding: 1rem;
  margin-right: 2rem;
  text-decoration: none;
}

.pager--next-txt {
  padding-right: 0.25rem;
}

.pager--last {
  box-sizing: border-box;
  border-style: solid;
  border-width: 1px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  padding: 1rem;
  text-decoration: none;
}

.pager--last-txt {
  padding-right: 0.25rem;
}

.linkcat {
  text-align: center;
}

.comment--section {
  max-width: 48rem;
}

.comments {
  list-style-type: none;
  padding-left: 0;
  padding-right: 0;
}

.comment--prompt {
  display: block;
  font-weight: bold;
  margin-bottom: 1rem;
}

.comment--form {
  color: rgba(0, 0, 0, 0.8);
  max-width: 30em;
  margin-right: auto;
  margin-left: auto;
}

.comment--field {
  box-sizing: border-box;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
  width: 100%;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  max-width: 30em;
}

.news--section {
  margin-right: auto;
  margin-left: auto;
}

.news--title {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-left: 0;
  padding-right: 0;
}

.news--teaser {
  margin-top: 2rem;
  border-color: rgba(0, 0, 0, 0.1);
}

.news--teaser:not(:last-child) {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

section.news--section img {
    max-width: 100%;
    height: 100%;
}

.teaser {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media screen and (min-width: 60em) {
  .teaser--info {
    padding-left: 1rem;
  }
}

.teaser--title {
  font-weight: 100;
  line-height: 1.25;
  margin-top: 0;
}

.teaser--date {
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
}

.teaser--content {
  line-height: 1.5;
}

@media screen and (min-width: 60em) {
  .teaser--content {
    font-size: 1rem;
  }
}

@media screen and (min-width: 60em) {
  .header .menu .col-auto {
    padding: 0;
    text-align: center;
  }
}

.toggle-content {
  display: none;
}

.toggle-content.is-visible {
  display: block;
}

.xoxo.blogroll {
  list-style-type: none;
  padding: 0;
}

.xoxo.blogroll li a {
  display: block;
  max-width: 100%;
  padding: 0.75rem;
  text-align: left;
  background: #f1f1f1;
  ;
}

.xoxo.blogroll li a:hover {
  background: #ddd;
}

.content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem;
  margin-bottom: 2rem;
}

.panels--container {
  max-width: 1200px;
  padding: 0 2rem;
}

.panel {
  padding: 0;
}

.panel--image {
  max-width: 100%;
}

.panels--container.grid .panel {
  padding: 0;
}


/* preserved in amber */

/* ATTIC */

.atticitem {
  font-size: 12px;
  padding-bottom: 8px;
  text-align: left;
  clear: both;
}

.atticimg {
 max-width: 100%;
}

.atticleft {
  float: left;
  margin-right: 8px;
  font-size: 2em;
  font-weight: bold;
  color: #000;
}

.atticleft a {
  font-size: 5em;
  color: #000;
  text-decoration: none;
  position: relative;
  top: 18px;
}

.atticimgnew {
  position: relative;
  float: left;
  margin-bottom: -8px;
}

.attictext {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 270px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 6px 4px 6px 10px;
  border-radius: 15px;
}

.attictext a {
  color: #fff;
}

.attictitle {
  font-family: 'Georgia', serif;
  font-size: 36px;
  font-weight: bold;
  text-align: left;
  font-style: italic;
  line-height: 90%;
  margin-bottom: 4px;
}

.ship {
  font-weight: bold;
  text-align: left;
  position: relative;
  bottom: 12px;
}


/* CLEAR FLOATS */

.clear {
  height: 0px;
  line-height: 0px;
  font-size: 0px;
  clear: both;
}

.sya_container ul {
  list-style-type: none;
  padding: 0;
}

