{# Styles for featured post #}
.blog-index__featured-post{
	margin-bottom: 64px;
	max-width: 100%;
	width: 100%;
	min-height: 450px;
	box-shadow: 0 2px 4px rgba(0,0,0,.1);
}

section.blog-index div.blog-post-row article.blog-post-small{
	box-shadow: 0 2px 4px rgba(0,0,0,.1);
}
.blog-index__post.p-0.position-relative div.blog-index__post-container div.blog-index__post-title a:hover {
  color: #eeb11e;
  text-decoration: none;
}
.blog-index__post.p-0.position-relative div.blog-index__post-container div.blog-index__post-title a{
	transition: .3s ease-in-out;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  display: block;
  color: #607d8b;
}
.custom__blog-listing__form{
	background: #607d8b;
	padding: 40px;
	color: #fff;
	border-radius: 5px;
}
.blog-index__wrapper.custom__blog-listing{
	margin: auto;
}
.blog-index__featured-post .blog-index__post-content-image{
	width: 100%;
	height: 330px;
	object-fit: cover;
}
.blog__custom-featured.blog-index__featured-post {
	background-size: cover;
	background-position: center;
	display: grid;
	justify-content: center;
	justify-items: center;
	align-content: center;
	align-items: center;
}
.blog-index-custom .blog-tag-heading.m{
	display: none;
}
.blog-index__featured-post-content{
	padding: 40px 20px;
}
.title__listing{
	margin-bottom: 15px;
}
.blog-index__post-tags{
	margin-bottom: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
}


.blog-index__post-title>h3>a{
	font-weight: 500;
}
.blog-index__post-content-summary{
	margin-bottom: 0.5em;
}

{# Styles for featured post #}
.blog-index__wrapper{
	margin: 0 auto;
	margin-bottom: 85px;
	display: grid;     
	justify-content: center;
	grid-auto-rows: minmax(30px, auto);
	grid-template-columns: repeat(3, 1fr);
	gap: 24px 20px;
}
.blog-index__post-container div.blog-index__post-tags a.blog-post__tag-link{
  padding: 3px 8px;
  background-color: #607d8b;
  color: #fff ;
  border-radius: 2px;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 700;
  min-width: 33px;
  text-align: center;
  text-transform: capitalize;
}
@media (max-width: 992px) {  
	.blog-index__wrapper{
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 600px) {  
	.blog-index__wrapper{
		grid-template-columns: repeat(1, 1fr);
	}
}
@media screen and (max-width: 992px){
	.layout__categories div.blog-index-custom .custom__blog-listing__form h6 {
		color: #fff;
		font-size: 26px;
		font-weight: 600;
	}
}
@media screen and (max-width: 992px){
	.layout__categories div.blog-index-custom .custom__blog-listing__form h6 {
		color: #fff;
		font-size: 26px;
		font-weight: 600;
	}
}
.blog-index__post{
	margin-bottom: 0;
	max-width: 820px;
	width: 100%;
	box-shadow: 0 2px 4px rgba(0,0,0,.1);
}
.blog-index__wrapper .blog-index__post-content-image{
	width: 100%;
	height: 246px;
	object-fit: cover;
	border-radius: 5px;
}
.blog-index__post-container{
	padding: 40px 24px 57px;
}

.blog-author-heading,
.blog-tag-heading {
	padding-right: 1rem;
	margin-bottom: 0;
}

.blog-index {
	display: flex;
	flex-wrap: wrap;
}

.blog-index__post {
	flex: 0 0 100%;
	padding: 1.4rem 1rem;
}

@media screen and (min-width: 768px) {
	.blog-index__post--small {
		flex: 0 0 calc(100% / 2);
	}
}

@media screen and (min-width: 1000px) {
	.blog-index__post--small {
		flex: 0 0 calc(100% / 3);
	}
}

@media screen and (min-width: 768px) {
	.blog-index__post--large {
		display: flex;
		flex: 1 0 100%;
	}
}

.blog-index__post-image {
	height: auto;
	max-width: 100%;
}

@media screen and (min-width: 768px) {
	.blog-index__post-image-wrapper--large {
		flex: 1 1 48%;
	}

	.blog-index__post-content--large {
		flex: 1 1 48%;
		padding-left: 2rem;
	}

	.blog-index__post-content--full-width {
		flex: 1 1 100%;
		padding-left: 0;
	}
}

.blog-index__post-title {
	font-size: 1.25rem;
}

.blog-index__post-timestamp {
	display: block;
}

.blog-index__post-author {
	align-items: center;
	display: flex;
}

.blog-index__post-author-image {
	border-radius: 50%;
	height: auto;
	margin-right: 0.35rem;
	width: 30px;
}
.blog-index__wrapper.custom__blog-listing div.custom__blog-listing__form label span.hs-form-required {
	color: red;
	font-size: 16px;
	font-weight: 400;
}
.blog-index__wrapper.custom__blog-listing div.custom__blog-listing__form label span {
	color: #FFF;
	font-size: 16px;
	line-height: 22px;
}
.custom__blog-listing__form .hs_submit.hs-submit div.actions input.hs-button{
	width: 100%;
	min-height: 40px;
	border-radius: 3px;
	font-size: 15px;
	line-height: 17px;
	font-weight: 700;
}
.blog-index__post-title,
.blog-index__post-timestamp,
.blog-index__post-author,
.blog-index__post-image--small {
}

.blog-index__date-time-read{
	display: flex;
	justify-content: space-between;
}
