.jk-header {
  padding: 30px 0;
  box-sizing: border-box;
}
.jk-header * {
  box-sizing: border-box;
}
.jk-header__container {
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1120px;
}
.jk-header__top, .jk-header-nav, .jk-header-nav__list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.jk-header-nav__list {
  grid-gap: 11px;
}
.jk-header-nav__list li a,
.jk-header-nav__list li span {
  padding: 0 7px;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  line-height: 26px;
}
.jk-header-nav__list li a {
  transition: all 0.3s ease;
}
.jk-header-nav__list li a:hover {
  background-color: #4f9965;
  color: #fff;
}
.jk-header-nav__list li span {
  background-color: #4f9965;
  color: #fff;
}
.jk-header h1 a {
  font-size: 20px;
}
@media screen and (min-width: 500px) {
  .jk-header h1 a {
    font-size: 60px;
  }
}
.jk-header h2 {
  display: none;
  line-height: 1;
}
@media screen and (min-width: 500px) {
  .jk-header h2::after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #000;
  }
}
@media screen and (min-width: 500px) {
  .jk-header h2 {
    padding-bottom: 0;
    padding-right: 20px;
    display: block;
    font-size: 30px;
    position: relative;
  }
}

#footer.jk-footer {
  padding: 20px 0 30px;
  background-color: transparent;
}
#footer.jk-footer .copyrights {
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
}
#footer.jk-footer #copy {
  color: #32373c;
  text-align: center;
}
#footer.jk-footer .footer-menu {
  font-size: 16px;
  border-bottom: 1px solid rgba(50, 55, 60, 0.1);
}
#footer.jk-footer .footer-menu a,
#footer.jk-footer .footer-menu span {
  color: #32373c;
}
#footer.jk-footer .footer-menu a {
  transition: opacity 0.3s;
}
#footer.jk-footer .footer-menu a:hover {
  color: #32373c;
  opacity: 0.7;
}

.jk-main * {
  box-sizing: border-box;
}

.jk-container {
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1120px;
}
.jk-container h2 {
  text-transform: uppercase;
  font-family: "Open Sans";
  color: #32373c;
}
.jk-container h3 {
  padding: 0;
  font-family: "Open Sans";
  font-size: 20px;
  color: #32373c;
}

.jk-list,
.jk-list.wp-block-group {
  padding: 40px 0;
}
.jk-list li,
.jk-list.wp-block-group li {
  padding-left: 40px;
  margin-bottom: 20px;
  font-size: 20px;
  position: relative;
  color: #32373c;
}
.jk-list li::before,
.jk-list.wp-block-group li::before {
  content: "\f120";
  font-family: FontAwesome;
  height: 21px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 1;
  color: #4f9965;
}
.jk-list p,
.jk-list.wp-block-group p {
  font-size: 20px;
  color: #32373c;
}
.jk-list img,
.jk-list figure,
.jk-list.wp-block-group img,
.jk-list.wp-block-group figure {
  margin: 0;
}
.jk-list .wp-block-column:first-child,
.jk-list.wp-block-group .wp-block-column:first-child {
  flex-basis: 28px !important;
  flex-grow: 0;
}
.jk-list .wp-block-column:last-child,
.jk-list.wp-block-group .wp-block-column:last-child {
  margin-left: 20px;
  flex-basis: 80% !important;
}

figure * {
  max-width: 100% !important;
  height: auto !important;
}

.wp-block-image .components-resizable-box__container img {
  height: auto;
}

.jk-socials a {
  padding: 10px 20px 10px 50px;
  display: inline-block;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  background-color: #32373c;
  border: 1px solid #32373c;
  border-radius: 5px;
  position: relative;
  transition: opacity 0.3s;
}
.jk-socials a::before {
  font-family: FontAwesome;
  color: #fff;
  font-weight: 400;
  height: 18px;
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 1;
}
.jk-socials a:hover {
  opacity: 0.8;
}
.jk-socials .github a::before {
  content: "\f09b";
}
.jk-socials .linkedin a::before {
  content: "\f0e1";
}
.jk-socials .upwork a {
  position: relative;
}
.jk-socials .upwork a::before {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  -webkit-mask: url("../images/upwork.png") 0 0/20px 20px;
  mask: url("../images/upwork.png") 0 0/20px 20px;
  mask-repeat: no-repeat;
}

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