#inner-page-wrapper > .container {
    width: 100%;
    max-width: 1470px;
}

aside.sidebar {background: none;font-family: var(--font-family-title);font-size: 18px;font-weight: 700;line-height: 1;letter-spacing: 0.02em;text-transform: uppercase;margin-bottom: 15px;padding: 0;margin-top: 120px;}



.sidebar #category-posts-3-internal .cat-post-item {

    font-size: 14px;

    font-weight: initial;

    line-height: 1.2;

    letter-spacing: initial;

    text-transform: initial;

    margin-bottom: initial;

    padding: 3px 0;

}



.sidebar .category-posts-internal {

    margin-left: 0 !important;

}





.sidebar .sidebar-newsletter-form {

    font-weight: initial;

}

.archive-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    position: relative;
}


#content .archive-thumbnail {
    width: 100%;
    float: none;
}

#content .archive-content.archive-has-thumbnail {
    width: 100%;
    float: none;
}


#content .archive-thumbnail a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

#content .archive-thumbnail a img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
    display: block;
    max-width: 100%!important;
}


#content .post {
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - 15px);
    position: relative;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}

#content .post:first-of-type {
    display: block;
    width: 100%;
}

#content .archive-subtitle {
    font-size: 25px;
    line-height: 1;
    margin: 10px 0;
}

.page-nation {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#content .post:first-of-type .archive-subtitle {
    font-size: 32px;
    margin: 0 0 20px;
}


#content .archive-content.archive-has-thumbnail p {
    margin: 20px 0 0;
}



.page-nation span.page-numbers.current {
    width: 25px;
    height: 25px;
    border: 1px solid #000;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    background-color: #000;
    color: #fff;
}

.page-nation a {
    margin-right: 10px;
}

.page-nation a.next.page-numbers {
    margin-right: 0;
}


#content .post:first-of-type .archive-thumbnail {
    width: calc(60% - 15px);
    float: left;
}

#content .post:first-of-type .archive-content.archive-has-thumbnail {
    width: calc(40% - 15px);
    float: right;
    font-size: 18px;
}

.blog-search {
    height: 80px;
}

.search-holder {
    float: right;
}

@media only screen and (max-width: 1199px) {
    #content .archive-thumbnail a img {
        height: 250px;
    }

    #content .archive-subtitle {
        font-size: 23px;
    }

    #content .archive-content.archive-has-thumbnail {
        font-size: 14px;
    }

    aside.sidebar {
        width: 22%;
    }

    #content-sidebar #content {
        width: 75.08%;
    }

    #content .post:first-of-type .archive-content.archive-has-thumbnail {
        font-size: 15px;
    }

    #content .post:first-of-type .archive-subtitle {
        font-size: 26px;
    }

    #content .post {
        width: calc(50% - 10px);
    }

    #content .archive-content.archive-has-thumbnail a.gsite-button {
        max-width: 180px;
    }

    #content .archive-content.archive-has-thumbnail a.gsite-button span {
        height: 50px;
    }
}

@media only screen and (max-width: 991px) {
    #content .post:first-of-type .archive-thumbnail {
        width: 100%;
        float: none;
    }

    #content .post:first-of-type .archive-content.archive-has-thumbnail {
        width: 100%;
        float: none;
    }

    #content-sidebar #content {
        width: 100%;
    }

    #content .archive-thumbnail a img {
        height: 350px;
    }

    #content .post:first-of-type .archive-subtitle {
        font-size: 23px;
        margin: 20px 0;
    }

    #content .archive-content.archive-has-thumbnail {
        text-align: center;
    }

    .archive-list {
        display: block;
        margin: 0 auto;
    }

    #content .post {
        width: 100%;
        display: block;
        max-width: 500px;
        margin: 0 auto 20px;
    }

    #content-sidebar aside {
        margin: 40px auto 0;
    }

    .page-nation {
        margin: 40px auto 0;
    }
}

@media only screen and (max-width: 767px) {
    #content .archive-thumbnail a img {
        height: 300px;
    }
}

@media only screen and (max-width: 480px) {
    #content .archive-thumbnail a img {
        height: 250px;
    }
}