/* litsy_feed.css
	For the litsy feed page
 */


.profile_header {
	min-height:125px;
	padding: 15px;
}
.profileimagearea {
	float:left;
}

.profileimagearea .avatar {
	height:105px;
	width:105px;
	border:1px solid #000000b8;
	cursor:pointer;
}
.avatar.rounded {
	border-radius: 50%;
}
.avatar.thumb.rounded {
	max-width: 55px;
	float:left;
}

.profiletextarea {
	margin-left:130px;
	position:relative;
}
.profiletextarea h1 {

}
.profile_interests {
	padding:15px 0;
	font-weight: 400;
}
.tagline {

}
.readingnow {
	margin-top:15px;
}
.readingnow_icon {
	height: 21px;
	vertical-align: top;
	margin-right: 7px;
	float:left;
}
.readingnow .book {
	margin-left: 27px;
	display: block;
}

.profile_action {
	position:relative;
	text-align:left;
	margin-top:15px;
}
@media (min-width:768px) {
	.profile_action {
		position: absolute;
		top: 0;
		right: 0;
		margin-top:0;
	}
}
.profile_action a {
	margin-bottom: 5px;
}

.profiletextarea h2 {
	color: var(--litsy-text-heading-color);
	font-weight: normal;
	margin-top: 0;
	font-weight: 400;
}
.ltmembername {
	color: #808080;
	font-weight: 200px;
	font-size:1.2em;
}


.profiletextarea h1 {
	margin-bottom: 0em !important;
	padding-bottom: .2em !important;
}



#profile_top_section {
	background-color:var(--litsy-content-bg-color);
	color: var(--litsy-text-color);
	border-left: 1px solid var(--litsy-content-border-color);
	border-right: 1px solid var(--litsy-content-border-color);
}

.profile_sections {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	flex-direction: row;
	text-align: center;
	color:#fff;
}

.profile_sections.profile_sectiontypes {
	padding-top: 5px;
	margin-left:-15px;
	margin-right:-15px;
}
.profile_section_item {
	flex-grow:1;
	flex-basis:auto;
	flex: 1 1 5em;
	padding:5px;
	cursor:pointer;
	position: relative;
}

.profile_stats .profile_section_item {
	background-color: #29afc9;
	border-top:1px solid var(--litsy-input-border-color);
	border-left:1px solid var(--litsy-input-border-color);
	margin-top:-1px;
	margin-left:-1px;
	text-transform: uppercase;
	padding: 10px 5px;
}

.profile_stats .profile_section_item.selected,
.profile_stats .profile_section_item.selected:hover {
	background-color: var(--litsy-tab-selected-bg-color);
	color: #29afc9;
	cursor:default;
}

.profile_sectiontypes .profile_section_item {
	background-color: var(--litsy-tab-selected-bg-color);
	border-top:1px solid var(--litsy-content-border-color);
	border-left:1px solid var(--litsy-content-border-color);
	margin-top:-1px;
	margin-left:-1px;
	margin-right: -1px;
	opacity:0.75;
	border-bottom: 1px solid var(--litsy-content-border-color);
}

.preferences .profile_section_item
{
background-color: var(--litsy-tab-unselected-bg-color);
}

.profile_stats a,
.profile_stats a:link,
.profile_stats a:active,
.profile_stats a:visited{
	color: #fff !important;
	text-decoration: none !important;
}
.profile_stats .selected a,
.profile_stats .selected a:link,
.profile_stats .selected a:active,
.profile_stats .selected a:visited,
.profile_stats .selected a:hover {
	color: #257885 !important;
	cursor: default;
	text-decoration: none !important;
}

.profile_stats.preferences a,
.profile_stats.preferences a:link,
.profile_stats.preferences a:active,
.profile_stats.preferences a:visited {
	color: var(--litsy-text-color) !important;
}

.profile_sectiontypes .profile_section_item.selected {
	background-color: var(--litsy-content-bg-color);
	border-bottom:none;
}
.profile_sectiontypes .profile_section_item img {
	width: 55px;
	opacity:1;
}
.profile_action_item {
	xmargin-left: 15px;
	display: inline-block;
	margin-right:5px;
	margin-bottom:5px;
}
.profile_action_item + .profile_action_item {
	margin-right:0;
}
.profile_action_item.gear {
	padding-left:20px;
	padding-right:20px;
}
@media (min-width:768px) {
	.profile_action_item {
		margin-left:5px;
	}
	.profile_action_item + .profile_action_item {
		xmargin-left:5px;
	}
}
.post_list {
	background:#f3f3f3;
}
.signinprompt_container,
.post {
	padding: 0px 15px 20px;
	background: var(--litsy-content-bg-color);
	margin-bottom: 25px;
	border-radius: 10px;
	border: 1px solid var(--litsy-content-border-color);
	border-top: none;
	overflow:hidden;
	box-shadow: 0px 5px 9px -4px rgba(0,0,0,0.1);
}
.post:first-child {
	xborder-top:none;
}
.post_header {
	padding: 10px 0;
}
.post_head_info {
	display:flex;
	flex-direction: row;
}
.post_list > .post:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.post_header .posttype {
	float:right;
	margin-top: 2px;
	margin-right: -3px;
}

.post_header .avatar {
	width: 55px;
	height: 55px;
	margin: 0;
}
.post_head_infotext {
	margin: 0 20px;
	width:100%;
}
.follow_area {
	xfloat:right;
	xmargin-top: 2px;
	xmargin-bottom: -2px;
	margin-left:5px;
	display:inline-block;
}
.actionjackson .follow_area {
	margin-left:0;
	margin-top:10px;
}
.post_body {
	xoverflow: hidden;
}

.post .post_body .review {
	background-color: #98ba61;
	color: #fff;
	height: 40px;
	overflow:hidden;
	padding: 5px;
	text-transform: uppercase;
	margin: 0 -15px 5px;
}
.post .post_body .review img {
	height: 30px;
	width: 30px;
	margin-right: 10px;
}

img.postimage {
	width: 100%;
	xheight: 598px;
	object-fit: cover;
}



.likesandcomments {
	color: #666;
	margin: 20px 0 5px;
}
.likesandcomments > span {
	padding-right:30px;
}


.post .nav .navtext .username {
	font-weight: bold;
}

.post .nav .text .book {
}

.post .image {
	margin-bottom: .4em;
	margin-left: -15px;
	margin-right: -15px;
	border: 1px solid hsla(0, 0%, 0%, 0.2);
	overflow:hidden;
	border-left:none;
	border-right:none;
}

.post_body > .text {
	xpadding: 0 .25em;
	xmargin-top:15px;
}

.post .username {
	font-weight: 600;
	font-size: 110%;
}
.post_list .post .username {
	display: inline-block;
	margin-right: 15px;
}
.post .username a {
	color: #444 !important;
}
.posttype img {
	height: 25px;
}

.post .ago {
	color: #666;
}
.post .ago a,
.post .ago a:link,
.post .ago a:active,
.post .ago a:visited {
	color:#666 !important;
	font-weight:400;
}

.heartline .action {
	padding: 5px 10px;
	display: inline-block;
}

.heartline .action:first-child
{
padding-left: 0 !important;
}

.heartline .action.share {
	Xdisplay:none;
}
.heartline .action.ellipsis {
	float:right;
}
.heartline .action img {
	width:35px;
	transition: transform 2s;
}
.heartline .action.add img {
	width: 27px;
}
@media (min-width: 890px) {
	.heartline .action img {
		width:45px;
	}
	.heartline .action.add img {
		width: 35px;
	}
}
.heartline .action img {
	transform: scale(1);
}

.post_body .postcomments {
	border-top: 1px solid #ededed;
	margin-left: -15px;
	margin-right: -15px;
	padding: 14px 15px 15px;
	border-bottom: 1px solid #f3f3f3;
	background: #fcfbfb;
}
.post_body .text + .postcomments {
	margin-top: 15px;
}
.postcomments_show_hidden {
	margin-top:10px;
}
.postcomment {
	margin-left: -15px;
	text-indent: 25px;
	position: relative;
	padding: 5px 15px 7px;
	margin-right: -15px;
	margin-top: -4px;
	transition: background 0.8s;
	xpadding-right: 75px;
}
.postcomment:hover {
	background: #ececec;
	transition: background 0.0s;
}
.postcomment::before {
	content: "";
	opacity: 0.3;
	top: 8px;
	left: 15px;
	bottom: 0;
	right: 0;
	position: absolute;
	background-image: url(https://pics.cdn.librarything.com/pics/litsy_webpics/comment_bubble_solid.svg);
	display: block;
	width: 19px;
	height: 19px;
	z-index: 99;
	background-repeat: no-repeat;
	background-size: 17px;
}

.postcomment .text {
	padding-left: 3px;
}
.postcomment .text:before {
	content: "—";
	color: #ddd;
	margin-right: 5px;
}

.comment_flag {
	margin-left: 5px;
	height: 16px;
	margin-top: -3px;
	display:none;
}
.comment_pad {
	padding-left: 0;
	height: 21px;
	xfloat: right;

	width: 40px;
	opacity:0;
	xtransition: opacity 0.4s;
	border-radius:4px;
	cursor:pointer;
	margin:1px 10px -1px 15px;

	background: #cbdcde;
	border: 1px solid #b7cdd0;

	background: #eee;
	border: 1px solid #ccc;
	xbox-shadow: 0 1px 0 #dbe1e2, 0 2px 2px 1px #ffffff5e inset;

	position: absolute;
	right: 15px;
	bottom: 7px;
}

.postcomment.spoiler:hover .comment_pad {
	opacity:0.0;
	display:none;
}
.postcomment:hover .text.spoiled ~ .comment_pad,
.postcomment:hover .comment_pad,
.postcomment.spoiled:hover .comment_pad {
	opacity:1.0;
	xtransition: opacity 0.0s;
	display:block;
}


.comment_pad:hover {
	background: #fff !important;
	border: 1px solid var(--litsy-content-border-color);
}
.cp_img {
	height: 9px;
	position: absolute;
	vertical-align: top;
	top: calc(50% - 4.5px);
	left: calc(50% - 6px);
	opacity: 0.95;
	xtransition: all 0.5s;
}
.postcomment.activated .cp_img {
	xtransform: rotate(180deg);
}
.postcomment.activated .comment_pad {
	opacity:0;
}

.feed_tabs img
{
margin: 3px 0;
}

.feed_tabs
{
padding: 15px 0 15px 0 !important;
}

.feed_tab.selected
{
background-color: #29afc9 !important;
}
