/**
 * http://new-dev.ru/
 * author GoldSoft <newdevexpert@gmail.com>
 * Copyright (c) New-Dev.ru
 */

.gdprcookie-stickybar {
	text-align: center;
	width: 100%;
	z-index: 99999;
	box-shadow: rgba(0,0,0,.5) 0px 5px 10px;
	padding: 10px;
	box-sizing: border-box;
	font-size: 14px;
	background-color: #fff;
	color: #000;
	font-family: inherit;
	position: fixed;
	left: 0;
	bottom: 0;
}

.gdprcookie-container {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.gdprcookie-message {
	width: 70%;
	text-align: left;
}
@media (max-width: 768px) {
	.gdprcookie-message {
		width: 100%;
	}
}

.gdprcookie-popup .gdprcookie-message {
	width: 100%;
	text-align: justify;
	padding-bottom: 20px;
}


.gdprcookie-button {
	display: inline-block;
	padding: 8px 16px;
	border-radius: 4px;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	background-color: #4fc0dd;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.gdprcookie-button:hover {
	text-decoration: none;
	opacity: 0.7;
}

.gdprcookie-reject-button {
	background-color: #e85319/*#f7a71a*/;
}

.gdprcookie-more-button {
	background-color: #fff;
	color: #000;
	text-decoration: underline;
}