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

#thsp-sticky-header {
	width: 100%;
	height: 70px;   /*  was  height: 120px;  */
	bottom: -8px;
	left: 0;
	position: fixed;
	margin-top: -200px;
	padding: 8px 10px;
	top: 0;
	/*  width: 1240px;  was  width: 100%;  */
	z-index: 99998;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-moz-box-shadow: inset 0px 10px 3px 3px #36F;
}

.admin-bar #thsp-sticky-header {
	top: 32px;
}
#thsp-sticky-header:after {
	content: "";
	display: table;
	clear: both;
}
#thsp-sticky-header-title {
	float: left;
	font-size: 20px;
	line-height: 65px;  /*  was  line-height: 30px  */
	margin: 0 !important;
}
#thsp-sticky-header-title img {
	display: block;
	height: 45px;   /*  was  height: 30px;  */
	width: auto;	/* line-height: 120px;  added  */
	margin-left: -330px;
	background-image: url(../blur_hr.png);
	background-repeat: repeat-x;
	background-position: 0 70;
}
#thsp-sticky-header-menu {
	display: block;
	width: 950px;   /*  was  width: 750px;  */
	float: left;   /*  was  float: right  */
	text-align: left;  /*  was text-align: right;  */
	/*  margin: 0 !important;  was margin: 0  */
	height: 65px;   /*  was  height: 118px;  */
	margin-left: -90px;  /*  was   margin-left: -320px;  */
	margin-top: 14px;  /*  was margin-top: 65px;  */
}
#thsp-sticky-header-menu li {
	display: inline-block;
	margin: 0 0 0 0 !important;   /*  was  margin: 0 0 0 1.25em  */
	font-size: 20px;   /*  was  font-size: 12px;  */
	/* font-weight: normal;   */
	text-transform: uppercase;
	font-family: "Ubuntu Condensed";
	font-weight: 400;
	letter-spacing: 1px;
}
#thsp-sticky-header a {
	text-decoration: none;
}
#thsp-sticky-header li a {
	display: inline-block;
	line-height: 30px;  /*  was  line-height: 30px  */
	padding-right: 18px;
}

#thsp-sticky-header-menu li small {
	letter-spacing: 0px;
	font-weight: 700;
	font-size: 22px;
	font-family: "Raleway";
	color: #37414e;
}