/* Group listing add comment : start */
body#e-center-home #e123_add_article_ajax_form, 
body#e-center-listing #e123_add_article_ajax_form, 
body#e-center-personal-wall-listing #e123_add_article_ajax_form{
    background-color: #ffffff;
    font-size: 20px;
    color: #575757;
    padding: 20px;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 1px 1px 0 rgba(60,64,67,0.08), 0 1px 3px 1px rgba(83, 178, 252, 0.16);
    overflow: hidden;
    margin-bottom: 20px;
}

body#e-center-listing .e123_main_content>.col-lg-4{
    margin-top: 0px;
    padding-right: 0px;
}

body#e-center-listing .e123_main_content>.col-lg-4>.region-right_siderbar{
    padding-right: 0px;
}

.small_title .small_title_con {
    background: transparent !important;
}
.small_title:after {
    content: none !important;
}

#related_content_wrapper_0 h2{
    background-color: #108371;
    border-radius: 50px;
    background: linear-gradient(90deg, rgba(16, 131, 113, 1) 0%, rgba(76, 131, 35, 1) 100%);
    color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 1px 1px 0 rgba(60, 64, 67, 0.08), 0 1px 3px 1px rgba(60, 64, 67, 0.16);
    overflow: hidden;
    padding: 20px;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    margin-top: 0px;
    border-bottom: none;
    text-align: center;
}

.ecenter_comment_form .comment-comment-form .form-textarea-wrapper {
    padding-top: 35px;
}


body#e-center-listing .e123_main_content .region-right_siderbar .views-field-nothing>.field-content>.row{
    padding-left: 15px;
    padding-right: 15px;
}
body#e-center-home #e123_add_article_ajax_form .e123_add_article_ajax_form_my_avatar,
body#e-center-listing #e123_add_article_ajax_form .e123_add_article_ajax_form_my_avatar,
body#e-center-personal-wall-listing #e123_add_article_ajax_form .e123_add_article_ajax_form_my_avatar{
    border-radius: 200px;
    overflow: hidden;
    width: 60px;
    float: left;
    margin-right: 20px;
}


body#e-center-listing #e123_add_article_ajax_form #e123_upload_image_ajax_form, 
body#e-center-personal-wall-listing #e123_add_article_ajax_form #e123_upload_image_ajax_form {
    /* display: inline-block; */
    padding: 15px 10px 15px 80px;
}
@media (max-width: 936px) {
    body#e-center-personal-wall-listing #e123_add_article_ajax_form textarea, 
    body#e-center-listing #e123_add_article_ajax_form textarea {
        margin: 15px 0 5px 0;
    }

    body#e-center-personal-wall-listing #e123_add_article_ajax_form #e123_upload_image_ajax_form, 
    body#e-center-listing #e123_add_article_ajax_form #e123_upload_image_ajax_form {
        padding: 15px 0;
    }
}



body#e-center-home #e123_add_article_ajax_form .e123_add_friend_ajax_form_submit,
body#e-center-listing #e123_add_article_ajax_form .e123_add_friend_ajax_form_submit,
body#e-center-personal-wall-listing #e123_add_article_ajax_form .e123_add_friend_ajax_form_submit{
    float: right;
    background-color: #108371;
    color: #ffffff;
    font-size: 24px;
    padding: 4px 21px;
    border: 2px solid #108371;
}
body#e-center-home #e123_add_article_ajax_form .e123_add_friend_ajax_form_submit:hover,
body#e-center-listing #e123_add_article_ajax_form .e123_add_friend_ajax_form_submit:hover,
body#e-center-personal-wall-listing #e123_add_article_ajax_form .e123_add_friend_ajax_form_submit:hover{
    background-color: #ffffff;
    color: #108371;
}
/* Group listing add comment : end */