.twitter-ticker {
	color: #fff;
	background: #1da1f2;
	display: inline-block;
	position: relative;
	width: 100%;
	margin-bottom: 50px;
}

.twitter-ticker a {
	color: #fff;
	font-weight: 700;
}

.twitter-ticker a:active,
.twitter-ticker a:focus,
.twitter-ticker a:hover {
	color: #fff;
	text-decoration: underline;
}

.twitter-ticker a.twitter_time {
	font-size: 11px;
	font-weight: 400;
	font-style: italic;
	display: block;
}

.twitter-ticker .twitter-logo > a {
	border-radius: 50%;
	text-indent: -999px;
	font-size: 0;
	line-height: 0;
	background: #1da1f2 url(../img/twitter-icon.png) center center no-repeat;
	background-size: contain;
	display: block;
	width: 60px;
	height: 60px;
	float: left;
	margin: 5px;
}

.twitter-ticker .tweets-list {
	float: left; 
	width: calc(100% - 80px);
	margin: 5px 0;
	height: 60px;
}

.twitter-ticker .tweets-list ul {
	list-style: none;
	margin: 0;
	padding: 0 ;
}

.twitter-ticker .tweets-list ul li {
	height: 60px;
	margin-bottom: 20px;
	display: table-row;
	font-size: 17px;
	line-height: 1.25;
}

.twitter-ticker .tweets-list ul li div{
	display: table-cell;
	vertical-align: middle;
}

.twitter-ticker .widget_tp_widget_recent_tweets {
	margin-bottom: 0;
}

.twitter-ticker .tweets-footer {
	position: absolute;	
	display: block;
	right: 10px;
	bottom: 5px;
	line-height: 1;
}

.twitter-ticker .tweets-footer a {
	font-size: .75em;
	font-weight: 200;
}

@media(max-width: 767px){
	.twitter-ticker .tweets-list {
		height: 100px;
	}
	.twitter-ticker .tweets-list ul li {
		height: 100px;
	}
}

@media(max-width: 639px){
	.twitter-ticker .tweets-list {
		height: 160px;
	}
	.twitter-ticker .tweets-list ul li {
		height: 160px;
	}
}
