/*
  PRINT STYLESHEET CREATED FOR CIVIL EATS
*/

/* -------------------[ Remove ]------------------- */

#pico_launcher,
header,
body.single-post .sidebar-right,
body.single-post a[href]:after,
body.single-post section.section-banner,
body.single-post section.section-posts,
body.single-post .post-quote,
footer {
  display: none !important; 
}

/* -------------------[ Add ]------------------- */

#logo-print {
  display: block !important; 
}

#logo-print img {
  width: 180px; height: auto; margin: -120px 0 20px 20px; padding: 0;
}

/* -------------------[ Global ]------------------- */

@page:first {
  margin: 1cm;
}

@page {
  margin: 2cm 1cm 1cm 1cm;
}

body  {
  background: #FFF;
  color: #000;
}

body,
p {
  font-family: Georgia, Times, 'Times New Roman', serif !important; font-size: 12pt !important;
}

h1 {
  font-size: 16pt !important;
}

a { 
  text-decoration: none; color: inherit;
}

img {
  display: block;
  page-break-before: auto;
  page-break-after: avoid; 
  page-break-inside: avoid;
}

.post-image-caption .post-caption,
.post-image-caption .post-caption p {
  font-size: 9pt !important;
}

.wrapper-content .post-simple {
  padding: inherit !important;
}

.wrapper-content .post-single-left {
  width: 100%;
}

.wrapper-author-bio {
  padding: 20px 0 !important;
  border-top: none !important;
}

          .always-a-good-reference {
              page-break-before: avoid; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
              page-break-after: avoid; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
              page-break-inside: avoid; /* or 'auto' */
          }