@charset "UTF-8";
/*	################################################################

Author: Florian Kueker
URL: http://themes.kueker.net/thinkingv3

Project Name: Thinking v3
Version: 1.0.0
URL: http://themes.kueker.net/thinkingv3

################################################################# */

.content h2 {
  display: inline-block;
  border-bottom: 2px solid #222;
}

.header {
  padding-top: 5rem;
  padding-bottom: 5rem;
  text-align: center;
}

.header h1{
  font-size: 1.78em;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.header time {
  font-size: .825em;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.header span.category {
  text-transform: uppercase;
}

.article-header {
  position: relative;
  line-height: 0;
  display: block;
  height: 15rem;
  margin-bottom: 4rem;
  overflow: hidden;
  box-shadow: 0 16px 16px rgba(0,0,0,.05), 0 8px 8px rgba(0,0,0,.05), 0 4px 4px rgba(0,0,0,.05), 0 2px 2px rgba(0,0,0,.05);
}

@media (min-width: 1024px) {
  .article-header {
    height: 35rem;
  }
}

@media screen and (min-width: 1204px) {
  article header.container {
    max-width: 1140px;
    width: 1140px;
  }
}

.article-header img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}

.article-header:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.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.2);
  text-align: center;
  color: #fff;
  line-height: 1;
}

.article-header figcaption a {
  color: #fff;
}

.article-header figcaption a:hover {
  color: rgba(255, 255, 255, 0.75);
}

.article-header div {
  padding: 1rem 2rem;
}

.article-header figcaption .category {
  text-transform: uppercase;
}

.article-header figcaption h1 {
  font-size: 1.78em;
  padding: 1rem 0;
}

.article-header figcaption time {
  font-size: .825em;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.article-content>p:first-child::first-letter {
  font-size: 4em;
  line-height: 1;
  font-weight: bold;
  float: left;
  padding-right: 1rem;
}

.article-footer {
  padding: 4rem 0;
}

.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 {
  letter-spacing: 2px;
  display: inline-block;
  font-size: 10px;
  font-weight: 500;
  padding-bottom: .4em;
  text-transform: uppercase;
}

.prevnext .title {
  font-size: 1.5rem;
  margin-bottom: 1em;
  font-weight: 600;
  text-transform: uppercase;
  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 h4 {
  font-weight: 500;
  font-size: 1.1em;
  text-transform: uppercase;
  line-height: 1.25;
  display: inline-block;
  margin-left: .5rem;
}

.related p {
  margin-top: 1rem;
}

.author {
  position: relative;
  color: #222;
  padding: 1.5rem 2rem;
  margin: 4rem 0 1em;
  border: 1px solid #eee;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 #FFF, 1px 1px 0 #FFF, 2px 2px 0 #FFF, 3px 3px 0 #eee;
}

.author h4 {
  font-weight: 600;
  font-size: 1.35em;
  line-height: 1.36em;
}

.author h5 {
  font-weight: 300;
  font-size: 1.15em;
  line-height: 1.36em;
}

.author img {
  display: block;
  margin: -60px auto 10px auto;
  max-height: 80px;
  border-radius: 50%;
  border: 6px solid #fff;
}

.author p {
  position: relative;
  margin: .6em 0 0.2em 0;
}

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%;
}
