/*--------------------------------------------------------------
1.0 Helpers
--------------------------------------------------------------*/
@import 'https://fonts.googleapis.com/css?family=Lato';
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/* bourbon - neat - presets */
/* breakpoints */
/* 	#Mobile (Portrait) < 479  */
/* #Tablet (Portrait) & #Mobile (Landscape)	 480 - 767  */
/* #Tablet Min / Max (Portrait)  < 768 */
/* #Tablet Landscape: 768 - 959	 */
/* #Desktop:960 - 1239 */
/* #Wide Screen: > 1240	 */
/* nav */
/* header */
/* Color Themes - Variables */
/* http://codepen.io/liquidbook/pen/BLYqJG */
/* Mixins */
.flex-align {
  display: flex;
  align-items: center;
  justify-content: left;
  flex-direction: row; }
  .flex-align-item {
    max-width: 80%; }
    .flex-align-item__top {
      align-self: flex-start; }
    .flex-align-item__bottom {
      align-self: flex-end; }

/*--------------------------------------------------------------
2.0 Base
--------------------------------------------------------------*/
body {
  font: 1em "Lato";
  line-height: 1.618em; }

/*--------------------------------------------------------------
2.0 Base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.0 Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Grid
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.2 Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.3 Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.4 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.5 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.5.1 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.6 Sidebar
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.7 custom post types
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.8 archive - category - tax - posts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.9 Visual Composer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
6.0 Vendors
--------------------------------------------------------------*/
/*--------------------------------------------------------------
7.0 Layout
--------------------------------------------------------------*/
/* ======== footer ======= */
/* flex column balance*/

/*# sourceMappingURL=style.css.map */
