/*
Theme Name:     NetworkTheme Artberlin
Theme URI:      http://sternzeichen.net
Description:    NetworkTheme ChildTheme Artberlin
Author:         Pascal Bajorat
Author URI:     http://www.pascal-bajorat.com
Template:       networktheme
Version:        1.0.0
*/

/* @import url("../networktheme/style.css"); */

/* NWT-723 disable banner in grayscale */
.artplus {
	filter: none !important;
	-webkit-filter: none !important;
}

/* NWT-726 fb overlay */
div.fb_overlay {
	cursor: pointer;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	-moz-user-select: none;
	white-space: nowrap;
	font-size: 11px;
	position: relative;
	z-index: 10000;
	pointer-events: none;
	border: none;
	padding: 0;
	border-radius: 3px;
	background: #4267b2;
	border: 1px solid #4267b2;
	color: #fff;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	height: 21px;
	min-height: 21px !important;
	max-height: 21px !important;
	min-width: 63px !important;
}

div.fb_overlay .fb_span {
	padding-left: 0px;
	padding-right: 4px;
	font-family: Helvetica, Arial, sans-serif;
	vertical-align: middle;
	font-weight: bold;
	pointer-events: none;
	position: relative;
	top: -3px;
	pointer-events: none;
}

div.fb_overlay .inlineBlock {
	display: inline-block;
	pointer-events: none;
}

div.fb_overlay div {
	pointer-events: none;
}

div.fb_overlay img {
	position: relative;
	top: 2px;
	pointer-events: none;
}

div.fb_overlay .fb_counter {
	padding-right: 4px;
	vertical-align: middle;
	position: relative;
	top: -3px;
	pointer-events: none;
}