/**
 * Theme Name:     Hello Elementor Child
 * Author:         WPWOOExperts
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * 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.
 */


.comment-reply-title{
	font-family: "Poppins", Sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
    color: #0A2540;
}

.comment-form{
	font-family: "Poppins", Sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #0A2540;
}

.comment-form label{
	font-weight: bold;
}

.comment-form .submit{
	background-color: #0A2540;
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.7px;
    fill: #FFFFFF;
	border: none;
    color: #FFFFFF;
}

.comment-form .submit:hover,
.comment-form .submit:focus,
.comment-form .submit:active,
.comment-form a,
.elementor-posts .elementor-post__title a:hover,
.elementor-posts .elementor-post__title a:focus,
.elementor-posts .elementor-post__title a:active{
	color: #CFAF6D;
}

.edx-newsletter-form{}

.edx-newsletter-form ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.edx-newsletter-form ul li{
	margin-bottom: 15px;
}

.edx-newsletter-form ul li input[type="email"]{
	font-family: "Plus Jakarta Sans";
	height: 50px;
}

.edx-newsletter-form ul li input[type="submit"]{
	font-family: "Plus Jakarta Sans";
    width: 100%;
    color: #ff5e33;
    background-color: #000000;
    border: 1px solid #ff5e33;
    font-size: 18px;
    font-weight: 500;
    height: 50px;
    line-height: 30px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.edx-newsletter-form ul li input[type="submit"]:hover,
.edx-newsletter-form ul li input[type="submit"]:focus,
.edx-newsletter-form ul li input[type="submit"]:active{
	color: #ff5e33;
	background-color: #ff5e33;
}
