/*----------------------------------------Gallery Index----------------------------------------*/
.community-feature-header-bg {
	background-color: #fff;
	background-image: url(/images/community/community-bg.png);
	background-size: cover;
	background-position: top center;
	padding: 2rem 0;
}
.community-header {
	padding: 2rem 0;
}
.community-header .c-center {
	text-align: center;
}
.community-header-text {
	padding: 0;
	font-weight: bold;
}
.community-header p {
	color: #526B54 !important;
	margin-top: 0px;
	line-height: 30px;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.01rem;
}
#photo-effect, #photo-effect-category {
	background-color: #f3f3f3;
	min-height: 500px;
}
.section-padding-small-top {
	padding: 2rem 0;
}
#photo-effect .template-spinner {
	height: 40px;
	width: 40px;
	border-top: 6px solid rgba(224, 137, 205, 0.8);
}
.filter-section, .list-photo-effect, #list-photo-effect-category {
	width: 100%;
}
.filter-section {
	
}
#photo-effect-category {
	display: none;
}
.filter-section div {
	display: inline-block;	
	margin-right: .5rem;
}
.filter-text {
	color: #888;
	font-size: 16px;
	font-weight: bold;
}
.filter-section .template-spinner {
	height: 30px;
	width: 30px;
	vertical-align: middle;
	border-top: 6px solid rgba(224, 137, 205, 0.8);
}
.effect-select, .category-select {
	font-size: 1em;
	line-height: 1.85714286em;
	color: #888;
	font-weight: 400;
	border-radius: 5px;
	background: #fff;
	padding: 5px;
}
.refresh-btn {
	float: right;
}
.list-photo-effect, #list-photo-effect-category {
	padding: 1.5rem 0px;
	margin-right: auto;
	margin-left: auto;
	max-width: 100%;
}
.grid {
	margin: 0 auto;
}
.grid:after {
	content: '';
	display: block;
	clear: both;
}
.grid .item { 
	float: left;
	width: 20%;
	margin-bottom: 15px;
	padding: 0 10px;
}
@media only screen and (max-width: 600px) {
	.grid .item {
	    width: 100%;
	}	
}
@media only screen and (min-width: 600px) {
	.grid .item {
	    width: 50%;
	}
}
@media only screen and (min-width: 900px) {
	.grid .item {
	    width: 50%;
	}
}
@media only screen and (min-width: 1000px) {
	.grid .item {
	    width: 33.3%;
	}
}
@media only screen and (min-width: 1200px) {
	.grid .item {
	    width: 25%;
	}
}
@media only screen and (min-width: 1600px) {
	.grid .item {
	    width: 20%;
	}
}
.effect-item {
	padding: 10px;
	background: #fff;
	border-radius: 5px;
	cursor: pointer;
	filter: drop-shadow(-2px 1px 2px rgba(0,0,0,0.1));
	-webkit-filter: drop-shadow(-2px 1px 2px rgba(0,0,0,0.1));
	-moz-filter: drop-shadow(-2px 1px 2px rgba(0,0,0,0.1));
  	transition: filter .25s ease-in-out;
  	overflow: hidden;
}
.effect-item:hover {
  	filter: drop-shadow(-2px 1px 2px rgba(0,0,0,0.3));
}
.item a, .effect-item a {
	color: #546A7B;
	display: block;
}
.effect-item span {
	text-align: left;
	font-weight: bold;
}
div.effect-item img {
	margin-top: 5px;
}
.load-animate {
   animation : shimmer 2s infinite linear;
   background: linear-gradient(to right, #eff1f3 4%, #e2e2e2 25%, #eff1f3 36%);
   background-size: 1000px 100%;
   height: 200px;
}
@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
.effect-name {
	margin-right: 4px;
}
.effect-count {
	background: #6a8fb3;
}
.effect-img {
	display: block;
	width: 100%;
}
.list-gallery {
	margin-bottom: 20px;
}
.list-photo-effect .splide {
	padding: 0px 2.5rem 0 2rem;
}
.list-photo-effect .splide__arrow--prev {
    left: 0em;
}
.list-photo-effect .splide__arrow--next {
    right: 0em;
}
.splide .effect-slide {
	display: inline-block;
}
#charts-header-fluid .dropdown-menu-large {
	left: -25px !important;
}
#gallery-img .template-spinner {
	position: absolute;
	right: 45%;
}
#photo-effect-gallery .template-main-content .template-name-title {
	margin: 20px 0;
	padding: 0;
}
.photo-effect-loading {
	animation: shimmer 2s infinite linear;
	background: linear-gradient(to right, #eff1f3 4%, #e2e2e2 25%, #eff1f3 36%);
	background-size: 1000px 100%;
	border-radius: 18px;
	height: 15px;
}
h1.photo-effect-loading, .photo-effect-loading.custom-text {
	width: 40%;
}
.custom-content p.photo-effect-loading {
	margin-bottom: 10px;
}
