/*
THEME NAME: FIENDISH MINIMAL 3.0
DESIGNED BY: FLOATINGDINO (floatingdino.tumblr.com)
THEME IS CC BY-NC-SA: http://creativecommons.org/licenses/by-nc-sa/4.0/
HIT ME UP ON floatingdino@gmail.com OR MY [TUMBLR ASK BOX](https://floatingdino.tumblr.com/ask) FOR QUESTIONS OR BUG REPORTS
*/
* {
  box-sizing: border-box;
}
body,
article,
p,
h2,
h3 {
  font-family: "Anonymous Pro", Courier, monospace;
}
figure {
  margin: 0;
}
caption {
  display: block;
  text-align: inherit;
}
main {
  display: block;
  width: 100%;
}
body {
  background-color: #fff;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
.page-trigger {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  visibility: hidden;
}
a {
  color: inherit;
  text-decoration: none;
  border: 0;
}
a:hover {
  background-image: linear-gradient(to right, currentColor, currentColor);
  background-repeat: repeat-x;
  background-position: 0 92%;
  background-size: 100% 0.15em;
}
.wrapper {
  margin: 0 auto;
}
#masthead #logo {
  text-align: center;
  margin: 0 auto;
}
#logo a:hover {
  background: none;
}
header {
  font-size: 2.5em;
  line-height: 52px;
  margin: 0;
  padding: 0;
  vertical-align: top;
  font-weight: 500;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  display: contents;
}
nav a {
  margin-right: 10px;
  font-weight: 700;
}
#pages-nav {
  height: 52px;
  white-space: nowrap;
  overflow: auto;
  padding-right: 10px;
  line-height: 52px;
}
#title-line ::-webkit-scrollbar {
  display: none;
}
img {
  background: inherit;
}
#title-line h1 {
  transition: margin 0.3s ease-out;
  margin: 0;
  font-size: inherit;
  overflow: auto;
}
#title-line h1 a {
  display: inline-block;
  height: 52px;
}
#title-line {
  height: 52px;
  overflow: hidden;
  text-align: center;
  fill: currentColor;
  z-index: 1;
  vertical-align: top;
  white-space: nowrap;
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  top: 0;
}
@supports (position: sticky) or (position: -webkit-sticky) {
  .tmblr-iframe-pushdown #title-line {
    top: 54px;
  }
}
svg {
  display: inline-block;
  fill: currentColor;
  cursor: pointer;
  vertical-align: top;
}
#title-line ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
#title-line li {
  display: inline-block;
}
main {
  margin: 10px auto;
}
.index main {
  opacity: 0;
  padding-bottom: 100px;
}
.index main.loaded {
  opacity: 1;
  transition: opacity 0.3s;
}
.tag-header {
  text-align: center;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  font-size: 2.5rem;
}
.single-wrapper {
  display: flex;
  justify-content: center;
}
.single {
  max-width: 1280px;
  width: auto;
}
.single article {
  margin: 10px auto;
  float: none;
  max-width: 500px;
}
.single article h2 {
  text-transform: uppercase;
  clear: both;
}
article h2,
article time {
  font-weight: normal;
  margin: 10px 0 30px 0;
  font-size: 1em;
}
article time {
  margin-top: 30px;
  display: block;
}
.single article.photo,
.single article.video {
  max-width: 100%;
  width: 100%;
}
.index article {
  opacity: 0;
  transition: opacity 0.3s;
}
.index article.loaded {
  opacity: 1;
}
article {
  margin: 10px 1.4%;
  padding: 10px;
  vertical-align: top;
}
.index article {
  width: 97%;
  margin: 10px 1.4%;
}
article img,
article iframe {
  width: 100%;
  height: auto;
}
.single article img,
.single article iframe {
  width: auto;
  max-width: 100%;
  height: auto;
}
article.photo .post-photo {
  display: block;
  margin: 0 auto;
}
article.photo .row {
  margin-bottom: 10px;
  margin-left: -10px;
  margin-right: -10px;
  max-width: none;
  display: flex;
  align-items: flex-start;
}
article.photo .row .post-photo {
  margin-left: 10px;
  margin-right: 10px;
}
article.photo .row .col-12 {
  width: calc(100% - 20px);
}
article.photo .row .col-6 {
  width: calc(50% - 20px);
}
article.photo .row .col-4 {
  width: calc(33.333% - 20px);
}
article.photo .row .col-3 {
  width: calc(25% - 20px);
}
article.photo .row:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .wrapper.index {
    width: 90%;
  }
  .index article {
    width: 47%;
    margin: 10px 1.4%;
  }
  .index .x3,
  .index .x2 {
    width: 97%;
    margin: 10px 1.4%;
  }
}
@media screen and (min-width: 1025px) {
  .wrapper.index {
    width: 65%;
  }
}
@media screen and (min-width: 1440px) {
  .index article {
    width: 30%;
    margin: 10px 1.4%;
  }
  .index .x2 {
    width: 62%;
  }
  .index .x3 {
    width: 97%;
  }
}
@media screen and (min-width: 1800px) {
  .wrapper.index {
    width: 80%;
  }
  .index article {
    width: 22%;
    margin: 10px 1.4%;
    font-size: 16px;
  }
  .index article.x2 {
    width: 46%;
    font-size: 18px;
  }
  .index article.x3 {
    width: 71%;
    font-size: 20px;
  }
}
article h2:first-child {
  line-height: 1;
  height: 1em;
  overflow: hidden;
  white-space: nowrap;
}
main a img:hover {
  border-bottom: 5px solid #33ff99;
  transition: border 0.3s ease;
}
img {
  border: 0;
  border-bottom: 0px solid #33ff99;
  transition: border 0.3s ease;
}
ol.notes {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.9em;
}
.notes li {
  vertical-align: top;
  min-height: 1.3em;
  height: auto;
}
.notes img {
  margin-right: 5px;
  vertical-align: top;
}
article h3 {
  font-size: 1.2rem;
}
article p {
  line-height: 1.2;
  margin: 0 0 15px;
}
.quote h3 {
  font-size: 1.3em;
  line-height: 1.5;
  display: block;
  padding: 20px 30px;
  margin: 0 0 10px 0;
  background-color: #f6f6f6;
  border-left: 2px solid #33ff99;
}
.quote h3::before {
  content: "“";
  display: inline-block;
  margin-left: -0.5em;
}
.quote h3::after {
  content: "”";
  display: inline-block;
  margin-right: -0.5em;
}
.chat p {
  display: inline-block;
  max-width: 75%;
  line-height: 1em;
  margin: 0;
  vertical-align: top;
}
@keyframes loader-in {
  0% {
    opacity: 0;
    transform: translateX(50px;);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.loader {
  position: fixed;
  bottom: 0;
  display: block;
  pointer-events: none;
  padding: 10px;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  animation: loader-in 0.3s ease-in both;
}
ul.tags {
  list-style: none;
  padding: 0;
  margin: 30px 0;
  display: block;
}
ul.tags li {
  display: inline-block;
  margin: 0 4px;
  font-size: 0.8em;
}
ul.tags li:before {
  content: "#";
}
div.fullwidth {
  display: block;
  width: 100%;
  padding: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
}
.notes li {
  min-height: 1.3em;
  margin: 5px 0;
  height: auto;
}
.theme-author {
  position: fixed;
  text-transform: uppercase;
  bottom: 10px;
  right: 10px;
}
@media (max-width: 768px) {
  .theme-author {
    display: none;
  }
}

.embed-wrapper {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 66%;
  background-color: #f6f6f6;
}
.embed-wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}
.speaker {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.speaker-comment,
.answer-body blockquote,
.tailed-answer {
  background-color: #f6f6f6;
  padding: 20px 30px;
  border-left: 2px solid #33ff99;
  position: relative;
  margin-bottom: 15px;
}
.speaker-comment :last-child {
  margin-bottom: 0;
}
.answer-body,
.tailed-answer {
  margin-top: 12px;
  margin-left: 0;
}
.answer-body blockquote::before,
.tailed-answer::before {
  content: "";
  height: 10px;
  border: 10px solid;
  border-left-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
  border-top-color: transparent;
  border-right-color: transparent;
  position: absolute;
  top: -10px;
  left: 0;
}
.answer-body blockquote::after,
.tailed-answer::after {
  content: "";
  height: 10px;
  border-left: 2px solid #33ff99;
  position: absolute;
  top: -10px;
  left: -2px;
}
.link-post {
  background-color: #f6f6f6;
  border-left: 2px solid #33ff99;
  display: block;
}
.link-post p {
  margin-bottom: 0;
}
.link-post:hover {
  background-image: none;
}
.link-post h3 {
  background-image: linear-gradient(to right, #33ff99, #33ff99);
  background-repeat: repeat-x;
  background-position: 0 90%;
  background-size: 100% 0.18em;
  display: inline-block;
}
.link-post-body {
  padding: 20px 30px;
}
main :not(.notes) a.link-post img:hover {
  border: none;
}
blockquote p:last-child {
  margin-bottom: 0;
}
.single blockquote:last-of-type {
  margin-bottom: 30px;
}
.load-more {
  margin: 20px auto;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  border-radius: 0;
  font: inherit;
  font-weight: 700;
  padding: 20px 30px;
  display: block;
  background-image: linear-gradient(to right, #33ff99, #33ff99);
  background-repeat: repeat-x;
  background-position: 0 90%;
  background-size: 100% 0.18em;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
article.text blockquote > figure.tmblr-full {
  margin-bottom: 10px;
}
body div.npf_row {
  margin: 0 -5px;
}
body article div.npf_row > figure.tmblr-full {
  margin: 5px;
  padding: 0 !important;
}
figure.tmlbr-full {
  margin-bottom: 10px;
  display: block;
}
figure.tmblr-full img {
  display: block;
}
.npf_row + figure.tmblr-full {
  margin: 5px 0 10px;
}
.theme-error {
  text-align: center;
  position: fixed;
  bottom: 40px;
  width: 100%;
  left: 0;
  color: #33ff99;
  font-weight: bold;
}
