/* Enter Your Custom CSS Here */

pre {
}

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;
}

.snow {
  display: inline-block;
  position: relative;
  border-bottom: 0 solid black !important;
}

.snow::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://lars.ingebrigtsen.no/wp-content/uploads/2017/11/pl2.png'), url('https://lars.ingebrigtsen.no/wp-content/uploads/2017/11/pm2.png'), url('https://lars.ingebrigtsen.no/wp-content/uploads/2017/11/pm2.png'), url('https://lars.ingebrigtsen.no/wp-content/uploads/2017/11/ps2.png'), url('https://lars.ingebrigtsen.no/wp-content/uploads/2017/11/ps2.png');
  animation: dropFlowParticles 5s linear infinite;
}

@keyframes dropFlowParticles {
  0% {
    background-position: 0 0, 0 0, 30px 40px, 0 0, 10px 0;
  }
  
  33% {
    background-position: 0 137px, 0 70px, 45px 100px, 0 30px, 20px 30px;
  }
  
  66% {
    background-position: 0 274px, 0 140px, 35px 180px, 0 60px, 20px 60px;
  }
  
  100% {
    background-position: 0 413px, 0 200px, 30px 240px, 0 100px, 10px 100px;
  }
}

.mejs-controls {
  display: none !important;
}

.mejs-overlay-loading {
  display: none !important;
}

div.index {
  text-align: centre;
}

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.eyesore {
  background: #b00000;
  color: #e0d000;
  padding: 10px;
}

div.eyesore table td {
  vertical-align: middle;
}

.lantern-scene {
  width: 342px;
  height: 564px;
  margin: 80px;
  margin-left: 200px;
  perspective: 400px;
}

.lantern-box {
  width: 342px;
  height: 564px;
  position: relative;
  transform-style: preserve-3d;
}

@keyframes lantern-spinner {
  0% {
    transform: translateZ(-50px) rotateY(0deg) rotateX(0deg);
  }
  
  20% {
    transform: translateZ(-100px) rotateY(170deg) rotateX(110deg);
  }
  
  40% {
    transform: translateZ(-150px) rotateY(260deg) rotateX(160deg);
  }
  
  60% {
    transform: translateZ(-100px) rotateY(450deg) rotateX(250deg);
  }
  
  80% {
    transform: translateZ(-100px) rotateY(550deg) rotateX(310deg);
  }
  
  100% {
    transform: translateZ(-50px) rotateY(720deg) rotateX(360deg);
  }
}

.lantern-box {
  animation-name: lantern-spinner;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 10s;
}

.lantern-face {
  position: absolute;
  top: 0;
  left: 0;
}

.lantern-front {
  background-size: 342px 564px;
}

.lantern-back {
  background-size: 342px 564px;
}

.lantern-front, .lantern-back {
  width: 342px;
  height: 564px;
}

.lantern-right, .lantern-left {
  height: 564px;
}

.lantern-top,
.lantern-bottom {
  width: 342px;
}

.lantern-right {
  transform: rotateY(90deg) translateZ(171px);
}

.lantern-left {
  transform: rotateY(-90deg) translateZ(171px);
}


.jp-masthead {
  display: none !important;
}

/*
.gotonewdash {
  display: none !important;
}
*/

#jp-stats-wrap > div.wrap > h2 {
  display: none !important;
}


div#wpwrap div#wpadminbar {
  display: none !important;
}

.hots {
  text-decoration: line-through;
}

.entry-content a:hover {
  border-bottom: 1px solid #333 !important;
}

.link-hover {
  position: absolute;
  box-shadow: 0px 0px 10px 0px  rgba(0,0,0,0.75);
  cursor: pointer;
  opacity: 0;
  min-width: 150px;
  min-height: 150px;
}

.link-hover-fade-in {
  transition: opacity 0.5s ease-in;
  opacity: 1;
}

.link-hover-fade-out {
  transition: opacity 0.5s linear;
  opacity: 0;
}

aside#text-7 > div {
  background-image: linear-gradient(#a00000, #500000) !important;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  color: white;
  border-radius: 5px;
  border: 3px solid black;
}




article {
  background: none !important;
}

article::after {
  content: "";
  position: absolute;
  display: block;
  top: 0px;
  right: 0px;
  width: 130px;
  height: 130px;
  background-repeat: no-repeat;
  background-size: 120px;
  background-position: top 10px right 10px;
  z-index: -5;
}

article::before {
  content: "";
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -10;
  background: white;
}

body.home article::before {
}

article.category-4ad::after {
  background-image: url("https://lars.ingebrigtsen.no/wp-content/uploads/2020/06/4ad-logo.png");
}

article.category-4ad::before {
  background: radial-gradient(circle closest-corner at 100% 1px,
			      #f00 0px, white 300px);
  z-index: -5;
}

article > header > h1 {
  text-shadow: 0px 0px 1px white;
}

table.otb {
  table-layout: auto;
}

table.otb tr td {
  vertical-align: middle;
}


a.leftfloat::before { 
  content: "foo";
  display: block; 
  clear: both;
}

a.leftfloat {
  margin-bottom: 10px;
  float: left;
}


article.category-vortex::after {
  background-image: url("https://lars.ingebrigtsen.no/wp-content/uploads/2020/08/vortex-logo.png");
}

article.category-vortex::before {
  background: radial-gradient(circle closest-corner at 100% 1px,
			      #601010 0px, white 300px);
  z-index: -5;
}


.left-img {
  float: left;
  margin-right: 10px;
}

.right-img {
  float: right;
  margin-left: 10px;
}


article.category-ar::after {
  background-image: url("https://lars.ingebrigtsen.no/wp-content/uploads/2021/02/aandr.png");
}

article.category-ar::before {
  background: radial-gradient(circle closest-corner at 100% 1px,
			      #ff0000 0px, white 300px);
  z-index: -5;
}


article.category-ar a.cimage, article.category-punk-comix a.cimage {
  display: block;
  width: 100%;
  text-align: center;
  border-bottom: 0px solid red !important;
}

article.category-ar a.cimage > img, article.category-punk-comix a.cimage > img {
  max-height: 600px;
  height: auto;
  width: auto;
  display: inline-block;
}


table.now-playing {
  background: #b0b0b0;
  font-weight: bold;
  font-family: verdana, sans-serif;
  position: relative;
}

table.now-playing td {
  vertical-align: middle;
}

table.now-playing td:last-child {
  width: 120px;
}

table.now-playing::after {
  content: "Now Playing";
  position: absolute;
  top: -10px;
  left: 0px;
  color: black;
  font-weight: bold;
  background: #b0b0b0;
  font-size: 1rem;
  padding: 10px;
  font-family: verdana, sans-serif;
}

body.wp-admin div#wpbody-content {
  background-color: black !important;
}

