/*This is a stylesheet for the print media */
/*  Print CSS*/

@page {
    size: A4;
    margin: .5in .1in .8in .1in!important;
}

html,
body {
    width: 210mm;
    background: #fff none !important;

}

body .sticky-ad-wrapper {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
}

.single-article-container {
    top: -50px;
    min-width: 1100px;
    overflow: visible !important;
}

.single-recipe-text, .row, .col-sm-12, .col-md-6, .col-lg-12, .col-xl-6 {
    margin: 0mm;
    padding: 0mm;
    display: block;
}

header, header:after{
    width: 210mm;
    content:url(../assets/images/logo.png);
    transform-origin: left top;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.3);
    zoom: 0.5; /* Old IE only */
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    top: 0px;
    left: 20px;
    border-bottom:none;
    display: block;
    position: absolute;
}


a[href]:after {
    content: "";
}

p,
img,
a,
li {
    page-break-inside: avoid !important;
    page-break-before: avoid !important;
}

div,
p,
a,
[id^=attachment_] {
    overflow: visible !important;
}

.recipes_widgets,
aside,
footer,
div#leaderboard_container,
#rdm_psr,
.single-article-social,
.bc-video,
hr,
.filed-under,
.wine_image_tag,
.nav-logo,
.footer-copyright,
.rdm-daac-notice-template,
.footer-menu,
.footer-social-links {
    display: none !important;
}

.recipe-stats-nutri,
.recipe-stats-nutri,
.recipe_wine_pairing,
.recipe-stats-nutrition {
    border-top: none !important;
    border-bottom: none !important;
}

.entry-title{
    max-width: 150mm;
    padding-bottom: 20px;
}

.recipe-image{
    top: -180px;
    position: relative;
}

.recipe-image img {
    width: 354px;
}

.recipe-image {
    float: right;
}

.top-image-caption {
    min-width: 345px;
    margin-left: -15px; 
    max-width: 345px;
}

.ingredients {
    max-width: 80mm;
    margin-top: 30px;
    float: left;
}

.instructions {
    max-width: 100mm;
    float: left;
    margin-top: 30px;
}

#instructions li:before {
    background-color: none;
}

.recipe-stats {
    max-width: 150mm;
}

.recipe-excerpt {
    max-width: 150mm;
    min-height: 50px;
}

#instructions li {
    min-width: 600px;
}

.tips,
.recipe-stats-nutrition,
.recipe_wine_pairing,
.recipe-stats-nutri {
    min-width: 200mm;
    float:none;
    clear: both;
}
