.single-blog-item .post-meta {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.post-categories a, .post-author a {
    text-transform: capitalize;
    color: var(--global-palette4);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.post-categories a:hover ,.post-author a:hover {
    text-transform: capitalize;
    color: var(--global-palette1);
}
.post-feature.blog-thumbnail img {
    border-radius: 20px;
    width: 600px;
    height: auto;
}
.single-blog-item .post-meta .post-author .avatar-96 {
    width: 32px;
    vertical-align: middle;
    margin-right: 6px;
    border-radius: 50%;
}
.single-blog-item .post-meta .post-author {
    padding: 5px 10px 0;
}
.single-blog-item .post-meta .post-date, .single-blog-item .post-meta .post-view {
    padding: 5px 10px;
}
.entry-post-tags {
    display: flex;
}
.entry-post-tags .tagcloud-icon {
    font-size: 16px;
    margin-right: 9px;
    margin-bottom: 0;
}
.entry-author .author-info {
    display: flex;
}
.entry-author .author-avatar img {
    border-radius: 50%;
}
.entry-author .author-avatar {
    flex-shrink: 0;
    width: 170px;
    text-align: center;
}
.entry-author {
    padding-top: 48px;
}
.entry-post-share-wrap {
    padding-bottom: 20px;
    border-bottom: 1px solid #e4e8f6;
    margin-bottom: 50px;
}
.post-excerpt h2 {
    padding: 20px 0;
}
.related-posts-wrapper .single-valid__thum {
    display: flex;
    align-items: center;
    min-height: 120px;
    background-color: #333;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    overflow: hidden;
}
.single-valid-post-wrapper .post-content {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    z-index: 1;
}
.related-posts-wrapper .single-valid-post-wrapper {
    position: relative;
    height: 100%;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    overflow: hidden;
    display: block;
}
.single-valid-post-wrapper .post-content {
    width: 100%;
    display: flex;
    align-items: flex-end;
    position: relative;
    z-index: 1;
}
.related-posts-wrapper .post-content {
    padding-left: 50px;
    padding-right: 20px;
    margin-top: 0px;
    position: relative;
}
.single-blog__item {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    transition: all 0.5s cubic-bezier(0.57, 0.21, 0.69, 1);
    background-color: var(--global-palette2);
    padding:50px 0;
}
.related-posts-wrapper .post-content .post-title {
    color: var(--global-palette9);
    font-size: 20px;
    text-align: center;
}
.single-blog__item:hover{
background-color: var(--global-palette4);
transform: translateY(-3px);
}
.single-blog__item:hover .post-content .post-title{
    color: var(--global-palette9);
}
.blog-content img {
    max-width: 100%;
    height: auto;
}