@charset "UTF-8";
/*
Theme Name: Sliberadzki.pl
Theme URI: https://sliberadzki.pl
Author: Sebastian Liberadzki
Author URI: https://sliberadzki.pl
Description: Dedykowany motyw przygotowany dla strony sliberadzki.pl - strony wizytówkowej z blogiem.
Version: 1.0
Text Domain: slib
*/
/*Colors*/
/*Darkmode colors*/
/*Breakpoints*/
.skill_ul {
  list-style-type: none;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}

.skill_item {
  color: #3E3E3E;
  padding: 1em 0;
}

.post {
  width: 100%;
  margin-bottom: 3em;
}

.first-post {
  background: #fff;
  border: 2px solid #EDEDED;
  border-radius: 10px;
}

.attachment-post-thumbnail-size, .attachment-main-thumbnail {
  border-radius: 10px;
}

.post-excerpt {
  font-size: 15px;
}

.thumbnail {
  width: 38%;
  padding: 1em;
}

.col__postmeta {
  width: 57%;
  padding: 2em;
}

.main-content {
  border-bottom: 2px solid #EDEDED;
}

@use '../base/variables';
input#switch, input#switch--mobile {
  display: none;
}

.label--desktop {
  display: block;
  position: relative;
  cursor: pointer;
  width: 80px;
  height: 44px;
  background: #F0F0F0;
  border-radius: 100px;
  border: 2px solid #E7E7E7;
  overflow: hidden;
}

.label--desktop:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 7px;
  width: 30px;
  height: 30px;
  background: #CACACA;
  border-radius: 90px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.label--desktop:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 60%;
  top: 27%;
  background: url(/wp-content/themes/sliberadzki/assets/icons/dark-mode-icon.svg);
  width: 17px;
  height: 18px;
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.toggle__light {
  display: inline-block;
  position: absolute;
  left: 14%;
  top: 23%;
  background: url(/wp-content/themes/sliberadzki/assets/icons/light-mode-icon.svg);
  width: 22px;
  height: 22px;
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

input:checked + .label--desktop:after {
  -webkit-transform: translateX(108%);
          transform: translateX(108%);
}

input:checked + .label--desktop:before {
  -webkit-transform: translateY(160%);
          transform: translateY(160%);
}

input:checked + .label--desktop > .toggle__light {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  text-decoration: none;
  border-radius: 50px;
  height: 44px;
}

.btn__main {
  position: relative;
  color: #fff;
  background: #1D1B1B;
  overflow: hidden;
  -webkit-transition: .4s;
  transition: .4s;
  margin: 0 1rem;
  padding: .1rem 3.8rem .1rem 1.5rem;
}

.btn__main--above {
  margin: 0 1rem 0 -.4rem;
}

.btn__main:after, .btn__main:before {
  content: '';
  position: absolute;
  display: block;
  background: url(/wp-content/themes/sliberadzki/assets/icons/download-white.svg);
  width: 19px;
  height: 19px;
  -webkit-transition: .6s;
  transition: .6s;
}

.btn__main:after {
  top: 30%;
  right: 16%;
}

.btn__main:before {
  top: -30px;
  right: 16%;
}

.btn__main:hover {
  color: #fff;
  background: #444444;
}

.btn__main:hover:after, .btn__main:focus:after {
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
}

.btn__main:hover:before, .btn__main:focus:before {
  -webkit-transform: translateY(43px);
          transform: translateY(43px);
}

.btn__wrapper {
  margin: 2.2rem 0 0 0;
}

.btn__rev {
  background: #f1f1f1;
  color: #1D1B1B;
  padding: 0 2rem;
  -webkit-transition: .2s;
  transition: .2s;
  border: 2px solid transparent;
}

.btn__rev:hover {
  background: #f1f1f1;
  border: 2px solid #E7E7E7;
}

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #FDFDFD;
  border-bottom: 1px solid #DCDCDC;
  z-index: 999;
}

@use '../base/variables';
body {
  font-family: 'Inter', sans-serif;
  letter-spacing: -.04em;
  color: #1D1B1B;
}

p {
  font-size: 18px;
  line-height: 180%;
  margin: 1em 0;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 28px;
}

h1:not(.article-title), h2, h3, h4, h5, h6 {
  margin: 1.5rem 0 1rem 0rem;
}

.job-title {
  margin: 0;
}

.job-date {
  font-size: 16px;
  margin: 0;
}

.content h2, .content h3 {
  margin: 1.8em 0 1em !important;
  font-weight: 500;
}

.article-cta-title {
  font-weight: 700;
}

.content h2 {
  font-size: 34px;
}

.content h3 {
  font-size: 25px;
}

@media (max-width: 645px) {
  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 24px;
  }
  p {
    font-size: 16px;
  }
}

@use '../base/variables';
@media (max-width: 1192px) {
  .header__desktop {
    display: none;
  }
}

*, *::after, *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  background-color: #FDFDFD;
}

img {
  max-width: 100%;
  height: auto;
}

section {
  padding: 8rem 0 10rem;
}

section:not(#above, .article) {
  padding: 2rem 0 8rem;
}

.article {
  padding: 2rem 0;
}

.section-dark {
  background: #060606;
  color: #fff;
}

.wrapper {
  max-width: 1340px;
  margin: auto;
  padding: 0 1em;
}

.wrapper-fluid {
  max-width: 100%;
}

.wrapper-footer {
  background: #0F0F0F;
  padding: 1em 0;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.f-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.row-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.a-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.j-center {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.j-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.col-0 {
  max-width: 1340px;
  padding: 0 1rem;
}

.col-1 {
  max-width: 960px;
}

.col-2 {
  width: 50%;
}

.col-2-big {
  width: 65%;
}

.col-2-small {
  width: 35%;
}

.col-3 {
  width: 33%;
}

.col-1, .col-2, .col-2-big, .col-2-small, .col-3 {
  padding: 1rem;
}

.col-1 .col-1 {
  padding: 1rem 1rem 1rem 0;
}

.col-2-big--m-auto {
  margin: auto 0;
}

.inner-column {
  background: #F6F6F6;
  color: #3E3E3E;
  padding: 2rem;
  margin: 0 1rem 0 0;
}

.margin-up {
  margin: 5rem 0 0 0;
}

.first-post {
  background: #fff;
  border: 2px solid #EDEDED;
  border-radius: 10px;
}

.first-post, .post {
  margin: 0 0 3rem 0;
}

.post-meta {
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.post-meta *:not(source, picture) {
  margin: 0 1rem 0 0;
}

#menu-menu-glowne {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

#menu-menu-glowne .menu-item a:not(.btn) {
  display: block;
  position: relative;
  padding: 1.8em .5em;
  margin: 0 .5em;
}

#menu-menu-glowne .menu-item a:not(.btn):hover, .article-link:hover {
  color: #0556B6 !important;
}

#menu-menu-glowne .menu-item a:not(.btn):before, .article-link:before, .current-menu-item a:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #0556B6;
  -webkit-transition: width .4s, color .4s;
  transition: width .4s, color .4s;
}

#menu-menu-glowne .menu-item a:not(.btn):hover:before {
  width: 90%;
}

.article-link:hover:before {
  width: 100%;
}

#menu-menu-glowne .menu-item a:not(.btn), .logo {
  text-decoration: none;
  color: #444;
}

.article-link {
  position: relative;
  text-decoration: none;
  color: #0556B6;
}

.logo {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0 2rem 0 0;
  padding: 1rem;
}

.nav__buttons *:not(.toggle__light) {
  margin: 0 0 0 1em;
}

.nav__buttons, .nav__mobile {
  padding: 0 1em 0 0;
}

.btn, .wpcf7-submit {
  text-decoration: none;
  border-radius: 50px;
}

.btn:not(.btn-header) {
  padding: 1.8em;
}

.btn:not(.btn-header, .btn-center, .btn-mobile) {
  margin: .8em 2em 0 -0.7em;
}

.btn-header {
  padding: 1em 1.5em;
}

.btn-main-dark {
  color: #fff;
  background: #1D1B1B;
  -webkit-transition: .4s;
  transition: .4s;
  border: 2px solid transparent;
}

.btn-main-white {
  color: #1D1B1B;
  background: #fff;
  border: 2px solid transparent;
}

.with-icon:after, .btn-main-white.with-icon:after {
  content: '';
  width: 19px;
  height: 19px;
  margin: 0 0 0 .75em;
  -webkit-transition: .6s;
  transition: .6s;
}

.with-icon:after {
  background: url(/wp-content/themes/sliberadzki/assets/icons/download-white.svg);
}

.btn-main-white.with-icon:after {
  background: url(/wp-content/themes/sliberadzki/assets/icons/download-dark.svg);
}

.btn-main-rev {
  background: #f1f1f1;
  color: #1D1B1B;
  padding: 0 2rem;
  -webkit-transition: .2s;
  transition: .2s;
  border: 2px solid transparent;
}

.btn-main-rev:hover {
  background: #f1f1f1;
  border: 2px solid #E7E7E7;
}

.text-link-strong {
  font-weight: 700;
}

.jobs {
  padding: 3em 4em;
  background: #1B1B1B;
  border-radius: 10px;
}

.job-position:nth-child(2) {
  margin: 5em 0 5em;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
}

.short-line {
  width: 60px;
  height: 3px;
  background: #f1f1f1;
  border: none;
  margin: 0.5em 0 0;
}

.job-skills {
  margin: 1em;
}

.job-skills li {
  font-size: 16px;
  padding: 0.3em 0;
  line-height: 1.5;
}

.jobs-wrapper {
  position: relative;
}

.jobs-wrapper:before {
  content: '';
  position: absolute;
  top: 17px;
  left: -64px;
  background: #fff;
  width: 4px;
  height: 100%;
}

.job-title {
  position: relative;
}

.job-title:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -62px;
  background: #fff;
  height: 4px;
  width: 30px;
}

.job-title:after {
  content: '';
  position: absolute;
  top: 30%;
  left: -40px;
  background: #fff;
  height: 15px;
  width: 15px;
  border-radius: 50%;
}

#breadcrumbs {
  font-size: 12px;
  color: #858585;
}

#breadcrumbs a {
  color: #203A98;
  text-decoration: none;
}

.article-title {
  max-width: 860px;
  text-align: center;
  margin: 1em 0;
}

.sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  width: 300px;
  float: left;
  padding: 0 1em 1em 1em;
  margin: 0 0 0 8em;
}

.content {
  max-width: 860px;
  margin: 3em auto 0;
}

.hamburger-button, .label--mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  width: 40px;
  height: 40px;
  border: 2px solid #EDEDED;
  border-radius: 5px;
  padding: 0 5px;
}

.hamburger-button {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.label--mobile {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hamburger-line {
  display: block;
  background: #1D1B1B;
  height: 2px;
}

.hamburger-line-1 {
  width: 25px;
}

.hamburger-line-2 {
  width: 16px;
  margin: 5px 0;
}

.hamburger-line-3 {
  width: 20px;
}

.toggle__wrapper--mobile {
  margin: 0 1em 0 0;
}

.label--mobile {
  position: relative;
  overflow: hidden;
}

.toggle__light--mobile {
  background: url(/wp-content/themes/sliberadzki/assets/icons/dark-mode-icon.svg) no-repeat;
  width: 17px;
  height: 18px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.toggle__dark--mobile {
  position: absolute;
  top: -35px;
  left: 6px;
  display: inline-block;
  background: url(/wp-content/themes/sliberadzki/assets/icons/light-mode-icon.svg) no-repeat;
  width: 22px;
  height: 22px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

input#switch--mobile:checked + .label--mobile > .toggle__light--mobile {
  -webkit-transform: translateY(160%);
          transform: translateY(160%);
}

input#switch--mobile:checked + .label--mobile > .toggle__dark--mobile {
  -webkit-transform: translateY(190%);
          transform: translateY(190%);
}

.nav__mobile {
  display: none;
}

.nav__mobile-items {
  display: none;
}

@media (max-width: 1732px) {
  .sidebar {
    margin: 0;
  }
}

@media (max-width: 1440px) {
  .sidebar {
    width: 245px;
  }
  .wrapper {
    padding: 0 4em;
  }
  .content {
    max-width: 620px;
  }
}

@media (max-width: 1120px) {
  .menu-desktop, .menu-front, .nav__buttons {
    display: none;
  }
  .nav__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav__mobile-items {
    display: block;
    position: absolute;
  }
  .content {
    max-width: 490px;
  }
}

.ez-toc-widget-container li {
  padding: 0 0 0.5em 0 !important;
}

.ez-toc-title {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .1em;
  opacity: .7;
  color: #1D1B1B;
}

.ez-toc-link {
  text-decoration: none;
  font-size: 14px;
  letter-spacing: .3px;
  opacity: .6;
  color: #1D1B1B;
  padding: .4em 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.ez-toc-link:hover {
  opacity: 1;
}

.ez-toc-list-level-3 {
  padding: 0.3em 0em .3em 1.5em;
}

.article-cta {
  background: #F5F5F5;
  padding: 2em;
  border-radius: 10px;
}

.post-title, .category-link {
  text-decoration: none;
  color: #1D1B1B;
}

.ez-toc-widget-container ul.ez-toc-list li.active::before {
  background-color: transparent !important;
}

.ez-toc-widget-container li.active > a {
  color: #05438B;
}

.single-header {
  position: relative;
}

.progress-bar-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 2.5px;
  background: transparent;
}

.progress-bar {
  height: 2.5px;
  background: #006ecd;
  width: 0%;
  -webkit-transition: width .4s;
  transition: width .4s;
}

.mobile-menu {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1D1B1B;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.is_active {
  visibility: visible;
  opacity: 1;
  overflow-y: hidden;
}

.no_scroll {
  overflow: hidden;
}

#close-menu {
  position: relative;
  -webkit-transition: all .1s;
  transition: all .1s;
}

#close-menu:focus {
  background: #dddddd;
}

.close-line {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 2px;
  background: #222222;
}

.close-line-1 {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.close-line-2 {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

#menu-menu-mobilne {
  list-style-type: none;
}

#menu-menu-mobilne li {
  position: relative;
}

#menu-menu-mobilne li a {
  display: block;
  font-size: 19px;
  text-decoration: none;
  color: #fff;
  padding: 1.2em 0 1.2em 0;
}

.menu-front .current_page_parent a, .menu-front .current-menu-item a {
  color: #0556B6 !important;
}

.col-2--atf {
  margin: auto 0;
  padding: 1rem 4rem 1rem 1rem;
}

.p--atf {
  margin: 2em 0;
}

.scroll-smooth {
  scroll-behavior: smooth;
  scroll-padding-top: 48px;
}

.content a:not(.btn), .category-link-first-post, .text-link, .contact-big-link {
  color: #006ecd;
  text-decoration: none;
}

.content a:not(.btn):hover, .category-link-first-post:hover, .text-link:hover, .contact-big-link:hover {
  color: #47aaff;
  text-decoration: underline;
}

.footer-link, .footer-big-link {
  color: #ddd;
}

.footer-link:hover, .footer-big-link:hover {
  color: #006ecd;
  text-decoration: none;
}

.footer-text {
  color: #ddd;
  font-size: 15px;
}

.footer-big-link, .contact-big-link {
  font-size: 25px;
}

.contact-info {
  margin: 1.5em 0 3em 0;
}

.contact-pretext {
  margin: 0 0 10px 0;
}

.avatar-mobile img {
  margin: 0 10px 0 0;
}

.mobile-menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  overflow-y: scroll;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1em;
}

.back-modal {
  position: fixed;
  background: #006ecd;
  color: #fff;
  width: 100%;
  padding: 2em 0;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  bottom: 0;
  -webkit-transform: translatey(100%);
          transform: translatey(100%);
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

.back-modal:hover {
  background: #47aaff;
}

.back-modal-open {
  -webkit-transform: translatey(0%);
          transform: translatey(0%);
}

.avatar {
  border-radius: 50px;
}

#mobile-btn-cv {
  margin: 0 0 1em 0;
}

#mobile-btn-mail {
  background: transparent;
  color: #fff;
  border: 2px solid;
}

.text-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.m-r {
  padding-right: 5rem;
}

.wpcf7 label {
  font-size: 14px;
}

.wpcf7 input:not([type="submit"]), textarea {
  border: none;
  padding: 1rem;
  background: #f1f1f1;
  margin: 0.3rem .3rem 0px 0;
}

.wpcf7-submit {
  font-family: inherit;
  font-weight: 700;
  padding: 1em 1.5em;
}

.wpcf7-submit:hover {
  cursor: pointer;
}

.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
  background: #e5e5e5;
  color: #979797;
}

textarea {
  font-family: inherit;
  width: 100%;
}

.toolbox-item {
  padding: 1em 2em;
  border: 2px solid;
  margin: 10px;
  border-radius: 35px;
}

/*darkmode*/
body.darkmode section:not(.section-dark), body.darkmode .header {
  background: #222222;
  color: #fff;
}

body.darkmode .header {
  border-bottom: 1px solid #343434;
}

body.darkmode #menu-menu-glowne .menu-item a:not(.btn), body.darkmode .logo {
  color: #fff;
}

body.darkmode #menu-menu-glowne .menu-item a:not(.btn):hover, body.darkmode .article-link:hover, body.darkmode .menu-front .current_page_parent a, body.darkmode .menu-front .current-menu-item a {
  color: #abd1ff !important;
}

body.darkmode #menu-menu-glowne .menu-item a:not(.btn):before, body.darkmode .article-link:before, body.darkmode .current-menu-item a:before {
  background: #abd1ff !important;
}

body.darkmode .label--desktop {
  background: #fff;
}

body.darkmode .btn-main-dark {
  color: #1D1B1B;
  background: #ffffff;
}

body.darkmode .btn-main-rev {
  color: #fff;
  border: 2px solid #fff;
  background: transparent;
}

body.darkmode .btn-main-rev:hover {
  color: #1D1B1B;
  background: #fff;
}

body.darkmode .with-icon:after {
  background: url(/wp-content/themes/sliberadzki/assets/icons/download-dark.svg);
}

body.darkmode .inner-column, body.darkmode .first-post {
  background: #1B1B1B;
  color: #fff;
}

body.darkmode .first-post {
  border: 2px solid #343434;
}

body.darkmode .skill_item, body.darkmode .post-title {
  color: #fff;
}

/****/
@media (max-width: 996px) {
  .row:not(header > .header-wrapper > .row):not(.nav__mobile.row):not(.f-row-mob.row):not(.mobile-nav-header > .row):not(.article .row-reverse):not(.avatar-mobile):not(.post-meta):not(.toolbox-list) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wrapper {
    padding: 0 1em;
  }
  .f-row-mob {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .row-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .col-1, .col-2, .col-3, .col-2-big, .col-2-small {
    width: 100%;
  }
  .sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 67px;
    width: 100%;
    clear: both;
    float: none;
    padding: 0em;
    margin: 0 0 1em 0;
  }
  .sidebar nav {
    background: #fff;
    display: none;
  }
  .nav-visible {
    display: block !important;
  }
  .content {
    max-width: 860px;
    margin: 2em 1em 0;
  }
  .ez-toc-title {
    background: #060606;
    padding: 1.5em;
    color: #fff;
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
  }
  .ez-toc-widget-container li {
    padding: 0 0 1.2em 0 !important;
  }
  .nav-shadow {
    -webkit-box-shadow: 8px 8px 24px 0px #99999942;
            box-shadow: 8px 8px 24px 0px #99999942;
  }
  .nav__mobile {
    padding: 0;
  }
  .article-title {
    text-align: left;
  }
  .logo {
    padding: 1em 0;
  }
  section {
    padding: 3rem 0 2rem;
  }
  .inner-column {
    margin: 1rem 1rem 0 0;
  }
  .jobs {
    padding: 3em 1em 3em 4em;
  }
  .text-center {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .article-title {
    margin: 1em 0 0.2em 0;
  }
  .cat-link {
    padding: 1em 0 1.5em;
  }
}

@media (max-width: 550px) {
  .col-2--atf {
    padding: 1rem;
  }
  .btn {
    width: 100%;
  }
  .btn:not(.btn-header, .btn-center, .btn-mobile) {
    margin: 1.5em 0em 0 0;
  }
  .btn:not(.btn-header) {
    padding: 2em;
  }
  .job-title:before {
    display: none;
  }
  .job-title:after {
    top: 15%;
    left: -40px;
  }
  .jobs {
    padding: 3em 1em 3em 2em;
  }
  .jobs-wrapper:before {
    top: 17px;
    left: -34px;
  }
  .job-date {
    font-size: 14px;
  }
  .wpcf7 input:not([type="submit"]), textarea {
    width: 100%;
  }
}
