
ul{
  list-style-type: none;
}
.is-checked{
  color: #000000;
}

/* Filter Style */
.mel-nav{ 
  display: block;
}

.mel-nav ul{
  display: block;
  flex-direction: row;
  padding-left: 10px;
}
.mel-nav li{	
	 float: left; 
	 position: relative; 	
	 margin: 0.34em; 
}


/* Grid Style */
.mel-grid {
	display: block;
	clear: both;
	max-width: 100%;
}
.mel-grid:after {
  content: '';
  display: block;
  clear: both;
}
.mel-grid-sizer,
.mel-grid-item{
  width: 25%;
}
.mel-grid-item{
  float: left;
}
.mel-item-wrapper{
  margin: 15px; 
}
.mel-item-wrapper:hover{
 box-shadow: 0 .125rem .25rem rgba(0,0,0,.2)!important;
}
.mel-image-container{
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0.3rem !important;  
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

}
.mel-content{
  padding: 15px;
}

@media all and (min-width: 769px) and (max-width: 980px) {
  .mel-grid-item{
    width: 50%;
  }
}
@media (max-width: 768px) {
  .mel-grid-item{
    width: 100%;
  }
}