/* GENERAL fonts & color */
body {
  color: #212121;
  font-family: 'Roboto Condensed', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title,
.post-header-wrap .published { 
  font-family: 'Special Elite', cursive;
}

a,
.button,
.tag-links a {
  color: #dd2222; /* red */
}

.post-content .button {
  background: #dd2222;  /* red */
  color: #fff;
}
.post-content .button:hover,
.post-content .button:focus {
  background: #212121;
  color: #fff;
}

.post-content .button.outline {
  background: #fff;
  border: 1px solid #dd2222; /* red */
  color: #dd2222;
}
.post-content .button.outline:hover,
.post-content .button.outline:focus {
  background: #fff;
  border: 1px solid #212121;
  color: #212121;
}

.post-count,
.tag-links {
  font-family: 'Roboto Condensed', sans-serif;
}

/* HEADER */
.site-header {
  background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.site-title a {
  border-bottom: 0;
}

/* MENU (SIDEBAR) */
.sidebar-toggle .icon,
.sidebar-toggle .icon:before, 
.sidebar-toggle .icon:after,
.sidebar .sidebar-toggle .icon:before, 
.sidebar .sidebar-toggle .icon:after {
  background-color: #fff;
}
.sidebar a {
  color: #d4d3d3; /* light grey */
}
.sidebar a:hover,
.site-navigation .menu-item a:hover {
  color: #fff;
}
.site-navigation .menu-item a:hover:before {
  display: none;
}

.site-navigation,
.widget {
  margin-bottom: 1em;
}
.site-navigation h2, 
.widget-title {
  margin-bottom: .25em;
}
.site-navigation h2::before, 
.widget-title::before, 
.subscribe-box-title::before, 
.site-navigation h2::after, 
.widget-title::after, 
.subscribe-box-title::after {
  content: "";
}

.sidebar .widget-area {
  padding-top: 20px;
}

.widget-about .form-group,
.widget-about button {
 display: inline-block;
 margin-bottom: .5em;
 }
.widget-about button[type="submit"] {
 color: #fff;
 padding: 8px 20px;
 vertical-align: top;
}

.tagcloud a {
  padding: 5px 10px;
}

/* HERO General */
.cover-bg {
  opacity: .5;
}
.author-template .cover-bg,
.page-template .cover-bg {
  opacity: .7;
}
.hero-title:after,
.post-template .post-title:after, 
.page-template .post-title:after,
.page-title:after {
  background-color: #666;
}
.post-template .post-meta a, 
.page-template .post-meta a {
  color: #d4d3d3; /* light grey */
  font-family: 'Special Elite', cursive;
  font-style: normal;
}
.cover .tag-links a,
.cover .author-links a {
  color: #d4d3d3; /* light grey */
  color: #fff
}
.post-meta .post-meta-wrap .author-avatar {
  height: 100px;
  width: 100px;
}

/* HERO Home */
.home-template .cover-bg {
  opacity: 1;
}
.home-template .hero-text {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+0,ffffff+100&1+0,0+75 */
  background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 75%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  color: #dd2222; /* red */
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 1em;
  padding: .5em;
  text-shadow: 0px 0px 10px #fff;
}
.home-template .cover-content .inner {
  text-align: center;
}
.home-template .hero .subscribe {
  color: #000;
  background: rgba(255,255,255,.4);
  font-size: 18px;
}
@media only screen and (min-width: 861px) {
  .home-template .hero-text {
    font-size: 34px;
  }
  .home-template .hero .subscribe {
  font-size: 24px;
  }
}

/* CONTENT */
.post-list .post-meta,
.post-list .post-meta .published,
.pagination {
  color: #676566; /* grey minimum contrast against white bg */
  font-family: 'Special Elite', cursive;
  font-style: normal;
}
@media only screen and (min-width: 861px) {
  .post-meta .author-avatar {
    height: 50px;
    margin-top: -13px;
    width: 50px;
  }
  .post-meta .post-author {
    font-size: 24px;
    }
}

.kg-image-card img { 
  display: block; 
  margin: 0 auto; 
}

/* NEXT/PREV POSTS */
.nav-before,
.nav-after {
  color: #adabac;
  font-family: 'Roboto Condensed', sans-serif;
}
.nav-before:after,
blockquote:before, 
blockquote:after {
  background-color: #adabac;
}
.nav-title,
.nav-date {
  font-family: 'Special Elite', cursive;
}
.nav-date {
  display: block;
  margin-top: .5em;
}
.nav-inside .author-avatar {
    border-radius: 50%;
    height: 30px;
    margin-right: 5px;
    margin-top: -3px;
    width: 30px;
}


/* Pre-Footer Subscribe & FOOTER */
.site-footer .inner {
  max-width: none;
}
.donate {
 color: #fff;
 letter-spacing: 2px;
 margin-bottom: 45px;
 text-transform: uppercase;
}
.donate h3 {
  color: #fff;
  margin: 0;
}
.crypto {
  display: inline-block;
  margin: .25em .5em;
}
.crypto .address {
  letter-spacing: 0;
  font-size: .75em;
}
.site-info {
 color: #8B898A; /* minimum contrast against the dark background */
}
.subscribe-box,
.subscribe-box button[type="submit"],
.site-footer a {
  color: #adabac;
}


/* Author Pages */
@media only screen and (min-width: 1200px) {
  .page-header .author-avatar {
    height: 150px;
    left: -200px;
    width: 150px;
  }
}
@media only screen and (max-width: 1000px) {
  .page-header .author-avatar {
    display: block;
    float: right;
    left: 0;
    position: relative;
    top: 0;
  }
}


/* Subscribe Page */
.gh-app.subscribe {
  background-color: #101012;
  }
.gh-app.subscribe .gh-main {
  background: transparent;
  }
.gh-app.subscribe .gh-flow-content h1 {
  color: #fff;
  text-shadow: 0px 0px 30px #000;
}
.gh-app.subscribe .gh-flow-back {
  background: rgba(255,255,255,.75);
  border-radius: 0;
  color: #333;
}
.gh-app.subscribe .gh-flow-content {
  color: #fff;
}
.gh-app .gh-flow-content header {
  max-width: none;
}
.gh-signin {
  background: rgba(0,0,0,.75);
  border: none;
  border-radius: 0;
}
.gh-btn-blue {
  background: #dd2222; /* red */
  box-shadow: none;
  text-shadow: none;
}
.gh-btn-blue span {
  background: none;
  border-radius: 0;
  box-shadow: none;
  text-transform: uppercase;
}