
/* === Simple Sticky Header Menu by Come2theweb ==== */
html body header.sshm_header_sticky, html body header, html body header.header.sshm_header_sticky, html body.admin-bar header.sshm_header_sticky, html body.admin-bar header.header.sshm_header_sticky{
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	z-index: 9999999 !important; transition:all ease-in-out 0.3s!important; -o-transition:all ease-in-out 0.3s!important; -webkit-transition:all ease-in-out 0.3s!important;
}