body.elephant-journal.community-single-page,
body.elephant-journal.community-landing {
	background: #FFF;
}

body.elephant-journal.community-single-page .search-form {
	margin: 0;
	width: 100%;
}

body.elephant-journal.community-single-page div.sidebar,
body.elephant-journal.community-landing div.sidebar {
	width: 300px;
	float: right;
	background: none;
}

.single.community-single .content-wrap {
	width: calc(95% - 300px);
	margin-top: 0;
}

body.elephant-journal.community-single-page .post-meta {
	padding-bottom: 0;
	border-top: 1px solid #CDCDCD;
	border-bottom: 1px solid #CDCDCD;
}

.community-single .content-wrap,
.community-single p,
.community-single p a,
.community-single p span,
.community-single p strong,
.community-single p b,
.community-single p i,
.community-single p em,
.community-single p * {
	font-family: "Libre Baskerville";
	font-size: 18px;
	line-height: 32px;
	font-weight: 300;
}

.community-single .content-wrap,
.community-single p {
	margin: 10px 0;
}

.community-single p strong,
.community-single p b {
	font-weight: 700;
}

.community-single p:first-child {
	margin-top: 0;
	padding-top: 0;
}

.community-single h1 {
	color: #484d4e;
	font-family: "Libre Baskerville";
	font-weight: 400;
	font-size: 44px;
	line-height: 56px;
	margin: 70px 0 30px 0;
}

.community-meta {
	background: rgb(249,250,253);
	margin: 0 0 40px;
	padding: 0;
	font-family: 'Open Sans';
	font-size: 10px;
	line-height: 10px;
}

.community-meta * {
	color: #A3AEB0;
	vertical-align: middle;
	font-family: 'Open Sans' !important;
}

.community-meta .meta-left {
	float: left;
	width: calc(95% - 300px);
	margin-top: 0;
}

.community-meta .meta-right {
	width: calc(5% + 300px);
	float: right;
}

.community-meta .hearting {
	display: inline-block;
	font-size: 11px;
	line-height: 11px;
	height: 100%;
	line-height: 100%;
	cursor: pointer;
	padding: 22px 20px 23px;
	vertical-align: middle;
	background: rgb(234,234,241);
}

.community-meta .hearting.hearted {
	background: transparent;
}

.community-meta .hearting * {
	vertical-align: middle;
}

.community-meta .hearting .heart-icon {
	display: inline-block;
	height: 24px;
	width: 20px;
	margin: 0px 3px;
	background-image: url('../images/heart-off-state.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.community-meta .hearting .heart-count {
	font-weight: 600;
}

.community-meta .hearting .heart-copy {
	font-weight: 700;
	color: #69AD4A;
}

.community-meta .hearting.hearted .heart-icon {
	background-image: url('../images/heart-on-state.png');
}

.community-meta-desktop .hearting:hover .heart-icon {
	background-image: url('../images/heart-rollover-state.png');
}

.community-meta .meta-author {
	margin: 0 0 0 20px;
}

.community-meta .meta-author .author-thumb {
	display: inline-block;
	width: 25px;
	height: 25px;
	vertical-align: middle;
	position: relative;
	top: -1px;
	margin: 0 5px 0 0;
	background-size: contain;
} 

.community-meta .meta-author .via {
	color: #69AD4A;
}

.community-meta .meta-reads {
	float: right;
	padding: 20px;
	margin-right: 0px;
}

.community-meta .meta-reads .reads-icon {
	display: inline-block;
	background: url('../images/gr-reads-icon.png') center no-repeat transparent;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	margin: 0 3px 0 0;
	background-size: contain;
} 

.community-meta .meta-reads .reads-count,
.community-meta .meta-shares .share-count,
.community-meta .meta-date {
	font-weight: 600;
}

.community-meta .meta-reads .reads-count,
.community-meta .meta-shares .share-count {

}

.community-meta .meta-shares {
	float: right;
	padding: 22px 20px 20px 10px;
}

.community-meta .meta-author {
	padding: 22px 0 0;
}

.community-meta .meta-shares a {
	display: inline-block;
	background-color: #B6C7C7;
	border-radius: 12px;
	width: 24px;
	height: 24px;
	padding: 5px;
	font-size: 13px;
	text-align: center;
	vertical-align: middle;
	margin: 0 0 0 3px;
}

.community-meta .meta-shares a i {
	color: #FFF;
	vertical-align: middle;
	position: relative;
	top: 1px;
	font-family: "FontAwesome" !important
}

.community-meta .meta-shares .share-icon {
	display: inline-block;
	background: url('../images/gr-share-icon.png');
	width: 20px;
	height: 20px;
	vertical-align: middle;
	position: relative;
	top: -1px;
	margin: 0 5px 0 0;
	background-size: contain;
} 

.community-meta .meta-date {
	float: right;
	padding: 25px 25px 0 20px;
	vertical-align: middle;
}

/* Meta Mobile */
.community-meta-mobile {
	background: transparent;
}
.community-meta-mobile * {
	font-size: 10px;
	line-height: 10px;
}

.community-meta-mobile .meta-full {
	background: rgb(249,250,253);
	margin: 20px 0;
}

.community-meta-mobile .meta-author-wrap {
	margin: 15px 0;
}

.community-meta-mobile .meta-author {
	margin: 0;
}

.community-meta-mobile .hearting {
	padding: 15px 8px;
}

.community-meta-mobile .meta-reads {
	padding: 15px 8px;
	margin: 0;
	float: none;
}

.community-meta-mobile .meta-reads .reads-icon,
.community-meta-mobile .meta-shares .share-icon {
	width: 18px;
	height: 18px;
	background-size: contain;
}

.community-meta-mobile .meta-date {
	padding: 15px 8px;
}

.community-meta-mobile .meta-shares {
	padding: 0;
	padding: 15px 8px;
}

.community-meta-mobile .meta-shares a {
	width: 22px;
	height: 22px;
	font-size: 12px;
	line-height: 22px;
	padding: 0;
}

.community-meta-mobile .hearting .heart-icon {
	width: 23px;
	height: 23px;
}

.community-meta-mobile .meta-reads .reads-icon {
	width: 37px;
	height: 37px;
}

.community-meta .meta-author .via {
	font-weight: 600;
}

.community-single p {
	font-size: 18px; 
	line-height: 32px; 
	font-weight: 300; 
	padding-top: 15px;
}

.community-single .popular-posts {
	margin: 45px 0;
}

.newsletter-article-footer h3.trending {
	background: #484d4e;
}

.community-single p a {
	color: #5fab32;
}

.community-single {
	position: relative;
}

.back-to-landing {
	font-size: 12px; 
	line-height: 12px; 
	color: #8d9c9f;
	display: inline-block;
	position: absolute;
	top: -35px;
	left: 0;
	text-decoration: underline;
}

.back-to-share {
	left: 125px;
}

.back-to-landing.after-article {
	position: relative;
	display: inline-block;
	top: 0;
	margin-top: 30px;
	font-weight: 600;
	color: #8d9c9f;
}

.flag-inappropriate {
	display: inline-block;
	float: right;
	margin-top: 30px;
	font-weight: 600;
	font-size: 12px; 
	line-height: 12px; 
	color: #8d9c9f;
	text-decoration: underline;
}

span.flag-inappropriate {
	text-decoration: none;
}