/**
 * Import npm dependencies (only variable and mixin)
 */

/* stylelint-disable */

/** Import Bootstrap functions */

/**
 * Variables
 */

/* line 1, resources/assets/styles/print/_common.scss */

.container,
.ktk-block-container__content {
  max-width: 100%;
  width: 100%;
}

/* line 7, resources/assets/styles/print/_common.scss */

.ktk-block-container__content {
  padding-left: 0;
  padding-right: 0;
}

/* line 3, resources/assets/styles/print/layouts/_header.scss */

.header__row--main {
  display: none;
}

/* line 7, resources/assets/styles/print/layouts/_header.scss */

.header__row--sub {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 15, resources/assets/styles/print/layouts/_header.scss */

.header__list--left > .widget {
  display: none;
}

/* line 20, resources/assets/styles/print/layouts/_header.scss */

.header__list--right {
  display: none;
}

/* line 2, resources/assets/styles/print/layouts/_footer.scss */

.footer__main {
  display: none;
}

/* line 6, resources/assets/styles/print/layouts/_footer.scss */

.footer__sub {
  background-color: #fff;
  color: #373a3c;
}

/* line 11, resources/assets/styles/print/layouts/_footer.scss */

.footer__container {
  width: 100%;
  max-width: 100%;
}

/* line 15, resources/assets/styles/print/layouts/_footer.scss */

.footer__container > * {
  display: none;
}

/* line 19, resources/assets/styles/print/layouts/_footer.scss */

.footer__container .footer__copyright {
  display: block;
}

/* line 2, resources/assets/styles/print/layouts/_template-job-advert.scss */

.job-advert-template__title {
  color: #373a3c;
}

/* line 6, resources/assets/styles/print/layouts/_template-job-advert.scss */

.job-advert-template__company-icon {
  --fa-primary-color: #373a3c;
  --fa-secondary-color: #373a3c;
}

/* line 12, resources/assets/styles/print/layouts/_template-job-advert.scss */

.job-advert-template .wp-block-acf-ktk-section-title__title {
  color: #373a3c;
}

/* line 17, resources/assets/styles/print/layouts/_template-job-advert.scss */

.job-advert-template .page-actions {
  display: none;
}

/* line 1, resources/assets/styles/print/components/_breadcrumbs.scss */

.breadcrumbs {
  display: none;
}


/*# sourceMappingURL=main-print.css.map*/