/* Banner */
#agentfire_gdpr_bar {
	text-align: center;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 60px;
	max-height: 400px;
	color: #fff;
	z-index: 10000003;
	background-color: #202020;
	border-top: 1px solid #fff;
	/*font-family: Nunito, sans-serif;*/
	transition: bottom .3s cubic-bezier(.17, .04, .03, .94);
}
#agentfire_gdpr_bar.agentfire-gdpr-bar-hidden {
	/*display: none;*/
	bottom: -400px;
}

.agentfire-gdpr-bar-container {
	padding: 10px;
	position: static;
	display: inline-block;
	max-width: 1300px;
	width: 100%;
}

.agentfire-gdpr-bar-content {
	padding-left: 0;
	padding-right: 0;
	text-align: left;
	display: flex;
	align-items: center;
	width: 100%;
}

@media (max-width: 1023px) {
	.agentfire-gdpr-bar-content {
		padding-left: 0;
		padding-right: 0;
		display: block;
		min-height: auto;
	}
}

.agentfire-gdpr-bar-notice {
	flex-grow: 1;
}

@media (max-width: 1023px) {
	.agentfire-gdpr-bar-notice {
		padding-left: 4px;
		margin-bottom: 10px;
	}
}

.agentfire-gdpr-bar-notice p {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	color: #fff;
}

.agentfire-gdpr-bar-buttons {
	display: flex;
	align-items: center;
	padding-left: 15px;
	padding-left: 3vw;
}

@media (max-width: 1023px) {
	.agentfire-gdpr-bar-buttons {
		padding-left: 0;
	}
}

#agentfire_gdpr_bar .agentfire-gdpr-bar-button {
	background-color: #039efb;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	border-radius: 150px;
	padding: 8px 30px;
	transition: all .3s ease;
	border: none;
	display: inline-block;
	margin: 3px 4px;
	white-space: nowrap;
	text-transform: none;
	letter-spacing: 0;
	cursor: pointer;
}

#agentfire_gdpr_bar .agentfire-gdpr-bar-button.agentfire-gdpr-bar-button--secondary {
	background-color: transparent;
	box-shadow: inset 0 0 0 1px currentColor;
	opacity: .7;
	color: #fff;
}

#agentfire_gdpr_bar .agentfire-gdpr-bar-button.agentfire-gdpr-bar-button--secondary:hover {
	box-shadow: none;
	opacity: 1;
	color: #202020;
	background-color: #fff;
}

@media only screen and (max-width: 767px) {
	#agentfire_gdpr_bar .agentfire-gdpr-bar-button {
		padding: 8px 20px;
	}
}

@media only screen and (max-width: 575px) {
	#agentfire_gdpr_bar .agentfire-gdpr-bar-button {
		padding: 8px 10px;
	}
}

/* Footer */

.agentfire-gdpr-bar-visible [data-elementor-type=footer].elementor-location-footer {
	padding-bottom: 40px;
}

@media only screen and (max-width: 767px) {
	.agentfire-gdpr-bar-visible [data-elementor-type=footer].elementor-location-footer {
		padding-bottom: 120px;
	}
}

/* Modal */

.agentfire-gdpr-modal {
	z-index: 10000004;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	white-space: nowrap;
	background: #0b0b0b;
	background: rgba(0, 0, 0, .9);
	outline: none !important;
	display: none;
	opacity: 0;
	transition: opacity .3s ease;
}

.agentfire-gdpr-modal.agentfire-gdpr-modal--opened {
	display: block;
}
.agentfire-gdpr-modal.agentfire-gdpr-modal--loading {
	opacity: 1;
}

.agentfire-gdpr-modal * {
	box-sizing: border-box;
}

.agentfire-gdpr-modal-wrap {
	z-index: 10000004;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	outline: none !important;
}
.agentfire-gdpr-modal-wrap::before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.agentfire-gdpr-modal-content {
	z-index: 10000005;
	position: relative;
	text-align: left;
	vertical-align: middle;
	display: inline-block;
	white-space: normal;
	max-width: 100%;
	max-height: 100%;
	outline: none !important;
	transform: scale(0.8);
	transition: transform .3s ease;
}

.agentfire-gdpr-modal.agentfire-gdpr-modal--loading .agentfire-gdpr-modal-content {
	transform: scale(1);
}

.agentfire-gdpr-modal-container {
	color: #000;
	width: 900px;
	width: 80vw;
	max-width: 1170px;
	min-height: 600px;
	border-radius: 5px;
	position: relative;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.agentfire-gdpr-modal-container {
		width: calc(100vw - 50px);
	}
}

.agentfire-gdpr-modal-body {
	position: relative;
	float: right;
	padding: 30px 60px 0;
	height: auto;
	background-color: #f1f1f1;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
}

@media (max-width: 767px) {
	.agentfire-gdpr-modal-body {
		padding: 15px 10px 0;
	}
}

#agentfire_gdpr_modal .agentfire-gdpr-modal-close {
	position: absolute;
	text-decoration: none;
	top: -30px;
	right: -30px;
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 50%;
	background: transparent;
	padding: 0;
	z-index: 99;
	margin: 0;
	outline: none;
	box-shadow: none;
	border: none;
}

#agentfire_gdpr_modal .agentfire-gdpr-modal-close .agentfire-gdpr-icon {
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 48px;
	background-color: #039efb;
	border: 1px solid #039efb;
	color: #fff;
	border-radius: 50%;
	transition: all .3s ease;
}

.agentfire-gdpr-icon::before,
.agentfire-gdpr-icon::after  {
	position: absolute;
	content: " ";
	height: 24px;
	width: 1px;
	top: calc(50% - 12px);
	background-color: currentColor;
}
.agentfire-gdpr-icon::before {
	transform: rotate(45deg);
}
.agentfire-gdpr-icon::after {
	transform: rotate(-45deg);
}

#agentfire_gdpr_modal .agentfire-gdpr-modal-close:hover .agentfire-gdpr-icon {
	background-color: #fff;
	color: #039efb;
}

.agentfire-gdpr-modal-title {
	display: flex;
	width: 100%;
	align-items: center;
	position: relative;
	margin-bottom: 10px;
}

.agentfire-gdpr-modal-title h3 {
	width: 100%;
	font-weight: 700;
	font-size: 28px;
	line-height: 1.1;
}

.agentfire-gdpr-modal-logo img {
	max-height: 75px;
	width: auto;
	display: inline-block;
}

.agentfire-gdpr-modal-icon {
	display: none;
}

.agentfire-gdpr-modal-icon img {
	max-height: 60px;
	width: auto;
	display: inline-block;
}

@media (max-width: 575px) {
	.agentfire-gdpr-modal-logo {
		display: none;
	}
	.agentfire-gdpr-modal-icon {
		display: block;
	}
}

.agentfire-gdpr-modal-inner {
	max-height: 50vh;
	overflow: hidden;
	overflow-y: auto;
	padding-bottom: 0;
	height: 100%;
	padding-bottom: 20px;
	padding-right: 10px;
}

@media (max-width: 767px) {
	.agentfire-gdpr-modal-inner {
		max-height: 60vh;
	}
}

.agentfire-gdpr-modal-tab {
	display: flex;
	flex-direction: row;
	margin-top: 10px;
}

@media (max-width: 767px) {
	.agentfire-gdpr-modal-tab {
		flex-direction: column;
		margin-bottom: 10px;
	}
}

.agentfire-gdpr-modal-tab-content {
	width: 100%;
}

.agentfire-gdpr-modal-tab-toggle {
	padding: 6px 20px 0 100px;
}

@media (max-width: 767px) {
	.agentfire-gdpr-modal-tab-toggle {
		padding: 10px 0 10px 0;
	}
}

.agentfire-gdpr-modal-switch {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 30px;
	padding: 0;
}

.agentfire-gdpr-modal-slider {
	position: relative;
	width: 50px;
	height: 30px;
	border-radius: 34px;
	display: block;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: red;
	transition: .4s;
	margin: 0;
	padding: 0;
	overflow: visible;
	box-shadow: 1px 1px transparent;
}

.agentfire-gdpr-modal-switch input {
	display: none;
}

input:checked + .agentfire-gdpr-modal-slider {
	background-color: #2e9935;
}

input:checked:disabled + .agentfire-gdpr-modal-slider {
	background-color: #aaa;
}

.agentfire-gdpr-modal-slider::before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 1px;
	bottom: 1px;
	transition: .4s;
	border: 1px solid #f2f2f2;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .25);
	display: block;
	box-sizing: content-box;
}

input:checked + .agentfire-gdpr-modal-slider::before {
	transform: translateX(20px);
}

.agentfire-gdpr-modal-slider::after {
	content: attr(data-text-disabled);
	position: absolute;
	top: 0;
	left: 60px;
	font-weight: 700;
	font-size: 16px;
	line-height: 30px;
	color: red;
	display: block;
	white-space: nowrap;
	text-align: right;
	left: auto;
	right: 60px;
}

@media (max-width: 767px) {
	.agentfire-gdpr-modal-slider::after {
		left: 60px;
		right: 0;
		text-align: left;
	}
}

input:checked + .agentfire-gdpr-modal-slider::after {
	content: attr(data-text-enable);
	color: #2e9935;
	white-space: nowrap;
}

input:checked:disabled + .agentfire-gdpr-modal-slider::after {
	color: #aaa;
}

.agentfire-gdpr-modal-footer {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 25px 0;
	position: relative;
}

@media (max-width: 767px) {
	.agentfire-gdpr-modal-footer {
		padding: 15px 0 5px;
	}
}

.agentfire-gdpr-modal-footer::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	display: block;
	background-color: #c9c8c8;
}

#agentfire_gdpr_modal .agentfire-gdpr-modal-button {
	background-color: #039efb;
	border-color: #039efb;
	text-decoration: none;
	border-radius: 150px;
	color: #fff;
	padding: 15px 20px;
	margin: 0 5px;
	transition: all .3s ease;
	border: 1px solid transparent;
	text-align: center;
	text-transform: none;
	letter-spacing: 0;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	cursor: pointer;
}

@media (max-width: 767px) {
	#agentfire_gdpr_modal .agentfire-gdpr-modal-button {
		padding: 5px 15px;
		margin-bottom: 10px;
	}
}

@media (max-width: 575px) {
	#agentfire_gdpr_modal .agentfire-gdpr-modal-button {
		display: block;
		width: 100%;
	}
}

#agentfire_gdpr_modal .agentfire-gdpr-modal-button:hover {
	background-color: #fff;
	color: #039efb;
	border-color: #039efb;
}

#agentfire_gdpr_modal .agentfire-gdpr-modal-button.agentfire-gdpr-modal-button--secondary {
	background-color: #aaa;
}
#agentfire_gdpr_modal .agentfire-gdpr-modal-button.agentfire-gdpr-modal-button--secondary:hover {
	background-color: #fff;
	color: #aaa;
	border-color: #aaa;
}

.agentfire-gdpr-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}