/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 17 2018 | 19:16:54 */
/* Facebook widget */

.fts-jal-fb-header,
#main .fts-powered-by-text,
.fts-jal-fb-user-thumb,
.fts-jal-fb-user-name {
 	display: none !important; 
}


/* Q and a loop */

#living_feed {
 	position: relative;
  	padding-right: 30px;
}

.living-feed-buttons {
 	position: absolute;
    top: 0;
    right: 0; 
}

#lf_button_up {
 	width: 25px;
  	height: 25px;
  	background-image: url(https://drearth.com/wp-content/uploads/lf-up-arrow.png);
  	background-size: cover;
  	background-repeat: no-repeat;
  	margin-bottom: 5px;
}

#lf_button_down {
 	width: 25px;
  	height: 25px;
  	background-image: url(https://drearth.com/wp-content/uploads/lf-down-arrow.png);
  	background-size: cover;
  	background-repeat: no-repeat;
}

#lf_button_up:hover,
#lf_button_down:hover {
 	cursor: pointer; 
}

#living_feed article {
  	padding: 15px;
    border: 1px solid #d3115b73;
    box-shadow: 4px 4px 10px #aec740b5;
}

#living_feed article header {
 	display: none; 
}

#living_feed .lf-question {
  	font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
    letter-spacing: 1px;
}

#living_feed .lf-author {
  	margin: 0;
    text-align: right;
    font-size: 14px;
    font-style: italic;
}