
@charset "utf-8";

/* CSS Document */
#wmle_container {
	padding: 0px;
	margin: 0px;
}

.wmle_container .wmle_item_holder.col5 {
	width: 20%;
}

.wmle_container .wmle_item_holder.col4 {
	width: 25%;
}

.wmle_container .wmle_item_holder.col3 {
	width: 33.333333333%;
}

.wmle_container .wmle_item_holder.col2 {
	width: 50%;
}

.wmle_container .wmle_item_holder.col1 {
	width: 100%;
}

.wmle_container a {
	padding: 0px;
	margin: 0px;
}

.wmle_container .wmle_item_holder .wpme_image img {
	max-width: 100%;
	height: auto;
}

.wmle_loadmore .loading_icon {
	box-shadow: none;
	border-radius: none;
}

.wmle_loadmore .wmle_loadmore_btn:focus {
	outline: 0;
}

.wmle_loadmore {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* RESPONSIVE LAYOUT */
@media only screen and (max-width: 767px) and (min-width: 640px) {
	.wmle_container.responsive .wmle_item_holder.col5 {
		width: 33.333333333%;
	}
	
	.wmle_container.responsive .wmle_item_holder.col4 {
		width: 33.333333333%;
	}
	
	.wmle_container.responsive .wmle_item_holder.col3 {
		width: 33.333333333%;
	}
	
	.wmle_container.responsive .wmle_item_holder.col2 {
		width: 50%;
	}
}

@media only screen and (max-width: 639px) and (min-width: 321px) {
	.wmle_container.responsive .wmle_item_holder.col5 {
		width: 50%;
	}
	
	.wmle_container.responsive .wmle_item_holder.col4 {
		width: 50%;
	}
	
	.wmle_container.responsive .wmle_item_holder.col3 {
		width: 50%;
	}
	
	.wmle_container.responsive .wmle_item_holder.col2 {
		width: 50%;
	}
}

@media only screen and (max-width: 320px) {
	.wmle_container.responsive .wmle_item_holder.col5 {
		width: 100%;
	}
	
	.wmle_container.responsive .wmle_item_holder.col4 {
		width: 100%;
	}
	
	.wmle_container.responsive .wmle_item_holder.col3 {
		width: 100%;
	}
	
	.wmle_container.responsive .wmle_item_holder.col2 {
		width: 100%;
	}
}
