﻿@-webkit-keyframes fadeInUp {
    from

{
    -webkit-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 15%, 0);
    opacity: 0
}

to {
    -webkit-transform: none;
    transform: none;
    opacity: 1
}

}

@keyframes fadeInUp {
    from {
        -webkit-transform: translate3d(0, 15%, 0);
        transform: translate3d(0, 15%, 0);
        opacity: 0
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes loader {
    0%,100% {
        opacity: 0;
        box-shadow: 0 2.5em 0 -1.3em
    }

    25% {
        opacity: 1;
        box-shadow: 0 2.5em 0 0
    }
}

@keyframes loader {
    0%,100% {
        opacity: 0;
        box-shadow: 0 2.5em 0 -1.3em
    }

    25% {
        opacity: 1;
        box-shadow: 0 2.5em 0 0
    }
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
        opacity: 0
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
        opacity: 0
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes slideUpIn {
    0% {
        -webkit-transform: translate3d(0, 15px, 0);
        transform: translate3d(0, 15px, 0);
        opacity: 0
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes slideUpIn {
    0% {
        -webkit-transform: translate3d(0, 15px, 0);
        transform: translate3d(0, 15px, 0);
        opacity: 0
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes slideDownIn {
    0% {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
        opacity: 0
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes slideDownIn {
    0% {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
        opacity: 0
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        -webkit-transform: scale(0.97);
        transform: scale(0.97);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.7
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes mouseScroll {
    0% {
        -webkit-transform: translate3d(0, -8px, 0);
        transform: translate3d(0, -8px, 0)
    }

    40% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }

    90% {
        -webkit-transform: translate3d(0, -8px, 0);
        transform: translate3d(0, -8px, 0);
        opacity: 0.4
    }

    100% {
        -webkit-transform: translate3d(0, -8px, 0);
        transform: translate3d(0, -8px, 0);
        opacity: 1
    }
}

@keyframes mouseScroll {
    0% {
        -webkit-transform: translate3d(0, -8px, 0);
        transform: translate3d(0, -8px, 0)
    }

    40% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }

    90% {
        -webkit-transform: translate3d(0, -8px, 0);
        transform: translate3d(0, -8px, 0);
        opacity: 0.4
    }

    100% {
        -webkit-transform: translate3d(0, -8px, 0);
        transform: translate3d(0, -8px, 0);
        opacity: 1
    }
}

@-webkit-keyframes autofill {
    to {
        color: currentColor;
        background: transparent
    }
}

@keyframes autofill {
    to {
        color: currentColor;
        background: transparent
    }
}

@font-face {
    font-family: 'Muli';
    font-weight: 400;
    font-style: normal;
    font-display: block;
    src: local("Muli Regular"),local("Muli-Regular"),url("/webfonts/Muli-Regular.woff") format("woff")
}

@font-face {
    font-family: 'Muli';
    font-weight: 600;
    font-style: normal;
    font-display: block;
    src: local("Muli SemiBold"),local("Muli-SemiBold"),url("/webfonts/Muli-SemiBold.woff") format("woff")
}

@font-face {
    font-family: 'Poppins';
    font-weight: 400;
    font-style: normal;
    font-display: block;
    src: local("Poppins Regular"),local("Poppins-Regular"),url("/webfonts/Poppins-Regular.woff") format("woff")
}

@font-face {
    font-family: 'Poppins';
    font-weight: 500;
    font-style: normal;
    font-display: block;
    src: local("Poppins Medium"),local("Poppins-Medium"),url("/webfonts/Poppins-Medium.woff") format("woff")
}

@font-face {
    font-family: 'Poppins';
    font-weight: 600;
    font-style: normal;
    font-display: block;
    src: local("Poppins SemiBold"),local("Poppins-SemiBold"),url("/webfonts/Poppins-SemiBold.woff") format("woff")
}

@font-face {
    font-family: 'Poppins';
    font-weight: 700;
    font-style: normal;
    font-display: block;
    src: local("Poppins Bold"),local("Poppins-Bold"),url("/webfonts/Poppins-Bold.woff") format("woff")
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

    a:active, a:hover {
        outline: 0
    }

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    color: #000;
    background: #ff0
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    font: inherit;
    margin: 0;
    color: inherit
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type='button'], input[type='reset'], input[type='submit'] {
    cursor: pointer;
    -webkit-appearance: button
}

    button[disabled], html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        padding: 0;
        border: 0
    }

input {
    line-height: normal
}

    input[type='checkbox'], input[type='radio'] {
        box-sizing: border-box;
        padding: 0
    }

    input[type='number']::-webkit-inner-spin-button, input[type='number']::-webkit-outer-spin-button {
        height: auto
    }

    input[type='search'] {
        box-sizing: content-box;
        -webkit-appearance: textfield
    }

        input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
            -webkit-appearance: none
        }

fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
    border: 1px solid #c0c0c0
}

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td, th {
    padding: 0
}

* {
    box-sizing: border-box;
    transition: width 0.2s ease-out, height 0.2s ease-out, padding 0.2s ease-out, border-color 0.2s ease-out, opacity 0.2s ease-out, background 0.2s ease-out, background-color 0.2s ease-out, -webkit-filter 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: width 0.2s ease-out, height 0.2s ease-out, padding 0.2s ease-out, border-color 0.2s ease-out, filter 0.2s ease-out, transform 0.2s ease-out, opacity 0.2s ease-out, background 0.2s ease-out, background-color 0.2s ease-out;
    transition: width 0.2s ease-out, height 0.2s ease-out, padding 0.2s ease-out, border-color 0.2s ease-out, filter 0.2s ease-out, transform 0.2s ease-out, opacity 0.2s ease-out, background 0.2s ease-out, background-color 0.2s ease-out, -webkit-filter 0.2s ease-out, -webkit-transform 0.2s ease-out
}

html {
    background: #fff
}

body {
    font: 300 17.5px/28px "Muli","Times New Roman",Serif;
    overflow: hidden;
    height: 100%;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a {
    text-decoration: none;
    color: #58585e
}

    a:focus {
        outline: none
    }

.hide {
    display: none !important
}

h1 {
    font: bold 51px "Poppins","Arial",Sans-Serif;
    line-height: 65px;
    color: #141415
}

h2 {
    font-family: "Poppins","Arial",Sans-Serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 51px;
    color: #141415
}

h3 {
    font-family: "Poppins","Arial",Sans-Serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 41px;
    color: #171718
}

h4 {
    font-family: "Poppins","Arial",Sans-Serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    color: #141415
}

h5 {
    font-family: "Poppins","Arial",Sans-Serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 25px;
    color: #141415
}

h6 {
    font-family: "Poppins","Arial",Sans-Serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    color: #141415
}

p, ul, ol {
    font: normal 17px "Muli","Times New Roman",Serif;
    line-height: 34px;
    letter-spacing: 0;
    color: #484b52
}

textarea, input.text, input[type='text'], input[type='button'], input[type='submit'], .input-checkbox {
    border-radius: 0;
    -webkit-appearance: none
}

input[type=checkbox] {
    -webkit-appearance: checkbox
}

input[type=radio] {
    -webkit-appearance: radio
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both
}

::-webkit-input-placeholder {
    opacity: 1
}

::-moz-placeholder {
    opacity: 1
}

:-ms-input-placeholder {
    opacity: 1
}

:-moz-placeholder {
    opacity: 1
}

::selection {
    color: #000;
    background: #e5e7e9
}

::-moz-selection {
    color: #000;
    background: #e5e7e9
}

.screen-reader-text {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    white-space: nowrap
}

    .screen-reader-text:focus {
        font-size: 14px;
        font-weight: bold;
        line-height: normal;
        z-index: 100000;
        top: 5px;
        left: 5px;
        display: block;
        clip: auto !important;
        width: auto;
        height: auto;
        padding: 15px 23px 14px;
        text-decoration: none;
        color: #21759b;
        border-radius: 3px;
        background-color: #f1f1f1;
        box-shadow: 0 0 2px 2px rgba(0,0,0,0.6)
    }

.svg-icon {
    width: 24px;
    height: 24px
}

    .svg-icon use {
        pointer-events: none
    }

.svg-icon-stroke {
    transition: stroke 0.2s ease-out;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2
}

.svg-icon-fill {
    transition: fill 0.2s ease-out;
    fill: currentColor;
    stroke: none
}

.clear {
    clear: both
}

.page-content {
    position: relative;
    overflow: hidden;
    background: #fff
}

.font_alt {
    font-family: "Poppins","Arial",Sans-Serif;
    font-weight: 500
}

.container {
    min-height: 100vh
}

.container-side {
    position: fixed;
    z-index: 1000;
    top: 0;
    display: flex;
    flex-direction: row;
    width: 41.65%;
    max-width: 800px;
    height: 100vh;
    justify-content: flex-start
}

@media (max-width: 620px) {
    .container-side {
        flex-direction: column !important
    }
}

.container-main {
    float: right;
    overflow-x: hidden;
    overflow-y: scroll;
    width: calc(100% - 41.65%);
    height: 100vh;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none
}

body.admin-bar .container-side {
    top: 32px
}

body.page-left-aligned .container-side {
    right: 0;
    flex-direction: row-reverse
}

    body.page-left-aligned .container-side .drawer {
        right: 100px;
        left: initial;
        -webkit-transform: translate3d(100%, 0, 0) translate3d(100px, 0, 0);
        transform: translate3d(100%, 0, 0) translate3d(100px, 0, 0)
    }

    body.page-left-aligned .container-side .postlist-advert:after, body.page-left-aligned .container-side .postlist-author:after, body.page-left-aligned .container-side .postlist-post:after {
        right: inherit;
        left: -1px
    }

body.page-left-aligned .container-main {
    float: left
}

    body.page-left-aligned .container-main .post-main {
        border: 0;
        border-right: 1px solid #e3e3e3
    }

@media (min-width: 1141px) and (max-width: 1350px) {
    body.page-left-aligned .container-side .drawer {
        right: 75px
    }
}

@media (max-width: 620px) {
    body.page-left-aligned .container-side .drawer {
        right: 0
    }
}

@media (min-width: 1920px) {
    .container-main {
        width: calc(100% - 800px)
    }
}

@media (max-width: 1140px) {
    body.blog .container-side, body.archive .container-side, body.search .container-side {
        width: 100%;
        max-width: initial
    }

    body.blog .container-main, body.archive .container-main, body.search .container-main {
        z-index: -1;
        display: none;
        overflow-y: hidden
    }

    body.blog, body.archive, body.search {
        overflow-y: hidden
    }

    body.single .container-side, body.page .container-side, body.error404 .container-side {
        width: 100px
    }

        body.single .container-side .postlist, body.page .container-side .postlist, body.error404 .container-side .postlist {
            display: none
        }

        body.single .container-side .drawer, body.page .container-side .drawer, body.error404 .container-side .drawer {
            width: calc(100vw - 100px)
        }

    body.single .container-main, body.page .container-main, body.error404 .container-main {
        width: calc(100% - 100px)
    }

        body.single .container-main .post-main, body.page .container-main .post-main, body.error404 .container-main .post-main {
            border: 0
        }
}

@media (max-width: 782px) {
    body.admin-bar .container-side {
        top: 46px
    }
}

@media (max-width: 620px) {
    body.single .container-main, body.page .container-main, body.error404 .container-main {
        width: 100%
    }

    body.single .container-side, body.page .container-side, body.error404 .container-side {
        width: 100%;
        height: 100px
    }

        body.single .container-side .drawer, body.page .container-side .drawer, body.error404 .container-side .drawer {
            width: 100%;
            height: calc(100vh - 75px)
        }
}

.header {
    z-index: 400;
    display: flex;
    flex-direction: column;
    width: 100px;
    min-height: 100vh;
    background: #d91616;
    justify-content: space-between
}

    .header:hover {
        transition-duration: 0.5s;
        background: #b61212
    }

@media (min-width: 1141px) and (max-width: 1350px) {
    .header {
        width: 75px
    }
}

@media (max-width: 620px) {
    .header {
        flex-direction: row;
        width: 100%;
        height: 75px;
        min-height: 75px;
        padding: 28px;
        align-items: center
    }

        .header:hover {
            background: #d91616
        }
}

.header.header__navactive {
    background: #b61212
}

    .header.header__navactive .header-navigation-text {
        -webkit-transform: rotate(-90deg) translate(10px, 0);
        transform: rotate(-90deg) translate(10px, 0)
    }

    .header.header__navactive .header-navigation-icon span:nth-child(1) {
        top: 18px;
        left: 50%;
        width: 0
    }

    .header.header__navactive .header-navigation-icon span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .header.header__navactive .header-navigation-icon span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .header.header__navactive .header-navigation-icon span:nth-child(4) {
        top: 0;
        left: 50%;
        width: 0
    }

@media (max-width: 620px) {
    .header.header__navactive .header-navigation-text {
        -webkit-transform: none;
        transform: none
    }
}

.header-title {
    display: flex;
    flex-direction: column
}

    .header-title .header-title-text {
        font-size: 18px;
        font-weight: 600;
        line-height: normal;
        margin: 0;
        padding: 0;
        letter-spacing: 0.2px;
        text-transform: uppercase;
        color: #fff
    }

        .header-title .header-title-text a {
            display: block;
            min-height: 16vh;
            color: #fff
        }

            .header-title .header-title-text a:hover .header-title-inner {
                padding: 0 0 0 10px
            }

    .header-title .header-title-logo {
        line-height: 0;
        margin: 0;
        padding: 0
    }

        .header-title .header-title-logo a {
            display: block;
            padding: 31px 31px 62px;
            color: #fff
        }

        .header-title .header-title-logo span {
            display: block;
            height: 0;
            text-indent: 9999px
        }

        .header-title .header-title-logo img {
            max-width: 37px;
            margin: 0 auto
        }

        .header-title .header-title-logo:hover a {
            padding-top: 40px
        }

@media (min-width: 1141px) and (max-width: 1350px) {
    .header-title .header-title-logo a {
        padding: 31px 19px 62px
    }
}

@media (max-width: 620px) {
    .header-title {
        width: 50%
    }

        .header-title .header-title-text a {
            min-height: 0
        }

            .header-title .header-title-text a:hover .header-title-inner {
                padding: 0
            }

        .header-title .header-title-logo a {
            padding: 0
        }

        .header-title .header-title-logo:hover a {
            padding: 0
        }

        .header-title .header-title-text {
            min-height: 0
        }

            .header-title .header-title-text a {
                margin: 0;
                -webkit-transform: rotate(0);
                transform: rotate(0)
            }
}

.header-title-inner {
    display: block;
    -webkit-transform: translateY(75px) rotate(90deg);
    transform: translateY(75px) rotate(90deg)
}

@media (max-width: 620px) {
    .header-title-inner {
        margin: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.header-navigation {
    font-family: "Poppins","Arial",Sans-Serif;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    padding: 31px;
    cursor: pointer;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: #fff;
    align-items: center;
    flex-grow: 1;
    justify-content: flex-end
}

    .header-navigation:hover .header-navigation-text {
        -webkit-transform: rotate(-90deg) translate(10px, 0);
        transform: rotate(-90deg) translate(10px, 0)
    }

@media (max-width: 620px) {
    .header-navigation {
        flex-direction: row;
        padding: 0;
        flex-grow: 0;
        justify-content: space-between
    }

        .header-navigation:hover .header-navigation-text {
            -webkit-transform: none;
            transform: none
        }
}

@media (max-width: 460px) {
    .header-navigation {
        font-size: 14px
    }
}

.header-navigation-text {
    display: block;
    margin: 0 0 60px;
    -webkit-transform: translateZ(0) rotate(-90deg);
    transform: translateZ(0) rotate(-90deg);
    -webkit-transform-origin: 50% 52%;
    transform-origin: 50% 52%
}

@media (min-width: 1141px) and (max-width: 1350px) {
    .header-navigation-text {
        margin: 0 0 61px 7px
    }
}

@media (max-width: 620px) {
    .header-navigation-text {
        margin: 0;
        -webkit-transform: none;
        transform: none
    }
}

.header-navigation-icon {
    position: relative;
    width: 20px;
    height: 13px;
    margin: 0 auto 20px;
    cursor: pointer;
    transition: 0.5s ease-in-out;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

    .header-navigation-icon span {
        position: absolute;
        left: 0;
        display: block;
        width: 100%;
        height: 2px;
        transition: 0.25s ease-in-out;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1;
        border-radius: 2px;
        background: #fff
    }

        .header-navigation-icon span:nth-child(1) {
            top: 0
        }

        .header-navigation-icon span:nth-child(2), .header-navigation-icon span:nth-child(3) {
            top: 7px
        }

        .header-navigation-icon span:nth-child(4) {
            top: 14px
        }

@media (max-width: 620px) {
    .header-navigation-icon {
        margin: 0 0 6px 20px
    }
}

.postlist {
    overflow: hidden;
    width: 100%;
    max-width: 700px;
    background: #fff
}

@media (max-width: 1140px) {
    .postlist {
        max-width: initial
    }
}

.postlist-title {
    position: relative;
    z-index: 100;
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 100%;
    height: 95px;
    background: #fafafc;
    align-items: center;
    justify-content: space-between
}

@media (max-width: 460px) {
    .postlist-title {
        height: 70px
    }
}

.postlist-title__search {
    background: #202126
}

    .postlist-title__search .postlist-title-current {
        -webkit-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0)
    }

    .postlist-title__search .postlist-title-search {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .postlist-title__search .postlist-title-search-form, .postlist-title__search .postlist-title-search-close {
        opacity: 1
    }

    .postlist-title__search .postlist-title-search-icon {
        color: #fff;
        stroke: #fff
    }

.postlist-title-current {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    padding: 34px;
    cursor: pointer;
    letter-spacing: 0.2px;
    color: #0c0c0c;
    will-change: transform
}

.postlist-title-current__filteractive .postlist-title-current-icon {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.postlist-title-current:hover .postlist-title-current-icon {
    color: #7d7d7d;
    stroke: #7d7d7d
}

@media (min-width: 1141px) and (max-width: 1350px) {
    .postlist-title-current {
        padding: 28px
    }
}

@media (max-width: 560px) {
    .postlist-title-current {
        padding: 28px
    }
}

.postlist-title-current-category {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 0 15px 0 0;
    vertical-align: 2px;
    border-radius: 18px;
    background-color: #95989c
}

.postlist-title-current-icon {
    font-size: 15px;
    width: 24px;
    height: 24px;
    margin-left: 15px;
    transition: stroke 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: stroke 0.2s ease-out, transform 0.2s ease-out;
    transition: stroke 0.2s ease-out, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
    vertical-align: -7px;
    color: #c6c6c6;
    fill: transparent;
    stroke: #c6c6c6;
    stroke-width: 2px
}

@media (max-width: 460px) {
    .postlist-title-current-icon {
        margin-left: 5px
    }
}

.postlist-title-search {
    position: absolute;
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 34px;
    -webkit-transform: translate3d(100%, 0, 0) translate3d(-87px, 0, 0);
    transform: translate3d(100%, 0, 0) translate3d(-87px, 0, 0);
    color: #fff;
    align-items: center;
    justify-content: space-between;
    will-change: transform
}

.postlist-title-search-icon {
    width: 24px;
    height: 24px;
    cursor: pointer;
    color: #242628;
    fill: transparent;
    stroke: #242628;
    stroke-width: 2px
}

.postlist-title-search-form {
    opacity: 0;
    flex-grow: 1
}

.postlist-title-search-input {
    font-family: "Poppins","Arial",Sans-Serif;
    font-size: 18px;
    font-weight: 500;
    width: 70%;
    margin: 0 0 0 20px;
    letter-spacing: 0.2px;
    color: #bfbfbf;
    border: 0;
    outline: none;
    background: transparent
}

.postlist-title-search-close {
    font-size: 22px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    transition-property: stroke;
    opacity: 0;
    color: #64656c;
    fill: transparent;
    stroke: #64656c;
    stroke-width: 2px
}

    .postlist-title-search-close:hover {
        stroke: #eee
    }

.postlist-back {
    font-family: "Poppins","Arial",Sans-Serif;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    position: relative;
    z-index: 100;
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 100%;
    height: 85px;
    padding: 34px;
    color: #3b3b40;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    background: #fafafc;
    align-items: center;
    justify-content: flex-start
}

    .postlist-back:hover, .postlist-back:focus {
        color: #0c0c0c
    }

        .postlist-back:hover .postlist-icon, .postlist-back:focus .postlist-icon {
            stroke: #d91616
        }

.postlist-icon {
    width: 25px;
    height: 25px;
    margin: -4px 15px 0 0;
    transition-property: stroke;
    vertical-align: 2px;
    color: #d4d6e6;
    fill: transparent;
    stroke: #d4d6e6;
    stroke-width: 1.5px
}

.postlist-container {
    overflow-x: hidden;
    overflow-y: scroll;
    height: calc(100vh - 95px);
    margin-top: -1px;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none
}

    .postlist-container::-webkit-scrollbar-track {
        background-color: #fff
    }

    .postlist-container::-webkit-scrollbar {
        width: 0;
        background-color: #f5f5f5
    }

    .postlist-container::-webkit-scrollbar-thumb {
        background-color: #eee
    }

@media (max-width: 620px) {
    .postlist-container {
        height: calc(100vh - 75px - 95px);
        padding-bottom: 75px
    }
}

@media (max-width: 460px) {
    .postlist-container {
        height: calc(100vh - 75px - 70px)
    }
}

.postlist-post, .postlist-advert, .postlist-author {
    position: relative;
    -webkit-animation: slideInLeft 0.5s ease-out;
    animation: slideInLeft 0.5s ease-out;
    opacity: 0;
    border: 1px solid #f1f1f1;
    border-right: 0;
    border-left: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

    .postlist-post.postlist-post__active, .postlist-advert.postlist-post__active, .postlist-author.postlist-post__active {
        background: #fafafc
    }

        .postlist-post.postlist-post__active .postlist-post-content, .postlist-advert.postlist-post__active .postlist-post-content, .postlist-author.postlist-post__active .postlist-post-content {
            -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0)
        }

        .postlist-post.postlist-post__active:after, .postlist-advert.postlist-post__active:after, .postlist-author.postlist-post__active:after {
            opacity: 1
        }

    .postlist-post:first-of-type, .postlist-advert:first-of-type, .postlist-author:first-of-type {
        border-top: 0
    }

    .postlist-post:after, .postlist-advert:after, .postlist-author:after {
        position: absolute;
        z-index: 100;
        top: 0;
        right: -1px;
        width: 5px;
        height: 100%;
        content: '';
        transition: opacity 0.2s ease-out;
        opacity: 0;
        background: #d91616
    }

    .postlist-post + .postlist-post, .postlist-post + .postlist-advert, .postlist-advert + .postlist-post, .postlist-advert + .postlist-advert, .postlist-author + .postlist-post, .postlist-author + .postlist-advert {
        border-top: 0
    }

    .postlist-post:hover, .postlist-advert:hover, .postlist-author:hover {
        background: #fafafc
    }

        .postlist-post:hover .postlist-post-content, .postlist-advert:hover .postlist-post-content, .postlist-author:hover .postlist-post-content {
            -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0)
        }

    .postlist-post:nth-child(1), .postlist-advert:nth-child(1), .postlist-author:nth-child(1) {
        -webkit-animation-delay: .1s;
        animation-delay: .1s
    }

    .postlist-post:nth-child(2), .postlist-advert:nth-child(2), .postlist-author:nth-child(2) {
        -webkit-animation-delay: .2s;
        animation-delay: .2s
    }

    .postlist-post:nth-child(3), .postlist-advert:nth-child(3), .postlist-author:nth-child(3) {
        -webkit-animation-delay: .3s;
        animation-delay: .3s
    }

    .postlist-post:nth-child(4), .postlist-advert:nth-child(4), .postlist-author:nth-child(4) {
        -webkit-animation-delay: .4s;
        animation-delay: .4s
    }

    .postlist-post:nth-child(5), .postlist-advert:nth-child(5), .postlist-author:nth-child(5) {
        -webkit-animation-delay: .5s;
        animation-delay: .5s
    }

    .postlist-post:nth-child(6), .postlist-advert:nth-child(6), .postlist-author:nth-child(6) {
        -webkit-animation-delay: .6s;
        animation-delay: .6s
    }

    .postlist-post:nth-child(7), .postlist-advert:nth-child(7), .postlist-author:nth-child(7) {
        -webkit-animation-delay: .7s;
        animation-delay: .7s
    }

    .postlist-post:nth-child(8), .postlist-advert:nth-child(8), .postlist-author:nth-child(8) {
        -webkit-animation-delay: .8s;
        animation-delay: .8s
    }

    .postlist-post:nth-child(9), .postlist-advert:nth-child(9), .postlist-author:nth-child(9) {
        -webkit-animation-delay: .9s;
        animation-delay: .9s
    }

@media (max-width: 1140px) {
    .postlist-post.postlist-post__active, .postlist-advert.postlist-post__active, .postlist-author.postlist-post__active {
        background: #fff
    }

        .postlist-post.postlist-post__active .postlist-post-content, .postlist-advert.postlist-post__active .postlist-post-content, .postlist-author.postlist-post__active .postlist-post-content {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0)
        }

        .postlist-post.postlist-post__active:after, .postlist-advert.postlist-post__active:after, .postlist-author.postlist-post__active:after {
            opacity: 0
        }

    .postlist-post:hover:after, .postlist-advert:hover:after, .postlist-author:hover:after {
        opacity: 1
    }

    .postlist-post:hover .postlist-post-content, .postlist-advert:hover .postlist-post-content, .postlist-author:hover .postlist-post-content {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
}

@media (max-width: 620px) {
    .postlist-post:hover .postlist-post-content, .postlist-advert:hover .postlist-post-content, .postlist-author:hover .postlist-post-content {
        -webkit-transform: none;
        transform: none
    }
}

.postlist-advert {
    display: flex;
    padding: 34px;
    align-items: center;
    justify-content: center
}

    .postlist-advert .advrt {
        min-width: 100%;
        text-align: center
    }

    .postlist-advert:hover {
        background: transparent
    }

.postlist-author {
    background: #fafafc
}

    .postlist-author:hover:after {
        display: none
    }

.postlist-post-inner, .postlist-author-inner {
    position: relative;
    display: flex;
    flex-direction: row;
    padding: 34px 41px 34px 34px
}

@media (min-width: 1141px) and (max-width: 1350px) {
    .postlist-post-inner, .postlist-author-inner {
        padding: 28px 35px 28px 28px
    }
}

@media (max-width: 560px) {
    .postlist-post-inner, .postlist-author-inner {
        padding: 28px 35px 28px 28px
    }
}

.postlist-post-thumbnail, .postlist-author-thumbnail {
    position: relative;
    min-width: 125px;
    height: 230px;
    margin-right: 50px;
    background: #fafafc
}

    .postlist-post-thumbnail:after, .postlist-author-thumbnail:after {
        font-size: 34px;
        position: absolute;
        z-index: 50;
        top: 50%;
        left: 50%;
        content: '●●●';
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: enter;
        color: #e3e3e6
    }

@media (min-width: 1141px) and (max-width: 1540px) {
    .postlist-post-thumbnail, .postlist-author-thumbnail {
        min-width: 100px;
        height: 200px;
        margin-right: 35px
    }
}

@media (min-width: 1141px) and (max-width: 1340px) {
    .postlist-post-thumbnail, .postlist-author-thumbnail {
        margin-right: 30px
    }
}

@media (min-width: 1141px) and (max-width: 1280px) {
    .postlist-post-thumbnail, .postlist-author-thumbnail {
        display: none
    }
}

@media (max-width: 560px) {
    .postlist-post-thumbnail, .postlist-author-thumbnail {
        margin-right: 30px
    }
}

@media (max-width: 480px) {
    .postlist-post-thumbnail, .postlist-author-thumbnail {
        min-width: 100px;
        height: 200px;
        margin-right: 27px
    }
}

.postlist-author-thumbnail {
    overflow: hidden;
    height: 125px;
    border-radius: 250px
}

@media (max-width: 480px) {
    .postlist-author-thumbnail {
        height: 100px
    }
}

@media (min-width: 1141px) and (max-width: 1540px) {
    .postlist-author-thumbnail {
        height: 100px
    }
}

.postlist-post-image, .postlist-author-image {
    position: relative;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover
}

.postlist-post-content, .postlist-author-content {
    display: flex;
    flex-direction: column;
    width: 100%
}

@media (max-width: 1140px) {
    .postlist-post-content, .postlist-author-content {
        max-width: 500px
    }
}

.postlist-post-category, .postlist-author-twitter {
    font-family: "Poppins","Arial",Sans-Serif;
    font-size: 13px;
    font-weight: 500;
    margin: 0 0 10px;
    letter-spacing: 0.2px;
    color: #61626a
}

    .postlist-post-category a, .postlist-author-twitter a {
        transition-property: color;
        color: #61626a
    }

    .postlist-post-category span, .postlist-author-twitter span {
        display: inline-block;
        width: 7px;
        height: 7px;
        margin: 0 13px 0 0;
        vertical-align: 1px;
        border-radius: 28px;
        background: #95989c
    }

    .postlist-post-category:hover a, .postlist-author-twitter:hover a {
        color: #27282b
    }

.postlist-post-title, .postlist-author-name {
    font-size: 22px;
    font-weight: 500;
    line-height: 34px;
    margin: 0 0 10px;
    padding: 0;
    letter-spacing: 0.2px;
    color: #0c0c0c
}

    .postlist-post-title a, .postlist-author-name a {
        color: #0c0c0c
    }

@media (min-width: 1141px) and (max-width: 1350px) {
    .postlist-post-title, .postlist-author-name {
        font-size: 18px;
        line-height: 32px
    }
}

@media (max-width: 560px) {
    .postlist-post-title, .postlist-author-name {
        font-size: 18px;
        line-height: 32px
    }
}

@media (max-width: 420px) {
    .postlist-post-title, .postlist-author-name {
        font-size: 18px;
        line-height: 28px
    }
}

.postlist-post-excerpt, .postlist-author-bio {
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    margin: 0 0 5px;
    letter-spacing: 0.2px;
    color: #66696f;
    flex-grow: 1
}

@media (min-width: 1141px) and (max-width: 1350px) {
    .postlist-post-excerpt, .postlist-author-bio {
        font-size: 14px;
        line-height: 26px
    }
}

@media (max-width: 560px) {
    .postlist-post-excerpt, .postlist-author-bio {
        font-size: 14px;
        line-height: 26px
    }
}

@media (max-width: 420px) {
    .postlist-post-excerpt, .postlist-author-bio {
        line-height: 24px
    }
}

.postlist-author-bio {
    margin: 0 0 10px
}

.postlist-post-meta {
    font-size: 13px;
    line-height: 26px;
    margin: 0;
    letter-spacing: 0.19px;
    color: #a2a9b3
}

    .postlist-post-meta a {
        color: #a2a9b3
    }

@media (min-width: 1141px) and (max-width: 1350px) {
    .postlist-post-meta {
        font-size: 13px
    }
}

@media (max-width: 560px) {
    .postlist-post-meta {
        font-size: 13px
    }
}

@media (max-width: 420px) {
    .postlist-post-meta-author {
        display: block
    }
}

.postlist-post-sticky {
    display: none;
    margin-right: 10px
}

    .postlist-post-sticky svg {
        width: 18px;
        height: 18px;
        vertical-align: -3px
    }

.postlist-post.sticky .postlist-post-sticky {
    display: inline-block
}

.postlist-author-social {
    font-size: 19px;
    margin: 7px 0 0 -2px;
    padding: 0;
    list-style: none
}

    .postlist-author-social a {
        transition-property: color;
        color: #959aa1
    }

        .postlist-author-social a:hover {
            color: #3f4144
        }

.postlist-author-social-item {
    display: inline-block;
    padding: 3px 5px
}

    .postlist-author-social-item svg {
        width: 18px;
        height: 18px
    }

    .postlist-author-social-item a {
        display: block
    }

.postlist-filter {
    position: relative;
    overflow: hidden;
    overflow-y: scroll;
    max-height: 0;
    padding: 0 34px;
    transition: max-height 0.5s ease-out;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    background: #19191c;
    -webkit-overflow-scrolling: touch;
    will-change: max-height
}

.postlist-filter__active {
    max-height: calc(100vh - 94px);
    transition: max-height 0.65s ease-in
}

.postlist-filter::-webkit-scrollbar-track {
    background-color: #19191c
}

.postlist-filter::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5
}

.postlist-filter::-webkit-scrollbar-thumb {
    background-color: #555
}

@media (max-width: 620px) {
    .postlist-filter__active {
        max-height: calc(100vh - 95px - 74px)
    }
}

@media (max-width: 460px) {
    .postlist-filter__active {
        max-height: calc(100vh - 70px - 74px)
    }
}

.postlist-filter-categories {
    padding-top: 34px
}

.postlist-filter-authors {
    padding-bottom: 34px
}

.postlist-filter-close {
    font-size: 24px;
    position: absolute;
    top: 16px;
    right: 2px;
    padding: 20px;
    cursor: pointer;
    transition: color 0.2s ease-out;
    color: #525258
}

    .postlist-filter-close:hover, .postlist-filter-close:focus {
        color: #84848c
    }

.postlist-filter-close-icon {
    width: 26px;
    height: 26px;
    transition-property: stroke;
    color: #45454b;
    fill: transparent;
    stroke: #45454b;
    stroke-width: 2px
}

    .postlist-filter-close-icon:hover {
        stroke: #eee
    }

.postlist-filter-title {
    font-family: "Poppins","Arial",Sans-Serif;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 25px 0;
    padding: 0;
    letter-spacing: 0.2px;
    color: #fff
}

.postlist-filter-container {
    margin: 0;
    padding: 0;
    list-style: none
}

.postlist-filter-item {
    display: inline-block;
    margin: 0 15px 20px 0
}

@media (max-width: 790px) {
    .postlist-filter-item {
        margin: 0 12px 15px 0
    }
}

.postlist-filter-item-anchor {
    font-family: "Poppins","Arial",Sans-Serif;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    display: block;
    padding: 16px 22px;
    letter-spacing: 0.2px;
    color: #fff;
    border: 1px solid #2a2b31;
    border-radius: 2px;
    background: transparent
}

    .postlist-filter-item-anchor:hover, .postlist-filter-item-anchor:focus {
        border: 1px solid transparent;
        background: #2a2b31
    }

@media (max-width: 790px) {
    .postlist-filter-item-anchor {
        font-size: 11px;
        padding: 13px 18px
    }
}

.postlist-filter-item-count {
    font-weight: 400;
    display: inline-block;
    margin: 0 0 0 5px;
    vertical-align: -1px;
    color: #878787
}

.postlist-filter-item-category {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 0 10px 0 0;
    border-radius: 18px;
    background: #454b53
}

.postlist-filter-authors .postlist-filter-title {
    margin-top: 18px
}

.postlist-filter-item-avatar {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0 10px 0 0;
    vertical-align: -8px;
    border-radius: 42px;
    background-color: #454b53;
    background-size: cover
}

.post-main {
    border-left: 1px solid #e3e3e3
}

.cover {
    position: relative;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    width: 100%;
    height: calc(100vh - 95px);
    min-height: 700px;
    padding: 95px 105px;
    background: #1d1d1f;
    justify-content: flex-end
}

@media (max-width: 1560px) {
    .cover {
        padding: 7.5%
    }
}

@media (max-width: 860px) {
    .cover {
        min-height: 625px
    }
}

@media (max-width: 1420px) {
    .cover {
        height: 100vh
    }
}

.cover-frontpage {
    height: 100vh
}

    .cover-frontpage .cover-excerpt {
        margin-bottom: 0
    }

.cover-background, .cover-gradient {
    position: absolute;
    z-index: 50;
    top: -3%;
    left: -3%;
    width: 106%;
    height: 106%;
    background-color: #1d1d1f;
    background-position: center;
    background-size: cover
}

.cover-background {
    -webkit-transform-origin: 50% 51%;
    transform-origin: 50% 51%;
    -webkit-animation: fadeIn 6s ease-out;
    animation: fadeIn 6s ease-out;
    opacity: 0.7
}

.cover-gradient {
    z-index: 75;
    opacity: 0.4;
    background-color: transparent;
    background-image: linear-gradient(-180deg, rgba(0,0,0,0) 41%, #000 91%)
}

.cover-content {
    position: relative;
    z-index: 100;
    max-width: 635px
}

.cover-mouse {
    position: absolute;
    z-index: 100;
    right: 105px;
    bottom: 90px;
    width: 27px;
    height: 38px;
    cursor: pointer;
    border-radius: 100px;
    background: rgba(0,0,0,0.4)
}

    .cover-mouse span {
        position: absolute;
        top: 15px;
        right: 12px;
        display: block;
        width: 3px;
        height: 7px;
        -webkit-animation: mouseScroll 2s ease-out;
        animation: mouseScroll 2s ease-out;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        border-radius: 20px;
        background: rgba(255,255,255,0.7)
    }

    .cover-mouse:hover {
        background: #000
    }

        .cover-mouse:hover span {
            background: rgba(255,255,255,0.9)
        }

@media (max-width: 1560px) {
    .cover-mouse {
        right: 7.5%;
        bottom: 5%
    }
}

@media (max-width: 620px) {
    .cover-mouse {
        opacity: 0
    }
}

.cover-category {
    font-family: "Poppins","Arial",Sans-Serif;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    margin: 0 0 20px;
    -webkit-animation: slideUpIn 0.75s ease-out;
    animation: slideUpIn 0.75s ease-out;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    letter-spacing: 0.28px;
    opacity: 0;
    color: #fff;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

    .cover-category a {
        color: #fff
    }

    .cover-category span {
        display: inline-block;
        width: 12px;
        height: 12px;
        margin: 0 15px 0 0;
        border-radius: 24px;
        background: #4a90e2
    }

    .cover-category:hover span {
        width: 22px
    }

@media (min-width: 1141px) and (max-width: 1240px) {
    .cover-category {
        font-size: 17px
    }
}

@media (max-width: 860px) {
    .cover-category {
        font-size: 17px
    }
}

@media (max-width: 620px) {
    .cover-category {
        font-size: 16px;
        margin: 0 0 15px
    }
}

.cover-title {
    line-height: 69px;
    margin: 0;
    -webkit-animation: slideUpIn 0.75s ease-out;
    animation: slideUpIn 0.75s ease-out;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    opacity: 0;
    color: #fff;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@media (min-width: 1141px) and (max-width: 1240px) {
    .cover-title {
        font-size: 38px;
        line-height: 48px
    }
}

@media (max-width: 860px) {
    .cover-title {
        font-size: 38px;
        line-height: 48px
    }
}

@media (max-width: 620px) {
    .cover-title {
        font-size: 32px;
        line-height: 40px;
        margin: 0 0 15px
    }
}

.cover-excerpt {
    font-size: 21px;
    line-height: 36px;
    margin: 25px 0 0;
    -webkit-animation: slideUpIn 0.75s ease-out;
    animation: slideUpIn 0.75s ease-out;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    letter-spacing: 0.2px;
    opacity: 0;
    color: #e7e7ef;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@media (min-width: 1141px) and (max-width: 1240px) {
    .cover-excerpt {
        font-size: 19px;
        line-height: 32px
    }
}

@media (max-width: 860px) {
    .cover-excerpt {
        font-size: 19px;
        line-height: 32px
    }
}

@media (max-width: 620px) {
    .cover-excerpt {
        font-size: 17px;
        line-height: 28px;
        margin: 15px 0 0
    }
}

@media (max-width: 420px) {
    .cover-excerpt {
        font-size: 16px;
        line-height: 26px
    }
}

.cover-divider {
    float: left;
    width: 40%;
    max-width: 120px;
    height: 1px;
    margin: 45px 0 55px;
    -webkit-animation: slideInLeft 0.75s ease-out;
    animation: slideInLeft 0.75s ease-out;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    opacity: 0;
    border: 0;
    background: rgba(255,255,255,0.35);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@media (max-width: 620px) {
    .cover-divider {
        margin: 25px 0 35px
    }
}

.cover-author {
    display: flex;
    clear: both;
    flex-direction: row;
    -webkit-animation: slideDownIn 0.75s ease-out;
    animation: slideDownIn 0.75s ease-out;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    opacity: 0;
    align-items: center;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

    .cover-author:hover .cover-author-info {
        padding-left: 3px
    }

@media (max-width: 620px) {
    .cover-author:hover .cover-author-info {
        padding-left: 0
    }
}

.cover-author-thumbnail {
    position: relative;
    overflow: hidden;
    width: 50px;
    height: 50px;
    margin: 0 25px 0 0;
    border-radius: 100px
}

@media (max-width: 620px) {
    .cover-author-thumbnail {
        width: 25px;
        height: 25px
    }
}

@media (max-width: 420px) {
    .cover-author-thumbnail {
        margin: 0 15px 0 0
    }
}

.cover-author-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover
}

.cover-author-info-name {
    font-family: "Poppins","Arial",Sans-Serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    margin: 0;
    letter-spacing: 0.16px;
    color: #fff
}

.cover-author-info-twitter {
    font-family: "Poppins","Arial",Sans-Serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    margin: 0;
    letter-spacing: 0.14px;
    color: rgba(255,255,255,0.62)
}

@media (max-width: 620px) {
    .cover-author-info-twitter {
        display: none
    }
}

.post.page-type .cover-title {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

@media (max-width: 860px) {
    .post.page-type .cover {
        min-height: 355px
    }
}

.guide {
    position: -webkit-sticky;
    position: sticky;
    z-index: 300;
    top: 0;
    height: 95px;
    margin-left: -1px;
    background: #202126
}

    .guide:after {
        position: absolute;
        z-index: 1000;
        top: 0;
        left: 100%;
        width: 1px;
        height: 95px;
        content: '';
        background: #202126
    }

@media (max-width: 620px) {
    .guide {
        display: none
    }
}

.guide-inner {
    display: flex;
    flex-direction: row;
    max-width: 1215px;
    height: 100%;
    padding: 0 105px;
    align-items: center;
    justify-content: space-between
}

@media (max-width: 1560px) {
    .guide-inner {
        padding: 0 7.5%
    }
}

.guide-title {
    font-family: "Poppins","Arial",Sans-Serif;
    font-size: 17px;
    font-weight: 500;
    color: #fff
}

    .guide-title-category, .guide-title span {
        display: inline-block;
        width: 7px;
        height: 7px;
        margin: 0 12px 0 0;
        vertical-align: 2px;
        border-radius: 14px;
        
    }

.guide-meta {
    font-family: "Poppins","Arial",Sans-Serif;
    font-size: 15px;
    letter-spacing: 0;
    color: #9c9ea5
}

    .guide-meta a {
        transition: color 0.2s ease-out;
        color: #9c9ea5
    }

        .guide-meta a:hover {
            color: #d2d4de
        }

@media (max-width: 1420px) {
    .guide-meta {
        display: none
    }
}

.error {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
    min-height: 100%;
    border-left: 1px solid #e3e3e3;
    background: #fafafc;
    align-items: center;
    justify-content: flex-start
}

@media (max-width: 940px) {
    .error {
        align-items: flex-start
    }
}

.error-inner {
    max-width: 750px;
    margin-left: 15%
}

@media (max-width: 940px) {
    .error-inner {
        margin: 0;
        padding: 7.5%
    }
}

@media (max-width: 620px) {
    .error-inner {
        padding-top: calc(7.5% + 75px)
    }
}

.error-title {
    font-family: "Poppins","Arial",Sans-Serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 53px;
    margin: 0 0 20px;
    -webkit-animation: slideUpIn 0.75s ease-out;
    animation: slideUpIn 0.75s ease-out;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    opacity: 0;
    color: #c4c7cd;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@media (max-width: 760px) {
    .error-title {
        font-size: 28px;
        line-height: 44px
    }
}

.error-code {
    font-family: "Poppins","Arial",Sans-Serif;
    font-size: 127px;
    font-weight: 600;
    line-height: 140px;
    margin: 0 0 25px;
    -webkit-animation: slideUpIn 0.75s ease-out;
    animation: slideUpIn 0.75s ease-out;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    opacity: 0;
    color: #292a2d;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@media (max-width: 760px) {
    .error-code {
        font-size: 68px;
        line-height: 80px
    }
}

.error-message {
    font-family: "Poppins","Arial",Sans-Serif;
    font-size: 23px;
    font-weight: 500;
    line-height: 38px;
    margin: 0 0 60px;
    -webkit-animation: slideUpIn 0.75s ease-out;
    animation: slideUpIn 0.75s ease-out;
    opacity: 0;
    color: #d91616;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@media (max-width: 760px) {
    .error-message {
        font-size: 20px;
        line-height: 32px;
        margin: 0 0 40px
    }
}

.error-divider {
    width: 55%;
    max-width: 360px;
    height: 1px;
    margin: 0 0 60px;
    border: 0;
    background: #e5e8f1
}

@media (max-width: 760px) {
    .error-divider {
        margin: 0 0 40px
    }
}

.error-description {
    font-size: 17px;
    line-height: 37px;
    max-width: 660px;
    margin: 0 0 60px;
    -webkit-animation: slideDownIn 0.75s ease-out;
    animation: slideDownIn 0.75s ease-out;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    opacity: 0;
    color: #5f6168;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@media (max-width: 760px) {
    .error-description {
        font-size: 16px;
        line-height: 32px;
        max-width: 460px;
        margin: 0 0 40px
    }
}

.error-back {
    font-family: "Poppins","Arial",Sans-Serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 21px;
    display: block;
    width: 245px;
    margin: 0 0 0;
    padding: 20px 60px;
    transition: background 0.2s ease-out, color 0.2s ease-out;
    -webkit-animation: slideDownIn 0.75s ease-out;
    animation: slideDownIn 0.75s ease-out;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    opacity: 0;
    color: #1c1a1a;
    background: #ebecee;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

    .error-back:hover {
        color: #f3f4f7;
        background: #1d1e1f
    }

@media (max-width: 760px) {
    .error-back {
        font-size: 12px;
        width: 225px;
        padding: 15px 50px
    }
}

.drawer {
    font-weight: 400;
    position: absolute;
    z-index: 300;
    top: 0;
    left: 100px;
    overflow-y: scroll;
    width: calc(100% - 100px);
    height: 100%;
    padding: 80px;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-duration: 0.4s;
    -webkit-transform: translate3d(-100%, 0, 0) translate3d(-100px, 0, 0);
    transform: translate3d(-100%, 0, 0) translate3d(-100px, 0, 0);
    color: #fff;
    background: #19191c;
    -webkit-overflow-scrolling: touch;
    will-change: transform
}

    .drawer .widget {
        max-width: 560px;
        transition: opacity 0.4s ease-out, -webkit-transform 0.40s ease-out;
        transition: transform 0.40s ease-out, opacity 0.4s ease-out;
        transition: transform 0.40s ease-out, opacity 0.4s ease-out, -webkit-transform 0.40s ease-out;
        -webkit-transform: translate3d(60px, 0, 0);
        transform: translate3d(60px, 0, 0);
        opacity: 0;
        will-change: transform, opacity
    }

        .drawer .widget:nth-child(1) {
            transition-delay: 0.075s
        }

        .drawer .widget:nth-child(2) {
            transition-delay: 0.175s
        }

        .drawer .widget:nth-child(3) {
            transition-delay: 0.275s
        }

        .drawer .widget:nth-child(4) {
            transition-delay: 0.375s
        }

        .drawer .widget:nth-child(5) {
            transition-delay: 0.475s
        }

        .drawer .widget:nth-child(6) {
            transition-delay: 0.575s
        }

        .drawer .widget:nth-child(7) {
            transition-delay: 0.675s
        }

        .drawer .widget:nth-child(8) {
            transition-delay: 0.775s
        }

        .drawer .widget:nth-child(9) {
            transition-delay: 0.875s
        }

.drawer__active {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important
}

    .drawer__active .widget {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }

.drawer::-webkit-scrollbar-track {
    background-color: #19191c
}

.drawer::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5
}

.drawer::-webkit-scrollbar-thumb {
    background-color: #555
}

@media (min-width: 1141px) and (max-width: 1380px) {
    .drawer {
        padding: 50px
    }
}

@media (min-width: 1141px) and (max-width: 1350px) {
    .drawer {
        left: 75px;
        width: calc(100% - 75px)
    }
}

@media (max-width: 620px) {
    .drawer {
        top: 75px;
        left: 0;
        width: 100%;
        padding: 40px
    }
}

.drawer-close {
    font-size: 26px;
    position: absolute;
    top: 30px;
    right: 30px;
    padding: 10px;
    cursor: pointer;
    transition: color 0.2s ease-out;
    color: #45454b
}

    .drawer-close:hover .drawer-close-icon, .drawer-close:focus .drawer-close-icon {
        stroke: #83838d
    }

@media (min-width: 1141px) and (max-width: 1380px) {
    .drawer-close {
        top: 10px;
        right: 10px
    }
}

@media (max-width: 620px) {
    .drawer-close {
        display: none
    }
}

.drawer-close-icon {
    width: 32px;
    height: 32px;
    transition-property: stroke;
    color: #45454b;
    fill: transparent;
    stroke: #45454b;
    stroke-width: 2px
}

    .drawer-close-icon:hover {
        stroke: #eee
    }

.post.page-type .cover {
    height: 65vh
}

.post.page-type .cover-author {
    display: none
}

.post.page-type .cover-divider {
    display: none
}

.post.page-type .cover-mouse {
    display: none
}

.post.page-type .cover-title {
    margin-bottom: 0
}

.post.page-type .post-footer-author {
    display: none
}

.post.page-type .post-footer-tags {
    display: none
}

body.home.page .postlist-back {
    display: none
}

.loading-indicator {
    font-size: 22px;
    position: absolute;
    z-index: 10000;
    top: 25px;
    right: 25px;
    width: 50px;
    height: 50px;
    -webkit-transform: translateX(90px);
    transform: translateX(90px);
    text-align: center;
    color: #fff;
    border-radius: 3px;
    background: #000;
    background: rgba(0,0,0,0.7)
}

    .loading-indicator svg {
        vertical-align: -14px
    }

@media (max-width: 1140px) {
    .loading-indicator {
        display: none
    }
}

body.page-left-aligned .loading-indicator {
    right: inherit;
    left: 25px;
    -webkit-transform: translateX(-90px);
    transform: translateX(-90px)
}

body.isloading .loading-indicator {
    -webkit-transform: translateX(0px);
    transform: translateX(0px)
}

    body.isloading .loading-indicator svg {
        display: inline-block;
        -webkit-animation: spin 2.5s infinite linear;
        animation: spin 2.5s infinite linear
    }

