.post-info-box {
    display: block !important;
}

.post-info {
    width: 100%;
    float: left;
    clear: both;
    display: flex;
    align-items: center;
    margin-bottom: 16px !important;
    margin-left: 20px;
    margin-top: 15px;
}

.post-info .author-info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-right: 12px;
}

.author-name {
    margin: 0 10px 0 0;
}

.author-name a,
.author-info a {
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    line-height: 18px;
    color: #141c24;
    text-decoration: none;
    border: none;
}

.author-info svg {
    width: 24px;
    height: 24px;
    margin-top: 0px;
    margin-left: 5px;
    cursor: pointer;
}

.post-date {
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    line-height: 18px;
    display: block;
    margin-top: 4px;
}

.post-info-box img.avatar {
    float: left;
    margin: 0 10px 0 0;
    border-radius: 100%;
}

/* SINGLE PAGE AUTHOR'S POST DROPDOWN */


.author-btn {
    display: flex;
    padding: 0px 18px 10px 18px;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    color: #141c24;
    text-decoration: none;
}

.author-btn a {
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    color: #fc5f00;
    text-decoration: none;
}

#authorInfo {
    display: none;
}

.author-posts-details {
    width: 100%;
    clear: both;
    margin: 20px 0 0 0;
    display: none;
}

.author-posts-details .author_item {
    font-size: 14px !important;
    font-weight: 400 !important;
    padding: 0 !important;
    margin: 0 0 10px 0 !important;
}

.author-posts-details a.btn-see-all {
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    background-color: #242477;
    color: #fff;
    padding: 5px 8px;
    border-radius: 4px;
    display: inline-block;
    transition: all ease 0.3s;
}

.author-posts-details a.btn-see-all:hover {
    color: #fff;
    background: #fc5f00;
}

.author-posts-list {
    width: 95%;
    border-bottom: 1px solid #ccc;
    margin: 0 0 10px 0;
    padding-bottom: 10px;
}

.author-posts-list .author_item {
    font-size: 15px !important;
    font-weight: 500;
    padding: 0 !important;
    margin: 0 0 5px 0 !important;
    transition: all ease 0.3s;
}

.author-posts-list .author_item a {
    color: #242477;
    text-decoration: none;
    border: none;
}

.author-posts-list .author_item a:hover {
    color: #fc5f00;
    text-decoration: none;
}

.author-posts-list p {
    font-size: 12px !important;
    color: #666;
    padding: 0 !important;
    margin: 0 !important;
}