/*
Theme Name: Hello Elementor Child
Theme URI: https://www.facebook.com/singhitengineer/
Description: Call: 098762-40090
Author: Jagdeep Singh
Author URI: https://maps.app.goo.gl/vGAZtwQiwmANQhhv8
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* Add your custom CSS below */

.site-header.stick-header {
    background-color: #fff !important;
}
.site-header.stick-header #menu-main-menu > li > a {
    color: #000 !important;
}
.site-header #menu-main-menu .elementskit-submenu-indicator {
    color: #fff;
}
.site-header.stick-header #menu-main-menu .elementskit-submenu-indicator {
    color: #000;
}
.divider-title .elementor-heading-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.divider-title .elementor-heading-title::before,
.divider-title .elementor-heading-title::after {
    content: "";
    width: 70px;
    height: 3px;
    background: #0d7fc8;
    display: block;
}
.divider-right-title .elementor-heading-title {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 10px;
}
.divider-right-title .elementor-heading-title::after {
    content: "";
    width: 40px;
    height: 3px;
    background: #0d7fc8;
    display: block;
}
.post-sidebar h5, .post-sidebar ul li, .post-sidebar ul li a {
    color: #fff;
}
.post-sidebar ul {
    padding-left: 20px;
}
.post-sidebar ul li {
    margin-bottom: 10px;
}
.post-sidebar h5 {
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
}
.post-sidebar ul li a:hover {
    text-decoration: underline;
}
.single-post .elementor-widget-theme-post-content h2 {
    font-size: 26px;
}
.single-post .elementor-widget-theme-post-content h3 {
    font-size: 24px;
}
.single-post .elementor-widget-theme-post-content h4 {
    font-size: 22px;
}
.single-post .elementor-widget-theme-post-content ul {
    margin-bottom: 15px;
}
.single-post-meta .elementor-icon-list-text:hover {
    text-decoration: underline;
}
/* Mobile to iPad Portrait */
@media only screen and (max-width: 1024px) {
.site-header .ekit_menu_responsive_tablet #ekit-megamenu-main-menu .elementskit-submenu-indicator {
    color: #000;
}
}