/* .button {display: inline-block;padding: 6px 10px;margin-bottom: 10px;background: #EEE;border: none;border-radius: 3px;background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) );color: #222;font-family: sans-serif;font-size: 12px;text-shadow: 0 1px white;cursor: pointer;}
.button:hover {background-color: #999;text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);color: white;}
.button:active,.button.is-checked {background-color: #999;border: 0px !important;color:#333;}
.button.is-checked {color: white;text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);outline:none;}
.button:active {box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);outline:none;}
---- button-group ---- 
.button-group:after {content: '';display: block;clear: both;}
.button-group .button {float: left;border-radius: 0;margin-left: 0;margin-right: 1px;}
.button-group .button:first-child {border-radius: 0.4em 0 0 0.4em;}
.button-group .button:last-child {border-radius: 0 0.4em 0.4em 0;}*/

.button-bedding-filter {
  display: inline-block;
  padding: 6px 10px;
  background: #fdf6f0;
  border: none;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.6em;
  cursor: pointer;
  font-weight: 400;
  font-family: var(--font-family--primary);
}
.button-bedding-filter:hover {
  color: #e5b80b;
  /* font-weight: 500; */
}
.button-bedding-filter:active,
.button-bedding-filter.is-checked {
  border-bottom: solid 2px #e5b80b;
  /* color: #333; */
  /* font-weight: 500; */
}
.button-bedding-filter.is-checked {
  /* color: #333; */
  outline: none;
}
.button-bedding-filter:active {
  outline: none;
}
/* ---- button-group ---- */
.button-bedding-filter-group:after {
  content: "";
  display: block;
  clear: both;
}
.button-bedding-filter-group .button {
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
}
.button-bedding-filter-group .button:first-child {
  border-radius: 0;
}
.button-bedding-filter-group .button:last-child {
  border-radius: 0;
}
.button-bedding-filter-group {
  margin-bottom: 20px;
}
/* ---- isotope ---- */
.grid {
  border: 0px solid #333;
}
/* clear fix */
.grid:after {
  content: "";
  display: block;
  clear: both;
}
/* ---- .element-item ---- */
.element-item {
  position: relative;
  float: left;
  margin: 0px;
  margin-bottom: 24px;
  padding: 0 .5rem;
  color: #262524;
}

.element-item > * {
  margin: 0;
  padding: 0;
}

.rig-cell {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
}

#rig8 li {
  display: inline-block;
  * display: inline;  /*for IE6 - IE7*/
}
