@media print {

    @page { margin: 0; }
  body { margin: 1.6cm; }

    *,
    *:before,
    *:after {
        /* background-color: transparent !important;
        color: #000 !important; */

        box-shadow: none !important;
        text-shadow: none !important;
        transition: none !important;
    }

    .fusion-page-title-bar {
        display: none;
    }

    .fusion-button {
        display: none !important;
    }

    /* .fusion-logo a {
        position: fixed !important;
        top: 30px !important;
        left: 30px !important;
        width: 200px !important;
        display: block !important;
        opacity: 1 !important;
    }

    .fusion-logo a img {
        width: 100% !important;
        height: auto !important;
    } */

    /* a,
    a:visited {
        text-decoration: underline;
    } */

    /* a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    } */

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;

    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    * {
        -webkit-print-color-adjust: exact; 
    }

    nav.fusion-main-menu,
    .fusion-main-menu,
    .fusion-footer,
    .nicescroll-rails,
    .fusion-is-sticky,
    #toTop {
        display: none !important;
    }

    .fusion-social-network-icon {
        opacity: 0 !important;
    }

    .fusion-imageframe {
        /* background: #000 !important; */
        width: 100% !important;
    }
    
    .panel-collapse {
        height: auto !important;
    }

    .collapse {
        display: block !important;
        position: relative;
    }

    .fusion-builder-column-1.fusion-one-half.fusion-column-first,
    .fusion-builder-column-2.fusion-one-half.fusion-column-last {
        width: 100% !important;
        margin: 0 !important;
    }

    .lazyloaded {
        transition: none !important;
    }
    
    
    @-moz-document url-prefix() {
        .avada-footer-fx-sticky #boxed-wrapper, .avada-footer-fx-sticky #wrapper, .avada-footer-fx-sticky-with-parallax-bg-image #boxed-wrapper, .avada-footer-fx-sticky-with-parallax-bg-image #wrapper, .avada-footer-fx-sticky-with-parallax-bg-image.layout-boxed-mode:not(.fusion-top-header) #boxed-wrapper, .avada-footer-fx-sticky.layout-boxed-mode:not(.fusion-top-header) #boxed-wrapper {
            display: block !important;
        }  
    }
}
