.marquee-container {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #CAAE98;
	color: #FFFFFF;
	overflow: hidden;
	z-index: 9999;
	padding: 10px 30px;
}
.marquee {
	width: 100%;
	text-align: center;
	font-family: 'Open Sans Hebrew Condensed';
	letter-spacing: 2px;
}
.no-announcement {
	display: none;
}
.custom-theme-options.toggle, .toggle {
	float: right !important;
}
.toggle {
	width: 80px !important;
}
