/*
 * dadifb.css
 * 
 * Style css for DadiFB Box frontend 
 * 
 * @version 	2.2 2016/12/31
 * @package 	DadiFB Box
 * @copyright	Copyright 2016 DAVIDE MURA  (email: muradavi@gmail.com)
 * @license		GNU General Public License GPLv2
 * @since Since Release 1.0
 * 
 **********************************************************************/

#dadifb-overlay {
	display: block;
	position: fixed;
	z-index: 100000;
	top: 0;
	background: rgba(3, 3, 3, 0.67);
	width: 100%;
	height: 100%;
	text-align: center;
}

#dadifb-overlay .dadifbox {
	-moz-box-shadow: 0 0 20px #000;
	-webkit-box-shadow: 0 0 20px #000;
	box-shadow: 0 0 20px #000;
	width: 100%;
	position: absolute;
	background-color: #000;
	min-height: 70px;
}

#dadifb-overlay .dadifbox .loader {
	position: absolute;
	left: 50%;
	margin-left: -8px;
    top: 45%;
}

#dadifb-overlay .dadifbox blockquote {
	padding: 8px 0;
	color: inherit;
	margin: 0;
	line-height: normal;
	border: 0 none;
	font-size: inherit;
}

blockquote:before,
blockquote:after {
    content: "" !important;
    font-size: inherit !important;
    position: static !important;
    left: auto !important;
    top: auto !important;
}

#button-xclose {
	position: absolute;
    right: -15px;
    top: -14px;
    z-index: 1;
    cursor: pointer;
}

#dadifb-overlay .remove:hover {
	background: #8D2525;
}

#dadifb-overlay .alert {
	height: 100%;
	font-size: 1.2em;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 158px;
	margin-left: -100px;
	margin-top: -100px;
	padding-top: 42px;
	color: #F00;
}

#dadifb-overlay a.dadifb-author-link {
	position: absolute;
	bottom: -20px;
	right: 0;
	font-weight: bold;
	text-shadow: 0 1px 0 #161515;
	color: #B8B6B6;
	font-size: 10px;
	padding: 0 9px;
}

#dadifb-overlay a.dadifb-author-link:hover {
	color: #fffffe;
}

.fb-xfbml-parse-ignore {
    text-align: center;
    width: 100%;
}
