@media print {
  /** General Styles */
  @page {
    margin: 20px !important;
  }

  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    //page-break-after: avoid !important;
    //page-break-before: avoid !important;
    //page-break-inside: avoid !important;
    float: none !important;
    position: relative !important;
    vertical-align: baseline !important;

    font-family: inherit !important;
    font-style: inherit !important;
    //font-size: 12pt !important;
    border: 0 none !important;
    outline: 0 !important;
    //padding: 0 !important;
    margin: 0 !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    background: none !important;
    height: auto !important;
  }

  h1, h2, h3, h4, h5, h6, p {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  body {
    height: 100% !important;
    min-height: 100% !important;
    max-height: 100% !important;
    font-family: "Centaur W02", "Times New Roman", serif !important;
    background: #fff !important;
    color: #000 !important;
    font-size: 12pt !important;
    margin: 0 !important;
  }

  img {
    max-width: 100% !important;
  }

  .italic {
    font-style: italic !important;
  }
  sup {
    font-size: 6pt !important;
  }


  /** Hide some Stuff */
  nav, #nav-container,
  footer  {
    display: none !important;
  }

  #tagline,
  #slider-wrapper,
  .header-top-right,
  #breadcrumbs,
  #wpadminbar,
  #nav-container,
  .right-side,
  #widget-footer,
  .clocktower,
  .privacy,
  #find-store,
  #search-form,
  .recipe-overlay,
  #featured-image .metaslider {
    display: none !important;
  }

  /** Links */
  a[href]:after {
    content: "" !important;
  }
  a:link, a:visited {
    color: #00c;
    font-weight: bold;
    text-decoration: underline;
  }

  /** Site Specific */
  .container,
  header > .container > .row > *,
  #content-text{
      width: 100% !important;
  }
  header {
      text-align: center !important;
  }
  .content {
      text-align: center !important;
      display: block !important;
  }

  .content {
    margin-bottom: 28pt !important;
  }
  .content .lead {
    font-size: 18pt !important;
  }

  #featured-image {
    width: 100%;
    text-align: center;
  }

  /** Recipe Specific */
  .single-recipe #logo {
    max-width: 30% !important;
  }
  .recipe-overlay {
    display: none;
  }
  .recipe-overlay img {
    width: 50% !important;
  }
  #featured-image, #cta-wrapper {
    max-height: none !important;
  }
  .recipe#featured-image > img {
    min-height: 0 !important;
    min-width: 0 !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    width: 60% !important;
  }
  .recipe-title {
    text-align: center;
    font-size: 24pt !important;
  }
  .ingredients p {
    font-size: 12pt !important;
  }
  .ingredients {
    padding-right: 10px;
    border-right: 1px solid gray !important;
  }
  .instructions li {
    font-size: 14pt !important;
  }
  .attribution {
    margin-top: 30px !important;
    text-align: center !important;
    display: block !important;
  }
}