.wnw-instagram-loading {
	display: none;
}

.masonry-wrapper {
  padding: 1.5em;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  background: #f7f7f7;
}
.masonry {
  display: grid;
  grid-template-columns: repeat(1, minmax(200px,1fr));
  grid-gap: 10px;
  grid-auto-rows: 0;
}
.wnw-more-media-button-wrapper {
	text-align: center;
	margin-top: 5%;
	width: 100%;
}
.wnw-instagram-see-more {
  font-size: 2rem;
}
.wnw-gear-tweak {
  margin-bottom: 15px;
}
@supports (-webkit-touch-callout: none) {
  .wnw-insta-icon {
    display: none !important;
  }
}
.wnw-insta-icon {
	position: absolute;
    left: 4%;
    bottom: 10px;
    color: white;
    font-weight: 600;
    font-size: 21px;
    opacity: .7;
}
.wnw-cart-product-size {
  margin-bottom: 20px;
}
.wnw-instagram-loading {
  margin-left: auto;
  margin-right: auto;
}
.wnw-more-media-button {
	width: 150px;
    padding: 10px 20px 10px 20px;
    background-color: #99cc66;
    border: 1px solid #5f9e1f;
    margin-left: auto;
    margin-right: auto;
}
.wnw-more-text {
	margin-bottom: 0px !important;
	color: white;
    font-size: 1.7rem;
    font-weight: 700;
    font-family: Raleway;
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .masonry {
    grid-template-columns: repeat(2, minmax(100px,1fr));
  }
}
@media only screen and (min-width: 1024px) {
  .masonry {
    grid-template-columns: repeat(4, minmax(100px,1fr));
  }
}
.masonry-item {
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, .3));
  transition: filter .25s ease-in-out;
}
.masonry-item:hover {
  filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, .3));
}
.masonry-footer {
  font-size: .75em;
  opacity: .25;
  text-align: center;
  padding-top: 3em; 
  padding-bottom: 3em;
  margin-bottom: -1.5em;
  transition: opacity 1s ease-in-out;
}
.masonry-footer a {
  color: currentColor;
}
.masonry-footer:hover, .masonry-footer:active, .masonry-footer:focus {
  opacity: .75;
}