/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


/*
======================================
|           Common Classes             |
======================================
*/

.pmagic .pg-group-wall-container a {
    text-decoration: none;
}

/*      Common Classes End */

.pmagic .pg-gw-block {
    margin: 20px auto
}

.pmagic .pg-group-wall-wrap {
    width: 80%;
    margin: 0px auto;
    display: inline-block;
    border-width: 0 1px 0px 1px;
    border-style: solid;
    border-color: #e1e1e1;
    text-align: left;
}

.pmagic .pg-group-wall-post-btn {
    text-align: center;
}

.pmagic .pg-group-wall-post-time-wrap {
    font-size: 12px;
    color: rgb(156, 156, 156);
    color: #9c9c9c;
    margin: 5px 0px 14px 0px;
}

.pmagic .pg-group-wall {
    border-top: 1px solid #e1e1e1;
}

.pmagic .pg-group-wall:last-child {
    margin-bottom: 0px;
}

.pmagic .pg-group-wall-user-pic {
    margin-top: -25px;
}

.pmagic .pg-group-wall-user-pic img {
    width: 50px;
    height: 50px;
    float: none;
    margin: 0px auto;
}

.pmagic .pg-group-wall-featured-image img,
.pmagic .pg-group-wall-user-pic img {
    margin: 0px auto !important;
}

.pmagic .pg-group-wall-user-info {
    text-align: center;
}

.pmagic .pg-group-wall-post-btn span {
    padding: 20px;
    border-radius: 8px;
    display: inline-block;
    width: 50%;
}

.pmagic .pg-group-wall-user-pic img {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

.pmagic .pg-group-wall-featured-image {
    margin: 20px 0px;
    text-align: center
}

.pmagic .pg-group-wall-featured-image img {
    max-width: 100%;
}

.pmagic .pg-group-wall-post {
    padding: 0px 20px;
    font-size: 12px;
    word-wrap: break-word;
}

.pmagic .pg-group-wall-more-btn {
    text-align: center;
}

.pmagic .pg-group-wall-load-post {
    text-align: center;
    background-color: #efefef;
    padding: 10px 0px;
    cursor: pointer;
}

.pmagic .pg-group-wall-comments-count {
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    padding: 12px;
    margin-bottom: 1px;
}

.pmagic .pg-group-wall-comments-count #pm-show-comment-form {
    cursor: pointer;
    padding-left: 12px;
}

.pmagic .pg-group-wall-comment-thread {
    background-color: #efefef;
    padding: 15px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 1px;
    border-left: 2px solid rgba(202, 202, 202, 0.94);
}

.pmagic .pg-group-wall-comment-author {
    margin-right: 10px;
    width: 12%;
}

.pmagic .pg-group-wall-comment-author img {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    margin-right: 20px;
}

.pmagic .pg-group-wall-comment-content-wrap {
    width: 85%
}

.pmagic .pg-group-wall-author {
    padding-right: 10px;
}

.pmagic .pg-group-wall-comments-count span {
    padding-right: 5px;
}

.pmagic .pg-group-wall-comment-content {
    padding-top: 8px;
    font-size: 12px
}

.pmagic .morectnt span {
    display: none;
}

.pmagic .pg-group-wall-meta .pg-delete-comment {
    width: 20px;
    opacity: 0.5;
}

.pmagic .pg-group-wall-meta .pg-delete-comment .pg-group-wall-action input {
    width: 24px;
    height: 24px;
    background-color: transparent;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

.pmagic .pg-groupwall-message {
    text-align: center;
}

.pmagic .pg-group-wall-container {
    text-align: center;
}

.pg-group-wall-comment-wrap .pg-group-wall-action input.pg-delete-gw-wall {
    background-color: transparent;
    border: 0px;
    padding: 0px;
    color: #db544e;
    color: rgb(219, 84, 78);
    box-shadow: none;
    text-shadow: none;
    font-weight: normal;
    text-transform: initial;
    font-size: 14px;
}


/*--Group wall Comment For PopUp--*/

.pmagic .pg-gw-comment-form .comment-reply-title,
.pmagic .pg-gw-comment-form .logged-in-as {
    display: none;
}

.pmagic .pg-gw-comment-form form {
    width: 80%;
    margin: 20px auto;
}

.pmagic .pg-gw-comment-form form label {
    visibility: hidden;
}