@media print {
    header,
    .breaking-marquee-area,
    .side-ad,
    .ad,
    .print-hide,
    img.inner-news-ad,
    .news-content-bottom,
    .comment-area,
    .feature-2-news-area,
    .single-page-social-icon.gallery-social-icon.pull-right,
    .video-area,
    #footer,
    #return-to-top {
        display: none;
    }
    .single-news-full.white-bg {
        background: #fefefe
    }
    img.single-news-small-img,
    .single-news-right-small-area p {
        width: 100%;
    }
    h3.author-name {
        font-weight: 400
    }
    blockquote {
        border-top: none;
        border-bottom: none;
        border-right: none;
    }
    img.single-news-small-img {
        margin-bottom: 20px;
    }
    @page {
        size: 210mm 297mm;
    }
    .visible-print .logo {
        text-align: center;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(32, 32, 32, 0.2);
        margin: 0;
        margin-bottom: 20px;
    }
    .single-news-full.white-bg {
        margin: 0;
        padding: 0
    }
    .address-area.pull-right {
        margin: 0;
    }
    .print-footer {
        border-top: 1px solid rgba(32, 32, 32, .10);
        margin-top: 25px;
        padding-top: 20px;
    }
    .print-footer-left p {
        margin: 0;
        font-weight: 300;
        color: #666666;
        font-size: 12px;
    }
    .address-area ul li span {
        margin: 0;
        color: #666666;
        font-size: 12px;
    }
    /* ===== */
    
    *,
    *:before,
    enter code here *:after {
        text-shadow: none !important;
        background: transparent !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        page-break-inside: avoid;
    }
    img {
        page-break-inside: avoid;
        max-width: 100% !important;
    }
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }

    .print-logo, .print-address-area{
        display: block !important;
        text-align: center !important;
    }

    .breadcrumb{
        display: none !important;
    }

    .print-address-area ul{
        margin: 0;
        padding: 0;
    }

    .print-address-area ul li{
        list-style: none;
        display: inline-block;
    }

    .print-address-area ul li span{
        margin: 5px 0;
        display: block;
    }

    .print-address-area ul li span i.fa {
        width: 10px;
        height: 10px;
        margin-right: 15px;
        color: #f36f25;
    }

    .feature-1-news-area, .gallery-social-icon{
        display: none;
    }
}