.ok-author-bio{
    background-color: rgba(34, 96, 191, 0.02);
    border: solid 1px rgba(34, 96, 191, 0.08);
    border-radius: 4px;
    padding: 40px;
    text-align: center;
}

.ok-author-bio .author-icon{
    height: 94px;
    width: 94px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 30px;
    background-color: #2260bf;
    border: solid 8px white;
    outline: solid 1px rgba(0,0,0,.08);
}

.ok-author-bio p {
    font-size: 16px;
    max-width: 800px;
    margin: 0 auto 30px;
    opacity: 0.68;
}

.ok-author-bio h4{
    font-size: 24px;
    margin: 0 0 20px;
    color: #2260bf;
}

.ok-section-author-post-lists .ok-container{
    max-width: 800px;
}
.ok-section-author-post-lists .ok-grid-12{
    grid-gap: 40px;
}

.ok-section-author-post-lists .span-4{
    position: relative;
}

.ok-section-title h3{
    font-size: 48px;
    padding-bottom: 10px;
    border-bottom: solid 1px rgba(0,0,0,.14);
    margin: 0 0 30px;
    position: relative;
    font-family: 'Khand', sans-serif;
    font-weight: 600;
}

.ok-section-title h3 > span{
    display: block;
    font-size: 20px;
    opacity: 0.68;
    font-family: 'Mukta', sans-serif;
}
.ok-section-author-post-lists .ok-post-ltr:not(:last-child){
    padding-bottom: 28px;
    margin-bottom: 28px;
    border-bottom: solid 1px rgba(0,0,0,.1);
}
.ok-section-author-post-lists .ok-post-ltr a .ok-post-thumb{
    min-width: 188px;
    max-width: 188px;
    height: 148px;
}
.ok-section-author-post-lists .ok-post-ltr a .ok-post-content-wrap{
    padding-left: 24px;
}

.ok-section-author-post-lists .ok-post-ltr a .ok-post-content-wrap h2{
    font-size: 28px;
    font-weight: 600;
}

.ok-section-author-post-lists .ok-news-post a .ok-news-post-hour{margin-top: 0;}
.ok-section-author-post-lists .ok-title-info{margin-top: 15px;}

.ok-section-author-post-lists .ok-card-most-commented .ok-post-ltr a .ok-post-content-wrap h2{
    font-size: 19px;
}