/**
 * Recipe.css
 * @package dfadairybrands
 *
 */

/************************************* Master *************************************/
* {
    -webkit-print-color-adjust: exact !important;   /* Chrome, Safari */
    color-adjust: exact !important;                 /*Firefox*/
}
/*html,body { background: #fff; margin: 0; padding: 0 }
.hdr { border-bottom: 1px dashed #ddd; height: 35px; margin-bottom: 25px }
.msg { border-top: 1px dashed #ddd; margin-top: 25px; padding-top: 25px }
.logo { position: absolute; top: 20px; right: 20px }
.pic { border: 1px solid #ddd; float: right; padding: 5px; margin: 0 0 25px 25px }*/


#top_nav, .relation-recipes-section, #footer, .share-block {
	display:none;
}
.header-wrap {
	height:150px;
}
#logo a {
    position: relative;
    display: inline-block;
    max-width: 150px;
    top: 0;
    left: 0;
    z-index: 10;
}
div.print-only {
	display:block !important;
}
a[href]:after {
    content: none !important;
  }
.recipe-title-section {
    overflow: hidden;
}
.recipe-title-section .recipe-image {
    top: -25px;
}
.recipe-title-section .row .col-md-12 {
    margin-left: 50%;
}
.recipe-info-section .row .col-md-12,
.recipe-title-section .row .col-md-12 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
}