/* ==========================================================================
   Dark skin
   ========================================================================== */
/* Colors */
/* dark syntax highlighting (base16) */
.author__urls.social-icons .svg-inline--fa,
.page__footer-follow .social-icons .svg-inline--fa {
  color: inherit;
}

.author__urls.social-icons .svg-inline--fa,
.page__footer-follow .social-icons .svg-inline--fa {
  color: inherit;
}

/* ==========================================================================
   Variables
   ========================================================================== */
/*
   Typography
   ========================================================================== */
/* paragraph indention */
/* system typefaces */
/* sans serif typefaces */
/* serif typefaces */
/* type scale */
/* headline scale */
/*
   Colors
   ========================================================================== */
/* YIQ color contrast */
/* brands */
/* links */
/* notices */
/* syntax highlighting (base16) */
/*
   Breakpoints
   ========================================================================== */
/*
   Grid
   ========================================================================== */
/*
   Other
   ========================================================================== */
#main {
  margin-bottom: 7em;
}

.post-title {
  display: block;
  font-size: 20pt;
  color: #eaeaea;
  font-weight: bold;
}

.post-row {
  display: block;
  width: 100%;
  padding-bottom: 1em;
  padding-top: 1em;
  border-bottom: 1px solid #3d4144;
}
@media (min-width: 1024px) {
  .post-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.post-row .post-row-image {
  width: 300px;
  min-height: 100%;
  text-align: center;
}
@media (max-width: 1024px) {
  .post-row .post-row-image {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  .post-row .post-row-image {
    -webkit-flex: initial 300px;
    -moz-flex: initial 300px;
    flex: initial 300px;
  }
}
.post-row .post-row-image img {
  width: 100%;
}
.post-row .post-row-text {
  margin-left: 1em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .post-row .post-row-text {
    width: calc(100% - 320px);
    -webkit-flex: 1;
    -moz-flex: 1;
    flex: 1;
  }
}
@media (max-width: 1024px) {
  .post-row .post-row-text {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.post-row .post-row-text h2 {
  margin-top: 0em;
}
.post-row .post-row-text .post-row-text-termination {
  width: 100%;
  margin-top: auto;
  margin-bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.post-row .post-row-text .post-row-text-termination .post-date {
  flex: initial;
  width: 50%;
}
.post-row .post-row-text .post-row-text-termination .readmore {
  text-align: right;
  flex: initial;
  width: 50%;
}
.post-row:after {
  content: "";
  display: block;
  clear: both;
}

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