/* home page post */
.post-info span{
    font-size:12px;
}
.blog_hov:hover{
color:#643939;
}
.blog_hov img{
    height: 50px;
}
.post-link h2{
    color:#212121;
}
.post-shadow{
    box-shadow: 1px 1px 8px #c6bebe;
}
/* right side bar */

.right-side-recent-post img{
    width: 3.5rem;
}

/* right side all categories */
.right-side-recent-post ul{
    list-style: none;
    font-size: 20px;
}
.right-side-recent-post ul li a span{
    font-size: 12px;
}
.right-side-recent-post ul li:hover{
    background-color: aliceblue;
}
/*
.blog-wrapper .marq-title marquee
{
    width: 80px;
    height: 30px;
    background-color: rgb(17, 17, 134);
    color:white;
    font-size: 15px;
    font-weight: 400;
    z-index: 1;
}
.blog-wrapper .marq-body marquee{
    max-width: 500px;
    background-color: rgb(236, 236, 232);
} */


   .blog-wrapper span marquee{
    background: none;
    box-shadow: none;
    color:white;
    padding:0;
    height: 20px;
    font-weight: bold;

    }

 .blog-wrapper .marquee-style span{
    position: absolute;
    background-color: #1c2554;
    color:white;
    /* padding: 11px 25px; */
    width: 90px;
    height: 42px;
    margin-top: -6px;
    z-index: 1;
    }
    .blog-wrapper marquee{
        background:#e2e2e2 ;
        padding:10px 0;
        font-weight: 400;
        margin-top: -5px;
        font-size: 14px;
        }
/* blog comment */
.blog-comment img{
    max-width: 50px;
    height: 50px;
}

.rotate-reply{
    transform: rotate(180deg);
    width: 20px;
}
.blog-comment-reply-user img{
    width: 50px;
    height: 50px;
    border: 3px solid rgb(212, 212, 212);
}
