.sidebar-toggle-control {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; }

.social-link {
  display: inline-block;
  margin: 0.5em; }
  .social-link a[href]:not(:hover) {
    border: none; }
  .social-links {
    margin: 0;
    padding: 0; }
    @media screen and (min-width: 55em) {
  .social-links {
    white-space: nowrap; } }

.social-media-links {
  margin: 1em 0; }

.sidebar {
  background: #230000;
  box-sizing: border-box;
  padding: 1.5em;
  font-size: calc(85% + 0.1vw); }
  @media screen and (min-width: 55em) {
  .sidebar {
    max-width: 30em;
    box-shadow: -2em -2.5em 4em 0.5em #140000; } }
  .sidebar-toggle {
    cursor: pointer;
    display: block;
    font-size: 2em;
    transition: 0.2s ease transform;
    transform-origin: 0 1em; }
    @media screen and (min-width: 55em) {
  .sidebar-toggle {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; } }
    .sidebar-toggle-control ~ .sidebar-toggle {
      transform: rotate(90deg); }
      .sidebar-toggle-control:checked ~ .sidebar-toggle {
        transform: rotate(0); }
      @media screen and (max-width: 55em) {
  .sidebar-toggle-control:checked ~ .sidebar-section {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; } }
  .sidebar-section {
    margin: 2.5em 0;
    transition: 0.5s ease all; }
    .sidebar-section-title {
      font-size: 1.4em;
      font-weight: bold; }
  .sidebar .site-motto {
    text-align: center; }

.subscribe-form {
  margin-top: 1em; }
  .subscribe-form label {
    display: block;
    margin: 0.5em 0; }
    @media screen and (min-width: 55em) {
  .subscribe-form label {
    margin-top: 0;
    display: inline-block; } }
  .subscribe-form-heading {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 0.5em; }
  .subscribe-form input {
    background-color: rgba(76, 76, 76, 0.42);
    border: 0.1em solid;
    padding: 0.4em 0.8em;
    color: inherit;
    width: 100%;
    display: block;
    box-sizing: border-box; }
    @media screen and (min-width: 55em) {
  .subscribe-form input {
    width: auto; } }
  .subscribe-form .form-group {
    margin: 1em 0; }
  .subscribe-form button[type="submit"] {
    padding: 0.3em 0.5em;
    box-sizing: border-box;
    border: 0.1em solid;
    font-weight: bold;
    font-family: inherit;
    cursor: pointer; }

.post {
  /* Fix code not wrapping for long excerpts of code */ }
  .posts {
    list-style: none;
    padding: 0; }
  .post > * {
    padding: 2em 10%;
    box-sizing: border-box; }
  .post img {
    max-width: 100%; }
  .post-meta {
    font-size: 90%;
    opacity: 0.9;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: start; }
    .post-meta dd {
      font-weight: bold; }
  .post-title {
    font-size: 2.65em;
    font-size: calc(1.5em + 1vw);
    font-weight: bold;
    margin: 0 0 1.5rem 0;
    flex: 1; }
  .post-header {
    background-color: #280000; }
  @media screen and (min-width: 55em) {
        .post-container .full .post-header {
          display: flex;
          align-items: center; } }
    .post-container .full p + p {
      margin-top: 2em; }
  .post-content {
    line-height: 1.61;
    font-size: 1em;
    font-size: calc(1em + 0.25vw); }
    .post-content sub, .post-content sup {
      font-size: 60%; }
    .post-content sup {
      vertical-align: top; }
    .post-content sub {
      vertical-align: bottom; }
    .post-content code, .post-content pre {
      font-family: "Source Code Pro", "Courier New", monospace; }
    .post-content pre {
      margin: 2em 0;
      overflow-x: auto; }
    .post-content p {
      font-size: 1em; }
    .post-content em, .post-content i, .post-content q, .post-content blockquote {
      font-style: italic; }
    .post-content strong, .post-content b {
      font-weight: bold; }
    .post-content blockquote {
      margin: 1.5em 0;
      padding: 0 1.5em;
      box-sizing: border-box;
      border-left: 0.25em solid; }
    .post-content * ~ p, .post-content * ~ iframe {
      margin-top: 1em; }
    .post-content * ~ h1, .post-content * ~ h2, .post-content * ~ h3, .post-content * ~ h4, .post-content * ~ h5, .post-content * ~ h6 {
      margin-top: 1em; }
    .post-content ul, .post-content ol {
      padding: 1em 2em; }
    .post-content ul li + li, .post-content ol li + li {
      margin-top: 1em; }
    .post-content ul {
      list-style-type: circle; }
    .post-content ol {
      list-style-type: decimal; }
    .post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
      line-height: 1.6;
      font-weight: bold; }
    .post-content h1 {
      font-size: 215%; }
    .post-content h2 {
      font-size: 200%; }
    .post-content h3 {
      font-size: 190%; }
    .post-content h4 {
      font-size: 165%; }
    .post-content h5 {
      font-size: 150%; }
    .post-content h6 {
      font-size: 110%; }
    .post-content figure {
      margin: 1em; }
    .post-content figcaption {
      font-style: italic;
      margin-top: 1em;
      font-size: 85%; }
    .post-content table {
      width: 100%; }
    .post-content table td {
      border: 0.1em solid;
      padding: 0.2em 0.5em; }
    .post-content table th {
      font-weight: bold; }
    .post-content video, .post-content audio {
      max-width: 100%; }
  .post-complimentary {
    padding: 2em;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.2117647059); }
    .post-complimentary-title {
      font-weight: bold;
      font-size: 1.5em;
      margin: 0 0 0.5em 0; }
  .post code[class*="language-"], .post pre[class*="language-"] {
    white-space: pre-wrap; }
  .post-content ~ .post-meta-container {
    background-color: #280000; }

.author-label, .categories-label, .published-label {
  float: left;
  clear: left; }

.published-label {
  margin-right: 2em; }

.author-label {
  margin-right: 3.3em; }

.categories-label {
  margin-right: 1.55em; }

.nav-item-link {
  border-bottom-color: transparent;
  display: inline-block; }
  .nav-item-link:hover {
    border-bottom-color: inherit; }

.post-list .post-container:nth-of-type(2n) {
  background: #300000; }

.pagination {
  text-align: center; }

.pagination-item {
  display: inline-block;
  margin: 0.5em;
  opacity: 0.85;
  transition: 0.2s ease opacity; }
  .pagination-item.active {
    font-weight: bold; }
  .pagination-item.active, .pagination-item:hover {
    opacity: 1; }
  .pagination-item-link {
    display: block;
    padding: 0.5em; }
