/*
  This file contains all the base styling for sass files. Pulling in all the 
  necessary variables and mixins but does not actually output anything so is
  safe to use as a base for other css files without adding excessive weight
*/
/*********************
BREAKPOINTS
*********************/
/*
  screen-tiny: 321 - 320
  screen-xs: 480px - 767px
  screen-sm: 768px - 969px
  screen-md: 970px - 1199px
  screen-lg: 1200px
*/
/*********************
Placeholder
*********************/
/*********************
VENDOR PREFIX
*********************/
.view-blog-list.view-display-id-entity_view_1 > .view-content .views-row {
  border-bottom: 1px solid #898989;
}

.view-blog-list.view-display-id-entity_view_1 > .view-content .views-row:last-child {
  border-bottom: 0;
}

.view-blog-list.view-display-id-entity_view_1 .view-content .field-title {
  padding: 0;
  margin: 8px 0;
}

.view-blog-list.view-display-id-entity_view_1 .view-content h2 {
  font-size: 16px;
  margin: 0;
}

.view-blog-list.view-display-id-block_1 {
  border: 1px solid #000;
}
