
/*===================== Author info below news single==========================*/
.abt_author{
    box-shadow: rgba(34, 96, 191, 0.08) 0 0 18px;
    background-color: white;
    border-radius: 4px;
    text-align: center;
    padding: 20px;
    font-weight: 500;
    font-size: 28px;
    position: relative;
    margin-bottom: 10px;
}
.abt_author:last-child{margin-bottom: 28px;}

h5.author-info-title{
    margin: 0 0 40px;
    text-align: left;
    font-size: 28px;
    font-family: "Mukta", sans-serif;
    font-weight: 600;
    color: #2260bf;
    position: relative;
}

h5.author-info-title:before{
    content:'';
    height: 4px;
    width:40px;
    background-color: #0959b6;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.abt_author .aut_img{
    height: 68px;
    width: 68px;
    max-width: 68px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 40px;
    border:solid 3px #fff;
    outline: 1px solid rgba(34, 96, 191, 0.08);
}

.ok-stick-heading .ok-title-info{display: none;}

.abt_author .aut_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.abt_author .aut_text{
    flex: 2;
    text-align: left;
}
.abt_author .aut_text h6{
    margin: 0 0 15px;
}
.abt_author p{
    font-size: 18px;
    line-height: 1.4;
    opacity: 0.6;
    margin-bottom: 20px;
}
.aut_info-ftr{display: flex;}
.aut_info-ftr a{display: inline-block;font-size: 18px;margin-right: 10px;}
.aut_info-ftr .ok-author-social{margin-left: auto}
.ok-author-social a i{
    display: inline-block;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    background-color: rgba(0,0,0,.06);
    font-size: 14px;
    text-align: center;
    line-height: 28px;
    color: black;
    transition: all .3s ease;
}
.ok-author-social a:hover i{
    background-color: #2260bf;
    color: white;
}
.ok-title-info .ok-news-author-wrap{margin-right: 18px;}
.ok-news-author-wrap{
    display: inline-flex;
    position: relative;
}
.ok-news-author-wrap .ok-news-author{margin-right: 10px;}
.ok-news-author-wrap .author-icon{
    background-color: #ffffff;border:solid 3px white;box-shadow: 0px 0px 0px 1px rgba(0,0,0,.18);}

.ok-multiple-author-wrap .author-icon:nth-child(2){
    margin-left: -28px;
    margin-right: 10px;
}
.ok-multiple-author-wrap .ok-news-author:last-child .author-icon{left: 28px;}
.ok-multiple-author-wrap .ok-news-author{}

.ok-author-bio .author-icon .ok-post-thumb{
    height: 100%;
    width: 100%;
    object-fit: cover;
}