/***********************************************************
 * AirTheme — Layout
 ***********************************************************/

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* WordPress standard site wrapper */
.site {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  position: relative;
}