#cstm-grid-blog-post-wrapper .custom-blog-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: start;
    margin-left: -30px;
    margin-right: -30px;
	margin-top:100px;
}
.custom-blog-filter-menu {
    background-color: #F7F6F2;
    text-align: center;
	position:relative;
}
.blog-thumbnail img{
	width: 100% !important;
    height: 250px !important;
    object-fit: cover;
}
.custom-blog-wrapper .card-img-top {
	border-radius: 16px;
    overflow: hidden;
}
.custom-blog-filter-menu::before {
    content: '';
    position: absolute;
    background-color: #F7F6F2;
    width: 99999px;
    height: 150px;
    z-index: -1;
    top: -50px;
    right: -2000px;
}
.custom-blog-card-body{
    padding: 30px;
}
.blog-catgory-view {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.blog-category {
    background-color: #D8EED4;
    padding: 8px 16px;
    border-radius: 8px;
    font-weight: 500;
}

.blog-card-title{
    font-size: 24px !important;
    line-height: 30px !important;
    margin-bottom: 15px !important;
	color:#000;
}
.blog-card-title a{
	color:#000;
}
.blog-card-title a:hover{
	text-decoration:underline !important;
	color:#0C8167;
}
.blog-card-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* .blog-author-info {
    display: flex;
    flex-flow: row wrap;
    justify-content: start;
    align-items: center;
    margin-bottom: 20px;
}
.author-name {
    font-weight: 500;
    margin-bottom: 0px !important;
    line-height: 10px;
}
.blog-date {
    font-size: 12px;
    color: #333333 !important;
}
.blog-author-info img {
    border-radius: 50px;
    width: 50px;
    height: auto;
} */
/* .blog-author-box {
    margin-left: 15px;
    margin-top: 10px;
} */
.blog-card-item {
    width: 30.33%;
    background: #F7F6F2;
    border-radius: 16px;
    box-shadow: 0 4px 6px rgba(31, 36, 51, 0.06), 0 6px 20px rgba(31, 36, 51, 0.1);
    margin: 15px;
	display:inline !important;
}
.blog-card-item:hover {
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
}
.blog-filer-btn {
    background-color: #fff;
    padding: 8px 12px;
    border-radius: 8px;
    color: #061B27;
    margin: 10px 8px;
}
.blog-filer-btn:hover {
    background-color: #0C8167;
    color: #fff !important;
}
.category {
  font-size: 0.8rem;
  font-weight: 600;
  color: #0c8167;
}
.views {
  font-size: 0.8rem;
  color: #999;
}
.excerpt {
  color: #555;
  font-size: 0.95rem;
}
/* .author-info img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
} */
.pagination .page-link.active {
  background-color: #0c8167;
  border-color: #0c8167;
  color: white;
}
.filter-menu button.active {
  background-color: #0c8167;
  color: white;
}

.page-numbers {
    display: inline-block;
    width: 100%;
    margin: 30px 0px 0px 0px;
    padding: 10px 0 0;
    list-style: none;
    text-align: center;
    clear: both;
}
.page-numbers.current {
    color: #0C8270;
    background-color: #E7F3F0;
    border-radius: 50px;
    padding: 7px 18px;
    margin: 0 auto;
}
.page-numbers li {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}

.page-numbers li a {
    text-decoration: none !important;
}


/*===List Blog post===*/
.list-blog-post {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    background-color: #F7F6F2;
	border-radius:16px;
}
.list-blog-post .list-post-thumnail,
.list-blog-post .custom-blog-card-body{
	width:50%;
}
.list-post-thumnail img {
    width: 100% !important;
    height: 400px !important;
    object-fit: cover;
    overflow: hidden;
}
/*=====Subscription Field===*/
.subscribe-form {
    width: 40%;
    display: flex;
    flex-flow: row;
    justify-content: start;
    margin: 0 auto;
}
.email-cellect-fiedl {
    margin-right: 15px;
}
.email-cellect-fiedl input {
    height: 58px;
    border-radius: 8px;
}
.email-cellect-fiedl p {
    margin-bottom: 0px !important;
}
.subscribe-button {
    border: 2px solid #0C8167 !important;
}
.subscribe-field-wrapper {
    margin-bottom: 0px !important;
}
/*=======Responsive====*/
@media only screen and (max-width:1080px){
	.custom-blog-filter-menu::before {
	  top: -20px;
	}
	#cstm-grid-blog-post-wrapper .custom-blog-container {
	  margin-left: -15px;
  	  margin-right: -15px;
	  margin-top: 60px;
	}
	.subscribe-form {
	  width: 60% !important;
	}
	.blog-card-item {
	  width: 44.33%;
	}	
}

@media only screen and (max-width:767px){
	.list-blog-post .list-post-thumnail, 
	.list-blog-post .custom-blog-card-body {
	  width: 100%;
	}
	.blog-card-item {
	  width: 100%;
	  margin: 20px !important;
	}
	.subscribe-form {
	  width: 80% !important;
	}
	.blog-category {
	  padding: 4px 10px;
	  font-size: 15px;
	}
	.blog-card-title {
	  font-size: 22px !important;
	}
}
@media only screen and (max-width:600px){
	 .custom-blog-filter-menu::before {
		height: 200px;
		top: -20px;
	  }
	.subscribe-form {
	  width: 100% !important;
	}
	.subscribe-form {
	  display: unset !important;
	}
	.email-submit-btn {
	  margin-top: 30px;
	}
	.subscribe-form div {
	  text-align: center;
	}
	.email-cellect-fiedl {
	  margin-right: 0px;
	}
}
@media only screen and (max-width:414px){
	 .custom-blog-filter-menu::before {
		height: 250px;
		top: -20px;
	  }
}