.blog-main {
}

.blog-posts-wrap {
}

.post {
    margin-bottom: 6rem;
}

.post-title {
}

.post-title a {
    text-decoration: none;
    color:#fff;
}

.post-title a:hover {
    text-decoration: none;
}

.blog-post {
}

.post img {
    border-radius: 2rem;
}

.blog-post-wrap .post:nth-of-type(even) .four {
    float: right;
    margin: 0;
}

.blog-post-wrap .post:nth-of-type(even) .eight {
    margin: 0;
}

.sorting-title {
    padding-bottom: 20px;
    font-style: italic;
}

.meta {
    padding-bottom: 1rem;
    font-size: 14px;
}

.meta a {
    text-decoration: none;
}

.meta a:hover {
    text-decoration: underline;
}

.meta strong {
    font-weight: 700;
}

.post-categories {
}

.post-featured-image {
    float: right
}

.post-featured-image img {
    margin-bottom: 20px;
    margin-left: 20px;
    height: auto;
    width: 200px;
    border-radius: 1rem;
}

.post-content {
}

.feat-image {
    float: right;
    width: 100%;
    max-width: 400px;
}

.post-content img {
    width: 100%;
    max-width: 100%;
    height: auto
}

.feat-image img {
    border-radius: 1rem;
    margin-bottom: 20px;
    margin-left: 20px;
}

.pagination {
}



