.blog-listing .row-fluid {
    max-width: 1280px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.blog-listing {
  padding-top: 85px;
}

.post-listing > .row-fluid > .span4 {
  display: flex;
  flex-direction: column;
}

.blog-listing .blog-related-posts__post {
  margin-bottom: 32px;
  box-shadow: 0 4px 10px rgb(37 33 89 / 0%);
  transition: box-shadow 300ms ease;
  background: #fff;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;

}

@media only screen and (max-width: 899px) {
  .blog-listing .blog-related-posts__post {
    margin-bottom: 24px;
  }
}

.blog-index__wrapper{
 
    display: flex;
    flex: 1;
    flex-direction: column;
}

.blog__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
 
}

.blog__content .line {
  display: inline-block;
  vertical-align: middle; 
  margin-left: 10px;
  width: 24px;
  height: 1px;
  background: #24FBA0;
  transition: width, 0.3s ease-in-out;
}

.blog__content a:hover .line {
  width: 40px;
} 

.topic-list-section {
  display: none;
}

.topic-list-section .row-fluid {
  justify-content: center;
}

.topic-list-section a {
  padding-bottom: 6px;
  border-bottom: 2px solid transparent;
  color: #252159;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
}

.topic-list-section a:hover {
  border-color: #24FBA0;
}

.tag-item.is-active {
  font-weight: 700;
  border-color: #24FBA0;
}

@media only screen and (min-width: 900px) {
  .topic-list-section {
    display: block;
    margin-bottom: 80px;
  }
}

.pagination {
  margin-top: 32px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination svg:hover circle {
  stroke: #24FBA0;
  fill: #24FBA0;
}

.prev-arrow {
  margin-right: 20px;
}

.next-arrow {
  margin-left: 20px;
}

.next-arrow svg {
  transform: rotate(180deg);
}

.pg {
  display: flex;
}

.pg div {
  margin: 0 12px;
}

.pg .active a {
  color: #252159;
  font-weight: 800;
}

.blogpost-wrapper {
  padding-top: 220px;
}

.blog-post__timestamp {
  display: inline-block;
  margin-bottom: 21px;
  color: #252159;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.blogpost-wrapper .row-fluid {
  max-width: 1034px;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  align-items: center;
}

.blogpost-wrapper .content-wrapper {
  margin-top: 67px;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

.blogpost-wrapper .img-wrapper {
  max-width: 1248px;
  justify-content: center;
}

.blogpost-related-posts .row-fluid {
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
}

.blogpost-wrapper h1 {
  font-size: 34px;
  font-weight: 700;
}

@media only screen and (min-width: 900px) {
  .blogpost-wrapper {
    padding-top: 50px;
  }

  .blogpost-wrapper h1 {
    font-size: 60px;
    line-height: 1;
  }
}

.author-section {
  margin-top: 36px;
  margin-bottom: 80px;
  padding-bottom: 16px;
  border-bottom: 1px solid #9BB1FF;
}

.small-content {
  margin-top: 12px;
}

.small-content p {
  margin-bottom: 0;
}

@media only screen and (max-width: 899px) {
  .blogpost-wrapper .content-wrapper {
    margin-top: 40px;
  }

  .img-wrapper > div {
    padding: 0 !important;
  }

  .social-media-icons {
    margin-top: 24px;
  }

  .author-section {
    margin-top: 24px;
    margin-bottom: 48px;
    padding-bottom: 32px;
  }
}


.blogpost-wrapper p, .blogpost-wrapper li {
  font-weight: 300;
  line-height: 1.5;
}

.blogpost-wrapper h3 {
  font-size: 24px;
  font-weight: 600;
  line-height 1.5;
}

.blogpost-wrapper h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}

.blogpost-wrapper ul, .blogpost-wrapper ol {
  padding-left: 16px;
}

.blogpost-wrapper li {
  margin-bottom: 24px;
}

.blog main {background: #f9f9f9;}

.blogpost-related-posts {
  margin-bottom: 112px;
}

@media only and (max-width: 899px) {
  .blogpost-related-posts {
    margin-top: 56px;
    margin-bottom: 120px;
  }
}

.blogpost-related-posts--title {
  margin-bottom: 40px;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
} 

.blogpost-related-posts .button-container {
  margin-top: 48px;
  justify-content: center;
}

.blog-related-posts__title {
  margin-bottom: 22px;
  font-size: 20px;
  min-height: 56px;
}

.blog__content {
  padding: 32px;
  background: #fff;
}

.blog__content p,
.blog__content h2,
.blog__content h3 {
  font-size: 16px;
}

.blog__content .button-container {
  margin-top: auto;
  justify-content: flex-start;
}

.blog-index__wrapper {
  position: relative;
  background: #fff;
}

.blog-index__wrapper img {
  min-height: 264px;
}

.blog__content .button-container a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.related-posts-container {
  overflow: hidden;
}

.social-media-icons {
  display: flex;
}

.social-media-icons > div {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #252159;
  font-weight: 700;
  font-size: 14px;
}

.social-icon {
  margin-left: 24px;
}

.social-icon button {
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
}

.social-icon button:hover,
.social-icon button:focus {
  box-shadow: none;
}

@media only screen and (min-width: 1024px) {
  .social-icon button:hover svg > path {
    box-shadow: none;
    fill: #252159;
  }

  .blog-related-posts__post:hover {
    box-shadow: 0 4px 10px rgb(37 33 89 / 50%)
  }
}

#social-icons button svg {
  margin: 0;
}

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

.blog-header__author-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-size: contain;
}

.blog-header__title {
  margin-bottom: 0;
  margin-left: 16px;
  font-weight: 700;
  font-size: 16px;
}

blockquote {
  position: relative;
  display: flex;
  margin: 80px 0;
  padding: 0;
  border: none;
}

blockquote:before {
  content: '';
  margin-top: 40px;
  margin-right: 30px;
  flex: 0 0 auto;
  width: 153px;
  height: 110px;
  background: url('//26817666.fs1.hubspotusercontent-eu1.net/hubfs/26817666/raw_assets/public/wedia-themes/avocado-alba/images/blockquote.svg') no-repeat;
  background-size: contain;
}

blockquote p {
  padding: 32px 0;
  border-top: 1px solid #9BB1FF;
  border-bottom: 1px solid #9BB1FF;
  font-size: 24px;
  line-height: 36px;
}

@media only screen and (max-width: 899px) {
  blockquote {
    margin: 48px 0;
    display: block;
    padding: 24px 0;
    border-top: 1px solid #9BB1FF;
    border-bottom: 1px solid #9BB1FF;
  }

  blockquote:before { 
    margin-right: 0;
    display: block;
    width: 74px;
    height: 77px;
  }

  blockquote p {
    padding: 0;
    border: none;
  }
}

.blogpost-wrapper .breadcrumb-links {
  margin-bottom: 50px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
}

@media only screen and (max-width: 899px) {
  .blogpost-wrapper .breadcrumb-links {
    margin-bottom: 32px;
  }

  .breadcrumb-links a {
    color: #252159;
    font-size: 14px;
  }
}

.breadcrumb-links li {
  margin-right: 8px;
  margin-bottom: 0;
}

.breadcrumb-links svg {
  margin-right: 8px;
}

.breadcrumb-links a {
  border-bottom: 1px solid #24FBA0;
}

.body-container--blogpost {
  background: #f5f5f5;
}

.blog__content a {
  color: #252159;
  font-size:14px;
}