.mlobox-facebook-all-in-one .mlobox-facebook-tab-bar {
    display: none;
}
.mlobox-facebook-feed .facebook-post-item {
	background: #fff;
    padding: 15px;
    border-radius: 4px;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.22);
}
.mlobox-facebook-feed .facebook-post-item .author {
	width: 100%;
	margin-bottom: 10px;
}
.mlobox-facebook-feed .facebook-post-item .image a.open-popup { overflow: visible !important; }
.mlobox-facebook-feed .facebook-post-item .author .image img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
    overflow: hidden;
	margin-right: 10px;
}
.mlobox-facebook-feed .facebook-post-item .author .name {
	line-height: 1.4;
	font-weight: 600;
}
.mlobox-facebook-feed .facebook-post-item .author .time {
	font-size: 12px;
	color: #616770;
}
.mlobox-facebook-feed .facebook-post-item .content {
	margin-bottom: 15px;
}
.mlobox-facebook-feed .facebook-post-item .image {
	margin-bottom: 10px;
	position: relative;
}
.mlobox-facebook-feed .facebook-post-item .image img {
	width: 100%;
}
.mlobox-facebook-feed .facebook-post-item .image .video-play {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../images/play.png) no-repeat center center;
    background-size: 40px;
    z-index: 1;
    transition: all 0.5s;
    cursor: pointer;
}
.mlobox-facebook-feed .facebook-post-item .bottom-bar .item {
	margin-right: 12px;
	color: #aba9a9;
	font-size: 13px;
}
.mlobox-facebook-feed .facebook-post-item .bottom-bar .item:last-child {
	margin-right: 0;
}
.mlobox-facebook-feed .facebook-post-item .bottom-bar .item img {
	width: 18px;
	margin-right: -6px;
	position: relative;
}
.mlobox-facebook-feed .facebook-post-item .bottom-bar .item img:last-child {
	margin-right: 1px;
}
.mlobox-facebook-feed .facebook-post-item .bottom-bar .item img.like {
	z-index: 6;
}
.mlobox-facebook-feed .facebook-post-item .bottom-bar .item img.love {
	z-index: 5;
}
.mlobox-facebook-feed .facebook-post-item .bottom-bar .item img.haha {
	z-index: 4;
}
.mlobox-facebook-feed .facebook-post-item .bottom-bar .item img.wow {
	z-index: 3;
}
.mlobox-facebook-feed .facebook-post-item .bottom-bar .item img.sad {
	z-index: 2;
}
.mlobox-facebook-feed .facebook-post-item .bottom-bar .item img.angry {
	z-index: 1;
}
.mlobox-facebook-feed .facebook-post-item .go-facebook {
	margin-left: 8px;
}
.mlobox-facebook-feed .facebook-photo-item .image img {
	width: 100%;
	border-radius: 3px;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.22);
}
.mlobox-facebook-feed .facebook-albums {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}
.mlobox-facebook-feed .facebook-album-item {
	text-align: center;
	width: 25%;
	padding: 0 20px;
	margin-bottom: 30px;
}
@media (max-width: 991px) {
	.mlobox-facebook-feed .facebook-album-item {
		width: 33.33%;
	}
}
@media (max-width: 576px) {
	.mlobox-facebook-feed .facebook-album-item {
		width: 50%;
	}
}
@media (max-width: 425px) {
	.mlobox-facebook-feed .facebook-album-item {
		width: 100%;
	}
}
.mlobox-facebook-feed .facebook-album-item .album-image-wrap {
    position: relative;
    z-index: 1;
	margin-bottom: 16px;
}
.mlobox-facebook-feed .facebook-album-item .album-image-wrap:before,
.mlobox-facebook-feed .facebook-album-item .album-image-wrap:after {
	content: "";
    position: absolute;
	border: 1px solid #dddfe6;
    width: 100%;
    height: 100%;
    bottom: -5px;
    right: -5px;
    z-index: -1;
    background-color: #fff;
	border-radius: 2px;
}
.mlobox-facebook-feed .facebook-album-item .album-image-wrap:after {
	bottom: -10px;
    right: -10px;
    z-index: -2;
}
.mlobox-facebook-feed .facebook-album-item .album-image {
	position: relative;
	overflow: hidden;
	border: 1px solid #dddfe6;
	width: 100%;
	height: 100%;
}
.mlobox-facebook-feed .facebook-album-item .album-image img {
	width: 100%;
}
.mlobox-facebook-feed .facebook-album-item .album-name {
	font-size: 15px;
    color: #333333;
}
.mlobox-facebook-feed .facebook-album-item .album-count {
	font-size: 13px;
	color: #90949c;
}
.mlobox-facebook-feed .facebook-video-item .video {
    position: relative;
}
.mlobox-facebook-feed .facebook-video-item .video video {
    width: 100%;
	border-radius: 3px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.22);
}
.mlobox-facebook-feed .facebook-video-item .video .video-play {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../images/play.png) no-repeat center center;
    background-size: 40px;
    z-index: 1;
    transition: all 0.5s;
    cursor: pointer;
}
.mlobox-facebook-feed .facebook-video-item .video .video-length {
	position: absolute;
    right: 15px;
    bottom: 20px;
	background: rgba(0, 0, 0, .4);
    border-radius: 2px;
    padding: 2px 6px;
	color: #fff;
	font-size: 12px;
}
.mlobox-facebook-feed .facebook-video-item .title {
	margin-top: 5px;
	font-size: 15px;
    color: #333333;
}
.mlobox-facebook-feed .facebook-video-item .time {
	font-size: 13px;
    color: #90949c;
}
.mlobox-facebook-feed .album-photos {
	display: none;
}
.mlobox-facebook-feed .read-more {
	text-align: center;
	margin-top: 20px;
}
.mlobox-facebook-feed-popup {
    position: relative;
    width: 900px;
	height: 100%;
    min-height: 500px;
    margin: 0 auto;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 0 22px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 22px 0 rgba(0,0,0,0.2);
}
.mlobox-facebook-feed-popup .popup-container {
	background-color: #fff;
	width: 900px;
}
.mlobox-facebook-feed-popup .popup-left {
	width: 60%;
	padding: 30px;
	height: 100%;
    min-height: 500px;
	background-color: #000;
	position: relative;
}
.mlobox-facebook-feed-popup .popup-right {
	width: 40%;
	height: 100%;
    min-height: 500px;
	position: relative;
}
.mlobox-facebook-feed-popup .popup-right .mlobox-facebook-feed .facebook-post-item {
	box-shadow: none;
}
.mlobox-facebook-feed-popup .popup-right .mlobox-facebook-feed .facebook-post-item .bottom-bar {
	position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    padding: 0 15px;
}
.mlobox-facebook-feed-popup .popup-right .mlobox-facebook-feed .facebook-post-item .bottom-bar .item img {
	margin-top: -2px;
}
.mlobox-facebook-feed-popup .popup-left img,
.mlobox-facebook-feed-popup .popup-left video {
	max-width: 90%;
	height: auto;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.mlobox-facebook-feed-popup button.mfp-close {
	position: fixed;
	width: 32px;
    height: 32px;
    line-height: 32px;
	right: 10px;
    top: 10px;
    opacity: 1;
	color: #fff;
	font-size: 32px;
}
