@charset "utf-8";
/* CSS Document */

body {
	line-height: 0;
}

/* Isotope Gallery */

* { box-sizing: border-box; }

/* ---- button ---- */

.filter {
  display: inline-block;
  padding: 0 1.5em;
  background: #369;
  border: none;
  border-radius: 7px;
  background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.5) );
  color: #222;
  font-family: sans-serif;
  font-size: 16px;
  text-shadow: 0 1px white;
  cursor: pointer;
}

.filter:hover {
  background-color: #8CF;
  text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
  color: #222;
}

.filter:active,
.filter.is-checked {
  background-color: #28F;
}

.filter.is-checked {
  color: white;
  text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
}

.filter:active {
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}

/* ---- button-group ---- */

.filter-group:after {
  content: '';
  display: block;
  clear: both;
}

.filter-group .filter {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
}

.filter-group .filter:first-child { border-radius: 0.5em 0 0 0.5em; }
.filter-group .filter:last-child { border-radius: 0 0.5em 0.5em 0; }

/* ---- isotope ---- */

.grid {
  width: 100%;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ui group */

.ui-group {
  display: inline-block;
  margin: 0 0 2em 0;
}

.ui-group .filter-group {
  display: inline-block;
  margin-right: 20px;
}

/* style */

.style {
  margin: 3px;
  float: left;
  border: 2px solid #b6b5b4;
}
