/*FEED*/

#facebook_events p {
  word-wrap: break-word;
}

#facebookfeed {
	/*height: 600px;
	max-width: 520px!important;*/
	background: none;
	overflow-y: hidden;
	/*border: 1px solid rgba(0,0,0,0.1);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
}

#facebookfeed .img {
  background: none;
  width: auto;
  height: auto;
}
.fb-feed-picture {
	border-bottom: 1px solid rgba(0,0,0,0.1);	
}

.feedrow {
	position:relative;
	margin:0;
	padding:15px 0px;
	background-color:#fff;
	background-position: center center;
	background-size:cover;
  background: none !important;
}

.feedrow .col-sm-3 {
  background: none !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  width:20%;
  float: left !important;
}
.feedrow .col-sm-3 .fb-feed-picture {
  width:100% !important;
  float: left !important;
  border: 1px solid black;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.feedrow .col-sm-9 {
  background: none !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  width: 80%;
  text-align: left !important;
  float: right !important;
  color: #222222 !important;
}

.feed-link {
	text-align:right;	
}
.feed-link iframe {
	float:left;	
}

.feed-link a:active, .feed-link a:link, .feed-link a:visited {
	text-decoration:underline;
	font-size:11pt;	
	color: #222222;
}

.timeago, .timeago-edited {
	color:#222;
	font-size: 12px;
}

@media screen and (max-width: 765px) {
.feedrow .col-sm-3 {
  background: none !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  width:50%;
  float: left !important;
}
.feedrow .col-sm-3 .fb-feed-picture {
  width:100% !important;
  float: left !important;
  border: 1px solid black;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.feedrow .col-sm-9 {
  background: none !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  width: 50%;
  text-align: left !important;
  float: right !important;
  color: #222222 !important;
}
}