/*
 Theme Name: Gujarati Sahitya Child
 Theme URI: https://gujarati-sahitya.com
 Description: Child theme for Gujarati Sahitya website (Inspiro Child)
 Author: Gujarati Sahitya
 Author URI: https://gujarati-sahitya.com
 Template: inspiro
 Version: 1.0.0
*/

/* Add your custom CSS below */
.headroom--not-top .navbar {
    border-bottom: 1px solid #f5f5f5;
    background: #fff !important;
	  background-color:#FFF !important
    padding: 12px 0;
}

.d-none {
  display: none !important;
}
.blog-listing {
  padding: 20px 0;
}

.section-title {
    padding-top: 0;
    font-size: 48px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.blog-card {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.blog-thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.blog-content {
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;  
}
.blog-post-title a{
    font-family: Roboto;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0;
    color: #000;
}

.blog-category {
  background: #FFE6D8;
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 4px;
}

.read-time {
  font-size: 12px;
  color: #999;
  margin-left: 10px;
}

.blog-title {
  margin: 15px 0 10px;
  font-size: 18px;
}

.blog-title a {
  color: #000;
  text-decoration: none;
}

.blog-excerpt {
  color: #666;
  font-size: 14px;
}

.read-more {
  color: #ff7a00;
  font-weight: 600;
  text-decoration: none;
}
@media (max-width: 991px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .social-banner {
    grid-template-columns: 1fr;
  }
	body .inner-wrap{
		padding-left: 15px;
		padding-right: 15px;
	}
}
