/* Phoca Gallery Category View */
.pg-cv-box {
	float:		left;
	padding: 	0px;
	margin-top: 	37px;
margin-right:25px;
  margin-bottom:0px;
  margin-left:0px;
	-webkit-box-shadow:0px 0px 0px 0px rgba(120, 120, 120, 0.5), inset 0px 0px 0px 0px rgba(240, 240, 240, 0.2);
	box-shadow:0px 0px 0px 0px rgba(120, 120, 120, 0.5), inset 0px 0px 0px 0px rgba(240, 240, 240, 0.2);
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.pg-cv-box:hover {
	background: #fafafa;
}
.pg-cv-name {
	text-align: left;
	margin-top: 5px;
	font-size: x-small;
}
.pg-cv-folder {
	text-align: left;
	margin-top: 5px;
	padding-left: 20px;
	background: url(../../images/icon-folder-small.png) 0 1px no-repeat;
}

.pg-cv-descbox {
	font-size: x-small;
	
}

.pg-cv-tags {
	text-align: right;
	font-size: x-small;
}

.pg-cv-comment-img-box {
	background: #fdfdfd;
	margin: 5px 0px;
	padding: 5px;
	color: #ccc;
	font-size: small;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.pg-cv-comment-img-box-avatar {
	position: relative;
	float: left;
	margin-right: 5px;
}
.pg-cv-comment-img-box-item {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px;
	border-bottom: 1px solid #fff;
}
.pg-cv-comment-img-box-comment {}
.pg-cv-add-comment-img {
	display: none;
}
.pg-cv-vote-img-result {
	float:left;
	margin: 0;
	padding:0;
	margin-left:5px;
}

.pg-cv-paginaton {
	margin-bottom: 20px;
}

.mfp-bg {
  opacity: 1.0 !important;
}

.page-header {
    border-bottom: 0px solid #eee !important;
}

.pswp__button--share {
    display: none !important; 
}