/* ===== MODO IMPRESSÃO (cmc_print=1) ===== */

/* Modo impressão: só quando ?cmc_print=1 */
body.cmc-print-mode {
  background: #fff !important;
}

/* Some com o chrome do site (inclui sua barra de acessibilidade) */
body.cmc-print-mode header,
body.cmc-print-mode footer,
body.cmc-print-mode .gva-header,
body.cmc-print-mode .breadcrumb,
body.cmc-print-mode .region-navigation,
body.cmc-print-mode .region-header,
body.cmc-print-mode .region-footer,
body.cmc-print-mode nav,
body.cmc-print-mode .tabs,
body.cmc-print-mode .messages,
body.cmc-print-mode .toolbar,
body.cmc-print-mode #toolbar-administration,
body.cmc-print-mode #toolbar-bar,
body.cmc-print-mode .barra-topo-acessibilidade,
body.cmc-print-mode .enabled[vw],
body.cmc-print-mode .cmc-shareprint,
body.cmc-print-mode .cmc-tts,
body.cmc-print-mode .addtoany,
body.cmc-print-mode .sidebar,
body.cmc-print-mode .region-sidebar-first,
body.cmc-print-mode .region-sidebar-second {
  display: none !important;
}

/* Área do conteúdo */
body.cmc-print-mode .cmc-print-page,
body.cmc-print-mode .cmc-print-main,
body.cmc-print-mode .region-content,
body.cmc-print-mode article,
body.cmc-print-mode .post-content {
  width: 100% !important;
  max-width: 820px !important;
  margin: 0 auto !important;
  float: none !important;
}

/* “Cara de PDF” */
body.cmc-print-mode .cmc-print-main{
  padding: 7mm 9mm !important;
}


body.cmc-print-mode p { text-align: justify !important; line-height: 1.35 !important; }
body.cmc-print-mode img { max-width: 100% !important; height: auto !important; }

/* Regras específicas de impressão */
@media print {
  body.cmc-print-mode a {
    color: #000 !important;
    text-decoration: none !important;
  }
}

body.cmc-print-mode .cmc-pdf-logo{ height: 70px; width:auto; display:block; }
body.cmc-print-mode .cmc-pdf-hr{ border:0; border-top:4px solid #1b7f3a; margin:8px 0 20px; }
body.cmc-print-mode .cmc-pdf-hr-footer{ border:0; border-top:1px solid #cfcfcf; margin:12px 0; }
body.cmc-print-mode .cmc-pdf-source{ font-size: 12px; }


