
/* #cookies_message p {
    font-size: 14px;
} */

.visuallyhidden {
	border: 0 none;
	clip: rect(0px, 0px, 0px, 0px);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.messages {
	position: fixed;
	bottom: 0px;
	left: 0;
	z-index: 99999;
	width: 100%;
	background: rgba(104, 38, 6, 1);
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	color: #868686;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.messages .title {
	font-family: "foco",sans-serif;
	font-size: 1.25em;
	color: #fff;
	text-transform: uppercase;
}

.messages .thin {
	font-family: "foco",sans-serif;
}

.messages p {
	margin: 10px 0 0 0;
	font-size: 0.9375em;
	font-family: "foco",sans-serif;
	color: #FFF;
}

.messages p a {
	color: #fff;
	font-weight: bold;
}

.messages .btn-message {
	position: absolute;
	right: 40px;
	top: 50px;
	display: block;
	width: 200px;
	height: 50px;
	line-height: 50px;
	border: 2px solid #fff;
	color: #fff;
	font-size: 1.125em;
	font-family: 'BrandonGrotesqueBold', sans-serif;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 38px;
}

.messages .btn-message:hover {
	background: #fff;
	color: #333333;
	text-decoration: none;
}

.messages .message {
	padding: 40px 35% 40px 40px;
	border-top: 1px solid #682606;
}


#cookies_message {
	display: flex;
	align-items: center;
	padding: 40px 5%;
}
.cookies_message__copy_wrapper {
	position: relative;
	width: 80%;
	padding-right: 30px;
}
.cookies_message__cta_wrapper {
	width: 20%;
	text-align: right;
}
.cookies_message__image img {
	position: absolute;
	bottom: -15px;
	right: calc(100% - 280px);
	width: auto;
	height: calc(100% + 15px + 1.75 * 40px);
}
#cookies_message .btn-message {
	position: static;
	display: inline-block;
	width: 260px;
	height: auto;
	line-height: 64px;
}

@media (max-width:1400px) {
	#cookies_message {
		padding-top: 30px;
		padding-bottom: 30px;
		font-size: 12px;
	}
	.cookies_message__copy_wrapper {
		padding-left: 250px;
		padding-right: 25px;
	}
	.cookies_message__image img {
		right: calc(100% - 220px);
		height: calc(100% + 15px + 1.75 * 30px);
	}
	#cookies_message .btn-message {
		width: 220px;
		line-height: 50px;
	}
}
@media (max-width:1000px) {
	#cookies_message {
		padding-top: 20px;
		padding-bottom: 20px;
		font-size: 10px;
	}
	.cookies_message__copy_wrapper {
		width: calc(100% - 160px);
		padding-left: 200px;
		padding-right: 0;
	}
	.cookies_message__cta_wrapper {
		width: 160px;
	}
	.cookies_message__image img {
		right: calc(100% - 180px);
		bottom: -10px;
		height: calc(100% + 15px + 1.75 * 20px);
		max-height: 100px;
	}
	#cookies_message .btn-message {
		width: auto;
		padding-left: 25px;
		padding-right: 25px;
		margin: 0;
	}
}
@media (max-width:767px) {
	.messages p {
		font-size: 1.2em;
	}
	#cookies_message {
		flex-direction: column;
		padding: 30px 5%;
		text-align: left;
	}
	.cookies_message__copy_wrapper {
		display: flex;
		flex-flow: row wrap;
		align-items: flex-end;
		width: 100%;
		padding-left: 0;
	}
	.cookies_message__cta_wrapper {
		width: 100%;
		margin-top: 25px;
		text-align: center;
	}
	#cookies_message .title {
		width: 75%;
		order: 1;
		font-size: 1.4em;
	}
	.cookies_message__image {
		position: relative;
		order: 2;
		width: 25%;
	}
	.cookies_message__image img {
		right: 0;
		bottom: -5px;
		width: auto;
		height: 65px;
		max-width: none;
		max-height: none;
	}
	#cookies_message p {
		order: 3;
	}
	#cookies_message .btn-message {
		padding-left: 50px;
		padding-right: 50px;
		line-height: 40px;
	}
}
@media (max-width:500px) {
	#cookies_message .title {
		width: 60%;
	}
	.cookies_message__image {
		width: 40%;
	}
	.cookies_message__image img {
		height: 80px;
		bottom: -5px;
	}
}
@media (max-width:400px) {
	.cookies_message__image img {
		bottom: 0;
	}
}

@media(max-width:1599px) {
	.messages .message {
		padding: 40px 300px 40px 40px;
	}
}

@media (max-width:991px) {
	.messages {
		font-size: 1.2em;
	}
	.messages .title {
		font-size: 1.35em;
	}
	.messages p {
		margin: 10px 0 0 0;
	}
	.messages .btn-message {
		position: relative;
		right: auto;
		top: auto;
		width: 200px;
		height: 50px;
		line-height: 50px;
		font-size: 1.15em;
		margin: 50px 0 0 0;
	}
	.messages .message {
		padding: 40px;
	}
}

@media (max-width: 767px) {
	.messages {
		/*        position: absolute;*/
		font-size: 1.1em;
		text-align: center;
	}
	.messages .title {
		font-size: 1.30em;
	}
	.messages p {
		margin: 10px 0 0 0;
	}
	.messages .btn-message {
		position: relative;
		right: auto;
		display: block;
		width: 200px;
		height: 50px;
		line-height: 50px;
		border: 2px solid #fff;
		color: #fff;
		font-size: 1.05em;
		margin-left: auto;
		margin-right: auto;
	}
	.messages .message {
		padding: 20px 40px;
	}
}