/* ---------------------------------------------------------------------------------------
 * ## Print 
--------------------------------------------------------------------------------------- */
@media print {
  body, body * {
    -webkit-print-color-adjust: exact !important;
    /* Chrome, Safari */
    color-adjust: exact !important;
    /*Firefox*/
  }
  .hooked-hero-home-slider,
  .sidebar,
  .toggle-sidebar,
  .footer-widgets,
  .hooked-social-sharing,
  .menu-toggle,
  .phone::before,
  .related-posts,
  .adjacent-post-navigation,
  .go-to-top {
    display: none !important;
  }
  * {
    box-shadow: none !important;
  }
  .is-scrolling .site-header {
    position: absolute !important;
  }
}

@page {
  size: A4 landscape;
  margin: 0;
  -webkit-print-color-adjust: exact !important;
  /* Chrome, Safari */
  color-adjust: exact !important;
  /*Firefox*/
}
