.nk-hover-image-custom {

}

.nk-hover-image-custom .nk-hover-image-img-cont .front-image {
  display: flex;
  justify-content: flex-end;
}

.nk-hover-image-custom .nk-hover-image-img-cont .front-image .logo-image {
  width: 138px;
  height: 120px;
  background-color: transparent;
  margin-top: 30px;
  margin-right: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: none;
}
.nk-hover-image-custom.nk-hover-image .nk-hover-image-links {
  padding-top: 0px;
}

.nk-hover-image-custom.nk-hover-image .nk-hover-image-links li a {
  opacity: 1;
  font-size: 40px;
  color: #566BA4;
  display: block;
  width: 100%;
  position: relative;
}

.parent-category .nk-hover-image-custom.nk-hover-image .nk-hover-image-links li a {
  color: #DDE3F6;
}

.nk-hover-image-custom.nk-hover-image .nk-hover-image-links li a svg {
  position: absolute;
  right: 48px;
  top: 48px;
}

.nk-hover-image-custom.nk-hover-image .nk-hover-image-links li a > span {
  font-size: 40px;
}

.nk-hover-image-custom.nk-hover-image .nk-hover-image-links li a::before {
  width: 0;
  height: 1px;
  background-color: #FFE9BF;
  content: "";
  display: inline-block;
  vertical-align: middle;
  transition: width 0.2s ease;
}

.nk-hover-image-custom.nk-hover-image .nk-hover-image-links li a:hover {
  color: #FFE9BF;
}

.nk-hover-image-custom.nk-hover-image .nk-hover-image-links li a:hover::before {
  width: 28px;
  margin-right: 5px;
}

.nk-hover-image-custom .nk-hover-image-custom__filters {
  display: flex;
  font-size: 14px;
  color: #D5DAE9;
  column-gap: 30px;
  padding: 40px 0;
  align-items: center;
}

.nk-hover-image-custom .nk-hover-image-custom__filters a {
  color: #D5DAE9;
  text-decoration: none;
  display: flex;
  column-gap: 35px;
  align-items: center;
  margin-right: 30px;
}

.nk-hover-image-custom .nk-hover-image-custom__filters  .nk-hover-image-custom__filter-label {
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 2.55px;
  font-weight: 500;
  max-width: 270px;
}

.nk-hover-image-custom .nk-hover-image-custom__filters select {
  background-color: transparent;
  outline: none;
  color: #B4B4B4;
  padding: 10px 30px 10px 20px;
  border: 1px solid #555;
  border-radius: 30px;
  appearance: none;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center right 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10' stroke='%23B4B4B4' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.nk-portfolio-single ~ .nk-pagination {
  display: none;
}

.nk-portfolio-single .wp-block-nk-awb {
  padding-top: 0px;
  padding-bottom: 0px;
}

.nk-portfolio-single .nk-portfolio-text p {
  font-size: 20px !important;
}

.wp-block-lazyblock-skylith-portfolio-meta-custom .nk-portfolio-details {
  border-top: 1px solid #000;
  margin-bottom: 30px;
}

.wp-block-lazyblock-skylith-portfolio-meta-custom .nk-portfolio-details tr td {
  border-bottom:1px solid rgba(0, 0, 0, 0.15);
  font-size: 16px;
  font-weight: bold;
  font-family: "Playfair Display", sans-serif;
  color: #000;
  padding: 10px 0;
}

.wp-block-lazyblock-skylith-portfolio-meta-custom .nk-portfolio-details tr td  strong,
.nk-main-dark .nk-portfolio-single .nk-portfolio-details strong {
  color: #000;
}

.wp-block-lazyblock-skylith-portfolio-meta-custom .nk-portfolio-details tr td:nth-child(1) {
  width: 20%;
}

.wp-block-lazyblock-skylith-portfolio-meta-custom .nk-portfolio-details tr td:nth-child(2) {
  width: 80%;
}

.wp-block-lazyblock-skylith-portfolio-meta-custom .nk-portfolio-details tr td:nth-child(2) {
  color: #D39419;
}

/** editor **/

.editor-styles-wrapper .wp-block-lazyblock-skylith-portfolio-meta-custom {
  padding: 0;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.editor-styles-wrapper .wp-block-lazyblock-skylith-portfolio-meta-custom .lzb-content-title{
  display: none;
}

.editor-styles-wrapper .wp-block-lazyblock-skylith-portfolio-meta-custom .nk-portfolio-details {
  min-width: 0;
}

.editor-styles-wrapper .wp-block-lazyblock-skylith-portfolio-meta-custom .nk-portfolio-details tr td {
  width: 1%;
  padding: 0;
  padding-right: 7px;
  word-break: inherit;
  border: none;
}

.editor-styles-wrapper .wp-block-lazyblock-skylith-portfolio-meta-custom .nk-portfolio-details tr td+td {
  width: 100%;
  padding-right: 0;
}

#portfolio-parent-children {
  position: relative;
}

#portfolio-parent {
  transition: opacity 0.2s ease;
}

#portfolio-children {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  transform: translateX(150%);
  transition: transform 0.2s ease;
}

#portfolio-children > div,
#portfolio-children > div > div{
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#portfolio-parent-children.level-2 #portfolio-children{
  transform: translateX(-20px);
}

#portfolio-parent-children.level-2 #portfolio-parent {
  opacity: 0;
}

@media (max-width: 767.98px) {
  #portfolio-children > div .container{
    position: relative;
    z-index: 10;
  }

  #portfolio-children {
    width: calc(100% + 40px);
  }

  .nk-hover-image-custom .nk-hover-image-custom__filters {
    column-gap: 20px;
  }

  .nk-hover-image-custom .nk-hover-image-custom__filters a {
    margin-right: 0px;
  }
  

  .nk-hover-image-custom .nk-hover-image-custom__filters .nk-hover-image-custom__filter-label {
    font-size: 15px;
  }
}