a{
    color: #333;
}
.blog-page-p .page-heading-blog a {
    color: #81c299;
    font-size: 35px;
    text-align: left;
}
.blog-page-p .page-heading-blog {
    text-align: left;
}
.blog-page-p span.author {
    color: #81c299;
}
.blog-detail .page-heading-blog-detail{
    color: #81c299;
}
.blog-detail span.author {
    color: #81c299;
}
.single-blog-content {
    border-bottom: solid 1px #efefef;
}

.blog-pagination a.page-numbers {
    margin: 0px;
    font-weight: bold;
    padding: .5rem .75rem;
    line-height: 1.25;
    border: 0;
    position: relative;
    transition: all 0.3s ease-in-out;
    color: #353535;
}
.blog-pagination {
    text-align: center;
    margin-top: 30px;
}
.blog-pagination span:before, .blog-pagination a:before {
    content: "";
    width: 0;
    height: 2px;
    background-color: #81c299;
    position: absolute;
    left: 0;
    bottom: -5px;
    transition: all 0.3s ease-in-out;
}
.blog-pagination .page-numbers:hover a:before, .blog-pagination .current:before {
    width: 100%;
}
.blog-pagination span.page-numbers.current {
    position: relative;
    padding: .5rem .75rem;
    margin: 0px;
}
.blog-pagination a.page-numbers:hover:before {
    width: 100%;
}
span.page-numbers.current {
    font-weight: 600;
}
.blog-detail h3 {
    font-size: 20px;
}
.single-blog-content ul li {
    font-size: 16px;
    color: #333;
    font-family: "Sen", sans-serif;
    float: left;
    font-weight: 400;
    width: 100%;
}
.single-blog-content a{
    color: #333;
}
.head__login_section{text-align: center;}
.head__login_section .login_content{line-height: 50px;}
.head__login_section .log-btn{float: right;}
@media screen and (max-width:620px){
    .head__login_section .login_content{line-height: normal;}
}