/* Print Style Sheet */
@media print {

  body {
    width: 100vw;
  }

  #cssmenu, .site-header .container, .site-header {
    display: none;
  }

  .sorter {
    display: none !important;
  }

  .filter-button {
    display: none !important;
  }

  .inner-buttons-container {
    display: none;
  }

  .footer {
    display: none;
  }

  .latest-news ul li {
    width: 49%;
    float: left;
    margin-right: 1%;
    max-height: 61px;
  }

  .sidebar-news {
    width: 100% !important;
    display: none !important;
  }

  .main-faq {
    width: 100% !important;
  }
}