﻿
/* GENERAL STYLES */

.social-feed .subtitle {
    border: 1px solid #eee;
    background-color: #fff;
    padding: 20px;
    text-align: center;
    font-size: 13px;
    color: #444;
}
.social-feed .subtitle-link {
    color: #c09e6c;
}
.social-feed .post-list {
    padding: 0 1px;
	text-align: center;
    font-size: 0;
}
.social-feed .post-item {
    display: inline-block;
	width: 33.333%;
}
.social-feed .post-list
.post-item:nth-child(n+10) {
	display: none;
}
.social-feed .post-link {
    display: block;
}

/* FEEDS PAGE */

.feeds-page .feeds-nav,
.feeds-page .mobile-feeds-nav {
	display: none;
}
.feeds-page .feeds-select {
    width: 350px;
	max-width: 100%;
    height: 50px;
}
.feeds-page .page-body {
    position: relative;
}
.feeds-page .post-buttons {
	display: none;
}
.feeds-page .feeds-post-list {
	height: auto !important;
	text-align: left;
    font-size: 0;
}
.feeds-page .feeds-post-item {
	display: inline-block;
	position: static !important;
	width: 33.333%;
}

/* VIDEO */

.social-feed .video-thumbnail,
.feeds-page .video-thumbnail {
    position: relative;
    display: block;
}
.social-feed .video-thumbnail:after,
.feeds-page .video-thumbnail:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAMAAABgOjJdAAAAdVBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////li2ZAAAAAJnRSTlMA8Q4JeNpr4qWZf1A23rZaviomFAcFnp3pw2356lnLuK+LRzwbF0FE8WgAAAEkSURBVDjLjVTZkoMgEAQUjHe8j2Tv3f7/T1xIKThoyvSLxdBFz/TMyDbIkiLn4HmRZOwAgZJwkCrwCWkEiigl920MDd6XtWCiLnsOjbh1BHE192HgJEPDuYr13BnCpSGvNhdD6ZaTkQiZj9AILUkSAqWkD81IS7AjaKHI5KaAe7PGxJYh7oDSXwnMawySuKkAqa0GeGAZuIVbnzmQsQTobQgaH3+OMgAJK4CSMDB+2/MbULAcqCgD+FqdqoCccUD4DLzXSzUAN0G2Y4CXNuC94Xpv3zjMA7FweRzUAvlDatn5cUs64ofvKabK99T0RVkGV/u+mM+4VvP5S3o7Aup8Pk5n7MU5Zd30ZNan9nRfdjs3LDs32J0721uKYCa7P1vJ8//HP+XxL6tQQcImAAAAAElFTkSuQmCC');
	background-size: 100% 100%;
}

/* LOADER */

.feed-loader {
	position: absolute;
	top: 0 !important;
	left: 0 !important;
	bottom: 0; right: 0;
	z-index: 2;
	background: rgba(255,255,255,0.9);
}
.feed-loader:after {
    content: "";
    position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;   
    width: 60px;
    height: 60px;
    margin: auto;
    border-radius: 50%;
    border-width: 3px;
    border-style: solid;
    border-color: #444 transparent;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}
    @-webkit-keyframes spin {
	to { transform: rotate(360deg); }
}
	@keyframes spin {
	to { transform: rotate(360deg); }
}



@media all and (min-width: 768px) {

.social-feed .post-list
.post-item:nth-child(-n+12) {
	display: inline-block;
}
.social-feed .post-list
.post-item:nth-child(n+13) {
	display: none;
}
.social-feed .post-item {
	width: 25%;
}
.feeds-page .feeds-post-item {
	width: 25%;
}

}

@media all and (min-width: 1261px) {

.social-feed.instagram-feed {
    position: relative;
    padding-top: 20px;
}
.instagram-feed .feed-title {
    position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
    width: 400px;
    height: 200px;
    margin: auto;
    border: 1px solid #eee;
    background-color: #fff;
}
.instagram-feed .feed-title:before {
    content: "\e915";
    position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
    width: 120px;
    height: 120px;
    margin: auto;
    font-family: 'pacific';
    font-size: 10em;
    color: #eee;
}
.social-feed .title {
    display: table;
    position: relative;
    width: 100%;
    height: 47%;
    margin: 0;
    border: none;
    padding: 0;
}
.social-feed .title strong {
    display: table-cell;
    vertical-align: bottom;
    font-size: 32px;
    line-height: 32px;
}
.social-feed .subtitle {
    position: relative;
    border: none;
    background-color: transparent;
}
.social-feed .post-item {
	width: 16.666%;
}
.feeds-page .feeds-post-item {
	width: 16.666%;
}

}

@media all and (min-width: 1501px) {

.instagram-feed .feed-title {
    width: 500px;
    height: 240px;
}

}