/*
Theme Name: Photograph AGL
Theme URI: aglfotografia.com.br
Theme Author: AGL Fotografia
Template: photograph
Version: 1.0.0
Text Domain: photograph-agl
License: GNU General Public License or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
*/


/* HOME */
.main-slider .image-slider {
	background-position: top center;
}


/* SINGLE */
#primary {
	width: 100%;
	padding-right: 0px;
}

.pgcsimplygalleryblock-viewer-slider-item-title {
	display: none !important;
}

#sticky-header {
	position: fixed;
}


@media only screen and (max-width: 600px) {
	#masthead, 
	.main-slider,
	.layer-slider,
	.image-slider {
		max-height: 50vh;
	}
	
	.main-slider .image-slider[title="Ensaio fotográfico da Júlia"] {
		background-position: top left !important;
	}
}