
@media print {

  body, html {
    background: white !important;
    background-color: white !important;
    color: black;
    margin: 0;
  }

  #masthead, #content {
    background: transparent !important;
    border: 0px;
    color: black;
  }

  .entry-title {
    padding-left: 15px;
  }

  .widget-footer {
    width: 100% ;
  }

  #pre-header, #site-navigation, #breacrumb, #metaslider_widget-2, #widget-teaser-1, #widget-teaser-2, .site-info, #widget-footer-2, .wrapfixed {
    margin: 0px !important;
    padding: 0px !important;
    line-height: 0px !important;
    display: none !important;
    border: 0px;
  }

  footer a, #footer a, .site-footer a, footer, #footer, .site-footer {
    background: white !important;
    color: black !important;
  }

  #widget-footer-3, #widget-footer-2, #side_wrapper {
    display: none;
  }

  /************************** Accordion Tabs ***********************************/

  .tabs-menu, .tab, #content_wrapper {
    width: 100%;
    float: none;
  }

  .tab-content, tab-content .widget-title, .tabs-menu li {
    display: none;
  }

  .tabs-menu li.current {
    display: block;
    width: 100%;
    float: none;
  }

}