/* Theme Name:   Hello Elementor Child Theme
Theme URI:    https://www.anirusz.com/
Description:  A hello-elementor child theme 
Author:       Karol Rusek
Author URI:   
Template:     hello-elementor
Version:      1.0.0
Text Domain:  hello-elementor-child */


.site-footer {
    display: none;
}

html,
body {
    overflow-x: hidden;
}

#masthead {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    transition: background-color 0.3s ease-in-out;
}


#masthead.scrolled {
     background-color: #fff;   
}

.hfe-pointer__underline .menu-item.parent a.hfe-menu-item:after {
    height: 1px !important;
    width: 80% !important;
    transform: translateX(-50%) !important;
    left: 50% !important;
    bottom: 8px;
}