/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * 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.
 */
body,html{
	overflow-x:hidden;
}
.header-rgt .hfe-nav-menu {
    align-items: center;
}
.header-rgt .hfe-nav-menu a{
	position:relative;
}
.header-rgt .hfe-nav-menu .current_page_item a:before {
    content: '';
    position: absolute;
    bottom: -9px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #f7c600 !important;
    opacity: 1 !important;
}
.post-design span.eael-posted-by a {
    color: #06233e;
    font-weight: 600;
}
.single-post main#content {
    padding: 50px 10px;
}

.single-post h1.entry-title {
    font-size: 48px;
    font-weight: 700;
    font-family: "Poppins", Sans-serif;
}

.single-post h2,.single-post h3,.single-post h4,.single-post h5 {
    font-weight: 700;
    font-family: "Poppins", Sans-serif;
}
h2#reply-title {
    font-size: 32px;
    font-weight: 700;
    font-family: "Poppins", Sans-serif;
    padding-top: 20px;
}
p.comment-form-comment label {
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
    padding-bottom: 10px;
}
input#submit {
    background-color: #FACC15;
    border-radius: 50px;
    border: 0px;
    color: #000;
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
    padding: 13px 40px;
    transition: 3s all;
}

input#submit:hover {
    background-color: #000;
    color: #fff;
}
.single-post .page-content p {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
}
.p-0 p {
    margin: 0 !important;
}
@media (min-width: 768px) {
    .me-md-4 {
        margin-right: 72px !important;
    }
	.ms-md-4 {
        margin-left: .5rem !important;
    }
}
@media (max-width: 768px) {
.single-post h1.entry-title {
    font-size: 42px;
}
}