/* Photo With Caption */

.content .photo-widget.widget {
	display: block;
	line-height: 0;
	text-decoration: none;
	max-width: 300px; }

.content .photo-widget.widget .photo-caption {
	font-style: normal;
	font-weight: normal;
	font-size: 26px;
	line-height: 120%;
	text-align: center;
	color: #FFFFFF;
	background: #524A43;
	padding: 15px 14px;
	display: block; }
