.post {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 5;
    letter-spacing: 0.01rem;
    font-style: normal;
    font-size: 20px;
    line-height: 1.67;
    color: #464848;
    font-family: 'Ubuntu', Helvetica, Verdana, sans-serif;
    font-weight: 300;
}

    .post__dark {
        color: #bfbfc0;
    }

        .post__dark a {
            color: #bfbfc0;
        }

    .post p,
    .post h1,
    .post h2,
    .post h3,
    .post dl,
    .block-text {
        width: 100%;
        max-width: 900px;
        min-width: 200px;
        font-weight: 400;
        font-style: normal;
        box-sizing: content-box;
        padding: 0;
    }

    .post > p,
    .post > h1,
    .post > h2,
    .post > h3 {
        width: 90%;
        margin: 27px auto 0 35px;
    }

    .post h1,
    .post h2,
    .post h3 {
        font-family: 'Ubuntu', Helvetica, Verdana, sans-serif;
        letter-spacing: -0.02em;
        font-weight: 500;
        line-height: 1.3em;
        margin: 0 auto;
    }

    .post h1 {
        font-size: 230%;
        padding-top: 60px;
        padding-bottom: 30px;
        text-align: center;
    }

    .post h2 {
        font-size: 180%;
        padding-top: 30px;
        padding-bottom: 50px;
        text-align: center;
    }

    .post h3 {
        font-size: 140%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .post hr {
        display: block;
        height: 1px;
        border: 0;
        border-top: dashed 2px #BDC3C7;
        margin: 1em 0 2em;
        padding: 0;
    }


    .post h1 + h2 {
        padding-top: 10px;
    }

    .post h2 + h3 {
        padding-top: 10px;
    }

    .post h1 a,
    .post h2 a,
    .post h3 a {
        text-decoration: none !important;
    }

    .post ul, .post ol {
        padding-left: 35px;
        width: 95%;
        max-width: 800px;
        min-width: 300px;
        padding-bottom: 1.2em;
        font-weight: 400;
        font-style: normal;
        letter-spacing: -0.003em;
        box-sizing: border-box;
    }

        .post p+ul, .post p+ol {
            margin-top: -1.5em;
        }

        .post li {
            margin-bottom: 15px;
        }

    .post figure a {
        border-bottom: none;
        text-decoration: none;
    }

    .post dl {
        padding-left: 0;
    }

        .post dd {
            margin-top: 10px;
            margin-left: 20px;
        }

        .post dt {
            margin-bottom: 20px;
            line-height: 1.3em;
            font-family: 'Ubuntu', Helvetica, Verdana, sans-serif;
            font-weight: bold;
            margin-top: 40px;
            padding: 0;
        }

    .post .code p {
        margin-bottom: 0;
        font-family: monospace;
    }

    .post code {
        font-family: monospace;
        white-space: pre-wrap;
        font-size: 80%;
        padding: 20px 30px;
    }

    .post figure {
        display: inline-block;
        vertical-align: top;
        font-family: 'Ubuntu', Helvetica, Verdana, sans-serif;
        font-size: 95%;
        color: #999;
        font-weight: 300;
    }

    .post figure * {
        width: 100%;
    }

    .post big {
        font-size: 120%;
    }

    .post .initial {
        display: inline-block;
        float: left;
        font-weight: normal;
        font-size: 420%;
        padding-right: 10px;
        line-height: 1.0em;
    }

    .post .starting {
        font-size: 110%;
        height: 35px;
        font-weight: 400;
        vertical-align: bottom;
        background-color: #4E4E4E;
        color: #EEE;
        padding: 4px 7px 5px;
        line-height: 1.6em;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
    }

        .post .starting a {
            color: #EEE;
        }

    .post table {
        table-layout: fixed;
        border-spacing: 10px;
        border-collapse: collapse;
    }

        .post table thead {
            text-align: left;
            font-size: 120%;
        }

            .post table thead th {
                padding-bottom: 30px;
            }

        .post table td {
            width: 1%;
            padding: 0 50px 30px 0;
            vertical-align: top;
            box-sizing: border-box;
        }

/* Text blocks */

.block-text {
    width: 95%;
    background-color: #FFF;
    margin: 40px auto 40px;
    position: relative;
    display: block;
    padding: 40px;
    clear: both;
    box-sizing: border-box;
}

    .block-text p {
        padding-bottom: 1.2em;
    }

    .post__dark .block-text,
    .block-background__black .block-text {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .block-text__lead {
        padding: 70px 10% 70px;
        box-sizing: border-box;
        opacity: 0.8;
        margin-top: 0 !important;
        font-size: 105%;
        line-height: 1.5em;
        font-family: Ubuntu, Helvetica, Arial, sans-serif;
        background-color: transparent;
        max-width: none;
        width: 100%;
    }

        .block-text__lead p {
            max-width: none;
        }

    .block-text__black {
        color: #FFF;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .block-text__right {
        float: right;
        width: 50% !important;
        margin-right: 12% !important;
    }

.block-background {
    width: 100%;
    clear: both;
    position: relative;
    margin: 50px auto;
    padding-bottom: 30px;
    display: block;
    overflow: hidden;
    min-height: 200px;
    background: transparent repeat-y fixed center center;
    background-size: cover;
}

    .block-background > p,
    .block-background > h1,
    .block-background > h2,
    .block-background > h3 {
        margin: 27px auto 35px;
        width: 95%;
    }

    .block-background > .block-background__background {
        margin: 0;
        position: relative;
        background-attachment: fixed;
        background-size: cover;
        padding-top: 100px;
        padding-bottom: 100px;
    }

.block-paid {
    background-color: #fff3d4 !important;
    color: #413d3b !important;
    font-size: 95%;
    font-family: Ubuntu, Helvetica, Arial, sans-serif;
    padding: 30px 40px;
}

    .block-paid .inline-comments,
    .block-paid .inline-comments-wrapper,
    .block-paid .inline-comments-placeholder {
        display: none;
    }

    .block-paid a {
        color: #201e1d;
    }

    .block-paid p {
        padding-bottom: 1em;
        margin: 0;
        line-height: 1.6em;
    }

.block-link {
    margin-top: 10px;
    padding: 5px 10px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

    .block-link:hover {
        background-color: #878889;
        color: #FFFFFF;
    }

.block-button {
    display: inline-block;
    vertical-align: top;
    padding: 20px 25px;
    background-color: #767676;
    border: solid 2px #767676;
    color: #FFFFFF;
    margin: 10px;
    text-decoration: none;
    border-radius: 20px;
    line-height: 1.2em;
}

    .block-button:hover {
        background-color: transparent;
        color: #333;
    }

/* Multiple photo */

.block-media {
    display: block;
    clear: both;
    position: relative;
    box-sizing: border-box;
    margin: 50px auto;
}

    .block-media a {
        cursor: zoom-in;
    }

    .block-media figure {
        box-sizing: border-box;
    }

    .block-media figcaption {
        font-weight: 500;
        color: #666;
        padding: 10px;
        box-sizing: border-box;
    }

    .block-media__right {
        width: 480px;
        float: right;
        margin-top: 0;
        padding: 0 0 20px 20px;
    }

    .block-media__left {
        width: 480px;
        float: left;
        margin-top: 0;
        padding: 0 20px 20px 0;
    }

    .block-media__full {
        width: 100%;
    }

        .block-media__full figure {
            width: 100%;
        }

        .block-media__full figcaption {
            position: absolute;
            bottom: 40px;
            right: 0;
            width: 40%;
            padding: 5px 10px;
            box-sizing: border-box;
            background-color: rgba(0, 0, 0, 0.5);
            color: #FFF;
            font-weight: 400;
        }

    .block-media__body {
        margin: 50px auto;
        padding: 0;
        max-width: 1000px;
        text-align: center;
    }

        /*.block-text .block-media__body {*/
            /*margin-left: -40px;*/
            /*margin-right: -40px;*/
        /*}*/


        .block-media__body figure {
            margin: 0;
        }

        .block-media__body figcaption {
            top: 0;
            right: -10px;
            box-sizing: border-box;
            border-left: solid 1px #666;
            border-left: none;
            width: 90%;
            padding: 10px 0 0 0;
            margin: 0 auto;
            text-align: center;
        }

    .block-media__2 {
        margin: 0 auto 50px;
        max-width: 1000px;
        text-align: center;
    }

        .block-media__2 figure {
            display: block;
            float: left;
            width: 50%;
            border-right: solid 5px transparent;
        }

            .block-media__2 figure:after {
                content: "";
                width: 100%;
                display: inline-block;
                font-size: 0;
                line-height: 0;
            }

    .block-media__3 {
        margin: 0 auto 50px;
        max-width: 1000px;
        text-align: center;
    }

        .block-media__3 figure {
            width: 27%;
            margin: 0;
        }

    .block-media__3-full {
        margin: 0 auto 50px;
    }

        .block-media__3-full figure {
            display: inline-block;
            width: 33.3333%;
        }

        .block-media__3-full figcaption {
            text-align: center;
        }

        .block-media__3-full figure + figure {
            margin-left: -5px;
        }

    .block-media__4 {
        margin: 0 auto 50px;
        max-width: 1000px;
        text-align: center;
    }

        .block-media__4 figure {
            display: inline-block;
            width: 47%;
            margin-top: 40px;
            border-right: solid 5px transparent;
        }

/* Text */

.post cite,
.block-cite {
    font-family: 'Ubuntu', Helvetica, Verdana, sans-serif;
    display: block;
    line-height: 1.5;
    text-align: left;
    font-size: 90%;
    width: 90%;
    max-width: 800px;
    margin: 20px 0 40px;
    color: #999;
    box-sizing: border-box;
    border-left: solid 2px #999;
    padding: 0 15px;
}

.post blockquote,
.block-quote {
    display: block;
    line-height: 1.4;
    text-align: center;
    font-size: 130%;
    width: 90%;
    margin: 0 auto;
    font-style: italic;
    padding: 10px;
    box-sizing: border-box;
}

.block-side {
    position: relative;
    font-family: 'Ubuntu', Helvetica, Verdana, sans-serif;
    font-size: 90%;
    font-weight: 200;
    line-height: 1.3em;
    margin-top: 0;
    padding: 10px;
    width: 45%;
}

    .block-side__right {
        float: right;
        margin-left: 40px;
        margin-top: 0 !important;
        text-align: right;
        padding-right: 0;
    }

    .block-side__left {
        float: left;
        margin-right: 40px;
        padding-left: 0;
    }

    .block-side figure {
        width: 100%;
        margin-bottom: 10px;
    }

    .block-side figcaption {
        padding-top: 20px;
    }

.block-number {
    display: inline-block;
    max-width: 200px;
    font-size: 150%;
    font-family: Ubuntu, Helvetica, Arial, sans-serif;
    margin-right: 20px;
    margin-bottom: 20px;
}

    .block-number strong {
        font-weight: 400;
        display: inline-block;
        width: 100%;
        clear: both;
    }

    .block-number small {
        font-size: 60%;
        font-weight: 400;
        display: inline-block;
        width: 100%;
        clear: both;
        position: relative;
        top: -10px;
    }

.block-iframe {
    position: relative;
    width: 100%;
    padding-bottom: 54%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .block-iframe > iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.block-media__noclick {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.block-cite > p,
.block-side > p,
.block-media > p {
    padding: 0;
    margin: 0;
}

.block-20 {
    width: 20%;
}

.block-30 {
    width: 30%;
}

/* Footer and subscription */

.post-footer {
    display: block;
    width: 100%;
    text-align: center;
    background: transparent;
    font-family: 'Ubuntu', Helvetica, Verdana, sans-serif;
    font-size: 16px;
    overflow: hidden;
}

    .post-footer__inside {
        width: 100%;
        max-width: 1000px;
        margin: 100px auto 0;
        position: relative;
        display: block;
        padding: 0;
        clear: both;
        min-height: 330px;
    }

.post-footer-buttons {
    width: 100%;
    margin-bottom: 70px;
    text-align: center;
}

.post-footer__button {
    display: inline-block;
    vertical-align: top;
    padding: 5px 10px;
    border: solid 2px;
    border-radius: 10px;
    margin-left: 20px;
    margin-top: 20px;
    opacity: 0.8;
    text-decoration: none;
    line-height: 1.5em;
}

    .post-footer__button:hover {
        opacity: 1.0;
    }

    .post-footer__button i {
        margin-right: 4px;
    }


.email-form {
    text-decoration: none;
}

    .email-form-black {
        position: relative;
        display: block;
        opacity: 0.8;
        line-height: 0.7em;
        text-align: left;
        background: rgba(0, 0, 0, 0.6);
        color: #FFF;
        font-family: 'Ubuntu', Helvetica, Verdana, sans-serif;
        width: 100%;
        max-width: 600px;
        padding: 30px 20px;
        box-sizing: border-box;
        margin: 0 auto;
    }

    .email-form__title {
        display: inline-block;
        width: 100%;
        font-size: 28px;
        font-weight: 500;
        line-height: 1.1em;
        clear: both;
        margin: 5px 0 20px;
    }

    .email-form__subtitle {
        display: inline-block;
        width: 100%;
        font-size: 18px;
        clear: both;
        margin-bottom: 20px;
        line-height: 1.3em;
    }

    .email-form form {
        display: inline-block;
        width: 100%;
        box-sizing: border-box;
        clear: both;
    }

    .email-form__inputs {
        position: relative;
        display: block;
        width: 100%;
        box-sizing: border-box;
        font-size: 18px;
        margin-top: 10px;
    }

    .email-form label {
        display: block;
        font-size: 18px;
        line-height: 1.3em;
        width: 100%;
    }

    .email-form input[type=email] {
        display: block;
        width: 63%;
        box-sizing: border-box;
        -webkit-appearance: none;
        border: solid 2px #666;
        padding: 7px 10px;
        font-size: 20px;
        float: left;
        outline: none;
        border-right: none;
    }

    .email-form input[type=submit],
    .email-form button {
        display: block;
        -webkit-appearance: none;
        box-sizing: border-box;
        background-color: #D90700;
        border: solid 2px #D90700;
        color: #FFF;
        padding: 8px 5px;
        font-size: 18px;
        width: 35%;
        float: left;
        outline: none;
    }

        .email-form input[type=submit]:hover,
        .email-form button:hover {
            background-color: #FFF;
            color: #D90700;
        }

        .button-loader {
            background: #FFFFFF url('f_bcda757--if.gif') no-repeat 50% 50% !important;
            color: transparent !important;
        }

    .email-form a {
        color: #FFF;
    }

    .email-form__alternatives {
        position: absolute;
        display: block;
        height: 45px;
        bottom: -50px;
        color: #666;
        font-size: 15px;
        line-height: 1.3em;
    }

        .email-form__alternatives a {
            color: #666;
        }

.post-related {
    width: 100%;
    margin: 50px auto 40px;
    padding: 20px 0 0;
    text-align: center;
    overflow: hidden;
    max-height: 350px;
}

    .post-related__title {
        display: block;
        position: relative;
        font-size: 18px;
        text-align: center;
        margin-bottom: 30px;
    }

        .post-related__title span {
            position: relative;
            display: inline-block;
            background-color: #f5f6f8;
            padding: 5px 20px;
            z-index: 10;
        }

        .post-related__title::after {
            content: "";
            position: absolute;
            top: 50%;
            display: block;
            border-bottom: solid 1.5px #333;
            width: 100%;
            z-index: 1;
        }

.width-25 {
    width: 25%;
}

.width-50 {
    width: 50%;
}

.width-75 {
    width: 75%;
}