/*
Theme Name: Twentyseventeen Child Theme
Description: This is a custom child theme for Twentyseventeen
Theme URI:   https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI:  https://wordpress.org/themes/twentyseventeen/
Template: twentyseventeen
Version: 1.0
*/
html[lang="en"]{
	margin-top: 0 !important;
}
.new-table-responsive {
    width: 100%;
}

/*comment css*/
footer.comment-meta {
    display: flex;
    justify-content: space-between;
}
.reply a {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 8px 15px;
    color: #50bd00;
    font-weight: 500;
}
.comment-metadata time {
    color: #222;
    font-weight: 600;
}
.comment-list {
    padding-left: 0;
}
.comment-author{
    position: relative;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
}
.comment-author b.fn {
    padding-left: 12px;
}
.comment-author span.says {
    position: absolute;
    top: 22px;
    left: 65px;
}
.comment-list .comment {
    border: 1px solid #ddd;
    margin-bottom: 15px;
    padding: 20px 30px;
}
body .row .site-detals ul li {
    list-style: none;
}
.site-detals ul {
    padding-left: 0;
}
.comment-list .comment.byuser {
    margin-left: 25px;
}
h3#reply-title{
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 3px;
    margin-top: 40px;
}
.comment-form p.comment-notes {
    font-size: 14px;
}
.reply svg {
    width: 0;
    height: 0;
}
.comment-form,
.comment-form-cookies-consent{
	display: flex;
}
.comment-form-cookies-consent{
	align-items: center;
}
.comment-form {
    flex-wrap: wrap;
    margin: 0 -15px;
    margin-bottom: 40px;
}
.comment-form p{
    padding: 0 15px;
    width: 33.33%;
}
.comment-form p label {
    width: 100%;
}
.comment-form textarea{
	min-height: 150px;
}
.comment-form p.comment-notes,
.comment-form p.comment-form-comment,
.comment-form p.comment-form-cookies-consent{
    width: 100%;
}
.comment-form textarea,
.comment-form input{
    line-height: 1.5;
    resize: vertical;
    display: inline-block;
    min-height: 40px;
    width: 100%;
    font-size: 14px;
    line-height: 1.8;
    padding: 6px 12px;
    vertical-align: middle;
    background-color: transparent;
    color: #333;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.comment-form-cookies-consent input {
    width: 20px;
    height: auto;
    margin-top: 0;
    line-height: 1;
    margin-right: 10px;
}
.comment-form p label{
    margin-bottom: 0;
    color: #a2a2a2;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    width: auto;
}
.comments-area .container{
    display: flex;
    flex-flow: column-reverse;
}
.comment-list {
    order: 1;
}
#respond {
    order: 2;
}
.comments-title {
    order: 3;
}
.comment-author a, .comment-author .fn {
    color: #50bd00;
}