.blog-archive,
.blog-single {
  padding: 0;
}
.section-archive {
  padding: 6.25rem var(--section);
  background-color: #101010;
}
.section-archive.grid-cols-3 #post-list .row {
  max-width: 100% !important;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.56rem;
}
.section-archive.grid-cols-3 #post-list .row .post-item {
  padding: 0;
  max-width: 100% !important;
}
.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-pagination > li > a,
.nav-pagination > li > span {
  height: 2.75em;
  line-height: unset;
  min-width: 2.75em;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-color: wheat;
  color: var(--black) !important;
}
.nav-pagination > li > .current,
.nav-pagination > li > a:hover,
.nav-pagination > li > span:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: #fff;
}
.nav-pagination > li i {
  font-size: 1.25rem;
  top: 0;
  font-weight: 700 !important;
}
@media (max-width: 767.98px) {
  .section-archive {
    padding: 4.25rem var(--section);
  }
  .section-archive.grid-cols-3 #post-list .row {
    grid-template-columns: minmax(0, 1fr);
  }
}
/*single*/
.blog-single__post {
  padding: 6.25rem var(--section) 5.25rem;
  display: grid;
  grid-template-columns: 1fr 23rem;
  column-gap: 2.25rem;
  background-color: #101010;
}
.blog-single__project {
  padding: 6.25rem var(--section) 5.25rem;
  display: flex;
  column-gap: 2.25rem;
  background-color: #101010;
}
.blog-single__project .col-1 {
  flex-basis: 70%;
  max-width: 70%;
}
.blog-single__project .blog-sidebar {
  flex: 1;
  max-width: 100%;
}
.gallery-project {
  margin-bottom: 2rem;
}
.gallery-project .gallery-project__image {
  margin-top: 0.5rem;
}
.gallery-project__image .swiper-slide img {
  opacity: 0.9375;
  filter: grayscale(0.980303);
}
.gallery-project__image .swiper-slide.swiper-slide-thumb-active img,
.gallery-project__image .swiper-slide:hover img {
  opacity: 1;
  filter: none;
}
.gallery-project__thumb .swiper-button {
  color: white !important;
}
.gallery-project .image-cover {
  padding-top: 56%;
  border-radius: 0.5rem;
}
.blog-single__post .single-page,
.blog-single__project .single-page {
  padding: 0;
}
.blog-single__post img,
.blog-single__project img {
  border-radius: 0.5rem;
}
.title-sidebar {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 1.56rem;
}
.featured-news,
.blog_cat,
.blog_tags,
.blog-sidebar .box-search,
.info-project {
  border-radius: 0.5rem;
  padding: 2.5rem 1.5rem;
  background-color: #1b1b1b;
  margin-bottom: 1.56rem;
}
.blog-sidebar .box-search .searchform {
  margin-bottom: 0;
}
.blog-sidebar .box-search .searchform input {
  border-radius: 6.25rem;
  box-shadow: none;
  height: 3.25rem;
}
.blog-sidebar .box-search .ux-search-submit {
  border-radius: 6.25rem;
  background-color: var(--theme-color);
  box-shadow: none !important;
  color: #fff;
  height: 2.75rem;
  width: 2.75rem;
  position: absolute;
  top: 50%;
  right: 0.313rem;
  transform: translateY(-50%);
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-sidebar .box-search .ux-search-submit:hover {
  background-color: var(--theme-color2);
}
.blog-sidebar .box-search .button.icon i {
  font-size: 1rem;
  top: 0;
}
.box-featured {
  margin-bottom: 1rem;
}
.box-featured a {
  display: flex;
  align-items: center;
  column-gap: 0.56rem;
}
.box-featured a .box-image {
  flex-shrink: 0;
  width: 7.25rem;
}
.box-featured a .box-image .image-cover {
  border-radius: 0.5rem;
  padding-top: 68%;
}
.box-featured a .box-text {
  padding: 0;
}
.box-featured a .box-text .post-title {
  line-height: 1.3;
  color: #fff;
}
.box-featured a:hover .post-title {
  color: var(--theme-color);
}
.blog_cat ul,
.blog_tags ul {
  margin: 0;
}
.blog_cat ul li,
.blog_tags ul li {
  list-style: none;
}
.blog_cat ul li a {
  color: #fff;
}
.blog_cat ul li a:hover {
  color: var(--theme-color);
}
.blog_tags ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.88rem;
}
.blog_tags ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.313rem 1rem;
  border-radius: 6.25rem;
  border: 2px solid var(--theme-color);
  color: white;
}
.blog_tags ul li a:hover {
  background-color: var(--theme-color);
}
.no-products .title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}
.blog-sidebar .item-info .name-info {
  font-weight: 700;
}
.blog-sidebar .item-info:nth-child(n + 2) {
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 2px solid rgba(255, 255, 255, 0.05);
}
.blog-sidebar .list-info .btn__primary {
  margin-top: 2rem;
}
.blog-single__project .is-sticky-column {
  top: 6.25rem !important;
}
.blog-sidebar .gallery-project {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.56rem;
}
#show-more-image {
  margin-top: 2rem;
}
.mfp-arrow {
  top: 47%;
}
.mfp-close {
  right: 0;
}
@media (max-width: 767.98px) {
  .blog-single__project,
  .blog-single__post {
    padding: 4.25rem var(--section);
  }
  .blog-single__post {
    grid-template-columns: minmax(0, 1fr);
  }
  .blog-single__project {
    flex-direction: column;
  }
  .blog-single__project .col-1,
  .blog-single__project .blog-sidebar {
    flex-basis: 100%;
    max-width: 100%;
  }
  .blog-single__project .is-sticky-column {
    position: sticky !important;
    top: 6.25rem !important;
  }
  .gallery-project__thumb .swiper-button::after {
    font-size: 1.5rem;
  }
}
.section-archive__project {
  padding: 6.25rem var(--section) 5.25rem;
  background-color: #101010;
}
.section-archive__project #post-list {
  max-width: 100% !important;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.56rem;
}
@media (max-width: 767.98px) {
  .section-archive__project {
    padding: 4.25rem var(--section);
  }
  .section-archive__project #post-list {
    grid-template-columns: minmax(0, 1fr);
  }
}
