/*----- Theme Seven----*/

.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: 65px;  
    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: 65px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

.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
}

.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;
  }
  
  
  /*---- 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: 33px 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) {
      
  }