/****************** front ******************/
.author-block.row{
    width: 100%;
    padding: 20px;
    background: #ededed;
    position: relative;
    left: 15px;
}
.author-info-inside .author-facebbok a{
    color: #e9e9e9;

}
.author-info-inside .author-facebbok {
    width: 40px;
    height: 40px;
}
.author-info-inside{
    font-size: 24px;
    cursor: default;
    color: #555555;
}

.author-avatar img{
    height: 150px;
    width: 100%;
    border-radius: 5px;
    display: inline;
    object-fit: cover;
}
.author-pub-count{
    font-size: 14px;
    font-weight: bold;
    color: #777777;
    font-family: "Roboto";
}
.author-bio{
    font-size: 14px;
    padding-top: 20px;
    color: #777777;
    font-family: "Roboto";
    font-weight: normal;
}
.authors-posts{
    margin-top: 50px;
}
.authors-posts h2{
    font-size: 16px;
    font-family: "Georgia Bold";
    color: #555555;
}
.authors-post-descr{
    font-size: 14px;
    font-family: "Roboto";
    color: #777777;
}
.authors-post-date{
    color: #b4b4b4;
    font-size: 12px;
    font-family: "Roboto";
}
.author-post{
    margin-bottom: 20px;
}
.author-post-tablet{
    display: none;
}
a.author-sign, p.author-sign{
    font-size: 14px !important;
    color: #555555 !important;
    font-family: "Georgia Bold" !important;
}
a.author-sign-black{
    color: black;
    text-decoration: underline;
}
p.author-sign-bio{
    font-size: 14px !important;
}
@media (max-width: 800px) {
    .author-post-tablet{
        display: block;
    }
    .author-post-pc{
        display: none;
    }
}
/***************** pagination ****************/
.author-pagination{
    text-align: right;
    width: 100%;
    display: inline-block;
    padding:20px;
}
.author-pagination > a{
    min-height: 30px;
    min-width: 30px;
    font-size: 27px!important;
    border: 2px solid #bbbbbb;
    border-radius: 7px;
    padding: 0 6px;
    display: inline-block;
    line-height: 28px !important;
    text-align: center !important;
    cursor: pointer;
    text-transform: uppercase !important;
    color: rgba(138, 138, 138, 0.83) !important;
}
.author-pagination > a:nth-of-type(even){
    margin-left: 2px;
}
.author-pagination > a:hover:not(.disabled){
    border-color: #777777;
    color: #fff !important;
    background: #777777;
}
.author-pagination > a.disabled{
    opacity:0.5;
}
.author-pagination > a.disabled:hover{
    border: 2px solid #bbbbbb;
    color: rgba(138, 138, 138, 0.83)!important;
    background: #fff;
    cursor: default;
    opacity:0.5;
}
.author-pagination > a .fa{
    font-weight: bold;
}

.another-author {
    position: relative;
    margin-bottom: 10px;
    min-height: 110px;
    clear: both;
    display: inline;
}

.another-author img {
    max-height: 110px;
    width: 150px;
    margin-right: 2%;
    object-fit: cover;
    display: inline-block;
    position: absolute;
    top: -25px;
}

.another-author div {
    display: inline-block;
    width: 55%;
    padding-left: 21%;
    min-height: 110px;
    position: relative;
}

#olic {
    position: absolute;
    bottom: 0;
}

.another-author div p {
    margin-bottom: 0px;
}

.author-contacts{
    font-size: 14px;
    float: right;
    margin-top: 11px;
    font-family: "Georgia bold";
}
.author-contacts span{

}

@media (max-width: 1000px) {
    .another-author img {
        width: 19%;
    }
}

@media (max-width: 800px) {
    .another-author img {
        max-height: 110px;
        width: 150px;
        object-fit: cover;
        display: inline !important;
        position: relative;
    }

    .another-author div {
        display: inline-block;
        width: 100%;
        padding-left: 0%;
        min-height: 110px;
    }
}
/*************** pagination end **************/
/*****************end front*******************/