
.blog-header {
    padding: 22px 0;
    background-color: #fbfbfb;
    margin-bottom: 45px;
}

.blog-header__title {
    text-align: center;
    font-size: 18px;
    color: #3f3d56;
    font-weight: 700;
}


.blog-header {
    padding: 29px 0;
}

.nav-links {
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
}

.loadmore-container {
    text-align: center;
}

.loadmore_posts {
    display: inline-block;
    margin: 45px auto;
    background-color: #0a0202;
    color: #ffffff;
    text-align: center;
    padding: 10px 25px;
    min-width: 140px;
    cursor: pointer;
    border-radius: 3px;
}


/* Archive*/

.category-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 56px;
}

.category-nav__item {
    margin: 10px 5px;
}

.category-nav__link {
    border: 1px solid #e6e6e6;
    padding: 6px 15px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    border-radius: 30px;
    font-size: 13px;
    line-height: 25px;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
    color: #0a0202;
}

.category-nav__link:hover,
.category-nav__link.active {
    background-color: #0a0202;
    color: #ffffff;
}

/*List*/

.archive-item {
    margin-bottom: 40px;
}

.archive-title a {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    margin: 16px 0 10px;
    color: #3f3d56;
    display: inline-block;
    text-decoration: none;
}

.archive-meta {
    font-size: 15px;
    line-height: 25px;
}

.archive-meta__name {
    font-weight: 700;
    margin-bottom: 10px;
    display: inline-block;
}

.archive-meta__date {
    padding-left: 13px;
    margin-bottom: 10px;
    display: inline-block;
}

.archive-meta__item {
    margin-right: 8px;
}

.archive-excerpt {
    font-size: 15px;
    line-height: 1.56;
    color: #1c1c1c;
    border-bottom: 1px  solid #e9e9e9;
}

.archive-excerpt.post-content {
    margin: 0;
}


.archive-excerpt p {
    margin-bottom: 10px;
}

.archive-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 0 0 0;
}

.archive-info__category {
    text-decoration: none;
    font-size: 15px;
    line-height: 1.56;
    color: #1c1c1c;
}

/*single*/

.post-header {
    padding: 22px 0;
    background-color: #fbfbfb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.post-header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.post-header__title {
    font-size: 18px;
    font-weight: 700;
    margin: 15px 15px 15px 0;
}

.breadcrumbs  {
    padding: 10px 0;
}


.breadcrumbs a {
    color: #8d8d8d;
    text-decoration: none;
    padding: 10px 0;
    font-size: 13px;
    display: inline-block;
    white-space: nowrap;
}

.breadcrumbs a:after {
    display: inline-block;
    line-height: 1;
    content: ">";
    font-size: inherit;
    padding: 0 12px;
}

.breadcrumbs .breadcrumb_last {
    color: #1c1c1c;
    font-size: 13px;
    line-height: 2;
}


.post-content img:not(:last-child),
.post-content p:not(:last-child),
.post-content table:not(:last-child) {
    margin-bottom: 15px;
}

.post-content,
.sidebar {
    margin: 25px 0;
}

.post-content {
    color: #1c1c1c;
    font-size: 15px;
    line-height: 1.56;
}

.post-content a {
    color: #1c1c1c;
    text-decoration: underline;
}

.post-content__title {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 700;
}

.post-meta {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.post-meta  .archive-info {
    padding: 0;
}

em {
    font-style: italic;
}

blockquote {
    padding: 0px 25px;
    border-left: 2px solid #ebebeb;
    font-size: 16px;
    margin: 15px 0 45px 15px;
    position: relative;
    line-height: 180%;
    font-style: italic;
}

b, strong {
    font-weight: 700;
}



/*sidebar*/

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.widget_search .widget-title {
    display: none;
}

.widget_search .search-form {
    position: relative;
    display: block;
}

.widget-item {
    padding-bottom: 45px;
}

.widget_search  .search-form-sidebar {
    border: 1px solid #ddd;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.widget_search .search-field {
    display: block;
    line-height: 48px;
    padding: 16px 20px;
    font-weight: 400;
    background-color: #ffffff;
    color: #8d8d8d;
    height: 48px;
    outline: none;
    border: none;
    width: calc(100% - 50px);
}


.widget_search .search-submit {
    height: 48px;
    width: 50px;
    line-height: 48px;
    border: none;
    text-align: center;
    background-color: #ffffff;
    outline: none;
}

.widget_search .search-form i {
    display: block;
    font-size: 16px;
    line-height: 43px;
    cursor: pointer;
}

.widget-item .widget-title {
    color: #505050;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 25px 0;
}

.widget_categories li {
    border-bottom: 1px solid #e3e3e3;
    text-transform: uppercase;
    font-size: 13px;
    padding: 8px 0;
}

.widget_categories li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.widget_categories li > a {
    display: inline-block;
    color: #1c1c1c;
    padding: 12px 0;
    text-decoration: none;
}


.widget_recent_entries li a {
    padding-left: 37px;
    display: block;
    color: #1c1c1c;
    text-decoration: none;
    line-height: 1.56;
}

.widget_recent_entries li {
    font-weight: bold;
    padding: 11px 0;
    position: relative;
}

.widget_recent_entries li:before {
    font-family: 'fontello';
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: absolute;
    top: 14px;
    content: "\e80a";
    font-size: 16px;
}
/*Blog share*/

.post-footer {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


.social-sharing {
    min-width: 280px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 26px 0 0 0;
}


.social-sharing-button {
    padding: 0 30px;
    line-height: 50px;
    font-size: 13px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: none;
    border: none;
    cursor: pointer;
    background-color: #f2f2f2;
    border-radius: 25px;
}

.social-sharing .social-sharing__icons {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
}

.social-sharing .social-sharing__icons.enter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.social-sharing__item {
    list-style: none;
    margin: 0 0 0 -15px;
    padding: 0;
    position: relative;
    opacity: 0;
}


.social-sharing__item a {
    padding: 0 10px;
    color: #1c1c1c;
    line-height: 50px;
    display: inline-block;
}




/*Blog nav*/

.page-switcher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 26px 0;
}

.page-switcher-button {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    font-size: 20px;
    color: #8d8d8d;
    background-color: #f2f2f2;
    text-align: center;

    -webkit-transition: background-color .3s ease;

    -o-transition: background-color .3s ease;

    transition: background-color .3s ease;
}


.page-switcher-button--right {
    margin-left: 15px;
}

.page-switcher-button:hover {
    background-color: #e5e5e5
}

.page-switcher-button.disabled {
    background-color: #f2f2f2;
    opacity: 0.3;
    cursor: default;
}

.page-switcher-content {
    line-height: 50px;
    margin-left: 15px;
    text-align: center;
}


@media (min-width: 992px) {

    .blog-header {
        padding: 50px 0;
    }

    .blog-header__title {
        font-size: 24px;
    }

    .breadcrumbs .breadcrumb_last,
    .breadcrumbs a {
        font-size: 14px;
    }

    .post-content,
    .sidebar {
        margin: 60px 0;
    }


    .post-header {
        padding: 38px 0;
    }


    .post-header__title {
        margin: 0;
        font-size: 24px;
    }

    .social-sharing {
        width: auto;
        margin: 26px 0;
    }


}