
.pm-group-view.pg-theme-one .pm-header-section {
    border: 1px solid #e8e8e9;
    box-shadow: 0 0px 2px 0px rgba(197, 197, 197, 0.30);
    background-color: #fdfdfd;
    margin-top: 30px;
    height: auto;
    margin-bottom: 10px;
    min-height: 165px;
}


.pm-group-view.pg-theme-one .pm-cover-image {
    overflow: hidden;
    height: 430px;
}

.pm-group-view.pg-theme-one .pm-cover-image img {   
    clip: rect(0px, 1200px, 300px, 0px) !important;
    height: 300px;
}

.pm-group-view.pg-theme-one .pm-profile-title-header {
    height: auto;
 
}

.pm-group-view.pg-theme-one .pm-profile-title-header .pm-profile-title  {  
    margin: 1em 0px 0px 160px;
}

.pm-group-view.pg-theme-one .pm-profile-image {  
    left: 10px;
    top: 12px;
    background-color: rgb(255, 255, 255);
    padding: 4px;
    border: 1px solid #e2e2e2 ;
    border-radius: 50%;
}

.pm-group-view.pg-theme-one .pm-profile-image img {   
    width: 120px;
    height: 120px;
}

.pm-group-view.pg-theme-one .pm-profile-header-overlay {
    background-color: #fdfdfd;
    position: absolute;
    width: 100%;
    height: 98%;
    z-index: -1;
    margin-top: 1px;
}


.pmagic .pm-group-view.pg-theme-one .pm-profile-tab-wrap.pg-horizontal-responsive-menu {
    width: 100%;
    background-color: #fdfdfd;
    border-width: 1px 1px 1px 1px;
    border-radius: 5px;
}


.pmagic .pm-group-view.pg-theme-one .pm-profile-title-header .pm-profile-image .pg-profile-change-img {
    line-height: 100px;
    font-size: 10px;
}

.pm-group-view.pg-theme-one .pm-profile-title-header .pm-user-mycred-rank-points {
    width: 100%;
    max-width: 185px;
}

.pm-group-view.pg-theme-one .pm-profile-title-header .pm-user-mycred-rank-points .pm-user-mycred-rank-title {
    width: auto;
    max-width: calc(100% - 28px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  
}


/* --- Element Visiblilty ---*/


.pm-group-view.pg-theme-one .pm-profile-title-header.pm-without-profile-image .pm-profile-title {
    margin-left: 14px;
}

.pm-group-view.pg-theme-one .pm-profile-title-header.pm-without-profile-image .pm-profile-image {
    display:none;
}

/* --- End Element Visiblilty ---*/



/*--- Responsive-----*/


@media only screen and (max-width:1200px) {
    
  .pm-group-view.pg-theme-one .pm-profile-title-header {   
    text-align: center;
 }

.pm-group-view.pg-theme-one .pm-profile-image {  
    position: relative;
    margin: 20px auto;
    float: none;
    display: inline-block;
 }

.pmagic .pm-group-view.pg-theme-one .pm-profile-title {   
    margin: 0px auto;
    width:100%
 }
 
 
 .pmagic .pm-group-view.pg-theme-one .pm-user-mycred-rank-points{    
    width: 48%;
    margin: 0px auto;
    display: flow-root;
    float: none;
 }

 
 .pmagic .pm-group-view.pg-theme-one .pm-user-mycred-rank .pm-user-mycred-rank-title,
 .pmagic .pm-group-view.pg-theme-one .pm-user-mycred-rank .pm-user-mycred-rank-logo{   
    display: inline-block;
    float: none;
 }
 
 .pmagic .pm-group-view.pg-theme-one .pm-group-icon {   
     max-width: 100%;
 }
 
  .pmagic .pm-group-view.pg-theme-one .pm-group-icon #pg-group-badge { 
     text-align: center;
  }  
    
 }

@media only screen and (max-width:979px) {
 

  
 }
    
 

@media only screen and (max-width:760px) {

  .pmagic .pm-group-view.pg-theme-one .pm-user-mycred-rank-points {
    width: 75%;
    display: inline-block;
   }
    

}

@media only screen and (max-width:479px) {
    
 }

