/**
 * CSS asset for the Sticky header module.
 */

@media (min-width: 981px) {
	.sticky-header h2 {
		position: relative;
		transition: font 0.3s, box-shadow 0.3s;
		z-index: 20;
		background: #fff8;
		box-shadow: 0 -6px 10px 1px #fff;
		margin-left: -30px;
		margin-right: -30px;
		padding-left: 30px;
		padding-right: 30px;
	}

	.sticky-header .fixed {
		position: fixed;
		width: 100%;
		box-sizing: border-box;
		top: 58px;
		width: 855px;
		margin: 0 -30px;
		padding: 0 30px 5px;
		font-size: 20px;
		box-shadow: 0 10px 10px -10px #0001;
	}

	.sticky-header .fixed[id] {
		cursor: pointer;
	}

	.admin-bar .sticky-header .fixed {
		top: 90px;
	}

	.sticky-header .fixed.absolute {
		position: absolute;
	}
}
