/*--This is for Print--*/
@media print {
    #navbar, .right-post-section, .teaser-recipes-show, #footer, html body .wpurp-recipe-stars, 
    .author-social, .header-article-image, #comments, .recipe-tooltip-content, 
    .recipe-info-table, .recipe-divider, .book, .recipe-bottom-info, .back-to-inner {
        display: none !important;
    }   

    html .article-title-container .vc_col-sm-3 {
        display: none !important;
    }

    .single-recipe .ingredient-name, .single-recipe .ingredient-amount, html .article-main .recipe-instructions {
        font-size: 13px;
        line-height: 1.3;
    }

    .single-recipe .ingredient-name, .single-recipe .ingredient-amount {
        padding-bottom: 2px;
        padding-top: 4px;
    }

    .single-recipe .article-main h1 {
        text-align: right;
        margin: 0 auto;
    }

    .ingedients-column {
        width:25%;
        text-align: center;
        float: left;
    }

    .recipe-content {
        width: 35% !important;
        float:left;
        text-align: left;
    }

}
