.shadowed-btn--telegram{
  background: rgb(56,174,235);
  background: -moz-linear-gradient(90deg, rgba(56,174,235,1) 0%, rgba(40,155,210,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(56,174,235,1) 0%, rgba(40,155,210,1) 100%);
  background: linear-gradient(90deg, rgba(56,174,235,1) 0%, rgba(40,155,210,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#38aeeb",endColorstr="#289bd2",GradientType=1);
  color: #fff !important;
}
.shadowed-btn--instagram{
  background: #f09433;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
  color: #fff !important;
}
.shadowed-btn--telegram .icon,
.shadowed-btn--instagram .icon
{
  fill: #fff !important;
}
.posts-list-box .tab-boxes .tab-contents{
  min-height: 1323px !important;
}