.container {
  max-width: 680px;
  margin: auto;
}

* {box-sizing: border-box;}


:root {
  --color-default: #1E272E;
  --color-brand: #F53B57;
  --color-grey: #777;
  --color-light-grey: #EBEBEB;
}

body { 
  margin: 0;
  padding: 2rem 1rem 3rem;
  font: 16px/1.4 neue-haas-grotesk-text, system-ui, sans-serif;
  color: var(--color-default);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 660px) {
  body { font-size: 15px }
}
@media (min-width: 800px) {
    body { padding: 2rem; }
}

.font-heading { font-family: neue-haas-grotesk-display, sans-serif; }
.font-special { font-family: gopher,sans-serif; font-weight: bold }

h1 {font-size: 2.2em; }
.fslarge { font-size: 1.2em }

hr { border: 0; border-top: 1px solid #ccc }

img { max-width: 100%; }

a:link,
a:visited { 
  color: inherit; 
  border-bottom: 1px solid #aaa; 
  text-decoration: none;
  transition: background 0.3s, border-color 0.3s;
}
a:hover { border-color: #ccc !important; }


.main-content a:link,
.main-content a:visited,
.info-box a:link,
.info-box a:visited { border-bottom: 1px solid #F53B57; }

.normal { font-weight: normal; }
.heavy { font-weight: 900;}
.mb0 {margin-bottom: 0}
.mb1 {margin-bottom: 1rem}
.mb2 {margin-bottom: 2rem}
.mb3 {margin-bottom: 3rem}
.mb4 {margin-bottom: 4rem}
.mt6 {margin-top: 6rem}
.mt1 {margin-top: 1rem}
.mt2 {margin-top: 2rem}
.mt3 {margin-top: 3rem}
.mt4 {margin-top: 4rem}
.mt0 {margin-top: 0;}
.mv0{margin-top: 0;margin-bottom: 0 }
.mv1{margin-top: 1rem;margin-bottom: 1rem }
.b0 {border:none !important;}
.lh1 {line-height: 1}
.lhtitle {line-height: 1.2}
.tc{text-align: center;}
.color--grey, .color--grey a:link, .color--grey a:visited { color: #777 }
.color--brand { color: #F53B57 }
.list {padding: 0; list-style: none}
.b {font-weight: bold}
.fssmall { font-size: 0.875em; }
.fs20 {font-size: 1.25rem}
.fs24{font-size: 1.5rem}
.fs40{font-size: 2.5rem}
.fs48{font-size: 3rem}
.fs56{font-size: 3.5rem}
.fs64{font-size: 4rem}
.centered { margin-left: auto; margin-right: auto; }

@media (max-width: 660px) {
    .fs20 {font-size: 1.125rem}
    .fs24{font-size: 1.2rem}
    .fs40{font-size: 1.75rem}
    .fs48{font-size: 2rem}
    .fs56{font-size: 2.5rem}
    .fs64{font-size: 2.75rem}
}

.tag { padding: 1px 4px; display: inline-block; background-color: #FFF4EC; border-radius: 3px }

button, input, .button { width: 100%;max-width: 300px; margin-bottom: 0.5rem; appearance:none; -webkit-appearance: none; -moz-appearance: none; font-size: inherit; font-family: inherit;color: inherit; border-radius: 5px;padding: 6px 10px;}
input {border: 1px solid #bababa; }
input:focus{outline:none;border-color: #777}
button, .button {border: 1px solid var(--color-brand); cursor: pointer; background-color: var(--color-brand);color:#fff !important;}
button:not([disabled]):hover, .button:hover { background-color: #D82F49;border-color: #D82F49;color: #fff !important;transition:background-color 0.3s; }
button:focus, .button:focus {outline: none;position: relative;top:-1;}

.subscribe-form { font-size: 18px; }
.subscribe-form .button-loader, .subscribe-form .message-error, .subscribe-form .message-success {
  display: none;
}
.subscribe-form.loading .button-loader {display: inline-block;}
.subscribe-form.loading .button-content {display: none;}
.subscribe-form.error .message-error, .subscribe-form.success .message-success {display: block}
.message-success {color: green;}
.message-error {color: red;}

/* Success message on page load */
body.subscribe-success .subscribe-success-message {
  visibility: visible;
  transform: translateY(0);
}

.subscribe-success-message {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9000;
  padding: 22px 0;
  color: #fff;
  text-align: center;
  background: green;
  transition: all .35s cubic-bezier(.19,1,.22,1) .5s;
  transform: translateY(-175%);
}


.page-head {margin-bottom: 4rem;max-width: 960px;}
ul.nav { padding-left: 0;list-style: none;margin: 0.5rem 0 0}
ul.nav li a {border:0;}
ul.nav li { display: inline-block;margin-right:1rem; }
.nav-current, .nav-current-parent {font-weight: bold}
@media (min-width:501px) {
  .page-head {display: flex;align-items: center}
  .head__logo {width: 30%}
  .head__nav {width: 70%;text-align: right;}
  ul.nav li {margin-right:0;margin-left:1rem; }
  footer ul.nav li { margin: 0 0.5rem; }
}


.info-box {display:flex;padding: 1.5rem; border-radius: 3px; background-color: #FFF4EC;margin-bottom: 4rem}
.info-box .left {width: 70px}
.info-box .right {width: calc(100%-70px);margin-left: 1rem}
.info-box h2{margin: 0 0 0.5rem;line-height: 1.3}


/* POSTS */

.post-card--blog {margin: 3rem 0 5rem;}
.post-card--blog .post-card-image { width: 100% }

.post-card--help {margin: 1rem 0}

.post-card--changelog {margin: 3rem 0 5rem;}


.pagination { margin-top: 3rem }


.main-content img {border-radius: 0.5rem;box-shadow: 0px 0px 8px rgb(0 0 0 / 14%);}

.post-title { font-size: 2.4rem; }
.post-content { margin-top: 4rem;line-height: 1.6 }

.post-content pre { margin: 1rem 0; padding: 1rem; border-radius: 3px; background-color: #FFF4EC; font-family: monospace; font-size: 0.88em; overflow: auto; }
.post-content code { padding: 2px 4px; border-radius: 3px; background-color: #FFF4EC; font-family: monospace; font-size: 0.88em; }

.post-card--changelog p {margin:0.5rem 0;}
.post-card--changelog figure {margin-top: 1rem;margin-bottom: 1rem}
.changelog-title { font-size: 1.6em; }


footer.container {margin-top: 6rem;}


.post-content pre,
.post-content blockquote,
.post-content .kg-card {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.post-content h2,
.post-content h3,
.post-content h4 {
  margin-top: 3rem
}

.kg-width-wide,
.kg-width-full {
  position: relative;
  width: 100%; /*width: 60vw;*/
  min-width: 100%;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  transform: translateX(calc(50vw - 50%));
}

.kg-width-full {
  width: 90vw;
}

article figure {
  margin: 0;
}

article figcaption {
  text-align: center;
}



.kg-bookmark-card {
    width: 100%;
    position: relative;
}

.kg-bookmark-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    color: currentColor;
    font-family: inherit;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.kg-bookmark-container:hover {
    text-decoration: none;
}

.kg-bookmark-content {
    flex-basis: 0;
    flex-grow: 999;
    padding: 20px;
    order: 1;
}

.kg-bookmark-title {
    font-weight: 600;
}

.kg-bookmark-metadata,
.kg-bookmark-description {
    margin-top: .5em;
}

.kg-bookmark-metadata {
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.kg-bookmark-description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.kg-bookmark-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: text-bottom;
    margin-right: .5em;
    margin-bottom: .05em;
}

.kg-bookmark-thumbnail {
    display: flex;
    flex-basis: 24rem;
    flex-grow: 1;
}

.kg-bookmark-thumbnail img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    object-fit: cover;
}

.kg-bookmark-author {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.kg-bookmark-publisher::before {
    content: "•";
    margin: 0 .5em;
}



.kg-image-card figcaption,
.kg-gallery-card figcaption {
    margin: -1.0em 0 1.5em;
}

.kg-embed-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1.5em 0 3em;
    min-width: 100%;
}

.kg-embed-card figcaption {
    margin: 0.5em 0 0;
}

.kg-embed-card .fluid-width-video-wrapper {
    margin: 0;
}


.kg-image-full + figcaption {
    padding: 0 1.5em;
}


@media (max-width: 1040px) {
    .post-full-content .kg-width-full .kg-image {
        width: 100vw;
    }
}

.kg-gallery-container {
    display: flex;
    flex-direction: column;
    margin: 1.5em auto;
    max-width: 1040px;
    width: 100%;
}

.kg-gallery-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.kg-gallery-image img {
    display: block;
    margin: 0;
    width: 100%;
    height: 100%;
}

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

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