/**
 * Template Name:  EFIB
 * Author:         Digitag
 * Author URI:     http://digitag.co
 * Description:    Displays tweets for multiple accounts. 
 * Version:        2.5.1
 * License:        GNU General Public License v2 or later
 * License URI:    http://www.gnu.org/licenses/gpl-2.0.html
 * Tags:           default
 * Text Domain:    twitter-efib
 */

.twitter-efib {
    overflow-y: auto;	
	overflow-x: hidden;
	width: inherit;
	color: #5d5d5d;
}
.twitter-efib > .twitter-efib-item {
	display: inline-block; 
	padding-bottom: 0.5em ;	
	width: 100%;
}
.twitter-efib > .twitter-efib-item a {
    /* removes the underlines of hyper links in the Twenty Fifteenth theme */
    border-bottom: 0;
}
.twitter-efib > .twitter-efib-retweet {
}
.twitter-efib-item > .twitter-efib-main {
	padding: 0;
	/* display: table-cell !important; */
}
.twitter-efib-heading > .twitter-efib-heading {
	vertical-align: text-top;
	line-height: 1em;
}
.twitter-efib-item  > .twitter-efib-profile-image {
	margin: 0 0 0 0;
}
.twitter-efib-heading > .twitter-efib-user-name {
	margin-bottom: 0.3em;
	display: inline-block; 

}
.twitter-efib-heading > .twitter-efib-user-name a {
	text-decoration: none;
}
.twitter-efib-heading > .twitter-efib-tweet-created-at {
	display: inline;
	float: right; 
	font-size: smaller; 
	margin-left: 1em;
}
.twitter-efib-heading > .twitter-efib-tweet-created-at a {
	text-decoration: none;
}
.twitter-efib-main > .twitter-efib-body {
}
.twitter-efib-body > .twitter-efib-text {
	margin-bottom: 0;
	color: #2e2e2e;
}
div.twitter-efib-body > p.twitter-efib-text {
	margin-bottom: 0;
}
.twitter-efib-text > .twitter-efib-retweet-credit {
	float: right;
	margin-left: 0.5em;
	font-size: smaller;
}
.twitter-efib-text > .twitter-efib-retweet-credit a {
	text-decoration: none;
}
.twitter-efib .twitter-efib-body > .twitter-efib-external-media {
	clear: both;
    margin: 0.4em 0;
}
.twitter-efib .twitter-efib-media > .twitter-efib-media-photo {
}
.twitter-efib .twitter-efib-body > .twitter-efib-external-media img,
.twitter-efib .twitter-efib-media > .twitter-efib-media-photo img {
	max-width: 100%;
	height: auto;	
}
.twitter-efib .twitter-efib-body > .twitter-efib-media {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.twitter-efib-footer > .twitter-efib-intent-buttons {
	font-size: 0.9rem;
	padding: 0;
	margin: 15px 0 25px;
	list-style: none;
}
.twitter-efib-footer > .twitter-efib-intent-buttons a ,
.twitter-efib-intent-buttons .twitter-efib-intent-icon a:hover {
	text-decoration: none;
	color: #5d5d5d;
}
.twitter-efib-footer > ul.twitter-efib-intent-buttons > li {
	display: inline;
	margin-right: 20px;
	list-style-type: none;
}
.twitter-efib-intent-buttons span.twitter-efib-intent-buttons-text {
	vertical-align: middle;
}

.twitter-efib-intent-buttons span.twitter-efib-intent-icon {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	background-position: 0 0;
	background-repeat:no-repeat;
}
.twitter-efib-intent-buttons span.twitter-efib-intent-icon:hover  {
	background-position: -16px 0;
}
.twitter-efib-heading > .twitter-efib-follow-button {
    margin-left:0.4em; 
    float:right;
    vertical-align: middle;
}