
body .main-page-wrapper {
    background-color: #F5F5F5 !important;
    position: relative;
}

body .main-page-wrapper > .container {
    max-width: 1623px !important;
    margin-right: 0 !important;
    padding: 8% 4% 0% 4%;
    background-color: #fff;
    margin-top: -80px;
    border-radius: 30px 0px 0px 0px;
}

body .back-to-archive {
    display: none;
}

body .categories_list {
    display: flex;
    padding-left: 0px;
    margin-bottom: 0px;
}

body .categories_list li {
    display: inline-block;
    margin-right: 10px;
}

body .categories_cell {
    display: flex;
}

body table tbody * {
    font-family: 'Jura';
    font-size: 18px;
    font-weight: 300;
}

body table td {
    border-color: #e6e6e680;
}

body table td:first-child {
  font-weight: 600;
  text-decoration: underline;
}

body .portfolio-entry .portfolio-enlarge,
body .portfolio-entry .social-icons-wrapper {
  display: none;
}

body .portfolio-hover-inverse .portfolio-info * {
  font-family: 'Jura';
  font-weight: 200;
}

body .slider-title {
    font-size: 40px;
    font-weight: 200;
    text-transform: none;
    margin-bottom: 50px;
    font-family: 'Jura';
    color: #858e9d;
}

body .portfolio-entry .proj-cats-list li {
  font-size: 11px;
}

body .portfolio-entry .wd-entities-title {
  font-size: 25px;
  text-transform: none;
}

body .portfolio-entry .wrap-meta {
  margin-bottom: 5px;
}

body .portfolio-hover-inverse .portfolio-info {
  background-color: #f48923;
}

body .portfolio-entry .entry-thumbnail img {
  height: 400px;
  object-fit: cover;
}

body .single-post-navigation * {
    font-family: 'Jura';
}

body .gallery-holder {
    display: grid;
    grid-template-columns: 33.333% 33.333% 33.333%;
    grid-gap: 30px;
    margin-top: 120px;
}

body .gallery-holder h3 {
  font-family: 'Jura';
  font-size: 38px;
  font-weight: 200;
  color: #858e9d;
  position: relative;
  max-width: 365px;
  line-height: 1.2;
}

body .gallery-holder h3:before {
  content: "";
  position: absolute;
  top: 60px;
  right: 76px;
  width: 32px;
  height: 22px;
  display: block;
  background-image: url(/wp-content/uploads/2023/02/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

body .gallery-holder img {
    height: 300px;
    object-fit: cover;
}

body .lum-lightbox.lum-open {
  z-index: 999;
  /*top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);*/
  background-color: #858e9d8c;
  backdrop-filter: blur(15px);
}

body .lum-lightbox.lum-open .lum-lightbox-inner {
  max-height: 80vh;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1650px) {
  body .main-page-wrapper > .container {
    margin-left: 15px !important;
  }

  body .main-page-wrapper > .container > .content-layout-wrapper {
    padding-right: 15px;
  }
}

@media (max-width: 1440px) {
  body .gallery-holder {
    grid-template-columns: 50% 50%;
  }
}

@media (max-width: 991px) {
  body .gallery-holder {
    margin-top: 70px;
  }
}

@media (max-width: 860px) {
  body .gallery-holder {
    grid-template-columns: 100%;
  }

  body .gallery-holder h3:before {
    transform: rotate(90deg);
  }
}

@media (max-width: 767px) {
  body .gallery-holder {
    margin-top: 50px;
  }
}

@media (max-width: 550px) {
  body .gallery-holder h3,
  body .slider-title {
    font-size: 35px;
  }

  body .gallery-holder h3:before {
    width: 25px;
    height: 18px;
  }
}