/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1763582426
Updated: 2025-11-19 20:00:26

*/



/* COMMENT FORM WRAPPER */
#respond {
   
    margin: 30px 0;
    padding: 0;
    font-family: inherit;
}

/* Comment Section Title */
#respond .comment-reply-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #363a40;
}

/* SMALL NOTES TEXT */
#respond .comment-notes,
#respond .logged-in-as {
    font-size: 13px;
    color: #7b818c;
    margin-bottom: 15px;
}

/* LABEL STYLING */
#respond .comment-form label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #4a4f58;
}

/* SHARED INPUT + TEXTAREA STYLING */
#respond .comment-form input[type="text"],
#respond .comment-form input[type="email"],
#respond .comment-form input[type="url"],
#respond .comment-form textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #d9dfe6;
    background: #f7f9fb;
    border-radius: 6px;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    outline: none;
    transition: 0.2s ease;
    box-sizing: border-box;
}

/* FOCUS STATE */
#respond .comment-form input:focus,
#respond .comment-form textarea:focus {
    background: #ffffff;
    border-color: #9bb7dd;
}

/* COMMENT TEXTAREA HEIGHT FIX */
#respond textarea#comment {
    min-height: 140px;
}

/* CHECKBOX AREA */
#respond .comment-form-cookies-consent {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    font-size: 14px;
    color: #707781;
}

#respond .comment-form-cookies-consent input[type="checkbox"] {
    margin-top: 4px;
}

/* SUBMIT BUTTON */
#respond #submit {
    background: #9db6d4;
    padding: 12px 30px;
    border: none;
    border-radius: 6px;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: 0.25s ease;
}

#respond #submit:hover {
    background: #88a5c7;
}

/* REMOVE DEFAULT P BOTTOM MARGIN */
#respond .comment-form p {
    margin-bottom: 18px !important;
}

