.blog-header-content {
    margin-bottom:40px;
}

.overlay, .loading, .visual-holder, .image-img, .image-bg {
    position: absolute;
    left: 0;
    top: 5px;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
    -webkit-transition: all 1s cubic-bezier(.7,0,.3,1);
    -o-transition: all 1s cubic-bezier(.7,0,.3,1);
    transition: all 1s cubic-bezier(.7,0,.3,1);
}

.loading {
    z-index: 4;
}

.image-bg {
    z-index: 2;
}

.image-img {
    z-index: 6;
    opacity: 0;
}

.overlay {
    z-index: 5;
}

.site-banner .site-banner-image-wrap {
    position: relative;
    overflow: hidden;
    /* min-height: 437px; */
    z-index: 1;
    width: 100%;
    padding-top: 34%;
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
}

.site-banner.medium-height {
    min-height: calc(75vh - 99px);
}

.site-banner.full-height {
    min-height: calc(100vh - 99px);
}

.site-banner .description-content-block {
    z-index: 6;
    position: relative;
    width: auto;
}

.site-banner .description-content-block .elements-wrap {
    padding-top: 0;
}

.site-banner .description-content-block .content-section {
    padding: 35px 0;
}

.site-banner .visual-holder {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.site-banner .visual-holder .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: transparent;
    z-index: 10;
}

.genesis-grid.blog-grid .wpb_wrapper {
    margin-left: -10px;
    margin-right: -10px;
}

.genesis-grid.blog-grid .edit-link {
    position: absolute;
    right: 30px;
}

.genesis-grid.blog-grid .wpb_wrapper .grid-item-wrap {
    position: relative;
    padding: 10px;
    width: 100%;
    float: left;
}

.genesis-grid.blog-grid .wpb_wrapper .grid-item-wrap .grid-item {
    position: relative;
    display: block;
    font-size: 20px;
    color: #fff;
    padding-bottom: 100%;
}

.genesis-grid.blog-grid .wpb_wrapper .grid-item-wrap .grid-item .heading {
    font-size: 24px;
    padding: 0;
    margin: 20px 0 0;
}

.genesis-grid.blog-grid .wpb_wrapper .grid-item-wrap .grid-item .content-block {
    position: absolute;
    display: flex;
    flex-direction: column;
    z-index: 5;
    color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    justify-content: flex-end;
    padding: 30px;
}

.genesis-grid.blog-grid .wpb_wrapper .grid-item-wrap .grid-item .content-block.content-wrapper {
    z-index: 6;
}

.genesis-grid.blog-grid .wpb_wrapper .grid-item-wrap .grid-item .overlay {
    opacity: 0.5;
    background: #000;
}

.genesis-grid.blog-grid .wpb_wrapper .grid-item-wrap .grid-item:hover .overlay {
    opacity: 0.7;
}

.genesis-grid.blog-grid .wpb_wrapper .grid-item-wrap.grid-clear {
    clear: left;
}

.content-sidebar .content-sidebar-wrap {
    display: block;
    overflow: hidden;
}

.site-banner.site-banner-image {
    padding: 0 0 40px;
}

.content-sidebar .content-sidebar-wrap main.content {
    width: 100%;
    padding: 0px 0;
}

.content-sidebar .content-sidebar-wrap .sidebar {
    width: 100%;
    padding: 0px 0;
    margin: 0;
}

.content-sidebar .content-sidebar-wrap main .sidebar {
    display: block;
    float: none;
}

.content-sidebar .content-sidebar-wrap .sidebar > div {
    margin-bottom: 40px;
}

.content-sidebar .content-sidebar-wrap .sidebar > div li {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding: 9px 0;
    border-color: rgba(0, 0, 0, 0.1);
    list-style: none;
}

.content-sidebar .content-sidebar-wrap .sidebar .heading {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0;
    padding-bottom: 10px;
}

.content-sidebar .content-sidebar-wrap .sidebar > div li a:hover {
    opacity: .7;
}

.content-sidebar .content-sidebar-wrap .sidebar > div li .article-name {
    display: block;
    font-weight: 600;
    color: #4fa322;
    transition: all .5s ease-in-out;
    line-height: 1.2;
}

.content-sidebar .content-sidebar-wrap .sidebar > div li .article-date {
    display: block;
    font-style: italic;
    font-weight: 400;
}

.content-sidebar .content-sidebar-wrap .sidebar > div li {
    position: relative;
    overflow: hidden;
}

.content-sidebar .content-sidebar-wrap .sidebar > div li .article-image {
    width: 60px;
    float: left;
    padding-bottom: 60px;
    position: relative;
    border: 1px solid #eee;
}

.content-sidebar .content-sidebar-wrap .sidebar > div li .article-content {
    width: calc(100% - 80px);
    float: right;
    font-size: 80%;
}

.content-sidebar .content-sidebar-wrap .sidebar > div li a:hover .article-name, .content-sidebar .content-sidebar-wrap .sidebar > div li a:hover .article-date {
    opacity: 0.7;
}

.filter-field {
    margin: 30px 0 20px;
    display: block;
    width: 100%;
    overflow: hidden;
}

.filter-field .heading-text {
    font-weight: bold;
    font-size: 2.2rem;
}

.filter-group {
    margin: 0 -10px;
    display: block;
    overflow: hidden;
    clear: both;
    float: left;
}

.filter-group .filter-options {
    display: inline-block;
    font-size: 24px;
    float: left;
    cursor: pointer;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 10px 10px;
    background: transparent;
}

.filter-group .filter-options div {
    background: rgba(65, 70, 75, .5);
    color: #41464b;
    color: #fff;
    display: block;
    padding: 5px 10px;
}

.filter-group .filter-options.active div {
    background: #41464b;
}

@media (min-width: 1050px) {
    .genesis-grid.blog-grid .wpb_wrapper .grid-item-wrap {
        width: 33.33%;
    }

    .genesis-grid.blog-grid .wpb_wrapper .grid-item-wrap .grid-item {
        padding-bottom: 74%;
    }
}

.return-to-blog-link {
    padding: 0px 0 15px;
}

.return-to-blog-link a {
    /* color: #fff; */
    font-weight: bold;
}

.post-meta {
    display: block;
    overflow: hidden;
    padding: 0px 0 20px;
    margin: 0;
}

.post-meta .post-meta-info {
    display: inline-block;
}

.post-meta .post-meta-info li {
    display: inline-block;
    margin-right: 6px;
}

.post-meta .post-meta-info li a {
    font-weight: bold;
}

.post-meta .post-meta-info li a:hover {
    text-decoration: underline;
}

.post-meta .post-meta-info li:last-child {
    margin: 0;
}

.filter-group {
    margin: 0 -10px;
}

.filter-group .filter-options {
    padding: 5px 10px;
    display: block;
    font-size: 24px;
    float: left;
    cursor: pointer;
}

.type-post .post-categories {
    border: 0;
    border-radius: 0;
    padding: 0;
}

.post-tags {
    margin: 0px 0 30px;
    padding: 0px 0 0px;
}

.post-tags .category-list li {
    float: left;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.post-tags .category-list li a {
    border: 1px solid #64a03b;
    color: #64a03b;
    padding: 5px 10px;
    text-transform: capitalize;
    font-weight: bold;
}

.post-tags .category-list li a:hover {
    border-color: #64a03b;
    background: #64a03b;
    color: #fff;
    opacity: 0.7;
}

.post-footer {
    display: block;
    overflow: hidden;
    position: relative;
    /* padding: 40px 0 30px; */
    margin: 40px 0 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.post-footer .row {
    padding: 0 0 10px;
    display: block;
    overflow: hidden;
}

.post-footer .author {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.post-footer .author .author-header {
    max-width: 30%;
    margin: 0;
    float: left;
}

.post-footer .author .author-header a {
    -webkit-border-radius: 200px;
    border-radius: 200px;
    overflow: hidden;
    max-width: 99px;
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.post-footer .author .author-info {
    min-height: 59px;
    float: left;
    max-width: -webkit-calc(70% - 20px);
    max-width: calc(70% - 20px);
    padding-left: 20px;
}

.post-footer .author .author-info h5, .post-footer .author .author-info h5 a {
    font-weight: bold;
    color: #64a03b;
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
    width: 100%;
}

.post-footer .share {
    width: 100%;
    padding-top: 20px;
    display: block;
    overflow: hidden;
}

.post-footer .share ul {
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.post-footer .share ul li {
    padding-bottom: 10px;
    padding-right: 20px;
    float: left;
    list-style: none;
    position: relative;
}

.post-footer .share ul li:before {
    display: none;
}

.post-footer .share ul li svg path {
    fill: #64a03b;
}

.post-footer .pagination {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    clear: both;
    margin-top: 0;
}

.post-footer .pagination a {
    display: block;
    overflow: hidden;
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #64a03b;
    color: white;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    display: block;
    clear: both;
    padding: 22px 40px;
}

.post-footer .pagination a:hover {
    opacity: 0.8;
}

.post-footer a:before {
    border-style: solid;
    border-color: #fff;
    border-width: 2px 2px 0 0;
    content: "";
    display: inline-block;
    height: 8px;
    width: 8px;
    position: absolute;
    vertical-align: middle;
    top: 32px;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    left: 20px;
}

.post-footer a small {
    padding-top: 10px;
    display: block;
    overflow: hidden;
}

.post-footer .pagination-previous.alignleft, .post-footer .pagination-next.alignright {
    position: relative;
    width: 100%;
    padding: 10px 0;
}

.post-footer .pagination-next a:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: auto;
    right: 20px;
}

.site-inner .archive-pagination {
    padding: 0;
    margin: 0 0 50px;
    text-align: center;
}

.site-inner .archive-pagination ul, .site-inner .archive-pagination li {
    padding: 0;
    margin: 0;
}

.site-inner .archive-pagination li {
    margin: 0 2.5px;
}

.site-inner .archive-pagination li:before {
    display: none;
}

@media (min-width: 1050px) {
    .pagination-wrap {
        margin-left: -10px;
        margin-right: -10px;
    }

    .post-footer {
        padding: 40px 0;
        margin: 40px 0 30px;
        padding: 30px 0 30px;
    }

    .post-footer .pagination {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .post-tags {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        margin: 40px 0 30px;
        padding: 40px 0 0px;
    }

    .post-footer .pagination .pagination-previous.alignleft, .post-footer .pagination .pagination-next.alignright {
        max-width: 50%;
        padding: 10px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .post-footer .pagination .pagination-previous.alignleft a, .post-footer .pagination .pagination-next.alignright a {
        width: 100%;
    }

    .post-footer .pagination .pagination-previous.alignright {
        text-align: right;
    }

    .post-footer .row {
        padding: 0 0 20px;
    }

    .post-footer .author {
        width: 70%;
    }

    .post-footer .share {
        float: left;
        width: 30%;
        padding-top: 0;
    }

    .post-footer .share ul li {
        padding-bottom: 0;
    }

    .block-content .filter-group {
        margin-right: -20%;
    }

    .site-banner.site-banner-image {
        padding: 0 0 70px;
    }

    .content-sidebar .content-sidebar-wrap main.content {
        width: 65%;
        float: left;
        padding: 0px 0 70px;
    }

    .content-sidebar .content-sidebar-wrap .sidebar {
        width: 30%;
        float: right;
        padding: 0px 0 70px;
    }

    .content-sidebar .content-sidebar-wrap .sidebar > div li .article-name {
        line-height: 1.4;
    }

    .content-sidebar .content-sidebar-wrap .sidebar > div li .article-image {
        width: 91px;
        padding-bottom: 91px;
    }

    .content-sidebar .content-sidebar-wrap .sidebar > div li .article-content {
        width: calc(100% - 105px);
        font-size: 100%;
    }
}
.overlay, .loading, .visual-holder, .image-img, .image-bg {
    position: absolute;
    left: 0;
    top: 5px;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
    -webkit-transition: all 1s cubic-bezier(.7,0,.3,1);
    -o-transition: all 1s cubic-bezier(.7,0,.3,1);
    transition: all 1s cubic-bezier(.7,0,.3,1);
}

.loading {
    z-index: 4;
}

.image-bg {
    z-index: 2;
}

.image-img {
    z-index: 6;
    opacity: 0;
}

.overlay {
    z-index: 5;
}

.site-banner .site-banner-image-wrap {
    position: relative;
    overflow: hidden;
    /* min-height: 437px; */
    z-index: 1;
    width: 100%;
    padding-top: 34%;
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
}

.site-banner.medium-height {
    min-height: calc(75vh - 99px);
}

.site-banner.full-height {
    min-height: calc(100vh - 99px);
}

.site-banner .description-content-block {
    z-index: 6;
    position: relative;
    width: auto;
}

.site-banner .description-content-block .elements-wrap {
    padding-top: 0;
}

.site-banner .description-content-block .content-section {
    padding: 35px 0;
}

.site-banner .visual-holder {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.site-banner .visual-holder .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: transparent;
    z-index: 10;
}

.genesis-grid.blog-grid .wpb_wrapper {
    margin-left: -10px;
    margin-right: -10px;
}

.genesis-grid.blog-grid .edit-link {
    position: absolute;
    right: 30px;
}

.genesis-grid.blog-grid .wpb_wrapper .grid-item-wrap {
    position: relative;
    padding: 10px;
    width: 100%;
    float: left;
}

.genesis-grid.blog-grid .wpb_wrapper .grid-item-wrap .grid-item {
    position: relative;
    display: block;
    font-size: 20px;
    color: #fff;
    padding-bottom: 100%;
}

.genesis-grid.blog-grid .wpb_wrapper .grid-item-wrap .grid-item .heading {
    font-size: 24px;
    padding: 0;
    margin: 20px 0 0;
}

.genesis-grid.blog-grid .wpb_wrapper .grid-item-wrap .grid-item .content-block {
    position: absolute;
    display: flex;
    flex-direction: column;
    z-index: 5;
    color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    justify-content: flex-end;
    padding: 30px;
}

.genesis-grid.blog-grid .wpb_wrapper .grid-item-wrap .grid-item .content-block.content-wrapper {
    z-index: 6;
}

.genesis-grid.blog-grid .wpb_wrapper .grid-item-wrap .grid-item .overlay {
    opacity: 0.5;
    background: #000;
}

.genesis-grid.blog-grid .wpb_wrapper .grid-item-wrap .grid-item:hover .overlay {
    opacity: 0.7;
}

.genesis-grid.blog-grid .wpb_wrapper .grid-item-wrap.grid-clear {
    clear: left;
}

.content-sidebar .content-sidebar-wrap {
    display: block;
    overflow: hidden;
}

.site-banner.site-banner-image {
    padding: 0 0 40px;
}

.content-sidebar .content-sidebar-wrap main.content {
    width: 100%;
    padding: 0px 0;
}

.content-sidebar .content-sidebar-wrap .sidebar {
    width: 100%;
    padding: 0px 0;
    margin: 0;
}

.content-sidebar .content-sidebar-wrap main .sidebar {
    display: block;
    float: none;
}

.content-sidebar .content-sidebar-wrap .sidebar > div {
    margin-bottom: 40px;
}

.content-sidebar .content-sidebar-wrap .sidebar > div li {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding: 9px 0;
    border-color: rgba(0, 0, 0, 0.1);
    list-style: none;
}

.content-sidebar .content-sidebar-wrap .sidebar .heading {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0;
    padding-bottom: 10px;
}

.content-sidebar .content-sidebar-wrap .sidebar > div li a:hover {
    opacity: .7;
}

.content-sidebar .content-sidebar-wrap .sidebar > div li .article-name {
    display: block;
    font-weight: 600;
    color: #4fa322;
    transition: all .5s ease-in-out;
    line-height: 1.2;
}

.content-sidebar .content-sidebar-wrap .sidebar > div li .article-date {
    display: block;
    font-style: italic;
    font-weight: 400;
}

.content-sidebar .content-sidebar-wrap .sidebar > div li {
    position: relative;
    overflow: hidden;
}

.content-sidebar .content-sidebar-wrap .sidebar > div li .edit-link a {
    position:absolute;
    right:0;
    bottom: 10px;
    background: transparent;
    padding: 0;
    margin: 0;
    color: #000;
    font-style: italic;
}
.content-sidebar .content-sidebar-wrap .sidebar > div li .article-image {
    width: 60px;
    float: left;
    padding-bottom: 60px;
    position: relative;
    border: 1px solid #eee;
}

.content-sidebar .content-sidebar-wrap .sidebar > div li .article-content {
    width: calc(100% - 80px);
    float: right;
    font-size: 80%;
}

.content-sidebar .content-sidebar-wrap .sidebar > div li a:hover .article-name, .content-sidebar .content-sidebar-wrap .sidebar > div li a:hover .article-date {
    opacity: 0.7;
}

.filter-field {
    margin: 30px 0 20px;
    display: block;
    width: 100%;
    overflow: hidden;
}

.filter-field .heading-text {
    font-weight: bold;
    font-size: 2.2rem;
}

.filter-group {
    margin: 0 -10px;
    display: block;
    overflow: hidden;
    clear: both;
    float: left;
}

.filter-group .filter-options {
    display: inline-block;
    font-size: 24px;
    float: left;
    cursor: pointer;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 10px 10px;
    background: transparent;
}

.filter-group .filter-options div {
    background: rgba(65, 70, 75, .5);
    color: #41464b;
    color: #fff;
    display: block;
    padding: 5px 10px;
}

.filter-group .filter-options.active div {
    background: #41464b;
}

@media (min-width: 1050px) {
    .genesis-grid.blog-grid .wpb_wrapper .grid-item-wrap {
        width: 33.33%;
    }

    .genesis-grid.blog-grid .wpb_wrapper .grid-item-wrap .grid-item {
        padding-bottom: 74%;
    }
}

.return-to-blog-link {
    padding: 0px 0 15px;
}

.return-to-blog-link a {
    /* color: #fff; */
    font-weight: bold;
}

.post-meta {
    display: block;
    overflow: hidden;
    padding: 0px 0 20px;
    margin: 0;
}

.post-meta .post-meta-info {
    display: inline-block;
}

.post-meta .post-meta-info li {
    display: inline-block;
    margin-right: 6px;
}

.post-meta .post-meta-info li a {
    font-weight: bold;
}

.post-meta .post-meta-info li a:hover {
    text-decoration: underline;
}

.post-meta .post-meta-info li:last-child {
    margin: 0;
}

.filter-group {
    margin: 0 -10px;
}

.filter-group .filter-options {
    padding: 5px 10px;
    display: block;
    font-size: 24px;
    float: left;
    cursor: pointer;
}

.type-post .post-categories {
    border: 0;
    border-radius: 0;
    padding: 0;
}

.post-tags {
    margin: 0px 0 30px;
    padding: 0px 0 0px;
}

.post-tags .category-list li {
    float: left;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.post-tags .category-list li a {
    border: 1px solid #64a03b;
    color: #64a03b;
    padding: 5px 10px;
    text-transform: capitalize;
    font-weight: bold;
}

.post-tags .category-list li a:hover {
    border-color: #64a03b;
    background: #64a03b;
    color: #fff;
    opacity: 0.7;
}

.post-footer {
    display: block;
    overflow: hidden;
    position: relative;
    /* padding: 40px 0 30px; */
    margin: 40px 0 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.post-footer .row {
    padding: 0 0 10px;
    display: block;
    overflow: hidden;
}

.post-footer .author {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.post-footer .author .author-header {
    max-width: 30%;
    margin: 0;
    float: left;
}

.post-footer .author .author-header a {
    -webkit-border-radius: 200px;
    border-radius: 200px;
    overflow: hidden;
    max-width: 99px;
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.post-footer .author .author-info {
    min-height: 59px;
    float: left;
    max-width: -webkit-calc(70% - 20px);
    max-width: calc(70% - 20px);
    padding-left: 20px;
}

.post-footer .author .author-info h5, .post-footer .author .author-info h5 a {
    font-weight: bold;
    color: #64a03b;
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
    width: 100%;
}

.post-footer .share {
    width: 100%;
    padding-top: 20px;
    display: block;
    overflow: hidden;
}

.post-footer .share ul {
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.post-footer .share ul li {
    padding-bottom: 10px;
    padding-right: 20px;
    float: left;
    list-style: none;
    position: relative;
}

.post-footer .share ul li:before {
    display: none;
}

.post-footer .share ul li svg path {
    fill: #64a03b;
}

.post-footer .pagination {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    clear: both;
    margin-top: 0;
}

.post-footer .pagination a {
    display: block;
    overflow: hidden;
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #64a03b;
    color: white;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    display: block;
    clear: both;
    padding: 22px 40px;
}

.post-footer .pagination a:hover {
    opacity: 0.8;
}

.post-footer a:before {
    border-style: solid;
    border-color: #fff;
    border-width: 2px 2px 0 0;
    content: "";
    display: inline-block;
    height: 8px;
    width: 8px;
    position: absolute;
    vertical-align: middle;
    top: 32px;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    left: 20px;
}

.post-footer a small {
    padding-top: 10px;
    display: block;
    overflow: hidden;
}

.post-footer .pagination-previous.alignleft, .post-footer .pagination-next.alignright {
    position: relative;
    width: 100%;
    padding: 10px 0;
}

.post-footer .pagination-next a:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: auto;
    right: 20px;
}

.site-inner .archive-pagination {
    padding: 0;
    margin: 0 0 50px;
    text-align: center;
}

.site-inner .archive-pagination ul, .site-inner .archive-pagination li {
    padding: 0;
    margin: 0;
}

.site-inner .archive-pagination li {
    margin: 0 2.5px;
}

.site-inner .archive-pagination li:before {
    display: none;
}

@media (min-width: 1050px) {
    .pagination-wrap {
        margin-left: -10px;
        margin-right: -10px;
    }

    .post-footer {
        padding: 40px 0;
        margin: 40px 0 30px;
        padding: 30px 0 30px;
    }

    .post-footer .pagination {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .post-tags {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        margin: 40px 0 30px;
        padding: 40px 0 0px;
    }

    .post-footer .pagination .pagination-previous.alignleft, .post-footer .pagination .pagination-next.alignright {
        max-width: 50%;
        padding: 10px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .post-footer .pagination .pagination-previous.alignleft a, .post-footer .pagination .pagination-next.alignright a {
        width: 100%;
    }

    .post-footer .pagination .pagination-previous.alignright {
        text-align: right;
    }

    .post-footer .row {
        padding: 0 0 20px;
    }

    .post-footer .author {
        width: 70%;
    }

    .post-footer .share {
        float: left;
        width: 30%;
        padding-top: 0;
    }

    .post-footer .share ul li {
        padding-bottom: 0;
    }

    .block-content .filter-group {
        margin-right: -20%;
    }

    .site-banner.site-banner-image {
        padding: 0 0 40px;
    }

    .content-sidebar .content-sidebar-wrap main.content {
        width: 65%;
        float: left;
        padding: 0px 0 70px;
    }

    .content-sidebar .content-sidebar-wrap .sidebar {
        width: 30%;
        float: right;
        padding: 0px 0 70px;
    }

    .content-sidebar .content-sidebar-wrap .sidebar > div li .article-name {
        line-height: 1.4;
    }

    .content-sidebar .content-sidebar-wrap .sidebar > div li .article-image {
        width: 91px;
        padding-bottom: 91px;
    }

    .content-sidebar .content-sidebar-wrap .sidebar > div li .article-content {
        width: calc(100% - 105px);
        font-size: 100%;
    }
}
