/* Enter Your Custom CSS Here */

div#infinite-footer {
  display: none !important;
}

footer#colophon {
  display: none !important;
}

.textwidget a {
  border-bottom: 0px !important;
}

.widget-title .rsswidget {
  font-weight: bold !important;
}

.widget_rss ul a {
  font-weight: normal !important;
}

.widget_rss .rsswidget img {
  display: none;
}


article a {
  font-weight: bold;
}

.redact {
  position: relative;
  padding: 0;
  margin: 0;
  display: inline-block;
  background: black;
}

.redact img {
  opacity: .1;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.redact:hover img {
  opacity: 1;
}

.redact::after {
  content: "Hover to Display";
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  font-size: 2rem;
  font-weight: bold;
  font-family: verdana, sans-serif;
  transform: translate(-50%,-50%);
}

.redact:hover:after {
  content: "";
}

table > tbody > tr > td {
  border: 0;
}

div.index div {
  vertical-align: top;
  display: inline-block;
  width: 160px;
  line-height: 1;
  margin-bottom: 10px;
}

div.index a {
  box-shadow: none !important;
  text-decoration: none !important;
  font-size: 13px;
  line-height: 1;
}

div.index img {
  margin-bottom: 5px;
}

div.index br {
  display: none;
}


div#page {
  margin: 0px !important;
}

body {
}

.widget {
  /*
  border-top: 0px !important;
 */
}

table.comicscomics {
  border: 0px !important;
  table-layout: auto !important;
}

table.comicscomics a {
  text-decoration: none !important;
  box-shadow: none !important;
  display: inline-block;
  padding: 0px !important;
  margin: 0px !important;
}

table.comicscomics tr {
  height: 64px;
}

table.comicscomics td:nth-child(1) {
  text-align: center !important;
}

table.comicscomics img {
  max-height: 50px;
  width: auto !important;
  max-width: 70px;
}

span.byline {
  display: none !important;
}

body {
  background-color: #eeeef3 !important;
  background-size: 20px 20px !important;
  background-image:
    linear-gradient(to right, #fff 1px, transparent 1px),
    linear-gradient(to bottom, #fff 1px, transparent 1px) !important;

  font-weight: 500;
}

body::before, body::after {
  position: static !important;
  height: auto !important;
}

div#page {
  background-color: transparent !important;
  background: url(https://comico-complete.kwakk.info/wp-content/uploads/2025/10/comico-sidebar-11.webp) !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
}

p:has(a.mainimage) {
  display: none;
}

div.entry-content {
  color: black !important;
  background: white !important;
  border: 1px solid black;
  padding: 20px;
}

.comments-title, .comment-reply-title {
  border-top: 1px solid black !important;
}

textarea, input[type=text], input[type=email], input[type=url] {
  border: 1px solid black !important;
}

@media screen and (min-width: 61.5625em) {
  body:not(.search-results) article:not(.type-page) .entry-content {
    width: 78% !important;
  }
}

.site-main > article {
  margin-bottom: 4em !important;
}

a:hover {
  box-shadow: 0 1px 0 0 currentColor !important;
  color: rgb(0, 122, 204) !important;
}

p.site-title a:hover, h1.site-title a:hover, h2.entry-title a:hover {
  color: black !important;
  box-shadow: 0 0px 0 0 currentColor !important;
}

aside#secondary > section.widget {
  background: white !important;
  padding-left: 20px;
  padding-bottom: 30px;
  border: 1px solid black;
}

@font-face {
  font-family: 'microgramma_dbold_extended';
  src: url('https://comico-complete.kwakk.info/wp-content/plugins/site-css/microgramma_d_extended_bold-webfont.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

div.site-header-main {
  background: white !important;
  border: 1px solid black;
  padding-left: 20px;
  margin-top: 5px !important;
  /*
  background-image: url(https://comico-complete.kwakk.info/wp-content/uploads/2025/10/comico-logo-color3.webp) !important;
  background-repeat: no-repeat !important;
  background-size: 60px !important;
  background-position: right 30px center !important;
 */
  font-family: 'microgramma_dbold_extended' !important;
}

.entry-title {
  font-family: 'microgramma_dbold_extended' !important;
  font-weight: normal !important;
  font-size: 1.75rem !important;
  background: white !important;
  border: 1px solid black;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.entry-header {
}

.site-title {
  font-family: 'microgramma_dbold_extended' !important;
  text-transform: uppercase;
}

@media screen and (min-width: 61.5625em) {
  .site-header {
    margin-bottom: -30px !important;
  }
}


@media screen and (min-width: 61.5625em) {
  .comment-list + .comment-respond, .comment-navigation + .comment-respond {
    padding-top: 0px !important;
  }
}
@media screen and (min-width: 44.375em) {
  .comment-list + .comment-respond, .comment-navigation + .comment-respond {
    padding-top: 0px !important;
  }
}

a.post-thumbnail:hover {
  opacity: 1 !important;
}
