@charset "UTF-8";
/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff;
  margin-bottom: 30px; }
  .highlight .c {
    color: #998;
    font-style: italic; }
  .highlight .err {
    color: #a61717;
    background-color: #e3d2d2; }
  .highlight .k {
    font-weight: bold; }
  .highlight .o {
    font-weight: bold; }
  .highlight .cm {
    color: #998;
    font-style: italic; }
  .highlight .cp {
    color: #999;
    font-weight: bold; }
  .highlight .c1 {
    color: #998;
    font-style: italic; }
  .highlight .cs {
    color: #999;
    font-weight: bold;
    font-style: italic; }
  .highlight .gd {
    color: #000;
    background-color: #fdd; }
  .highlight .gd .x {
    color: #000;
    background-color: #faa; }
  .highlight .ge {
    font-style: italic; }
  .highlight .gr {
    color: #a00; }
  .highlight .gh {
    color: #999; }
  .highlight .gi {
    color: #000;
    background-color: #dfd; }
  .highlight .gi .x {
    color: #000;
    background-color: #afa; }
  .highlight .go {
    color: #888; }
  .highlight .gp {
    color: #555; }
  .highlight .gs {
    font-weight: bold; }
  .highlight .gu {
    color: #aaa; }
  .highlight .gt {
    color: #a00; }
  .highlight .kc {
    font-weight: bold; }
  .highlight .kd {
    font-weight: bold; }
  .highlight .kp {
    font-weight: bold; }
  .highlight .kr {
    font-weight: bold; }
  .highlight .kt {
    color: #458;
    font-weight: bold; }
  .highlight .m {
    color: #099; }
  .highlight .s {
    color: #d14; }
  .highlight .na {
    color: #008080; }
  .highlight .nb {
    color: #0086b3; }
  .highlight .nc {
    color: #458;
    font-weight: bold; }
  .highlight .no {
    color: #008080; }
  .highlight .ni {
    color: #800080; }
  .highlight .ne {
    color: #900;
    font-weight: bold; }
  .highlight .nf {
    color: #900;
    font-weight: bold; }
  .highlight .nn {
    color: #555; }
  .highlight .nt {
    color: #000080; }
  .highlight .nv {
    color: #008080; }
  .highlight .ow {
    font-weight: bold; }
  .highlight .w {
    color: #bbb; }
  .highlight .mf {
    color: #099; }
  .highlight .mh {
    color: #099; }
  .highlight .mi {
    color: #099; }
  .highlight .mo {
    color: #099; }
  .highlight .sb {
    color: #d14; }
  .highlight .sc {
    color: #d14; }
  .highlight .sd {
    color: #d14; }
  .highlight .s2 {
    color: #d14; }
  .highlight .se {
    color: #d14; }
  .highlight .sh {
    color: #d14; }
  .highlight .si {
    color: #d14; }
  .highlight .sx {
    color: #d14; }
  .highlight .sr {
    color: #009926; }
  .highlight .s1 {
    color: #d14; }
  .highlight .ss {
    color: #990073; }
  .highlight .bp {
    color: #999; }
  .highlight .vc {
    color: #008080; }
  .highlight .vg {
    color: #008080; }
  .highlight .vi {
    color: #008080; }
  .highlight .il {
    color: #099; }

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

.highlight {
  margin-bottom: 16px; }

main {
  display: block; }

body {
  background-color: #eeecec;
  font-family: "Atkinson Hyperlegible", sans-serif;
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

.logo-readium {
  position: fixed;
  left: 10px;
  top: 10px;
  width: 48px;
  height: 48px;
  background-color: #000;
  overflow: hidden;
  z-index: 99; }
  .logo-readium .logo {
    display: block;
    position: absolute;
    top: 8px;
    left: 8px;
    width: 32px;
    height: 32px;
    background-size: cover;
    background-repeat: no-repeat; }

.teaserimage {
  height: 450px;
  position: relative;
  overflow: hidden;
  background-color: #000; }
  .teaserimage .teaserimage-image {
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    text-indent: -9999px; }

.blog-header {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (max-width: 800px) {
    .blog-header {
      padding: 0 16px; } }
  .blog-header .blog-logo {
    width: 120px;
    height: 120px;
    position: absolute;
    top: -60px;
    right: 50%;
    margin-right: -60px;
    background-size: cover;
    border-radius: 50%;
    z-index: 99;
    text-indent: -9999px;
    border: 3px solid #fff;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); }
  .blog-header .blog-title {
    margin: 0;
    padding: 84px 16px 8px;
    font-size: 50px;
    text-align: center;
    font-weight: normal;
    letter-spacing: -2px;
    outline: 0;
    line-height: 50px;
    word-break: break-word;
    color: black; }
  .blog-header .blog-description {
    margin: 0 0 20px;
    padding: 0 32px;
    font-size: 18px;
    line-height: 1.5;
    color: #666;
    text-align: center;
    font-weight: 400; }
  .blog-header .custom-links {
    margin: 0 0 50px;
    text-align: center;
    color: #ccc; }
    .blog-header .custom-links a {
      text-decoration: none;
      color: #666; }
      .blog-header .custom-links a:hover {
        color: black; }

.content {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .content article .post-title {
    letter-spacing: -0.02em;
    font-weight: normal;
    font-style: normal;
    display: block;
    font-size: 28px;
    line-height: 1.1;
    margin: 0 0; }
    .content article .post-title a {
      text-decoration: none;
      color: black332; }
      .content article .post-title a:hover {
        text-decoration: none; }
  .content article .post-excerpt {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    letter-spacing: -0.02em;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 1.3;
    color: #333333; }
  .content article .post-meta {
    font-size: 14px;
    color: #black;
    line-height: 30px; }
    .content article .post-meta a {
      color: #black;
      text-decoration: none; }
      .content article .post-meta a:hover {
        text-decoration: underline; }

.container.featured {
  padding-bottom: 40px; }

.post-template .content {
  max-width: 700px; }

.index-headline {
  border-top: 1px solid #dededc;
  margin: 0;
  padding: 16px 0; }
  .index-headline span {
    color: #b3b3b1;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px; }

.archive-template .index-headline.featured {
  display: none; }

.pagination {
  text-align: center;
  padding: 48px 0 0;
  font-size: 12px; }
  .pagination a {
    color: #999;
    text-decoration: none; }
    .pagination a:hover {
      color: black; }

.post-reading {
  position: absolute;
  top: 60px;
  right: 30px;
  line-height: 44px;
  display: inline-block;
  white-space: nowrap;
  color: black;
  font-size: 14px;
  letter-spacing: -0.02em;
  font-weight: 400;
  font-style: normal;
  font-family: "Atkinson Hyperlegible", sans-serif;
  z-index: 999; }

.tag-articleimage .post-reading {
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25), 0px 0px 1px rgba(0, 0, 0, 0.5); }

.site-footer {
  margin: 0 auto;
  padding: 48px 0;
  width: 100%;
  max-width: 1024px;
  font-size: 12px;
  text-align: center;
  color: #999;
  line-height: 17.6px; }
  .site-footer a {
    color: #666;
    text-decoration: none; }
    .site-footer a:hover {
      color: black; }

.post .article-image {
  position: absolute;
  background-color: #000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  height: 600px; }
@media(min-width: 700px) {
  .post .article-image .post-image-image {
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-indent: -9999px;
    padding-top: 33%;
    z-index: 1; }
  .post .article-image .post-image-image2 {
    display: none; } }
@media(max-width: 700px) {
  .post .article-image .post-image-image {
    display: none; }
  .post .article-image .post-image-image2 {
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-indent: -9999px;
    padding-top: 33%;
    z-index: 1; } }
  .post .article-image .post-meta {
    position: absolute;
    bottom: 80px;
    left: 30%;
    right: 30%;
    z-index: 9;
    font-family: "Atkinson Hyperlegible", sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (max-width: 800px) {
      .post .article-image .post-meta {
        left: 16px;
        right: 16px; } }
@media(max-width: 1024px) {
  .post .article-image .post-meta {
    left: 10%;
    right: 10%; } }
  .post .article-image .post-title {
    font-weight: normal;
    font-style: normal;
    letter-spacing: -0.04em;
    font-size: 50px;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 16px;
    text-shadow: 0px 1px 16px rgba(0, 0, 0, 0.5), 0px 0px 1px rgba(0, 0, 0, 0.5); }
  .post .article-image .author-image {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 8px;
    margin-bottom: -10px;
    float: left;
    background-size: cover;
    border-radius: 100%;
    text-indent: -9999px; }
  .post .article-image .author-name {
    display: inline; }
  .post .article-image .post-meta-text {
    color: rgba(255, 255, 255, 0.75);
    letter-spacing: -0.02em;
    font-weight: 400;
    font-style: normal;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25), 0px 0px 1px rgba(0, 0, 0, 0.5);
    font-size: 30px;
    font-family: "Atkinson Hyperlegible", sans-serif;
    white-space: nowrap;
    text-overflow: ellipsis; }
    .post .article-image .post-meta-text a {
      color: rgba(255, 255, 255, 0.75); }
      .post .article-image .post-meta-text a:hover {
        color: white; }
  .post .article-image .fa-angle-down {
    font-size: 32px;
    margin: 64px auto 0;
    color: rgba(255, 255, 255, 0.75); }
    .post .article-image .fa-angle-down:hover {
      color: #fff; }
  .post .article-image .topofpage {
    text-decoration: underline; }
.post .noarticleimage .post-meta {
  font-family: "Atkinson Hyperlegible", sans-serif;
  padding-top: 60px; }
.post .noarticleimage .post-title {
  font-weight: normal;
  font-style: normal;
  letter-spacing: -0.04em;
  font-size: 50px;
  line-height: 1.1;
  color: black;
  margin-bottom: 16px; }
.post .noarticleimage .author-image {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
  margin-bottom: -10px;
  float: left;
  background-size: cover;
  border-radius: 100%;
  text-indent: -9999px; }
.post .noarticleimage .author-name {
  display: inline; }
.post .noarticleimage .post-meta-text {
  color: #b3b3b1;
  letter-spacing: -0.02em;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  overflow: hidden;
  font-family: "Atkinson Hyperlegible", sans-serif;
  white-space: nowrap;
  text-overflow: ellipsis; }
.post .post-content {
  width: 100%;
  font-family: "Atkinson Hyperlegible", sans-serif;
  color: black; }
  .post .post-content h1, .post .post-content h2, .post .post-content h3 {
    margin-top: 0px;
    font-family: "Atkinson Hyperlegible", sans-serif; }
  .post .post-content h3, .post .post-content h4, .post .post-content h5, .post .post-content h6 {
    letter-spacing: -0.02em;
    font-weight: bold;
    font-style: normal;
    font-size: 24px;
    line-height: 1.3;
    margin: 0;
    font-family: "Atkinson Hyperlegible", sans-serif;
    margin-bottom: 4px; }
  .post .post-content h2, .post .post-content h1 {
    letter-spacing: -0.02em;
    font-weight: normal;
    font-style: normal;
    font-size: 32px;
    line-height: 1.2;
    padding-top: 15px;
    margin-bottom: 4px; }
  .post .post-content p {
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 30px;
    margin: 0;
    padding-bottom: 30px;
    color: black;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto; }
  .post .post-content a {
    color: black;
    text-decoration: underline; }
  .post .post-content img {
    display: block;
    max-width: 100%;
    width: 100%;
    margin: 0 auto; }
  .post .post-content figure {
    margin: 0;
    padding: 0 0 30px; }
  .post .post-content figcaption {
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    line-height: 1.3;
    color: #333333;
    outline: 0;
    z-index: 300;
    text-align: center; }
  .post .post-content hr {
    border: 0;
    padding: 0;
    display: block;
    width: 15%;
    margin: 30px auto;
    border: 0px solid #ddd;
    border-top: 1px solid #ddd; }
  .post .post-content blockquote {
    margin: 0 0 30px;
    margin-left: -26px;
    border-left: 3px solid #57ad68;
    padding-left: 20px; }
    .post .post-content blockquote p {
      letter-spacing: 0.01rem;
      font-weight: 400;
      font-style: italic;
      mborder-left: 3px solid #57ad68;
      mpadding-left: 20px;
      mmargin-left: -26px;
      padding-bottom: 3px; }
  .post .post-content ul, .post .post-content ol {
    padding: 0 0 0px;
    margin: 0; }
  .post .post-content li {
    padding: 0;
    font-weight: 400;
    font-style: normal;
    font-size: 23px;
    line-height: 30px;
    margin-left: 30px;
    margin-bottom: 12px;
    padding-top: 2px; }
    .post .post-content li p {
      padding: 0 0 1.618rem; }
  .post .post-content ol li {
    list-style-type: decimal; }
.post .bottom-teaser {
  padding: 50px 0;
  font-family: "Atkinson Hyperlegible", sans-serif; }
  .post .bottom-teaser hr {
    border: 0;
    padding: 0;
    display: block;
    width: 15%;
    margin: 16px 0 16px 100px;
    border: 0px solid #ddd;
    border-top: 1px solid #ddd; }
  .post .bottom-teaser .isLeft {
    float: left;
    width: 47%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (max-width: 800px) {
      .post .bottom-teaser .isLeft {
        width: 100%;
        padding-bottom: 32px; } }
    .post .bottom-teaser .isLeft .index-headline {
      padding-bottom: 32px; }
    .post .bottom-teaser .isLeft a {
      color: #000;
      text-decoration: none; }
      .post .bottom-teaser .isLeft a:hover {
        color: black;
        text-decoration: underline; }
    .post .bottom-teaser .isLeft .author-image {
      display: block;
      width: 80px;
      height: 80px;
      float: left;
      background-size: cover;
      border-radius: 100%;
      text-indent: -9999px; }
    .post .bottom-teaser .isLeft h4 {
      font-size: 18px;
      line-height: 1.1;
      font-weight: normal;
      padding: 0;
      margin: 0;
      padding-left: 100px; }
    .post .bottom-teaser .isLeft p {
      font-size: 14px;
      line-height: 1.3;
      font-weight: 400;
      padding: 0;
      margin: 0;
      padding-left: 100px; }
      .post .bottom-teaser .isLeft p.published {
        color: #999; }
  .post .bottom-teaser .isRight {
    float: right;
    width: 47%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (max-width: 800px) {
      .post .bottom-teaser .isRight {
        width: 100%; } }
    .post .bottom-teaser .isRight .index-headline {
      padding-bottom: 32px; }
    .post .bottom-teaser .isRight .site-footer {
      margin: 0;
      padding: 0;
      color: black;
      text-align: left;
      font-size: 14px;
      line-height: 1.3;
      color: #999; }
      .post .bottom-teaser .isRight .site-footer a {
        color: black;
        text-decoration: none; }
        .post .bottom-teaser .isRight .site-footer a:hover {
          text-decoration: underline; }
      .post .bottom-teaser .isRight .site-footer .poweredby {
        display: block;
        padding-bottom: 18px;
        font-weight: normal;
        color: black; }
.post .prev-next-links {
  margin-top: 30px;
  color: grey;
  font-family: "Atkinson Hyperlegible", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px; }
  .post .prev-next-links .isLeft {
    float: left;
    width: 47%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (max-width: 800px) {
      .post .prev-next-links .isLeft {
        width: 100%;
        padding-bottom: 32px; } }
    .post .prev-next-links .isLeft a {
      color: #000;
      text-decoration: none; }
      .post .prev-next-links .isLeft a:hover {
        color: black;
        text-decoration: underline; }
  .post .prev-next-links .isRight {
    float: right;
    width: 47%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (max-width: 800px) {
      .post .prev-next-links .isRight {
        width: 100%; } }
    .post .prev-next-links .isRight a {
      color: #000;
      text-decoration: none; }
      .post .prev-next-links .isRight a:hover {
        color: black;
        text-decoration: underline; }

.share {
  text-align: right;
  padding: 20px 0 0; }
  .share a {
    text-decoration: none;
    color: #bbb;
    padding-left: 12px; }
    .share a .hidden {
      display: none; }
    .share a:hover {
      color: black; }

.bottom-closer {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: black; }
  .bottom-closer .background-closer-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-indent: -9999px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.5; }
  .bottom-closer .inner {
    width: 100%;
    position: relative;
    z-index: 99;
    max-width: 1024px;
    padding: 120px 0 90px;
    text-align: center;
    margin: 0 auto; }
    .bottom-closer .inner .blog-title {
      margin: 0;
      padding: 0 0 10px;
      font-size: 50px;
      text-align: center;
      font-weight: normal;
      letter-spacing: -2px;
      outline: 0;
      line-height: 50px;
      word-break: break-word;
      color: #fff;
      text-shadow: 0px 1px 16px rgba(0, 0, 0, 0.5), 0px 0px 1px rgba(0, 0, 0, 0.5); }
    .bottom-closer .inner .blog-description {
      margin: 0 0 50px;
      padding: 0 32px;
      font-size: 18px;
      line-height: 1.5;
      color: #fff;
      text-align: center;
      font-weight: 400;
      text-shadow: 0px 1px 16px rgba(0, 0, 0, 0.5), 0px 0px 1px rgba(0, 0, 0, 0.5); }
      .bottom-closer .inner .blog-description a {
        color: white; }
    .bottom-closer .inner .custom-links {
      margin: 0 0 50px; }
    .bottom-closer .inner .btn {
      display: inline-block;
      text-align: center;
      letter-spacing: -0.02em;
      font-size: 15px;
      font-weight: 400;
      font-style: normal;
      text-decoration: none;
      cursor: pointer;
      height: 44px;
      background: #57ad68;
      color: #fff;
      vertical-align: middle;
      box-sizing: border-box;
      border-radius: 999em;
      line-height: 44px;
      padding: 0 18px; }

#disqus_thread {
  margin-top: 50px; }

.post-tag-articleimage {
  display: none; }

pre,
code {
  font-size: 15px;
  border: 1px solid #e8e8e8;
  border-radius: 3px; }

code {
  padding: 1px 5px; }

pre {
  padding: 8px 12px;
  overflow-x: scroll; }
  pre > code {
    border: 0;
    padding-right: 0;
    padding-left: 0; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

table {
  border-collapse: collapse;
  margin-bottom: 1rem; }

table > thead > tr > th {
  text-align: left;
  border-bottom: 1px solid; }

table > tbody > tr > td,
table > tbody > tr > th,
table > thead > tr > td,
table > thead > tr > th {
  padding: 5px 10px; }

table > tbody > tr + tr > td {
  border-top: 1px solid; }

.index {
  max-width: 100%; }

.article-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  box-sizing: border-box; }

.preview-link {
  color: inherit;
  text-decoration: none; }
@media(min-width: 800px) {
  .preview-link {
    width: 500px;
    margin: 10px; } }
@media(max-width: 800px) {
  .preview-link {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px; } }
.preview {
  height: 400px;
  box-sizing: border-box;
  background-color: white;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8; }
  .preview:hover {
    cursor: pointer;
    background-color: #f3f3f3;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2); }

.post .post-all-posts {
  position: absolute;
  top: 60px;
  left: 30px;
  line-height: 44px;
  display: inline-block;
  white-space: nowrap;
  font-size: 14px;
  letter-spacing: -0.02em;
  font-weight: 400;
  font-style: normal;
  font-family: "Atkinson Hyperlegible", sans-serif;
  text-transform: uppercase;
  z-index: 999; }
  .post .post-all-posts a {
    color: white;
    text-decoration: none; }
    .post .post-all-posts a:hover {
      text-decoration: underline; }

.article-item .post-excerpt {
  margin-top: 10px; }

.video-list-item {
  margin: 0px;
  width: 720px;
  margin: 10px; }
@media(max-width: 720px) {
  .video-list-item {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px; } }
.video-preview {
  box-sizing: border-box;
  background-color: white;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8; }
  .video-preview:hover {
    cursor: pointer;
    background-color: #f3f3f3;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2); }

.quote {
  font-weight: 800;
  font-family: serif;
  font-size: x-large;
  font-style: italic;
  text-align: center;
  margin-bottom: 1em; }
  .quote:before {
    content: "“"; }
  .quote:after {
    content: "”"; }

.custom-links-post {
  margin-top: 50px;
  line-height: 2;
  margin-left: 20px;
  margin-right: 20px; }
  .custom-links-post .custom-links {
    text-align: center;
    color: #ccc; }
    .custom-links-post .custom-links a {
      text-decoration: none;
      color: #999; }
      .custom-links-post .custom-links a:hover {
        color: black; }

.tags .tag {
  white-space: nowrap;
  line-height: 2; }
  .tags .tag:after {
    content: " ● ";
    margin-left: 0.5rem;
    margin-right: 0.5rem; }
  .tags .tag:last-child:after {
    content: ""; }

.tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.tab {
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  border-radius: 3px;
  cursor: pointer; }
  .tab:hover {
    background-color: #f3f3f3;
    border: 1px solid #e0e0e0;
    border-bottom: 0;
    border-radius: 3px; }

.tab-active {
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-bottom: 0;
  border-radius: 3px; }

.tab-content {
  display: none;
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-top: 0;
  border-radius: 3px;
  padding: 20px; }

.tab-content-active {
  display: block; }

.related_post {
  display: flex;
  padding: 20px;
  margin-bottom: 20px;
  background-color: white;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2); }
@media(max-width: 600px) {
  .related_post {
    flex-direction: column;
    align-items: center; } }
@media(min-width: 600px) {
  .related_post {
    flex-direction: row; } }
  .related_post:hover {
    background-color: #f3f3f3; }
    .related_post:hover .related_video_image::after {
      opacity: 1; }

@media(max-width: 600px) {
  .related_post_text {
    margin-top: 20px; } }
.related_post_image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
@media(min-width: 600px) {
  .related_post_image {
    width: 214px;
    height: 120px; } }
@media(max-width: 600px) {
  .related_post_image {
    width: 100%;
    aspect-ratio: 16/9; } }
.related_video_image {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
@media(min-width: 600px) {
  .related_video_image {
    width: 214px;
    height: 120px; } }
@media(max-width: 600px) {
  .related_video_image {
    width: 100%;
    aspect-ratio: 16/9; } }
  .related_video_image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../assets/play.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
    opacity: 0.7; }
