/* Blog listing */

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

.blog-index__post {
  flex: 0 0 100%;
  padding: 1.4rem 1rem;
}
.blog-index__post--large{
  padding:30px;
  background:#ffffff;
  margin-top: 50px;
  display: inline-block;
}
.blog-index__post-content--large{
  padding:10px 0
}
.blog-banner{
  padding-top:20px;
  position:relative
}
.blog-banner:before {
   position: absolute;
    content: "";
    background: url(https://21499432.fs1.hubspotusercontent-na1.net/hubfs/21499432/Color%20Block-Green.jpg);
    height: 380px;
    width: 100%;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
}

.blog-related-posts__content p{
 display:none; 
}
@media screen and (min-width: 768px) {
  .blog-index__post--small {
    flex: 0 0 calc(100% / 2 - 40px);
    margin: 0px 20px 30px; 
  }
}

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

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    margin: 0px 20px; 
    flex: 0 0 30.33%;
    border-radius:10px;
    position:relative;
  }
}

.blog-index__post-image {
  height: 250px !important;
  max-width: 100%;
  object-fit:cover;
  width: -webkit-fill-available;
}
.blog-pagination,
.blog-comments {
  margin-bottom: 40px;
}


.blog-index__post-title {
  font-size: 22px;
    font-weight: 500 !important;
}

.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__post-tags,
.blog-index__post-title,
.blog-index__post-timestamp,
.blog-index__post-author,
.blog-index__post-image--small {
  margin: 0 0 0.7rem;
}
.blog-tag-heading{display:none;}

/* Blog pagination */

.blog-pagination {
  display: flex;
  justify-content: center;
}

.blog-pagination__link {
  border: 2px solid transparent;
  border-radius: 7px;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
}
.blog-pagination__link {

  display: flex;
  align-items: center;
}
.blog-pagination__link--active {
  border-color: #B0C1D4;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
}

.blog-pagination__next-link {
  margin-left: 0.25rem;
}

.blog-pagination__link.blog-pagination__prev-link--disabled,
.blog-pagination__link.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  cursor: default;
  pointer-events: none;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  margin: 0 0.3rem;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}

.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

@media (max-width: 767px) {
  .blog-pagination__number-link {
    display: none;
  }
}

/* Blog post */

.blog-post {
  margin: 0 auto;

}

.blog-post__meta {
  margin-bottom: 1.4rem;
}

.blog-post__meta a {
  text-decoration: underline;
}

.blog-post__timestamp {
  display: block;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 10px;
  width: 15px;
}

.blog-post__tag-link {
  font-size: 0.875rem;
}

/* Blog related posts */

.blog-related-posts{
  padding-left:20px;
  width:90%;
  margin:auto;
  max-width:1550px;
}

.blog-related-posts h4 {
  text-align: left;
}


.blog-related-posts__post {
  flex: 0 0 100%;

}

@media screen and (min-width: 768px) {
  .blog-related-posts__post {
    flex: 0 0 calc(100% / 2);
  }
  .blog-related-posts__list .col-md-4 {
    max-width: 30%;
    margin: 0 auto;
  }
}

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

.blog-related-posts__image {
  height: auto;
  max-width: 100%;
}

.blog-related-posts__title {
  margin: 0.7rem 0;
  font-size:22px;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus {
  background-color: transparent;
  text-decoration: underline;
}
.blog-post__tag-link {
  padding: 7px 15px;
  background: #3a93ce;
  border-radius: 20px;
  color:#ffffff;
}
.blog-post__tags{
  text-transform:uppercase;
  line-height:2.45;
}
.social-sharing{
  padding-bottom:20px;
}
aside {
  display: flex;
  justify-content: space-between;
  width: 85%;
    margin: auto;
}
.left-view {
  transform: rotate(180deg);
}
.heading{
  padding:60px 0 10px;
  font-size:35px;
}
.blog-post__body {

  background: #f2f2f2;
  padding: 40px 30px;
}  
.blog-post-div{
  display: -webkit-box;
  display: -ms-flexbox;
  /*   display: flex;

  position: relative; */
}
.blog-post__body {
  padding: 50px;
  margin: 80px -50px 0 0;
  position: relative;
  z-index: 9;
  max-width: 50%;
  height: fit-content;
}
.blog-post__body p:last-child{
 margin-bottom:0px;
}
.blog-image {
  max-width: 815px;
}
aside{
  margin-top:80px;
  padding-bottom:30px;
}
.blog-related-posts__content img{
  width:100%;
  height:250px !important;
}
.social-sharing {
  padding-bottom: 20px;
  position: absolute;
  margin-top: 30px;
}
.blog-post {
  overflow: hidden;
}
.blog-post hr{
 background:#6fb94a;
 border-color:#6fb94a;
 height:3px; 
 border-radius:6px; 
 width:100px;
 display: inline-flex;
}

@media(max-width:999px){
  .blog-banner {
    padding-top: 10px;
}
  .heading {
    padding: 30px 0 10px;
}
   .blog-banner .content-wrapper {
    padding: 0;
}
  .blog-post__body {
    max-width: 100%;
  }
  .blog-image {
    max-width: 100%;
  }
    .blog-post-div {
   
    display:initial;
    
}
  .featured_img img {
    width: 100%;
    height: 100% !important;
    box-shadow: none !important;
  }
.blog-post__body {
    margin: 10px 0 0;
    padding: 50px 20px;
}
  .blog-post__tags {
    line-height: 2;
  }
  .social-sharing {
    position: inherit;
  }
  .blog-related-posts{
   padding-left:0px;
   }
  .blog-post hr{
  
 display: inline-flex;
  margin-bottom: 30px;
}
  .blog-index__post-image {
    height: 250px!important;
    width: 100%;
}