/* ============================================================ */
/* Base */
/* ============================================================ */
html, body {
  height: 100%; }

body {
  background: #0c0c0c;
  color: #9c9c9c;
  font-family: "Open Sans", arial, sans-serif;
  font-size: 18px; }

h1, h2, h3, h4, h5, h6 {
  color: #29D;
  margin-bottom: 33px;
  text-transform: none; }

h1 {
  font-size: 26px; }

h2 {
  font-size: 24px;
  text-transform: uppercase; }

h3 {
  font-size: 20px;
  margin-bottom: 20px; }

h4 {
  font-size: 18px;
  margin-bottom: 18px; }

h5 {
  font-size: 16px;
  margin-bottom: 15px; }

h6 {
  font-size: 14px;
  margin-bottom: 12px; }

figcaption {
  color: #2cc36b;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 0.5em;
}

p {
  line-height: 1.8;
  margin: 0 0 30px; }

a {
  color: #F03838;
  text-decoration: none; }

ul, ol {
  list-style-position: outside;
  line-height: 1.2;
  margin: 0 0 40px; }
  ul ul, ul ol, ol ul, ol ol {
    margin: 10px 0 0 20px; }
  ul li, ol li {
    margin: 0 0 10px;
    color: #F03838; }
    ul li:last-of-type, ol li:last-of-type {
      margin-bottom: 0; }

ul {
  padding-left: 20px; }

ol {
  padding-left: 22px; }

ul ul,
ol ul {
  padding-left: 0; }

ul ol,
ol ol {
  padding-left: 5px; }

blockquote {
  border-left: 8px solid #F03838;
  margin: 40px 0;
  padding: 5px 30px; }
  blockquote p {
    color: #AEADAD;
    display: block;
    font-style: italic;
    margin: 0;
    width: 100%; }

img {
  display: block;
  margin: 0;
  width: auto;
  max-width: 100%; }

pre {
  background: #151515;
  border: 1px solid #303030;
  border-radius: 3px;
  margin: 0 0 40px;
  padding: 15px 20px; }

pre::-webkit-scrollbar {
  width: 0.75em;
  height: 0.75em;
}

pre::-webkit-scrollbar-thumb {
  background: #F03838BF;
  border-radius: 0.1em;
}

pre::-webkit-scrollbar-thumb:hover {
  background: #F03838;
}

pre::-webkit-scrollbar-track {
  background: #00000080;
}

hr {
  border: none;
  border-bottom: 1px dashed #F03838;
  margin: 45px 0; }

table {
  margin-bottom: 40px;
  width: 100%; }
  table tbody > tr:nth-child(odd) > td,
  table tbody > tr:nth-child(odd) > th {
    background-color: #f7f7f3; }
  table th {
    padding: 0 10px 10px;
    text-align: left; }
  table td {
    padding: 10px; }
  table tr {
    border-bottom: 1px dotted #AEADAD; }

::selection {
  background: #FF9900;
  color: #000;
  display: block; }

::-moz-selection {
  background: #FF9900;
  color: #000;
  display: block; }

.fluid-width-video-wrapper {
  margin-bottom: 40px; }

.hidden {
  text-indent: -9999px;
  visibility: hidden;
  display: none; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

/* ============================================================ */
/* General Appearance */
/* ============================================================ */

.ul-li-wrapping-span, 
.ol-li-wrapping-span {
  color: #656565;
}

.container {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 889px; }

#wrapper {
	height: auto;
	min-height: 100%;
}

#wrapper:after {
	content: "";
	display: block;
	
	height: 5px;
}

.button {
  background: #303030;
  border: none;
  border-radius: 3px;
  color: #FEFEFE;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 12px;
  text-transform: uppercase; }
  .button:hover {
    background: #F03838; }

.button-square {
  background: #F03838;
  color: #FFF;
  float: left;
  font-size: 17px;
  margin: 0 0 0 10px;
  padding: 3px 8px 4px; }
  .button-square:hover {
    background: #303030; }

mark {
  background: #29D !important;
  color: #151515 !important;
  border-radius: .3em;
  padding: 0 .3em .1em;
}
  mark a {
    color: #FEFEFE !important;
    padding-left: .2em;
    padding-right: .2em;
  }
  mark a:hover {
    color: #FEFEFE !important;  /* This is important, to override the color in .post-content a:hover */
    background-color: #303030;
    border: none !important;
    border-radius: .3em;
    
    padding-left: .2em !important;
    padding-right: .2em !important;
  }
  
.link-with-icon-wrapper {
	position: relative;
}

.link-with-icon-wrapper:hover span {
	visibility: visible;
	display: inline;
}

span .link-domain-icon {
	visibility: hidden;
	display: none;
	position: absolute;
	
	color: #FFFFFF;
	
	width: 30px;
	height: 30px;
	margin-top: -10px;
	text-align: center;
	
	font-size: 18px;
}
  
body::-webkit-scrollbar {
	width: 0.75em;
	height: 0.75em;
}

body::-webkit-scrollbar-thumb {
	background: #F03838BF;
	border-radius: 0.1em;
}

body::-webkit-scrollbar-thumb:hover {
	background: #F03838;
}

body::-webkit-scrollbar-track {
	background: #00000080;
}

/* ============================================================ */
/* Site Header */
/* ============================================================ */
.site-header {
  padding: 100px 0 0;
  overflow: auto;
  text-align: center;
  text-transform: uppercase; }

.site-title-wrapper {
	display: table;
	margin: 0 auto;
}

.site-title-wrapper .button-square {
	border-radius: 0.3em 0em 0em 0.3em;
}

.site-title-wrapper .site-title {
	float: left;
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	text-transform: uppercase;
}
.site-title a {
	float: left;
	background: #F03838;
	color: #FEFEFE;
	padding: 5px 10px 6px;
	
	border-radius: 0em 0.3em 0.3em 0em;
}
	
.site-title a:hover {
	background: #303030;
}

.site-logo {
  display: block; }
  .site-logo img {
    margin: 0; }

.site-nav {
  list-style: none;
  margin: 28px 0 10px;
  padding-left:	0px; }

.site-nav-item {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin: 0 10px; }
  .site-nav-item a:hover {
    color: #424242; }

/* ============================================================ */
/* Post */
/* ============================================================ */
#latest-post {
  display: none; }

.post-container {
  margin: 0 40px; }

.post-header {
  border-bottom: 6px solid #303030;
  margin: 0 0 50px;
  padding: 0;
  text-align: center;
  text-transform: uppercase; }

.post-title,
.page-title {
  color: #29d;
  font-size: 42px;
  font-weight: 700;
  margin: 15px 0;
  text-align: center;
  text-transform: uppercase; }

.page-title {
  margin: 15px 40px; }

.post-date,
.blog-description {
  color: #AEADAD;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin: 25px 0 0; }
  .post-date a,
  .blog-description a {
    color: #F03838; }
  .post-date a:hover, 
  .blog-description a:hover {
    color: #424242; }
  .post-date:after,
  .blog-description:after {
    content: "";
    display: block;
    margin: 40px auto 0;
    width: 100px; }

.post-content a:hover {
  color: #29d;
  border-bottom: 1px dashed #29d;
  padding: 0 0 2px; }
.post-content:last-child {
  margin-bottom: 0; }

.post-footer {
  margin-top: 5px; }

.post-tags,
.share {
  color: #AEADAD;
  font-size: 14px; }
  .post-tags span,
  .share span {
    font-weight: 600; }

.post-tags {
  float: left;
  margin: 3px 0 0; }
  .post-tags a:hover {
    color: #303030; }

.post-footer .share {
	float: right;
}

.share a {
	color: #FFF;
	display: inline-block;
	font-size: 24px;
	padding: 5px 0 4px;
	width: 40px;
	text-align: center;
	border-radius: 0.3em;
}
	
.share a:hover {
	background: #303030;
}

.other-accounts {
	display: inline-block;
	margin-bottom: -30px;
}

.other-accounts a {
	background: #F03838;
	color: #FFF;
	display: inline-block;
	font-size: 24px;
	margin-left: 0px;
	padding: 5px 0 4px;
	width: 40px;
	text-align: center;
}

.other-accounts a:only-of-type {
	border-radius: 0.3em !important;
}

.other-accounts a:first-of-type {
	border-radius: 0.3em 0em 0em 0.3em;
}

.other-accounts a:last-of-type {
	border-radius: 0em 0.3em 0.3em 0em;
}

.post-navigation {
	display: table;
	margin: 70px auto 50px;
}

.newer-posts,
.older-posts {
  float: left;
  background: #303030;
  color: #FEFEFE;
  font-size: 14px;
  font-weight: 600;
  margin: 0 5px;
  padding: 5px 10px 6px;
  text-transform: uppercase;
  border-radius: 0.3em; }
  .newer-posts:hover,
  .older-posts:hover {
    background: #F03838; }

.page-number {
  display: none; }

.tags-icon {
	float: left;
}

.tag-button {
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	margin-left: 2em;
}

.tag-button a {
	float: left;
	padding: 5px 10px 6px;
	
	color: #FEFEFE;
	background: #F03838;
}

.tag-button a:hover {
	background: #303030;
}

.tag-button a:only-of-type {
	border-radius: 0.3em !important;
}

.tag-button a:first-of-type {
	border-radius: 0.3em 0em 0em 0.3em;
}

.tag-button a:last-of-type {
	border-radius: 0em 0.3em 0.3em 0em;
}

.webm_player
{
	outline: none !important;

	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.webm_player:focus
{
	outline: none !important;
}

.gfycat_player {}

.embed_video
{
	display: none;
}

/* ============================================================ */
/* Post Content */
/* ============================================================ */

figure.kg-width-full {
	width: 96vw;
	margin-left: calc(50% - 48vw);
	margin-right: calc(50% - 48vw);
	text-align: center;
}

.kg-width-full img {
	max-width: 96vw;
	display: block;
	margin: auto;
}

figure.kg-width-wide {
	width: 85vw;
	margin-left: calc(50% - 42.5vw);
	margin-right: calc(50% - 42.5vw);
	text-align: center;
}

.kg-width-wide img {
	max-width: 85vw;
	display: block;
	margin: auto;
}

/* ============================================================ */
/* Post Index */
/* ============================================================ */

#post-index[style] {
  display: block !important;
}

.post-list {
	border-top: 6px solid #303030;
	border-bottom: 6px solid #303030;
	list-style: none;
  
	margin: 20px 40px -75px;   
	padding: 0;
}

.post-stub {
  border-bottom: 1px dotted #303030;
  margin: 0;
  position: relative;
  font-size: 14px;
  text-transform: uppercase; }
  .post-stub:first-child {
    padding-top: 0; }
  .post-stub:last-child {
    border-bottom: none; }
  .post-stub a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: block;
    color: #424242;
    padding: 20px 5px; }
    .post-stub a:hover {
      background: #F03838;
      color: #0C0C0C;
      padding: 20px 12px; }
      .post-stub a:hover .post-stub-tag {
        background: #F03838; }
      .post-stub a:hover .post-stub-title {
        color: #FEFEFE;
}

.post-stub-tag {
  background: #303030;
  border-radius: 3px;
  color: #FFF;
  float: right;
  font-size: 10px;
  margin: 7px 0 0;
  padding: 0 5px;
  text-transform: uppercase; }

.post-stub-title {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  margin: 0;
  text-transform: none; 
  font-size: 16px; }

.post-stub-date {
  display: inline-block; }
  .post-stub-date:before {
    content: "/ "; }

.next-posts-link a,
.previous-posts-link a {
  display: block;
  padding: 8px 11px; }

/* ============================================================ */
/* Author */
/* ============================================================ */
.author-profile {
  margin: 0 40px; }
  .author-profile:after {
    border-bottom: 1px dotted #303030;
    content: "";
    display: block;
    margin: 40px auto 0;
    width: 100px; }

.author-heading {
  margin: 15px auto;
  text-align: center;
  width: 100%; }

.author-avatar {
  border-radius: 50px;
  display: inline;
  height: 50px;
  margin: 5px 10px 0 0;
  width: 50px;
  vertical-align: middle; }

.author-name {
  display: inline;
  font-size: 52px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle; }

.author-meta {
  color: #AEADAD;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin: 25px 0 0;
  text-align: center;
  text-transform: uppercase; }
  .author-meta span {
    display: inline-block;
    margin: 0 10px 8px; }
  .author-meta i {
    margin-right: 8px; }
  .author-meta a {
    color: #AEADAD; }
  .author-meta a:hover {
    color: #F03838; }

.author-bio {
  margin: 20px auto 0;
  text-align: center;
  max-width: 700px; }

/* ============================================================ */
/* Footer */
/* ============================================================ */
.footer {
	background: #303030;
	color: #D3D3D3;

	padding-bottom: 25px;
	overflow: auto;
}

.footer .site-title-wrapper {
	margin: 25px auto 15px;
}
  .footer .site-title a:hover,
  .footer .button-square:hover {
    background: #121212; }
	
.footer .button-jump-top {
	font-size: 23px;
	line-height: 1.1;
	padding-top: 1px;
	
	border-radius: 0.3em !important;
}

.footer-copyright {
  color: #656565;
  font-size: 14px;
  margin: 0;
  text-align: center;
  text-transform: uppercase; }
  .footer-copyright a {
    color: #656565;
    font-weight: 700; }
    .footer-copyright a:hover {
      color: #FEFEFE; }

/* ============================================================ */
/* NProgress */
/* ============================================================ */
#nprogress .bar {
  background: #F03838; }

#nprogress .peg {
  box-shadow: 0 0 10px #F03838, 0 0 5px #F03838; }

#nprogress .spinner-icon {
  border-top-color: #F03838;
  border-left-color: #F03838; }

/* ============================================================ */
/* Media Queries */
/* ============================================================ */
@media only screen and (max-width: 800px) {
  .post-stub-tag {
    display: none; }
}
@media only screen and (max-width: 600px) {
  h1, h2 {
    margin-bottom: 20px; }

  p {
    margin-bottom: 20px; } 

  ul, ol {
    margin-bottom: 20px; }

  img {
    margin: 0px; }

  blockquote {
    margin: 30px 0; }

  pre {
    margin: 30px 0; }

  hr {
    margin: 35px 0; }

  .site-header {
    padding-top: 60px; }

  .site-nav-item {
    display: block;
    margin: 15px 0; }

  .post-header {
    margin-bottom: 35px;
    padding-bottom: 45px; }

  .post-title,
  .page-title,
  .author-name,
  .author-heading {
    font-size: 42px;
    margin-top: 5px; }

  .post-date,
  .blog-description,
  .author-meta {
    margin-top: 20px; }
    .post-date:after, .post-date:before,
    .blog-description:after,
    .blog-description:before,
    .author-meta:after,
    .author-meta:before {
      margin-top: 30px; }

  .author-profile:after, .author-profile:before {
    margin-top: 20px; }

  .post-stub-title {
    display: block; }

  .post-stub-date:before {
    content: "";
    display: block; }

  .post-list {
    margin-top: 45px; }

  .post-container,
  .post-list,
  .author-profile {
    margin-right: 25px;
    margin-left: 25px; }

  .post-tags {
    width: 100%; }

  .post-stub a,
  .post-stub a:hover {
    padding-top: 12px;
    padding-bottom: 12px; }

  .share {
    float: left;
    margin-top: 20px; }
    .share a {
      margin: 0 5px 0 0; }

  .footer {
    margin-top: 50px; } 
  
  .tag-button, 
  .tags-icon {
    float: right;
    display: block;
    margin: 0px 00px 0px 10px;
  }
}
@media only screen and (max-width: 400px) {
  .site-header {
    padding-top: 40px; }

  .post-title,
  .page-title,
  .author-name,
  .author-heading {
    font-size: 30px;
    line-height: 1.2; }

  .post-date,
  .blog-description,
  .author-meta {
    line-height: 1.6; }

  .post-date,
  .blog-description,
  .author-meta {
    margin-top: 10px; }
    .post-date:after, .post-date:before,
    .blog-description:after,
    .blog-description:before,
    .author-meta:after,
    .author-meta:before {
      margin-top: 20px; }

  .author-profile:after, .author-profile:before {
    margin-top: 10px; }

  .post-container,
  .post-list,
  .author-profile {
    margin-right: 15px;
    margin-left: 15px; }

  .author-avatar {
    display: block;
    margin: 0 auto 18px; }

  .author-meta span {
    display: block;
    margin: 18px 0; }

  .footer-copyright {
    padding: 0 10px; } }

/* ============================================================ */
/* Forms */
/* ============================================================ */

input[type="text"] {
  background-color: #151515;
  border: 1px solid #F03838;
  padding: .25em .5em;
  outline: none;
}

input[type="text"]:focus {
  border-color: #29D;
  border-style: dashed;
}

input[type="text"]::-webkit-input-placeholder {
  color: #656565;
  opacity: 1.0;
}

input[type="text"]:-moz-placeholder {
  color: #656565;
  opacity: 1.0;
}

input[type="text"]::-moz-placeholder {
  color: #656565;
  opacity: 1.0;
}

input[type="text"]:-ms-input-placeholder {
  color: #656565;
  opacity: 1.0;
}

/*# sourceMappingURL=style.css.map */

/* ============================================================ */
/* Koenig Element Styles */
/* ============================================================ */

/* Both of these are redefined further down */
/*.kg-width-wide img {
	max-width: 85vw;
}*/
  
/*.kg-width-full img {
	max-width: 100vw;
}*/
  
.post-content.kg-gallery-container {
	display: flex;
	flex-direction: column;
	margin: 1.5em auto;
	max-width: 1040px;
	width: 100vw;
}
  
.kg-gallery-row {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
  
.kg-gallery-image img {
	display: block;
	margin: 0;
	width: 100%;
	height: 100%;
}
  
.kg-bookmark-card {
	width: 100%;
	position: relative;
}

.kg-bookmark-container {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	color: currentColor;
	font-family: inherit;
	text-decoration: none;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.kg-bookmark-container:hover {
	text-decoration: none;
}

.kg-bookmark-content {
	flex-basis: 0;
	flex-grow: 999;
	padding: 20px;
	order: 1;
}

.kg-bookmark-title {
	font-weight: 600;
}

.kg-bookmark-metadata,
.kg-bookmark-description {
	margin-top: 0.5em;
}

.kg-bookmark-metadata {
	align-items: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.kg-bookmark-description {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.kg-bookmark-icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	vertical-align: text-bottom;
	margin-right: 0.5em;
	margin-bottom: 0.05em;
}

.kg-bookmark-thumbnail {
	display: flex;
	flex-basis: 24rem;
	flex-grow: 1;
}

.kg-bookmark-thumbnail img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	object-fit: cover;
}

.kg-bookmark-author {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.kg-bookmark-publisher::before {
	content: "•";
	margin: 0.0 0.5em;
}
