/* General */
.error404 .trm-gdpr-ui.trm-gdpr-form-consent-wrap,
#wpadminbar .trm-gdpr-ui.trm-gdpr-form-consent-wrap,
.search-form .trm-gdpr-ui.trm-gdpr-form-consent-wrap {
	display: none !important;
	font-size: 0 !important;
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
	position: absolute !important;
}

.trm-gdpr-ui {
	position: relative;
}

.trm-gdpr-ui svg {
	width: 24px;
	height: 24px;
}

.trm-gdpr-ui .cookie svg {
	fill: #f2cb7d;
	stroke: #a37f6a;
}

.trm-gdpr-ui .cookie svg path {
	stroke-width: 1;
}

.trm-gdpr-ui .cookie svg line:nth-child(2n){
	stroke: #613c2d;
}

/* Consent Bar */
#trm-gdpr-consent-bar {
	z-index: 1000;
	z-index: 16777270;
	position: fixed;
	bottom: 0;
	left: 0;
	background: #282C34;
	width: 100%;
	padding: 12px 18px;
	text-align: center;
	width: 100%;
	max-width: 100vw;
	box-sizing: border-box;
	
	/* Always Hidden - show with JS if necessary */
	height: 0;
	opacity: 0;
	transition: 1s opacity ease-out;
}

.trm-gdpr-ui .consent-bar {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	text-align: left;
	line-height: 1.35;
	color: #ddd;
}

.trm-gdpr-ui .consent-bar a {
	display: inline-block;
	color: #fff;
}

.trm-gdpr-ui .consent-bar .close-consent {
	width: 21px;
	height: 21px;
	margin-left: 6px;
	border-radius: 100%;
	color: #fff;
	border-radius: 42px;
}

.trm-gdpr-ui .consent-bar .close-consent svg {
	width: 21px;
	height: 21px;
	border-radius: 42px;
}

.trm-gdpr-ui .consent-bar .close-consent:hover svg {
	background: #0095ee;
	cursor: pointer;
}

.trm-gdpr-ui .consent-bar a {
	text-decoration: underline !important;
	font-family: 'helvetica', 'arial', sans-serif !important;
	color: #fff !important;
}

/* Form Consent */
.trm-gdpr-ui.trm-gdpr-form-consent-wrap {
	display: inline-block !important;
	clear: both !important;
	margin: 12px auto;
	width: 100% !important;
}

.trm-gdpr-ui .consent-notice-form {
	color: #333;
	background: #fff;
	text-align: center;
	border-radius: 3px;
	box-shadow: 0 10px 20px -10px rgba(0,0,0,.5);
	position: relative;
	font-size: 13px !important;
	padding: 12px !important;
	display: block !important;
	width: 600px !important;
	max-width: 90%!important;
	margin: 0 auto !important;
}

.trm-gdpr-ui .consent-notice-form .dynamic-delete {
	position: absolute;
	right: -12px;
	bottom: -6px;
}

.trm-gdpr-ui .consent-notice-form .dynamic-delete:after {
	content: '';
	color: #f00;
	font-size: 32px;
	position: absolute;
	line-height: 0;
}

.trm-gdpr-ui .consent-notice-form .dynamic-delete.deleting:after {
	animation: dynamicDelete 1s infinite;
}

@keyframes dynamicDelete {
	0% { content: '.'; }
	33% { content: '..'; }
	66% { content: '...'; }
}

.trm-gdpr-ui .consent-notice-form .dynamic-delete svg {
	fill: #fff;
	stroke: #e33;
	color: #e33;
}

.trm-gdpr-ui .consent-notice-form .dynamic-delete svg:hover {
	transform-origin: left;
	transform: scale(1.2);
	cursor: pointer;
}

.trm-gdpr-ui.trm-gdpr-form-consent-wrap .consent-notice-form p {
	color: #333 !important;
}

.trm-gdpr-ui.trm-gdpr-form-consent-wrap .consent-notice-form a {
	text-decoration: underline;
	color: #0095ee !important;
}

#trm-gdpr-popup-container {
	width: 100vw;
	height: 100vw;
	position: fixed;
	top: 0;
	z-index: 100000;
	background: rgba(0,0,0,.25);
}

.trm-gdpr-popup-content {
	background: #fff;
	width: 600px;
	max-width: 95%;
	max-width: calc( 100% - 30px );
	margin: 40px auto 0;
	padding: 10px 20px;
	box-sizing: border-box;
	box-shadow: 0 10px 20px -12px rgba(0,0,0,.75);
	border-radius: 3px;
	line-height: 1.625;
}

.trm-gdpr-popup-content h2 {
	margin: 0;
}

.trm-gdpr-popup-content .trm-gdpr-input-grid {
	display: block;
	width: 33.3333%;
	width: calc( 100% / 3 );
	text-align: center;
	float: left;
}

.trm-gdpr-popup-content a {
	font-size: 14px;
	padding: 8px 16px;
	border-radius: 3px;
	box-shadow: inset 0 1px rgba(255,255,255,.35), 0 5px 5px -5px rgba(0,0,0,.75);
	transition: .1s all;
}

.trm-gdpr-popup-content a:hover {
	cursor: pointer;
	opacity: .8;
	box-shadow: inset 0 1px rgba(255,255,255,.35);
}

.trm-gdpr-confirm-1 {
	background: #0095ee;
	color: #fff;
	border: 1px solid #0073cc;
}

.trm-gdpr-confirm-2 {
	background: #00cc95;
	color: #fff;
	border: 1px solid #00aa73;
}

.trm-gdpr-confirm-3 {
	background: #eee;
	color: #333;
	border: 1px solid #bbb;
}

/* GDPR Policy Pages */
.single-gdpr-policy .entry-meta {
	display: none;
}

/* Subfooter */
#trm-gdpr-subfooter {
	background: #181C24;
	color: #b3b3b3;
	font-size: 13px;
	text-align: center;
	padding: 8px 0;
}

#trm-gdpr-subfooter a {
	color: #a4a4a4 !important;
}

#trm-gdpr-subfooter a:hover {
	color: #ccc !important;
	text-decoration: underline;
}