#twt-social-feed {
	position:relative;
	padding:40px 0;
}
#twt-social-feed-header {
	text-align:center;
}
#twt-social-feed-header h2 {
	text-align:center;
	text-transform:none;
	margin:0 0 .5rem;
}
#twt-social-posts {
	margin:0 -10px;
}
.social-post-c {
	width:25%;
	padding:10px;
	line-height:1.5;
}
.social-post {
	background:#252525;
	overflow:hidden;
}
.social-content p {
	display:block;
	margin:0 0 .625rem;
}
.social-content .read-more {
	display:inline-block;
	text-decoration:underline;
	color:#ddb55e;
	cursor:pointer;
	margin:0 0 .125rem;
}
.social-content .read-more:hover {
	text-decoration:none;
}
.social-content .read-more.reveal {
	display:none;
}
.social-content .hidden {
	display:none;
}
.social-content .reveal + .hidden {
	display:block;
}
.social-content a {
	word-break:break-all;
}
.social-content .link-c {
	background:rgba(255,255,255,.1);
	padding:10px;
	border:1px solid rgba(0,0,0,.2);
	border-top:0;
}
.social-content .link-c a {
	text-decoration:none;
	color:#ddb55e;
	word-break:normal;
}
.social-content .link-c .social-post-img,
.social-content .link-c .social-post-video {
	margin-top:0;
}
.social-content .link-c .link-name {
	display:block;
	font-weight:700;
	font-size:.875em;
}
.social-content .link-c .link-description {
	display:block;
	margin-top:6px;
	font-size:.875em
}
.social-header {
	text-align:center;
	padding:10px 0 3px;
}
.social-header a {
	color:#ddb55e;
	text-decoration:none;
}
.social-header a:hover {
	text-decoration:none;
}
.fb-message {
	padding:0 10px 3px;
	color:#fff;
	text-align:center;
}
.social-footer {
	border-top:2px solid #3e3e3e;
	padding:10px;
	overflow:hidden;
	color:#fff;
	font-size:.875rem;
}
.social-footer a {
	display:block;
	color:#ddb55e;
	text-decoration:none;
}
.social-footer a:hover {
	text-decoration:none;	
}
.social-footer .time {
	float:left;
}
.social-footer .fb-reactions {
	display:inline-block;
	float:right;
}
.social-footer .fb-reactions:after {
	content:'\f164';
	font:400 16px/1 icons;
	display:inline-block;
	margin-left:4px;
}
.social-post-img,
.social-post .responsive-video-c {
	display:block;
}
.fb-parent {
	display:block;
	border:1px solid #4b0400;
	margin:10px 0;	
}
.fb-parent-profile-photo {
	float:left;
	width:30px;
	height:30px;
	border:1px solid #fff;
	margin:10px;	
}
.fb-parent .right {
	display:block;
	overflow:hidden;
	margin-bottom:5px;	
}
.fb-parent-from {
	display:block;
	padding:7px 10px 0 0;
	line-height:1.2em;
}
.fb-parent-name {
	display:block;
	padding:0 10px 10px;	
}
.fb-parent-date {
	font-size:12px;	
}
.fb-parent-message {
	display:block;
	padding:0 10px 6px;
	clear:both;
}
#twt-social-feed-more:after {
	content:'\e81a';
}
#twt-social-feed-more:hover:after,
#twt-social-feed-more:focus:after {
	transform:translate(0,2px);
}
/*post gallery*/
.social-post-multiple-photos {
	background:#fff;
}
.social-post-multiple-photos.two-rows .social-post-full-width-photo:not(:last-child) {
	margin-bottom:1px;
}
.social-post-multiple-photos.two-columns {
	margin-left:-1px;
	overflow:hidden;
}
.social-post-multiple-photos.two-columns .social-post-full-width-photo {
	position:relative;
	width:50%;
	float:left;
	padding:0 0 0 1px;
	overflow:hidden;
}
.use-photo-as-background {
	display:block;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.use-photo-as-background img {
	visibility:hidden;
}
.thumbnail-row {
	overflow:hidden;
	margin:0 -1px;
}
.thumbnail-row .social-post-thumbnail-photo {
	float:left;
	width:33.333%;
	padding:1px 0 0 1px;
}
.two-thumbnails .social-post-thumbnail-photo {
	width:50%;
}
.social-post-multiple-photos.two-columns .social-post-full-width-photo a,
.thumbnail-row .social-post-thumbnail-photo a {
	position:relative;
	display:block;
	padding-bottom:75%;
}
.social-post-multiple-photos.two-columns .social-post-full-width-photo a {
	padding-bottom:150%;
}
.social-post-multiple-photos.two-columns .use-photo-as-background,
.thumbnail-row .social-post-thumbnail-photo .use-photo-as-background {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%
}
.social-post-multiple-photos.two-columns .use-photo-as-background img,
.thumbnail-row .social-post-thumbnail-photo img {
	position:absolute;
}
.thumbnail-row .more-photo-count {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.4);
	color:#fff;
	text-align:center;
	z-index:3;
	font-size:2rem;
	transition:.3s;
}
.thumbnail-row a:hover .more-photo-count,
.thumbnail-row a:focus .more-photo-count {
	background:rgba(0,0,0,.6);
}
.thumbnail-row .more-photo-count .text {
	position:absolute;
	-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);
	top:50%;
	left:50%;
}

#twt-social-feed-more {
	margin:35px 0 5px;
}
#twt-social-feed-more:focus {
	outline:0;
}
@media screen and (max-width:1200px) {
	.social-post-c {
		width:33.333%;
	}
}
@media screen and (max-width:975px) {
	.social-post-c {
		width:50%;
	}
}