.body-container--blog-index .dnd-section {
  padding: 0;
}

.dnd_area_header-module-1-flexbox-positioning > div {
  width: 100%;
}

.blog-header h1 {
  line-height: 46px;
  font-size: 36px;
}

.blog-rss {
  font-family: "Launch Icons", sans-serif;
  speak: none;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  margin-left: 10px;
}

.blog-header__title {
  text-align: center;
}

.custom-blog-listing-content .dnd-section{
  padding: 0px;
}

.body-container--blog-index .content-wrapper.breadcrumbs a {
  color: black;
}

.body-container--blog-index .content-wrapper.breadcrumbs a:hover {
  color: #e32c2b;
}

.body-container--blog-index .content-wrapper.breadcrumbs {
  font-size: 14px;
}

.hs-blog-listing .dnd-section .dnd-column {
  padding: 0;
}


/* Blog header - author listing */

.blog-header__author-avatar {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  display: block;
  height: auto;
  margin: 0 auto 1.4rem;
  width: 200px;
}

.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}

.blog-header__author-social-links a:hover,
.blog-header__author-social-links a:focus {
  background-color: #494a52;
}

.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

/* Blog header - tag listing */

.blog-index__tag-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 1rem;
}

.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}

.blog-index__tag-heading {
  border-bottom: 3px solid #d1d6dc;
  padding-bottom: 1rem;
}

/* Blog listing */

.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-index::after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.blog-index__post {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1rem;
}

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

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

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    justify-items: space-between;
  }
}

.blog-index__post.blog-index__post--small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-index__post-inner-card {
  background: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  width: 100%;
}

.blog-index__post-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px 5px 0 0;
  display: block;
  padding-bottom: 63%;
}

@media (min-width: 1000px) {
  .full-width .blog-index__post-image {
    min-height: 300px;
    padding-bottom: unset;
  }
}

.blog-index__post-inner-card .blog-index__post-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 24px 30px 30px 30px;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 0.01rem;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.blog-post__tag-link:hover {
  text-decoration: none;
}

.blog-index__post-content h2 {
  margin: 0.5rem 0;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-post__meta-section {
  margin-top: auto;
  padding-top: 30px;
}
.blog-post__meta-section.no-min {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.blog-post__read-more a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  padding-left: 10px;
  position: relative;
  top: 3px;
}

.blog-post__read-more svg {
  height: auto;
  width: 15px;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Blog listing - sidebar */

@media screen and (min-width: 1000px) {
  .sidebar.full-width .blog-index .blog-index__post,
  .sidebar .full-width .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .sidebar.two-col .blog-index .blog-index__post,
  .sidebar .two-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
  }
  .sidebar.three-col .blog-index .blog-index__post,
  .sidebar .three-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
  }
  .sidebar.four-col .blog-index .blog-index__post,
  .sidebar .four-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 4);
    flex: 0 0 calc(100% / 4);
  }
}

@media screen and (max-width: 999px) {
  .sidebar.two-col .blog-index .blog-index__post,
  .sidebar .two-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

@media screen and (max-width: 767px) {
  .sidebar .blog-index {
    padding: 1rem 0 3.3rem;
  }
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem 0;
  }
}

.blog-sidebar h3 {
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
  margin-bottom: 20px;
  margin-top: 8px;
}

.blog-sidebar ul {
  background: #fff;
  border-radius: 5px;
  list-style: none;
  padding: 30px;
}

.blog-sidebar ul li {
  border-top: 1px solid #dfddd9;
  font-weight: 600;
  padding: 10px 0;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
  padding-top: 0;
}

.blog-sidebar ul li:last-child {
  padding-bottom: 0;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-increment: list-number;
}

.blog-sidebar-post-listing li:before {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  content: counter(list-number);
  font-size: 36px;
  font-weight: 600;
  padding-right: 22px;
}

.blog-sidebar-post-listing li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Blog mobile sidebar */

@media (max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .hs-blog-listing .span9 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    display: none;
    opacity: 0;
    -webkit-transition: all 5s;
    -o-transition: all 5s;
    transition: all 5s;
    visibility: hidden;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    opacity: 1;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    visibility: visible;
  }
}

/* Blog pagination */

.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
      margin-top: 30px;
    flex-wrap: wrap;
}
.blog-pagination.linked {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.blog-pagination__link {
  border: 2px solid transparent;
  border-radius: 7px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
}

.blog-pagination__link--active {
  border: 2px solid #e32c2b;
}

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

.blog-pagination__prev-link,
.blog-pagination__next-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

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

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

.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 {
  fill: #e32c2b;
  margin: 0 5px;
}

.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 #e32c2b;
}

/* Blog post */

.post-featured-image {
  background-position: center center;
  background-size: cover;
  border-radius: 5px;
  margin-bottom: -110px;
  margin-top: 40px;
  min-height: 300px;
}

.blog-post {
  background: #fff;
  border-radius: 5px;
  margin: 0 auto;
  max-width: 960px;
  padding: 84px 100px 80px 100px;
  position: relative;
  width: 90%;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta {
  margin: 1rem 0;
}

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

.blog-post__timestamp {
  display: inline-block;
}

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

.blog-post__links-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 26px 0;
}

@media (max-width: 767px) {
  .blog-post__links-container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hs-blog-social-share {
    height: 0 !important;
  }
  .hs-blog-social-share-list {
    padding-top: 20px;
  }
}

.hs-blog-social-share .hs-blog-social-share-item-linkedin {
  margin-top: -7px;
}

.blog-post__back-to-blog,
.blog-post__back-to-blog:hover {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  margin-right: 10px;
  position: relative;
  top: 6px;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  width: 20px;
}

@media (max-width: 767px) {
  .blog-post img {
    float: none !important;
    width: 100% !important;
  }

  .blog-post {
    width: 90%;
    padding: 30px;
  }

  .blog-post h1 {
    font-size: 1.6rem;
  }
}

/* Blog related posts */

.blog-related-posts {
  margin-top: 3rem;
  padding: 2rem 0;
}

.blog-related-posts h2 {
  text-align: center;
}

.blog-related-posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-related-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-related-posts .blog-post__meta-section {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.blog-related-posts__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  max-width: 100%;
  padding-bottom: 63%;
}

.blog-related-posts__title {
  margin: 1rem 0 0.5rem;
}

.blog-related-posts__title a {
  color: #494a52;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 100%;
}

.blog-comments form {
  max-width: 100%;
  padding-top: 2em;
}

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

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.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;
}

/* Subscription section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}

.custom-blog-post-wrapper .custom-module-breadcrumbs {
  position: relative;
  max-width: 1260px;
  padding: 20px 30px 0;
  text-align: left;
  font-size: 14px;
  color: black;
  margin: 0 auto;
}

.custom-blog-post-wrapper .custom-blog-post-container{
  max-width: 100%;
  width: 100%;
  margin: 30px 0 0;
  padding: 0;
}


.custom-blog-post-wrapper .custom-blog-post-content-container{
  max-width: 1215px;
  margin: 20px auto 0;
  text-align: center;
}

.custom-blog-post-wrapper .post-featured-image{
  position: relative;
  display: block;
  height: 500px;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin:0;
  border-radius: 0;
}
.custom-blog-post-wrapper .custom-blog-post-content-wrapper{
  display: block;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}
.custom-blog-post-wrapper .custom-blog-post-content-wrapper .blog-post{
  box-shadow:none;
  padding:0 0 60px;
  text-align: left;
  display: block;
  margin: 0;
}
.custom-blog-post-wrapper .custom-blog-post-content-wrapper .blog-post__title{
  height: auto;
  font-size: 36px;
  line-height: 46px;
  color: #161a1c;
  margin: 0;
}
.custom-blog-post-wrapper .custom-social-component{
  position: relative;
  display: block;
}
.custom-blog-post-wrapper .blog-post__meta{
  margin:0;
  padding: 10px 0 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  font-size: 14px;
  display:flex;
}
.custom-blog-post-wrapper .blog-post__body p{

  padding: 5px 0;
  margin:0;
}
.custom-blog-post-wrapper .blog-post__body {
  font-weight: 700;
}
.custom-blog-post-wrapper .blog-post__tag-link, .blog-post__tags{
  padding-top: 20px;
}
.custom-blog-post-wrapper .custom-social-component ul{
  margin:0;
  padding:0;
  list-style: none;
}
.custom-blog-post-wrapper .custom-social-component a{
  position: relative;
  float: left;
  width: 25%;
  font-size: 0;
  color: #000;
  text-align: center;
  border: 1px solid #fff;
  border-left-width: 0;
  text-decoration: none;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
}
#facebook a:before{
  color: #49659d;
  content: "\ea91";
  font-family: "Launch Icons",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
  font-size: 32px;
  line-height: 100px;
}
#facebook a:hover{
  background-color: #49659d;
  border-color: #49659d;
}
#facebook a:hover:before{
  color: #fff;
}


#twitter a:before{
  color: #09aeec;
  content: "\ea96";
  font-family: "Launch Icons",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
  font-size: 32px;
  line-height: 100px;
}
#twitter a:hover{
  background-color: #09aeec;
  border-color: #09aeec;
}
#twitter a:hover:before{
  color: #fff;
}



#pinterest a:before{
  color: #cb1f2a;
  content: "\ead1";
  font-family: "Launch Icons",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
  font-size: 32px;
  line-height: 100px;
}
#pinterest a:hover{
  background-color: #cb1f2a;
  border-color: #cb1f2a;
}
#pinterest a:hover:before{
  color: #fff;
}


#fancy a:before{
  color: #49659d;
  content: "\e900";
  font-family: "Launch Icons",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
  font-size: 32px;
  line-height: 100px;
}
#fancy a:hover{
  background-color: #49659d;
  border-color: #49659d;2a;
}
#fancy a:hover:before{
  color: #fff;
}


.custom-blog-post-wrapper .style-gradient {
  background-image: linear-gradient(to right,#e32c2b 0,#e32c2b 100%);
  background-repeat: repeat-x;
  color: #fff;
  position: relative;
  display: block;
}
.custom-blog-post-wrapper .pagination-article {
  width: 100%;
  position: relative;
  height: 140px;
  padding: 0;
  max-width: 1215px;
  margin: 0 auto;
  text-align: center;
}
.custom-blog-post-wrapper .article-pagination-body {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1;
}
.custom-blog-post-wrapper .pagination-article-previous{
  float: left;
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.custom-blog-post-wrapper .pagination-article-previous-link {
  padding-right: 90px !important;
  padding-left: 65px !important;
  position: relative;
  max-width: 100%;
  padding: 0;
  color: #fff;
  text-decoration: none;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  float: right;
}

.pagination-article-previous .pagination-article-date {
  font-family: Roboto,sans-serif;
  font-style: normal;
  font-weight: 100;
  display: block;
  float: right;
  width: 100%;
  height: 22px;
  font-size: 12px;
  line-height: 22px;
  text-align: right;
  text-transform: uppercase;
  opacity: .6;
}
.custom-blog-post-wrapper .pagination-article-button-icon.icon-arrow-left{
  right: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px;
  text-align: center;
}

.custom-blog-post-wrapper .icon{
  font-family: "Launch Icons",sans-serif;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
}

.custom-blog-post-wrapper .icon-arrow-left:before {
  content: "\e905";
}

.custom-blog-post-wrapper .pagination-button-icon {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 32px;
}
.hs-blog-post .custom-module-breadcrumbs a:first-child {
  color: inherit;
}
.hs-blog-post .custom-module-breadcrumbs a:first-child:hover {
    color: #e32c2b;
}
.custom-blog-post-wrapper .pagination-article-next {
  float: right;
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.custom-blog-post-wrapper .pagination-article-next-link {
  float: left;
  padding-right: 90px;
  padding-left: 65px;
  position: relative;
  max-width: 100%;
  color: #fff;
  text-decoration: none;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  font-family: Roboto,sans-serif;
}
.custom-blog-post-wrapper.pagination-article-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  display: block;
  width: 100%;
  height: 30px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
}
.custom-blog-post-wrapper .icon-arrow-right{
  left: auto;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  text-align: center;
}
.custom-blog-post-wrapper .icon-arrow-right:after{
  content: "\e906";
}

span.pagination-article-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  display: block;
  width: 100%;
  height: 30px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}




.pagination-article-next .pagination-article-date {
  font-family: Roboto,sans-serif;
  font-style: normal;
  font-weight: 100;
  display: block;
  float: left;
  width: 100%;
  height: 22px;
  font-size: 12px;
  line-height: 22px;
  text-align: left;
  text-transform: uppercase;
  opacity: .6;
}

.pagination-article-button-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  text-align: center;
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 32px;
}

.pagination-article-button-link:hover .pagination-article-title{
  text-decoration: underline;
  color:#fff;
}

.custom-blog-post-wrapper .custom-blog-post-post-date span:after{
  transform: translateY(-2px);
  display: inline-block;
  margin: 0 11px 0 5px;
  width: 6px;
  height: 6px;
  line-height: inherit;
  background-color: #000;
  content: "";
  border-radius: 100%;
}
.custom-blog-post-wrapper .blog-post__body{
  padding: 30px 0 0;
}


@media (max-width: 767px){
  .custom-blog-post-wrapper .custom-blog-post-content-wrapper .blog-post{
    width: 100%;
  }
}


@media (max-width: 720px){
  .custom-blog-listing-container .breadcrumb-wrapper{
    display:none;
  }
  .custom-blog-listing-content .custom-blog--listing-heading{
    font-size: 26px !important;
    line-height: 36px !important;
  }
  .custom-blog-listing-content .custom-blog--listing-heading-wrapper{
    padding-bottom:0 !important;
  }
  .custom-blog-post-wrapper .breadcrumb-wrapper .custom-module-breadcrumbs{
    display:none;
  }
  .custom-blog-post-wrapper .custom-blog-post-container{
    margin:0; 
  }
  .custom-blog-post-wrapper .custom-blog-post-content-container{
    display: block;
    text-align: center;
    max-width: 700px;
    margin: auto;
    padding: 0;
  }
  .custom-blog-post-wrapper .custom-blog-post-content-wrapper .blog-post{
    margin:0;
  }
  .custom-blog-post-wrapper .custom-blog-post-content-wrapper .blog-post__title{
    padding: 30px 15px 0;
    font-size: 26px;
    line-height: 36px;
    font-weight: 400;
  }
  .custom-blog-post-wrapper .blog-post__meta{
    padding: 0 15px;
  }
  .custom-blog-post-wrapper .blog-post__body{
    padding: 30px 15px;
  }
  .blog-post__links-container{
    max-width: 95%;
    margin: 0 auto;
  }
  .custom-blog-post-container {
    max-width: 95%;
  }
  .custom-blog-post-wrapper .blog-comments{
    max-width:  95%;
  }
  .custom-blog-post-wrapper .blog-post__tag-link, .blog-post__tags{
    padding: 0px 15px;
  }
  #facebook a:before,
  #twitter a:before,
  #pinterest a:before,
  #fancy a:before{
    font-size: 24px;
    line-height: 60px;
  }
  .pagination-article-title,
  .pagination-article-previous .pagination-article-date,
  .pagination-article-next .pagination-article-date{
    display:none;
  }
  .custom-blog-post-wrapper .pagination-article{
    height: auto;
    padding: 15px 0;
  }
  .custom-blog-post-wrapper .article-pagination-body{
    transform: translateY(0);
    position: relative;
    top: auto;
  }
  .custom-blog-post-wrapper .pagination-article-button-icon.icon-arrow-left{
    left: auto;
    float: left;
    position: relative;
    top: auto;
  }
  .custom-blog-post-wrapper .pagination-article-button-icon{
    width: 50px;
    text-align: center;
    position:relative;
  }
  .custom-blog-post-wrapper .pagination-article-previous-link{
    float: right;
  }
  .pagination-article-title {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .custom-blog-post-wrapper .post-featured-image {
    height: auto !important;
    background: none !important;
    min-height: auto !important;
  }

  .custom-blog-post-wrapper .post-featured-image img {
    visibility: visible !important;
    width: 100%;
  }
}

@media (max-width: 436px){
  .custom-blog-post-wrapper .blog-post__meta{
    display:block;
  }
  .custom-blog-post-wrapper .pagination-article-next-link {
    padding-left: 50px;
  }
}