.article-linear {
	width: 100%;
	max-width: 690px;
	margin: 6px auto;
	background: #FFF;
	padding: 15px 0;
	transition: 300ms;
	cursor: pointer;
	position: relative;
	border: 1px solid #FFF;
}

body.archive .article-linear,
body.author .article-linear {
	border-color: #E9E9E9;
}

.listed-article .eco-score {
	width: 44px;
	height: 44px;
	float: left;
	margin: 15px 0 0 15px;
	text-align: center;
	font-size: 13px;
	line-height: 42px;
	color: #EF4A2A;
	font-weight: bold;
	background: url('../images/eco-score-icon.png') center no-repeat transparent;
	background-size: contain;
	position: relative;
}

.listed-author-article .eco-score {
	width: 32px;
	height: 32px;
	font-size: 10px;
	line-height: 30px;
	margin-top: 22px;
}

.listed-article .eco-score.classic {
	background-image: url('../images/eco-classic.png');
}

.type-community.listed-article .eco-score {
	background-image: url('../images/eco-now.png');
	width: 50px;
	height: 50px;
	float: left;
	margin: 12px 0 0 10px;
}

.type-community.listed-author-article .eco-score {
	width: 37px;
	height: 40px;
	margin-top: 16px;
}

.listed-article .eco-score.partner span {
	font-size: 9px;
	line-height: 9px;
	color: #f5881e;
	position: absolute;
	bottom: -15px;
	left: 0;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	display: block;
	font-weight: 700;
}

.listed-article .thumb {
	width: 100px;
	height: 75px;
	float: left;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 15px 0px 15px;
}

.listed-article.comm-default .thumb {
	background-position: center;
}

.listed-article .copy {
	width: calc(100% - 320px);
	float: left;
}

.listed-article .copy p {
	font-family: 'Libre Baskerville';
	font-size: 17px;
	line-height: 22px;
	margin: 3px 0 0;
}

.listed-author-article .copy p {
	font-family: 'Open Sans';
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	margin: 3px 0 0;
}

.listed-article .editors-pick span {
	height: 18px;
	width: 18px;
	display: inline-block;
	background: url('../images/star-icon.png') center no-repeat transparent;
	background-size: 18px;
	position: relative;
	top: 3px;
	margin-left: 5px;
}

.listed-article .editors-pick {
	font-size: 10px;
}

.listed-article .editors-star {
	height: 18px;
	width: 18px;
	display: inline-block;
	background: url('../images/star-icon.png') center no-repeat transparent;
	background-size: 18px;
	position: absolute;
	top: -17px;
	left: 7px;
	display: none;
}

.listed-article .copy .author {
	font-size: 10px;
	line-height: 10px;
	margin: 0;
	color: #EF4A2A;
	font-weight: bold;
	font-family: 'Open Sans';
	text-transform: uppercase;
}

.listed-article a.heart {
	display: block;
	width: 30px;
	height: 30px;
	float: right;
	margin: 25px 20px 0 10px;
	background: url('../images/eco-heart-icon-off.png') bottom center no-repeat transparent;
	background-size: 30px;
	cursor: pointer;
	position: relative;
	z-index: 98;
	overflow: hidden;
}

.listed-article a.heart.unhearting {
	background: url('../images/eco-heart-icon-off.png') bottom center no-repeat transparent;
	background-size: 30px;
}

.listed-article a.heart:before {
	content: " ";
	display: block;
	width: 30px;
	height: 0px;
	position: absolute;
	bottom: 0;
	transition: 1s;
	background: url('../images/eco-heart-icon.png') bottom center no-repeat transparent;
	background-size: 30px;
}

.article-winner {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.article-winner a.heart.hearted:before {
	width: 32px;
	bottom: 6px;
}

.listed-article a.heart.hearted:before {
	height: 30px;
}

.listed-article a.heart.hearting:before {
	height: 30px;
	transition: 1s;
}

.listed-article a.heart.unhearting:before {
	height: 0px;
	transition: 1s;
}

.listed-article .inline-edit-buttons {
	float: right;
	width: 125px;
	margin-top: 20px;
}

.listed-article a.delete {
	display: block;
	width: 30px;
	height: 30px;
	float: right;
	margin: 0px 20px 0 10px;
	background: transparent;
	background-size: 30px;
	cursor: pointer;
	position: relative;
	z-index: 98;
	overflow: visible;
	text-align: center;
	text-decoration: none;
	color: #797e81;
}

.listed-article a.delete:hover {
	
}

.listed-article a.delete:before {
	content: "\f014";
	font-family: "FontAwesome";
	font-size: 18px;
	display: block;
	text-align: center;
}

.listed-article a.delete span {
	font-size: 11px;
	display: block;
	padding-top: 0px;
	text-align: center;
	color: #63686b;
}


.listed-article a.edit {
	display: block;
	width: 30px;
	height: 30px;
	float: right;
	margin: 0px 20px 0 10px;
	background: transparent;
	background-size: 30px;
	cursor: pointer;
	position: relative;
	z-index: 98;
	overflow: visible;
	text-align: center;
	text-decoration: none;
}

.listed-article a.edit:hover {
	
}

.listed-article a.edit:before {
	content: "\f040";
	font-family: "FontAwesome";
	font-size: 18px;
	display: block;
	text-align: center;
	color: #ec9538;
}

.listed-article a.edit span {
	font-size: 11px;
	display: block;
	padding-top: 0px;
	text-align: center;
	color: #ec9538;
}

.listed-article .clickthrough {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 97;
	display: block;
}

.listed-article:after {
	content: " ";
	display: block;
	clear: both;
}

h2.list-title {
	margin: 0;
	background: #ea973e;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 600;
	padding: 5px 10px;
	font-size: 22px;
	line-height: 30px;
	vertical-align: middle;
	position: relative;
}

h2.list-title .score-filter {
	display: inline-block;
	font-size: 12px;
	line-height: 30px;
	color: #FFF;
	text-decoration: none;
	vertical-align: middle;
}

h2.list-title .score-filter.active {
	color: #ffe47a;
}

h2.list-title .score-filter.first {
	margin-left: 30px;
}

h2.list-title span {
	color: #FFF;
	font-size: 18px;
}

h2.list-title span.score-filters {
	font-size: 12px;
	line-height: 30px;
	color: #FFF;
	vertical-align: middle;
	display: inline-block;
	margin: 0 5px;
}

h2.keep-rolling {
	text-align: right;
}

h2.keep-rolling a {
	display: inline-block;
	background: #8B969A;
	color: #FFF;
	font-size: 11px;
	line-height: 11px;
	padding: 10px 15px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	transition: 300ms;
	position: relative;
	text-align: center;
}

h2.keep-rolling a.loading {
	color: #8B969A;
}

h2.keep-rolling a i {
	display: none;
}

h2.keep-rolling a.loading i {
	display: inline-block;
	position: absolute;
	top: 6px;
	left: 21px;
	color: #FFF;
	font-size: 18px;
}

h2.keep-rolling a i.fa-spin {
	-webkit-animation: fa-spin 1.2s infinite linear;
	animation: fa-spin 1.2s infinite linear;
}

h2.list-title span.score-filters {
	display: none;
}

.listed-cat-score {
	min-height: 100px;
	transition: 1000ms;
}

.score-load-bar {
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 99;
  margin: 0px;
  height: 4px;
  width: 100%;
  background-color: #e39a3b;
}
.score-load-bar .bar {
	display: none;
}

.score-load-bar.loading .bar {
  content: "";
  display: inline;
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  text-align: center;
}
.score-load-bar .bar:nth-child(1) {
  background-color: #c6593d;
  animation: loading 2s linear infinite;
}
@keyframes loading {
    from {left: 50%; width: 0;z-index:100;}
/*    33.3333% {left: 0; width: 100%;z-index: 10;}
*/    to {left: 0; width: 100%;}
}

.mobile-filter-break {
	display: none;
}

.article-winner.default-image .thumb {
	background-size: contain;
}

.article-winner .payout {
	display: inline-block;
	background: #E54721;
	color: #FFF;
	padding: 3px 5px;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	margin-left: 5px;
}

.article-winner .number {
	display: inline-block;
	color: #666;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	margin-right: 5px;
}

.article-winner .copy .author {
	font-size: 13px;
	line-height: 13px;
}

.article-winner .eco-score {
	width: 36px;
	margin: 15px 0 0 15px;
	position: relative;
	right: 10px;
	font-size: 11px;
}

.article-winner a.heart {
	border-left: 1px solid #AAA;
	background-position: center right;
	padding: 10px;
	width: 42px;
	height: 42px;
	margin-left: 0;
	margin-top: 15px;
}

.article-winner a.heart:hover {
	background-position: center right !important;
}

.article-winner .copy {
	width: calc(100% - 225px);
}

.article-winner .copy p.content-copy {
	font-family: 'Libre Baskerville';
	font-size: 17px;
	line-height: 22px;
	font-size: 18px;
	line-height: 24px;
	margin-top: 0;
	padding-top: 6px;
	padding-right: 40px;
}

.article-winner .thumb {
	width: 80px;
	height: 80px;
	border-radius: 40px;
}

@media screen and (min-width: 780px){
	h2.keep-rolling a:hover {
		background: #AAB7BD;
		transition: 300ms;
	}
	.article-linear:hover {
		border-color: #F6891E !important;
		transition: 300ms;
	}
	.listed-article a.heart.hearted:hover:before {
		background: url('../images/eco-heart-hoverstate-on.png') bottom center no-repeat transparent;
		background-size: 30px;
	}

	.listed-article a.heart.hearted.unhearting:hover {
		background: url('../images/eco-heart-icon-off.png') bottom center no-repeat transparent;
		background-size: 30px;
	}

	.listed-article a.heart:hover {
		background: url('../images/eco-heart-hoverstate-off.png') bottom center no-repeat transparent;
		background-size: 30px;
	}

	.listed-article a.heart.hearted:hover {
		background: url('../images/eco-heart-hoverstate-on.png') bottom center no-repeat transparent;
		background-size: 30px;
	}
}

@media screen and (max-width: 1024px){
	.article-linear {
		max-width: 690px;
		margin: 0 auto;
		border-bottom: 5px solid #f2f3f6;
	}
	.listed-article-wrapper .article-linear:last-child {
		border-bottom-width: 0px;
	}
	h2.list-title {
		max-width: 690px;
		margin-left: auto;
		margin-right: auto;
	}
	h2.keep-rolling {
		text-align: center;
		margin: 0 auto;
		max-width: 690px;
	}
	h2.keep-rolling a {
		display: block;
		background: #F3CF68;
		color: #8B969A;
		position: relative;
		z-index: 10;
		box-shadow: 0 2px 3px rgba(100,100,100,0.25);
	}
	body.author .author.large {
		max-width: 690px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 768px){
	.listed-article a.delete {
		display: none;
	}
}

@media screen and (max-width: 480px){
	h2.list-title {
		border-top: solid 15px #e2e3e7; 
		border-bottom: solid 15px #e2e3e7; 
		/*text-align: center;*/
		font-weight: 700;
		line-height: 24px;
		margin-top: 0;
		padding: 6px 3px;
		background-color: #6b7070;
	}
	.score-load-bar {
		background-color: #6b7070;
	}
	.article-linear {
		border-bottom-color: #e2e3e7;
	}
	.listed-article .eco-score {
		width: 30px;
		height: 30px;
		line-height: 28px;
		margin-left: 10px;
		font-size: 10px;
		margin-top: 17px;
	}
	.type-community.listed-article .eco-score {
		width: 30px;
		height: 30px;
		margin-top: 6px;
	}
	.listed-article .thumb {
		width: 70px;
		height: 60px;
		margin: 0 10px 0 10px;
	}
	.listed-article .copy {
		width: calc(100% - 185px);
	}
	.listed-article .copy .author {
		display: none;
	}
	.listed-article .copy p {
		margin-top: 5px;
		font-weight: 600; 
		line-height: 17px;
		font-size: 12px;
	}
	.article-winner {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.article-winner .copy p.content-copy {
		font-size: 21px;
		line-height: 32px;
		margin: 5px 0 0;
	}
	.listed-article a.heart {
		margin-right: 10px;
		width: 25px;
		height: 25px;
		background-size: 25px;
	}
	.listed-article .editors-star {
		display: block;
	}
	.listed-article .editors-pick {
		display: none;
	}
	.listed-article a.heart.hearted:before {
		height: 25px;
	}
	.listed-article a.heart:before {
		width: 25px;
		background-size: 25px;
	}
	.listed-article .eco-score.partner span {
		font-size: 8px;
		line-height: 8px;
		left: -3px;
	}
	.listed-article.edpick .eco-score {
		margin-top: 21px;
	}
	h2.list-title .score-filter.first {
		margin-left: 0;
	}
	.mobile-filter-break {
		display: block;
	}
	.article-winner .thumb {
		float: none;
		margin: 0px auto;
		width: 80px;
		height: 80px;
	}
	.article-winner .copy {
		width: 90%;
		display: block;
		float: none;
		text-align: center;
		margin: 0 auto;
	}
	.article-winner .copy p.content-copy {
		padding-right: 0;
		padding-top: 3px;
	}
	.article-winner .copy .author {
		display: inline-block;
		font-size: 15px;
		line-height: 15px;
	}
	.article-winner .copy .number {
		font-size: 15px;
		line-height: 15px;
	}
	.article-winner .copy .payout {
		font-size: 15px;
		line-height: 15px;
	}
	.article-winner .sub-data {
		display: block;
		width: 100%;
		text-align: center;
		vertical-align: top;
		margin: 10px 0 0;
	}
	.article-winner .eco-score,
	.article-winner.edpick .eco-score {
		margin: 2px 5px 0;
		display: inline-block;
		float: none;
		position: static;
		top: 0;
		left: 0;
		height: 40px;
		width: 40px;
		line-height: 37px;
		font-size: 12px;
		vertical-align: top;
	}
	.article-winner .editors-star {
		width: 30px;
		height: 40px;
		position: static;
		top: 0;
		left: 0;
		display: inline-block;
		background-size: contain;
	}
	.article-winner a.heart {
		float: none;
		width: 35px;
		display: inline-block;
		margin: 0;
		padding: 20px 10px;
	}
	.article-winner a.heart.hearted:before {
		width: 24px;
		bottom: 7px;
	}
	.article-winner a.heart.hearting:before {
		width: 24px;
		height: 30px;
		bottom: 7px;
		transition: height 1s;
	}
	.article-winner a.heart.unhearting {
		background-position: center right !important;
		background-size: 25px !important;
		
	}
	.article-winner a.heart.unhearting:before {
		height: 0px;
		bottom: 7px;
		transition: height 1s;
	}
	.listed-author-article .copy {
		width: calc(100% - 215px);
	}
	.listed-article .inline-edit-buttons {
		width: 55px;
		margin-top: 5px;
	}
	.listed-article .inline-edit-buttons a.edit {
		position: relative;
		margin-right: 15px;
		margin-top: 5px;
		height: 25px;
		border: 1px solid #ec9538; 
		padding: 10px 10px 18px 55px;
		text-transform: uppercase; 
		font-weight: 700;
	}
	.listed-article a.edit:before {
		position: absolute;
		top: 5px;
		left: 10px;
	}
	.listed-article .inline-edit-buttons a span {
		position: absolute;
		top: 5px;
		right: 10px;
	}
	.listed-article a.edit {
		clear: right;
	}
	.listed-article a.delete {
		margin-bottom: 5px;
	}
}
