/*
Theme Name: Godizi Digital Visiting Cards
Theme URI: 
Author: Team Badabiz
Author URI: https://www.badabiz.com
Description: WordPress theme created for creating Digital Visiting Cards
Version: 1.0
*/


.personface {
	margin: -100px 0 0 20px;
}
/*=====================================
 Comment Template CSS
========================================*/
.stars-avg-rating {
    margin: 10px 0;
}
.comments-area {
    margin-top: 20px;
}

.comments-area h2.comments-title {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 24px;
    display: none;
}

.comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.comment-meta {
    margin-bottom: 20px;
}

.comment-meta a {
    color: #333;
}

.comment-meta img {}

.comment-author.vcard {
    position: relative;
    padding-left: 50px;
}

.comment-author.vcard img {
    position: absolute;
    left: 0;
    top: 5px;
}

.comment-metadata {
    margin-left: 50px;
}

.comments-area table {
    border-left: 1px solid #dddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.comments-area table td,
.comments-area table th {
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 10px;
}

.comments-area th {
    background: #278cc1;
    color: #fff;
}

.comments-area dd {
    margin-bottom: 15px;
}

.comments-area .comments-content ul,
.comments-area .comments-content ol {
    padding-left: 15px;
}

.comments-area .comment-content ul,
.comments-area .comment-content ol {
    padding-left: 15px;
}

.comment-reply-link {
    background: #1e71f9;
    display: inline-block;
    padding: 5px 20px;
    color: #fff;
    border-radius: 5px;
}

.comment-list li.comment {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    background: #d8d8d870;
    padding: 10px
}

.comment-metadata {
    font-size: 80%;
}

.comment-reply-link {
    margin-top: 10px;
}

.comment-list li ol.children {
    padding-left: 50px;
    margin: 0;
    list-style: none;
    margin-top: 25px;
}

.comment-list li ol.children ol.children {
    padding-left: 20px;
}

/* .comment-list li.comment:last-child {
    border-bottom: 0px solid;
    padding-bottom: 0;
    margin-bottom: 0;
} */

.comment-respond {
    margin-top: 20px;
    text-align: left;
    background-color: #d8d8d870;
    padding: 20px;
}
.comment-respond h3 {
    margin-top: 0;
}

.comment-notes {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px 0 20px;
}
.comment-form-comment textarea {
    height: 60px;
}
.comment-form label {
    display: block;
}

.comment-form input,
.comment-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 6px;
    resize: vertical;
    outline: none;
    font-size: 14px;
    font-family: 'Uniform', sans-serif;
}

.comment-form input[type=submit] {
    background-color: var(--theme-color);
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin: 6px 0;
    font-family: 'Uniform', sans-serif;
    width: auto;
}

.comment-form-cookies-consent input {
    float: left;
    margin: 6px 10px 0 0;    
    width: auto;
}