/**
 * 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.
 */

.blog-date ul {
    list-style: none;
    padding-left: 0;
}
h2 span.logo {
    font-weight: 400;
}
.header-menu .elementor-menu-toggle {
    margin: 0 0 0 auto !important;
    padding: 0;
}
.blogs-loops .e-loop-item:hover .e-child img {
    transform: scale(1.3);
    transition: transform 1s ease-in-out;
    overflow: hidden;
}
.blogs-loops .e-loop-item:hover .e-con-boxed  .blog-img{
	overflow:hidden;
}
.blogs-loops .e-loop-item .e-con-boxed  .blog-img{
	overflow:hidden;
}
.blogs-loops .e-loop-item .e-child img{
	transition:  1s all;
}
.blogs-loops .e-loop-item:hover {
    box-shadow: 1px 1px 3px 1px #343434;
}

.advisory:hover .elementor-widget-heading h2.elementor-heading-title {
    color: white;
    transition: 1s all;
    transform: translateY(-35px);
     background:transparent;
}
.advisory:hover .elementor-widget-image img {
     filter: brightness(0.6);
    transition: 1s all;
}
.advisory .elementor-widget-heading h2.elementor-heading-title {
    transition: 1s all;
    color: white !important;
    padding: 20px 0;
    background: #00000080;
}
