.blog-mb {
  margin-bottom: 60px;
}

#module-ph_simpleblog-single #content-wrapper .page-header h1 {
  font-size: 28px;
}
#module-ph_simpleblog-single #content-wrapper .simpleblog__post p {
  font-size: 16px;
  line-height: 24px;
}

body[id*=module-ph_simpleblog] #content.card {
  padding: 0;
  background: none;
  box-shadow: none;
  border: 0;
}

.simpleblog__mostViewed__menu {
  margin-top: 0.625rem;
}
.simpleblog__mostViewed__menu li:last-child a {
  border-bottom: none;
}
.simpleblog__mostViewed__menu li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  width: 100%;
  display: inline-block;
  margin: 0.3125rem 0 0;
  padding-bottom: 0.1875rem;
  font-size: 14px;
}
.simpleblog__mostViewed__footer {
  text-align: center;
}
.simpleblog__mostViewed__footer .btn-primary {
  color: white;
}

.simpleblog__postInfo a:hover {
  text-decoration: underline;
}
.simpleblog__post .pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.simpleblog__post__content img {
  max-width: 100%;
  height: auto;
}
.simpleblog__share {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.simpleblog__share.no-image {
  position: static;
  padding: 1.5rem 1.25rem 0 0;
  margin-bottom: 1.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: end;
}
.simpleblog__share__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 0;
}
@media (max-width: 500px) {
  .simpleblog__share__list {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .simpleblog__share__list--item .btn {
    width: 100%;
  }
}
.simpleblog__comments-empty {
  margin-bottom: 0;
}
.simpleblog__comments .alert a {
  color: inherit;
}


.simpleblog__comments .simpleblog_reply_position {
  padding: 0 1.25rem;
}

.simpleblog__comments > ul > li.simpleblog_comments_highlighted {
  border-top: 1px solid #ddd;
  background: #ffffe6 !important;
  font-style: italic;
}
.simpleblog__comments > ul > li .simpleblog__comments__authorInfo {
  list-style-type: none;
  margin: 0 0 12px;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .simpleblog__comments > ul > li .simpleblog__comments__authorInfo {
    display: block;
  }
}
.simpleblog__comments > ul > li .simpleblog__comments__authorInfo li:last-child:after {
  display: none;
}
.simpleblog__comments > ul > li .simpleblog__comments__authorInfo li:after {
  content: "";
  height: 10px;
  background: #cecece;
  width: 2px;
  margin: 0 18px;
  display: inline-block;
}
@media (max-width: 991px) {
  .simpleblog__comments > ul > li .simpleblog__comments__authorInfo li:after {
    display: none;
  }
}
.simpleblog__comments > ul > li .simpleblog__comments__text {
  color: #414141;
}
.simpleblog__comments > ul > li .simpleblog__comments__text p {
  color: #414141;
}
.simpleblog__comments > ul > li .simpleblog__comments__text p {
  margin: 0;
  padding: 0;
}
.simpleblog__addComment .alert a {
  color: inherit;
}
@media (max-width: 575px) {
  .simpleblog__addComment__form .btn {
    margin: 0 0 1rem;
    width: 100%;
    float: none !important;
  }
}
.simpleblog__seo {
  display: none;
}
.simpleblog__categoryInfo {
  border-bottom: 2px solid #d6d6d6;
  margin: 30px 0;
}
.simpleblog__categoryInfo img {
  width: 100%;
  height: auto;
}
.simpleblog__categoryInfo p {
  font-size: 14px;
  color: #727272;
  margin: 30px 0;
}

.btn-blog-social {
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.6rem 1.25rem;
  border: 0;
  font-size: 0.875rem;
}
@media (max-width: 500px) {
  .btn-blog-social {
    padding: 0.5rem;
    font-size: 0.75rem;
  }
}
.btn-blog-social--facebook {
  background: #415994;
  color: white;
}
.btn-blog-social--facebook:active, .btn-blog-social--facebook:focus, .btn-blog-social--facebook:hover {
  color: white;
  background: rgb(49.4366197183, 67.6901408451, 112.5633802817);
}
.btn-blog-social--linkedin {
  background: #0e76a8;
  color: white;
}
.btn-blog-social--linkedin:active, .btn-blog-social--linkedin:focus, .btn-blog-social--linkedin:hover {
  color: white;
  background: rgb(10.0769230769, 84.9340659341, 120.9230769231);
}
.btn-blog-social--instagram {
  background: #e83e76;
  color: white;
}
.btn-blog-social--instagram:active, .btn-blog-social--instagram:focus, .btn-blog-social--instagram:hover {
  color: white;
  background: rgb(217.125, 25.875, 88.875);
}
.btn-blog-social--twitter {
  background: #000;
  color: white;
}
.btn-blog-social--twitter:active, .btn-blog-social--twitter:focus, .btn-blog-social--twitter:hover {
  color: white;
  background: hsl(0, 0%, -10%);
}
.btn-blog-social--pinterest {
  background: #ae2626;
  color: white;
}
.btn-blog-social--pinterest:active, .btn-blog-social--pinterest:focus, .btn-blog-social--pinterest:hover {
  color: white;
  background: rgb(132.141509434, 28.858490566, 28.858490566);
}

.post-gallery__gallery-js, .blog-masonry-list {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s opacity;
  max-height: 400px;
  overflow: hidden;
}
.initialized.post-gallery__gallery-js, .initialized.blog-masonry-list {
  opacity: 1;
  visibility: visible;
  max-height: initial;
}

/* LISTING MASONRY */
.blog-masonry-list {
  margin: 0 -15px;
}



.simpleblog__addComment .simpleblog__cancelReplay,
.simpleblog__addComment .simpleblog_answer_info {
  display: none;
}

.alert_simpleblog_comment_reply {
  margin-top: 20px;
}

.simpleblog__comments > ul > li.simpleblog_reply_position {
  padding-left: 100px;
}

@media (max-width: 480px) {
  .simpleblog__comments > ul > li.simpleblog_reply_position {
    padding-left: 50px;
  }
}

/* GALLERY */
.post-gallery img {
  transition: opacity 0.4s;
}
.post-gallery img:hover {
  opacity: 0.8;
}
.post-gallery__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.3125rem;
}
.post-gallery__elem {
  padding: 0 0.3125rem;
  margin: 0 0 0.625rem;
}
.post-gallery__gallery-js {
  margin: 0 -5px;
}
.post-gallery .gallery-js__elem {
  width: 25%;
  padding: 5px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .post-gallery .gallery-js__elem {
    width: 33.333%;
  }
}
@media (max-width: 767px) {
  .post-gallery .gallery-js__elem {
    width: 50%;
  }
}

.blog-text-no-transform {
  text-transform: none;
}

.blogsocial {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.blogsocial__elem {
  padding: 0 5px;
  margin: 0 0 10px;
}

/* AUTOHOR */
.authorMiniature {
  margin-bottom: 1.875rem;
}
.authorMiniature__thumb {
  width: 160px;
  height: 160px;
  object-fit: cover;
  margin: 0 auto;
  display: block;
}
.authorMiniature__links {
  margin-top: 0.3125rem;
  margin-bottom: -0.3125rem;
}
.authorMiniature__btn {
  white-space: normal;
}
@media (max-width: 768px) {
  .authorMiniature__btn {
    width: 100%;
  }
}

.blog-author-thumb {
  border-radius: 50%;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 0.3125rem;
  background: #fff;
  width: 160px;
  height: 160px;
  object-fit: cover;
}

.author-card__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 479px) {
  .author-card__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.author-card__block--thumb {
  text-align: center;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
  max-width: 160px;
  margin-right: 1rem;
}
@media (max-width: 479px) {
  .author-card__block--thumb {
    margin: 0 auto 1.5rem auto;
  }
}
.author-card__block--desc {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.blogSubcat__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.blogSubcat__item {
  padding: 0 5px;
  margin: 0 0 10px;
}
.blogSubcat__link {
  font-weight: 600;
  text-transform: uppercase;
  white-space: inherit;
}
.blogSubcat__link:active, .blogSubcat__link:hover, .blogSubcat__link:focus {
  background: #f5f5f5;
}
