/**************/
/*** LAYOUT ***/
/**************/
/* Feed container */
.textwidget {
	padding-top: 2px;
}
#cff {
  float: left;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;  
}
/* Individual post item */
#cff .cff-item{
  float: left;
  width: 100%;
  clear: both;
  padding: 10px 0 0 0;
  border-bottom: 1px solid #ddd;
}
#cff .cff-item:first-child{
  padding-top: 0px;
}

/******************/
/*** TYPOGRAPHY ***/
/******************/
/* Links */
#cff a {
  text-decoration:underline;
}
/* Post titles and body text */
#cff h3, #cff h4, #cff h5, #cff h6, #cff p{
  float: left;
  width: 100%;
  padding: 0;
  margin: 0 0 4px;
  line-height: 1.4;
  /*white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -hp-pre-wrap;
  word-wrap: break-word;*/
}

#cff p.cff-post-text {
	padding-bottom: 0px !important;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}

/* Date */
#cff .cff-date{
  float: left;
  width: 100%;
  font-size: 11px;
  padding-bottom: 11px !important;
  color: #999;
}
/* Link */
/*Link text*/
#cff .text-link{
  float: left;
  clear: none;
  width: 72%;
  margin-left: 3%;
  padding: 5px 0 10px 0;
}
#cff .text-link.no-image{
  width: 100%;
  margin-left: 0;
}
/* Event */
#cff .details{
  float: left;
  clear: both;
  width: 100%;
  padding: 15px 0 10px 0;
}
#cff .details h5{
  margin: 0 0 5px 0;
  font-size: 16px;
}
#cff .details p{
  font-size: 14px;
}
/*****************/
/*** POST META ***/
/*****************/
/* Meta container */
#cff .meta-wrap{
  float: left;
  width: 100%;
}
/* View on Facebook / View Link text */
#cff .cff-viewpost{
  float: right;
  clear: none;
  padding-top: 12px;
  font-size: 11px;
}
/* Like box */
#cff .cff-likebox iframe{
  margin: 0;
}
#cff .cff-likebox{
  float: left;
  width: 100%;
  margin-left: -10px;
}
/* Clear fix */
.clear:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clear {
    display: inline-block;
    display: block;
}

/*********************/
/*** STYLE OPTIONS ***/
/*********************/
#cff.fixed-height{
  overflow: hidden;
  overflow-y: auto;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}