/* GALLERY PREVIEWS */

ul.gallery-previews {
	background: #ffffff;
	padding: 10px;
}

.gallery-preview .title {
	font-size: 20px;
	text-decoration: underline;
}


.gallery-preview .img:hover+.title {
	color: #4c4d4f;
}

ul.gallery-images > li,
ul.gallery-previews > li {
	width: 220px;
	margin: 0 10px 0 0;
	vertical-align: top;
}

ul.gallery-previews > li {
	margin-bottom: 10px;
}

ul.gallery-images > li:nth-child(3n),
ul.gallery-previews > li:nth-child(3n),
ul.gallery-previews > li:last-child {
	margin-right: 0;
}

.gallery-img-preview .img,
.gallery-preview .img {
	height: 220px;
	width: 220px;
	cursor: pointer;
	margin-bottom: 10px;
	overflow: hidden;
}

.gallery-preview .img {
	line-height: 220px;
}

.gallery-preview .img img {
	max-width: 220px;
	height: auto;
}

.pro-gallery-previews .img img {
	vertical-align:bottom;
	display: inline-block;
}

.gallery-img-preview .hidden-overlay {
	height: 100%;
	font-size: 21px;
	line-height: 25px;
	text-transform: none;
	font-family: 'Gotham A', 'Gotham B','Arial',Helvetica, Arial, sans-serif;
	font-weight: 800;
}

.gallery-img-preview:hover .hidden-overlay {
	display: table;
}

.gallery-img-preview .hidden-overlay span {
	display: table-cell;
	width: 90%;
	padding: 5%;
	bottom: 10px;
	vertical-align: middle;
}

.tax-personal-photo-hashtag .gallery-img-preview .hidden-overlay {
	word-break:break-all;
}

.gallery-img-preview .photo-caption {
	display: none;
}

/* MENUS */

.widget-personal-photo-menu ul.menu li a {
	color: #4c4d4f;
}

.widget-personal-photo-menu ul.menu li a:hover,
.widget-personal-photo-menu ul.menu li.selected a {
	color: #ee3342;
}

/* MAIN TEXTS & LAYOUT */

#gallery-container {
	background: #fff;
	padding: 20px;
	width: 660px;
}

#gallery-container .personal-photo-instructions .description,
#photo-gallery-header .description {
	margin-top: 16px;
}

.personal-photo-instructions.widget .description {
	-moz-column-gap:0;
	-webkit-column-gap:0;
	column-gap:0;
	-moz-column-count:1;
	-webkit-column-count:1;
	column-count:1;	
}


.personal-photo-instructions {
	margin-bottom: 10px;
}

#photo-gallery-header {
	margin-bottom: 30px;
}

#photo-gallery-header .headline-a {
	color: #ee3342;
}

/* GALLERIES */

#photo-gallery {
	width: 680px;
	margin-left: -10px;
}