/* Header ====================================================================*/

.theme-header {

padding: $gutter 0;
.template-index & {
  margin-bottom: 0;
}
.row { // TO DO - replace with new bottom-margin class
  margin-bottom: 0;
}
.logo {
  margin: 0;
  a, span {
    display: inline-block;
  }
}

}