body {
  font-family: 'Lato', sans-serif;
  background: black;
  color: #555555;
  margin: 0 auto;
  -webkit-animation: bugfix infinite 1s; }

@-webkit-keyframes bugfix {
  from {
    padding: 0; }

  to {
    padding: 0; } }

a {
  text-decoration: none;
  color: #e6174b; }
  a:focus, a:active {
    outline: none; }

h1, h2 {
  font-weight: 300; }

h3 {
  font-weight: 400; }

hr {
  border-color: #555555; }

em {
  margin-right: 0.125em; }

ol, ul {
  list-style: none; }

img, video {
  max-width: 100%;
  height: auto; }

input {
  background: transparent;
  color: white;
  border: 1px solid; }

textarea {
  background: transparent;
  color: #555555;
  border: 1px solid; }

.img-cover, .hub-gallery a {
  overflow: hidden; }
  .img-cover img, .hub-gallery a img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.no-object-fit .img-cover, .no-object-fit .hub-gallery a, .hub-gallery .no-object-fit a {
  background-size: cover !important;
  background-position: center !important; }

#agegate-overlay {
  background: rgba(0, 0, 0, 0.98);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999; }

form {
  z-index: 0; }
  form#agecheck {
    text-align: center;
    min-height: 16em;
    top: 50%;
    margin: auto;
    margin-top: -12.5%; }
    form#agecheck.nojs {
      top: auto;
      margin-top: 0;
      padding: 8em 0; }

blockquote {
  font-style: italic;
  font-size: 1.5em;
  font-weight: 300;
  border-left: 0.125em solid;
  margin-left: 1em;
  padding-left: 1em; }

.notice {
  width: 100%;
  text-align: center;
  color: #a117e5; }

[class^='button-'] {
  font-size: 1em;
  font-weight: 400;
  padding: 0.5em;
  position: relative;
  top: -0.25em;
  color: white;
  border: 0;
  border-radius: 0.25em;
  outline: none;
  cursor: pointer; }
  [class^='button-']:active {
    top: 0.25em; }
    [class^='button-']:active::before {
      top: 0em; }
  [class^='button-']::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0.5em;
    border-radius: 0.25em;
    z-index: -1; }

.button-primary {
  background: #e6174b; }
  .button-primary::before {
    background: #890e2d; }

.button-secondary {
  background: #a117e5; }
  .button-secondary::before {
    background: #600e88; }

.button-ternary {
  background: #175ce5; }
  .button-ternary::before {
    background: #0e3788; }

.container {
  max-width: 1920px;
  margin: auto;
  padding: 1em 0;
  position: relative; }

body > .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  -moz-flex-flow: column;
  flex-flow: column;
  max-width: 1080px;
  margin: 0 auto;
  background: #0d0d0d;
  padding: 1em 1%;
  box-sizing: border-box;
  position: relative; }

.avatar {
  border-radius: 100%;
  border: 0.25rem solid; }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: black;
  opacity: 0.5; }

#hero-header {
  font-size: 0.75em;
  width: 100%;
  height: 240px;
  margin: auto;
  background: #000;
  color: white;
  text-shadow: 0.125rem 0.125rem black;
  position: relative;
  overflow: hidden; }
  #hero-header a {
    color: white; }
  #hero-header h1 {
    margin: 0.25em 0;
    font-weight: 700;
    font-size: 2.5em; }
  #hero-header .subtitle {
    margin: 0.25em 0;
    font-size: 1.5em; }
  #hero-header .img-cover, #hero-header .hub-gallery a, .hub-gallery #hero-header a {
    height: 100%;
    max-width: 1920px;
    margin: 0 auto; }
  #hero-header .info {
    position: absolute;
    width: 100%;
    max-width: 1920px;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 1rem;
    margin: 0 auto; }
  #hero-header .icon-play {
    font-size: 4em;
    position: absolute;
    bottom: 0.25em;
    right: 0.25em; }

#hero-box {
  position: relative;
  background: #0d0d0d; }
  #hero-box div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: wrap;
    max-width: 1920px;
    margin: 0 auto;
    width: 100%; }
    #hero-box div div:first-child article {
      max-height: 12em; }
      #hero-box div div:first-child article .score {
        bottom: 0.25em;
        left: 0.25em;
        font-size: 3em; }
  #hero-box article {
    width: 100%;
    height: 9999px;
    max-height: 128px;
    position: relative;
    overflow: hidden;
    text-shadow: 0.125rem 0.125rem black; }
  #hero-box img {
    position: absolute; }
  #hero-box a {
    color: white; }
  #hero-box h2 {
    position: relative;
    margin: 0;
    font-weight: 400; }
  #hero-box .subtitle {
    position: relative;
    font-weight: 300; }
  #hero-box .icon-play {
    position: absolute;
    top: initial;
    left: initial;
    right: 0.25em;
    bottom: 0.25em;
    font-size: 4em; }
  #hero-box .score {
    position: absolute;
    bottom: 0.25em;
    left: 0.25em;
    font-size: 1.5em;
    font-weight: 400;
    text-align: center;
    min-width: 3em; }
    #hero-box .score > i {
      position: absolute;
      color: rgba(161, 23, 229, 0.5);
      left: 0;
      width: 100%;
      bottom: -100%;
      font-size: 3em;
      text-shadow: none; }
    #hero-box .score .num {
      position: relative; }

#hero-box a:hover .overlay, #hero-header a:hover .overlay, .widget a:hover .overlay {
  opacity: 0.125; }
#hero-box a:hover img, #hero-header a:hover img, .widget a:hover img {
  transform: scale(1.05); }

.article-info {
  margin: 0; }
  .article-info .date {
    margin: 0 1em; }
  .article-info .disclaimer {
    color: #c771f1; }

.nav a {
  display: block;
  color: white; }
.nav ul {
  margin: 0;
  padding: 0; }
.nav li {
  display: inline-block;
  position: relative; }
.nav .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: box;
  display: flex;
  max-width: 1280px;
  color: white;
  margin: 0 auto;
  padding: 0 0.5em;
  position: relative; }
.nav.primary {
  background: #e6174b;
  position: relative;
  width: 100%;
  font-size: 2em;
  font-weight: 300;
  z-index: 9999; }
  .nav.primary li {
    vertical-align: middle; }
  .nav.primary #menus {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-height: 0;
    overflow: hidden;
    transition: 250ms; }
    .nav.primary #menus ul ul {
      padding-left: 0.5em; }
    .nav.primary #menus li {
      width: 100%; }

.lines {
  position: relative;
  vertical-align: middle;
  top: -0.125em;
  display: inline-block;
  width: 100%;
  height: 0.125em;
  transition: 250ms;
  background: white; }
  .lines::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.375em;
    display: inline-block;
    width: 100%;
    height: 0.125em;
    transition: 250ms;
    background: white; }
  .lines::after {
    content: '';
    position: absolute;
    left: 0;
    top: -0.375em;
    display: inline-block;
    width: 100%;
    height: 0.125em;
    transition: 250ms;
    background: white; }

#menu-mobile-but {
  cursor: pointer;
  height: 1.25em;
  width: 1.25em;
  padding: 0.25rem; }

#menu-toggle {
  display: none; }
  #menu-toggle:checked ~ #menu-mobile-but .lines {
    background: transparent; }
    #menu-toggle:checked ~ #menu-mobile-but .lines::before {
      top: 0;
      transform: rotate(45deg); }
    #menu-toggle:checked ~ #menu-mobile-but .lines::after {
      top: 0;
      transform: rotate(-45deg); }
  #menu-toggle:checked ~ #menus {
    max-height: 9999px; }

/* input#search{
	color: $HeaderText;
	border: 1px solid;
} */
#search-toggle {
  display: none; }
  #search-toggle ~ ul {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    padding: 0.5rem;
    background: #b8123c; }
  #search-toggle:checked ~ ul {
    display: block; }

#search-but {
  cursor: pointer; }

.streaming {
  position: absolute;
  display: inline-block;
  height: 0.5em;
  width: 0.5em;
  right: 0;
  top: 0.5em;
  background: red;
  border-radius: 100%;
  animation: livestream 2s infinite alternate; }

@keyframes livestream {
  from {
    opacity: 0.25; }

  to {
    opacity: 1; } }

#user-menu {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  min-width: 4em;
  background: #b8123c;
  padding: 0.5em;
  text-align: center; }
  #user-menu.logged-in {
    text-align: left; }
  #user-menu li {
    display: block; }
    #user-menu li:hover a {
      color: #555555; }
  #user-menu input[type="radio"] {
    display: none; }
  #user-menu button {
    font-size: 0.75em; }
  #user-menu form {
    display: none;
    position: relative;
    z-index: 0; }
    #user-menu form > * {
      margin-top: 0.5em; }
    #user-menu form label, #user-menu form span {
      display: block;
      font-size: 0.75em; }
  #user-menu [id^="tab"]:checked ~ form {
    display: block; }
  #user-menu #tabs {
    margin-bottom: 0.25em;
    display: block; }
    #user-menu #tabs * {
      display: inline-block; }
    #user-menu #tabs label {
      margin-right: 0.5em;
      cursor: pointer; }

#user-toggle {
  display: none; }

#user-toggle:checked ~ #user-menu {
  display: block; }

#user-menu-but {
  cursor: pointer; }

#social-but {
  padding: 0;
  margin: 0;
  font-size: 2em; }
  #social-but li {
    display: inline-block;
    width: 1em;
    margin-left: -0.25em;
    padding: 0 0.125em;
    vertical-align: middle; }
    #social-but li a {
      position: relative;
      display: block; }

.main.head {
  position: relative;
  background: #0d0d0d;
  color: white; }
  .main.head a {
    color: white; }
  .main.head h1 {
    margin: 0;
    padding: 0.5em 0; }
  .main.head .container {
    padding: 0;
    text-align: center; }
    .main.head .container:first-child {
      padding: 0.5em;
      max-width: 1280px; }
    .main.head .container #logo-stuff {
      font-size: 4em;
      position: relative;
      line-height: 1rem; }
      .main.head .container #logo-stuff img {
        height: 1em; }
      .main.head .container #logo-stuff .subtitle {
        font-size: 1rem;
        line-height: 1em;
        position: relative; }
      .main.head .container #logo-stuff > * {
        line-height: 0;
        display: inline-block;
        vertical-align: middle; }
.main.content, .main.sidebar {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 100%;
  position: relative; }
.main.sidebar ul {
  padding-left: 1em; }
.main.sidebar > ul {
  margin: 0;
  padding: 0; }
  .main.sidebar > ul > li {
    margin-bottom: 1em; }

[class^='embed-'] {
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  position: relative; }
  [class^='embed-'] iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0; }

.widget.overview .img-cover, .widget.overview .hub-gallery a, .hub-gallery .widget.overview a {
  height: auto; }
  .widget.overview .img-cover img, .widget.overview .hub-gallery a img, .hub-gallery .widget.overview a img {
    position: absolute;
    top: 0;
    left: 0; }
.widget.overview .overlay {
  opacity: 0.75; }
.widget.overview .details {
  position: relative;
  margin: 1em;
  color: white; }
  .widget.overview .details .criterion {
    margin-right: 0.5em; }
.widget.header {
  margin-bottom: 0.5em;
  border-bottom: 1px solid #e6174b; }
.widget h2 {
  margin: 0; }
.widget article {
  height: 8em;
  overflow: hidden;
  position: relative;
  text-shadow: 0.125rem 0.125rem black; }
  .widget article:first-child {
    height: 12em; }
  .widget article .title {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.25em;
    margin: 0.25rem;
    color: white; }
  .widget article .rating {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0.25rem;
    color: #a117e5; }

.sidebar.footer, .sidebar.posts {
  position: relative;
  padding-top: 2em;
  margin: auto; }
  .sidebar.footer article, .sidebar.posts article {
    height: 12em; }
  .sidebar.footer ul, .sidebar.posts ul {
    position: relative;
    padding-left: 0.5em; }
  .sidebar.footer > ul, .sidebar.posts > ul {
    padding: 0;
    margin: 0; }
  .sidebar.footer .widget.body, .sidebar.posts .widget.body {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: box;
    display: flex; }
    .sidebar.footer .widget.body article, .sidebar.posts .widget.body article {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
.sidebar.footer {
  max-width: 1920px;
  padding: 1em;
  box-sizing: border-box;
  background: #0d0d0d; }
.sidebar.posts > ul li {
  padding: 0 0.25em; }
.sidebar.posts.above {
  padding-top: 0;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid; }
.sidebar.posts.below {
  padding-top: 1em;
  margin-top: 1em; }

.entry:not(.body) * {
  margin: 0 0 0.5em; }
.entry:not(.body) ul {
  padding: 0; }
  .entry:not(.body) ul li {
    display: inline-block;
    margin: 0; }
.entry:not(.body) .title {
  color: white; }

.single .entry.body h1 {
  font-size: 2.5em; }
.single .entry.body h2 {
  font-size: 2em; }
.single .entry.body h3 {
  font-size: 1.5em; }
.single .entry.body h4 {
  font-size: 1em; }
.single .entry.body h5 {
  font-size: 0.5em; }
.single .entry.body h6 {
  font-size: 0em; }

article.post, article.page {
  margin-bottom: 0.5em;
  position: relative; }
  article.post.list *, article.page.list * {
    margin: 0; }

ul.directory {
  padding: 0;
  margin: 0.25em;
  max-width: 100%; }
  ul.directory li {
    display: inline-block;
    margin: 0.25em; }
  ul.directory.type {
    border-bottom: 1px solid; }
  ul.directory.list {
    -webkit-columns: 8 8em;
    -moz-columns: 8 8em;
    columns: 8 8em; }
    ul.directory.list li {
      display: list-item;
      margin: 0.5em; }

hr.article-sep {
  max-width: 90%;
  margin: 1em auto; }

.post-nav, .page-links {
  font-size: 1.25em; }

#comic-nav {
  margin: 0;
  padding: 0;
  font-size: 3em;
  text-align: center; }
  #comic-nav .single {
    font-size: 1.5em; }
  #comic-nav li {
    display: inline-block;
    vertical-align: middle; }

.thumbnail {
  position: relative;
  font-size: 20rem;
  line-height: 1rem;
  width: 1em;
  height: 0.5625em; }
  .thumbnail .rating {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 1.25rem;
    font-weight: 400;
    color: #a117e5;
    text-shadow: 0.125rem 0.125rem black; }

#rating {
  position: relative;
  margin: 2em 0;
  padding: 1em; }
  #rating img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.0625; }

#breakdown {
  table-layout: fixed;
  width: 100%;
  margin-bottom: 1em; }
  #breakdown td {
    width: 50%;
    padding: 0.25em;
    vertical-align: top; }
  #breakdown tr:first-child {
    font-size: 2em;
    color: #e6174b; }

#score {
  margin-bottom: 1rem;
  font-size: 1.25em;
  display: inline-table;
  vertical-align: top;
  width: 100%; }
  #score td {
    padding: 0 0.25em 1em;
    color: white; }
    #score td:first-child {
      text-align: right;
      color: #e6174b; }

#overall-rating {
  width: 256px;
  height: 256px;
  display: inline-block;
  position: relative;
  left: 50%;
  margin-left: -128px; }

#score-ring {
  width: 100%;
  height: 100%;
  position: absolute;
  clip: rect(0, 256px, 256px, 128px); }

.ring-half {
  width: 100%;
  height: 100%;
  position: absolute;
  border: 16px solid #e6174b;
  border-radius: 50%;
  box-sizing: border-box;
  clip: rect(0, 128px, 256px, 0); }

.score-num {
  font-weight: 400;
  color: white;
  text-align: center;
  position: relative;
  bottom: 2em; }
  .score-num > i {
    position: relative;
    font-size: 10em;
    top: 0.5em;
    color: rgba(230, 23, 75, 0.25); }
  .score-num .num {
    position: relative;
    font-size: 2em;
    bottom: 0.5em; }

#bottom-line {
  display: inline-block; }
  #bottom-line .title {
    font-weight: 400;
    color: #e6174b;
    margin: 0.25em 0; }

#details {
  position: relative;
  overflow: hidden;
  padding: 1em; }
  #details h1, #details h2 {
    color: white;
    margin: 0;
    border-bottom: 1px solid #e6174b; }
  #details p {
    font-size: 1.125em;
    width: 100%;
    position: relative; }
  #details .criterion {
    margin-right: 0.5em; }
  #details img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.0625; }
  #details .background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #a117e5;
    opacity: 0.0625; }

.share-buttons {
  padding: 0;
  margin: 0;
  font-size: 1.5em; }
  .share-buttons li {
    display: inline-block;
    margin-left: -4px;
    margin-right: 0.5em; }
    .share-buttons li a {
      display: inline-block;
      vertical-align: middle; }
    .share-buttons li .number {
      font-size: 1rem;
      color: #a117e5; }

.read-more {
  font-size: 0.75em; }

#author-info {
  padding: 1em;
  border-width: 1px 0;
  border-style: solid;
  border-color: #a117e5; }
  #author-info > * {
    display: inline-block;
    vertical-align: top; }
  #author-info #social {
    font-size: 2em; }

.main.foot {
  text-align: center;
  position: relative;
  background: #e6174b;
  color: white; }
  .main.foot a {
    color: white; }
  .main.foot p {
    margin: 0;
    padding: 0.25em 0; }
  .main.foot .nav {
    display: inline-block; }
    .main.foot .nav > ul > li > a {
      font-weight: bold; }
    .main.foot .nav > ul > li > ul {
      margin-left: 0; }

#categories-tags, .tags {
  padding-top: 0.5em;
  font-size: 1.125em; }
  #categories-tags *, .tags * {
    display: inline-block; }
  #categories-tags div, .tags div {
    margin: 0; }
  #categories-tags a, .tags a {
    color: #a117e5; }
  #categories-tags ul, .tags ul {
    padding: 0; }
    #categories-tags ul ul, .tags ul ul {
      display: none;
      position: absolute;
      padding: 0.5em;
      top: -0.5em;
      left: 100%;
      width: 10em;
      z-index: 999;
      background: #0d0d0d; }
    #categories-tags ul li, .tags ul li {
      margin-right: 0.5em !important;
      position: relative; }
      #categories-tags ul li:hover ul, .tags ul li:hover ul {
        display: block; }

.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left;
  margin-right: 1em; }

.alignright {
  float: right;
  margin-left: 1em; }

.gallery {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: wrap; }
  .gallery .gallery-item {
    flex: 1;
    margin: 0 0.25em; }

.gallery-columns-1 .gallery-item {
  min-width: 100%;
  margin: 0;
  text-align: center; }

.gallery-columns-2 .gallery-item {
  min-width: 50%;
  margin: 0;
  text-align: center; }

.gallery-columns-3 .gallery-item {
  min-width: 33.33333%;
  margin: 0;
  text-align: center; }

.gallery-columns-4 .gallery-item {
  min-width: 25%;
  margin: 0;
  text-align: center; }

.gallery-columns-5 .gallery-item {
  min-width: 20%;
  margin: 0;
  text-align: center; }

.gallery-columns-6 .gallery-item {
  min-width: 16.66667%;
  margin: 0;
  text-align: center; }

.gallery-columns-7 .gallery-item {
  min-width: 14.28571%;
  margin: 0;
  text-align: center; }

.gallery-columns-8 .gallery-item {
  min-width: 12.5%;
  margin: 0;
  text-align: center; }

.gallery-columns-9 .gallery-item {
  min-width: 11.11111%;
  margin: 0;
  text-align: center; }

.hub-gallery {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: box;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  .hub-gallery a {
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    height: 12em;
    position: relative; }
  .hub-gallery .icon-play {
    position: absolute;
    font-size: 4em;
    top: 50%;
    left: 50%;
    margin-left: -0.5em;
    margin-top: -0.5em;
    color: white; }

.noposts {
  text-align: center;
  font-size: 1em;
  height: 15rem; }
  .noposts p {
    position: relative;
    top: 50%;
    margin-top: -0.5em; }

#hub-tabs {
  font-size: 1.125em;
  position: relative;
  background: #0d0d0d; }
  #hub-tabs ul {
    max-width: 1920px;
    padding: 0;
    margin: 0 auto;
    border-bottom: 0.25em solid #e6174b; }
    #hub-tabs ul li {
      display: inline-block;
      margin-left: -0.25em;
      border-right: solid 1px #a117e5;
      padding: 0.5em; }
      #hub-tabs ul li:first-child {
        margin: 0; }
      #hub-tabs ul li:last-child {
        border: 0; }
    #hub-tabs ul .current-tab {
      background: #e6174b; }
      #hub-tabs ul .current-tab a {
        color: white; }

#header-sep {
  position: relative;
  background: #0d0d0d;
  width: 100%;
  height: 0.5em; }
  #header-sep span {
    width: 100%;
    height: 100%;
    margin: auto;
    display: block;
    max-width: 1920px;
    background: #e6174b; }

#dsq-combo-widget.grey #dsq-combo-content .dsq-combo-box,
#dsq-combo-widget.grey #dsq-combo-tabs li.dsq-active {
  background: black !important; }

#dsq-combo-widget.grey #dsq-combo-tabs li {
  background: none !important; }

.container.stream {
  max-width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: box;
  display: flex; }

#primary, #fapchat {
  position: relative;
  transition: 500ms;
  min-width: 1em;
  max-width: 100%; }
  #primary.closed, #fapchat.closed {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
    min-width: 0;
    max-width: 0; }

#primary {
  -webkit-box-flex: 3;
  -moz-box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
  min-height: 25em; }
  #primary.fapchat #fap-wrp {
    height: 40em; }

#fapchat {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.stream #fap-wrp {
  position: absolute; }

.background-spot {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  overflow: hidden; }
  .background-spot .a1 {
    display: initial; }
  .background-spot .a2 {
    display: none; }
  .background-spot .spot-note {
    display: none; }

.spot-note {
  position: absolute;
  font-size: 0.75rem;
  padding: 0.125rem;
  left: 0;
  bottom: 0;
  opacity: 0.75;
  background: #0d0d0d; }

#header-spots {
  padding-bottom: 0.5em; }

.header-spot {
  position: relative;
  overflow: hidden;
  margin: 0 auto; }
  .header-spot img {
    width: 100%;
    height: auto; }
  .header-spot .a1 {
    display: initial; }
  .header-spot .a2 {
    display: none; }

.footer-spot {
  position: relative;
  width: 100%;
  text-align: center; }

#sub-footer-spots-container {
  background: #890e2d; }

#sub-footer-spots {
  text-align: center; }

.sub-footer-spot {
  position: relative;
  display: inline-block;
  margin: 0.5em 0; }
  .sub-footer-spot img {
    height: 16em; }

.widget-spot {
  text-align: center;
  position: relative; }
  .widget-spot a:hover img {
    transform: initial; }
  .widget-spot .spot-note {
    left: 50%;
    transform: translateX(-50%); }

.spot-meta {
  text-shadow: 0.125rem 0.125rem black; }
  .spot-meta:hover {
    text-shadow: 0.25rem 0.25rem #175ce5; }

@-webkit-keyframes rainbow {
  0% {
    color: #ff0000; }

  10% {
    color: #ff8000; }

  20% {
    color: #ffff00; }

  30% {
    color: #80ff00; }

  40% {
    color: #00ff00; }

  50% {
    color: #00ff80; }

  60% {
    color: #00ffff; }

  70% {
    color: #0080ff; }

  80% {
    color: #0000ff; }

  90% {
    color: #8000ff; }

  100% {
    color: #ff0080; } }

@-ms-keyframes rainbow {
  0% {
    color: #ff0000; }

  10% {
    color: #ff8000; }

  20% {
    color: #ffff00; }

  30% {
    color: #80ff00; }

  40% {
    color: #00ff00; }

  50% {
    color: #00ff80; }

  60% {
    color: #00ffff; }

  70% {
    color: #0080ff; }

  80% {
    color: #0000ff; }

  90% {
    color: #8000ff; }

  100% {
    color: #ff0080; } }

@-o-keyframes rainbow {
  0% {
    color: #ff0000; }

  10% {
    color: #ff8000; }

  20% {
    color: #ffff00; }

  30% {
    color: #80ff00; }

  40% {
    color: #00ff00; }

  50% {
    color: #00ff80; }

  60% {
    color: #00ffff; }

  70% {
    color: #0080ff; }

  80% {
    color: #0000ff; }

  90% {
    color: #8000ff; }

  100% {
    color: #ff0080; } }

@keyframes rainbow {
  0% {
    color: #ff0000; }

  10% {
    color: #ff8000; }

  20% {
    color: #ffff00; }

  30% {
    color: #80ff00; }

  40% {
    color: #00ff00; }

  50% {
    color: #00ff80; }

  60% {
    color: #00ffff; }

  70% {
    color: #0080ff; }

  80% {
    color: #0000ff; }

  90% {
    color: #8000ff; }

  100% {
    color: #ff0080; } }

@media screen and (min-width: 720px) {
  #hero-header {
    font-size: 1em;
    height: 480px; }
    #hero-header h1 {
      margin: 0.5em 0; }
    #hero-header .subtitle {
      margin: 0.5em 0; }
    #hero-header .info {
      bottom: 5rem; }
      #hero-header .info .avatar {
        width: inherit; }
    #hero-header .icon-play {
      position: relative;
      right: auto; }

  #hero-box {
    height: 480px;
    font-size: 1.25em; }
    #hero-box .icon-play {
      left: 50%;
      top: 50%;
      margin-top: -0.5em;
      margin-left: -0.5em;
      bottom: initial;
      right: initial; }
    #hero-box div {
      height: 100%; }
      #hero-box div div {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1; }
        #hero-box div div.single {
          -webkit-box-flex: initial;
          -moz-box-flex: initial;
          -webkit-flex: initial;
          -ms-flex: initial;
          flex: initial; }
        #hero-box div div:first-child article {
          max-height: 100%; }
    #hero-box article {
      height: auto;
      max-height: 100%; }

  .main.head .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: box;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    .main.head .container #logo-stuff {
      font-size: 3em;
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      text-align: left; }
      .main.head .container #logo-stuff .subtitle {
        margin: 0; }

  article.post.list, article.page.list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: box;
    display: flex; }
    article.post.list.small .body, article.page.list.small .body {
      margin-left: 0.5em;
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }

  .sidebar.footer > ul, .sidebar.posts > ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: box;
    display: flex; }
    .sidebar.footer > ul li, .sidebar.posts > ul li {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }

  #social-but {
    margin: 0; }

  #score {
    width: 50%;
    padding-right: 5%;
    box-sizing: border-box; }

  #overall-rating {
    left: 0;
    margin: 0; }

  #author-info > * {
    max-width: 85%; }

  #header-spots {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: box;
    display: flex; }

  .header-spot {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .header-spot .a1 {
      display: none; }
    .header-spot .a2 {
      display: initial; }

  #sub-footer-spots {
    width: 1280px;
    display: flex;
    justify-content: space-around; } }
@media screen and (min-width: 1024px) {
  #hero-box {
    height: 480px;
    overflow: hidden; }
    #hero-box article {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      min-width: 50%; }

  body > .container {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap; }
    body > .container::before {
      content: '';
      width: 99.9%;
      height: 100%;
      position: absolute;
      top: 0;
      left: -0.9375em;
      border: 1em solid #0d0d0d;
      border-top: 0;
      border-bottom: 0;
      opacity: 0.5; }

  .nav li {
    padding: 0.5rem;
    margin-left: -0.25rem; }
  .nav.primary {
    font-size: 1.5em;
    line-height: 1em;
    transition: 250ms;
    position: fixed; }
    .nav.primary #menus {
      max-height: none;
      overflow: visible; }
      .nav.primary #menus li {
        width: auto; }
        .nav.primary #menus li:hover, .nav.primary #menus li.current-menu-item, .nav.primary #menus li.current-menu-parent, .nav.primary #menus li.current-menu-ancestor {
          background: #b8123c; }
      .nav.primary #menus ul ul {
        white-space: nowrap;
        background: #e6174b;
        position: absolute;
        display: none;
        padding: 0;
        left: 0;
        top: 100%; }
        .nav.primary #menus ul ul ul {
          top: 0;
          left: 100%; }
        .nav.primary #menus ul ul li {
          display: block;
          margin: 0; }
      .nav.primary #menus ul li:hover > ul {
        display: block; }
  .nav.tuck {
    transform: translate(0, -2.25em); }
  .nav #menu-mobile-but {
    display: none; }

  .main.head {
    padding-top: 3em; }
  .main.content {
    min-width: 75%;
    padding-right: 0.5em;
    box-sizing: border-box; }
  .main.sidebar {
    min-width: 25%;
    padding-left: 0.5em;
    border-left: 1px solid;
    box-sizing: border-box; }

  .space-between {
    width: 100%;
    height: 2em; }

  .footer.sidebar::before {
    content: '';
    width: 100%;
    height: 99.9%;
    position: absolute;
    top: -0.9375em;
    left: 0;
    border-top: 1em solid #0d0d0d;
    opacity: 0.5; } }
@media screen and (min-width: 1600px) {
  .background-spot .a1 {
    display: none; }
  .background-spot .a2 {
    display: initial; } }
