/* 
Theme Name: Hello Child
Theme URI: https://elementor-site.ir/
Description: 
Author: Elementor Site
Author URI: https://elementor-site.ir/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

 /* 
Theme Name: Hello Child
Theme URI: https://elementor-site.ir/
Description: 
Author: Elementor Site
Author URI: https://elementor-site.ir/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/* comments */
.comments-area :is(.title-comments, .comment-reply-title) {
    font-size: 1.125rem !important;
}
div#respond h2#reply-title {
font-size: 1.4rem !important;
}
.comment-list .depth-1 {
    background: #FEFCFC !important;
    padding: 20px !important;
    border-radius: 20px !important;
    margin: 20px 0;
}
selector b.fn a{
    color:#424242 !important ;
    font-weight: 500 !important;
}
.comment-body {
    border-bottom: none !important;
    position: relative;
    padding-left: 10px !important; 
}
.children .comment-body {
    background: #FEFCFC;
    border-radius: 16px;
    padding: 30px 40px 30px 30px !important;
    margin: 15px 0;
    box-shadow: 0 8px 16px -2px var(--e-global-color-ec0bbff);
}
.comment-meta {
    align-items: center;
}
.comment-author .avatar {
    width: 50px;
    aspect-ratio: 1;
    border-radius: 30% !important;
    box-shadow: 0 8px 16px -2px var(--e-global-color-ec0bbff);
    top: 0;
    transform: translate(50%, 10px);
}
.depth-1 > .comment-body .avatar {
    transform: translate(10%, 10px);
}
.says {
    display: none;
}
.comment-content p {
    font-size: .9rem;
}
.reply {
    margin-top: 10px;
    background: var(--e-global-color-accent);
    align-self: start;
    border-radius: 12px;
}
.reply a {
    display: flex;
    padding: 10px 20px;
    background-color: #920005 !important;
    color: #F9F6F3 !important;
    border-radius: 8px !important;
}
.children::before {
    display: none !important;
}
.comment-list .comment-author-admin_drdava .comment-author {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 7px;
}
.comment-list .comment-author-admin_drdava .comment-author::after {
    content: "";
    width: 80px;
    aspect-ratio: 3 / 1;
    background: url("#");
    background-size: contain;
    background-repeat: no-repeat;
}
.comment-respond {
    margin: 30px 0;
}
.comment-reply-title {
    display: flex;
    justify-content: space-between;
}
.comment-reply-title a {
    font-size: .9rem;
}
.comment-form {
    margin: 20px 0;
}
.comment-form :is(.logged-in-as, .comment-notes) {
    font-size: .85rem;
}
.comment-form .logged-in-as a {
	color: #920005 !important;
}
.comment-form label {
    font-size: 1rem;
    margin-bottom: 10px;
}
.comment-form :is(input, textarea) {
    border-radius: 16px;
    border-color: #5B5B5B;
    outline-color: none;
    background-color: transparent;
}
.comment-form :is(.comment-form-url, .comment-form-cookies-consent) {
    display: none;
}
p.form-submit {
    text-align: left;
}
.comment-form input#submit {
background: #920005 !important;
border: none !important;
color: #F9F6F3 !important;
border-radius: 8px;
padding: 12px 40px;
}

@media (max-width: 1024px) {
.comment-list .depth-1 > .comment-body {
padding: 30px 60px 30px 30px !important;
    }
.comment-list .avatar {
        float: initial !important;
position: absolute !important;
    }
.comment-list .comment-author {
font-size: .9rem;
    }
.comment-list .comment-author-admin_drdava .comment-author::after {
width: 65px;
    }
.comment-list .comment-meta {
flex-direction: column;
gap: 15px;
align-items: initial;
    }
}
 