.entry-content_single {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    border: 1px #c7d8c5 solid;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}

.full_img_sing {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.full_img_sing>img {
    width: 100%;
    height: auto;
}
.content_single {
    width: 100%;
    float: left;
    padding: 0 20px;
}

.review_single {
    width: 100%;
    float: left;
    border: 1px #c7d8c5 solid;
    border-radius: 10px;
    background: #fff;
    padding: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}

.review_single .form-submit {
    width: 100%;
    float: left;
}

.review_single p.logged-in-as {
    display: none;
}

.review_single p.comment-form-comment {
    width: 100%;
    float: left;
    margin: 0;
}

.review_single p.comment-form-comment label {
    width: 100%;
    float: left;
}

.review_single p.comment-form-comment textarea {
    width: 100%;
    max-width: 100%;
    background: #eff5ee;
    border: 1px #c7d8c5 solid;
    outline: none;
    border-radius: 10px;
    padding: 10px;
}

.review_single .form-submit input {
    border: none;
    padding: 10px 15px;
    border-radius: 10px;
    cursor: pointer;
}
.review_single a {
    color: #000;
}

.review_single h3#comments {
    color: #04760c;
}