/*------------------------------------------------------------------
[Table of contents]

	Site Top Bar
	
[/Table of contents]
-------------------------------------------------------------------*/


#site-top-bar {
	/*line-height:1.8em;*/
	background:#314381;
	font-size:13px;
	color:#fff;
	overflow:hidden;
	max-height: 100px;
	transition: max-height .5s ease;
	display:none;
}

#site-top-bar:hover {
	overflow:hidden;
}

#site-top-bar.hidden {
	max-height:0;
	overflow:hidden !important;
}

#site-top-bar ul,
#site-top-bar ol,
#site-top-bar dl
{
	font-size: 1em;
    line-height: 2.1em;
}
body footer, body footer p{
	font-weight: lighter;
}
.top-meta-cart-content{
	display: block;
	/* width: 140px; */
	float: right;
	height: 60px;
	line-height: 61px;
}
input[type="submit"].subscribeButton{
	background-color: #d4af37 !important;
	color: #000;
}
.site-top-bar-inner {
	margin:0 auto;
}
.site-social-icons .social_media{
	color: #d4af37 !important;
}
.site-top-bar-inner:after
{
	content: "";
	display: block;
	clear: both;
}

.site-language-switcher {
	display:inline-block;
	float:left;
	margin-left:-15px;
}

.product_meta .wcml_currency_switcher {
	display:none;
}

.language-and-currency
{
	float: left;
}

.language-and-currency:after
{
	content: "";
	display: block;
	clear: both;
}

.language-and-currency img
{
	display: none;
}

#site-top-bar select.topbar-language-switcher,
#site-top-bar select.wcml_currency_switcher
{
	opacity: 0;
}

.site-top-message {
	padding: 20px 0;
	/* font-style: italic; */
	line-height: 1rem;
	float: left;
	margin-right: 15px;
	font-size: 0.7rem;
	text-transform: uppercase;
	letter-spacing: 1px;

}

/* menu */

#site-navigation-top-bar {
	float: right;
	text-transform:uppercase;
	font-weight:bold;
	margin-right:0;
	/*font-size:.9em;*/
	position: relative;
	top: 5px;
}

#site-navigation-top-bar > ul {
    float: left;
}

/* /menu */

.site-social-icons-wrapper {
	float:right;
	display:block;
	padding: 11px 0;
}

.site-social-icons {

}

.site-social-icons ul {
	list-style:none;
	margin:0;
	padding:0 0 0 20px;
	line-height:1.8em;
	overflow: auto;
	font-size:16px !important;
}

.site-social-icons ul li {
	padding:0 8px;
	float:left;
}

.site-social-icons ul li:last-child {
	padding:0 0 0 10px;
}

.site-social-icons ul li a i {
	-webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -ms-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
}

.site-social-icons ul li a:hover i {
	opacity:.5;
}

.site-social-icons ul li span {
	display:none;
}


#clockdiv{
	color: #fff;
	display: inline-block;
	text-align: center;
	font-size: 21px;
	letter-spacing: 3px;
	font-family: "Raleway" !important;
	font-weight: 300;
}
#clockdiv > div{
	padding: 0 4px 4px 4px;
	border-radius: 0;
	background: rgba(22, 15, 62, 0.21);
	display: inline-block;
	opacity: 0.6;
	position: relative;
	top: 8px;
}
#clockdiv div > span{
	padding: 0px;
	border-radius: 3px;
	background: transparent;
	display: inline-block;
}

.smalltext{
	margin-top: -5px;
	font-size: 7px;
	text-transform: uppercase;
}
