/*
 Theme Name:   Learnify Child Theme
 Theme URI:    http://learnify.axiomthemes.com
 Description:  Learnify Child Theme
 Author:       AncoraThemes
 Author URI:   http://axiomthemes.com
 Template:     learnify
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  learnify
*/


/* =Theme customization starts here
------------------------------------------------------------ */


/* Stick Header */

.header_position_over header.scrolled.top_panel {
	top: -400px;
	position: fixed!important;
	width: 100%;
	background: #fff;
    padding: 0;
}

.header_position_over header.scrolled.stickyHeader.scrolled.top_panel {
    transition: top 1.5s ease;
	top: 0;
}
