/*
	Theme Name:	Xtra Child
	Theme URI:	http://themeforest.net/user/Codevz/portfolio
	Description:Sample child theme of Xtra theme for customization.
	Author:		Codevz
	Author URI:	http://themeforest.net/user/Codevz
	Template:	xtra
	Version:	1.0
*/

/*
.cookie-notice-container  { background-color: rgba(0, 0, 0,0.7) !important; }
#cookie-notice { background-color: rgba(0, 0, 0,0.7) !important; }*/
#cookie-notice.cookie-revoke-visible { background-color: transparent !important; }
#cookie-notice .cn-button.button { background-color:#0083ad; border-radius:0px; background-image:none; box-shadow:none; border:0px; }
#cn-revoke-text { display:none }
.cookie-revoke-container { padding: 0; text-align: right; height: 30px }

@media only screen and (min-width: 980px){
	#cookie-notice .cn-revoke-cookie { float:right; margin-right:10px; }
}
@media screen and (max-width: 980px) {
	#cookie-notice {text-align: left;}
	#cookie-notice .cn-button.button{margin-left: 15px;}
	.cookie-notice-container {padding-bottom:70px}
	.cookie-revoke-container {text-align: left;height: 30px}
}
