/*
@package WordPress
@subpackage Campaign Pro Cookie Notice
@author GoingBold
@since 1.0.0
@version 1.0.1
*/

#cookies-eu-banner.cp-alert {
	background: #fff;
	color: #404040;
	border-bottom: 1px solid #ccc;
}

#cookies-eu-banner .cp-alert__content-wrapper {
	padding: 25px 0 25px 55px;
}

#cookies-eu-banner .cp-alert__content-wrapper:before {
	background-color: #404040;
	background-position: -16px -268px;
	width: 36px;
	height: 36px;
	top: 49px;
	bottom: auto;
	border-radius: 999px;
}

#cookies-eu-banner .p--cp-alert__message + button {
	margin-bottom: 4px;
}

@media (min-width: 1540px) {
	/**
	 * Adds a background that covers the border-left
	 * and right added on high res to give a little
	 * separation between cookie notice and rest
	 * of site.
	 */
	#cookies-eu-banner.cp-alert:before {
		content: '';
		height: 100%;
		width: 102%;
		margin-left: -1%;
		transform: none;
		top: 0;
		background-color: #e9eaee;
	}
}