@media print {
  html,
  body {
    background: #FFF;
  }

  #widgets,
  #colophon,
  #widgets-open,
  #header-image,
  #respond,
  .paging,
  #infinite-handle span {
    display: none;
  }

  #secondary,
  #secondary-main {
    position: static;
    padding: 0;
    background: #FFF !important;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }

  #masthead {
    position: static;
    padding: 0;
    text-align: left;
  }

  .site-title {
    padding-top: 20px;
  }

  .site-title,
  .site-title * {
    font-size: 20px !important;
  }

  .site-description {
    font-size: 16px !important;
  }

  .site-logo {
    float: left;
    margin-right: 10px;
  }

  .site-logo img {
    max-height: 100px !important;
  }

  .entry {
    padding: 20px 0;
    border: none;
  }

  .entry-header,
  .entry-content,
  .entry-meta,
  .entry-comments {
    max-width: none;
  }

  .entry-header .entry-title {
    font-size: 20px;
  }

  .entry-content {
    color: #000;
  }

  .entry-content a {
    color: #000 !important;
    text-decoration: underline !important;
  }

  .entry-sticky {
    display: none;
  }

  .entry-meta-item.entry-edit {
    display: none !important;
  }

  #comments.no-comments,
  #respond {
    display: none;
  }

  .baremenu-button,
  .sharemenu-button,
  .likemenu-button,
  .baremenu,
  .sharemenu,
  .likemenu {
    display: none !important;
  }
}
