/*
Theme Name: NNProject Theme
Theme URI: https://n-nproject.com
Author: Automated Migration
Description: Custom WordPress theme migrated from the previous N & N Project static site.
Version: 1.2.0
Text Domain: nnproject-theme
*/

.blog-card {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  margin-bottom: 30px;
  padding: 24px;
}

.blog-card h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.blog-card h3 {
  font-size: 21px;
  line-height: 1.35;
}

.blog-card h1 {
  font-size: 36px;
  line-height: 1.25;
  margin-bottom: 16px;
}

.blog-meta {
  color: #868686;
  font-size: 14px;
  margin-bottom: 12px;
  letter-spacing: 0.2px;
}

.blog-thumb {
  margin-bottom: 16px;
}

.blog-thumb img,
.blog-thumb-image {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.blog-wrap .blog-card p {
  color: #4f4f4f;
  line-height: 1.72;
}

.blog-grid-card {
  display: flex;
  flex-direction: column;
}

.blog-grid-card .btn {
  margin-top: 16px;
  align-self: flex-start;
}

.blog-grid-card .btn,
.blog-card .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  text-align: center;
}

.blog-card a {
  color: #1f1f1f;
}

.blog-card a:hover {
  color: #e54d42;
  text-decoration: none;
}

.blog-wrap .navigation.pagination {
  margin-top: 30px;
}

.blog-wrap .page-numbers {
  border: 1px solid #ddd;
  padding: 8px 12px;
  margin-right: 6px;
  color: #333;
}

.blog-wrap .page-numbers.current {
  background: #e54d42;
  border-color: #e54d42;
  color: #fff;
}

.fables-nav .menu-item a,
.fables-nav .nav-link,
.fables-navigation .navbar-nav > li > a {
  color: #fff !important;
}

.fables-nav .menu-item a:hover,
.fables-nav .menu-item.current-menu-item a {
  color: #f8cf6a !important;
}

.nn-section {
  margin-bottom: 30px;
}

.nn-mini-card {
  background: #f7f7f7;
  border: 1px solid #ececec;
  border-radius: 6px;
  padding: 12px 14px;
  color: #505050;
  height: 100%;
}

.nn-content-page > * + * {
  margin-top: 36px !important;
}

.nn-latest-wrap .blog-card h3 {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .blog-card h1 {
    font-size: 28px;
  }

  .blog-card h2 {
    font-size: 22px;
  }

  .blog-thumb img,
  .blog-thumb-image {
    height: 220px;
  }
}

.copyright .footer-social {
  margin-top: 8px;
}

.copyright .footer-social a {
  display: inline-block;
  font-size: 18px;
  color: #fff;
}
