.wallHeader{
    background-image: var(--gradeBg);
    color: #fff;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 25%);
    font-size: 1.2rem;
}
.wallHeader__div{
    position: relative;
    text-align: center;
    min-height: 100px;
}

.wallHeader__avatar{
    position: absolute;
    top: 0;
    right: 0;
    --width: 100px;
    border: 3px solid var(--light);
}

.wallHeader h1{
    padding-top: 10px;
    text-shadow: 1px 1px 2px rgba(0,0,0, .5);
    box-shadow: none !important;
    margin-bottom: 0;
    font-weight: 800;
}
.wallHeader h1 a{
    color: #fff;
    padding-bottom: 8px;
}
.wallHeader h1 a:hover{
    color: #fff;
}


.wallHeader .socialIcons{
    position: absolute;
    top: 15px;
    left: 0;
    font-size: 20px;
    direction: ltr;
    width: 150px;
}
.wallHeader .socialIcons i{
    color: var(--light);
    margin-right: 10px;
}
.wallHeader .socialIcons a:hover i{
    color: #fff !important;
}

/* Wall Description */
.wallHeader p{    
    font-size: 1.5rem;
    line-height: 1.75;
}
.wallHeader p:empty{
    display: none;
}
.wallHeader hr{
    margin: 20px 0 0;
    border-top: 1px solid rgba(0,0,0, .5);
    border-bottom: 1px solid rgba(255,255,255, .1);
}

/* Sub Categories */
.wallHeader__childs{
    padding-top: 2px;
    padding-right: 130px;
    position: relative;
}
.wallHeader__childs strong{
    position: absolute;
    right: 0;
    top: 16px;
}
.wallHeader__childs strong::before{
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    content: "\f100";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--primary);
    margin-left: 8px;
}
.wallHeader__childs .btn{
    font-weight: 700;
    margin-left: 8px;
    margin-top: 10px;
}

@media all and (max-width: 500px) {
    .wallHeader__childs{
        padding-right: 0;        
    }
    .wallHeader__childs strong{
        position: static;
        display: block;
        margin-top: 10px;
    }
}

/** Private Wall Users **/
.wallHeader .usersAvatars{
    padding-top: 10px;
    padding-right: 10px;
}
.wallHeader .usersAvatars .avatar{
    margin-right: -10px;
}

/** User Statistics & Info **/
.wallUserInfo{
    padding-top: 15px;
}
.wallUserInfo .plus{
    
}
.wallUserInfo .basic{
    float: left;
}
@media only screen and (max-width: 900px) {
    .wallUserInfo .plus, .wallUserInfo .basic{
        width: 100%;
        float: none;
    }
    .wallUserInfo .stats{
        margin-top: 25px;
    }
    .wallUserInfo .stats li{
        width: 33%;
    }
}
@media only screen and (max-width: 500px) {
    .wallHeader{
        padding: 10px;
    }
    .wallHeader__div{
        padding: 0;
    }
    .wallHeader .socialIcons{
        width: 35px;
    }
    .wallHeader .socialIcons a{
        display: block;
        margin-bottom: 10px;
    }
    .wallHeader .wallHeader__avatar{
        position: relative;
        right: 50%;
        margin-right: -50px;
    }
    .wallHeader h1{
        display: block;
        text-align: center;
        margin-top: 15px;
    }
    .wallUserInfo{
        text-align: center;
    }

    .wallHeader p{
        text-align: center;
    }

    .wallUserInfo .plus{
        text-align: right;
    }
}

.wallUserInfo .stats li{    
    float: right;
    text-align: right;
    font-family: var(--font-family);
    font-size: var(--h3);
    border-left: 1px solid rgba(0,0,0, .06);
}
.wallUserInfo .stats li span{
    display: block;
    font-size: 24px;
    margin-bottom: 5px;
}
.wallUserInfo .stats li:nth-child(2){
    padding: 0 30px;
}
.wallUserInfo .stats li:last-child{
    text-align: left;
}
.wallUserInfo .stats li:last-child span{
    text-align: left !important;
}

.wallUserInfo .plus li{
    display: block;
    padding-bottom: 5px;
}
.wallUserInfo .plus li:last-child{
    padding-bottom: 0;
}
.wallUserInfo .plus li strong{
    font-weight: 800;
    margin-inline-end: 8px;
}
.wallUserInfo .plus i{
    display: inline-block;
    width: 25px;
    font-size: 16px;
}

.wallUserInfo .sites img{
    width: 24px;
    height: 24px;
    margin-top: 8px;
    margin-left: 12px;
}
.wallUserInfo strong{
    font-size: 13px;
}