/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {
  #shariff-social-media {
    display: none;
  }

  .postImage {
    display: none;
  }

  .col-sm-8 {
    width: 100%;
  }

  .lists_articles .row > div {
    padding: 2px;
  }

  .col-sm-4 {
    width: 100%;
  }

  /* people widget */
  div.people_copyright_wrapper {
    display: none;
  }
}
/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  #shariff-social-media {
    display: none;
  }

  /* people widget */
  div.people_copyright_wrapper {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  div.people_copyright_wrapper {
    text-align: left;
  }

  span.people_copyright_span {
    top: 200px !important;
  }
}
