/**
 * All custom CSS modifications should be kept in this file. When updating move this file
 * from the old installation to the updated one. This will preserve all your CSS customisations.
 *
 * This file gets included last, so any CSS rule written below will override a previously declared one.
 *
 * Add your CSS modifications below:
 */
.site-logo {
    display: none;
	visibility: hidden;
}

.site-logo img {
    display: none;
	visibility: hidden;
}

.page-title {
    display: none;
	visibility: hidden;
}

.fluxus-lightbox {
  background: #fff;
}	
