@import url(http://fonts.googleapis.com/css?family=Lobster);
@import url(http://fonts.googleapis.com/css?family=PT+Serif);

#socialite-feed,
.socialite-feed {
	margin-bottom: 40px;	
}
	
#socialite-feed .row [class*="col-"],
.socialite-feed .row [class*="col-"] {
	padding: 0 !important;
}

@media (max-width: 767px) {#socialite-feed,
	.socialite-feed {
		margin-bottom: 50px;	
	}
}

.socialite-feed .feed {
	background-color: #e8e8e8;
	color: #262626;
	overflow: hidden;
	position: relative;
	
	visibility: visible; 
	animation-duration: 0.5s; 
	-webkit-animation-duration: 0.5s; 
	animation-delay: 0.25s; 
	-webkit-animation-delay: 0.25s;
}
.socialite-feed .feed.feed-no-thumbnail {
	background-color: #ffffff;
}
.socialite-feed .feed .col-md-6 .feed-description {
	font-family: 'PT Serif', serif !important;
}
.socialite-feed .feed.feed-left-thumbnail .col-md-6:first-child:after,
.socialite-feed .feed.feed-right-thumbnail .col-md-6:last-child:after  {
	border: solid transparent;
	border-color: rgba(232,232,232,0);
	border-width: 24px;
	content: " ";
	height: 0;
	width: 0;
	margin-top: -24px;
	position: absolute;
	top: 50%;
	z-index: 5;
}
.socialite-feed .feed.feed-left-thumbnail .col-md-6:first-child:after {
	border-right-color: #e8e8e8;
	right: -2px;
}
.socialite-feed .feed.feed-right-thumbnail .col-md-6:last-child:after {
	border-left-color: #e8e8e8;
	left: -2px;
}
.socialite-feed .feed a,
.socialite-feed .feed a:hover,
.socialite-feed .feed a:active,
.socialite-feed .feed a:visited {
	color: #000000 !important;
	text-decoration: none;
}
.socialite-feed .feed-header {
	height: 236px;
	overflow: hidden;
	position: relative;

	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.socialite-feed .feed-object {
	display: none;	
}
.socialite-feed .feed-object-alt {
	height: auto;
	width: 80%;
	padding: 10%;
}
.socialite-feed .feed-description {
	font-size: 13px;
}
.socialite-feed .feed-post-type {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 5px !important;
	text-transform: uppercase !important;
}
.socialite-feed .feed-header .feed-description {
	background-color: rgba(2,2,2,0.6);
	color: #ffffff;
	min-height: 100%;
	
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}
.socialite-feed .feed:hover .feed-description,
.socialite-feed .feed-description.active {
	display: block;
}
.socialite-feed .feed-description,
.socialite-feed .feed-description > p  {
	line-height: 24px;
	margin-bottom: 0 !important;
}
.socialite-feed .feed-description > p {
	padding: 5%;
}
.socialite-feed .feed-footer {
	padding: 5%;
	overflow: hidden;
}
.socialite-feed .block.block-lg .feed-footer {
	position: absolute;
	bottom: 0;
}
.socialite-feed .feed-username {
	font-weight: bold;
	line-height: 24px;
}
.socialite-feed .feed-provider-name {
	font-size: 12px;
	letter-spacing: 4px;
	line-height: 18px;
	margin-top: 5%;
	margin-bottom: 2.5%;
	padding: 0 5%;
	text-transform: uppercase;
}
.socialite-feed .feed-provider-icon {
	background-color: #000000;
	border-radius: 24px;
	color: #ffffff;
	display: table-cell;
	font-size: 24px;
	text-align: center;
	vertical-align: middle;
	height: 42px;
	width: 42px;
}
.socialite-feed .feed-username,
.socialite-feed .feed-created-at {
	font-size: 13px;
	margin-left: 10px;
}
.socialite-feed .feed-created-at {
	color: #888888;
	display: block;
	line-height: 14px;
	text-align: left;
}
.socialite-feed .feed-video-play {
	color: #ffffff;
	font-size: 128px;
	width: 100%;
	text-align: center;
	position: absolute;
	opacity: 0.8;
}

.socialite-feed .block {
	position: relative;
}
.socialite-feed .block.block-lg .feed,
.socialite-feed .block.block-lg .feed-header,
.socialite-feed .block.block-lg .feed-footer {
	color: #ffffff;
}
.socialite-feed .block.block-lg .feed-description {
	font-family: 'Lobster', cursive !important;
	font-size: 32px;
}
.socialite-feed .block.block-lg .feed-footer {
	font-family: 'PT Serif', serif !important;
	font-size: 18px;
}
.socialite-feed .block.block-lg .feed-description > p {
	line-height: 42px !important;
}

@media (min-width: 768px) {
	
	.socialite-feed .feed-video-play {
		top: 15%;
	}

	.socialite-feed .feed-footer {
		position: absolute;
		bottom: 0;
	}
	
	.socialite-feed .block {
		/* min-height: 580px; */
		/* max-height: 580px; */
	}
	.socialite-feed .block .feed {
		overflow: hidden;
	}
	.socialite-feed .block .feed > [class*="col-"] {
		min-height: 290px;
		position: relative;
	}
	.socialite-feed .block .feed,
	.socialite-feed .block .feed-header {
		height: 290px;
	}
	.socialite-feed .block.block-lg .feed,
	.socialite-feed .block.block-lg .feed-header {
		height: 580px;
	}
}

@media (max-width: 767px) {
	
	.socialite-feed .feed-video-play {
		top: 15%;
	}
	
	
	.socialite-feed .feed.feed-left-thumbnail .col-md-6:first-child:after,
	.socialite-feed .feed.feed-right-thumbnail .col-md-6:last-child:after {
		border: none;
	}
	
	.socialite-feed .feed-header {
		min-height: 290px;
	}
	
	.socialite-feed .feed-object-alt {
		width: 60%;
		padding: 5% 10%;
	}
}
