
.img-category-top{
    width:100%;
}
.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;
    height: auto !important;
}

.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;
    display: flex;
    justify-content: center;
    align-items: center;
}

.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.2em;
    font-family: var(--default-font);
    margin-bottom: 0;
    font-weight: 500;
}

/*--start tab author--*/
*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    box-sizing: border-box;
    list-style: none;
    list-style-type: none;
    text-decoration: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.title {
    font-family: inherit;
    font-size: 2rem;
    font-weight: 600;
    line-height: inherit;
    color: #252b46;
}

.paragraph {
    font-family: inherit;
    font-size: 0.8em;
    font-weight: normal;
    line-height: inherit;
    color: #9194a1;
    font-family: var(--default-font);
}
.desc-author{
    font-family: inherit;
    font-size: 0.8em;
    font-weight: normal;
    line-height: inherit;
    color: var(--text-color-main);
    font-family: var(--default-font);
}

.main .tab {
    width: 100%;
    height: auto;
}

.main .tab-menu {
    display: -webkit-box;
    display: flex;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main .tab-menu-link {
    osition: relative;
    overflow: hidden;
    font-family: inherit;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: inherit;
    cursor: pointer;
    /* width: calc(50% / 4); */
    height: auto;
    padding: 0rem 0;
    border-bottom: 2.5px solid transparent;
    color: #9194a1;
    background: #ffffff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0 1em;
    font-family: var(--default-font);
    text-decoration: none;
}

.main .tab-menu-link::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 2;
}

.main .tab-menu-link.active {
    bottom: 0px;
    z-index: 0;
    overflow: hidden;
    border-bottom: 5px solid #fa5757;
    color: #252b46;
    background: #ffffff;
}

.main .tab-bar {
    padding: 1rem 0;
    overflow: hidden;
    background: #ffffff;
}

.main .tab-bar-content {
    display: none;
    width: 100%;
    /*  min-height: 10rem;*/
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main .tab-bar-content.active {
    display: block;
}

/*--end tab author--*/
.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 {
    margin-top: 1em;
}

.wrapper-list-author ul li {
    margin-bottom: 2em;
}



ul#breadcrumbs {
    margin-bottom: 0;
}

p.dojo-avatar-title {
    font-size: 0.8em;
    margin-bottom: 10px;
}

.wrapper-list-author .content-right h5 {
    color: #22a4dd;
    margin-bottom: 0px;
}

.wrapper-list-author small {
    font-size: 70%;
    color: #9194a1;
}

.wrapper-list-author small span {
    color: #22a4dd;
}

.wrapper-list-author .content-right p {
    color: var(--text-color-main);
    margin-top: 5px;
}

.wrapper-load-more {
    text-align: center;
}

.btn.author-load-more {
    background: #f0f0f0;
    color: grey;
    border-radius: 0;
    border: 1px solid #d8d8d8;
    padding: 10px 60px;
}

.para-text.auth-email {
    color: #22a4dd;
}

.para-text.auth-email a {
    text-decoration: underline;
}

.side-panel img {
    margin-bottom: 15px;
   
}

@media(max-width: 1024px) {

    .wrapper-author-content .col-md-3,
    .wrapper-author-content .col-md-6 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        text-align: left !important;
    }

    .wrapper-author-content ul.justify-content-center {
        justify-content: flex-start !important;
    }

    .wrapper-author-content {
        padding: 5px 0 !important;
    }

    .img-author {
        margin: 10px 0 0 10px !important;
    }
}

@media(min-width: 768px) and (max-width: 1024px) {
    .author-content-left {
        padding-right: 10px !important;
        flex: 0 0 65%;
        max-width: 65%;
    }

    .author-content-right {
        flex: 0 0 35%;
        max-width: 35%;
    }
}

@media(max-width: 767px) {
    .img-author {
        position: relative !important;
        width: 50% !important;
        margin: 20px 0 !important;
    }
    .wrapper-author figure{
        text-align:center;
    }
    .wrapper-author .wrapper-content{
        text-align:center;
    }

    #breadcrumbs li {
        font-size: 0.7em;
        margin: 0 5px;
    }

    #breadcrumbs {
        margin-bottom: 20px !important;
    }

    .wrapper-author-content figure img {
        width: 100%;
    }

    .author-post-list img {
        width: 100%;
     }

    .wrapper-list-author small {
        margin: 10px 0 !important;
        display: block;
    }


    .col-md-2.top-post {
        text-align: center;
    }

    .side-panel-senseis {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #owl-sensei {
        padding: 0 !important;
    }

    .side-panel-webinar img.img-fluid {
        width: 100%;
    }
    .dropdown__trigger:hover{
        font-size: 1.0rem !important;
    }
    .dropdown__trigger {
        font-size: 1.0rem !important;
    }
    .dropdown__item{
        padding: 0 10px !important;
    }
}
@media(width:320px){
    .tab-menu .filter {
        position: inherit !important;
    }
    .main .tab-menu{
        display:contents;
    }
    .dropdown__trigger{
        padding-left: 5px !important;
    }
}
@media(min-width: 768px) and (max-width:1024px){
    .dropdown__trigger:hover{
        font-size: 1.0rem !important;
    }
    .dropdown__trigger {
        font-size: 1.0rem !important;
    }
}
.tab-menu .filter {
    position: absolute;
    right: 0;
}

.dropdown__trigger {
    font-size: 1.2rem;
    font-weight: 400 !important;
}

.dropdown__trigger:hover{
    font-size: 1.2rem ;
    font-weight: 400 !important;
    color: #000;
}

.dropdown__list{
    width:158px !important;
}

.author-podcast-list .content-right h5 {
    color: #000;
    font-size: 1.2em;
}

.author-podcast-list .right-top-post{
    width:100%;
    display: inline-block;
}

.dropdown__trigger:after{
    right: 15px !important;
    top: 16px !important;
    border-width: 8px 6px 0 6px !important;
}