/* Fonts */
@font-face {
    font-family: 'farecregular';
    src: url('../fonts/FaRerC.woff2') format('woff2'),
    url('../fonts/FaRerC.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'futurademicregular';
    src: url('../fonts/futurademic-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'futurabookcregular';
    src: url('../fonts/futurabookc-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

/* Base */
body {
    color: #000;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Override */
.b-nav {
    background: #000 !important;
}

#top100counter {
    position: absolute;
    top: 0;
    left: 0;
}

/* Root */
.b-longread-root {
    margin: 54px 0;
    font-weight: 400;
    font-size: 10px;
    line-height: 1;
}

.wrapper > .b-longread-root {
    margin: 0;
}

@media (max-width: 480px) {
    .b-longread-root {
        font-size: 8px;
    }
}

@media (max-width: 375px) {
    .b-longread-root {
        font-size: 6px;
    }
}

.b-longread-root *,
.b-longread-root *:before,
.b-longread-root *:after {
    max-width: none;
    margin: 0;
    padding: 0;
    font: inherit;
    box-sizing: border-box;
}

/* Client Posts */
.b-longread-client-posts {
    display: flex;
    justify-content: center;
    padding: 4.5em 0 9em;
}

.b-longread-client-posts__post {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 100%;
    width: 320px;
    padding: 40px 0 0;
}

.b-longread-client-posts__post:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    width: 150px;
    height: 15px;
    background: #000;
}

.b-longread-client-posts__post-title {
    margin: 0 0 30px;
    font: normal 400 16px/1.37 'futurademicregular', sans-serif;
}

.b-longread-client-posts__post-title a {
    position: relative;
    color: #c92336;
}

.b-longread-client-posts__post-title a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: currentColor;
}

.b-longread-client-posts__post-title a:hover:after {
    content: none;
}

.b-longread-client-posts__post-link-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 230px;
    height: 50px;
    font: normal 400 16px/1 'futurabookcregular', sans-serif;
    text-transform: uppercase;
    color: #fff;
    background: #c92336;
    transition: all 0.3s;
}

.b-longread-client-posts__post-link-btn:hover {
    background: #000;
}

@media (max-width: 960px) {
    .b-longread-client-posts {
        flex-direction: column;
        align-items: center;
    }

    .b-longread-client-posts__post + .b-longread-client-posts__post {
        margin-top: 30px;
    }

    .b-longread-client-posts__post:before {
        left: 50%;
        transform: translate(-50%, 0);
    }

    .b-longread-client-posts__post-title {
        text-align: center;
    }

    .b-longread-client-posts__post-link-btn {
        margin: 0 auto;
    }
}

/* Related Posts */
.b-longread-related-posts {
    color: #000;
    background: #fff;
    padding: 4em 0 12em;
    border-top: 1px solid #000;
}

.b-longread-related-posts__title {
    margin: 0 0 40px;
    font: normal 400 24px/1 'futurademicregular', sans-serif;
    text-align: center;
}

.b-longread-related-posts__posts {
    display: flex;
    justify-content: center;
    max-width: 100%;
    width: 900px;
    margin: 0 auto;
}

.b-longread-related-posts__post {
    max-width: 100%;
    width: 300px;
    margin: 0 auto 30px;
}

@media (max-width: 900px) {
    .b-longread-related-posts__posts {
        flex-direction: column;
    }
}

/* Related Post */
.b-longread-related-post__img {
    position: relative;
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 0 20px;
}

.b-longread-related-post__title {
    position: relative;
    margin: -60px 0 25px 40px;
    font: normal 400 22px/1 'futurademicregular', sans-serif;
    color: #fff;
}

.b-longread-related-post__lead {
    margin: 0 0 0 55px;
    font: normal 400 20px/1.1 'futurademicregular', sans-serif;
}