/**
 * @file
 * grid--flex-3.css
 *
 * Shortcodes for three grid layout using "display: flex"
 * 
 * -------------------------------------------------
 * Updated: Alberni Design Jr - 2019-03-09
 * 
 * Attached thru `.libraries.yml`
 * 
 * Notes:
 *  - Based off Drupal's Adaptative theme's layout
 *
 ============================================================================ */

.grid--flex-3:not(.view-grid),
.view-grid.grid--flex-3 > .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.grid--flex-3 .grid-blk {  width: 100%;  } /* For all grid--flex blocks */