/* Layout */

.blog_listing-section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
a.blog-index__post-image{
  display: block;
  width: 100%;
  height: 375px; 
  background-size: cover;
  background-position: 100%;
  border-radius: 6px;
}
.new-post{
  margin-top: 60px;
}


.hs-blog-post-listing__post {
  display: flex;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 1rem;
  flex-direction: column;
}
article.blog_listing-item {
  width: calc(100% / 3 - 32px);
  margin: 16px;
  border: 1px solid #F4F5F7;
  border-radius: 16px;
  cursor: pointer;
}
article.blog_listing-item.full-wid{
  width: 100%;
}
.full-wid .blog-index__post{
  display: flex;
  flex-direction: row-reverse;
  margin: 0 -20px;
}
.full-wid .blog-index__post .inner{
  width: 50%;
  padding: 0 20px;
}
.full-wid .blog-index__post a.blog-index__post-image{
  height: 100%; 
}

article.blog_listing-item:hover{
  box-shadow: 0 11px 30px rgba(154,161,177,.2);
}
/* Featured image */

.hs-blog-post-listing__post-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.featured_image {
  height: 200px;
  background-position: top center;
  background-size: cover;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  margin-bottom: 15px;
}
/* Article content */
article.blog_listing-item{
  border: none;
}
.read_time{
  color: #2691D4;
  font-size: 14px;
  font-weight: 700;
}
.blog-index__post-content h2{
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  color: #1E1E1E;
  margin: 20px 0 !important;
  font-family: Inter,sans-serif;
  text-transform: uppercase;
}
.blog-index__post-content.all-content h2{
  font-size: 24px;
  line-height: 30px;
}
.btm-blog-list .read-btn-wrap{
  margin-top: 30px;
}
.blog-index__post-content.all-content p{
  display: none;
}
.blog-index__post-content h2.top-head{
  font-size: 38px;
  line-height: 50px;
  font-weight: 700;
  color: #2691D4;
  margin: 20px 0 !important;
  font-family: Inter,sans-serif;
  text-transform: uppercase;
}
.blog-index__post-content h2.top-head a{
  text-decoration: none;
  font-weight: 700;
}
.blog-index__post-content p{
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  color: #5D646D;
  font-family: Inter,sans-serif;
}
.blog-index__post-content a{
  text-decoration: none;
}
.blog-index__post-content p a{
  font-weight: 600;
  color: #1E1E1E;
}
.btm-content{
  padding: 20px;
}
.hs-blog-post-listing__post-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.hs-blog-post-listing__post-tags{
  font-size: 13px;
}
.hs-blog-post-listing__lock-container.no-title--add-vertical-margin,
.hs-blog-post-listing__post-tags,
.hs-blog-post-listing__post-title,
.hs-blog-post-listing__post-timestamp,
.hs-blog-post-listing__post-author,
.hs-blog-post-listing__post-image--card {
  margin: 0 0 0rem;
}

/* Post lock */
.hs-blog-post-listing__lock-container {
  display: none;
}
.hs-blog-post-listing__post[hs-member-content-access='true']
.hs-blog-post-listing__lock-container {
  display: inline-block;
}
.hs-blog-post-listing__lock-icon {
  display: block;
}
.blog-post__tags{
  margin-top: 10px; 
}
.blog-post__tags .blog-post__tag-link{
  color: #216BB1;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 1;
  background: #C9E4F5;
  border-radius: 40px;
  font-weight: 600;
}

/* Author */

.hs-blog-post-listing__post-author {
  display: flex;
  align-items: center;
}

.hs-blog-post-listing__post-author-image-wrapper {
  height: 40px;
  width: 40px;
  margin-right: 0.5rem;
}
.author_time .name_date p,
.author_time .name_date .time-sec{
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  color:#1D1D1D;
  margin: 0 0 5px !important;
}
.read-btn-wrap .cta-btn{
  background: #059BE7;
  margin: 0;
  min-width: 180px;
  text-decoration: none;  
  color: #fff;
}

.hs-blog-post-listing__post-author-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* Tags */

.hs-blog-post-listing__post-tag {
  display: inline-block;
}

/* Publish date */

.hs-blog-post-listing__post-timestamp {
  display: block;
}

/* Button */

.hs-blog-post-listing__post-button-wrapper {
  margin-top: auto;
}

.hs-blog-post-listing__post-button {
  display: inline-block;
}
.hs-blog-post-listing__post-tags a.hs-blog-post-listing__post-tag {
  font-size: 12px;
  line-height: 16px;
  color: #64748B;
  text-transform: uppercase;
  font-weight: 500;
}
h2.hs-blog-post-listing__post-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #1F2937;
}
p.hs-blog-post-listing__post-description {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #334155;
}
a.hs-blog-post-listing__post-author-name {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #64748B;
}
.tag_time {
  display: flex;
  margin-bottom: 10px;
  align-items: flex-start;
  justify-content: space-between;
}
.tag_time .read_time span {
  color: #E2E8F0;
  padding-left: 5px;
}
.tag_time .read_time {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: #64748B;
  width: 115px;
  text-align: right;
  margin: 0 0 0 auto;
}
img.hs-blog-post-listing__post-author-image {
  border-radius: 20px;
} 
.author_time {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.time-sec {
  font-size: 14px;
  line-height: 20px;
  color: #64748B;
}
.hs-blog-post-listing__post-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0px 16px 16px;
} 
.dotlottie-player {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -160px; 
  left: 0;
  right: 0;
  z-index: -1;
}

.post__filter{
  margin: 30px 0 0;
}
.post__category-selector{
  border: 1px solid #999999;
  border-radius: 10px;
  padding: 10px 28px;
  width: 100%;
  font-size: 20px;
}

@media (max-width:768px) {
  .dotlottie-player {
    height: auto;
    top: 0;
  }
}

@media(max-width: 850px){
  .new-post {
    margin-top: 30px;
  }
  article.blog_listing-item {
    width: calc(100% / 2 - 32px);
  }
  .full-wid .blog-index__post {
    flex-direction: column-reverse;
    margin: 0;
  } 
  .full-wid .blog-index__post .inner {
    width: 100%;
    padding: 0 0 20px;
  } 
  .blog-index__post-content h2.top-head {
    font-size: 26px;
    line-height: 35px;
  }
  .blog-index__post-content h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .full-wid .blog-index__post a.blog-index__post-image {
    min-height: 375px;
  }
  .btm-content {
    padding: 30px 0 20px;
  }
  article.blog_listing-item{
    margin: 0;
  }
  .btm-blog-list .blog-index__post{
    display: flex;
    flex-direction: column-reverse;
  }
  @media(max-width: 550px){
    article.blog_listing-item {
      width: 100%;
    }
  }

