@media print {
  body {
   line-height: 1.3 !important;
  }
  html, body { height: 100% !important; }
  a:after {
    content: none !important;
  }
  [class^="col-"], [class*=" col-"],
  .item, .inner  {
    width:100% !important;
    /*margin-bottom:15px !important;*/
  }
  @page {
    margin: 0.5cm !important;
    padding: 0 !important;
  }
  * {
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
  }
  img,
  form,
  .flex-content,
  .footer-menu,
  .testimonials,
  .products,
  .teaser,
  .header,
  .form,
  .footer,
  .fa,
  .sidebar,
  .side-menu,
  .book-now,
  .front-page-gallery,
  .tabs-label .item,
  br,
  a {
    display: none !important;
  }
  .inner-main-content a,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  li {
    padding:0 !important;
    margin: 15px 0 10px !important;
    display: block !important;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    white-space: nowrap !important;
    font-weight: normal !important;
  }
  h1 {
    font-size: 30px !important;
  }
  h2 {
    font-size: 27px !important;
  }
  h3 {
    font-size: 23px !important;
  }
  h4 {
    font-size: 20px !important;
  }
  h5 {
    font-size: 18px !important;
  }
  h6 {
    font-size: 16px !important;
  }
  p,
  li {
    font-size: 14px !important;
  }
}
