/*------------------------------------------------------------------------------ comments */
#comments {
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 3px 3px rgba( 0, 0, 0, 0.02 );  
    margin-bottom: 40px;
    border-right: 1px solid #e5e9ed;
    border-left: 1px solid #e5e9ed;
    border-bottom: 1px solid #dbdfe3;
}

#comments ol.comments-list {
    list-style: none;
    margin-top: 40px;
    margin-left: 0;
}

#comments ol.comments-list ul.children {
    list-style: none;
    margin-left: 60px;
}

#comments ol.comments-list .comment-author-avatar {
    float: left;
    position: relative;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#comments ol.comments-list .comment-author-avatar img {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#comments ol.comments-list .bypostauthor .comment-author-avatar {
    border-left: 3px solid #3bbded;
    font-size: 0;
} 

#comments ol.comments-list .bypostauthor .comment-author-avatar img {
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
}

#comments ol.comments-list .comment-author-info {
    position: relative;
}

#comments ol.comments-list .comment-author-info .comment-author-name .name {
    font-size: 15px;
    font-weight: 600;
    padding-left: 20px;
    padding-top: 13px;
    display: inline-block;
    color: #3b3b3b;
}

#comments ol.comments-list .comment-author-info .comment-author-name .name a {
    text-decoration: none;
    color: #3b3b3b;
}

#comments ol.comments-list .comment-author-info .comment-author-name a.comment-reply-link {
    display: inline-block;
    margin-left: 13px;
    font-size: 13px;
    text-decoration: none;
    color: #bbb;
    background: #eee;
    padding: 7px;
    border-radius: 3px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-user-select: none;
    -moz-user-select: none;
}

#comments ol.comments-list .comment-author-info .comment-author-name a.comment-reply-link:hover {
    color: #fff;
    background: #3bbded;
}

#comments ol.comments-list .comment-author-info time {
    font-size: 13px;
    color: #bbb;
    position: absolute;
    top: 13px;
    right: 0;
}             

#comments ol.comments-list .comment-content {
    margin-bottom: 35px;
    padding-left: 60px;
}

#comments ol.comments-list .comment-content p {
    margin: 10px 0;
    font-size: 15px;
    line-height: 1.7em;
}

#comments .paginate-comments-links {
    margin-top: 40px;
}

#comments .paginate-comments-links .left {
    float: left;
}

#comments .paginate-comments-links .right {
    float: right;
}

/*------------------------------------------------------------------------------ comments-reply */
#comments .comments-reply {
    background: #fafafa;
    border-top: 1px solid #f1f1f1;
}

#comments .comments-reply .send button {
    display: block;
    float: right;
}

#comments .comments-reply input[type="text"] {
    padding: 10px;
    font-size: 13px;
    margin-bottom: 15px;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 3px 3px rgba( 0, 0, 0, 0.02 );
    outline: none;  
    margin-right: 10px;
}

#comments .comments-reply input[name="website"] {
    margin-right: 0;
}

#comments .comments-reply textarea {
    padding: 10px;
    font-size: 13px;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 3px 3px rgba( 0, 0, 0, 0.02 );
    outline: none;
    margin-bottom: 15px;
    display: block;
    height: 120px; 
}

#comments .comments-reply input[type="text"],
#comments .comments-reply textarea {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border: 1px solid #e5e5e5;
}

#comments .comments-reply input[type="text"]:focus,
#comments .comments-reply textarea:focus,
#comments .comments-reply input[type="text"]:hover,
#comments .comments-reply textarea:hover {
    border: 1px solid #ccc;
}

/*------------------------------------------------------------------------------ responsive */
@media (min-width: 1150px) {

    #comments .comments-reply input[type="text"] {
        width: 161px; 
    } 
    
    #comments .comments-reply textarea {
        width: 555px;
    }

    section#blog-single.narrower #comments .comments-reply input[type="text"] {
        width: 134.5px;
    }
    
    section#blog-single.narrower #comments .comments-reply textarea {
        width: 476px;
    }
    
    section#shop #comments input[type="text"] {
        width: 261.5px;
    }
    
    section#shop #comments input[name="email"] {
        margin-right: 0;
    }
}

@media (min-width: 850px) and (max-width: 1149px) { 

    #comments .comments-reply input[type="text"] {
        width: 108px; 
    } 
    
    #comments .comments-reply textarea {
        width: 396px;
    }
    
    section#blog-single.narrower #comments .comments-reply input[type="text"] {
        width: 317px;
        display: block;
    }
    
    section#blog-single.narrower #comments .comments-reply textarea {
        width: 317px;
    }
    
    section#shop #comments input[type="text"] {
        width: 182px;
    }
    
    section#shop #comments input[name="email"] {
        margin-right: 0;
    }
}

@media (min-width: 600px) and (max-width: 849px) {

    #comments .comments-reply input[type="text"] {
        width: 108px; 
    } 
    
    #comments .comments-reply textarea {
        width: 396px;
    }
    
    section#blog-single.narrower #comments .comments-reply input[type="text"] {
        width: 317px;
        display: block;
    }
    
    section#blog-single.narrower #comments .comments-reply textarea {
        width: 317px;
    }
    
    section#shop #comments input[type="text"] {
        width: 182px;
    }
    
    section#shop #comments input[name="email"] {
        margin-right: 0;
    }
}

@media (max-width: 599px) {
    
    section#blog-single #comments {
        margin: 40px 10px 40px 10px
    }
    
    section#blog-single.narrower #comments {
        margin: 40px 10px 40px 10px
    }
    
    #comments ol.comments-list .comment-author-info time {
        position: static;
        display: block;
        margin: 20px 0 0 0;
    }
    
    #comments ol.comments-list .comment-content {
        padding-left: 0;
    }
    
    #comments ol.comments-list ul.children {
        margin-left: 0;
    }
    
    #comments .paginate-comments-links .left,
    #comments .paginate-comments-links .right {
        float: none;
        display: block;
    }
    
    #comments .paginate-comments-links {
        text-align: center;
    }
}