/*
* creator: 				npvk
* creation-date:  2021.09.01
* source: 				print.css
*/

@media print {
  
  nav#navbar {
    display: none;
  }
  
  /* Pop-Up */
  .float-popup {
    display: none;
  }
  
  /* Breadcrumbs */
  header#header {
    margin-top: 10px !important;
  }
  
  main#main {
    padding-bottom: 30px;
  }
  
  /* ===== ===== ===== ===== ===== */
  .page-job-details .page-header {
    /* flex-direction: row; */
  }
  
  .page-job-details .page-header .page-img {
    width: 30%;
    max-width: 30%;
    display: none;
  }

  .page-image-print-media {
    display: block !important;
    width: 30%;
    max-width: 30%;
  }
  
  .page-job-details .page-heading h2 {
    margin: 0;
    font-size: 25px;
    color: #0078BB !important;
  }
  
  .page-heading {
    width: 70%;
    max-width: 70%;
  }
  
  .page-heading ul {
    display: none;
  }
  
  .widget-body .socials-links {
    display: none;
  }
  
  /* map */
  .map-responsive {
    overflow: visible;
  }
  
  /* ===== ===== ===== */
  
  ul.jobFolderAdditionalButtons {
    display: none;
  }
  
  ul.displayApplyButtons {
    display: none;
  }
  
  #printJobAdvertisement {
    display: none;
  }
  
  .page-section, .page-section + .page-section {
    margin-top: 47px !important;
  }

  .related-job-ads,
  .do-not-print {
    display: none;
  }
  
  /* ===== ===== ===== ===== ===== */
  
  /* Footer */
  .footer-menu {
    display: none;
  }
  
  #footer {
    padding: 0;
  }
  
  #footer h3 {
    font-size: 25px;
  }
  
  #footer .footer-socials {
    display: none;
  }
  
  .printbreak {
    page-break-after: always;
    break-after: always;
  }
}
/* ===== ===== ===== ===== ===== */
