@media print {
  a::after {
    content: none !important; /* Oculta o conteúdo após os links */
  }
}
#main-content #section-content {
  width: 100%!important;;
}
#comments{display: none !important;}
#related-content{display: none !important;}
#site-footer{display: none !important;}
.nav-top-menu{display: none!important;;}
.single p{font-size:1.3em!important;}
.single p a{font-size:1.2em!important;}
.single  strong{font-size:1em!important;}
#fix-top-search{display:none;}
iframe{display: none;}
.page-sidebar{display: none;}
header nav{display: none !important;}
.fix-logo{display: table !important;margin: auto !important;}
.single .page-header h1 {
  position: relative !important;;
  bottom: auto !important;;
  background-color: #fff;
  width: 100% !important;;
  padding: 20px;
  font-weight: 400;
  text-align: center;
  left: auto !important;
}
.fixedmenu{display: none;}
body:not(.home) .site-header .fix-top-menu {
  border-top:none !important;;
  border-bottom: none !important;
  background-color: #fff;
}