body {
    font-family: "TH Alkes";
    background: rgb(231, 231, 222);
    font-size: 16px;
    margin: 0;
    color: #000;
}

p {
    font-size: 1.15rem;
}

strong {
    font-family: "TH Alkes Bold";
    font-weight: unset;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "TH Recoleta";
    font-weight: unset;
}

h1 {
    font-size: 3.65rem;
}

h2 {
    font-size: 2.25rem;
}

h3 {
    font-size: 1.9rem;
    margin-bottom: -10px;
}

h4 {
    font-size: 1.6rem;
    margin-bottom: -10px;
}

hr {
    border: 0;
}

hr::before {
    content: '...';
    display: block;
    text-align: center;
    margin: -16px auto 20px auto;
    letter-spacing: 12px;
    font-size: 42px;
    color: #7a7a6d;
}

mark {
    background: #dddd9e;
    padding: 4px 10px;
}

.header-top {
    width: 100%;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: inset 0 -1px 0 0 #cfcfbb;
}

.header-top svg {
    width: 24px;
    height: 24px;
}

.header-top .search {
    cursor: pointer;
    margin-right: 30px;
}

.header-top a.twitter-button {
    margin-left: 30px;
}

.header-top .branding {
    margin: 10px 90px 0 90px;
    flex: 1;
    text-align: center;
}

.header-top .logo {
    flex: 1;
    height: 38px;
}

.header-nav {
    display: flex;
    list-style: none;
    height: 40px;
    align-items: center;
    border-bottom: 1px solid #cfcfbb;
    justify-content: center;
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.header-nav::-webkit-scrollbar {
    display: none;
}

.header-nav ul {
    padding: 0;
    margin: 0;
}

.header-nav li {
    height: 40px;
    border-right: 1px solid #cfcfbb;
    font-size: 0.85rem;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
}

.header-nav li:first-child {
    border-left: 1px solid #cfcfbb;
}

.header-nav li a {
    display: block;
    box-sizing: border-box;
    color: #000;
    text-decoration: none;
    padding: 12px 30px;
    white-space: nowrap;
}

.header-nav li a:hover {
    background: #e1e1d4;
}

.article-section {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
}

.article-header {
    text-align: center;
}

.article-header h1 {
    margin-top: 65px;
}

.article-section .content {
    width: 90%;
    max-width: 550px;
    margin: 20px auto;
}

.article-header .article-meta {
    width: 90%;
    max-width: 550px;
    margin: -10px auto 50px auto;
    padding-bottom: 30px;
    border-bottom: 1px solid #cfcfbb;
}

.article-header .author-info img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
}

.article-meta .author-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.article-meta .author-info p {
    font-family: -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    margin-left: 10px;
}

.article-meta-info {
    display: flex;
    flex-wrap: wrap;
    font-family: -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
    margin-top: 10px;
}

.article-meta-info .time-info {
    flex: 1;
    text-align: left;
}

.time-info .updated-time {
    font-size: 0.9rem;
    font-weight: 500;
}

.time-info .reading-time {
    font-size: 0.9rem;
    margin-top: -12px;
}

.article-meta-info .article-tag {
    margin-top: 14px;
}

.article-meta-info .article-tag a {
    text-decoration: none;
    color: #000;
    border-bottom: 1px dotted #000;
    font-size: 0.95rem;
}

.article-section .content p {
    margin: 30px auto;
    line-height: 1.65;
}

.article-section .content h2 {
    margin-top: 45px;
}

.article-section .content img {
    width: inherit;
    height: inherit;
    max-width: 100%;
    border-radius: 5px;
    border: 2px solid #cfcfbb;
}

.article-section .content .kg-image-card {
    width: 100%;
    margin: 0;
}

.article-section .content figure.kg-width-full img {
    border: 0;
}

.article-section .content .kg-image-card a, .article-section .content .kg-image-card a:hover {
    border: 0;
}

.article-section .content .kg-embed-card {
    margin: 0;
}

.twitter-tweet {
    margin: 0;
}

.kg-gallery-container {
    width: 150%;
    margin-left: -25%;
}

.kg-gallery-row {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 1fr 1fr;
}

.kg-video-card {
    margin: 0;
}

.kg-video-card video {
    border-radius: 5px;
    border: 2px solid #cfcfbb;
}

figure.kg-gallery-card figcaption {
    margin-top: 10px;
}

figure.kg-gallery-card {
    margin: 0;
}

.article-section .content figcaption {
    font-family: -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
    font-size: 0.9rem;
    color: #7a7a6d;
    margin-left: 2px;
}

.article-section .content a {
    text-decoration: none;
    border-bottom: 1px dotted #7a7a6d;
    color: #7a7a6d;
}

.article-section .content a:hover {
    text-decoration: none;
    border-bottom: 1px dotted #525249;
    color: #525249;
}

.article-section .content li {
    font-size: 1.15rem;
    margin: 16px 0;
    line-height: 1.65;
}

.article-section .comment .comment-author img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
}

.ml-block-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 25px;
}

.ml-field-group input[type=email] {
    width: 89%;
    max-width: 400px;
    height: 40px;
    background: #e1e1d4;
    border: 1px solid #cfcfbb;
    border-radius: 5px;
    box-shadow: 0 30px 30px rgb(0 0 0 / 2%), 0 0 8px rgb(0 0 0 / 3%), 0 1px 0 rgb(0 0 0 / 5%);
    font-size: 1rem;
    outline: 0;
    padding: 5px 15px;
}

.ml-block-form button[type=submit] {
    background: #393934;
    color: #e7e7de;
    border-radius: 5px;
    outline: 0;
    border: 0;
    padding: 16px 30px;
    font-family: -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    margin-left: 18px;
    box-shadow: 0 30px 30px rgb(0 0 0 / 2%), 0 0 8px rgb(0 0 0 / 3%), 0 1px 0 rgb(0 0 0 / 5%);
}

.article-section .content .sharing-options {
    display: flex;
    font-family: -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 1.1rem;
    margin-top: 40px;
}

.article-section .content .sharing-options svg {
    width: 24px;
    height: 24px;
    margin-left: 15px;
    fill: #7a7a6d;
}

.article-section .content .sharing-options svg:hover {
    fill: #525249;
}

.article-section .content .sharing-options a {
    border: 0;
}

footer {
    width: 100%;
    margin-top: 50px;
}

footer .footer-content {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 0;
}

footer .quote-of-month-section {
    width: 90%;
    max-width: 550px;
    margin: 0 auto;
    text-align: center;
}

.quote-of-month-section img {
    width: 300px;
}

.quote-of-month-section svg {
    width: 65px;
    opacity: 0.45;
}

.quote-of-month-section p.quote {
    font-family: Georgia, serif;
    color: #7a7a6d;
    font-size: 2rem;
    font-style: italic;
    line-height: 1.35;
    margin: 10px 0;
}

.quote-of-month-section p.quote-by {
    font-family: -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 0.9rem;
    color: #7a7a6d;
    margin-top: 6px;
    margin-bottom: 20px;
}

.footer-links {
    width: 90%;
    max-width: 550px;
    margin: -6px auto 20px auto;
    border-top: 1px solid #cfcfbb;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 45px;
}

.footer-link-group .footer-group-header {
    font-family: -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
    color: #7a7a6d;
    font-size: 0.9rem;
    font-weight: 500;
}

.footer-link-group {
    margin: 0 0 0 60px;
}

.footer-link-group ul {
    list-style: none;
    padding: 0;
}

.footer-link-group li {
    margin: 8px 0;
}

.footer-link-group li a {
    font-family: -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
    color: #000;
    text-decoration: none;
    border-bottom: 1px dotted #000;
    font-size: 0.95rem;
}

.site-info {
    width: 90%;
    max-width: 550px;
    margin: 25px auto;
    text-align: center;
}

.site-info img {
    width: 100px;
    opacity: 0.5;
    margin: 40px 0 0 0;
}

.site-info p.copyright {
    max-width: 350px;
    font-family: -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    margin: 10px auto;
    color: #7a7a6d;
    line-height: 1.35;
}

.page-section {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
}

.front-page-articles, .hero-section {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.hero-section {
    text-align: center;
    border-bottom: 1px solid #cfcfbb;
}

.hero-section h1 {
    font-size: 4.75rem;
    max-width: 750px;
    margin: 64px auto 10px auto;
}

.hero-section p {
    font-family: -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
    color: #7a7a6d;
    font-size: 1.25rem;
    max-width: 550px;
    margin: 10px auto 30px auto;
    line-height: 1.45;
}

.hero-section img {
    width: 400px;
    margin: 30px auto 0 auto;
}

.featured-sites {
    display: grid;
    width: 100%;
    max-width: 700px;
    margin: 0 auto 25px auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.featured-sites img {
    width: 175px;
    opacity: 0.75;
    margin: 0;
}

p.as-seen-on {
    font-size: 0.85rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 10px;
}

.front-page-articles ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0;
    list-style: none;
    margin: 0;
}

.front-page-articles li img {
    width: 100%;
}

.front-page-articles ul li {
    border-bottom: 1px solid #cfcfbb;
    border-right: 1px solid #cfcfbb;
    padding: 25px;
}

.front-page-articles li a {
    display: block;
    text-decoration: none;
    color: #000;
    text-align: center;
}

.front-page-articles ul li:nth-child(3n) {
    border-right: 0;
}

.front-page-articles li:nth-child(3n+1):nth-last-child(-n+3),
.front-page-articles li:nth-child(3n+1):nth-last-child(-n+3) ~ li {
    border-bottom: 0;
}

.front-page-articles li h2 {
    font-size: 2rem;
    margin-bottom: 10px;
}

.front-page-articles p.article-read-time {
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
    background: #e1e1d4;
    padding: 6px 12px;
    font-size: 0.8rem;
    border-radius: 15px;
    border: 1px solid #cfcfbb;
    font-weight: 600;
    color: #7a7a6d;
    margin-top: 25px;
}

.front-page-articles li p.excerpt {
    font-family: -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
    color: #7a7a6d;
    font-size: 1rem;
    max-width: 80%;
    margin: 0 auto;
    line-height: 1.4;
}

.pagination {
    text-align: center;
    margin: 90px auto 20px auto;
}

.pagination a {
    font-family: -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
    font-size: 1rem;
    margin: 0 10px;
    text-decoration: none;
    border: 1px solid #cfcfbb;
    font-weight: 600;
    color: #7a7a6d;
    background: #e1e1d4;
    padding: 10px 25px;
    border-radius: 5px;
}

.tag-info, .page-section {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto 50px auto;
    border-bottom: 1px solid #cfcfbb;
    text-align: center;
    padding-bottom: 25px;
}

.tag-info img,
.newsletter-section img,
.article-newsletter-section img,
.page-section img {
    width: 350px;
}

.tag-info h1,
.newsletter-section h1,
.article-newsletter-section h2,
.page-section h1 {
    margin: 15px 0 5px 0;
}

.tag-info p,
.newsletter-section p,
.article-newsletter-section p,
.page-section p,
.page-not-found-section p.error-message {
    width: 90%;
    font-family: -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
    color: #7a7a6d;
    font-size: 1rem;
    max-width: 500px;
    margin: 10px auto 10px auto;
    line-height: 1.4;
}

.page-not-found-section p.error-message {
    margin-bottom: 35px;
}

.tag-info p.total-posts {
    width: unset;
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
    background: #e1e1d4;
    padding: 6px 12px;
    font-size: 0.8rem;
    border-radius: 15px;
    border: 1px solid #cfcfbb;
    font-weight: 600;
    color: #7a7a6d;
    margin-top: 10px;
}

.newsletter-section {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto 50px auto;
    border-bottom: 1px solid #cfcfbb;
    text-align: center;
    padding-bottom: 35px;
}

.article-newsletter-section {
    width: 90%;
    max-width: 550px;
    margin: 0 auto 25px auto;
    border-top: 1px solid #cfcfbb;
    text-align: center;
}

.article-newsletter-section .newsletter-subs {
    font-weight: 600;
}

.article-newsletter-section .newsletter-article-tag {
    font-weight: 600;
    box-shadow: inset 0 -5px 0 0 #cfcfb6, inset 0 -8px 0 0 #d7d7c7;
}

.newsletter-section ul, .article-newsletter-section ul {
    width: 90%;
    max-width: 550px;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 10px auto;
    flex-wrap: wrap;
    justify-content: center;
}

.newsletter-section ul li, .article-newsletter-section ul li {
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
    background: #e1e1d4;
    padding: 6px 12px;
    font-size: 0.8rem;
    border-radius: 15px;
    border: 1px solid #cfcfbb;
    font-weight: 600;
    color: #7a7a6d;
    margin: 10px 5px 5px 5px;
}

.page-not-found-section {
    width: 100%;
    text-align: center;
}

.page-not-found-section h1 {
    font-size: 12rem;
    margin-bottom: 0;
    margin-top: 50px;
}

.page-not-found-section p {
    margin-bottom: 50px;
}

.article-section .content blockquote {
    font-family: Georgia, serif;
    color: #7a7a6d;
    font-size: 2rem;
    font-style: italic;
    line-height: 1.35;
    margin: 50px 0;
    text-align: center;
}

.article-section .content blockquote::before {
    content: '“';
}

.article-section .content blockquote::after {
    content: '”';
}

.has-large-font-size {
    word-wrap: break-word;
}

.newsletter-callout {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: #e7e7de;
    width: 100%;
    border-bottom: 1px solid #cfcfbb;
    z-index: 9999;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.newsletter-callout p {
    padding: 20px 30px;
    font-family: -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
    color: #000000;
    margin: 0;
    line-height: 1.35;
}

.newsletter-callout p a {
    color: #7a7a6d;
    text-decoration: none;
    border-bottom: 1px dotted #7a7a6d;
}

.newsletter-callout p a:hover {
    border-bottom: 1px dotted #525249;
    color: #525249;
}

.related-posts-section, .up-next-section {
    width: 90%;
    max-width: 550px;
    margin: 40px auto;
}

.related-posts-section p.related-header, .up-next-section p.up-next-header {
    color: #7a7a6d;
    font-family: -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 0.85rem;
    font-weight: 600;
    display: flex;
}

.related-posts-section p.related-header svg, .up-next-section p.up-next-header svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.related-posts {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #cfcfbb;
}

.up-next {
    border-top: 1px solid #cfcfbb;
}

.up-next h3 {
    font-size: 1.75rem;
}

.related-posts a, .up-next a {
    text-decoration: none;
    color: #000000;
}

.related-posts h3 {
    font-size: 1.75rem;
    margin-right: 16px;
}

.related-posts p, .up-next p {
    font-family: -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
    color: #7a7a6d;
    font-size: 1rem;
    line-height: 1.4;
    margin-right: 20px;
}

.related-post {
    width: 100%;
    max-width: 262px;
}

.related-posts p.related-post-read-time, .up-next p.up-next-read-time {
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
    background: #e1e1d4;
    padding: 6px 12px;
    font-size: 0.8rem;
    border-radius: 15px;
    border: 1px solid #cfcfbb;
    font-weight: 600;
    color: #7a7a6d;
    margin-top: 15px;
}

.related-posts a:first-child {
    border-right: 1px solid #cfcfbb;
}

.related-posts a:nth-child(2) {
    padding-left: 24px;
}

.narrow-description p {
    max-width: 500px;
}

.past-issues {
    width: 90%;
    max-width: 550px;
    margin: 0 auto;
}

.past-issues ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}

.past-issues li {
    width: 100%;
    max-width: 249px;
    border-top: 1px solid #cfcfbb;
    padding: 25px 0 25px 25px;
    cursor: pointer;
}

.past-issues li:hover {
    background: #e1e1d4;
}

.past-issues li:before {
    content: 'ISSUE';
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
    font-size: 0.8rem;
    margin-left: 2px;
    font-weight: 500;
    color: #7a7a6d;
}

.past-issues li a {
    font-family: "TH Recoleta";
    text-decoration: none;
    color: #000000;
    font-size: 2.95rem;
    display: block;
    padding-right: 45px;
}

.past-issues li:nth-child(odd) {
    border-right: 1px solid #cfcfbb;
}

.past-issues li:first-child, li:nth-child(2) {
    border-top: 0;
}

.past-issues p.past-issues-header {
    color: #7a7a6d;
    font-family: -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 0.85rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 35px;
}

.posts-divider {
    color: #7a7a6d;
    font-family: -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 0.85rem;
    font-weight: 600;
    margin: 75px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.posts-divider a {
    text-decoration: none;
    color: #7a7a6d;
}

span.divider-tag {
    display: inline-block;
    margin: 0 10px;
}

.divider-line {
    width: 25%;
    max-width: 250px;
    border-bottom: 1px solid #cfcfbb;
    margin: 0 25px;
}

@media only screen and (max-width: 480px) {
    .front-page a:first-child .post-item .post-details h1 {
        font-size: 3rem;
    }

    .front-page a .post-item .post-details h1, .post-archive a .post-item .post-details h1 {
        font-size: 2rem;
    }

    .front-page-articles ul {
        grid-template-columns: 1fr;
    }

    .front-page-articles li:nth-child(3n+1):nth-last-child(-n+3),
    .front-page-articles li:nth-child(3n+1):nth-last-child(-n+3) ~ li {
        border-bottom: 1px solid #cfcfbb;
    }

    .front-page-articles ul li {
        border-right: 0;
    }

    .article-section .content .sharing-options {
        font-size: 0.9rem;
    }

    .article-header h1 {
        font-size: 3rem;
    }

    .header-nav {
        justify-content: unset;
    }

    .header-nav li:first-child {
        border-left: 0;
    }

    .header-nav li:last-child {
        border-right: 0;
    }

    .header-nav .nav-scrim {
        position: fixed;
        top: 62px;
        right: 0;
        width: 30px;
        height: 40px;
        background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #cfcfbb 75%, #cfcfbb);;
    }

    .page-header h1 {
        font-size: 3.5rem;
    }

    .page-header p {
        margin: -25px auto 75px auto;
    }

    .page-not-found-section h1 {
        font-size: 9rem;
    }

    .page-not-found-section p.error-message {
        max-width: 80%;
        margin: 5px auto;
    }

    .has-large-font-size {
        font-size: 1.25em;
    }

    .newsletter-callout p {
        font-size: 1.1rem;
    }

    .related-posts a:first-child {
        border-right: 0;
        border-bottom: 1px solid #cfcfbb;
        padding-bottom: 26px;
    }

    .related-posts a:nth-child(2) {
        padding-left: 0;
    }

    .related-post {
        max-width: unset;
    }

    .past-issues li {
        width: 90%;
        max-width: unset;
    }

    .past-issues li:nth-child(odd) {
        border-right: 0;
    }

    .footer-links {
        grid-template-columns: 1fr 1fr;
    }

    .footer-link-group {
        margin: 0;
    }

    .kg-gallery-container {
        width: 100%;
        margin-left: 0%;
    }

    .kg-gallery-row {
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }

    .ml-form-formContent {
        width: 85%;
    }

    .ml-form-embedSubmit {
        width: 85%;
    }

    .ml-block-form button[type=submit] {
        width: 100%;
        margin: 8px 0;
    }

    .newsletter-section h1 {
        font-size: 3rem;
        line-height: 1.15;
        margin-top: 25px;
    }

    .past-issues li:nth-child(2) {
        border-top: 1px solid #cfcfbb;
    }

    .article-newsletter-section h2 {
        font-size: 3rem;
        line-height: 1.15;
    }

    .article-newsletter-section .ml-field-group input[type=email] {
        width: 88%;
    }

    .hero-section h1 {
        font-size: 4.25rem;
        line-height: 1.1;
    }

    .hero-section p {
        font-size: 1.1rem;
        max-width: 80%;
        margin-top: 20px;
    }

    .hero-section img {
        width: 325px;
    }

    .featured-sites {
        grid-template-columns: 1fr 1fr;
        justify-items: center;
    }

    .featured-sites img {
        width: 150px;
        margin-bottom: 10px;
    }

    p.as-seen-on {
        font-size: 0.85rem;
        margin-bottom: 10px;
    }

    .firesides li:last-child {
        border-bottom: none !important;
    }

    .posts-divider {
        margin: 35px 0;
    }

    .divider-line {
        display: none;
    }
}