/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com/
Description: Child theme for Hello Elementor
Author: Your Name
Template: hello-elementor
Version: 1.0
*/

#hp-fresh-img1 img {
	max-height: 470px;
    width: auto;
    position: relative;
    top: -37px;
}
@media (max-width: 1024px){
	body .elementor-sticky {
    z-index: 9;
}
	body .mobile-link:before{
	content: none;
}
	body .simple-banner .simple-banner-button {
    color: white;
}
	body:has(>.simple-banner:first-child) .jet-mobile-menu__container {
    top: 40px;
}

}