@media print {
  .site-header { box-shadow: none !important; }
  .site-header--logo img { display: none !important; }
  header .site-header--primary-meta { display: none !important; }
  header.tribe-events-header { display: none !important; }
  .event-list-card {
    display: block !important;
    width: 50% !important;
    margin: auto !important;
    border: 1px solid gray !important;
  }
  .event-list-card .event-list-card-lower {
    border: none;
  }
  nav { display: none !important; }
  section.social-share-page { display: none !important; }
  footer { display: none !important; }
}
