/*======================================
Theme Name: Minat
Theme URI: https://kpchaudhary.com/
Description: Minat child theme by KP Chaudhary.
Version: 2.0
Author: KP Chaudhary
Author URI: https://kpchaudhary.com
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */

@media print {

    .download-page-pdf {
        display: none !important;
    }

    .et_pb_scroll_top,
    .et-l--header,
    .et-l--footer {
        display: none !important;
    }

    html,
    body {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

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

    .et_pb_row {
        width: 80% !important;
        max-width: 1080px !important;
    }

    .et_pb_section {
        background-size: cover !important;
    }
}