
----------------------------------------
Modals
----------------------------------------
*/
.modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 4em;
  z-index: 999999;
}
#menu-modal,
#contact-modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 4em;
  z-index: 99999;
  background-color: rgba(100, 100, 100, 0.9);
}
.close-it {
  position: fixed;
  top: 32px;
  right: 32px;
  display: block;
  width: 42px;
  height: 42px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(http://cdn.shopify.com/s/files/1/0343/2097/t/4/assets/close-it-white.png) no-repeat;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
}
.close-it:hover {
  background-position: 0px -42px;
}
/*
----------------------------------------
Modal - About
----------------------------------------
*/
#about {
  display: table;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 1em;
  color: #ffffff;
  font-size: 24px;
}
#about .social {
  display: block;
  text-align: center;
}
#about i {
  font-family: "Socialico";
  font-style: normal;
  font-size: 2em;
  padding-right: 0.25em;
}
#about i:last-child {
  padding-right: 0;
}
#about i a {
  border: 0 !important;
  text-decoration: none !important;
}
#about .plus {
  font-family: "Socialico Plus";
}
#about a {
  color: white;
}
#about .about-wrap {
  display: table-cell;
  vertical-align: middle;
}
#about .press-logo {
  background: url(img-press-logo.png) no-repeat center center;
  -webkit-background-size: 120px;
  -moz-background-size: 120px;
  -o-background-size: 120px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 auto;
}
#about .rte {
  border-top: 8px #ffffff solid;
  max-width: 640px;
  margin: 0 auto;
}
#about .rte em {
  font-style: normal;
}

@media only screen and (min-width: 1030px) {
  /*
----------------------------------------
01. General
----------------------------------------
*/
  /*
----------------------------------------
02. Layout & Grid
----------------------------------------
*/
  .grid li {
    font-size: 1.33em;
  }
  /*
