/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
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
*/

/* Add your custom styles here */
.comment-row {
    display: flex;
    gap: 20px; /* Space between the fields */
}

.comment-row .comment-form-author,
.comment-row .comment-form-email {
    flex: 1;
}

#comments {
    font-family: Poppins, sans-serif;

}
#comments .leadxcommentform { 
    border: 1px solid #D1FFE8;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 11px 0 #E6F4ED ;
}
#comments #reply-title{
	font-weight: 700;
    color: #000;
}
#comments .comment-form-cookies-consent label,
#comments .comment-notes{
	    font-size: 14px;
}
#comments input,
#comments textarea{
    font-weight: 400;
    color: #000 !important;
    padding: 15px 20px;
}
#comments input:focus-visible,
#comments textarea:focus-visible {
    outline: none;
    border: none;
}
#comments input[type="submit"]{
    font-family: Montserrat, sans-serif !important;
   background-color: var( --e-global-color-primary );
    color: #fff !important;
    border:none;
    padding: 10px 20px;
}
#wp-comment-cookies-consent {
    accent-color: var( --e-global-color-primary );
    margin: 0;
}
.green-title {
	color: var( --e-global-color-primary );
}

.custom-form input {
    border: 1px solid #008744 !important;
    font-family: Poppins;
    font-weight: 400 !important;
    border-radius: 6px !important;
    font-size: 14px;
    padding: 10px 15px;
}
.custom-form .input-group {
    margin-bottom: 10px;
    text-align: center;
}
.custom-form button{
    font-family: Montserrat, sans-serif !important;
    font-size: 14px;
    background-color: var(--e-global-color-primary);
    color: #fff !important;
    border: none;
    padding: 8px 20px;
    width: 100%;
    border: 1.5px solid #fff;
}
.custom-form button:hover {
	background-color: #fff !important;
	color: #000 !important;
}
.custom-form .custom-row {
    display: flex;
    gap: 10px;
}