.twitte-follow-image,.twitte-follow-details{
	display: inline-block;
	vertical-align: middle;
	margin: 0px -2px;
}
.twitte-follow-image{
	padding-right: 15px;
}
.twitte-follow-details .screen_name{
	font-weight: 600;
	font-size: 14px;
	color: #005392;
	display: inline-block;
	margin-bottom: 5px;
	text-decoration: none !important;
}
.twitter-count-wrap{
	font-size: 12px;
	font-weight: 300;
}
.twitter-count-wrap a{
	font-size: 13px;
	font-weight: 600;
	color: #00ABF3 !important;
	text-decoration: none !important;
}
.twitter-content-wrap{
	padding: 30px;
	background: #fff;
	-webkit-box-shadow: 0px 40px 7px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 40px 7px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 3px 40px 7px rgba(0,0,0,0.1);
    margin-top: 10px;
    margin-bottom: 40px;

}
.twitter-content-img img{
	object-fit: cover;
	object-position: top;
}
.twitter-content-img{
	padding-bottom: 30px;
}
.twitter-feed-content{
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
	padding-bottom: 20px;
}
.twitter-feed-content a{
	color: #00ABF3 !important;
}
.twitter-feed-date{
	border-top: 1px solid rgba(119, 119, 119, 0.23);
	padding-top: 20px;
	color: #9F9F9E;
	font-size: 12px;
	font-weight: 300;
}
.twitter-feed-date img{
	margin-right: 10px;
	vertical-align: middle;
}
@media (max-width: 992px){
	.twitter-custom-block .col-md-6{
		padding-left: 0px;
		padding-right: 0px;
	}
	.twitter-content-wrap{
		padding: 15px;
	}
	.twitter-content-img{
		padding-bottom: 15px;
	}
}
