/*------------------------

twitter styles

------------------------*/
.twitter h2{
	margin: 50px 0 30px;
    text-align: center;
}
.tweet-img {
    width: 73px;
    float: left;
    height: 73px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0  15px 0 0;
}
.tweet-img img{
	width: 100%;
	height: auto;
}
.tweet-content {
    width: calc(100% - 88px);
    float: right;
}
.tweet-content a{
	color: #4faebc;
}
.tweet-content a:hover{
	color: #333;
	text-decoration: underline;
}
.tweets {
    padding: 0 15px 0 0;
    max-height: 130px;
    font-size: 14px;
}
.twitter {
    background: #f1f1f2;
    padding: 0 0 50px;
}
.tweets .title {
    margin: 0 0 8px;
    font-size: 14px;
    text-align: left;
}

.tweets .text {
}

.tweets-wrapper .view-content {
    padding: 0 50px;
}
@media all and (max-width: 767px){
	.tweets {
    	max-height: none;
    }
    .tweets-wrapper .view-content{
    	padding: 0 15px 50px;
    }
}
