/*
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.4.1758218576
Updated: 2025-09-18 18:02:56

*/

#main-header {
    position: absolute;
    top: 46px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9;
		transition: all .3s;
}
#main-header.fixed-header {
    position: fixed;
    top: 20px;
}
body.admin-bar #main-header {
    top: 78px;
}
body.admin-bar #main-header.fixed-header {
    top: 40px;
}
#main-header > .e-con-inner {
    padding-left: 20px;
    padding-right: 20px;
    background-color: rgb(248 248 248 / .5);
    border-radius: 0px 0px 30px 30px;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
	  transition: all .3s;
}
#main-header.fixed-header > .e-con-inner {
    border-radius: 30px 30px 30px 30px;
    box-shadow: 0px 0px 9px 0px rgb(118 118 118 / 12%);
    border: 3px solid rgb(248 248 248 / 50%);
}
#main-header > .e-con-inner .elementor-widget-theme-site-logo img {transition: all .3s}
#main-header.fixed-header > .e-con-inner .elementor-widget-theme-site-logo img {
    max-width: 280px;
}
.rank-math-breadcrumb, .rank-math-breadcrumb p {
    margin: 0;
    color: #ffffff;
    font-weight: 300;
}
.rank-math-breadcrumb a {
    font-weight: 600;
    color: #ffffff;
}
.location-pins .elementor-icon-list-items .elementor-icon-list-item {
    padding: 5px 10px;
    background-color: #ffffff;
    border-radius: 10px;
    border-style: solid;
    border-width: 0px 2px 3px 2px;
    border-color: #D1E3E9;
}
.location-pins .elementor-icon-list-items, .easy-steps-list .elementor-icon-list-items {
    row-gap: 20px;
}
.easy-steps-list .elementor-icon-list-items .elementor-icon-list-item {
    padding: 10px 20px;
    background-color: transparent;
    background-image: radial-gradient(at center center, #FFFFFF 0%, var(--e-global-color-394420c) 100%);
    border-radius: 10px;
    border-style: solid;
    border-width: 0px 2px 3px 2px;
    border-color: #D1E3E9;
}
@media screen and (max-width:599px) {
#main-header > .e-con-inner {padding-left: 10px;padding-right: 10px;border-radius: 10px 10px 10px 10px;}
}