
/* Container - Featured */
#featured {
	margin-bottom: 10px;
	position: relative;
	z-index: 0;
}


#featured .featured.large a:after {
	height: 66.66%;
}

/* Image will be replaced with background-image by javascript */
/*#featured .featured a img {
	display: none;
}*/

/* Sizes */


/* Margins */

#featured .featured .featured-text {
	position: absolute;
	z-index: 2;
	color: #fff;
}
#featured .featured .featured-text h1 {
	font-weight: 300;
	margin-bottom: 10px;
}
#featured .featured .featured-text p {
	font-size: 12px;
    line-height: 14px;
    max-height: 28px;
    margin-bottom: 15px;
}
#featured .featured .featured-meta {
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
}
#featured .featured .featured-meta time {
	font-weight: 400;
}
#featured .featured .featured-meta time:before {
	content: " / ";
	display: inline;
}




#filters {
	padding: 15px;
	font-size: 14px;
	padding-left: 50px;
	margin-bottom: 5px;
	position: relative;
	color: #999;
}
#filters:before {
	    content: "\e60f";
    display: block;
    position: absolute;
    top: 15px;
    left: 18px;
    font-family: "icomoon";
    font-size: 16px;
    color: #000000;
}

#main {
	overflow: hidden;
}

#posts .post {
	margin-bottom: 5px;
}
#posts .post:last-child {
	margin-bottom: 0;
}
#posts .post .image {
	display: block;
    width: 220px;
    height: 170px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 15px;
}
#posts .post .image img {
	width: auto;
	height: 101%;/* +1% removes margin gap */
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	/* Transform */
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#posts .post .text {
	margin: 10px 10px 0 0;

}
#posts .post .text h1 {
	margin-bottom: 15px;
}
#posts .post .text h1 a {
	display: block;
	font-size: 18px;
	line-height: 20px;
	font-weight: 300;
	max-height: 40px;
	/* Transition */
	-webkit-transition: color 100ms ease-out;
	-moz-transition: color 100ms ease-out;
	-o-transition: color 100ms ease-out;
	transition: color 100ms ease-out;
}
	#posts .post .text h1 a:hover {
		color: #16520e;
	}
#posts .post .text p {
	font-size: 12px;
	line-height: 18px;
	max-height: 36px;
	color: #999;
	margin: 0 10px 17px 0;
}
#posts .post .meta {
	display: block;
	list-style: none;
	color: #ccc;
}
#posts .post .meta li {
	float: left;
	margin-right: 10px;
	font-size: 10px;
}
#posts .post .meta li:last-child {
	margin-right: 0;
}
#posts .post .meta .category {
	font-size: 12px;
	margin-right: 15px;
}
#posts .post .meta .category a {
	/* Transition */
	-webkit-transition: color 100ms ease-out;
	-moz-transition: color 100ms ease-out;
	-o-transition: color 100ms ease-out;
	transition: color 100ms ease-out;
}
	#posts .post .meta .category a:hover {
		color: #16520e;
	}
#posts .post .meta .category a:after {
	content: " / ";
	display: inline;
}
#posts .post .meta .category time {
	display: inline;
	font-size: 10px;
}
#posts .post .meta .numbers {
	margin-top: 1px;
	position: relative;
	padding-left: 18px;
}
#posts .post .meta .numbers:after {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	font-family: "icomoon";
	font-size: 11px;
}
#posts .post .meta .comments:after {
	content: "\e609";
}
#posts .post .meta .shares:after {
	content: "\e60a";
	top: -2px;
}
#posts .post .meta .date:after {
	content: "\e08e";
}

#main .preloader {
	margin: 50px auto;
	text-align: center;
}
#main .preloader .circle {
	display: inline-block;
}





@media only screen and (max-width: 1280px) {
	
	#main {
		width: 440px;
	}
	
	#featured {
		z-index: 1;
	}
	#featured .featured.large {
		width: 100%;
		height: 100%;
	}
	#featured .featured.long {
		width: 100%;
		height: 100%;
	}
	#featured .featured.small {
		width: 100%;
		height: 100%;
	}
	/* Margins */
	#featured .featured.large {
		margin: 0;
	}
	#featured .featured.long1 {
		margin: 0;
	}
	#featured .featured.small1 {
		margin: 0;
	}
	#featured .featured.small2 {
		margin: 0;
	}
	/**/
	#featured .featured.large .featured-text, #featured .featured.small .featured-text {
		left: 20px;
		bottom: 20px;
	}
	#featured .featured.large .featured-text h1, #featured .featured.small .featured-text h1 {
		font-size: 20px;
		line-height: 20px;
		max-height: 40px;
	}
	#featured .featured.small .featured-text p {
		display: block;
	}
	
	#posts .post .image {
		width: 173px;
		height: 173px;
	}
	
}

@media only screen and (max-width: 1120px) {
	
	#main {
		width: 340px;
	}
	
	#posts .post .image {
		float: none;
		width: 360px;
		height: 250px;
		margin-right: 0;
	}
	#posts .post .text {
		margin: 0;
	}
	#posts .post .text h1 {
		margin: 15px 15px 10px 15px;
	}
	#posts .post .text p {
		margin: 0 15px 15px;
	}
	#posts .post .meta {
		margin: 0 5px 5px;
	}
	
}

@media only screen and (max-width: 1000px) {
	
	#main {
		width: 350px;
		margin-right: 0;
	}
	
}

@media only screen and (max-width: 735px) {
	
	#sidebar-secondary {
		/* display: none; */
	}
	
	#main {
		width: 100%;
	}

	/* Margins */
	#featured .featured.large {
		margin-bottom: 10px;
	}
	#featured .featured.long1 {
		margin-bottom: 10px;
	}
	#featured .featured.small1 {
		margin-bottom: 10px;
	}
	#featured .featured.small2 {
		margin-bottom: 10px;
	}
	#featured .featured.large .featured-text, #featured .featured.small .featured-text {
		width: 60%;
		left: 30px;
		bottom: 30px;
		overflow: hidden;
	}
	#featured .featured.large .featured-text h1, #featured .featured.small .featured-text h1 {
		font-size: 24px;
		line-height: 24px;
		max-height: 48px;
	}
	
	#posts .post .image {
		width: 92%;
		height: 80%;
		padding: 2% 4% 0 4%;
		float: none;
		/* margin-right: 0;*/
	}
	#posts .post .image img {
		width: 100%;
		height: auto;
		position: static;
		z-index: auto;
		left: 0;
		top: 0;
		/* Transform */
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	
}

@media only screen and (max-width: 600px) {
	
	#featured .featured.large .featured-text, #featured .featured.small .featured-text {
		width: 60%;
		left: 20px;
		bottom: 20px;
	}
	#featured .featured.large .featured-text h1, #featured .featured.small .featured-text h1 {
		font-size: 18px;
		line-height: 18px;
		max-height: 36px;
	}
	#featured .featured.large .featured-text p, #featured .featured.small .featured-text p {
		font-size: 12px;
		line-height: 12px;
		max-height: 24px;
	}
	
}

@media only screen and (max-width: 500px) {
	
	#featured .featured.large .featured-text, #featured .featured.small .featured-text {
		width: 70%;
	}
	
}

@media only screen and (max-width: 400px) {
	
	#featured .featured.large .featured-text, #featured .featured.small .featured-text {
		width: 80%;
	}
	
}





























