/**
 * Print stylesheet for yourwebsite.com
* @version         1.0
* @lastmodified    8.1.2018
*/

@media print {
  .content {
    width: 100%;
  }
  #main {
  width: 100%;
  margin: 0;
  }
  @page {
    margin: 2cm
  }
  body {
  font: 12pt Montserrat, serif;
  line-height: 1.3;
  background: #fff !important;
  color: #000;
  }
  h1 {
  font-size: 40pt;
  margin-top: 0pt;
  }
  h1:before {
    content: 'Lenovo ';
  }
  main:before {
    content: url('http://lenovothink.wpengine.com/wp-content/themes/lenovo-theme/assets/img/logo.png');
  }
  h2, h3 {
    font-size: 24pt;
  }
  h4 {
    font-size: 18pt;
  }
  p {
    font-size: 12px;
  }
  a {
      page-break-inside:avoid
  }
  h1, h2, h3, h4, h5, h6, img {
    page-break-after:avoid;
    page-break-inside:avoid
  }
  table, pre {
    page-break-inside:avoid
  }
  ul, ol, dl {
    page-break-before:avoid
  }
  .sidebar,
  .footer,
  .banner,
  .print-download-buttons,
  #back-to-top-button img,
  #back-to-top-button-red img{
    width: 0;
    display: none;
  }

  .single-workstation .workstation-details {
    width: 100% !important;
  }

  .wp-block-gallery {
    display: none !important;
  }

  .product-subsection .cell {
    padding: 5px;
    line-height: 1em;
  }
}
