@charset "UTF-8";

/*
 * Mobile
 * Width: 296px
 * Offset: 12px
 * Number of columns: 4
 * Gutter Width: 12px
 * Column Width: 65px
 * | |   | |   | |   | |
 */

[wombat-template] .container {
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}


/*
 * Desktop
 * Width: 1392px
 * Offset: 24px
 * Number of columns: 12
 * Gutter Width: 24px
 * Column Width: 94px
 * | |   | |   | |   | |   | |   | |   | |   | |   | |   | |   | |   | |   | |
 */
@media screen and (min-width: 768px) {
  [wombat-template] .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  [wombat-template] .columns {
    float: left;
    margin: 0;
  }
}
