.comments {
    margin-top: 8px;
    margin-bottom: 5px;
    padding-right: 0;
    margin-right: 0;
}

.comments h2.comments-title {
    font-size: 20px;
    line-height: 25px;
    margin-top: 0;
}

.comments h2.comments-title a {
    font-weight: normal;
}

.comments .comment:first-child {
    margin-top: 0;
}

.comments ul.children {
    margin: 0;
    padding-left: 46px;
}

.comment, .comments ul.children .comment:first-child {
    margin-top: 22px;
    padding-bottom: 3px;
    clear: both;
    width: 100%;
    position: relative;
}

.comment > .avatar {
    border: 1px solid white;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 0;
    left: 0;
}

.comment .message-wrap {
    padding-left: 76px;
}

.comment .message > .comment-tip {
    float: left;
    margin-left: -36px;
    margin-top: 1px;
    width: 12px;
    height: 17px;
    background: transparent url('../img/comment-tip.png') no-repeat center center;
}

.ie8 .comment .message > .comment-tip, .ie7 .comment .message > .comment-tip {
    background-image: url('../img/comment-tip-no-shadow.png');
}

.comment.author .message > .comment-tip {
    background: transparent url('../img/comment-author-tip.png') no-repeat center center;
}

.ie8 .comment.author .message > .comment-tip, .ie7 .comment.author .message > .comment-tip {
    background-image: url('../img/comment-author-tip-no-shadow.png');
}

.comment .message > h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 12px;
}

.comment .message {
    padding: 21px 24px 21px 24px;
    background: #f2f2f4;
    border: 1px solid white;
}

.comment.author .message, .comment.bypostauthor .message {
    background: #313337;
    color: white;
}

.comment .message h3 a, .comment.author .message h3 a:visited {
    color: #313337;
}

.comment .message h3 a:hover {
    text-decoration: none;
    color: #ff8400;
}

.comment.author .message h3 a, .comment.author .message h3 a:visited, .comment.bypostauthor .message h3 a, .comment.bypostauthor .message h3 a:visited {
    color: #ffffff;
}

.comment.author .message h3 a:hover, .comment.bypostauthor .message h3 a:hover {
    text-decoration: none;
    color: #ff8400;
}

.comment.author .message a.comment-reply-link, .comment.bypostauthor .message a.comment-reply-link {
    color: white;
}

.comment .message a.comment-reply-link:hover {
    text-decoration: none;
    color: #ff8400;
}

.comment .message a.comment-reply-link {
    color: #313337;
    font-weight:bold;
}

.comment .message a.reply:hover {
    color: #ff8400;
    text-decoration: none;
}

.comment-form-wrapper > h2 {
    font-weight: bold;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 22px;
}

nav#comments-nav a {
    display: inline-block;
    margin-bottom: 13px;
}

nav#comments-nav a, nav#comments-nav a:visited {
    color: #313337;
    font-weight: bold;
}

nav#comments-nav a:hover {
    color: #ff8400;
    text-decoration: none;
}

nav#comments-nav div.comments-previous {
    float: left;
}

nav#comments-nav div.comments-next {
    float: right;
}

form.comment-form {
    padding-bottom: 0;
    margin-bottom: 0;
    margin-right: 0;
    overflow: hidden;
}

form.comment-form fieldset {
    padding-top: 0;
    margin-bottom: 0;
}

div#respond.is-logged-in fieldset {
    padding-left: 0;
    padding-right: 0;
}

form.comment-form fieldset .comment-info {
    width: 44%;
    float: left;
    margin-bottom: 17px;
}

form.comment-form p.login-info {
    margin-top: 0;
    font-weight: bold;
}

form.comment-form p.login-info > a {
    color: #313337;
}

form.comment-form p.login-info > a:hover {
    color: #ff8400;
    text-decoration: none;
}

form.comment-form fieldset .comment-info input {
    clear: both;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 3px;
}

form.comment-form fieldset .comment-message {
    width: 50%;
    float: right;
    margin-bottom: 17px;
    position: relative;
}

div#respond.is-logged-in form.comment-form fieldset .comment-message {
    width: 100%;
    float: left;
}

div#respond.is-logged-in form.comment-form fieldset .comment-message > label {
    display: none;
    visibility: collapse;
}

form.comment-form fieldset .comment-message textarea {
    width: 97%;
    height: 140px;
    margin-top: 3px;
}

div#respond.is-logged-in form.comment-form fieldset .comment-message textarea {
    width: 98%;
}

form.comment-form fieldset .comment-options {
    width: 44%;
    float: left;
    clear: both;
    padding-left: 24px;
}

form.comment-form fieldset .comment-options label {
    font-weight: normal;
    margin-top: -1px;
    padding-top: 0;
    margin-left: 3px;
    width: 100%;
}

div#respond.is-logged-in form.comment-form fieldset input[type="submit"] {
    float: left;
}

form.comment-form fieldset input[type="submit"] {
    float: right;
    margin-right: 0;
    font-weight: bold;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 0;
}

div#respond.logged-in form.comment-form fieldset input[type="submit"] {
    float: left;
}

form.comment-form fieldset input {
    float: none;
}

form.comment-form fieldset label {
    font-weight: bold;
    text-align: left;
    float: none;
}

form.comment-form fieldset span.form {
    display: block;
    padding: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {

    .comment .message-wrap {
        padding-right: 0;
    }
    
    .comments ul.children {
        padding-left: 24px;
    }
    
    form.comment-form {
        padding-right: 25px;
    }
    
    div#respond.is-logged-in form.comment-form fieldset {
        padding-left: 0;
    }
    
    div#respond.is-logged-in form.comment-form fieldset .comment-message textarea {
        width: 405px;
    }
    

    form.comment-form fieldset .comment-info,
    form.comment-form fieldset .comment-message,
    form.comment-form fieldset .comment-options {
        width: 100%;
        float: left;
        padding-left: 0;
        padding-right: 24px;
    }
    form.comment-form p.login-info {
        padding-left: 0;
    }

    form.comment-form fieldset .comment-message,
    form.comment-form fieldset .comment-options {
        margin-bottom: 17px;
    }

    form.comment-form fieldset .comment-info {
        margin-bottom: 0;
    }

    form.comment-form fieldset .comment-info input {
        width: 283px;
        display: block;
    }
    
    form.comment-form fieldset .comment-message textarea {
        width: 405px;
        display: block;
    }

    form.comment-form fieldset input[type="submit"] {
        float: left;
        margin-left: 0;
        font-weight: bold;
        padding-left: 25px;
        padding-right: 25px;
    }

}

@media screen and (max-width: 767px) {

    .comments {
        padding-bottom: 9px;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
    
    .comments ul.children {
        padding-left: 15px;
    }
    
    .comments h2.comments-title {
        padding-top: 10px;
        margin-bottom: 16px;
    }
    
    .comments div.comment:nth-of-type(1) {
        margin-top: 0;
    }
    
    .comment {
        margin-top: 20px;
    }

    .comment .avatar, .comment .comment-tip {
        display: none;
    }

    .comment .message-wrap {
        padding: 0;
    }
    
    .comment-form-wrapper {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
    
    .comment-form-wrapper > h2 {
        padding-top: 3px;
        line-height: 1em;
        margin-bottom: 17px;
    }

    form.comment-form {
        margin-right: 0;
        margin-bottom: 30px;
        width: 100%;
    }

    form.comment-form fieldset {
        padding-top: 18px;
    }

    form.comment-form fieldset .comment-info,
    form.comment-form fieldset .comment-message,
    form.comment-form fieldset .comment-options {
        width: 96%;
        margin-left: 0;

        padding-left: 0;
        padding-right: 0;
    }

    form.comment-form fieldset {
        margin-bottom: 0;
        padding-bottom: 18px;
    }

    form.comment-form fieldset .comment-message,
    form.comment-form fieldset .comment-options {
        margin-bottom: 17px;
    }
    
    form.comment-form fieldset .comment-message {
        float: left;
    }
    
    div#respond.is-logged-in form.comment-form fieldset .comment-message {
        padding: 0;
    }

    form.comment-form fieldset .comment-info {
        margin-bottom: 0;
        margin-left: 0;

    }

    form.comment-form fieldset .comment-info > div {
        padding: 0;
        margin: 0;
    }

    form.comment-form fieldset .comment-info input, form.comment-form fieldset .comment-message textarea {
        display: block;
        width: 100%;
    }
    
    form.comment-form fieldset .comment-message textarea  {
        width: 100%;
    }
    
    div#respond.is-logged-in form.comment-form fieldset .comment-message textarea {
        width: 97%;
    }

    form.comment-form fieldset input[type="submit"] {
        float: none;
        padding-left: 5%;
        font-weight: bold;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    
    div#respond.is-logged-in form.comment-form fieldset input[type="submit"] {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}