/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.wp-consent-container
{
	background: #f2f2f2;
	padding: 20px;
	margin: 10px 0;
	color:#232323;
}

.wp-consent-button
{
	display: block;
	margin: 20px auto;
	font-size: 1.5em;
	line-height:1.5em;
}

.wp-consent-text-heading
{
	font-size: 1.5em;
	margin: 0;
	padding: 0;
	line-height:2em;
}

.wp-consent-text
{
	font-size: 1em;
	margin: 0;
	padding: 0;
}

#rightColumn a .wp-consent-text a, #subfooter .wp-consent-text a
{
	color:#232323;
	text-decoration:underline;
}

.wp-consent-button:after
{
	content: '\f144';
	font-family: 'Font Awesome\ 5 Free';
	margin-left: 10px;

}

.zw-wp-oembed-activ
{
	color: green;
	float: left;
}

.zw-wp-oembed-inactiv
{
	color: red;
	float: left;
}