/*
Theme Name: Carolina Bont
Theme URI: http://www.yoursite.com/
Version: 1.0
Description: Custom Theme based on Canvas
Author: Daniel Baars
Author URI: http://www.danieldesign.nl
Template: canvas
*/

@import url(../canvas/style.css);

.cookie {
	color: #FFF;
	font-weight: 500;
	font-size: 13px;
	line-height: 1.5;
	padding: 1em; 
}

.cookie__outer {
	background: #4c565c; 
}
.cookie .col-xs-12:first-of-type {
	width: 100%;
	padding-bottom: 1em;
}

@media (min-width: 992px) {

	.cookie .col-xs-12:first-of-type {
		width: 78%;
		padding-bottom: 0;
	} 

}

.cookie .col-xs-12:last-of-type {
	padding: 22px 15px 4px;
	width: 22%;
	text-align: right;
	width: 100%; 
}

@media (min-width: 992px) {

	.cookie .col-xs-12:last-of-type {
		width: 22%;
		padding: 0 15px; 
	} 

}

.cookie .btn {
	text-transform: uppercase;
	width: 75px;
	text-align: center;
	position: relative;
	top: 0;
}

.cookie .col-xs-12 {
	float: left;
}

@media (min-width: 992px) {

	.cookie .btn {
		top: 2px;
	}

	.cookie {
		padding: 24px 0 20px;
	}

}