#cookie-bar {background:rgba(0,0,0,0.90); height:auto; line-height:24px; color:#eeeeee; text-align:center; padding:20px;font-size:1em;}
#cookie-bar.fixed {}
#cookie-bar.fixed.bottom {position:fixed; max-width:24em;bottom:1em;right:1em; top:auto;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar p.cookie-text {margin:0 0 10px 0;}
#cookie-bar p a {text-decoration:underline; margin:0; padding:0;}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:8px; text-decoration:none; padding:0 6px; margin-left:8px;font-weight:bold;}
#cookie-bar .cb-enable {
	font-family: 'Work Sans', serif;
	outline: 0;
	background-color: #4f2980 !important;
	padding: 15px 25px;
	border: 3px solid #e09b2a !important;
	background: #4f2980;
	color: #fff !important;
	font-size: 1.25rem;
	border-radius: 100px;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 0px;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.20);
	position: relative;
	margin-top: 1rem;
}
#cookie-bar .cb-enable:hover {background:#b50015;}
#cookie-bar .cb-disable {background:transparent;margin-top:10px;padding: 8px 24px;border-radius: 8px; font-weight:normal;}
#cookie-bar .cb-policy {background:#ffffff; color:#589c2e;margin-top:10px;padding: 8px 24px;border-radius: 8px;}
#cookie-bar .cb-policy:hover {background:#e6e6e6;}
#cookie-bar .cookie-buttons{}


	@media (max-width: 768px) {
		#cookie-bar {font-size:1em;}
	}
	@media (max-width: 26em) {
		#cookie-bar.fixed.bottom {bottom:0;right:0; top:auto; max-width:100%;}
	}
