/* Single Live Feed Page Style */

header.photonic-object-header {
    display: block;
    border: 0;
	margin-top: 3em;
    padding: 20px 20px 30px;
}

header.photonic-object-header .photonic-header-thumb, 
.photonic-album-details .photonic-album-photos, 
#baguetteBox-overlay .full-image figcaption {
    display: none !important;
}

.photonic-album-title a {
    font-size: 2.5rem;
    color: #292929;
}

@media (max-width: 767px) {
	.photonic-album-title a {
		line-height: 1.2em;
		font-size: 2rem;
	}

	header.photonic-object-header {
		margin-top: 0;
		padding: 10px 10px 20px;
	}

	.photonic-standard-layout {
		padding: 0 5px !important;
	}
}