/* Print Style Sheet */
@media print {
body { background:white; color:black; margin:0; }

.social-sharing {
    display: none;
color:#fff!important
}

body {
    margin: 0 0 0 0;
}
.h5ab-print-button-container {
    display: none;
}
header.fusion-header-wrapper {
    display: none;
}
footer.fusion-footer-widget-area.fusion-widget-area {
    display: none;
}
span.left.before-sharebutton-text {
    display: none!important;
color:#fff!important
}
.single-navigation.clearfix {
    display: none;
}
header.fusion-header-wrapper.fusion-header-shadow {
    display: none;
}

.fusion-sharing-box.fusion-single-sharing-box.share-box {
    display: none;
}

.related-posts.single-related-posts {
    display: none;
}

div#sidebar {
    display: none;
}

.fusion-footer {
    display: none;
}
body.has-sidebar #content {
    width: calc(100%)!important;}

.fusion-row {
    width: 100%!important;
    margin: 0 auto!important;
    text-align: center;
}
#main .fusion-row, #slidingbar-area .fusion-row, .fusion-footer-copyright-area .fusion-row, .fusion-footer-widget-area .fusion-row, .fusion-page-title-row, .tfs-slider .slide-content-container .slide-content {
    max-width: 100%!important;
}

.fusion-meta-info {
    display: none;
}

}