@charset "UTF-8";
/*	################################################################

Author: Florian Kueker
URL: http://themes.kueker.net/spec

Project Name: Spec
Version: 1.0.0
URL: http://themes.kueker.net/spec

################################################################# */

.content h2 {
  display: inline-block;
  border-bottom: 2px solid #222;
}

.article-header {
  position: relative;
  line-height: 0;
  display: block;
  height: 15rem;
  margin-bottom: 4rem;
  overflow: hidden;
  box-shadow: 0.1em 0.6em 3em rgba(0, 0, 0, .1)
}

@media (min-width: 1024px) {
  .article-header {
    height: 35rem;
  }
}

.article-header a > figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-header figcaption {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #fff;
  line-height: 1;
}

.article-header figure.author {
  display: inline-block;
}

.article-header .author img{
  position: relative;
  border-radius: 50%;
  max-width: 50px;
  max-height: 50px;
  box-shadow: 0.1em 0.6em 3em rgba(0, 0, 0, .1);
}


.article-header figcaption a {
  color: #fff;
}

.article-header figcaption a:hover {
  color: rgba(255, 255, 255, 0.75);
}

.article-header div {
  padding: 2rem;
}

.article-header div > * {
  padding: 1rem 0;
}

.article-header figcaption .category {
  text-transform: uppercase;
}

.article-header figcaption h1 {
  font-size: 2.5em;
}

.article-header figcaption time {
  font-size: .825em;
  text-transform: uppercase;
  letter-spacing: .05em;
  display: block;
}

.article-footer>* {
  margin-bottom: 4rem !important;
}

.share-links {
  padding: 1em 2em;
  border: 2px solid #222;
  border-radius: 3px;
  text-transform: uppercase;
}

.share-links .level-item span {
  font-size: 1em;
  line-height: 1.85em;
  font-weight: 600;
  color: #222;
}

.prevnext .heading {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
}

.prevnext .title {
  font-size: 1.125em;
  font-weight: 600;
  color: #333;
}

.related-article .cover {
  position: relative;
  line-height: 0;
  display: block;
  height: 10rem;
  overflow: hidden;
}

.related-article .cover img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}

.related-article .cover:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.related-article .cover figcaption {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(33, 41, 51, 0.35);
  text-align: center;
  color: #fff;
  line-height: 1;
}

.related-article .cover figcaption a {
  color: #fff;
}

.related h3 {
  margin-bottom: 4rem;
}

.related h4 {
  font-size: 1.1em;
  line-height: 1.25;
}

article a.readmore {
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.825em;
  letter-spacing: .05em;
  border-bottom: 2px solid #eaeaea;
  color: #333;
}

article a.readmore::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  margin-bottom: -2px;
  background: #222222;
  transition: width .3s;
}

article a.readmore:hover::after {
  width: 100%;
}
