  
@media print {
  body {
    background:white;
    margin:0;
  }
  .site-header {
    display: none;
  }
  .show-mobile-menu {
    display: none;
  }
  .main-menu {
    display: none !important;
  }
  .stiky-header {
    display: none !important;
  }
  .site-main .home-top .introduction p,
  .site-main .home-top .introduction h1,
  .site-main .home-top .introduction h2,
  .site-main .home-top .introduction h3,
  .site-main .home-top .introduction h4,
  .site-main .home-top .introduction h5 {
    color: #000 !important;
  }
  .site-main .main-content .page-bottom .right-ct .page-title {
    padding: 0;
  }
  .site-main .main-content .page-bottom .right-ct .page-title h1 {
    color: #000 !important;
    background-color: none !important;
  }
  .site-main .main-content .page-bottom .right-ct .page-title h1 .indicator {
    display: none !important;
  }
  .home-content {
    display: none;
  }
  .page-template-page-templatespage-main-php .site-main .top-image{
    height: 100px;
    width: 100%;
  }
  .site-footer {
    display: none;
  }
  .sidebar-links {
    display: none;
  }
  .share-button {
    display: none !important;
  }
  a {
    color: #000 !important;
    text-decoration: underline;
  }
}
