/*
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
*/


/*=====================================
 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;
}


/****Restaurant Menu CSS Start****/
.resto-save-to-phone-btn {
    display: flex;
    justify-content: center;
    margin: 10px -5px;
    flex-flow: column;
}
.resto-save-to-phone-btn .fa {
    color: #fff;
    vertical-align: middle;
    font-size: 15px;
    margin-right: 10px;
    margin-top: -2;
}
.resto-save-to-phone-btn a {
    padding: 10px 2px;
    font-size: 12px;
    margin: 5px;
    flex: 1;
    text-transform: uppercase;
    border-radius: 3px;
    color: #fff;
    background: var(--theme-color);
    border: 2px solid var(--theme-color);
    display: block;
}
.resto-save-to-phone-btn a i {
    color: #fff;
}
.resto-header {
    width: 100%;
    height: 200px;
    position: relative;
    background-size: 100%;
    background-repeat: no-repeat;
}
.resto-logo {
    width: 130px;
    height: 130px;
    position: relative;
    margin: -40px auto 0 auto;
    border-radius: 50%;
    overflow: hidden;
}
.whatsapp-btn {
    font-size: 12px;
}
.zomato img {
    width: 100%;
    margin-bottom: 10px;
}
#resto-menu {}
#resto-menu .card {
    border-bottom: 1px dashed #000;
    padding-bottom: 15px;
    padding: 0 0 15px 0;
    background: transparent;
}

#resto-menu .categ-name {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
} 
#resto-menu .categ-name h2 {
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    margin: 0;
}
#resto-menu .categ-name h2::before {
    content: '';
    width: 100%;
    height: 1px;
    background: #000;
    bottom: 0;
    left: 0;
    position: absolute;
}
#resto-menu .categ-name h2::after {
    content: '';
    width: 100%;
    height: 5px;
    background: #000;
    bottom: -7px;
    left: 0;
    position: absolute;
}
#resto-menu img {
    width: 100%;
    margin: 0;
    padding: 0;
}
#resto-menu .menuhead {
    background: var(--theme-color35);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
#resto-menu .card .card-title {
    text-align: center;
    margin: 0;
    padding: 0 15px;
    font-size: 22px;
}
#resto-menu .product-description {
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    margin: 0;
    text-align: center;
    padding: 0 15px;
}
#resto-menu .menu-price-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dotted #000;
}
#resto-menu .qty {
    font-size: 15px;
    color: #000000;
    font-weight: 700;
    font-style: italic;
}
#resto-menu .price {
    font-size: 15px;
    color: #000000;
    font-weight: 400;
    font-style: italic;
}
#resto-menu .order-btn {
    margin-top: 15px;
}
#resto-menu .order-btn a {
    padding: 7px 15px;
    color: #ffffff;
    font-size: 14px;
    display: block;
    background: var(--theme-color);
    border-radius: 5px;
    text-align: center;
}
/****EOF****/