/**
 * Sticky Header Scroll Effect — base styles.
 * Height values are injected inline by PHP based on your settings
 * (see Settings > Sticky Header Effect in wp-admin).
 */

/*
 * Positioning, sticky behavior, and height values for your configured
 * selector are injected as inline CSS by the plugin (see shse_enqueue_assets()
 * in the main plugin file), since the selector is user-defined in Settings.
 * This file only holds the state classes shared by any selector.
 */

.shse-hidden {
	transform: translateY(-100%);
}

.shse-top,
.shse-condensed {
	transition: transform 0.3s ease, height 0.3s ease;
}
#masthead{
	height:initial!important;
	z-index: 10000000000!important;
}

.ast-builder-menu-1 .sub-menu{
	border:0!important;
}