@media print {
    header .right-side, 
    [class*="btn"],
    .scrolled header,
    .full-width-wrap .images-wrap,
    .speakers .speaker-wrap .speaker-head,
    .features .feature-box .image,
    .testimonial .testimonial-single .image,
    .gallery,
    .sponsor,
    .sponsors,
    footer .top-section .subscribe,
    .featured-exhibitor {
        display: none !important;
    }

    .two-col-left,
    .two-col-right,
    .feature-new .feature-new-box,
    .features .feature-box,
    .featured-exhibitor .featured-exhibitor-wrap .left-side,
    .featured-exhibitor .featured-exhibitor-wrap .right-side,
    .testimonial .testimonial-single .image,
    footer .bottom-section .map,
    footer .bottom-section .footer-col-wrap,
    footer .footer-col  {
        width: 100% !important;
        max-width: 100% !important;
    }

    header {
        position: absolute;
    }

    .speakers,
    .agenda,
    .feature-new,
    .featured-exhibitor,
    .features {
        page-break-after: always;
    }

    footer .footer-col {
        padding-left: 0;
    }

    header .part-of {
        margin-top: 10px;
    }

    body * {
        color: #000000 !important;
    }
    
}

