@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .top-bar-social{
  	display: none !important;
  }

  #email_icon, #phone_icon, .first-item, .support-link{
  	display: none !important;
  }

  #nav-top-menu{
  	margin-top:10px;
  }
}