@charset "UTF-8";
.post {
  margin: 6.5536rem 0;
}

.post:first-of-type {
  margin: 4.096rem 0 6.5536rem;
}

.post .footnotes {
  margin-top: 100px;
  font-size: .7857142857142857em;
  line-height: 1.2em;
}

.post .footnotes hr {
  max-width: 80px;
  margin-left: 0;
  margin-bottom: 15px;
  border-style: solid;
  border-color: #b8b8b8;
  border-width: 0 0 1px;
}

.post .footnotes ol {
  padding-left: 15px;
}

@media (max-width: 450px) {
  .post-channel {
    padding: 15px 40px;
    border: 1px solid #EEE;
    border-width: 1px 0;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 99;
    background: -moz-linear-gradient(top, white 0%, white 33%, rgba(255, 255, 255, 0.8) 100%);
    background: -webkit-linear-gradient(top, white 0%, white 33%, rgba(255, 255, 255, 0.8) 100%);
    background: linear-gradient(to bottom, white 0%, white 33%, rgba(255, 255, 255, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ccffffff', GradientType=0);
    color: var(--dark);
    font-size: 1.2rem;
    text-align: center;
  }
}

@media (min-width: 451px) {
  .post-channel {
    display: none;
  }
}

.post-embed .video, .post-body .video {
  max-width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin: .2777777777777778rem 0 1rem;
  overflow: hidden;
  position: relative;
  background-color: var(--black);
}

.post-embed .video iframe,
.post-embed .video object,
.post-embed .video embed,
.post-embed .video video, .post-body .video iframe,
.post-body .video object,
.post-body .video embed,
.post-body .video video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.post-title {
  padding: 0 10px;
  margin: 0 0 1rem;
  font-size: 1.6rem;
  line-height: 1.2em;
}

@media (min-width: 414px) {
  .post-title {
    font-weight: 400;
  }
}

@media (min-width: 415px) {
  .post-title {
    font-weight: 300;
  }
}

@media (min-width: 620px) {
  .post-title {
    padding: 0;
  }
}

.post-title-link:link, .post-title-link:visited {
  border: 0;
  color: var(--dark-lighten-16);
}

.post-title-link:hover, .post-title-link:active {
  color: var(--orange);
}

.post-title-link[rel='external']:after {
  content: ' →';
}

.post_draft .post-title-link::before {
  content: 'Draft: ';
}

@media (max-width: 619px) {
  .post-body {
    padding: 0 10px;
  }
}

@media (min-width: 620px) {
  .post-body {
    padding: 0;
  }
}

.post-body h2,
.post-body h3 {
  margin: 1.6em 0 1rem;
  color: var(--dark-lighten-16);
  font-size: 1.2rem;
  line-height: 1.2em;
}

@media (max-width: 414px) {
  .post-body h2,
  .post-body h3 {
    font-weight: 600;
  }
}

@media (min-width: 415px) {
  .post-body h2,
  .post-body h3 {
    font-weight: 400;
  }
}

.post-body blockquote {
  padding: 0 .625rem;
  margin: 1rem 0 0 .15rem;
  border: 4px solid #d5d4d4;
  border-width: 0 0 0 4px;
  color: #969696;
}

.post-body blockquote strong {
  color: #7e7e7e;
}

.post-body figure {
  margin: 0;
  line-height: 1.2em;
  background-color: var(--stone);
}

.post-body figure figcaption {
  padding-top: .25em;
  padding-left: .5em;
  padding-right: .5em;
  padding-bottom: .5em;
  font-size: .8rem;
  line-height: initial;
}

.post-body iframe {
  border: none;
}

.post-body img {
  max-width: 100%;
}

.post-body p {
  margin: 1em 0;
}

.post-body p:first-of-type {
  margin: .5em 0 1em;
}

.post-body pre {
  width: 100%;
  max-width: calc(100vw - 20px);
  padding: 10px;
  overflow: scroll;
  background: #EFEFEF;
}

.post-body strong {
  color: var(--dark-lighten-16);
}

@media (max-width: 414px) {
  .post-body strong {
    font-weight: 600;
  }
}

@media (min-width: 415px) {
  .post-body strong {
    font-weight: 500;
  }
}

.post-body table {
  width: 100%;
  border: 4px solid #d5d4d4;
  border-collapse: collapse;
  border-width: 0 0 1px;
}

.post-body th {
  border: 4px solid #d5d4d4;
  border-width: 1px 0;
}

.post-body td {
  text-align: center;
}

.post-body td:first-of-type {
  text-align: left;
}

.post-body td .good {
  color: #60B660;
}

.post-body td .bad {
  color: #D75453;
}

.post-body td .caution {
  color: #EB9B38;
}

.post-body ul {
  padding: 0 0 0 1.5625rem;
}

.post-body li {
  margin: 1em 0;
}

.post-more-link {
  display: inline-block;
  padding: .3125em 1.25em;
  border: 0;
  background: var(--orange);
  color: #FFF;
  font-size: .8rem;
}

.post-more-link:link, .post-more-link:visited {
  color: #FFF;
}

.post-more-link:after {
  content: '  ▸';
}

.post-more-link:hover {
  background: var(--orange-lighten-10);
}

.post-more-link:visited {
  color: #FFF;
}

.post-browse {
  padding: 5px 0;
  margin: 1rem 0;
  font-size: 1rem;
  text-align: center;
}

.post-browse-channel, .post-browse-channel:link, .post-browse-channel:visited {
  display: block;
  padding: 10px 25px;
  border-style: solid;
  border-color: var(--orange);
  border-width: 1px;
  border-radius: 5px;
  color: var(--orange);
}

.post-browse-channel:hover {
  background: var(--orange);
  color: #FFF;
}

.post-categories {
  margin: 0;
  font-size: .85rem;
  font-weight: 400;
  text-transform: uppercase;
}

@media (max-width: 619px) {
  .post-categories {
    padding: 0 10px;
  }
}

@media (min-width: 620px) {
  .post-categories {
    padding: 0;
  }
}

.post-category-item {
  color: #b8b8b8;
}

.post-category-item:after {
  content: ' • ';
}

.post-category-item:last-of-type:after {
  content: '';
}

#error .post-category-item {
  color: red;
}

.post-category-link {
  display: inline-block;
}

.post-category-link:link, .post-category-link:visited {
  border: 0;
}

.post-category-link:hover {
  color: var(--orange-lighten-10);
}

.post-thumb {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  background: #000;
  text-align: center;
}

.post-thumb-link {
  width: 100%;
  margin: .2777777777777778rem 0 .5rem;
}

.post_image .post-thumb-link {
  margin: .2777777777777778rem 0 0;
}

.post-thumb-link:link, .post-thumb-link:visited, .post-thumb-link:hover {
  border: 0;
}

.post-thumb-wrapper {
  margin: 0;
}

.post-thumb-wrapper img {
  width: 100%;
  max-width: 100%;
}

.post-thumb-link:link, .post-thumb-link:visited {
  display: inline-block;
  position: relative;
  color: #DDD;
}

.post-thumb-link:hover {
  color: #FFF;
}

.post-thumb-caption {
  display: block;
  width: 100%;
  padding: 40px 20px 10px;
  vertical-align: bottom;
  position: absolute;
  bottom: 6px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 98%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(98%, rgba(0, 0, 0, 0.65)), color-stop(100%, rgba(0, 0, 0, 0.65)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 98%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 98%, rgba(0, 0, 0, 0.65) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 98%, rgba(0, 0, 0, 0.65) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 98%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
  font-size: .9em;
  line-height: 1.3em;
  text-align: left;
}

.post-featured-meta {
  display: block;
}

.post-quote {
  padding: 1.6rem;
  margin: .2777777777777778rem 0 .5rem;
  background: var(--stone);
}

.post-quote blockquote {
  padding: 0;
  margin: 0;
  border: 0;
}

@media (max-width: 450px) {
  .post-quote blockquote {
    font-weight: 400;
  }
}

@media (min-width: 451px) {
  .post-quote blockquote {
    font-weight: 300;
  }
}

.post-quote figcaption {
  margin: 1rem 0 0;
  font-size: 1rem;
  font-style: italic;
}

.post-quote figcaption a,
.post-quote figcaption a:link,
.post-quote figcaption a:visited {
  border: none;
}

.post-quote p:first-of-type {
  margin: 0 0 1em;
}

.post-quote p:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 619px) {
  .post-footer {
    padding: 0 10px;
  }
}

@media (min-width: 620px) {
  .post-footer {
    padding: 0;
  }
}

.post-meta {
  color: #b8b8b8;
  font-size: .7857142857142857em;
}

.post-meta a:link,
.post-meta a:visited,
.post-meta a:link,
.post-meta a:visited {
  border: 0;
  color: #b8b8b8;
}

.post-meta a:hover,
.post-meta a:active {
  color: var(--orange);
}

.post-permalink:link, .post-permalink:visited {
  border: none;
  color: #555;
}

.post .list-item-meta {
  color: #b8b8b8;
  font-size: .7857142857142857em;
}

.post .list-item-meta a:link,
.post .list-item-meta a:visited,
.post .list-item-meta a:link,
.post .list-item-meta a:visited {
  border: 0;
  color: #b8b8b8;
}

.post .list-item-meta a:hover,
.post .list-item-meta a:active {
  color: var(--orange);
}

.more-link:link, .more-link:visited {
  font-size: .750rem;
}

/*# sourceMappingURL=../sourcemaps/style-post.css.map */
