/*
Theme Name: Creamy
Theme URI: https://tokarzewski.pro/
Template: hello-elementor
Author: Tokarzewski PRO
Author URI: https://tokarzewski.pro/
Description: Made with passion
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.0.1.1706952522
Updated: 2024-02-03 10:28:42

*/

/* Slide In From The Top Option */

.header-2 {
 transform: translatey(-86px);
 -moz-transition: all .5s ease!important;
 -webkit-transition: all .5s ease!important;
 transition: all .5s ease!important;
 width: 100%!important;
}


.elementor-sticky--effects.header-2  {
 height: auto!important;
 transform: translatey(0px);
}

/* End Of Slide In From The Top Option */