/**************************************
	- Social Feeds v1
	- Author:
	- Bulit for: Framework 2.0
***************************************/
/*****************************************************
GRID
******************************************************/
/*******************************************
Semantic.gs // for LESS: http://lesscss.org/
********************************************/
/*@gridsystem-width;*/
/***************
GRID LOGIC
****************/
/*******************************************
LESS HELPERS
*******************************************/
/*======= COLORS VARIABLES =======*/
/*======= LESS --> /TEXT VARIABLES =======*/
/*======= LESS --> LESS MIXINS =======*/
/* Media Queries - Adaptive */
#social-feeds.well {
  padding: 0 0 10px 0;
}
#social-feeds {
  overflow: auto;
  display: inline;
  float: left;
  width: 98.80952380952381%;
  margin: 0 0.5952380952380952%;
  margin: 10px 0 0 0.7%;
  /*1.7%*/

}
#social-feeds header h2 {
  padding: 0 0 0 3%;
}
#social-feeds ul li {
  display: inline;
  float: left;
  width: 98.80952380952381%;
  margin: 0 0.5952380952380952%;
  margin: 0;
}
#social-feeds h4 {
  background-color: #eaeaea;
  padding: 1% 3% 1% 3%;
  display: block;
  overflow: hidden;
  clear: both;
}
#social-feeds #panes {
  overflow: hidden;
}
#social-feeds #panes ul.content a img {
  /*	border: 1px solid red;*/

  float: left;
  margin: 5px 10px 5px 0;
  width: auto;
}
/*.home #social-feeds {
	.column(12);
}*/
/* Kindle Fire (portrait) ----------- */
@media only screen and (min-width: 600px) {
  
}
/* iPads (portrait) ----------- */
@media only screen and (min-width: 768px) {
  
}
/* Desktops and laptops ----------- */
@media only screen and (min-width: 1152px) {
  
}
