/*
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.7.1779084515
Updated: 2026-05-18 06:08:35

*/



body {
    background: #10131f;
}
.cs-post-form-sec h4 {
    color: #fff;
}
.cs-post-container {
    padding: 80px 20px 80px 20px;
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}
.cs-single-row {
    display: flex;
    gap: 30px;
}
.cs-single-content {
    max-width: calc(100% - 330px);
    width: 100%;
}
.single-post .cs-post-thumbnail img {
    border-radius: 40px;
    width: 100%;
}
.cs-post-head {
    margin-bottom: 20px;
}
.single-post .cs-post-content {
    margin-top: 30px;
}
.cs-single-aside {
    position: sticky;
    top: 150px;
    height: fit-content;
}
.cs-single-aside {
    max-width: 350px;
    width: 100%;
}
.cs-post-form-sec {
    background-color: #1b1b23;
    padding: 40px 20px;
    border-radius: 20px;
    text-align: center;
    border: 1px solid #ffffff2b;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.cs-blog-contact-form-sec {
    margin-top: 20px;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #ffffff2b;
}
.cs-meta p svg {
    width: 24px;
    height: 24px;
}
.cs-meta p {
    display: flex;
    align-items: center;
    justify-content: left;
    padding-top: 20px;
    gap: 5px;
    font-size: 18px;
    margin: 0;
    color: #ffffff;
}
.cs-meta svg path {
    fill: #bff747;
}
p {
    color: #fff;
}
.cs-post-head h1 {
    color: #BFF747;;
    text-align: left;
    margin: 0 0 15px;
    font-weight: 700;
    line-height: auto;
}
.single-post .cs-post-content * {
    color: #fff;
}
span.cs-post-style-title {
    font-weight: 700;
    line-height: 44px;
    color: #bff747;
}
.cs-form-field .wpcf7-form-control {
    background: #F4F4F4;
    border: 0;
    box-shadow: none;
    outline: 0;
    border-radius: 6px;
    height: 50px;
}
.cs-form-field .wpcf7-form-control-wrap {
    margin-top: 5px;
    display: block;
    width: 100%;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.cs-form-field textarea.wpcf7-form-control {
    resize: none;
    height: 120px;
}
.cs-blog-contact-form-sec strong {
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0;
	color:#fff;
    display: block;
}
.cs-blog-contact-form-sec h4 {
    color: #BFF747;
    font-size: 20px;
    font-weight: 700;
}
.btn-large {
    padding: 14px 28px;
    font-size: 15px;
}
.btn-primary {
    background: #b9f81a;
    color: #000;
    border-color: #b9f81a;
    font-weight: 600;
	border-radius:20px;
}
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 22px;
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.005em;
    border-radius: 10px;
    border: 1px solid transparent;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    white-space: nowrap;
    position: relative;
    text-align: center;
    text-decoration: none;
}
.btn-primary:hover {
    background: #b9f81a;
    border-color: #b9f81a;
    transform: translateY(-1px);
    box-shadow: #b9f81a;
}
.ehf-header #masthead {
    z-index: 99;
    position: sticky;
    top: 0;
    background: #fff;
}
.cs-post-main-row {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}
.cs-post-main-row .cs-post-item {
    max-width: calc((100% - 60px) / 3);
    width: 100%;
}
.cs-post-item {
    background-color: #1B232B;
    padding: 20px;
    border-radius: 20px;
}
.cs-post-featured {
    overflow: hidden;
    position: relative;
}
.cs-post-featured {
    margin-bottom: 20px;
}
.cs-post-item img {
    border-radius: 20px;
    width: 100%;
}
.cs-post-content h5 {
    color: #fff;
    padding: 10px 0;
    font-size: 20px;
    font-weight: 600;
}