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

/* Blog header */

.blog-header {
  background-color: #f8fafc;
  text-align: center;
}

.blog-header__inner {
  margin: 0 auto;
  max-width: 600px;
}

/* 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__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 {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  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;
}
.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 #b0c1d4;
}

.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: #494a52;
  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 #b0c1d4;
}

/* 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 span {
  vertical-align: top !important;
}

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

.body-container--blog-index div[class*="flexbox-positioning"]> div {
  width: 100%;
}

.single_post {
  max-width: 695px;
  margin: 0 auto;
}

.blogpbody {
  font-weight: 400;
}

.blogp_top {
  padding-bottom: 0 !important;
}

.comment-date {
  font-size: inherit !important;
  display: block !important;
  margin-bottom: 10px;
}

.replying {
  padding: 0 1em !important;
}

.blogp_btm {
  padding-top: 0 !important;
}

.post_share {
  padding-left: 30px;
  padding-right: 30px;
}

.post_share .fusion-sharing-box {
  background-color: #607afe;
  margin-bottom: 0;
  margin-top: 60px;
  display: flex !important;
  min-height: 70px;
  width: 100%;
  align-items: center;
  padding: 20px;
}

.post_share h4 {
  font-size: 24px;
  color: #fff;
  padding-right: 0px;
  line-height: 1.4;
  margin: 0;
  font-weight: 600;
}

.post_share .fusion-social-networks-wrapper {
  width: auto !important;
  padding: 0;
}

.post_share .screen-reader-text {
  display: none;
}

.post_share  a {
  display: inline-block;
  margin: 0 10px 0;
  font-size: 18px;
  line-height: 24px;
  color: #ffff !important;
  float: left;
}

.post_share a:hover {
  opacity: .8;
}


.cards_gallery.type_page-center{
  padding:55px 0 50px;
}

.cards_gallery .cards_flx {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -20px 0 -20px;
}

.cards_gallery .card_itm {
  padding: 20px;
  width: 33.33333333%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.cards_gallery .card_border {
  background: #fff;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #eaeaea;
  border-bottom-width: 3px;
  border-color: #e8eaf0;
}

.cards_gallery .fusion-post-content-wrapper {
  padding: 30px 30px 20px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cards_gallery .fusion-post-title {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 5px;
  text-align: center;
}

.cards_gallery .post-content {
  margin-bottom: 20px;
}

.cards_gallery .fusion-image-wrapper {
  overflow: hidden;
  z-index: 1;
  position: relative;
  border-bottom: 1px solid #eaeaea;
  border-color: #e8eaf0;
}

.cards_gallery .fusion-image-wrapper img {
  width: 100%;
  max-width: 100%;
  display: block;
  vertical-align: top;
}

.cards_gallery .fusion-rollover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100.1%;
  height: 100.1%;
  line-height: normal;
  text-align: center;
  background-image: linear-gradient(top, #1ba0c4 0%, rgba(27,160,196,0.65) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1ba0c4), color-stop(1, rgba(27,160,196,0.65)));
  background-image: filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1ba0c4, endColorstr=#1ba0c4), progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  background-image: -webkit-linear-gradient(top, #1ba0c4 0%, rgba(27,160,196,0.65) 100%);
  background-image: -moz-linear-gradient(top, #1ba0c4 0%, rgba(27,160,196,0.65) 100%);
  background-image: -ms-linear-gradient(top, #1ba0c4 0%, rgba(27,160,196,0.65) 100%);
  background-image: -o-linear-gradient(top, #1ba0c4 0%, rgba(27,160,196,0.65) 100%);
  transition: opacity 0.5s ease-in-out;
  transform: translateY(0%);
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
}

.cards_gallery .fusion-image-wrapper:hover .fusion-rollover {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transform-style: preserve-3d;
}

.cards_gallery .fusion-link-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}

.cards_gallery .fusion-rollover-content {
  padding: 10px;
  width: 90%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cards_gallery .fusion-rollover-title {
  margin-bottom: 3px;
  margin-top: 10px;
}

.cards_gallery .fusion-rollover-title a {
  color: #fff;
}

.cards_gallery.hide_btm .card_border {
  border-bottom-width: 0;
}

.cards_gallery .cards_gal_inr.full_container {
  padding: 0 40px;
}

.cards_gallery.type2 .fusion-image-wrapper {
  border: 0;
}

.cards_gallery.type2 .card_border {
  border: 0;
}

.cards_gallery.type2 .fusion-post-content-wrapper {
  padding: 0;
}

.cards_gallery.type2 .post-content {
  margin-bottom: 0;
}

.cards_gallery .fusion-post-title {
  margin: 15px 0 3px;
  text-align: left;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}

.cards_gallery.type2 {
  padding-bottom: 40px;
}

.cards_gallery .fusion-carousel-meta {
  text-align: left;
  font-size: 14px;
}

.cards_gallery .card_gl_title h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

.cards_gallery .card_gl_title {
  margin-top: 10px;
  margin-bottom: 25px;
}

.cards_gallery.type2 .cards_gal_inr.full_container {
  padding: 0 30px;
}


.cards_gallery .fusion-image-wrapper {
  padding-bottom: 66.4%;
  height: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #e8eaf0;
}


@media(max-width:991px){
  .cards_gallery .card_itm {
    width: 50%;
  }
}

.post_share .fusion-sharing-box {
  flex-wrap: wrap;
}

@media(max-width:767px){
  .cards_gallery .card_itm {
    width: 100%;
  }

  .cards_gallery .cards_gal_inr.full_container {
    padding: 0 30px 20px;
  }

  .post_share .fusion-sharing-box {
    flex-wrap: wrap;
    justify-content: center;
  }

  .post_share h4 {
    margin: 0 10px 10px;
  }

  .post_share a {
    margin: 0 10px 10px;
  }

}

@media(max-width:479px){
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    max-width: 100%;
    overflow: auto;
  }
}

.blogpbody ol li {
  padding: 0;
  list-style-type: unset;
  counter-increment: none;
}

.blogpbody ol li:before {
  display: none;
}

.blogpbody h3 {
  font-weight: 600;
}

.blogpbody  [id*="caption-attachment"] {
  text-align: center;
  margin: 0 auto 20px;
  color: #808080;
  max-width:100%;
}

.blogpbody table {
  margin-left: 0 !important;
  border: 0 !important;
  overflow-wrap: initial;
  margin-bottom: 0;
  border-spacing: 0;
  table-layout: initial !important;
}

.blogpbody table td {
  border: 0;
  padding: 0;
}

.blogpbody table tr:nth-child(odd) {
  background-color: #eeeeee;
}
.blogpbody table tr:first-child {
  background-color: #deebed;
}


.blogpbody .fusion-layout-column {
  width: 100% !important;
  margin-right: 0 !important;
}

html[lang="en"] .blogpbody {
  font-weight: 500;
}

.blogpbody blockquote table tr {
  background: none !important;
}


@media(max-width:767px){
  .blogpbody ul li {
    word-break: break-word;
  }
  .blogpbody table {
    max-width: 100%;
    overflow-x: auto;
    display: block;
  }

  .blogpbody table td {
    padding: 5px;
  }
  .blogpbody > * > * {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.blog_headerr.no_variation_post {
  display: none;
}
.blog_headerr .active_lang {
  display: none;
}
.blog_headerr a:after{
  content:',';
  margin:0 2px;
}

.blog_headerr a:last-child:after{
  display:none;
}

.blog_lang_swtcher {
  display: none;
}

.blog_headerr {
  text-align: center;
}
.blogp_btm .fusion-sharing-box {
  display: table;
  margin-bottom: 55px;
  padding: 20px;
  height: 70px;
  width: 100%;
  background-color: #f6f6f6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #1ba0c4;    
  margin-bottom: 0;
}

.blogp_btm .fusion-sharing-box h4 {
  font-size: 16px;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
}

.blogp_btm .fusion-sharing-box .fusion-social-networks {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  text-align: left;
}

.blogp_btm .fusion-social-networks .fusion-social-networks-wrapper {
  margin: 0 -10px;
}

.blogp_btm .fusion-social-networks .fusion-social-network-icon {
  display: inline-block;
  margin: 0 10px 10px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}
.blogp_btm .fusion-sharing-box .fusion-social-networks a {
  font-size: 26px;
}
.blogp_btm .fusion-sharing-box .fusion-social-networks .fusion-social-network-icon {
  margin-bottom: 0;
  text-decoration: none;
}
.blogp_btm .fusion-social-networks .fusion-social-network-icon:before {
  color: inherit;
}
.blogp_btm .screen-reader-text {
  border: 0;
  clip: rect(1px,1px,1px,1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute!important;
  width: 1px;
  word-wrap: normal!important;
}

.dnd-section.blogp_btm {
  padding-left: 30px;
  padding-right: 30px;
}

.blogp_btm .fusion-sharing-box .fusion-social-networks a:hover {
  opacity: .8;
}



@media only screen and (min-width: 768px) {
  .blogp_btm .fusion-sharing-box h4{
    width: 65px !important;
    padding-left: 0px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .blogp_btm .fusion-sharing-box h4 {

    width: 115px !important;
    padding-left: 390px !important;
  }
}
@media only screen and (min-width: 1025px) {
  .blogp_btm .fusion-sharing-box h4 {
    width: 650px !important;
    padding-left: 500px;
  }
}
@media only screen and (min-width: 1300px) {
  .blogp_btm .fusion-sharing-box h4 {
    width: 160px !important;
    padding-left: 525px !important;
    padding-right: 10px !important;
  }
}