	/*
	Top Bar
	https://www.sussexwardrobes.co.uk
	*/
	
	/*---------------------------------------------------
	Do Not Show Top Bar
	---------------------------------------------------*/
	/*	
	.top-bar {
	display: none;
	}
	*/
	
	/*---------------------------------------------------
	Top Bar Content (js href)
	---------------------------------------------------*/
	.top-bar-content:before {
	content: 'Booking a Design & Quote >';
	}
	
	/*---------------------------------------------------
	Top Bar Styles
	---------------------------------------------------*/	
	.top-bar {
	font-weight: 400;
	min-height: 40px;
	font-size: 12px;
	letter-spacing: 0.1px;
	position: relative;
	z-index: 99;
	padding: 12px;
	color: #fff;
	background: #333333;
	text-align: center;
	text-transform: uppercase;
	}	
	@media (min-width: 1200px) { 
	.top-bar {
	font-size: 14px;
	}
	}
	a.top-bar-content:link {text-decoration: none; color: #fff}
	a.top-bar-content:visited {text-decoration: none; color: #fff}
	a.top-bar-content:active {text-decoration: none; color: #fff}
	a.top-bar-content:hover {text-decoration: none; color: #fff}

	
	


	
	
	
	
	
