@media print {
    .navbar-default {
        background-color: #fff !important;
        border: none;
        display: block;
        float: none;
    }
    .navbar-default.navbar-fixed-bottom, .navbar-default.navbar-fixed-top {
        position: relative;
        top: auto;
        left: auto;
    }
    .navbar-default .nav.navbar-nav,
    .navbar-default .navbar-toggle {
        display: none !important;
        height: 0;
        min-height: 0;
        max-height: 0;
        overflow: hidden;
    }
    .navbar-default .navbar-brand {
        display: block;
        float: none;
        margin-bottom: 36pt;
    }
    .navbar-default .navbar-brand img {
        display: block;
        height: auto;
        width: 300px;
    }

    .blog.blog-detail .jumbotron,
    .blog.blog-detail .breadcrumb,
    .blog.blog-detail .prev-next-wrapper,
    .blog.blog-detail .share-this-wrapper,
    .blog.blog-detail .author-divider,
    .blog.blog-detail .blog-tags,
    .blog.blog-detail .blog-bottom-author,
    .blog.blog-detail main img,
    .blog.blog-detail iframe,
    .single-post.blog-detail .jumbotron,
    .single-post.blog-detail .breadcrumb,
    .single-post.blog-detail .prev-next-wrapper,
    .single-post.blog-detail .share-this-wrapper,
    .single-post.blog-detail .author-divider,
    .single-post.blog-detail .blog-tags,
    .single-post.blog-detail .blog-bottom-author,
    .single-post.blog-detail main img,
    .single-post.blog-detail iframe,
    .blog.single-post .jumbotron,
    .blog.single-post .breadcrumb,
    .blog.single-post .prev-next-wrapper,
    .blog.single-post .share-this-wrapper,
    .blog.single-post .author-divider,
    .blog.single-post .blog-tags,
    .blog.single-post .blog-bottom-author,
    .blog.single-post main img,
    .blog.single-post iframe,
    .single-post.single-post .jumbotron,
    .single-post.single-post .breadcrumb,
    .single-post.single-post .prev-next-wrapper,
    .single-post.single-post .share-this-wrapper,
    .single-post.single-post .author-divider,
    .single-post.single-post .blog-tags,
    .single-post.single-post .blog-bottom-author,
    .single-post.single-post main img,
    .single-post.single-post iframe {
        display: none !important;
        height: 0 !important;
        min-height: 0 !important;
        margin: 0 !important;
        max-height: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
    }

    .container-fluid.footer,
    .copyright-menu {
        display: none !important;
        height: 0;
        min-height: 0;
        max-height: 0;
        overflow: hidden;
    }

    .copyright-year {
        float: none;
        margin: 18pt 0 0;
        padding: 0;
        width: 100%;
    }

    .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    /* Defining all page breaks */
    a,
    blockquote,
    h1, h2, h3, h4, h5, h6,
    img,
    table,
    pre {
        page-break-inside: avoid;
    }

    h1, h2, h3, h4, h5, h6,
    img {
        page-break-after: avoid;
    }

    ul, ol, dl {
        page-break-before: avoid;
    }

    .entry-title, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
        line-height: 1.4 !important;
        margin: 0 0 9pt !important;
        padding: 0 !important;
    }

    .entry-title, h1, .h1 {
        font-size: 20pt !important;
    }

    h2, .h2 {
        font-size: 14pt !important;
    }

    h3, .h3, h4, .h4, h5, .h5 {
        font-size: 13pt !important;
    }

    p, .stir-taxonomies {
        font-size: 11pt !important;
    }

    a:link, a:visited, a {
        background: transparent;
        color: inherit;
        font-size: inherit;
        font-weight: bold;
        text-decoration: none;
        text-align: left;
    }

    a {
        page-break-inside: avoid;
    }

    a[href^=http]:after {
        content: '';
    }

    a:after > img {
        content: '';
    }

    article a[href^="#"]:after {
        content: '';
    }
}
