.related-posts {
    border-top: 1px solid #ccc;
    padding-top: 40px;
}

.related-posts-list .one-third {
    border: 1px solid #dde5ea;
    box-sizing: border-box;
    margin-bottom: 15px;
    box-shadow: 2px 1px 10px 0 rgba(0, 0, 0, .1);
}

.related-posts-list .one-third:first-child {
    margin-left: 0;
}

a.related-post-title {
    line-height: 27px;
    color: #333;
    font-size: 18px;
}
.related-post-image {
    vertical-align: top
}

.related-post-info {
    margin-top: 10px;
    font-size: 15px;
}
.related {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 40px;
}

.related a {
    text-decoration: none;
}

.related-post-image {
    vertical-align: top
}

.related-post-info {
    margin-top: 10px;
    font-size: 15px;
}

.related-title {
    background-size: 100% 100%;
    font-size: 20px;
    display: inline-block;
    margin-bottom: 12px
}

.related-title:before {
    content: "";
    display: block;
    width: 100%;
    min-width: 30px;
    border-top: 1px solid rgba(0, 0, 0, .2);
    margin-bottom: 1em
}

.related-post-date {
    font-size: 14px;
    color: #858585;
}

.related-post-categories,
.related-post-categories a,
.related-post-tags,
.related-post-tags a {
    color: #858585;
}

.related-post-categories a:hover,
.related-post-tags a:hover {
    color: #333
}

.related-post-categories,
.related-post-tags {
    font-size: 13px;
    margin-top: 10px;
    font-style: italic
}

.related-posts {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}

.related-post {
    width: 100%;
    opacity: .8;
}

.related-post:hover {
    opacity: 1;
}

.one-copy {
    padding: 1.5rem 1.25rem 1.75rem;
}

.one-third {
    height: 250px;
}

.related-entry-header {
    padding: 5%;
}

@media only screen and (max-width:800px) {
    .one-third {
        width: 32%;
        margin-right: 6px;
    }
}

@media only screen and (max-width:620px) {
    .one-third {
        width: 100%;
        height: 100%;
    }
}
@media only screen and (max-width:500px) {
    .related-post {
        width: 100%;
    }
    .related-posts {
        grid-gap: 40px;
        grid-template-columns: 1fr;
    }
}

.related .entry-categories a {
    background: 0 0;
    font-size: 12px;
    padding: 0;
}
