﻿@media print {

    /*Ads*/
    .good.header-location,
    .good.sidebar-location,
    .good.front-mid-location,
    .good.footer-location {
        display: none;
    }

    /*Header*/
    .header-nav,
    .search-me-boxes.row {
        display: none;
    }

    /*Footer*/
    .newsletter-section,
    .newsletter-section-arrow,
    .social-section,
    .social-footer-wrapper,
    .footer-wrapper,
    .back-top-navigation,
    .cookie-bar,
    .copyright-section .container-body .columns:first-child
    {
        display: none;
    }

    .row-blocks.copyright-section {
        background-color: #ffffff;
        color: #000000;
    }

    /*Search results*/
    .v2-filter,
    .v2-controls {
        display: none;
    }
}
