.consent_overlay {
	background-color: transparent;
	opacity: 0.8;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1000000;
}

.consent_mode {
	--width: 350px;
	display: block;
	position: fixed;
	width: var( --width );
	margin-left: calc( ( 100vw - var( --width ) ) / 2 );
	top: 50px;
	z-index: 1000001;
	border-radius: 10px;
	line-height: 1.6em;
	padding: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 80px;
	border: 0;
	box-sizing: border-box;
	box-shadow: 0px 0px 10px 0px rgba( 0, 0, 0, .3 );
}

/* Privacy Policy Page */
.page-id-11503 .consent_mode,
.page-id-11503 .consent_overlay {
	display: none!important;
}

.consent_mode .logo {
	margin-bottom: 10px;
}

.consent_mode [data-step] {
	overflow-y: auto;
}


#consent_mode_title {
	text-align: center;
	margin-bottom: 10px;
}

#consent_mode_description,
.consent_mode_category {
	font-size: 14px;
	line-height: 1.3em;
}

.consent_mode ul {
	margin-left: 20px;
}

.consent_mode ul li::before {
	margin-left: -18px;
	margin-top: 0.5em;
}

.consent_mode .buttons {
	clear: both;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px 0;
	border-top: 2px solid #f1f1f1;
}

.consent_mode .btn {
	width: 125px;
	margin: 0 3px;
	transition: none;
	padding: 0 5px!important;
}



.consent_mode [data-step="2"] .back {
	position: absolute;
	border: 2px solid #999;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	text-align: center;
	background-color: white;
	font-weight: bold;
	transition: border-color 0.2s ease;
	z-index: 1;
	margin-top: -8px;
}

.consent_mode [data-step="2"] .back:hover {
	border: 2px solid #04c07e;
}

.consent_mode [data-step="2"] .back + .title {
	text-align: center;
}


.consent_mode .consent_mode_category {
	margin-bottom: 30px;
}

.consent_mode .consent_mode_source {
	padding: 20px 0;
	border-bottom: 1px solid #f1f1f1;
}

.consent_mode .consent_mode_source:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.consent_mode .cookie {
	margin-bottom: 20px;
}

.consent_mode .toggle {
	float: right;
}


.consent_mode li {
	position: relative;
	padding: 0;
}


@media( max-width: 350px ){

	.consent_mode {
		--width: 300px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.consent_mode .btn {
        width: 105px;
        font-size: 13px !important;
    }

}





.consent_banner {
	background-color: white;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 5px 20px;
	text-align: center;
	display: block;
	background: #23282d;
	color: white;
	font-size: 14px;
	line-height: normal;
	box-sizing: border-box;
	z-index: 3;
	border: 0;
}

.consent_banner .description {
	display: inline;
}

.consent_banner .buttons {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.consent_banner a {
	color: white;
	text-decoration: unset;
}

.consent_banner .btn.link:hover {
	color: white!important;
}

@media( max-width: 500px ){
	.consent_banner .buttons {
		margin-top: 5px;
		vertical-align: middle;
	}
}