/**
 * BlogInn 3.0.2
 * By Just Good Themes - https://justgoodthemes.com/
 */
/**
 * Table of Contents
 *
 * 0. Variables
 * 1. Reset
 * 2. General
 * 3. Layout
 * 4. Site Navigation
 * 5. Site Header
 * 6. Content
 *   6.1 Posts and Pages
 *   6.2 Comments
 *   6.3 Pagination
 *   6.4 Post Navigation
 * 7. Site Footer
 * 8. Widgets
 * 9. Members
 * 10. Animations
 */

/* 0. Variables
----------------------------- */
:root {
  /* Colours */
  --color-gray-light: #ededed;
  --color-gray: #777777;
  --color-gray-medium: #474747;
  --color-gray-dark: #3d3d3d;
  --color-gray-darkest: #333333;
  --color-error: #f05e7c;

  /* Fonts */
  --font-primary: "Karla", Helvetica, sans-serif;
}

/* 1. Reset
----------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/**
 * 2. General
 */
html {
  font-size: 112.5%;
  font-family: var(--font-primary);
}

body {
  background-color: var(--color-gray-darkest);
  color: var(--color-gray);
  line-height: 1.66667;
}

a {
  color: var(--ghost-accent-color);
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

a:hover,
a:focus {
  color: var(--color-gray-dark);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-gray-darkest);
  font-weight: 700;
  line-height: 1.16667;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

h1 {
  font-size: 2em;
  margin: 1em 0 0.5em;
}

h2 {
  font-size: 1.66667em;
  margin: 1.2em 0 0.6em;
}

h3 {
  font-size: 1.33333em;
  margin: 1.5em 0 0.75em;
}

h4 {
  font-size: 1.11111em;
  margin: 1.8em 0 0.9em;
}

h5 {
  font-size: 1em;
  margin: 2em 0 1em;
}

h6 {
  font-size: 0.88889em;
  letter-spacing: 1px;
  margin: 2.25em 0 1.125em;
  text-transform: uppercase;
}

p {
  margin: 0 0 1.33333em;
}

address {
  font-style: italic;
  margin: 0 0 1.33333em;
}

mark,
ins {
  background-color: var(--color-gray-light);
  color: var(--color-gray-darkest);
  padding: 0 3px;
  text-decoration: none;
}

pre {
  border: 2px solid var(--color-gray-light);
  color: var(--color-gray-darkest);
  font-size: 0.88889em;
  line-height: 1.5;
  margin-bottom: 1.875em;
  padding: 1.5em;
  position: relative;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

pre:before {
  background-color: var(--color-gray-light);
  color: var(--color-gray);
  content: "</>";
  font-size: 0.875em;
  padding: 0.25em 0.35em;
  position: absolute;
  right: 0;
  top: 0;
}

blockquote {
  border: 2px solid var(--ghost-accent-color);
  color: var(--color-gray-darkest);
  font-size: 24px;
  line-height: 1.5;
  margin: 1.5em 0;
  padding: 30px;
}

blockquote:first-child {
  margin-top: 0;
}

blockquote p {
  margin-bottom: 0.6em;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote small,
blockquote cite {
  color: var(--color-gray);
  display: block;
  font-size: 0.8em;
  font-style: italic;
  margin-top: 0.75em;
}

dl,
dd {
  margin: 0 0 1.33333em;
}

dt {
  font-weight: 700;
}

ul,
ol {
  margin: 0 0 1.33333em;
  padding: 0 0 0 1.66667em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li>ul,
li>ol {
  margin-bottom: 0;
}

table {
  border-bottom: 1px solid rgba(198, 198, 198, 0.3);
  border-collapse: collapse;
  font-size: 0.88889em;
  line-height: 1.5;
  margin: 0 0 1.5em;
  max-width: 100%;
  text-align: left;
  width: 100%;
}

caption {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 0.75em;
  text-align: left;
}

th,
td {
  border-top: 1px solid rgba(198, 198, 198, 0.3);
  padding: 0.5em;
}

th {
  background-color: rgba(198, 198, 198, 0.15);
  color: var(--color-gray-darkest);
  font-weight: 700;
}

hr {
  background-color: rgba(198, 198, 198, 0.3);
  border: 0;
  height: 2px;
  margin: 1.66667em 0;
}

.responsive-table {
  overflow-x: auto;
  word-break: normal;
}

/* Form fields */
label {
  color: var(--color-gray-darkest);
  font-size: 0.88889em;
}

input,
select,
textarea {
  background-color: #fff;
  box-sizing: border-box;
  border: 2px solid rgba(198, 198, 198, 0.3);
  border-radius: 0;
  box-shadow: none;
  color: var(--color-gray);
  font-family: "Lato", Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  max-width: 100%;
  padding: 0.5em 0.625em;
  vertical-align: baseline;
}

input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
select,
textarea {
  display: block;
  width: 100%;
}

/* Button styles */
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
.button {
  background-color: var(--ghost-accent-color);
  border: 0;
  box-sizing: border-box;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 3.5em;
  letter-spacing: 1px;
  line-height: 1.5;
  padding: 0 18px;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  vertical-align: middle;
}

button:hover,
button:focus,
button:active,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="reset"]:active,
.button:hover,
.button:focus,
.button:active {
  background-color: var(--color-gray-dark);
  color: #fff;
  outline: 0;
}

button.button-icon,
input[type="submit"].button-icon,
input[type="button"].button-icon,
input[type="reset"].button-icon,
.button.button-icon {
  font-size: 14px;
  height: 3.57142em;
  line-height: 3.57142em;
  padding: 0;
  position: relative;
  width: 3.57142em;
}

button.button-fill-horz,
input[type="submit"].button-fill-horz,
input[type="button"].button-fill-horz,
input[type="reset"].button-fill-horz,
.button.button-fill-horz {
  background: linear-gradient(to right,
      var(--ghost-accent-color) 50%,
      var(--color-gray-medium) 50%);
  background-color: transparent;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 200% 100%;
  color: var(--color-gray-light);
  -webkit-transition: background-position 0.3s, color 0.3s;
  transition: background-position 0.3s, color 0.3s;
}

button.button-fill-horz:hover,
button.button-fill-horz:focus,
button.button-fill-horz:active,
input[type="submit"].button-fill-horz:hover,
input[type="submit"].button-fill-horz:focus,
input[type="submit"].button-fill-horz:active,
input[type="button"].button-fill-horz:hover,
input[type="button"].button-fill-horz:focus,
input[type="button"].button-fill-horz:active,
input[type="reset"].button-fill-horz:hover,
input[type="reset"].button-fill-horz:focus,
input[type="reset"].button-fill-horz:active,
.button.button-fill-horz:hover,
.button.button-fill-horz:focus,
.button.button-fill-horz:active {
  color: #fff;
  background-position: left bottom;
}

a.button {
  height: auto;
  padding-bottom: 1em;
  padding-top: 1em;
  text-align: center;
  text-decoration: none;
}

.button-icon svg,
.button-icon .icon {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.button-icon svg {
  fill: currentColor;
  height: 1em;
}

/* CSS icons */
.icon-menu {
  background: currentColor;
  color: inherit;
  display: inline-block;
  height: 2px;
  position: relative;
  width: 14px;
}

.icon-menu:before,
.icon-menu:after {
  background: currentColor;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.icon-menu:before {
  margin-top: -4px;
}

.icon-menu:after {
  margin-top: 4px;
}

.icon-close {
  background: 0;
  color: inherit;
  display: inline-block;
  height: 2px;
  position: relative;
  width: 18px;
}

.icon-close:before,
.icon-close:after {
  background: currentColor;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}

.icon-close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.icon-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Placeholder text color */
::-webkit-input-placeholder {
  color: var(--color-gray-light);
}

:-moz-placeholder {
  color: var(--color-gray-light);
}

::-moz-placeholder {
  color: var(--color-gray-light);
  opacity: 1;
}

:-ms-input-placeholder {
  color: var(--color-gray-light);
}

/* Videos, audios and embeds */
embed,
iframe,
object,
video {
  max-width: 100%;
}

:not(.kg-card)>.js-reframe {
  margin: 0 0 1.33333em;
}

/* Images */
img {
  height: auto;
  max-width: 100%;
}

a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover img {
  opacity: 0.8;
}

/* Ghost cards */
.kg-card,
.caption {
  margin: 0 0 1.66667em;
}

.kg-card figcaption,
.caption-text {
  font-size: 14px;
  font-style: italic;
  line-height: 1.5;
  padding-top: 0.5em;
  text-align: left;
}

#main .kg-btn,
#main .kg-product-card-button,
#main .kg-header-card-button {
  border-radius: 0;
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: bold;
  padding: 0.75em 15px;
  text-transform: uppercase;
}

#main .kg-btn-accent,
#main .kg-product-card-btn-accent,
#main .kg-header-card:not(.kg-style-accent) .kg-header-card-button {
  background: var(--ghost-accent-color);
  color: #fff;
}

.kg-audio-playback-rate,
.kg-audio-unmute-icon,
.kg-audio-play-icon,
.kg-audio-mute-icon {
  color: var(--color-gray);
  height: auto;
}

.kg-audio-playback-rate:hover,
.kg-audio-unmute-icon:hover,
.kg-audio-play-icon:hover,
.kg-audio-mute-icon:hover {
  background-color: transparent;
  color: var(--ghost-accent-color);
}

/* Bookmark cards */
.kg-bookmark-card {
  border: 1px solid var(--color-gray-light);
  border-radius: 0;
  margin: 0 0 1.66667em;
  width: 100%;
}

.kg-bookmark-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: var(--color-gray);
  min-height: 140px;
  text-decoration: none;
}

.kg-bookmark-content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 0.88889em;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  padding: 1.5em;
}

.kg-bookmark-title {
  color: var(--color-gray-darkest);
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 0.75em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.kg-bookmark-description {
  color: var(--color-gray);
  display: -webkit-box;
  line-height: 1.5;
  max-height: 3em;
  overflow-y: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.kg-bookmark-thumbnail {
  position: relative;
  min-width: 33%;
  max-height: 100%;
}

.kg-bookmark-thumbnail img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
}

.kg-bookmark-metadata {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color-gray);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 12px;
  letter-spacing: 1px;
  margin-top: 1.25em;
  text-transform: uppercase;
}

.kg-bookmark-icon {
  height: 24px;
  margin-right: 8px;
  width: 24px;
}

.kg-bookmark-author {
  line-height: 1.5;
}

.kg-bookmark-author:after {
  content: "\002F";
  margin: 0 5px;
}

.kg-bookmark-publisher {
  overflow: hidden;
  line-height: 1.5;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 240px;
}

.kg-bookmark-container:hover {
  color: var(--color-gray);
}

.kg-bookmark-container:hover .kg-bookmark-title {
  color: var(--color-gray);
}

.kg-bookmark-container:hover .kg-bookmark-icon {
  opacity: 1;
}

/* Gallery */
.kg-gallery-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 740px;
}

.kg-gallery-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.kg-gallery-row:not(:first-of-type) {
  margin: 4px 0 0;
}

.kg-gallery-image:not(:first-of-type) {
  margin: 0 0 0 4px;
}

.kg-gallery-image img {
  display: block;
  height: 100%;
  margin: 0;
  width: 100%;
}

.full-width {
  clear: both;
  margin: 0.33333em -15px 1.33333em;
}

.full-width .caption-text {
  margin-left: auto;
  margin-right: auto;
  max-width: 740px;
}

.kg-width-wide .kg-image,
.kg-width-full .kg-image {
  margin-left: -15px;
  margin-right: -15px;
  max-width: none;
  width: calc(100vw - 30px);
}

.alignleft {
  float: left;
  margin: 0.33333em 30px 0.66667em 0;
  max-width: 50%;
}

.alignright {
  float: right;
  margin: 0.33333em 0 0.66667em 30px;
  max-width: 50%;
}

/* Toggle */
#main .kg-toggle-card {
  border-radius: 0;
}

/* Product */
#main .kg-product-card-container {
  border-radius: 0;
  padding: 1.11111rem;
}

#main .kg-product-card-image {
  border-radius: 0;
}

#main .kg-product-card-title {
  font-family: var(--font-primary);
  font-size: 1.11111em;
  line-height: 1.15;
}

#main .kg-product-card-description {
  font-family: var(--font-primary);
}

#main .kg-file-card-container,
#main .kg-audio-card {
  border-radius: 0;
}

/* Alt blockquote */
#main .kg-blockquote-alt {
  font-style: normal;
  line-height: 1.5;
  text-align: center;
}

/* Footnotes */
.footnotes-sep {
  clear: both;
}

.footnotes-list {
  font-size: 14px;
  line-height: 1.5;
}

.footnote-item p {
  margin-bottom: 0.35em;
}

/* Callout */
#main .kg-callout-card {
  border-radius: 0;
}

/* Header */
#main .kg-header-card {
  padding-left: 1.11111rem;
  padding-right: 1.11111rem;
}

#main .kg-header-card.kg-style-dark {
  background-color: var(--color-gray-darkest);
}

#main .kg-header-card.kg-style-light {
  background-color: var(--color-gray-lightest);
}

#main .kg-header-card-header {
  font-size: 2.22222rem;
  letter-spacing: -0.025em;
}

/* Header */
#main .kg-header-card.kg-style-dark {
  background-color: var(--color-gray-darkest);
}

#main .kg-header-card.kg-style-light {
  background-color: var(--color-gray-light);
}

#main .kg-header-card-header {
  font-size: 2rem;
}

/* Heading decoration */
.line-accent:before {
  content: "\2014\00a0";
}

/* Text meant only for screen readers */
.screen-reader-text,
.site-logo+.site-title {
  border: 0 none;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
}

/* Clearing floats */
.post-header:after,
.post-content:after,
.plan-header:after {
  clear: both;
}

.post-header:before,
.post-header:after,
.post-content:before,
.post-content:after,
.plan-header:before,
.plan-header:after {
  content: "";
  display: table;
}

@media only screen and (min-width: 501px) {

  .full-width,
  .kg-width-wide .kg-image,
  .kg-width-full .kg-image {
    margin-left: -3vw;
    margin-right: -3vw;
  }

  .kg-width-wide .kg-image,
  .kg-width-full .kg-image {
    width: 94vw;
  }
}

@media only screen and (min-width: 841px) {

  .full-width,
  .kg-width-wide .kg-image,
  .kg-width-full .kg-image {
    margin-left: calc(370px - 47vw);
    margin-right: calc(370px - 47vw);
  }
}

@media only screen and (min-width: 961px) {

  .full-width,
  .kg-width-wide .kg-image,
  .kg-width-full .kg-image {
    margin-left: -30px;
    margin-right: -30px;
  }

  .kg-width-wide .kg-image,
  .kg-width-full .kg-image {
    width: calc(75vw - 45px);
  }
}

@media only screen and (min-width: 1127px) {

  .full-width,
  .kg-width-wide .kg-image,
  .kg-width-full .kg-image {
    margin-left: calc(392px - 37.5vw);
    margin-right: calc(392px - 37.5vw);
  }
}

@media only screen and (min-width: 1261px) {

  .full-width,
  .kg-width-wide .kg-image,
  .kg-width-full .kg-image {
    margin-left: -80px;
    margin-right: -80px;
  }

  .kg-width-wide .kg-image,
  .kg-width-full .kg-image {
    width: 900px;
  }
}

@media only screen and (max-width: 640px) {
  html {
    font-size: 100%;
  }

  .alignleft,
  .alignright {
    float: none;
    margin: 0.33333em 0 1.33333em;
    max-width: none;
  }
}

@media only screen and (max-width: 480px) {
  h1 {
    font-size: 1.75em;
    margin: 1.14286em 0 0.57143em;
  }

  h2 {
    font-size: 1.5em;
    margin: 1.33333em 0 0.66667em;
  }

  h3 {
    font-size: 1.25em;
    margin: 1.6em 0 0.8em;
  }

  blockquote {
    padding-left: 15px;
  }

  .kg-bookmark-container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .kg-bookmark-thumbnail {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    min-height: 160px;
  }

  .kg-bookmark-content {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media only screen and (max-width: 400px) {
  .kg-gallery-row {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .kg-gallery-image:not(:first-of-type) {
    margin: 4px 0 0;
  }
}

/*
 * 3. Layout
 */
.outer {
  padding-left: 15px;
  padding-right: 15px;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.inner-small {
  margin-left: auto;
  margin-right: auto;
  max-width: 740px;
}

.site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
}

.site-content {
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
}

.primary {
  margin-bottom: 3.33333em;
  overflow-x: hidden;
}

.sidebar {
  font-size: 0.88889em;
  margin-bottom: 3.33333em;
}

@media only screen and (min-width: 501px) {
  .outer {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}

@media only screen and (min-width: 961px) {
  .outer {
    padding-left: 30px;
    padding-right: 30px;
  }

  .site-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .primary {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    margin-bottom: 1.66667em;
    margin-right: 3.333%;
  }

  .primary:only-child {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-right: 0;
    max-width: 900px;
  }

  .sidebar {
    margin-bottom: 1.66667em;
  }
}

/*
 * 4. Site Navigation
 */
.menu {
  font-size: 12px;
  line-height: 1.5;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-item a {
  color: var(--color-gray);
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.menu-item a:hover {
  color: var(--ghost-accent-color);
}

.site-nav {
  background-color: var(--color-gray-dark);
}

.site-nav:after {
  background: rgba(0, 0, 0, 0.6);
  content: "";
  height: 100vh;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.25s, visibility 0s 0.25s;
  transition: opacity 0.25s, visibility 0s 0.25s;
  visibility: hidden;
  width: 100%;
}

.site-nav .menu-item-current>a {
  color: var(--ghost-accent-color);
}

.site-nav-inside {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.actions {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-bottom: 0;
  margin-left: auto;
  padding: 0;
}

.actions .button {
  margin-left: 2px;
}

li.action-item:last-child {
  margin-right: 2px;
}

.actions .button-subscribe {
  font-size: 12px;
  padding-bottom: 1.33333em;
  padding-top: 1.33333em;
}

@media only screen and (min-width: 801px) {
  #menu-show,
  #menu-hide {
    display: none;
  }

  .site-nav .menu {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .site-nav .menu-item {
    border-left: 2px solid var(--color-gray-medium);
    margin: 1.33333em 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .site-nav .menu-item:first-child {
    border: 0;
    padding-left: 0;
  }
}

@media only screen and (max-width: 800px) {
  #menu-show {
    background: 0;
    color: var(--color-gray);
    font-size: 12px;
    padding: 0 0 0 20px;
    position: relative;
  }

  #menu-show .icon-menu {
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .menu {
    padding: 1.25em 15px 3em;
  }

  .site-nav .menu-item a {
    border-top: 2px solid var(--color-gray-medium);
    display: block;
    padding: 1.25em 0;
  }

  .site-nav .menu-item:first-child a {
    border: 0;
  }

  .menu-panel {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: var(--color-gray-darkest);
    bottom: 0;
    left: -100%;
    max-width: 360px;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    -webkit-transition: left 0.3s cubic-bezier(0.65, 0.05, 0.36, 1),
      visibility 0s 0.3s;
    transition: left 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), visibility 0s 0.3s;
    visibility: hidden;
    width: 100%;
    z-index: 9999;
  }

  .menu--opened {
    overflow: hidden;
  }

  .menu--opened .site-nav:after {
    opacity: 1;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
    visibility: visible;
    z-index: 1;
  }

  .menu--opened .menu-panel {
    left: 0;
    -webkit-transition: left 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: left 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
    visibility: visible;
  }

  .menu-panel-scrollable {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }

  .menu-panel-top {
    background-color: var(--color-gray-dark);
    text-align: right;
  }
}

@media only screen and (max-width: 500px) {
  .site-nav .menu {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*
 * 5. Site Header
*/
.site-header {
  padding-bottom: 4.16667em;
  padding-top: 3.88889em;
}

.site-header-inside {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.site-logo {
  margin: 0 20px 0.66667em 0;
}

.site-logo img {
  max-height: 50px;
}

.site-title {
  color: #fff;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.16667;
  margin: 0 20px 0.33333em 0;
  text-transform: uppercase;
}

.site-title a {
  border-left: 0.27778em solid var(--ghost-accent-color);
  color: inherit;
  padding-left: 0.55555em;
  text-decoration: none;
}

.site-title a:hover {
  color: var(--ghost-accent-color);
}

.site-description {
  color: var(--color-gray);
  -ms-flex: 1 1 360px;
  -webkit-flex: 1 1 360px;
  flex: 1 1 360px;
  font-size: 18px;
  font-style: italic;
  line-height: 1.5;
  margin-bottom: 0.85714em;
  max-width: 480px;
}

@media only screen and (max-width: 960px) {
  .site-header {
    padding-bottom: 2.66667em;
    padding-top: 3.33333em;
  }
}

@media only screen and (max-width: 480px) {
  .site-header {
    padding-bottom: 2em;
    padding-top: 2.66667em;
  }

  .site-title {
    font-size: 1.55556em;
  }
}

/*
 * 6. Content
 * 6.1 Posts and Pages
*/
.post {
  background-color: #fff;
  margin-bottom: 3.33333em;
  padding-bottom: 2.22222em;
}

.post.featured {
  position: relative;
}

.post-template .post {
  margin-bottom: 1.11111em;
}

.featured-badge {
  background-color: var(--ghost-accent-color);
  color: #fff;
  height: 30px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 30px;
}

.featured-badge svg {
  fill: currentColor;
  height: 14px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.post-header {
  margin-bottom: 2.22222em;
}

.post-thumbnail {
  display: block;
}

.post-thumbnail img {
  display: block;
  width: 100%;
}

.post-title {
  font-size: 2em;
  margin: 0 0 0.66667em;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.post-title a {
  color: inherit;
  text-decoration: none;
}

.post-header-wrap {
  overflow: hidden;
  position: relative;
}

.post-header-wrap .post-title {
  background-color: var(--ghost-accent-color);
  clear: both;
  color: #fff;
  float: left;
  margin: 1.66667em 0 0;
  max-width: 75%;
  padding-bottom: 0.83333em;
  padding-top: 0.83333em;
}

.post-header-wrap .post-thumbnail+.post-title {
  bottom: 0;
  left: 0;
  position: absolute;
}

.post-meta {
  background-color: var(--ghost-accent-color);
  opacity: 0.8;
  clear: both;
  color: #fff;
  font-size: 14px;
  float: left;
  letter-spacing: 1px;
  line-height: 1.5;
  padding-bottom: 1.25em;
  padding-top: 1.25em;
  text-transform: uppercase;
}

.post-meta a {
  color: inherit;
  font-weight: 700;
  text-decoration: none;
}

.read-more {
  margin-top: 2.22222em;
}

.read-more .button {
  padding: 0.75em 15px;
}

.post-footer {
  margin-top: 1.66667em;
}

.post-share,
.post-tags {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.5;
  text-transform: uppercase;
}

.post-share a,
.post-tags a {
  margin: 0.25em 5px 0.25em 0;
}

.post-share a:first-of-type,
.post-tags a:first-of-type {
  margin-left: 8px;
}

.post-share {
  margin-bottom: 2.72727em;
}

.post-share .button {
  background-color: var(--color-gray-light);
  color: var(--color-gray);
  height: 2.57143em;
  line-height: 2.57143em;
  width: 2.57143em;
}

.post-share .button:hover {
  background-color: var(--ghost-accent-color);
  color: #fff;
}

.post-tags {
  border-top: 2px solid var(--color-gray-light);
  padding-top: 2.72727em;
}

.post-tags a {
  background-color: var(--color-gray-light);
  color: var(--color-gray-dark);
  padding: 0.27273em 0.90909em;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.post-tags a:hover {
  background-color: var(--ghost-accent-color);
  color: #fff;
}

/* Author box */
.author-box {
  background-color: #fff;
  margin-bottom: 1.11111em;
  padding-bottom: 2.22222em;
  padding-top: 2.22222em;
}

.author-box:last-child {
  margin-bottom: 3.33333em;
}

.author-info {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.author-info+.author-info {
  border-top: 2px solid rgba(198, 198, 198, 0.3);
  margin-top: 1.66667em;
  padding-top: 1.66667em;
}

.author-avatar {
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 30px;
}

.avatar {
  border-radius: 50%;
  height: 85px;
  width: 85px;
}

.author-title {
  font-size: 0.88889em;
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
}

.author-title a {
  text-decoration: none;
}

.author-bio {
  font-size: 0.88889em;
  line-height: 1.5;
  margin: 0.75em 0 0;
}

.author-links {
  color: var(--color-gray);
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 1.5em 0 0;
  text-transform: uppercase;
}

.author-links>span {
  display: inline-block;
  margin-right: 10px;
  white-space: nowrap;
}

.author-links a {
  color: inherit;
  text-decoration: none;
}

.author-links a:hover {
  color: var(--ghost-accent-color);
}

.author-links svg {
  display: inline-block;
  fill: currentColor;
  height: 1em;
  margin-right: 3px;
  position: relative;
  top: 0.1em;
}

/* Archives */
.page-header {
  background-color: var(--color-gray-medium);
  border-left: 3px solid var(--ghost-accent-color);
  color: var(--color-gray-light);
  margin-bottom: 2.22222em;
  padding-bottom: 1.33333em;
  padding-top: 1.33333em;
}

.page-header .page-title,
.page-header .author-title {
  color: inherit;
}

.page-header .highlight {
  color: #fff;
}

.page-header .author-info {
  padding-bottom: 0.88889em;
  padding-top: 0.88889em;
}

.page-header .author-links {
  color: var(--color-gray);
}

.page-title {
  font-size: 0.88889em;
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
}

.page-description {
  font-size: 0.88889em;
  line-height: 1.5;
  margin: 0.75em 0 0;
}

/* Error pages */
.error-template .inner {
  padding-top: 3.88889em;
  max-width: 900px;
}

.error-template .post-header-wrap .post-title {
  background-color: var(--color-error);
}

@media only screen and (max-width: 960px) {

  .post,
  .page-header {
    margin-bottom: 3vw;
  }

  .post-template .post,
  .author-box {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 800px) {
  .post-title {
    font-size: 1.77778em;
  }

  .post-header-wrap .post-title {
    padding-bottom: 0.75em;
    padding-top: 0.75em;
  }
}

@media only screen and (max-width: 640px) {
  .post-title {
    font-size: 1.75em;
  }

  .post-header-wrap .post-title {
    padding-bottom: 0.53571em;
    padding-top: 0.53571em;
  }
}

@media only screen and (max-width: 500px) {

  .post,
  .page-header {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .post-header {
    margin-bottom: 1.33333em;
  }

  .post-header-wrap .post-title {
    font-size: 1.25em;
    margin-top: 1.5em;
    max-width: none;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
  }

  .post-meta {
    font-size: 11px;
    padding-bottom: 0.90909em;
    padding-top: 0.90909em;
  }

  .author-info {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .author-info .author-avatar {
    margin: 0 0 1.25em;
  }
}

/*
 * 6.2. Comments
*/
.comments-area {
  background-color: #fff;
  margin-bottom: 3.33333em;
  margin-top: 1.11111em;
  padding-bottom: 3.33333em;
  padding-top: 2.22222em;
}

.comments-title {
  font-size: 1.11111em;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 1.5em;
  margin: 0;
}

@media only screen and (max-width: 960px) {
  .comments-area {
    margin-bottom: 3vw;
    margin-top: 0;
  }
}

@media only screen and (max-width: 500px) {
  .comments-area {
    margin-bottom: 15px;
  }
}

/*
 * 6.3. Pagination
*/
.pagination {
  background-color: var(--color-gray-dark);
  color: var(--color-gray);
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 3.33333em;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

.pagination .page-number {
  display: block;
  padding: 1.25em 55px;
}

.pagination .newer-posts,
.pagination .older-posts {
  position: absolute;
  top: 0;
}

.pagination .newer-posts {
  left: 0;
}

.pagination .older-posts {
  right: 0;
}

@media only screen and (max-width: 960px) {
  .pagination {
    margin-bottom: 3vw;
  }
}

@media only screen and (max-width: 500px) {
  .pagination {
    margin-bottom: 15px;
  }
}

/*
 * 6.4. Post Navigation
*/
.post-navigation {
  margin-bottom: 1.11111em;
  margin-top: 1.11111em;
}

.post-navigation:last-child {
  margin-bottom: 3.33333em;
}

.nav-next,
.nav-previous {
  background-color: var(--color-gray-medium);
  border-left: 3px solid var(--ghost-accent-color);
  margin-bottom: 1.11111em;
  padding-bottom: 2.5em;
  padding-top: 1.66667em;
  position: relative;
}

.nav-thumb {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 260px;
}

.nav-thumb img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.nav-title {
  color: #fff;
  font-size: 1.11111em;
  margin: 0 240px 0.25em 0;
}

.nav-title a {
  color: inherit;
  text-decoration: none;
}

.nav-title a:hover {
  color: var(--ghost-accent-color);
}

.nav-before,
.nav-date {
  font-size: 12px;
  letter-spacing: 1px;
  margin-right: 240px;
  text-transform: uppercase;
}

.nav-before {
  color: var(--color-gray-light);
  margin-bottom: 1.25em;
}

@media only screen and (max-width: 960px) {
  .post-template .post-navigation {
    margin-bottom: 3vw;
    margin-top: 0;
  }

  .nav-next,
  .nav-previous {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 640px) {

  .nav-next,
  .nav-previous {
    padding-bottom: 1.875em;
    padding-top: 1.25em;
  }

  .nav-thumb {
    width: 200px;
  }

  .nav-title,
  .nav-before,
  .nav-date {
    margin-right: 200px;
  }
}

@media only screen and (max-width: 500px) {
  .post-template .post-navigation {
    margin-bottom: 15px;
  }

  .nav-next,
  .nav-previous {
    padding-bottom: 1.125em;
    padding-top: 0.9375em;
  }

  .nav-thumb {
    width: 120px;
  }

  .nav-title {
    font-size: 1em;
    margin-right: 120px;
  }

  .nav-before {
    margin-bottom: 1em;
  }

  .nav-before,
  .nav-date {
    font-size: 11px;
    margin-right: 120px;
  }
}

/**
 * 7. Site Footer
 */
.site-footer {
  background-color: var(--color-gray-dark);
}

.site-footer .inner {
  position: relative;
}

.footer-top {
  border-bottom: 2px solid var(--color-gray-medium);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2.22222em 0;
}

.footer-top .button-icon {
  margin: 0 2px 4px;
}

.footer-bottom {
  color: var(--color-gray);
  padding-bottom: 2em;
  padding-top: 2.22222em;
  text-align: center;
}

.footer-bottom a {
  color: var(--color-gray-light);
  text-decoration: none;
}

.footer-bottom a:hover {
  color: var(--ghost-accent-color);
}

.footer-nav {
  margin-bottom: 1.66667em;
}

.footer-nav .menu-item {
  margin-bottom: 0.75em;
}

.site-info {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.5;
  margin-bottom: 2.5em;
  text-transform: uppercase;
}

@media only screen and (min-width: 481px) {
  .footer-top {
    -webkit-justify-content: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    padding: 3.33333em 65px 3.33333em 0;
  }

  .footer-top .button-icon {
    margin-left: 0;
    margin-right: 4px;
  }

  .footer-nav {
    margin-bottom: 1em;
  }

  .footer-nav .menu-item {
    display: inline-block;
    margin: 0 15px 0.75em 0;
  }

  #top-link {
    margin: 0;
    position: absolute;
    right: 0;
    top: 3.33333rem;
  }

  .footer-bottom {
    text-align: left;
  }

  .footer-bottom:only-child {
    padding-right: 65px;
    padding-top: 3.33333em;
  }
}

@media only screen and (min-width: 801px) {
  .footer-bottom:not(:only-child) {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .footer-bottom:not(:only-child) .footer-nav {
    margin-left: auto;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .footer-bottom:not(:only-child) .menu {
    text-align: right;
  }

  .footer-bottom:not(:only-child) .menu-item {
    margin-left: 15px;
    margin-right: 0;
  }

  .footer-bottom:not(:only-child) .site-info:not(:first-child) {
    margin-right: 15px;
    max-width: 60%;
  }
}

/**
 * 8. Widgets
 */
.widget {
  border-top: 2px solid var(--color-gray-dark);
  margin-bottom: 2.5em;
  padding-top: 1.875em;
}

.widget:first-child {
  border-top: 0;
  padding-top: 0;
}

.widget-title {
  color: var(--color-gray-light);
  font-size: 0.875em;
  letter-spacing: 1px;
  margin: 0 0 1.71428em;
  text-transform: uppercase;
}

.widget-image {
  border: 4px solid var(--color-gray-dark);

}

.widget-recent-posts ul {
  list-style: none;
  padding-left: 0;
}

.widget-recent-posts li {
  margin-bottom: 0.9375em;
}

.widget-recent-posts a {
  color: #fff;
  text-decoration: none;
}

.widget-recent-posts a:hover {
  color: var(--ghost-accent-color);
}

.widget-recent-posts .recent-title {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.25;
  margin: 0 0 0.25em;
}

.widget-recent-posts .recent-date {
  color: var(--color-gray);
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.5;
  text-transform: uppercase;
}

.widget-tags a {
  background-color: var(--color-gray-dark);
  color: var(--color-gray-light);
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1px;
  margin: 0 0.4em 0.4em 0;
  padding: 0.6em 0.8em;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.widget-tags a:hover {
  background-color: var(--ghost-accent-color);
  color: #fff;
}

@media only screen and (max-width: 960px) {
  .widget form {
    margin-left: auto;
    margin-right: auto;
    max-width: 480px;
  }

  .widget-title.line-accent:after {
    content: "\00a0\2014";
  }
}

/**
 * 9. Members
 */

/* Members only posts */
.post-excerpt {
  position: relative;
}

.post-excerpt:before {
  background: -webkit-linear-gradient(top,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 20%,
      white 100%);
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 20%,
      white 100%);
  bottom: 0;
  content: "";
  height: 90%;
  left: 0;
  position: absolute;
  right: 0;
}

.member-cta {
  border: 2px solid var(--color-gray-light);
  margin: 1.66667em 0 1.33333em;
  padding-bottom: 1.66667em;
  padding-top: 1.66667em;
}

.member-cta h2 {
  font-size: 1.33333em;
}

.member-cta .button {
  margin-bottom: 1.25em;
}

.member-cta .note {
  font-size: 0.88889em;
  margin-bottom: 0.75em;
}

@media only screen and (max-width: 480px) {
  .member-cta h2 {
    font-size: 1.125em;
  }
}

/*
 * 10. Animations
*/
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* Content animation */
.site-header,
.primary,
.sidebar {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.site-header {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.primary {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.sidebar {
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
}