/*----- Theme Six----*/

.pm-group-view.pg-theme-six .pg-profile-area-wrap {
    background-color: #fff;
    width: 200px;
    position: absolute;
    left: 10px;
    top: 34%;
    border: 1px solid #e8e8e8;
    padding-top: 8px;
}

.pm-group-view.pg-theme-six .pg-profile-area-wrap .pm-profile-image { 
    position: relative;
    top: 0px;
    border: 1px solid #dedede;

}

.pm-group-view.pg-theme-six .pg-profile-area-wrap .pm-profile-title{
    width: 100%;
    margin: 0px;
}

.pm-group-view.pg-theme-six .pm-profile-title-header {
    height: auto;
}

.pm-group-view.pg-theme-six .pm-header-section { 
    height: auto;  
    overflow: visible;    
    margin-bottom: 8px;  
    border-radius: 0px;
}

.pm-group-view.pg-theme-six .pg-additional-header {   
    width: calc(100% - 210px);
    position: relative;

}

.pm-group-view.pg-theme-six .pg-additional-header .pg-additional-info {
    position: absolute;
    bottom: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

.pm-group-view.pg-theme-six .pm-profile-tabs .pm-section-nav-horizental  {
    width: calc(100% - 210px);
    float: right;
    margin-bottom: 30px;
}

.pm-group-view.pg-theme-six .pg-additional-header .pg-additional-col {
    width: auto;
    margin: 2px 10px;
    color: #fff;
}

.pm-group-view.pg-theme-six .pg-additional-header .pg-additional-col .pm-user-mycred-rank-points { 
    width: 100%;
}

.pm-group-view.pg-theme-six .pm-profile-title-header .pm-group-icon {   
    position: absolute;
    bottom: 60px;
    right: 0px;
    max-width: 270px;
}

.pm-group-view.pg-theme-six .pm-user-name {
    font-size: 1.5em;
    height: 1.8em;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 11px;
    text-align: center;
}

.pm-group-view.pg-theme-six .pm-user-group-name a {   

}


.pm-group-view.pg-theme-six .pg-additional-header .pg-profile-menu {   
    margin-left: 1%;
    width: 99%;
}

.pm-group-view.pg-theme-six .pg-additional-header .pg-profile-menu ul.pm-profile-tab-wrap {  
    border: 0px;
}

.pm-group-view.pg-theme-six .pm-cover-image .pg-cover-image-mask {  
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 300px;
}

.pm-group-view.pg-theme-six .pm-cover-image .pg-item-image-change {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #fff;
    width: 50px;
    height: 45px;
    cursor: pointer;
    text-align: center;
    font-size: 23px;
    background-color: rgba(187, 187, 187, 0.32);
}

.pm-group-view.pg-theme-six .pm-cover-image .pg-item-image-change i {  
    margin: 0px;
}


.pm-group-view.pg-theme-six .pg-additional-header .pm-section-nav-horizental li.pm-profile-tab a { 
    position:relative;
}

.pm-group-view.pg-theme-six .pg-additional-header .pm-section-nav-horizental #unread_notification_count.thread-count-show {    
    left: calc(45% - 21px);
    top: 21px;
    right: inherit;
    padding: 2px 6px;
    border-radius: 50px;
    min-width: 21px;
    min-height: 21px;
    line-height: 29px;
    font-size: 12px;
    border: 3px solid rgba(232, 231, 232, 0.88);
    z-index: 9999;
    box-sizing: content-box;
}

.pm-group-view.pg-theme-six .pg-additional-header .pg-additional-col .pm-user-mycred-rank-points .pm-user-mycred-points { 
    text-align: center;
}

.pm-group-view.pg-theme-six .pm-profile-title-header .pm-group-icon #pg-group-badge ul {
    margin: 0px;
    padding: 0px;
}





/* --- Element Visiblilty ---*/

.pm-group-view.pg-theme-six .pm-without-profile-image .pg-profile-area-wrap .pm-profile-image {
    width: 150px;
    height: 150px;
    visibility: hidden;
}

.pm-group-view.pg-theme-six .pm-without-profile-image .pg-profile-area-wrap {
    top: 20%;
}

.pm-group-view.pg-theme-six .pm-header-section.pm-without-cover-image  { 
    height: 250px;
}

.pm-group-view.pg-theme-six .pg-profile-area-wrap .pm-profile-image {}


.pm-group-view.pg-theme-six .pm-header-section.pm-without-cover-image .pg-additional-header .pg-additional-info .pg-additional-col { 
    color:inherit
}

.pm-group-view.pg-theme-six .pm-header-section.pm-without-cover-image .pg-additional-header {

    height: 220px;
}


/* --- End Element Visiblilty ---*/


/*---- Responsive ----*/


@media only screen and (max-width:1200px) {

}


@media only screen and (max-width:979px) {

    .pm-group-view.pg-theme-six .pg-profile-area-wrap {  
        position: relative;
        left: calc(50% - 100px);
        top: -110px; 
    }   

    .pm-group-view.pg-theme-six .pg-additional-header { 
        width:100%;
    } 

    .pm-group-view.pg-theme-six .pg-additional-header .pg-additional-info { 
        position: relative;
        flex-direction: column;
        bottom: 100px;
    } 

    .pm-group-view.pg-theme-six .pg-additional-header .pg-additional-col {    
        color: inherit;
    }

    .pm-group-view.pg-theme-six .pm-profile-title-header .pm-group-icon {
        max-width: 100%;
    }

    .pm-group-view.pg-theme-six .pm-profile-title-header .pm-group-icon #pg-group-badge { 
        margin: 100px 0px 0px 0px;
        text-align: center;
    }

    .pm-group-view.pg-theme-six .pg-profile-area-wrap .pm-profile-image {  
        left: calc(50% - 61px);
    }

    .pm-group-view.pg-theme-six .pg-profile-area-wrap .pm-profile-image img {
        width: 100px;
        height: 100px;
    }

    .pm-group-view.pg-theme-six .pg-additional-header .pg-profile-menu ul.pm-profile-tab-wrap {
        border: 0px;
        border-top: 1px solid #e1e1e1;
    }


}


@media only screen and (max-width:760px) {

}

@media only screen and (max-width:479px) {

}