/**************************************/
/* Default styles for news extension */
/**************************************/
    * {
  box-sizing: initial;
}

body {
  font-family: sans-serif;
}

/* ---- grid ---- */

.ns-gallery .grid {

}

/* clear fix */
.ns-gallery .grid:after {

}

/* ---- .grid-item ---- */

.ns-gallery .grid-item {
  width: 150px;
  height: auto;
  float: none;
  margin-bottom: 0;
  padding: 0;
  margin-bottom: 10px;
}


.ns-gallery .button-group.filters-button-group a {
    background: #eee;
    color: #000;
    text-decoration: none;
    padding: 10px 10px;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
}
.ns-gallery .button-group.filters-button-group {
   margin-bottom: 30px;
}
.ns-gallery .button-group.filters-button-group a.button.is-checked {
  background: #555;
  color: #fff;
}