.not-show{
	display: none !important;
}

.social_media_feed{
    font-size: 100%;
    width: 100%;
    border: 1px solid #ccc;
}
.social_media_feed.twitter_box{
	float: right;
}
.social_media_feed{
	height: auto;
    color: #fff;
    font-weight: 600;
    text-align: left;
    font-size: 14px;	
}
.social_media_feed .social_name_twitter{
    background-color:#0084b4;
    padding: 8px;
}
.social_media_feed .social_name_facebook{
    background-color:#3b5998;
    padding: 8px;
}
.social_media_feed .social_feed{
	height: 640px;
}

button.comman-but{
    border: none;
}

.text-ellips-3{
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
}

ol.breadcrumb li:last-child{
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    width: 800px;
}

ul.p_post-list .post-detail a{
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
}