@charset "UTF-8";
/* 
Theme Name: Biohaze 2019 
Author: Mattis H. Bødtker
Author URI: http://www.mattisbodtker.com
Version: 1

*/
/*
==========================================================================
	VARIABLES.SCSS
==========================================================================
*/
/*
==========================================================================
	BASE.SCSS
==========================================================================
*/
html {
  background-color: #141414;
  margin-top: 0 !important;
  margin: 0 !important; }

body {
  font-family: 'Segoe UI','Helvetica Neue',Helvetica,Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans','Droid Sans',sans-serif;
  background-color: #141414;
  margin: 0; }

.mobile-only {
  display: none; }
  @media screen and (max-width: 768px) {
    .mobile-only {
      display: block; } }

.desktop-only {
  display: none; }
  @media screen and (min-width: 768px) {
    .desktop-only {
      display: block; } }

.initial-hide {
  display: none; }

.screen-reader-text {
  display: none; }

/*
==========================================================================
	TYPOGRAPHY.SCSS
==========================================================================
*/
html, body {
  color: #9E9E9E; }

a {
  transition: all 0.2s;
  color: #B31A00; }
  a:hover {
    text-decoration: none;
    color: #e62100; }

p {
  margin-bottom: 26px;
  word-wrap: break-word;
  line-height: 26px; }

h1, h2, h3, h4, h5 {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  color: #ffffff; }

h1 {
  font-size: 3rem; }

h2 {
  font-size: 1.375rem; }
  @media screen and (min-width: 768px) {
    h2 {
      font-size: 1.75rem; } }

h3 {
  font-size: 1.375rem; }

h4 {
  font-size: 1.1875rem;
  line-height: 1.5; }

.post-title, .page-title h1 {
  font-size: 1.75rem;
  line-height: 1.35; }
  @media screen and (min-width: 768px) {
    .post-title, .page-title h1 {
      font-size: 3rem; } }

/*
==========================================================================
	NAVIGATION.SCSS
==========================================================================
*/
#site-nav {
  background-color: #0A0A0A;
  display: none;
  position: absolute;
  width: 100%;
  top: 80px;
  bottom: 0;
  z-index: 99; }
  #site-nav ul {
    flex-direction: column;
    justify-content: center;
    list-style: none;
    display: flex;
    padding: 16px 0 0 0;
    margin: 0; }
    #site-nav ul li a {
      display: block;
      padding: 24px;
      color: #777777;
      font-weight: 500;
      text-align: center; }
      #site-nav ul li a:hover {
        text-decoration: none;
        color: #EAEAEA; }
    #site-nav ul .current-menu-item a {
      text-decoration: none;
      color: #EAEAEA;
	  font-weight: 700; }
  #site-nav.open {
    display: block; }
  @media screen and (min-width: 768px) {
    #site-nav {
      position: relative;
      bottom: 0;
      top: 0;
      display: flex; }
      #site-nav ul {
        flex-direction: row;
        padding: 0; }
        #site-nav ul li a {
          text-align: left;
          padding: 16px 24px; } }

.pagination {
  padding-top: 48px;
  margin-top: 48px;
  border-top: 5px solid #851300;
  border-radius: 0; }
  .pagination .page-numbers {
    background-color: #272727;
    line-height: 32px;
    padding: 0 12px;
    color: #9E9E9E;
    display: inline-block;
    margin-right: 8px; }
    .pagination .page-numbers:hover {
      background-color: #414141; }
  .pagination .current {
    background-color: #851300;
    color: #ffffff; }
    .pagination .current:hover {
      background-color: #851300; }

/*
==========================================================================
	WIDGETS.SCSS
==========================================================================
*/
.widget {
  margin-bottom: 48px; }

.fb_iframe_widget {
  width: 350px !important; }
  .fb_iframe_widget span {
    width: 350px !important; }

.widget ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0; }
  .widget ul .cat-item {
    background-color: #851300;
    transition: all 0.2s;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px; }
    .widget ul .cat-item a {
      text-transform: uppercase;
      font-weight: 500;
      display: block;
      padding: 4px 8px;
      font-size: 0.75rem;
      color: #ffffff; }

.widget .social-follow {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0; }
  .widget .social-follow li {
    margin-right: 8px; }
    .widget .social-follow li a {
      font-size: 1rem;
      text-align: center;
      display: block;
      padding: 8px;
      width: 45px;
      height: 45px;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center; }
      .widget .social-follow li a#facebook {
        background-color: #3B5998; }
        .widget .social-follow li a#facebook:hover {
          background-color: #263961; }
      .widget .social-follow li a#twitter {
        background-color: #1DA1F2; }
        .widget .social-follow li a#twitter:hover {
          background-color: #0b76b8; }
      .widget .social-follow li a#youtube {
        background-color: #FF0000; }
        .widget .social-follow li a#youtube:hover {
          background-color: #b30000; }

.widget.exclusive-post-list ul {
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0; }
  .widget.exclusive-post-list ul li {
    margin-bottom: 16px;
    display: flex; }
    .widget.exclusive-post-list ul li h4 {
      margin-bottom: 16px; }
      .widget.exclusive-post-list ul li h4 a {
        color: #ffffff; }
        .widget.exclusive-post-list ul li h4 a:hover {
          color: #851300; }

.widget.widget-recent ul {
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0; }
  .widget.widget-recent ul li {
    padding-bottom: 16px;
    margin-bottom: 16px;
    flex-direction: row;
    display: flex; }
    .widget.widget-recent ul li img {
      margin-right: 16px;
      min-width: 96px;
      min-height: 75px;
      width: 96px;
      height: 75px; }
    .widget.widget-recent ul li a {
      font-weight: 500;
      font-size: 1.125rem;
      color: #ffffff; }
      .widget.widget-recent ul li a:hover {
        color: #851300; }

.ctf, .cff {
  background-color: #212121;
  padding: 16px; }

#ctf .ctf-tweet-actions a.ctf-reply, #ctf .ctf-tweet-actions a.ctf-retweet, #ctf .ctf-tweet-actions a.ctf-like {
  color: #9E9E9E !important; }

#cff .cff-item {
  border-bottom: 1px solid #434343 !important; }

/*
==========================================================================
	LAYOUT.SCSS
==========================================================================
*/
.page-title {
  margin-bottom: 24px; }

.content-area {
  margin-top: 24px; }
  @media screen and (min-width: 768px) {
    .content-area {
      margin-top: 48px; } }

.section-title {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
  border-left: 3px solid #851300;
  padding-left: 16px; }
  @media screen and (min-width: 768px) {
    .section-title {
      margin-bottom: 32px; } }

.aside-content {
  margin-top: 48px; }
  @media screen and (min-width: 768px) {
    .aside-content {
      margin-top: 0px;
      padding-left: 40px; } }

.post-image-wrapper .overlay {
  background: black;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.503239) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0; }

.post {
  display: flex;
  flex-direction: column; }
  .post .post-image-wrapper {
    margin-bottom: 24px;
    position: relative; }
    .post .post-image-wrapper a {
      position: relative;
      display: block; }
      .post .post-image-wrapper a img {
        width: 100%; }
    .post .post-image-wrapper .post-image {
      width: 100%;
      height: 225px;
      display: block;
      background-size: cover; }
  .post h2 {
    margin-bottom: 16px;
    transition: all 0.2s; }
    .post h2:hover {
      color: #851300; }
  .post .tag {
    margin-bottom: 16px; }
  .post .meta-time {
    margin-bottom: 8px;
    font-size: 0.875rem;
    display: block; }
  .post .meta-author {
    font-weight: bold;
    color: #9E9E9E; }
    .post .meta-author.white {
      color: #ffffff; }
    .post .meta-author:hover {
      text-decoration: underline; }
  @media screen and (min-width: 768px) {
    .post {
      flex-direction: row; } }

.featured-post-wrapper {
  flex-direction: column;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 250px; }
  .featured-post-wrapper .post-image-wrapper {
    position: relative;
    height: 100%; }
    .featured-post-wrapper .post-image-wrapper a {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      display: block; }
    .featured-post-wrapper .post-image-wrapper .post-image {
      background-position: center 50%;
      background-size: cover;
      display: block;
      min-width: 100%;
      height: 100%; }
  .featured-post-wrapper .featured-meta {
    z-index: 2;
    position: absolute;
    bottom: 3px;
    width: 100%;
    padding: 0 0 16px;
    color: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: calc(1200px + 24px); }
    .featured-post-wrapper .featured-meta h2 {
      transition: all 0.2s; }
      .featured-post-wrapper .featured-meta h2:hover {
        text-decoration: underline;
        color: #ffffff; }
  @media screen and (min-width: 768px) {
    .featured-post-wrapper {
      height: 600px; }
      .featured-post-wrapper .featured-meta {
        padding: 0 22px 48px;
        max-width: calc(1200px + 44px); } }

.featured-post-secondary {
  margin-bottom: 32px; }
  .featured-post-secondary .post {
    flex-direction: column;
    display: flex; }
  @media screen and (min-width: 768px) {
    .featured-post-secondary {
      margin-bottom: 64px; } }

/*
==========================================================================
	SINGLE POST.SCSS
==========================================================================
*/
.single-post .post-header {
  margin-bottom: 24px; }
  .single-post .post-header .tag {
    margin-bottom: 16px; }
  .single-post .post-header .post-title, .single-post .post-header .page-title h1, .page-title .single-post .post-header h1 {
    margin-bottom: 16px; }
  .single-post .post-header .meta-time {
    color: #9E9E9E; }
    .single-post .post-header .meta-time a {
      color: #EAEAEA; }
      .single-post .post-header .meta-time a:hover {
        text-decoration: underline;
        color: #ffffff; }

.single-post .post-image {
  margin-bottom: 24px; }
  .single-post .post-image img {
    width: 100%;
    height: auto; }

.single-post .post-category-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 48px 0; }
  .single-post .post-category-list strong {
    margin-right: 24px;
    text-transform: uppercase;
    color: #EAEAEA; }
  .single-post .post-category-list ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    margin: 0;
    padding: 0; }
    .single-post .post-category-list ul li a {
      padding: 8px 16px;
      font-size: 1rem; }

@media screen and (min-width: 768px) {
  .single-post .post-header {
    margin-bottom: 48px; }
  .single-post .post-image {
    margin-bottom: 32px; } }

/*
==========================================================================
	PAGE.SCSS
==========================================================================
*/
.page-title {
  border-bottom: 5px solid #851300;
  padding-bottom: 8px;
  margin-bottom: 24px; }
  .page-title h1 {
    margin-bottom: 16px; }
  @media screen and (min-width: 768px) {
    .page-title {
      margin-bottom: 48px; } }

.exlusives .post {
  flex-direction: column;
  margin-bottom: 32px; }

.temp-site {
  padding: 24px;
  text-align: center; }
  .temp-site p {
    margin-bottom: 16px; }
  .temp-site a {
    margin-bottom: 16px;
    display: block; }
  .temp-site .temp-logo {
    margin-bottom: 32px;
    width: 300px;
    height: auto; }
  .temp-site h1 {
    margin-bottom: 24px; }

.byline,
.updated {
  display: inline; }

/*
==========================================================================
	HEADER.SCSS
==========================================================================
*/
header {
  background-image: url("https://www.biohaze.com/wp-content/themes/biohaze/img/banner.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #000000;
  background-size: auto 100%;
  height: 80px; }
  header .container {
    justify-content: space-between;
    align-items: center;
    display: flex;
    height: 100%; }
  header a {
    display: inline-block;
    text-align: center; }
    header a .logo {
      margin: 0px auto;
      width: 140px;
      height: 55px; }
    header a:hover {
      text-decoration: none; }
  header .site-tagline {
    display: none;
    margin-top: 16px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 0.75rem; }
  header .mobile-menu-toggle {
    padding: 8px 16px;
    font-size: 1.5rem;
    color: #ffffff; }
    header .mobile-menu-toggle i {
      width: 24px;
      text-align: center; }
  @media screen and (min-width: 768px) {
    header {
      background-size: contain;
      margin-bottom: 0;
      height: 200px; }
      header .container {
        justify-content: center;
        align-items: center; }
      header a .logo {
        margin: 0 auto;
        width: 255px;
        height: 100px; }
      header .site-tagline {
        display: block; } }

/*
==========================================================================
	FOOTER.SCSS
==========================================================================
*/
footer {
  background-color: #0A0A0A;
  margin-top: 48px;
  padding: 60px 0; }
  footer div {
    display: flex;
    justify-content: center; }
  footer p {
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 0.875rem;
    margin-bottom: 0;
    color: #9E9E9E; }
  @media screen and (min-width: 768px) {
    footer div {
      justify-content: flex-end; } }

/*
==========================================================================
	FORMS.SCSS
==========================================================================
*/
.tag, .post-category-list {
  display: inline-block; }
  .tag ul, .post-category-list ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .tag ul li, .post-category-list ul li {
      background-color: #851300;
      transition: all 0.2s;
      display: inline-block; }
      .tag ul li a, .post-category-list ul li a {
        text-transform: uppercase;
        font-weight: 600;
        display: block;
        padding: 4px 8px;
        font-size: 0.75rem;
        color: #ffffff; }
      .tag ul li:hover, .post-category-list ul li:hover {
        background-color: #520c00; }

label {
  margin-bottom: 8px;
  font-weight: 500; }

input[type="text"], input[type="email"], textarea {
  transition: all 0.2s;
  border-radius: 0;
  padding: 8px 16px;
  height: 45px;
  width: 100%;
  border: 1px solid transparent;
  background-color: #212121;
  color: #9E9E9E; }
  input[type="text"]:hover, input[type="text"]:focus, input[type="email"]:hover, input[type="email"]:focus, textarea:hover, textarea:focus {
    border-color: #851300;
    outline: none;
    cursor: pointer;
    color: #EAEAEA; }

textarea {
  height: 200px; }

input[type="submit"] {
  background-color: #851300;
  border: none;
  transition: all 0.2s;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  padding: 8px 16px;
  font-size: 1rem;
  color: #ffffff; }
  input[type="submit"]:hover {
    background-color: #520c00; }
