/* 
Theme Name:		 hello-elementor-child
Template:		 hello-elementor
Version:		 1.0.0
Text Domain:	 hello-elementor-child
*/

html, body {
    overflow-x: hidden;
    max-width: 100%;
}

.elementor-section, .elementor-container {
    max-width: 100% !important;
}

header.site-header{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

header.site-header.scrolled{
    padding-block-end: 0.25rem !important;
    padding-block-start: 0.25rem !important;
}

body.admin-bar header.site-header {
    top: 32px;
}

@media screen and ( max-width: 782px) {
    body.admin-bar header.site-header {
        top: 46px;
    }
}

li.menu-item:hover a, li.nav-item-active a{
    color: var( --e-global-color-secondary ) !important;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.site-footer{
    padding-top: 45px;
    padding-bottom: 45px;
}

.site-footer .footer-inner .site-branding,
.site-footer .footer-inner .site-navigation{
    margin-bottom: 15px;
}