/* CSS Document */

div.pp_popup_cover {
	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 999;
	background: rgba(0, 0, 0, 0.8);
	left: 0;
	top: 0;
}
div.pp_popup {
	width: 430px;
	background: #fff;
	margin: 50px auto;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
div.pp_popup_header {
	background: #3b5998;
	border-bottom: 1px solid #9daccb;
	margin: 0;
	padding: 15px 20px;
	font: 17px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
}
img.pp_facebook_logo {
	width: 134px !important;
}
div.pp_popup_subheader {
	background: #3b5998 url(http://incroyable.co/wp-content/plugins/PostPopups/images/header_back.png) left bottom no-repeat;
	margin: 0;
	padding: 20px 20px 43px 20px;
	font: 18px Helvetica, Arial, sans-serif;
	color: #fff;
}
div.pp_popup_header > button {
	float: right;
	width: 22px;
	height: 22px;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}
div.pp_popup_content {
	background: #fff;
	margin: 0;
	padding: 5px 20px 30px 20px;
	font: 17px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	overflow: hidden;
}

div.pp_scroll_only {
	display: none;
	position: fixed;
	bottom: 5px;
	right: 5px;
	z-index: 999;
}

.fb_edge_comment_widget {
  display: none !important;
}