/*Twitter*/
.twitterheading {
    color: #000;
    padding: 0px 10px;
    font-size: 18px;
    text-align: left;
    text-transform: unset;
}
.eapps-twitter-feed-header-banner-container-hide-image {
    padding-top: 10%;
}
.eapps-twitter-feed-header-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 24px;
    position: relative;
	background:#eaeaea;
}
.eapps-twitter-feed-header-user-image-container {
    position: relative;
	background: #fff !important;
    width: 67px;
    height: 67px;
    min-width: 67px;
    min-height: 67px;
    border: 3px solid #fafafa;
    margin-top: -29px;
    border-radius: 50%;
    overflow: hidden;
}
.twitterindividuallogo {
    width: 60px;
    padding-top: 16px;
}
.eapps-twitter-feed-header-user-info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 21px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-top: 10px;
    padding-right: 110px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
	background-color:#eaeaea;
	@media(max-width:768px){
	margin-left: 10px !important;
	}
}
.eapps-twitter-feed-header-user-info-follow {
    position: absolute;
    top: 12px;
    right: 24px;
    padding: 0 20px;
    height: 28px;
    border-radius: 16px;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
	border: unset !important;
	@media(max-width:768px){
	right: 12px;	
	}
}
.eapps-twitter-feed-header-user-info-follow-label {
    color: #fff;
    font-size: 16px;
    padding-left: 7px;
}
.eapps-twitter-feed-header-user-info-follow svg {
    fill: #fff;
}
.emptyfeed{  color:#000;
    font-size: 30px;
    text-align: center;
    top: 50%;
    position: relative;
}