#clock_wrapper{
  	width: 100%;
  	background: #000;
 	height: 87px;
  	padding-top: 15px;
}

a.menu-item-link{
 	padding-top: 2em!important; 
}

.mk-header-social ul li a i:before{
  	font-size: 24px!important;
}

#sfsi_floater{
	width: 50px!important;
}

.sfsi_wicons{
 	display: block; 
}

#live-button{
  	display: none;
	float: right;
  	position: relative;
  	background: #f39e27;
  	color: #fff;
  	font-family: 'Oswald', sans-serif;
  	font-weight: 400;
  	font-size: 24px;
  	text-transform: uppercase;
  	margin-right: 4em;
  	margin-top: 0.5em;
  	z-index: 999;
  	padding: 0.25em 0.5em;
  	border: 0;
}

#clockdiv{
  	float: right;
  	margin-right: 4em;
	font-family: sans-serif;
	color: #fff;
	display: inline-block;
	font-weight: 100;
	text-align: center;
	font-size: 30px;
  	position: relative;
  	z-index: 999;
}

#clockdiv h4{
  	margin: 1em 2em;
  	font-family: 'Oswald', sans-serif;
 	float: left;
  	color: #f39e27;
  	text-transform: uppercase;
}

#clockdiv > div{
	padding: 5px 12px;
	background: #f39e27;
	display: inline-block;
}

#clockdiv div > span{
	border-radius: 3px;
	display: inline-block;
  	font-family: 'Oswald', sans-serif;
  	font-weight: 400;
  	font-size: 24px;
}

.smalltext{
	padding-top: 5px;
	font-size: 14px;
  	font-family: 'Oswald', sans-serif;
  	text-transform: uppercase;
}

@media(max-width: 1140px){

#sfsi_floater{display: none;);
}

@media(max-width: 800px){
	#clock_wrapper{
  		height: 125px;
	}

	#clockdiv{
 		margin: 0 auto;
  		width: 100%;
	}
	
	#clockdiv h4{
  		margin: 0.25em 2em 0;
  		float: none;
	}

	#live-button{
		float: none;
  		margin-right: 0!important;
	}
}