.article-linear {
	width: 100%;
	max-width: 690px;
	margin: 15px auto;
	box-shadow: 1px 2px 5px rgba(0,0,0,0.2);
	background: #FFF;
	padding: 15px 0;
	transition: 300ms;
	cursor: pointer;
	position: relative;
	border: 1px solid #FFF;
}

.article-quote {
	width: 100%;
	max-width: 690px;
	margin: 0px auto;
	box-shadow: 1px 2px 5px rgba(0,0,0,0.2);
	background: #FFF;
	transition: 300ms;
	cursor: pointer;
	position: relative;
	border: 1px solid #FFF;
	background: #FFF;
	overflow: hidden;
}

.article-quote > div.wrapper {
	padding: 60px 0 60px;
	background-position: center calc(100% - 45px);
	background-repeat: no-repeat;
	background-size: auto 40px;
	position: relative;
	height: 100%;
	width: 100%;
}

.article-quote .title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background: #FFF;
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0;
	font-family: "Libre Baskerville";
}

.article-quote.single-line > div.wrapper {
	padding: 120px 0 120px;
}

.article-quote.double-line > div.wrapper {
	padding: 90px 0 90px;
}

.article-quote.triple-line > div.wrapper {
	padding: 80px 0 80px;
}

.article-quote > div.wrapper .quote-wrap {
	position: relative;
	width: 60%;
	text-align: center;
	margin: 0 auto;
}

.article-quote > div.wrapper .quote-wrap > span {
	display: inline-block;
	line-height: 30px;
	padding: 3px;
}

.article-quote > div.wrapper .quote-wrap > span p {
	line-height: 30px;
	font-size: 20px;
	padding: 0px;
	margin: 0;
	font-family: "Libre Baskerville";
}

.article-quote > div.wrapper .quote-wrap > span p * {
	font-family: "Libre Baskerville";
}

.article-quote.default {
	background: #ea973e;
}

.article-quote.red-bg {
	background: #E6460E;
}

.article-quote.white-bg {
	background: #FFF;
}

.article-quote.default > div.wrapper .quote-wrap > span p,
.article-quote.default > div.wrapper .quote-wrap > span p * {
	color: #FFF;
}

.article-quote.white-bg > div.wrapper .quote-wrap > span p,
.article-quote.white-bg > div.wrapper .quote-wrap > span p *,
.article-quote.white-bg > div.wrapper .author-meta .name {
	color: #000 !important;
}

.article-quote.orange-text > div.wrapper .quote-wrap > span p,
.article-quote.orange-text > div.wrapper .quote-wrap > span p *,
.article-quote.orange-text > div.wrapper .author-meta .name {
	color: #ea973e !important;
}

.article-quote.red-text > div.wrapper .quote-wrap > span p,
.article-quote.red-text > div.wrapper .quote-wrap > span p *,
.article-quote.red-text > div.wrapper .author-meta .name {
	color: #E6460E !important;
}

.article-quote.white-bg > div.wrapper .author-meta .image {
	border-color: #000 !important;
}

.article-quote.orange-text > div.wrapper .author-meta .image {
	border-color: #ea973e !important;
}

.article-quote.red-text > div.wrapper .author-meta .image {
	border-color: #E6460E !important;
}

.article-quote.has-icon > div.wrapper {
	background-image: url('/wp-content/themes/elephant_eco/images/small-elephant-white.png') !important;
	background-position: 20px 95%;
	padding: 80px 0 100px;
}

.article-quote.has-icon.white-bg > div.wrapper {
	background-image: url('/wp-content/themes/elephant_eco/images/small-elephant-black.png') !important;
}

.article-quote.has-icon.red-text > div.wrapper {
	background-image: url('/wp-content/themes/elephant_eco/images/small-elephant-red.png') !important;
}

.article-quote.has-icon.orange-text > div.wrapper {
	background-image: url('/wp-content/themes/elephant_eco/images/small-elephant-orange.png') !important;
}

.article-quote.top-line:before {
	content: " ";
	display: block;
	width: 40%;
	margin: 0 auto;
	border-top: 2px solid #FFF;
	position: absolute;
	top: 35px;
	left: 30%;
}

.article-quote.bottom-line:after {
	content: " ";
	display: block;
	width: 40%;
	margin: 0 auto;
	border-top: 2px solid #FFF;
	position: absolute;
	bottom: 35px;
	left: 30%;
}

.article-quote.has-title.bottom-line:after,
.article-quote.has-title.top-line:before {
	display: none;
}

.article-quote.default > div.wrapper .author-meta .image {
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 1px solid #FFF;
	border-radius: 50%;
	margin-right: 10px;
	background-size: cover;
	position: relative;
	top: 13px;
}

.article-quote.default > div.wrapper .author-meta .name {
	font-size: 14px;
	line-height: 14px;
	color: #FFF;
	font-family: "Libre Baskerville";
	font-weight: bold;
}

.article-quote.has-title {
	padding-bottom: 100px !important;
}

.article-quote:hover {
	border: 1px solid #F6891E !important;
}

.article-quote .listed-article {
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 100%;
}

.article-quote .listed-article:hover {
	border: 1px solid #FFF !important;
}

/*.article-quote > div.wrapper .quote-wrap > span p::first-line {
	background: #D85A2A;
}
*/
.quote-actions .action-items {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	display: flex;
	background: rgba(255,255,255,0.8);
}

.quote-actions .action-items .action-wrapper {
	display: inline-block;
	flex: 1;
	align-content: center;
	text-align: center;
	cursor: pointer;
}

.quote-actions .action-items .action-wrapper .icon {
	display: inline-block;
	width: 43px;
	height: 43px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center right;
	margin-right: 5px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.5;
}

.quote-actions .action-items .action-wrapper.completed .icon,
.quote-actions .action-items .action-wrapper.reads .icon {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity: 1;
}

.quote-actions .action-items .action-wrapper .value {
	height: 43px;
	line-height: 43px;
	vertical-align: top;
	font-size: 11px;
	color: #90999c;
}

.quote-actions .action-items .action-wrapper.reads .icon {
	background-image: url('../images/eco-reads-icon.png');
}

.quote-actions .action-items .action-wrapper.hearts .icon {
	background-image: url('../images/eco-heart-icon.png');
	height: 30px;
	margin-top: 7px;
}

.quote-actions .action-items .action-wrapper.shares .icon {
	background-image: url('../images/eco-share-icon.png');
	height: 30px;
	margin-top: 7px;
}

.quote-actions .action-items .action-wrapper.comments .icon {
	background-image: url('../images/eco-comments-icon.png');
	height: 30px;
	margin-top: 7px;
}

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');
}

.listed-article .eco-score.draft {
	background-image: url('../images/draft.png');
	width: 46px;
	height: 46px;
	margin-top: 13px;
	margin-left: 0px;
	position: relative;
	left: 5px;
}

.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 .boost-money span {
	height: 18px;
	width: 18px;
	display: inline-block;
	background: url('/wp-content/plugins/elephant-products/boost-blue.png') center no-repeat transparent;
	background-size: 18px;
	position: relative;
	top: 3px;
	margin-left: 5px;
}

.listed-article .editors-pick,
.listed-article .boost-money {
	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 .editors-star.boosted {
	top: -18px;
	background: url('/wp-content/plugins/elephant-products/boost-blue.png') center no-repeat transparent;
	background-size: 18px;
}

.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,
.article-winning-author .thumb {
	width: 80px;
	height: 80px;
	border-radius: 40px;
}
.article-winning-author .copy p.content-copy {
	font-size: 10px;
	line-height: 13px;
}
.article-winning-author.article-winner a.author-id {
	position: absolute;
	top: 85px;
	left: 10px;
	display: inline-block;
	width: 80px;
	text-align: center;
	border: 1px solid #f8931f;
	padding: 5px 0px;
	color: #f8931f;
	background: #FFF;
	text-decoration: none;
	transition: 250ms;
	font-family: "Open Sans";
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
	font-weight: 700;
	z-index: 9;
}

.article-winning-author.article-winner a.overlay-author-link {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: transparent;
}

.article-winning-author.article-winner .number {
	margin-right: 0px;
}

.article-winning-author a.author-id.active {
	text-decoration: none;
	border: 1px solid #F5B23E;
	background: #F5B23E;
	transition: 250ms;
	color: #FFF;
}

.after-feed-wrapper h2.list-title {
	margin-bottom: 5px;
}

.article-winning-author {
	min-height: 150px;
	box-shadow: none;
	padding: 10px 0 0;
	margin: 0;
}

.article-winning-author .thumb {
	height: 70px;
	width: 70px;
}

.article-winning-author.horizontal {
	max-width: 300px;
	float: left;
}

.article-winning-author.horizontal:before {
	width: 1px;
	height: 90%;
	left: -3px;
	bottom: 7px;
}

.article-winning-author.article-winner .copy .author {
	text-transform: none;
}

.article-winning-author.horizontal:nth-child(1):before {
	display: none;
}

.after-feed-wrapper .listed-article-wrapper {
	overflow-y: hidden;
	overflow-x: scroll;
}
.after-feed-wrapper .listed-article-wrapper::-webkit-scrollbar {
	height: 5px;
}
.after-feed-wrapper .listed-article-wrapper::-webkit-scrollbar-track {
	-webkit-box-shadow: none;
	border-radius: 0px;
}
.after-feed-wrapper .listed-article-wrapper::-webkit-scrollbar-thumb {
	border-radius: 0px;
	-webkit-box-shadow: none;
	background: #dddfe4;
}

.article-winning-author:before {
	content: " ";
	display: block;
	height: 1px;
	width: 90%;
	position: absolute;
	bottom: 10px;
	left: 5%;
	background: #AAA;
}

.article-winning-author .copy {
	width: calc(100% - 110px);
}
.article-linear.article-winning-author:hover {
	border-color: transparent !important;
	transition: none;
}

.article-winning-author .copy p.content-copy {
	font-size: 11px;
	line-height: 14px;
	padding-right: 10px;
	margin-top: 0px;
	font-family: "Open Sans";
}

.article-winning-author .payout {
	display: inline-block;
	margin-left: 0;
}

.article-winning-author .editors-pick {
	display: block;
}

.article-winning-author .editors-pick span {
	margin-left: 0;
}

.single-post .feed-more {
	background-color: #f2f3f6;
}

.single-post .feed-more .quote-null,
.single-post .feed-more .linear-null {
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 10px;
}

.quote-null {
	height: 250px;
	background: #FFF;
	position: relative;
	padding: 60px 0;
	text-align: center;
	margin-top: 10px;
}

.quote-null .quote-line {
	display: block;
	width: 36%;
	height: 16px;
	background: #EEE;
	border-radius: 2px;
	margin: 0 auto 15px;
    animation-name: fadegrey;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}

.quote-null .quote-image {
    animation-name: fadeimage;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}

.quote-null .quote-author {
	margin-top: 45px;
}

.quote-null .quote-author-image {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #EEE;
	border-radius: 50%;
    animation-name: fadegrey;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}

.quote-null .quote-author-name {
	display: inline-block;
	width: 120px;
	height: 16px;
	background: #EEE;
	border-radius: 2px;
	position: relative;
	margin-left: 10px;
	top: -12px;
    animation-name: fadegrey;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}

@keyframes fadegrey {
  0% {background-color: #EEE;}
  50% {background-color: #FFF;}
  100% {background-color: #EEE;}
}

@keyframes fadeimage {
  0% {opacity: 0.2;}
  50% {opacity: 0;}
  100% {opacity: 0.2;}
}

.linear-null {
	height: 105px;
	background: #FFF;
	position: relative;
	padding: 0;
	margin-top: 10px;
}

.linear-null .null-score {
	display: block;
	width: 45px;
	height: 45px;
	background: #EEE;
	border-radius: 50%;
	position: absolute;
	top: 25px;
	left: 15px;
    animation-name: fadegrey;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}

.linear-null .null-image {
	display: block;
	width: 100px;
	height: 75px;
	background: #EEE;
	position: absolute;
	top: 10px;
	left: 85px;
    animation-name: fadegrey;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}

.linear-null .null-author {
	display: inline-block;
	width: 80px;
	height: 10px;
	background: #EEE;
	border-radius: 2px;
	position: relative;
	position: absolute;
	top: 18px;
	left: 200px;
    animation-name: fadegrey;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}

.linear-null .null-title {
	display: inline-block;
	width: 320px;
	height: 16px;
	background: #EEE;
	border-radius: 2px;
	position: relative;
	position: absolute;
	top: 40px;
	left: 200px;
    animation-name: fadegrey;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}

.linear-null .null-title-2 {
	display: inline-block;
	width: 200px;
	height: 16px;
	background: #EEE;
	border-radius: 2px;
	position: relative;
	position: absolute;
	top: 64px;
	left: 200px;
    animation-name: fadegrey;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}

.linear-null .null-heart {
	display: block;
	width: 35px;
	height: 35px;
	background: #EEE;
	border-radius: 50%;
	position: absolute;
	top: 35px;
	right: 15px;
    animation-name: fadegrey;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}

.article-quote .read-cta {
	display: inline-block;
	position: absolute;
	bottom: 30px;
	right: 30px;
	font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Open Sans";
	color: #FFF;
}

.article-quote .read-cta i {
	color: #FFF;
}

.article-quote.white-bg .read-cta,
.article-quote.white-bg .read-cta i {
	color: #000 !important
}

.article-quote.red-text .read-cta,
.article-quote.red-text .read-cta i {
	color: #E6460E !important
}

.article-quote.orange-text .read-cta,
.article-quote.orange-text .read-cta i {
	color: #ea973e !important;
}

.article-streamlined {
	width: 100%;
	max-width: 690px;
	margin: 15px auto;
	box-shadow: none;
	background: #FCFAF5;
	padding: 20px 30px;
	transition: 300ms;
	cursor: pointer;
	position: relative;
	border: 1px solid transparent;
}

.article-streamlined.listed-article .eco-score {
	float: right;
	margin: 0;
}

.article-streamlined.listed-article .copy {
	width: calc(100% - 140px);
}

.article-streamlined.listed-article .copy p {
	font-size: 14px;
	line-height: 19px;
}

@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 5px;
	}
	.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;
	}
	.article-quote {
		margin-bottom: 15px;
		margin-top: 15px;
	}
	.article-quote .read-cta {
		bottom: 15px;
	}
	.linear-null .null-title {
		width: 80px;
		left: 200px;
	}
	.linear-null .null-title-2 {
		width: 100px;
		left: 200px;
	}
	.article-streamlined.listed-article .copy {
		width: calc(100% - 60px);
	}
	.single-post .feed-more .quote-null,
	.single-post .feed-more .linear-null {
		width: 100%;
	}
	.article-winning-author.article-winner {
		height: 250px;
		padding-top: 10px;
	}
	.article-winning-author.article-winner .copy {
		margin-top: 30px;
	}
	.article-winning-author.article-winner .copy p.content-copy {
		font-size: 13px;
		line-height: 18px;
	}
	.article-winning-author.article-winner a.author-id {
		left: 36.5%;
		top: 95px;
	}
}

@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 {
		display: none;
	}
	.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,
	.listed-article .boost-money {
		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: 13px;
		line-height: 13px;
	}
	.article-winner .copy .number {
		font-size: 13px;
		line-height: 13px;
	}
	.article-winner .copy .payout {
		font-size: 13px;
		line-height: 13px;
	}
	.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;
	}
	.homepage .feed-wrapper .list-title .title {
		font-size: 15px !important;
	}

	.homepage .feed-wrapper .after-feed-wrapper .list-title .title {
		width: 100%;
	}
}

/*Tabbed Home Feed*/
.homepage .listed-article-wrapper{
	border-top: 5px #E9973E solid;
}
.homepage .feed-wrapper .show-latest {
	display: none;
}
.homepage .feed-wrapper .list-title .title {
	background: #D5DEE2;
	color: #94A3A6;
	width: 32%;
	padding: 10px;
	transition: background .25s  ease, color .25s ease;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
}
.homepage .feed-wrapper .list-title .title {
	font-size: 20px;
}
.homepage .feed-wrapper .list-title .title:hover {
	background: #E9973E;
	color: #fff;
}
.homepage .feed-wrapper .list-title .tab-active {
	background: #E9973E;
	color: #fff;
}
