/* Theme Name: Tripgo Child Theme
Theme URI: https://themeforest.net/user/ovatheme/portfolio
Description: This is child theme of tripgo
Author: Ovatheme
Author URI: https://themeforest.net/user/ovatheme
Template: tripgo
Version: 1.0.0
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain:  tripgo-child
*/

.pdf-print-view .site,
.pdf-print-view .content,
.pdf-print-view .entry-content {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 10px !important;
    margin: 0 auto !important;
    float: none !important;
    display: block !important;
    box-sizing: border-box;
}

.pdf-print-view .sidebar,
.pdf-print-view header,
.pdf-print-view footer,
.pdf-print-view .menu,
.pdf-print-view .widget,
.pdf-print-view .ads {
    display: none !important;
}

/* 


@media print {
    body {
        background: white !important;
        color: black !important;
    }

    .entry-content,
    .site-content,
    #primary,
    #content {
        display: block !important;
        visibility: visible !important;
        height: auto !important;
        position: static !important;
    }

    header,
    footer,
    .no-print,
    .sidebar,
    nav,
    .widget {
        display: none !important;
    }

    img {
        max-width: 100% !important;
        height: auto !important;
    }
} */