﻿/* To be used with cookieCuttr by Chris Wharton (http://cookiecuttr.com) */

.cc-cookies {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	padding: 1.5em 5%;
	background: #fff;
	z-index: 99999;
	text-align: center;
	box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, 0.2), 0 -2px 20px 0 rgba(0, 0, 0, 0.19);
}

	.cc-cookies a:hover {
		text-decoration: none;
	}

.cc-overlay {
	height: 100%;
	padding-top: 25%;
}

.cc-cookies-error {
	float: left;
	width: 90%;
	text-align: center;
	margin: 1em 0 2em 0;
	padding: 2em 5%;
	border: 1px solid #ccc;
	font-size: 18px;
}

	.cc-cookies a.cc-cookie-accept,
	.cc-cookies-error a.cc-cookie-accept,
	.cc-cookies a.cc-cookie-decline,
	.cc-cookies-error a.cc-cookie-decline,
	.cc-cookies a.cc-cookie-reset {
		display: inline-block;
		text-decoration: none;
		padding: 0.5em 0.75em;
		border-radius: 3px;
	}

	.cc-cookies a.cc-cookie-decline,
	.cc-cookies-error a.cc-cookie-decline {
		margin-left: 0.5em;
	}

	.cc-cookies-error a.cc-cookie-accept,
	.cc-cookies-error a.cc-cookie-decline {
		display: block;
		margin-top: 1em;
	}

.cc-cookies.cc-discreet {
	width: auto;
	padding: 0.5em 1em;
	left: auto;
	top: auto;
}

	.cc-cookies.cc-discreet a.cc-cookie-reset {
		background: none;
		text-shadow: none;
		padding: 0;
		text-decoration: underline;
	}

	.cc-cookies.cc-discreet a:hover.cc-cookie-reset {
		text-decoration: none;
	}

@media screen and (max-width: 768px) {

	.cc-cookies a.cc-cookie-accept,
	.cc-cookies a.cc-cookie-decline,
	.cc-cookies a.cc-cookie-reset {
		display: block;
		margin: 1em 0;
	}
}

@media screen and (max-width: 480px) {
	.cc-cookies {
		position: relative;
		float: left;
	}
}
