/** Shopify CDN: Minification failed

Line 258:17 Unexpected "{"
Line 258:26 Expected ":"

**/
.effort-masthead {
    padding-bottom: 80px;
    text-align: left;
    background: #f6f6f6;
    max-width: 800px;
    margin: 0 auto;
}

.effort-label {
    color: black;

}

.effort-label {
    font-size: 12px;
    letter-spacing: .2em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.effort-headline {
    margin: auto;
    font-size: 50px;
    color: black;
     margin-top: 60px;
    font-weight: 700;
    line-height: 1.2;
}

.effort-subheadline {
    margin: auto;
    font-size: 24px;
    color: #6b6b6b;
    margin-top: 10px;
    font-weight: 400;
    line-height: 1.3

}

.effort-hero-image {
    width: 100vw;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.effort-hero-image img {
    width: 100%;
    height: 70vh;
    object-fit: cover;
    display: block;
}

.effort-reading-section {
    padding: 80px 0px 40px;
}

.reading-column {
    max-width: 800px;
    margin: 0 auto;
    font-size: 20px;
}


.effort-pullquote {
    color: #000;
    padding: 40px 0px;
    text-align: left;
    display: flex;
    margin: 0 auto;
    max-width: 800px;
}

.effort-pullquote h4 {
    font-family: Helvetica, sans-serif;
    font-size: 40px;
    line-height: 1.1;
    color: #000;
    font-weight: 700;
    text-align: left;
    letter-spacing: 2px;
    margin: 0;
}

.effort-meaning {
    padding-top: 40px;
}

.effort-watermark {
    background: #000;
    text-align: center;
    padding: 80px 20px;
}

.effort-watermark h2 {
    font-family: "VanguardCF", sans-serif;
    font-size: 12vw;
    color: #fff;
    line-height: .9;
}

.reading-column .metafield-rich_text_field p {
    color: black;

}



.section-heading-title.relatedpost {
    color: black;
    margin: 0px;
}

.effort-related-posts .section-heading-box {
    padding-bottom: 0px;
    text-align: left;

}


.effort-related-posts .container {
    padding: 80px 0 30px;
    width: 100%;
}

.post__title,
.post__desc {
    color: black;
}

.effort-reading-time {
    font-size: 12px;
    /* opacity:.6; */
    letter-spacing: .2em;
    margin-bottom: 0px;
    color: #C1232E;
}

.effort-break-image {
    width: 100%;
    height: 500px;
    /* desktop height */
    overflow: hidden;
}

.effort-break-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.effort-series-article {
    padding: 80px 0px 0;
}

.section-heading-box-related {
    margin-bottom: 40px;
    text-align: left;
}


@media (min-width:769px) and (max-width:1023px) {
    .effort-pullquote h4 {
        font-size: 30px;
    }

    .effort-subheadline {
        font-size: 36px;
    }
}

/* MOBILE */
@media (max-width: 749px) {

    .effort-break-image {
        height: 400px;
        /* mobile height */
    }

    .effort-headline {
        margin-top: 40px;
        font-size: 30px;
    }

    .effort-subheadline {
        margin-top: 10px;
        font-size: 16px;
    }

    .effort-series-article {
        padding: 60px 15px 0;
    }

    .effort-masthead {
        padding-bottom: 40px;
    }


    .effort-reading-section {
        padding: 40px 0;
    }

    .effort-pullquote {
        padding: 0px;
        max-width: 100%;
    }

    .effort-pullquote h4 {
        font-size: 20px;
    }


    .effort-related-posts .container {
        padding: 40px 0 15px;
    }

    .section-heading-box-related {
        margin-bottom: 20px;
        text-align: left;
    }

    .effort-break-image img {
        object-position: top;
    }

    
    .reading-column {
      font-size: 16px;
    }

}

.featured-post__wrapper.scroll-box .row {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;

}

.featured-post__wrapper.scroll-box .row>div {
    flex: 0 0 auto;
    scroll-snap-align: start;
}

.featured-post__wrapper.scroll-box .row::-webkit-scrollbar {
    display: none;
}

@media (min-width:992px){
  #relatedPosts-{{ section.id }} .row > div{
    flex:0 0 30%;
    max-width:30%;
  }
}