<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * Theme Name: EmuVR
 * Theme URI: http://emuvr.net
 * Description: EmuVR WordPress Theme
 * Version: 1.0.0
 * Author: NeoZero (@emuvr)
 * Author URI: http://emuvr.net
 * Tags: Blank, HTML5, CSS3
 *
 * License: MIT
 * License URI: http://opensource.org/licenses/mit-license.php
 */

/* EmuVR Fonts */
@import url(//fonts.googleapis.com/css?family=Permanent+Marker);
@import url(//fonts.googleapis.com/css?family=Text+Me+One);
 
/**
 * partials/reset
 * ---
 * Reset file
 * NOTE: also `normalize.css` is used
 */
html {
  -webkit-tap-highlight-color: transparent;
}

input[type="text"],
input[type="search"] {
  font-size: inherit;
  line-height: inherit;
}

/**
 * partials/wordpress
 * ---
 * Wordpess core classes
 */
/**
 * Alignment
 */
.alignnone {
  margin: 5px 15px 15px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
  margin: 5px 0 15px 15px;
}

.alignleft {
  float: left;
  margin: 5px 15px 15px 0;
}

/**
 * Gallery &amp; images
 */
.wp-caption {
  background: white;
  border: thin solid #F0F0F0;
  max-width: 95%;
  padding: 5px 5px;
  text-align: center;
}
.wp-caption img {
  width: auto;
  max-width: 98.5%;
  height: auto;
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  margin: 0;
  padding: 0 5px 5px;
  font-size: 140%;
  line-height: 1.5;
}

/**
 * partials/utils
 * ---
 * Utils classes
 */
.clear:before, .clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}

.reset-box {
  padding: 0;
  margin: 0;
}

/**
 * partial/header
 * ---
 */
/**
 * partials/nav
 * ---
 * Menus
 */
/**
 * partials/sidebar
 * ---
 */
/**
 * partials/footer
 * ---
 */
/**
 * partials/print
 * ---
 * Print version
 * (from https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css)
 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}


/************************* EmuVR ************************/

html {
  position: relative;
  min-height: 100%;
}

html * {
  max-height: 1000000px;
}

body {
  font: 100% Arial,Helvetica,sans-serif;
  background-color: #0F0708;
  margin: 0;
}
/*
.bg-wrap {
  //z-index: -1;
}

.vhs-tear-wrap {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: -1;
}

.vhs-tear {
  background: url("images/vhs-tear.png");
  height: 1800%;
  width: 100%;
  background-size: 100% 100%;
  
  //transform: translateY(calc(-100% / 18 * 0));
  //animation: vhs 1s steps(17) infinite;
}

@keyframes vhs {
  from { transform: translateY(0%); }
  to { transform: translateY(-94.4444444%); }
}
*/
.space-wrap {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: -1;
}

.space {
  background: url("images/space.jpg");
  width: 100%;
  height: 2300px;
  
  -webkit-transition: ease 2s opacity;
          transition: ease 2s opacity;
}

.space-grid-wrap {
  width: 1300px;
  height: 400%;
  position: fixed;
  top: -150%;
  left: -15px;
  z-index: -1;
  
  -webkit-transition: left 2s ease, right 2s ease, ease 2s opacity;
  
          transition: left 2s ease, right 2s ease, ease 2s opacity;
  
  -webkit-transform: perspective(55px) rotateY(5deg) translateY(0px);
  
          transform: perspective(55px) rotateY(5deg) translateY(0px);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  
  -webkit-animation: backgroundScrollLeft 3.5s linear infinite;
  
          animation: backgroundScrollLeft 3.5s linear infinite;
}

.no-csstransforms.no-csstransforms3d .space-grid-wrap {
  display: none;
}

/*.js .space-grid-wrap.preload {
    opacity: 0;
    filter: alpha(opacity=0);
}*/

.space-grid-wrap.space-right {
  left: auto;
  top: -150%;
  right: -15px;
  
  -webkit-transform: perspective(55px) rotateY(-5deg) translateY(0px);
  
          transform: perspective(55px) rotateY(-5deg) translateY(0px);
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
  
  -webkit-animation: backgroundScrollRight 3.5s linear infinite;
  
          animation: backgroundScrollRight 3.5s linear infinite;
}

.space-grid {
  color: #fff;
  background: url("images/space_grid_left.png") repeat-y;
  width: 100%;
  height: 100%;
}

.space-grid.space-right {
  -webkit-transform:scaleX(-1);
      -ms-transform:scaleX(-1);
          transform:scaleX(-1);
}

/* Grid animation */

@-webkit-keyframes backgroundScrollLeft {
  from { -webkit-transform: perspective(55px) rotateY(5deg) translateY(0px); transform: perspective(55px) rotateY(5deg) translateY(0px); }
  to { -webkit-transform: perspective(55px) rotateY(5deg) translateY(54px); transform: perspective(55px) rotateY(5deg) translateY(54px); }
}

@keyframes backgroundScrollLeft {
  from { -webkit-transform: perspective(55px) rotateY(5deg) translateY(0px); transform: perspective(55px) rotateY(5deg) translateY(0px); }
  to { -webkit-transform: perspective(55px) rotateY(5deg) translateY(54px); transform: perspective(55px) rotateY(5deg) translateY(54px); }
}

@-webkit-keyframes backgroundScrollRight {
  from { -webkit-transform: perspective(55px) rotateY(-5deg) translateY(0px); transform: perspective(55px) rotateY(-5deg) translateY(0px); }
  to { -webkit-transform: perspective(55px) rotateY(-5deg) translateY(54px); transform: perspective(55px) rotateY(-5deg) translateY(54px); }
}

@keyframes backgroundScrollRight {
  from { -webkit-transform: perspective(55px) rotateY(-5deg) translateY(0px); transform: perspective(55px) rotateY(-5deg) translateY(0px); }
  to { -webkit-transform: perspective(55px) rotateY(-5deg) translateY(54px); transform: perspective(55px) rotateY(-5deg) translateY(54px); }
}

/* END Grid animation */

.header-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  height: 95px;
  
  z-index: 10;
  
  -webkit-transform-origin: top center;
  
      -ms-transform-origin: top center;
  
          transform-origin: top center;
  
  -webkit-transition: ease 0.5s -webkit-transform, ease 0.5s left, ease 0.5s right, ease 0.5s font-size;
  
          transition: ease 0.5s transform, ease 0.5s left, ease 0.5s right, ease 0.5s font-size;
}

.header:before {
  content: "";
  background: url("images/vhs-left.png");
  
  width: 195px;
  height: 100%;
  left: -195px;
  margin: auto;
  position: absolute;
}

.header:after {
  content: "";
  background: url("images/vhs-right.png");
  
  width: 110px;
  height: 100%;
  right: -110px;
  margin: auto;
  position: absolute;
}

.header {
  background: url("images/vhs-middle.png") no-repeat;
  background-size: 100% 100%;
  
  font-family: 'Permanent Marker', cursive;
  text-align: center;
  vertical-align: middle;
  line-height: 72px;
  color: #2C2C2C;
  
  font-size: 2.15em;
  white-space: nowrap;
  
  position: fixed;
  min-width: 300px;
  max-width: 600px;
  height: 95px;
  top: 0;
  left: 195px;
  right: 110px;
  margin: auto;
  z-index: 10;
  
  -webkit-animation: vhsIntro 4s linear 1;
  
          animation: vhsIntro 4s linear 1;
  
  -webkit-transition: ease 0.5s opacity;
  
          transition: ease 0.5s opacity;
}

.single-spacer {
  height: 100px;
}

/*.js .header.preload {
    -webkit-animation: initial;
            animation: initial;
    opacity: 0;
    filter: alpha(opacity=0);
}*/

.js .preload {
  -webkit-animation: initial;
          animation: initial;
  opacity: 0;
  filter: alpha(opacity=0);
}

.header li {
  list-style: none;
  display: inline;
}

.header li:not(:first-child):before {
  content: "/";
  left: -10px;
  position: relative;
  padding-left: 10px;
}

.header a {
  color: #2C2C2C;
  text-decoration: none;
  -webkit-transition: color 1s;
          transition: color 1s;
}

.header a:hover {
  color: #800000;
  text-decoration: none;
  -webkit-transition: color 0.3s;
          transition: color 0.3s;
}

/* Header intro animation */

@-webkit-keyframes vhsIntro {
  0% { -webkit-transform: scale(0.9) translateY(-88%); transform: scale(0.9) translateY(-88%); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; }
  30% { -webkit-transform: scale(0.9) translateY(-5%); transform: scale(0.9) translateY(-5%); }
  32% { -webkit-transform: scale(0.9) translateY(-10%); transform: scale(0.9) translateY(-10%); }
  34% { -webkit-transform: scale(0.9) translateY(-5%); transform: scale(0.9) translateY(-5%); }
  50% { -webkit-transform: scale(0.9) translateY(-5%); transform: scale(0.9) translateY(-5%); }
  85% { -webkit-transform: scale(1) translateY(-5%); transform: scale(1) translateY(-5%); }
  87% { -webkit-transform: scale(1) translateY(0); transform: scale(1) translateY(0); }
  89% { -webkit-transform: scale(1) translateY(-2.5%); transform: scale(1) translateY(-2.5%); }
  91% { -webkit-transform: scale(1) translateY(0); transform: scale(1) translateY(0); }
}

@keyframes vhsIntro {
  0% { -webkit-transform: scale(0.9) translateY(-88%); transform: scale(0.9) translateY(-88%); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; }
  30% { -webkit-transform: scale(0.9) translateY(-5%); transform: scale(0.9) translateY(-5%); }
  32% { -webkit-transform: scale(0.9) translateY(-10%); transform: scale(0.9) translateY(-10%); }
  34% { -webkit-transform: scale(0.9) translateY(-5%); transform: scale(0.9) translateY(-5%); }
  50% { -webkit-transform: scale(0.9) translateY(-5%); transform: scale(0.9) translateY(-5%); }
  85% { -webkit-transform: scale(1) translateY(-5%); transform: scale(1) translateY(-5%); }
  87% { -webkit-transform: scale(1) translateY(0); transform: scale(1) translateY(0); }
  89% { -webkit-transform: scale(1) translateY(-2.5%); transform: scale(1) translateY(-2.5%); }
  91% { -webkit-transform: scale(1) translateY(0); transform: scale(1) translateY(0); }
}

/* END Header intro animation */

.neon {
  background-color: rgba(0, 0, 0, 0.5);
  color: #CCEAF7;
  
  font: 1em Arial, Helvetica, sans-serif;
  text-shadow: 0 0 5px #0A78E3, 0 0 5px #0A78E3;
  
  border: 4px solid #ffffff;
  border-radius: 10px;
  
  box-shadow: 0 0 20px 5px #FF66FF, 0 0 20px 5px #FF66FF inset;
  
  padding: 24px;
}

.neon a:not(.donate-button) {
  color: #FFF;
  text-shadow: 0 0 5px #FFF;
  -webkit-transition: 0.25s ease;
          transition: 0.25s ease;
}

.neon a:not(.donate-button):hover {
  text-shadow: 0 0 10px #FFF, 0 0 10px #FFF;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  .neon {
    text-shadow: 0 0 10px #0A78E3, 0 0 10px #0A78E3;
  }
  
  .neon a:not(.donate-button) {
    text-shadow: 0 0 10px #FFF;
  }
}

.about {
  margin-bottom: 40px;
}

.about .logo-medium {
  margin: auto;
  max-width: 30em;
  max-height: 18.12em;
  padding-top: 4em;
  width: 100%;
  
  -webkit-transition: ease 2s opacity;
          transition: ease 2s opacity;
}

.about .yt-wrapper,
.about .video-wrapper {
    margin: 15px auto;
    max-width: 620px;
    width: 100%;
}

.about .yt-container:after,
.about .video-container:after {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    width: 100%;
    height: 100%;
    
    border: 3px solid #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 20px 5px #0A78E3, 0 0 20px 0px #0A78E3 inset;
    pointer-events: none;
}

.about .yt-container {
  padding-bottom: 62.5%;
  position: relative;
}

.about .yt-container iframe {
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.about .video-container {
  position: relative;
}

.about video {
  width: 100%;
}

.about .neon {
  margin: 0 15px;
  
  text-align: initial;
  vertical-align: middle;
  
  border: 3px solid #ffffff;
  box-shadow: 0 0 20px 3px #FF66FF, 0 0 20px 3px #FF66FF inset;
}

.about .neon a {
  word-break: break-word;
}

.about li {
  /*list-style:none;*/
  margin-bottom: 0.5em;
}
/*
.about li:before {
  content: '\f18e';
  font-family: FontAwesome;
  font-size: 0.7em;
  display: inline-block;
  
  position: relative;
  margin-left: -1.5em;
  width: 1.5em;
  bottom: 0.3em;
}*/

.about ul ul li {
  left: -1em;
  position: relative;
}

.about .flex-list {
  list-style:none;
  padding: 0;
  
  display: -webkit-box;
  
  display: -webkit-flex;
  
  display: -ms-flexbox;
  
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about .flex-list li:before {
  content: '|';
  font-size: 0.7em;
  
  position: relative;
  bottom: 0.2em;
  margin-left: -0.3em;
  width: 0.3em;
}

.about .flex-list li {
  margin: 1px;
  width: 30%;
  color: #A9FFB3;
}

.system-list {
  list-style: none;
  height: 14.7em;
  overflow-y: scroll;
  margin-bottom: 1em;
  padding-left: 2em;
  color: #A9FFB3;
}
.system-list li {
  width: 10em;
  display: inline-block;
  margin-right: 0.7em;
  vertical-align: middle;
}

.about .row {
  margin: 25px -15px;
  
  display: -webkit-box;
  
  display: -webkit-flex;
  
  display: -ms-flexbox;
  
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about .row .column-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/*.about .row:after {
  content: "";
  display: table;
  clear: both;
}

.about .row .neon:nth-child(1) {
  float: left;
  width: 43%;
}

.about .row .neon:nth-child(2) {
  margin-left: 52%;
}*/

.page-wrap {
  width: calc(35% - -330px);
  max-width: 1000px;
  margin: auto;
  font-size: 1em;
  
  display: table;
  
  /*border: 3px solid #f00;
  position: relative;
  right: 3px;*/
}

.sidebar {
  position: static;
  width: 25%;
  top: 100px;
  float: left;
}

.sidebar .logo-small {
  margin: -6% -6% 6%;
  width: 112%;
}

.sidebar .neon,
.follow-us {
  font-family: 'Text Me One', sans-serif;
  font-size: 1.13em;
  font-weight: bold;
  min-height: 40px;
  margin-bottom: 40px;
  clear: both;
}

.about + div .follow-us {
  margin: 0 !important;
}

.neon h1, .recent-updates {
  font-family: 'Text Me One', sans-serif;
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  margin: 0px;
  color: #FBC6A2;
  text-shadow: 0 0 8px #F78E48, 0 0 8px #F78E48;
}

.recent-updates {
  font-size: 3em;
  margin: 10px auto 20px;
}

.show-mobile {
  display: none !important;
}

.sidebar a,
.follow-us a {
  color: #CCEAF7;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: 0.5s ease;
          transition: 0.5s ease;
}

@-moz-document url-prefix() {
  .follow-us [class^="icz-"]:before, .follow-us [class*=" icz-"]:before {
    display: block;
    margin: 0 0 -1.2em;
  }
}

.follow-us .icz-patreon-squared {
  margin: 0 !important;
}

.sidebar a:hover,
.follow-us a:hover {
  color: #ffffff;
  text-shadow: 0 0 15px #ffffff, 0 0 15px #ffffff, 0 0 15px #0A78E3, 0 0 15px #0A78E3;
}

.follow-us .icon-twitter {
  color: #69C5E8 !important;
  text-shadow: 0 0 8px #00aced, 0 0 8px #00aced !important;
}

.follow-us .icon-twitter:hover {
  color: #ffffff !important;
  text-shadow: 0 0 15px #ffffff, 0 0 15px #00aced, 0 0 15px #00aced, 0 0 15px #00aced !important;
}

.follow-us .icon-facebook {
  color: #A0BDFA !important;
  text-shadow: 0 0 8px #899DC8, 0 0 8px #899DC8 !important;
}

.follow-us .icon-facebook:hover {
  color: #ffffff !important;
  text-shadow: 0 0 15px #ffffff, 0 0 15px #3274ff, 0 0 15px #3274ff, 0 0 15px #3274ff !important;
}

.follow-us .icon-patreon {
  color: #ffbe9b !important;
  text-shadow: 0 0 8px #ff5900, 0 0 8px #ff5900 !important;
}

.follow-us .icon-patreon:hover {
  color: #ffffff !important;
  text-shadow: 0 0 15px #ffffff, 0 0 15px #ff5900, 0 0 15px #ff5900, 0 0 15px #ff5900 !important;
}

.follow-us .icon-youtube {
  color: #FFAEAE !important;
  text-shadow: 0 0 8px #ff0000, 0 0 8px #ff0000 !important;
}

.follow-us .icon-youtube:hover {
  color: #ffffff !important;
  text-shadow: 0 0 15px #ffffff, 0 0 15px #ff0000, 0 0 15px #ff0000, 0 0 15px #ff0000 !important;
}

.follow-us .icon-email {
  color: #CCEAF7 !important;
}

.follow-us .icon-email:hover {
  color: #ffffff !important;
}

/*.sidebar-title {
  background: url("images/mag_grid_white.png");
  background-position: 15px 15px;
  
  padding: 4px;
  : -21px -16px 21px -13px;
  
  color: #2C2C2C;
  background-color: #BEBFB2;
  font-size: 24px;
  text-align: center;
}*/

.sidebar ul,
.follow-us ul {
  list-style-type: none;
  text-align: center;
  padding: 0;
  margin: auto -17px;
}

.sidebar li,
.follow-us li {
  display: inline-block;
  margin: 5px auto;
  width: 4em;
}

.content {
  margin-left: 30%;
  position: relative;
}

.magazine:before {
  content: "";
  border: 50px solid;
  -webkit-border-image: url("images/mag_border.png") 50 round;
       -o-border-image: url("images/mag_border.png") 50 round;
          border-image: url("images/mag_border.png") 50 round;
  border-image-outset: 10px;
  border-color: #131113;
  
  background: url("images/mag_grid.png");
  background-color: #131113;
  
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}

.magazine {
  color: #E0DBCD;
  position: relative;
  padding: 30px;
  margin-bottom: 40px;
}

.magazine-title {
  background: url("images/mag_grid_white.png");
  background-position: 15px 15px;
  
  -webkit-transform: rotate(-2deg);
  
      -ms-transform: rotate(-2deg);
  
          transform: rotate(-2deg);
  
  padding: 10px;
  margin: 0 10px 30px;
  
  color: #2C2C2C;
  background-color: #BEBFB2;
  font-size: 2em;
  text-align: center;
  text-transform: uppercase;
}

.magazine-title a {
  color: #2C2C2C;
  text-decoration: none;
}

.entry-content {
  color: #CDCDCD;
}

.entry-content a {
  color: #F28E0B;
  font-weight: bold;
  text-decoration: none;
}

.entry-content a:hover {
  /*text-shadow: 0 0 10px #666, 0 0 10px #666;*/
  color: #029590 !important;
}

.entry-content a:visited {
  color: #743998;
}

.entry-content a &gt; img {
  display: inline;
  margin: 5px;
  width: 100%;
  border: 4px solid #A090AD;
  transition: 0.3s ease;
}

.entry-content a &gt; img:hover {
  border: 4px solid #FFF;
}

.post-data {
  display: block;
  text-align: right;
  width: 100%;
  margin-top: 0.5em;
}

.post-data a {
  color: #AAA;
  font-size: 0.95em;
  font-weight: bold;
  margin: auto 0.5em;
  text-decoration: none;
  
  -webkit-transition: 0.5s ease;
          transition: 0.5s ease;
}

.post-data a:hover {
  color: #FFF;
  text-shadow: 0 0 10px #FFF, 0 0 10px #FFF;
}

.sidebar .donate-button {
  width: 90%;
  max-width: 10em;
}

.donations .donate-button {
  max-width: 14em;
  padding: 7px;
  font-size: 1.6em;
}

.donate-button {
  color: #FFE187 !important;
  text-decoration: none;
  
  border: 3px solid #FFE187;
  border-radius: 10em;
  display: block;
  
  font-family: 'Text Me One', sans-serif;
  font-size: 1.3em;
  text-align: center;
  font-weight: bold;
  
  max-width: 10em;
  margin: 20px auto;
  padding: 3px;
  
  text-shadow: 0 0 5px #FFBD00, 0 0 5px #FFBD00 !important;
  box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0), 0 0 12px 1px #FFBD00, 0 0 12px 1px rgba(0, 0, 0, 0) inset, 0 0 12px 1px #FFBD00 inset;
  
  -webkit-transition: 0.5s ease;
  
          transition: 0.5s ease;
}

.donate-button:hover {
  color: #FFFFFF !important;
  border: 3px solid #FFFFFF;
  /*text-shadow: 0 0 10px #FFBD00, 0 0 10px #FFBD00;*/
  /*box-shadow: 0 0 20px 3px #FFBD00, 0 0 20px 3px #FFBD00 inset;*/
  
  text-shadow: 0 0 15px #ffffff, 0 0 15px #ffffff, 0 0 15px #FFBD00, 0 0 15px #FFBD00 !important;
  box-shadow: 0 0 10px 1px #FFFFFF, 0 0 20px 3px #FFBD00, 0 0 10px 1px #FFFFFF inset, 0 0 20px 3px #FFBD00 inset;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  .donate-button {
    text-shadow: 0 0 10px #FFBD00, 0 0 10px #FFBD00 !important;
  }
}

ssup {
  font-size: 0.4em;
  position: relative;
  top: -1em;
}

/*********** FOOTER ***************/

.footer {
  background-color: #111;
  color: #CDCDCD;
  font-size: 0.8em;
  position: absolute;
  width: 100%;
  bottom: 0;
  clear: both;
  
  border-top: 1px solid #190F18;
  box-shadow: 0 -5px 20px #000000;
}

.footer .copyright {
  bottom: 0;
  margin-bottom: 1em;
  position: absolute;
  text-align: center;
  width: 100%;
}

.footer .follow {
  float: right;
  padding-right: 1em;
}

.footer li {
  display: inline;
  list-style: none;
  margin: 0.2em;
}

.footer li a {
  color: #CDCDCD;
  -webkit-transition: 0.3s ease;
          transition: 0.3s ease;
}

.icz-patreon-squared {
  margin: 0 0.125em;
}

.footer .icon-feed:hover {
  color: #FFA500;
}

.footer .icon-patreon:hover {
  color: #FF6600;
}

.footer .icon-twitter:hover {
  color: #00aced;
}

.footer .icon-facebook:hover {
  color: #3b5998;
}

.footer .icon-youtube:hover {
  color: #C4302B;
}

.footer .icon-email:hover {
  color: #84F1F9;
}

/************ SLIDESHOW ************/

#slideshow-wrapper:before {
    content: "";
    display: block;
    padding-top: 20%;
    
    -webkit-transition: 1s ease padding;
    
            transition: 1s ease padding;
}

#slideshow-wrapper {
    background-color: #1B1B1B;
    z-index: 0;
    
    position: relative;
    width: 100%;
    
    border-bottom: 2px solid #555555;
    box-shadow: 0 25px 80px;
    
    display: none;
}

#slideshow {
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    
    width:100%;
    overflow:hidden;
}

#slideshow img {
  position:absolute;
  width:100%;
    
  opacity:0;
    
  filter: alpha(opacity=0);
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 3s opacity, 10s -webkit-transform, 1s ease width, 1s ease left;
          transition: 3s opacity, 10s transform, 1s ease width, 1s ease left;
}

#slideshow img  {
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
}

#slideshow :nth-child(2n+1) {
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
}

#slideshow :nth-child(3n+1) {
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
}
#slideshow :nth-child(4n+1) {
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
}

#slideshow .fx:first-child + img ~ img  {
  z-index:-1;
}

#slideshow .fx {
  opacity:1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

/********** SLIDESHOW END **********/

@media  (max-width: 1040px) and (-webkit-min-device-pixel-ratio: 2),
        (max-width: 1040px) and (min-resolution: 192dpi) {
  .page-wrap {
    font-size: 1.2em;
  }
  
  .sidebar li {
    width: 146px;
  }
  
  .footer {
    font-size: 1em;
  }
  
  .footer .follow {
    margin-bottom: 1.2em;
  }
}

@media  (max-width: 1840px) and (-webkit-min-device-pixel-ratio: 2),
        (max-width: 1840px) and (min-resolution: 192dpi),
        (max-width: 920px) {

  /*.header-wrapper {
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
    left: -22%;
    right: -22%;
  }
  
  .header {
    min-width: initial;
  }*/
  
  .space-grid-wrap {
    left: -320px;
  }

  .space-grid-wrap.space-right {
    right: -320px;
  }
  
  #slideshow-wrapper:before {
    padding-top: 30%;
  }
  
  #slideshow img {
    width: 124%;
    left: -12%;
  }
  
  .about .yt-wrapper,
  .about .video-wrapper {
      max-width: initial;
      width: 100%;
  }
}

@media  (max-width: 920px) {

  .header-wrapper {
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
    left: -22%;
    right: -22%;
  }
  
  .header {
    min-width: initial;
  }
  
  .single-spacer {
    height: 75px;
  }
  
  .footer .follow {
    margin-bottom: 2em;
  }
}

@media  (max-width: 1040px) and (-webkit-min-device-pixel-ratio: 2),
        (max-width: 1040px) and (min-resolution: 192dpi),
        (max-width: 520px) {

  /*.header-wrapper {
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
    left: -32%;
    right: -32%;
  }
  
  .header {
    font-size: 1.35em;
  }*/
  
  #slideshow-wrapper:before {
    padding-top: 50%;
  }
  
  #slideshow img {
    width: 210%;
    left: -55%;
  }
  
  .page-wrap {
    width: 100%;
  }
  
  .about .row {
    margin: 25px 10px;
    display: block;
    word-break: break-word;
  }
  
  .about {
    margin: 0;
  }
  
  .about .neon {
    margin: 15px 0;
  }
  
  .sidebar {
    float: initial;
    margin: 0 0 30px;
    top: 0;
    width: 100%;
  }
  
  .sidebar .logo-small {
    display: none;
  }
  
  .sidebar .neon {
    margin: 10px;
  }
  
  .show-desktop {
    display: none !important;
  }
  
  .show-mobile {
    display: block !important;
  }
  
  .content {
    margin: 15px;
    word-break: break-word;
  }
  
  .magazine-title {
    font-size: 1.7em;
    text-transform: initial;
  }
}

@media (max-width: 520px) {

  /*.header-wrapper {
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
    left: -32%;
    right: -32%;
  }*/
  
  .header {
    font-size: 1.65em;
    padding-left: 0;
  }
  
  .single-spacer {
    height: 55px;
  }
}

/*** MEDIA PLAYER fix ***/
.wp-video {
  width: 100% !important;
}

.mejs-container {
  clear: none !important;
  width: 100% !important;
}

.mejs-clear {
  clear: none !important;
}

/*************************/

.comments {
    border-top: 1px solid #444444;
    margin-top: 15px;
}

.comments .comment-body {
    border-bottom: 1px solid #444444;
    margin-left: 15px;
    margin-top: 20px;
}

.comment-author.vcard img {
    border-radius: 50px;
    width: 44px;
    height: 44px;
    margin-left: -54px;
    position: absolute;
}

.comments .comment {
    list-style: none outside none;
}

.comments .comment-meta {
    color: #CDCDCD;
    float: right;
    font-size: 0.9em;
    font-weight: bold;
}

/*.comments .comment-meta a {
    color: #F28E0B;
    text-decoration: none;
    -webkit-transition: 0.5s ease;
            transition: 0.5s ease;
}*/

.comments .comment-meta a, .comments .comment-meta span {
    margin: 3px;
}

.comment-author cite {
    color: #CDCDCD;
    font-style: normal;
    font-weight: bold;
}

/*.comment-author cite a {
    color: #F28E0B;
    text-decoration: none;
    -webkit-transition: 0.5s ease;
            transition: 0.5s ease;
}

.comment-author cite a:hover,
.comments .comment-meta a:hover {
    color: #029590;
}*/

.comments .comment-text {
    padding-bottom: 40px;
    padding-top: 13px;
}

/*.logged-in-as a {
    color: #F28E0B;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: 0.5s ease;
            transition: 0.5s ease;
}

.logged-in-as a:hover {
    color: #029590;
}*/

.comments a {
    color: #F28E0B;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: 0.5s ease;
            transition: 0.5s ease;
}

.comments a:hover {
    color: #029590;
}

.comment-respond {
    background-color: rgba(20, 20, 20, 0.8);
    border: 2px solid #444444;
    border-radius: 10px;
    margin-top: 10px;
    padding: 0 25px;
}

.comment-form label {
    font-weight: bold;
}

.comment-form .required {
    color: #555555;
}

.comment-form input[type="text"] {
    display: block;
    max-width: 15em;
    width: 100%;
}

.comment-form textarea {
    display: block;
    width: 100%;
}

.comment-form .submit {
    background-color: #444;
    border: 2px solid #444;
    color: #E0DBCD;
    font-size: 1em;
    font-weight: 700;
    padding: 10px;
    cursor: pointer;
    white-space: pre-wrap;
    -webkit-transition: 0.5s ease;
            transition: 0.5s ease;
}

.comment-form .submit:hover {
    background-color: #888;
    border: 2px solid #FFF;
    color: #FFF;
}

/* Navigation - Previous/Next */

.nav-next,
.nav-previous {
    background-color: #029590;
    border-bottom: 3px solid #006D68;
    border-radius: 5px;
    padding: 10px 10px 8px;
    margin-top: -15px;
    margin-bottom: 25px;
    
    color: #FBC6A2;
    font-size: 0.9em;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    
    outline: 1px solid transparent;
    
    -webkit-transition: 0.5s ease;
            transition: 0.5s ease;
}

.nav-next:hover,
.nav-previous :hover{
    background-color: #32B5B0;
    border-bottom: 3px solid #307D78;
    color: #FFFFFF;
}

.nav-next {
  float: right;
  -webkit-transform: translateZ(1px) rotate(-8deg);
          transform: translateZ(1px) rotate(-8deg);
}

.nav-previous {
  float: left;
  -webkit-transform: translateZ(1px) rotate(8deg);
          transform: translateZ(1px) rotate(8deg);
}

/******* 404 ********/
.not-found {
  font-family: 'Text Me One', sans-serif;
  font-size: 4em;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  margin: 0px;
  color: #FFF;
  text-shadow: 0 0 10px #FFF, 0 0 30px #F78E48, 0 0 30px #F78E48;
}

.not-found a {
  color: inherit;
  text-decoration: none;
}

.not-found .code {
  font-size: 2em;
}

.not-found .text {
  color: #ebffff;
  text-shadow: 0 0 10px #FFF, 0 0 30px #38eeff, 0 0 30px #38eeff;
}

.not-found .off {
  /*color: #555;*/
  /*text-shadow: initial;*/
  /*opacity: 0.5;*/
  animation: blink 0.01s infinite alternate;
}

@keyframes blink {
  70% {
    color: #999;
    opacity: 0.5;
  }
}


/******* SOCIAL SHARE ********/

.social-share .supsystic-social-sharing{
    text-align: center;
    border-top: 1px solid #444444;
    margin-top: 0.5em;
    padding-top: 0.5em;
}

.social-share .fa {
    font-size: 1.2em;
    top: 0.15em !important;
}

.social-share .sharer-flat {
    height: 1.6em !important;
    margin: 0.3em 0.2em 0.4em !important;
    opacity: 0.4;
}

.social-share .sharer-flat:hover {
    opacity: 1;
}

.social-share .list-button {
    top: -0.07em;
}

.social-share .counter-wrap {
    right: initial !important;
    top: 1.2em !important;
    width: 100%;
}

/******* Responsive Youtube *********/

.entry-content .responsive-youtube {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        padding-top: 30px;
        height: 0;
        overflow: hidden;
        margin-bottom: 1em;
}
.entry-content .responsive-youtube iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}</pre></body></html>