/* This stylesheet is used to style the public view of the plugin. */

#thsp-sticky-header {
	margin-top: -200px;
	padding-left: 64px;
	padding-right: 64px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99998;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.admin-bar #thsp-sticky-header {
	top: 28px;
}
#thsp-sticky-header:after {
	content: "";
	display: table;
	clear: both;
}
#thsp-sticky-header-title {
	float: left;
	font-size: 22px;
	line-height: 46px;
	margin: 0 !important;
}
#thsp-sticky-header-title img {
	display: block;
	height: 30px;
	width: auto;
}
#thsp-sticky-header-menu {
	float: right;
	text-align: right;
	margin: 0 !important;
}
#thsp-sticky-header-menu li {
	display: inline-block;
	margin: 0 0 0 1.25em !important;
	color:#666666; text-decoration: none; margin-left:5; margin-right:5; text-transform: uppercase; font-weight:700; font-size:16px; line-height:46px;
}

  .current-menu-item {pointer-events: none;}
  .current-menu-item a {font-weight: bold !important;}

#thsp-sticky-header a:hover {
	color:#FF6633 !important;
}
#thsp-sticky-header li a {
	display: inline-block;
	line-height: 30px;
}