@charset "utf-8";
@import url(//fonts.googleapis.com/css?family=Lato:300,400,700);

.at_full_width, 
.at_one_half,
.at_one_third,
.at_two_thirds,
.at_one_fourth {
	display:inline-block;
	float:left;
	position:relative;
}
.at_full_width { width:100%; }
.at_one_half { width:50%; }
.at_one_third { width:33.3333%; }
.at_two_thirds { width:66.6666%; }
.at_one_fourth { width:25%; }

@media only screen and (min-width: 551px) and (max-width: 890px) {
	.at_one_third,
	.at_two_thirds,
	.at_one_fourth {
		width:50%;
	}
}
@media only screen and (max-width: 550px) {
	.at_full_width, 
	.at_one_half,
	.at_one_third,
	.at_two_thirds,
	.at_one_fourth {
		width:100%;
	}
}

.at_posts_grid article {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-weight: 300;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	
	opacity:0;
	position:relative;
	margin: 9px 8px!important;
	top: 0;
	left: 0;
	background: #fff;
	pointer-events: auto;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 5px;
	padding: 5px 5px 5px;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.15), 0 0 0 0 rgba(0,0,0,0);
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: box-shadow 500ms ease;
	-moz-transition: box-shadow 500ms ease;
	-ms-transition: box-shadow 500ms ease;
	-o-transition: box-shadow 500ms ease;
	transition: box-shadow 500ms ease;
	border:none!important;
	padding:5px 5px 0px!important;
}
.at_posts_grid article:hover {
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2), 0 0 0 3px rgba(0,0,0,0.07);
}
.at_posts_grid article a {
	word-break: break-all;
	text-decoration:none;
	color:inherit;
}
.at_posts_grid article .foot a {
	display:inline-block;
	color:#999;
	text-decoration:none;
	border-bottom:dotted #ccc 1px;
	padding-top:1px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	padding:0px;
	font-size:10px;
	line-height:13px;
	float:left;
}
.at_posts_grid article .foot a:hover {
	color:#ed5247;
	border-bottom:dotted #ed5247 1px;
}
.at_posts_grid article .at_img_container {
	display:inline-block;
	width:100%;
	position:relative;
}
.at_posts_grid article .at_img_container .at_fb_play_button {
	position:absolute;
	top:50%;
	left:50%;
	background:url(img/facebook_play.png) center center no-repeat;
	width:35px;
	height:26px;
	margin-left:-17.5px;
	margin-top:-13px;
	z-index:10;
	cursor:pointer;
}
.at_posts_grid article img {
	display: inline-block;
	margin: 0 auto 0px;
	width: 100%;
	border-radius: 3px 3px 0 0;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(60%);
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	opacity:0.9;
	box-shadow:none;
}
.at_posts_grid article:hover img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
	opacity:1;
}
.at_posts_grid article img.at_video_link {
	cursor:pointer;
}
.at_posts_grid article .at_video_iframe {
	margin: 0 auto 0px;
}
.at_posts_grid article h4 {
	color: #666;
	font-size: 14px;
	padding: 5px 10px;
	margin: 0px 3px 5px;
	border-bottom: 1px solid #f0f0f0;
	line-height:18px;
}

.at_posts_grid article p {
	font-size: 12px;
	font-weight: 400;
	padding: 0 10px;
	margin: 5px 3px 15px;
	color: #aaa;
	line-height:16px;
}
.at_posts_grid article p a {
	color:#666;
	font-size: 12px;
	font-weight: 400;
	line-height:16px;
	text-decoration:none;
	border:none;
	border-bottom:none;
}
.at_posts_grid article p a:hover {
	color:#333;
}
.at_posts_grid article .foot {
	border-top: 1px solid #f0f0f0;
	font-size: 10px;
	display: block;
	margin-top: 2px;
	padding: 6px 10px 5px;
	color: #999;
	font-weight: 700;
	overflow:auto;
}
.at_posts_grid article .at_external_link {
	margin: 5px 3px 15px;
	display: block;
	word-wrap: break-word;
	font-size: 10px;
	padding: 0 10px;
	line-height: 12px;
	color: #666;
}
.at_posts_grid article .at_external_link a {
	color:#666;
}
.at_posts_grid article .foot.likes span {
	margin-right:5px;
	color:#bababa;
}
.at_posts_grid article .foot.likes span.dribbble_likes {
	background:url(img/dribbble-likes.png) no-repeat;
	background-position: 0px 1px;
	padding-left:16px;
	height:16px;
	padding-top: 0px;
	line-height: 12px;
	margin-top:2px;
}
.at_posts_grid article .foot.likes span.dribbble_comments,
.at_posts_grid article .foot.likes span.facebook_comments,
.at_posts_grid article .foot.likes span.googleplus_comments {
	background:url(img/dribbble-comments.png) no-repeat;
	background-position: 0px 1px;
	padding-left:16px;
	height:16px;
	padding-top: 0px;
	line-height: 12px;
	padding-right:5px;
	margin-top:2px;
}
.at_posts_grid article .foot.likes span.dribbble_views {
	background:url(img/dribbble-views.png) no-repeat;
	background-position: 0px 1px;
	padding-left:20px;
	height:16px;
	padding-top: 0px;
	line-height: 12px;
	margin-top:2px;
}
.at_posts_grid article .foot.likes span.facebook_likes {
	background:url(img/facebook-likes.png) no-repeat;
	background-position: 0px 0px;
	padding-left:16px;
	height:16px;
	padding-top: 0px;
	line-height: 12px;
	margin-top:2px;
}
.at_posts_grid article .foot.likes span.googleplus_likes {
	background:url(img/googleplus-likes.png) no-repeat;
	background-position: 0px 0px;
	padding-left:16px;
	height:16px;
	padding-top: 0px;
	line-height: 12px;
	margin-top:2px;
}

.at_posts_grid article .icon {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background:#4c4c4c url(img/icon-post.png) center center no-repeat;
	position:absolute;
	height:31px;
	width:31px;
	z-index: 20;
	left: -3px;
	top: -3px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	box-shadow: 0 0 0 0 rgba(0,0,0,0);
}
.at_posts_grid article:hover .icon {
	box-shadow: 0 0 0 3px rgba(0,0,0,0.07);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform:  rotate(-45deg);
}

.at_posts_grid article .at_facebook,
.at_posts_grid article .at_twitter,
.at_posts_grid article .at_instagram,
.at_posts_grid article .at_youtube,
.at_posts_grid article .at_flickr,
.at_posts_grid article .at_dribbble,
.at_posts_grid article .at_pinterest,
.at_posts_grid article .at_vimeo,
.at_posts_grid article .at_googleplus {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #3B5998 url(img/icon-facebook.png) center center no-repeat;
	height: 16px;
	width: 16px;
	z-index: 20;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	box-shadow: 0 0 0 0 rgba(0,0,0,0);
	display: inline-block;
	float: left;
	margin-right: 5px;
	opacity:0.7;
}
.at_posts_grid article .at_twitter { background: #4099FF url(img/icon-twitter.png) center center no-repeat; }
.at_posts_grid article .at_instagram { background: #517fa4 url(img/icon-instagram.png) center center no-repeat; }
.at_posts_grid article .at_youtube { background: transparent url(img/icon-youtube.png) center center no-repeat; }
.at_posts_grid article .at_flickr { background: #FF0084 url(img/icon-flickr.png) center center no-repeat; }
.at_posts_grid article .at_dribbble { background: #C73B6F url(img/icon-dribbble.png) center center no-repeat; }
.at_posts_grid article .at_pinterest { background: #C92228 url(img/icon-pinterest.png) center center no-repeat; }
.at_posts_grid article .at_vimeo { background: #4EBBFF url(img/icon-vimeo.png) center center no-repeat; }
.at_posts_grid article .at_googleplus { background: #D34836 url(img/icon-google.png) center center no-repeat; }

.at_posts_grid article:hover .at_facebook {
	opacity:1;
}


.at_posts_grid article .at_twitter_controls {
	float:right;
}
.at_posts_grid article .at_twitter_controls .at_tweet_popup {
	height:16px;
	width:16px;
	background:url(img/everything-spritev2.png) no-repeat;
	display:inline-block;
	border-bottom:none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.at_posts_grid article .at_twitter_controls .at_tweet_popup:hover { border-bottom:none; }

.at_posts_grid article .at_twitter_controls .at_tweet_popup.reply { background-position:-2px 0px; }
.at_posts_grid article .at_twitter_controls .at_tweet_popup.reply:hover { background-position:-18px 0px; }

.at_posts_grid article .at_twitter_controls .at_tweet_popup.retweet { background-position:-81px 0px; }
.at_posts_grid article .at_twitter_controls .at_tweet_popup.retweet:hover { background-position:-97px 0px; }

.at_posts_grid article .at_twitter_controls .at_tweet_popup.favourite { background-position:-33px 0px; }
.at_posts_grid article .at_twitter_controls .at_tweet_popup.favourite:hover { background-position:-49px 0px; }

.at_posts_grid article .at_image_link {
	overflow: visible;
	display: inline-block;
	width:100%;
}

/* DARK SKIN */
.at_posts_grid .dark article {
	background: #262626;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.45), 0 0 0 0 rgba(0,0,0,0);
}
.at_posts_grid .dark article p a {
	color:#e2e2e2;
}
.at_posts_grid .dark article p a:hover {
	color:#fff;
}
.at_posts_grid .dark article .foot {
	border-top: 1px solid #686868;
}
.at_posts_grid .dark article h4 {
	color:#fff;
	border-bottom: 1px solid #686868;
}
.at_posts_grid .dark article .at_facebook { background: #000 url(img/icon-facebook.png) center center no-repeat; }
.at_posts_grid .dark article .at_twitter { background: #000 url(img/icon-twitter.png) center center no-repeat; }
.at_posts_grid .dark article .at_instagram { background: #000 url(img/icon-instagram.png) center center no-repeat; }
.at_posts_grid .dark article .at_youtube { background: transparent url(img/icon-youtube.png) center center no-repeat; }
.at_posts_grid .dark article .at_flickr { background: #000 url(img/icon-flickr.png) center center no-repeat; }
.at_posts_grid .dark article .at_dribbble { background: #000 url(img/icon-dribbble.png) center center no-repeat; }
.at_posts_grid .dark article .at_pinterest { background: #000 url(img/icon-pinterest.png) center center no-repeat; }
.at_posts_grid .dark article .at_vimeo { background: #000 url(img/icon-vimeo.png) center center no-repeat; }