.wrapper-author {
    background: url(https://www.altaro.com/vmware/wp-content/themes/dojo/assets/images/author/header.png);
    background-size: cover;
}

.img-author {
    position: absolute;
    width: 70%;
    margin-left: 2.5em;
    border: 5px solid white;
    border-radius: 50%;
    margin-top: -2em;
}

.top-post-wrapper{
    display: flex;
    justify-content: space-between;
}
.left-top-post{
    width: 30%;
}
.right-top-post{
     display: flex;
    justify-content: space-between;
    width: 70%;
}
.top-post{
    width: 20%;
}
.thumb-img-top-post{
    width:100%;
    height: 78%;
    object-fit: cover;
}

.content-right {
    width: 100% !important;
    padding: 0 20px;
}

.cs-btn-multi {
    border: 1px solid #E0E0E0;
    padding: 0.2rem 0.2rem;
    border-radius: 0.5rem;
}

.avtar-cs {
    border-radius: 50%;
    background: black;
}

.wrapper-author-content {
    padding: 1.8rem;
}

.list-social-author li {
    background: #E0E0E0;
    margin: 0.2rem;
    width: 1.5rem;
    height: 1.5rem;
}

.para-text {
    font-size: 0.8em;
    font-family: var(--default-font);
}

.list-social-author li a {
    color: black;
    font-size: 0.8rem;
}

.wrapper-author h1 {
    font-size: 2.2rem;
    font-family: var(--default-font);
    margin-bottom: 0;
    font-weight: 500;
}

.wrapper-list-author h5 {
    font-size: 1em;
    font-family: var(--default-font);
}

.wrapper-list-author p {
    font-size: 0.8em;
    font-family: var(--default-font);
}

.wrapper-list-author p {
    color: #9194a1;
    margin-top: 5px;
}

.wrapper-list-author ul li {
    margin-bottom: 2em;
    list-style: none;
}

.btn-grey {
    background: #bbbbbb;
    color: white;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: 5px;
}

.btn-grey:hover {
    background: black;
    color: white;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: 5px;
}

.category-top p {
    font-size: 0.8em;
    font-family: var(--default-font);
    color: #9194a1;
}

.category-top h1 {
    font-size: 1.2em;
    font-family: var(--default-font);
    color: #333;
}

.post_title {
    font-family: var(--default-font);
    font-size: 1em;
    margin-bottom: 0;
}

.post_title a {
    color: #22a4dd;
    text-decoration: none;
}

.cat-load-more {
    background: #F0F0F0;
    color: grey;
    border: 1px solid #d8d8d8;
    padding: 12px 60px;
    border-radius: 4px;
}

.category-post-list small {
    font-size: 70%;
    color: #9194a1;
}

.category-post-list small a {
    color: #22a4dd;
}
.thumb-img-top-post{
    width:100%;
    height: 90%;
    object-fit: contain;
}

@media (max-width:767px){
    .thumb-img-top-post{
        height: 100% !important;
    }
}

@media (min-width:768px) and (max-width:1024px){
    .thumb-img-top-post{
        height: 78%!important;
    }
}