/* Photography Page Styles
************************************************************/

.photography-work{
	position: relative;
}
.mainContent .flex-viewport ul{
    max-width: none;
}

figure, figure, figure.wp-block-image	{
	max-width: 100%;
	margin-bottom: 150px;
}

.wp-block-image figcaption {
	text-align: center;
	font-weight: bold;
	font-size: 1em;
	padding-top: 20px;
}

@media (max-width: 1050px) {
	.photographyChildContent .flexContainer { flex-direction: column; }
	.photographyChildContent .flexContainer .flex-col-4 {width: 100%;}
}

.photographyChildContent .flexContainer .flex-col-4 h4	{
	text-align: center;
	font-size: 1.2em;
}

.flex-direction-nav .flex-next	{
	left: 101%;

}
.flex-direction-nav .flex-prev	{
	left: -4%;
}

.row	{
	border-bottom: solid 1px transparent;

}

.flex-active-slide img	{
	margin: 0 auto;
	text-align: center;
}

.flex-active-slide img,
ul.slides img {
	border: 1px solid transparent;
}



