/*
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.0.1746686553
Updated: 2025-05-07 23:42:33

*/
a {
    text-decoration: none !important;
}
/**
* Home page style
*/
#general-header #menu-main-menu li.current-menu-item a,
#home-header #menu-main-menu li.current-menu-item a{
    color: #B29700;
    font-weight: 500;
}
#general-header #menu-main-menu li ul.xpro-elementor-dropdown-menu li a,
#home-header #menu-main-menu li ul.xpro-elementor-dropdown-menu li a{
    padding-bottom: 5px;
}
#general-header #menu-main-menu > li > a{
    padding: 40px 10px;
}
#general-header #menu-main-menu ul.xpro-elementor-dropdown-menu,
#home-header #menu-main-menu  ul.xpro-elementor-dropdown-menu{
    padding-bottom: 15px;
    background-color: #1D323F;
}
.scrolled #home-header {
  background: #1D323F;
  top: 0;
}
#home-nav-menu button.xpro-elementor-horizontal-menu-toggler,
#home-nav-menu button.xpro-elementor-horizontal-menu-toggler:hover,
#home-nav-menu button.xpro-elementor-horizontal-menu-toggler:focus,
#home-nav-menu button.xpro-elementor-horizontal-menu-toggler:active,
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover{
    background: transparent !important;
}
.elementor-button {
    padding: 18px 40px !important;
    background: #B29700 !important;
    border: 1px solid #B29700 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
}
.elementor-button:hover {
    border-color: #fff !important;
    background: #1d323f !important;
    color: #fff !important;
}
.general-btn,
button.sk-posts-loadmore{
    padding: 15px 35px !important;
    background: #B29700 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    color: #fff !important;
    border-color: #B29700;
}
.general-btn:hover,
button.sk-posts-loadmore:hover {
    background: #1d323f !important;
    color: #fff !important;
    border-color: #1d323f;
}

/**
* Blog style
*/
.blog-sidebar .sidebar-categories h5 {
    font-size: 25px;
    font-weight: 600;
    font-family: "Raleway", Sans-serif;
}
.blog-sidebar .sidebar-categories ul {
    padding: 0 0 0 5px;
    list-style: none;
}
.blog-sidebar .sidebar-categories ul li {
    margin-bottom: 10px;
}
.blog-sidebar .sidebar-categories ul li a{
    font-size: 16px;
    font-weight: 600;
    font-family:  "Raleway", Sans-serif;
    color: #52402E;
}

/**
* About us page style
*/
#bio-content .elementor-widget-container div.wp-block-column {
    background-color: #f3f8fb !important;
}


#Contact-form form label {
    font-size: 16px !important;
    margin-bottom: 8px !important;
}
#Contact-form form .forminator-field-textarea span.forminator-description {
    display: none !important;
}
/**
* Training page style
**/
#likedin-feed .Grid__GridContainer-sc-1agzqrd-0.hvaWKn.es-grid-layout {
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr)) !important;
}
#likedin-feed .Grid__GridContainer-sc-1agzqrd-0.hvaWKn.es-grid-layout .Container-sc-119keog-1 {
    background: #fff !important;
}
/**
* Books style
**/
#single-book-navigation .book-btn {
    padding: 4px 15px;
    border: 1px solid #ccc;
    background: white;
    text-decoration: none;
    color: #333;
    border-radius: 4px;
    transition: 0.2s ease;
}

#single-book-navigation .book-btn:hover {
    color: #B29700;
    border-color: #B29700;
}
.hearts-wrapper-container{
    position: relative;
    z-index: 1;
}

/**
* Reviews page style
***/
#hearts-animation-wrapper {
    pointer-events: none !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 768px) {
    #general-header .admin-bar .xpro-elementor-horizontal-menu-responsive-tablet {
        top: 0 !important;
    }
    #general-header #menu-main-menu li.current-menu-item a,
    #home-header #menu-main-menu li.current-menu-item a{
        font-weight: 400;
    }
    #general-header #menu-main-menu > li > a,
    #home-header #menu-main-menu > li > a{
        padding: 20px 10px !important;
    }
    #general-header #menu-main-menu ul.xpro-elementor-dropdown-menu,
    #home-header #menu-main-menu  ul.xpro-elementor-dropdown-menu{
        padding-bottom: 0;
    }
    
}
@media (max-width: 576px) {
    #site-logo img {
        width: 100px;
    }
    #home-header {
        top: 0;
    }
    footer ul#menu-footer-menu {
        flex-direction: column;
    }
    .floating-hearts {
        display: none;
    }
}