
@media print {
    
.navigation,
.post-footer,    
.footer-wrap, 
body.post-template-default.single-right-sidebar #secondary,
#secondary ,
header {
    display: none !important;
    }


.post-title {
  color: #000000 !important;
}


.post-template-default .col-lg-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
}


}
