﻿.new-comment{padding:40px 0;}
.new-comment-h3 {
    background: url(/W_Images/ico-me.png) no-repeat 30px center #3bc287;
    background-size: 30px;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 7px 70px;
    margin: 0;
}
.box-reply {
    padding: 5px 30px;
}
.reply {font-size:15px;margin-bottom:10px;}
#Rep.new-comment-h3 {
    background: url(/W_Images/ico-edit.png) no-repeat 30px center #00923f;
    background-size: 20px;
    color: #fff;
}
.list-comment {
    padding: 10px 0;
}
    .list-comment li {
        border: 1px solid #ddd;
        margin-bottom: 10px;
        padding: 10px;
        list-style: none;
    }
.comment-author{margin-bottom:10px;}
.comment-content {
    color: #000000;
    font-weight: 500;
}
.comment-author span {
    color: #018938;
    font-weight: bold;
    padding: 0 3px;
}
.cmt-input {
    margin: 15px 0;
}
    .cmt-input p {
        font-weight: bold;
        font-size: 16px;
        margin: 0;
    }
    .cmt-input input, .cmt-input textarea, .verify .input {
        width: 50%;
        display: block;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }
.verify .input {
    width: 125px;
    float: left;
}
.verify p {
    margin: 0;
    font-weight: bold;
}
.verify-img {
    display: flex;
}
    .verify-img span:nth-child(1) {
        margin-top: 6px;
        margin-left: 10px;
    }
.cmt-submit a {
    display: inline-block;
    background: #00923f;
    color: #fff;
    text-decoration: none;
    padding: 10px 30px;
    font-weight: 600;
}

@media screen and (max-width: 480px){

    .cmt-input input, .cmt-input textarea{width:100%;}

}