.food-pairings { padding:20px;}
.color-shape strong { color: #fff;
text-transform: uppercase;
font-family: "brandon-grotesque",sans-serif !important;}
.color-shape { margin:10px;}
.color-shape.lemon-saison, .lemon-saison.is-checked {background-color:#FCB514 !important;}  
.color-shape.cranberry-pear, .cranberry-pear.is-checked  {background-color:#BF202F;}  
.color-shape.hibiscus-saison, .hibiscus-saison.is-checked  {background-color:#EA0948;}  
.color-shape.blood-orange-tangerine, .blood-orange-tangerine.is-checked  {background-color:#F04E26;}  
.color-shape.apple-saison, .apple-saison.is-checked  { background-color:#ED1834;}  


* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}


.button {
  padding: 0.5em 1.0em;
  background: #c01e2e;
  border: none;
  background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) );
  color: #FFF;
  font-family: sans-serif;
  font-size: 16px;
  border-radius:0px;
 
  cursor: pointer;
}

.button:hover {
 
  color: #000;
}

.button:active,
.button.is-checked {
}

.button.is-checked {
  color: white;
  text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
}

.button:active {
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}

/* ---- button-group ---- */

.button-group:after {

}

.button-group .button {
 
float: left;
border-radius: 0;
margin-left: 0;
margin-right: 1px;
width: 15.666667%;
min-height: 70px;
font-family: "brandon-grotesque",sans-serif !important;
text-transform: uppercase;
}

.button-group .button:first-child { border-radius: 0; }
.button-group .button:last-child { border-radius: 0; }

/* ---- isotope ---- */

.isotope {
 
}

/* clear fix */
.isotope:after {
  content: '';
  display: block;
  clear: both;
}

/* ui group */

.ui-group {
  display: inline-block;width: 100%;
}

.ui-group h3 {
  display: block;
  vertical-align: top;
  line-height: 32px;
  margin-right: 0.2em;
  font-size: 16px;
}

.ui-group .button-group {
  display: inline-block;
  margin-right: 20px; width: 100%;
}

/* color-shape */