/* Wordpress comments stylesheet */

div#comments, .disqusWrap {
    width: 100%;
    margin: 40px 0 0 0;
    border-top: 2px solid #F2F2F2;
    padding: 40px 0 0 0;
}

div#comments h3, div#comments h2 {
    font-size: 20px;
    line-height: 1;
    margin: 0 0 20px;
    text-transform: capitalize;
    font-weight: 300;
}

div#comments h3 a {
    color: #5975D9;
}

div#comments p.comment-notes {
    margin: 0;
    color: #777;
    font-weight: 300;
    font-size: 15px;
}

div#comments input {
    margin: 20px 0 0 0;
    width: 75%;
}

div#comments textarea {
    display: block;
    width: 100%;
    padding: 20px;
    font-size: 13px;
    margin: 20px 0 0 0;
    line-height: 1.42857143;
    background: #fff;
    border: 2px solid #F0F0F0;
    border-radius: 3px;
    color: #444;
    outline: none;
    font-weight: 300;
    -webkit-transition: border-color ease-in-out .20s, -webkit-box-shadow ease-in-out .20s;
    -o-transition: border-color ease-in-out .20s, box-shadow ease-in-out .20s;
    transition: border-color ease-in-out .20s, box-shadow ease-in-out .20s;
}

div#comments textarea:focus {
    border: 2px solid #7E7C7C;
}

div#comments input#submit-comment {
    outline: none;
    width: auto;
    border: none;
    background: #F2F2F2;
    padding: 0 15px;
    line-height: 50px;
    border-radius: 3px;
    font-weight: 300;
    -webkit-transition: all .35s ease-out;
    -moz-transition: all .35s ease-out;
    transition: all .35s ease-out;
}

div#comments input#submit-comment:hover {
    background: #5975D9;
    color: #fff;
}

ol.comments_list {
    margin: 0 0 40px;
}

ol.comments_list li {
    margin: 0 0 20px;
}

ol.comments_list .commentHead {
    display: inline-block;
    width: 100%;
}

ol.comments_list .commentHead img {
    border-radius: 50%;
    display: inline-block;
    float: right;
    margin: 0 0 0 20px;
}

ol.comments_list .commentHead .CommentHeadDetails {
    display: inline-block;
    float: right;
    padding: 12px 0;
}

ol.comments_list .commentHead .CommentHeadDetails h4 {
    margin: 0;

    font-weight: 300;
    font-size: 16px;
    line-height: 1;
}

ol.comments_list .commentHead .CommentHeadDetails span {
    font-weight: 300;

    font-size: 13px;
    opacity: 0.5;
}

ol.comments_list .commentHead .CommentHeadDetails span a {
    color: #000;
}

.comment-content {
    padding: 10px 0 0 0;
    position: relative;
}

.comment-text {
    background: #f2f2f2;
    padding: 20px;
    font-size: 14px;
    font-weight: 300;
    border-radius: 3px;
    line-height: 1.75;
}

.comment-text p {
    margin: 0;
}

.comment-text:before {
    content: '';
    position: absolute;
    top: -5px;
    right: 21px;
    border-right: 8px solid rgba(0, 0, 0, 0);
    border-top: 8px solid rgba(0, 0, 0, 0);
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-bottom: 8px solid #F2F2F2;
}

.CommentHeadLinks {
    display: inline-block;
    float: left;
    padding: 14px 0;
}

.CommentHeadLinks a {
    display: inline-block;
    line-height: 32px;
    background: #F2F2F2;
    font-size: 13px;
    font-weight: 300;
    padding: 0 10px;
    border-radius: 3px;
    margin: 0 0 0 5px;
}

.CommentHeadLinks a:hover {
    background: #5975D9;
    color: #fff;
}

em.comment-awaiting-moderation {
    font-weight: 300;
    margin: 0 0 10px;
    display: inline-block;
    background: rgba(255, 0, 0, 0.07);
    padding: 7px;
    border-radius: 3px;
    color: #C70505;
    font-size: 13px;
}

ol.children {
    margin: 0 0 0 60px;
}

ol.children li {
    margin: 20px 0 0 0;
}
.comments_block {
    background: #fff;
    padding: 15px;
    margin-bottom: 30px;
    /*border-radius: 3px;*/
     -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.21);
     box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.21);
}
.comments_block div#comments, .disqusWrap {
    margin: 0 0 0 0;
    border-top: none;
    padding: 0 0 0 0;
}
div#comments h3, div#comments h2 {
    font-family: 'HelveticaNeueW23-Bold';
}
#reply-title small {
    padding-top: 30px;
}
.logged-in-as a{
    text-decoration: none;
}
.comments_block .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 2px solid #F0F0F0;
    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;
    border: 2px solid #F0F0F0;
}
.comments_block .form-control:focus {
    border-color: #003A6A;
    outline: 0;
    box-shadow: none;
}
div#comments textarea {
    display: block;
    width: 100%;
    padding: 20px;
    font-size: 13px;
    margin: 20px 0 0 0;
    line-height: 1.42857143;
    background: #fff;
    border: 2px solid #F0F0F0;
    border-radius: 3px;
    color: #444;
    outline: none;
    font-weight: 300;
    -webkit-transition: border-color ease-in-out .20s, -webkit-box-shadow ease-in-out .20s;
    -o-transition: border-color ease-in-out .20s, box-shadow ease-in-out .20s;
    transition: border-color ease-in-out .20s, box-shadow ease-in-out .20s;
}
div#comments textarea:focus{
    border-color: #003A6A;
}
div#comments input#submit-comment:hover {
    background: #004884;
    color: #fff;
}
ol.comments_list .commentHead .CommentHeadDetails span a{
    text-decoration: none;
}
.CommentHeadLinks a{
    text-decoration: none;
}
ol.comments_list{
    padding-right: 0;
    list-style: none;
}
ol.children{
    padding-right: 0;
    list-style: none;
    margin: 0 60px 0 0 ;
}
.comment-author a{
    text-decoration: none;
    font-family: 'HelveticaNeueW23-Bold';
}