/*
Theme Name: Gesta.lv
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: Gesta.lv

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

#cn-accept-cookie.cn-button.bootstrap {
	background-color: #f98e70;
	background-image: none;
}
#cn-accept-cookie.cn-button.bootstrap:hover {
	background-color: #de7e64;
}
#cookie-notice {
	border:2px solid #FFF;
	min-width: calc( 100% - 4px );
}
.cookie-notice-container {
    padding: 10px;
    text-align: center;
    width: calc( 100% - 20px );
}
#cookie-notice a {
	color:#FFF;
}