.beeteam368-single-author.channel-role-layouts{
    border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: #111111;
    padding:0;
    position:relative;
    margin-top:-40px;
}

.beeteam368-single-author.channel-role-layouts:before{
    content:'';
    display:block;
    position:absolute;
    background-color: #111111;
    margin-left:-50vw;
    margin-right:-50vw;
    top:0;
    bottom:0;
    width:auto;
    left:0;
    right:0;
}

.beeteam368-single-author.channel-role-layouts .author-wrapper{
    position: relative;
    z-index:1;
}

.beeteam368-single-author.channel-role-layouts .author-description{
    max-width: none;
    margin-top:15px;
}

.beeteam368-single-author.channel-role-layouts .author-description > *{
    margin-right:5px;
}

.beeteam368-single-author.channel-role-layouts .author-description > *:last-child{
    margin-right:0;
}

.beeteam368-single-author.channel-role-layouts .author-avatar-name-wrap{
    flex:1;
    margin-left:40px;
    padding: 30px 0;
    max-width: none;
}

.beeteam368-single-author.channel-role-layouts .author-avatar-wrap{
    width: 35%;
    height:100%;
    padding:0;
    border:none;
    border-radius: 0;
    -webkit-border-radius: 0;
}

.beeteam368-single-author.channel-role-layouts .author-avatar{
    border-radius: 0;
    -webkit-border-radius: 0;
    max-width: none;
    width: 100%;
}

.beeteam368-single-author.channel-role-layouts .author-verified{
    display:none;
}

.beeteam368-single-author.channel-role-layouts .author-about{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color:rgba(255,255,255,0.8);
    margin-top:30px;
}

@media(max-width:767px){
    .beeteam368-single-author.channel-role-layouts .author-avatar-name-wrap{
        margin-left:0;
        padding: 15px;
        text-align: center;
    }
    .beeteam368-single-author.channel-role-layouts .author-about{
        display: none;
    }
    .beeteam368-single-author.channel-role-layouts .author-avatar-wrap{
        width:100%;
    }
    .beeteam368-single-author.channel-role-layouts{
        margin-left:-15px;
        margin-right:-15px;
        width:auto;
    }

    .beeteam368-single-author.channel-role-layouts .author-description .author-subscribe{
        width:100%;
        text-align: center;
    }
}

.beeteam368-single-author.channel-role-layouts .author-role{
    color:rgba(255,255,255,0.8);
}

.beeteam368-single-author-des{
    border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: transparent;
    padding:0;
    position:relative;
}

.beeteam368-single-author-des .author-des,
.beeteam368-single-author-des .author-des-banner{
    width:50%;
}

.beeteam368-single-author-des .author-des{
    padding-right:20px;
}
.beeteam368-single-author-des .author-des-banner{
    padding-left:20px;
}

.beeteam368-single-author-des .author-about{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.beeteam368-single-author-des .author-about:not(:last-child){
    margin-bottom:20px;
}

.beeteam368-single-author-des .author-avatar-name{
    margin-bottom:15px;
}

@media(max-width:991px){
    .beeteam368-single-author-des .author-des{
        margin-bottom:25px;
    }
    .beeteam368-single-author-des .author-des,
    .beeteam368-single-author-des .author-des-banner{
        width:100%;
        padding:0;
    }
}

.beeteam368-single-author.channel-role-layouts .channel-tabs{
    flex:1;
    margin-top:15px;
}

.beeteam368-single-author.channel-role-layouts .tabs-wrapper-bottom{
    width:100%;
    align-self: flex-end;
}

.beeteam368-single-author.channel-role-layouts .tabs-wrapper{
    flex:1;
}

.beeteam368-single-author.channel-role-layouts .tabs-wrapper .tabs-content{
    max-width: 10px;
    margin:0;
}

.beeteam368-single-author.channel-role-layouts .tabs-wrapper .tab-item{
    min-width:0;
    border:none;
    padding:5px 12px;
    margin-bottom:5px;
}

.beeteam368-single-author.channel-role-layouts .tabs-wrapper .tab-item:before{
    content:'';
    position: absolute;
    display:block;
    top:100%;
    left:3px;
    right:3px;
    height:2px;
}

.beeteam368-single-author.channel-role-layouts .tabs-wrapper .tab-text{
    margin-top:0;
}

.beeteam368-single-author.channel-role-layouts .tabs-wrapper .tab-item .tab-icon,
.beeteam368-single-author.channel-role-layouts .tabs-wrapper .tab-item .tab-privacy{
    display:none;
}

.beeteam368-single-author.channel-role-layouts .tabs-wrapper .tab-item:hover:before, 
.beeteam368-single-author.channel-role-layouts .tabs-wrapper .tab-item.active-item:before{
    background-color:var(--color__main);
}

.beeteam368-custom-channel-social{
    margin-top:10px;
    margin-bottom:10px;
}

.beeteam368-custom-channel-social-wrap{
    margin-left: -5px;
    margin-right: -5px;
}

.beeteam368-custom-channel-social-wrap .beeteam368-icon-item{
    margin:5px;
}

@media(max-width:767px){
    .beeteam368-custom-channel-social-wrap{
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-justify-content: center;
    }
}