/* Print Styles */

@media print {
    body {
        background:#fff !important;
    }
    *, *::before, *::after {
        color:#000 !important;
        border-color: #eee !important;
    }
    #geekmag-topbar,#geekmag-header-wrapper,#geekmag-header-right,.geekmag-page-right,#geekmag-nav-container,#footer-widgets,#geekmag-share-buttons,input,textarea,.geekmag-button,#geekmag-go-to-share,.geekmag_comments_block,.geekmag-single-post-tags,iframe, embed, video, object, audio, .footer-social-icons,.geekmag-article-img,img,.flex-iframe,.geekmag-carousel,.geekmag-post-slider-container,.geekmag-fullwidth-slider,#geegmag-related-container,#geekmag-gallery-slider {
        display: none !important;
    }
    .geekmag-page-left {
        width: 100%;
        float: none;
        padding-right: 0px;
    }
    .geekmag-author-meta {
        width:100%;
        padding-left:0px;
    }
    .geekmag-pager,.geekmag-page-title {
        box-shadow: none !important;
    }
    .geekmag-page-title {
        margin-bottom: 40px;
        margin-left: 0px;
        padding: 0px;
    }
    #geekmag-page-content,.geekmag-post-content {
        padding: 0px;
    }
    .geekmag-author-box {
        margin: 0px;
        padding: 0px;
    }
    .geekmag-article-content {
        padding: 0px;
    }
    .size-1of2,.size-1of3 {
        width: 100%;
        padding:0px !important;
    }
    #footer-info {
        padding: 40px 0px 0px 0px;
    }
}