.user-photo-wall-like {
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: -8px;
}
.user-photo-wall-like:hover {
	cursor: pointer;
}

.redheart {
	color: red;
}

.whiteheart {
	color: white;
}

.photowall-item-titlebox {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.photowall-item-titlebox p {
	line-height: 24px;
	font-size: 16px;
}

.photo-wall-item-like-counter {
	font-size: 16px;
}

.photowall-item-likepanel {
	line-height: 24px;
}

	.photowall-item-info {
		max-width: 90%;
	}

.not-enough-photos {
	padding-top: 25px;
}





/* Dropdown Style */
#user-photo-wall-filter-dropdown {
	-webkit-appearance: none;
}

#challlenge-filter-dropdown {
	position: relative;
	/* overflow: hidden; */
	border: 1px solid #000;
	position: relative;
	padding: 10px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
  }
.user-photo-wall-filter-cont{
	position: relative;
}
.user-photo-wall-filter-cont:after{
	width: 0; 
	height: 0; 
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid white;
	position: absolute;
	top: 40%;
	right: 5px;
	content: "";
	z-index: 100;
}

#challlenge-filter-dropdown select{
	width: 220px;
	border: 0;
	position: relative;
	z-index: 99;
	background: none;
  }
