

.data,
.author-section,
.blog-comments {
  font-size: 1rem;
}

.author-section .avatar{
  margin-top: 1.85rem;
}

.author-section .avatar img{
  border-radius: 50%;
}

.blog-hero {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.blog-hero:after {
  content: '';
  background: #000000;
  opacity: .7;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.blog-hero-content {
  padding: 12rem 0;
  position: relative;
  z-index: 1;
}

.blog-featured-image {
  padding: 14rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.article-panel {
  position: relative;
  height: 100%;
  background: #fff;
  border: 1px solid #f0f1ed;
  min-height: 100%;
  box-shadow: 15px 10px 20px 0 rgba(0, 0, 0, 0.0);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.article-panel:hover {
  box-shadow: 15px 10px 20px 0 rgba(0, 0, 0, 0.05);
}

.article-panel:first-of-type {
  height: auto;
}

.article-meta {
  padding: .75rem 2rem;
  background: #fff;
}

.article-meta span {
  font-size: 13px;
}

.article-meta span.bull {
  color: {
    {
      colors.body_color
    }
  }

  ;
  ;
  padding: 0 .25rem;
}

.article-meta span.reading-minutes,
.article-panel>a,
.article-panel>a:hover {
  color: {
    {
      colors.body_color
    }
  }

  ;
  ;
}

.article-panel .article-img {
  position: relative;
  height: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
}

.article-panel .article-content {
  padding: 1.25rem;
  background: #fff;
  position: relative;
}

.article-panel .article-img:after {
  content: '';
  background: #000;
  opacity: .1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article-panel .article-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 116%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.article-panel h3 {
  font-weight: 400;
  margin-top: .625rem;
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  letter-spacing: 0;
}

.article-panel h3 a {
  color: #313543;
}

.tag {
  line-height: 1;
  font-size: 0.8rem;
}

.tag a {
  color: {
    {
      colors.body_color
    }
  }

  ;
  ;
  font-size: 12px;
  line-height: 1;
}

.article-panel .data a {
  color: #2c4a8a;
}

.latest-posts>div {
  margin-bottom: 1.875rem;
}


.sr-sticky-breadcrumb {
  position: relative;
  background: #fff;
  z-index: 10;
  font-size: 1rem;
}

.current-section {
  text-transform: capitalize;
}

.sr-sticky-breadcrumb-heading {
  border-top: 0px solid #ddd;
  border-bottom: 0px solid #ddd;
  padding: 0.75rem 0;
  transition: all ease-in-out 300ms;
}

.is_stuck .sr-sticky-breadcrumb-heading {
  padding: 0.5rem 0;
}

.sr-sticky-breadcrumb-heading {
  font-weight: 300;
}

.sr-sticky-breadcrumb-categories {
  text-align: center;
  display: block;
  top: 100%;
  width: 100%;
  background: #fff;
  z-index: 1;
}

.is_stuck .sr-sticky-breadcrumb-categories {
  position: relative;
}

.sr-sticky-breadcrumb-categories .container {
  padding-top: 1.25rem;
  padding-bottom: 1.125rem;
}

.sr-sticky-breadcrumb-categories strong {
  margin: 0 0 0.93rem;
}

.sr-sticky-breadcrumb-categories ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sr-sticky-breadcrumb-categories ul li {
  list-style: none;
  display: inline-block;
}

.sr-sticky-breadcrumb-categories ul li a {
  margin: 0.3125rem;
}

.sr-sticky-breadcrumb-categories .container {
  overflow: hidden;
}


.sr-sticky-breadcrumb .show-more-wrap {
  text-align: center;
}

.sr-sticky-breadcrumb .show-more {
  vertical-align: middle;
  transition: all .15s ease-in-out;
  animation-timing-function: ease-in-out;
  font-weight: normal;
  line-height: 1.35rem;
  border-radius: 3px;
  height: 2.5rem;
  padding: 0 1rem;
  border: 1px solid;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #288dc0;
  background-color: transparent;
  border-color: #288dc0;
  cursor: pointer;
  margin-bottom: 10px;
  margin-top: 10px;
}

.sr-sticky-breadcrumb .show-more:hover {
  color: #fff;
  background-color: #288dc0;
}

.blog-pagination {
  padding: 1.875rem 0;
}

.blog-pagination a {
  white-space: nowrap;
  margin: 0 10px;
  text-decoration: none;
  padding: 4px 8px;
  color: #000;
}

.blog-pagination a.all-posts-link {
  font-weight: bold;
}

.blog-pagination a:hover,
.blog-pagination a:focus,
.blog-pagination a:active {
  background: #fff;
}

.blog-heading h1 {
  letter-spacing: 0;
}

.sr-social-share.sr-social-share {
  border: 1px solid #EBEBEB;
  display: block;
  padding: 15px 8.8px;
  border-radius: 100px;
  background-color: #fff;
  z-index: 99;
}

@media (max-width: 991px) {
  .sr-social-share.sr-social-share {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 2rem;
  }

  .sr-social-share.sr-social-share img {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 767px) {
  .show-more-height.sr-sticky-breadcrumb-categories .container {
    height: 105px;
  }
}

@media only screen and (min-width: 992px) {
  .sr-social-share.sr-social-share {
    opacity: 0;
    position: fixed;
    left: 35px;
    top: 45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .15s ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  .sr-social-share.sr-social-share:hover {
    top: 44.5%;
    border-color: #f5f5f5;
    box-shadow: 10px 15px 60px 0 rgba(0, 0, 0, 0.1);
  }

  .sr-social-share.sr-social-share.active {
    line-height: 1rem;
    left: 100px;
    opacity: 1;
  }

  .sr-social-share.sr-social-share span,
  .sr-social-share.sr-social-share span a {
    display: block;
    margin: 5px auto;
  }

  .sr-social-share.sr-social-share .sr-social-share-heading {
    padding-left: 0;
    margin-bottom: 10px;
  }

  .sr-social-share.sr-social-share .hs_cos_wrapper_type_social_sharing {
    font-size: 0;
  }
}

.sr-social-share.sr-social-share .sr-social-share-heading {
  font-size: 9px;
  text-transform: uppercase;
  color: #C0C0C0;
  letter-spacing: 1px;
  vertical-align: middle;
}

.blog-comments {
  margin-bottom: 3.125rem;
}

.blog-comments .blog-comments-trigger {
  position: relative;
  text-align: center;
  display: block;
}

.blog-comments .blog-comments-trigger:after {
  content: "\f107";
  font-family: fontawesome;
  margin-left: .2rem;
}

.blog-comments .blog-comments-trigger.open:after {
  content: "\f106";
}

.blog-comments .blog-comments-wrapper {
  display: none;
}

.blog-comments .blog-comments-wrapper .comment-reply-to {
  margin-bottom: 20px;
}

.blog-comments .blog-comments-wrapper form {
  padding: 2rem 0 4rem;
}

.blog-comments .blog-comments-wrapper .hs-form fieldset {
  max-width: 100%;
}

.blog-comments .blog-comments-wrapper .hs-form fieldset.form-columns-2 .field+.field {
  margin-left: 0;
}

.blog-comments .blog-comments-wrapper .hs-form fieldset textarea {
  width: 100%;
}