/* FEMP FACEBOOK APP STYLES */

/* Required for Facebook Apps */
body, html { min-width: auto !important; padding: 0px; margin: 0px;overflow: hidden;}

@media screen and (min-width: 780px) {
	.fb_app_live { overflow-y: hidden !important; }
}
@media screen and (max-width: 779px) {
	.fb_app_live { overflow-y: visible!important; }
}

.fb_app_preview { overflow-y: visible !important; }

.fb_app_preview #admin_preview_btn {display:none;}

.fb_app { margin: 0 auto;	max-width: 810px; 	width: 98%; padding: 1%;}
.fb_app img { max-width: 100%; height: auto; }

#admin_preview_btn { color: #000; display: block; max-width: 810px; width:100%; background-color: #ABE4AF;cursor: pointer; text-align: center; padding: 10px 5px; border-radius: 5px; transition: all .3s ease-in-out; margin: 10px auto; font-size: 14px; font-family: arial;}
#admin_preview_btn:hover {background-color: #59CA62; }
#admin_preview_btn.activated {display:none;}

.vc_row { margin-left: 0px !important; margin-right: 0px !important; }

/* Optional Styling */

html, body { background-color: transparent !important; }

.fb_app {
	border: none;
	box-shadow: none;
	background-color: #FFF;
}

.fb_app p { padding: 5px 0;}




