/* COMMON CARD STYLE */

.container-blog {
  max-width: 800px;
}

.simpleblog__post--single {
  padding: 32px 0;
}

.simpleblog__post--single .simpleblog__post__content ul {
  list-style: none;
  margin-left: 20px;
}

.simpleblog__post--single .simpleblog__post__content ul li {
  position: relative;
}

.simpleblog__post--single .simpleblog__post__content ul li::after {
  display: block;
  content: '';
  position: absolute;
  left: -17px;
  width: 5px;
  height: 5px;
  top: 13px;
  background-image: url("data:image/svg+xml,%3Csvg width='4' height='5' viewBox='0 0 4 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='2' cy='2.87158' r='2' fill='%231A1A1A'/%3E%3C/svg%3E%0A");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.simpleblog__post--single .simpleblog__post__content ul.product-flags {
  margin: 0;
}

.simpleblog__post--single .simpleblog__post__content ul.product-flags li {
  font-size: 11px;
}

.simpleblog__post--single .simpleblog__post__content ul.product-flags li::after {
  display: none;
}

.simpleblog__post--single .simpleblog__post__content strong {
  font-weight: 500;
  color: var(--black);
}

.simpleblog__postHeader {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.simpleblog__breadcrumb a {
  color: var(--body-color) !important;
}

.blog-header .container-blog {
  max-width: 1240px;
}

.blog-header .container-blog .simpleblog__post-featured {
  margin: 0 auto;
  max-width: 1024px;
}

.blog-header .container-blog .simpleblog__post-featured img {
  max-height: 600px;
  object-fit: cover;
  width: 100%;
}

.simpleblog__postHeader .breadcrumb {
  margin: 0;
  line-height: 36px;
  margin-left: -0.5rem;
}

.simpleblog__postHeader .breadcrumb li:first-child,
.simpleblog__postHeader .breadcrumb li:last-child {
  display: none;
}

.simpleblog__postHeader .breadcrumb li:nth-child(2)::before {
  display: none;
}

.simpleblog__listing__pagination {
  border-top: 1px solid var(--border-color);
  padding-top: 1rem;
  align-items: center;
  flex-wrap: wrap;
}

.page-list-number {
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
  text-align: center;
}

.page-list {
  gap: 0 8px;
  margin: 0;
  justify-content: center;
}

@media (min-width: 1080px) {
  .page-list {
    justify-content: flex-end;
  }
  .simpleblog__listing__pagination {
    flex-wrap: nowrap;
  }
  .page-list-number {
    text-align: left;
  }
}


.page-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid var(--black);
  color: var(--black);
  font-size: 14px;
}

.page-list li a:hover {
  text-decoration: none;
  border: 1px solid var(--black);
}

.page-list li.current a {
  border: 1px solid var(--black);
}

.simpleblog__listing__post--thumbnail img {
  object-fit: cover;
  aspect-ratio: 1.5 / 1;
}

.simpleblog__listing__post--content h3 {
  font-size: 18px;
  margin-bottom: 0.5rem;
}

.simpleblog.section-homepage .simpleblog__listing__post--content h3 {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.simpleblog__listing__post--content h3 a {
  color: var(--black);
  text-transform: none;
  font-weight: 500;
  font-size: 18px;
}

.simpleblog__listing__post--content h3 a:hover {
  text-decoration: none;
}

.simpleblog__listing__post--time {
  font-size: 12px;
  margin-bottom: 0.5rem;
}

.simpleblog.section-homepage .simpleblog__listing__post--time {
  font-size: 12px;
  margin: 16px 0 8px 0;
}

.simpleblog__listing__post .simpleblog__listing__post--content {
  font-size: 14px;
}

.simpleblog.section-homepage .simpleblog__listing__post .simpleblog__listing__post--content .short-desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.simpleblog__listing__post .simpleblog__listing__post--desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  margin-bottom: 0;
}

blockquote {
    position: relative;
    margin: 24px 0;
    padding: 24px 48px 24px 64px;
    color: var(--black);
    color: var(--body-color);
    font-weight: 500;
}

blockquote::before {
    content: "format_quote";
    font-family: 'Material Icons';
    position: absolute;
    left: 20px;
    top: 24px;
    font-size: 32px;
    color: var(--secondary);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    user-select: none;
    pointer-events: none;
}

.cardblog {
  position: relative;
  display: block;
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  line-height: 1.8;
}
  .cardblog .card-block {
    padding: 1.563rem 1.25rem; }

#module-ph_simpleblog-single #content-wrapper .page-header h1 {
  font-size: 28px; }

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__listing {
  padding-bottom: 15px; }
  .simpleblog__listing__post.first-in-line {
    clear: left; }
  .simpleblog__listing__post__wrapper {
    margin-bottom: 1.563rem;
    border: 0; }
    .simpleblog__listing__post__wrapper__content h3 a {
      color: #232323; }
    .simpleblog__listing__post__wrapper__content__footer {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .simpleblog__listing__post__wrapper__content__footer__category {
        margin-left: 15px; }
        .simpleblog__listing__post__wrapper__content__footer__category i {
          color: #727272; }
        .simpleblog__listing__post__wrapper__content__footer__category a,
        .simpleblog__listing__post__wrapper__content__footer__category span,
        .simpleblog__listing__post__wrapper__content__footer__category time {
          position: relative;
          top: 2px;
          margin-left: 2px;
          color: #727272; }
    .simpleblog__listing__post__wrapper__footer__block {
      padding-top: 0.763rem;
      padding-bottom: 0.763rem; }
      .simpleblog__listing__post__wrapper__footer__block i {
        color: #727272;
        font-size: 20px; }
      .simpleblog__listing__post__wrapper__footer__block span,
      .simpleblog__listing__post__wrapper__footer__block time {
        position: relative;
        top: 1px;
        margin-left: 2px;
        color: #727272;
        font-size: 14px; }
  .simpleblog__listing__pagination {
    margin-top: 1.5rem; }
    @media (max-width: 767px) {
      .simpleblog__listing__pagination__list {
        text-align: center; } }
    @media (max-width: 767px) {
      .simpleblog__listing__pagination__list li {
        text-align: center; } }
    @media (max-width: 767px) {
      .simpleblog__listing__pagination__list li:first-child, .simpleblog__listing__pagination__list li:last-child {
        display: block;
        overflow: auto;
        margin: 10px 0; } }
    @media (max-width: 767px) {
      .simpleblog__listing__pagination__list li:first-child a, .simpleblog__listing__pagination__list li:last-child a {
        float: none; } }

.simpleblog__postInfo ul {
  list-style-type: none;
  padding: 0;
  margin: 16px 0 8px 0;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 991px) {
    .simpleblog__postInfo ul {
      display: block;
      overflow: auto; } }
  .simpleblog__postInfo ul li {
    color: #727272; }
    @media (max-width: 991px) {
      .simpleblog__postInfo ul li {
        float: left;
        width: 50%;
        margin: 0 0 3px; } }
    .simpleblog__postInfo ul li a {
      color: inherit; }
      .simpleblog__postInfo ul li a:hover {
        text-decoration: underline; }
    .simpleblog__postInfo ul li:last-child:after {
      display: none; }
    .simpleblog__postInfo ul li:after {
      content: '';
      height: 10px;
      background: #cecece;
      width: 2px;
      margin: 0 13px;
      display: inline-block; }
      @media (max-width: 991px) {
        .simpleblog__postInfo ul li:after {
          display: none; } }
    .simpleblog__postInfo ul li i {
      color: #727272;
      font-size: 20px;
      margin-right: 5px; }
    .simpleblog__postInfo ul li span {
      color: #444;
      font-size: 14px; }

.simpleblog__post .pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }

.simpleblog__post__content img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .simpleblog__post__content p,
  .simpleblog__post__content strong,
  .simpleblog__post__content li,
  .simpleblog__post__content {
    font-size: 1rem;
  }
}
.simpleblog__share ul {
  list-style-type: none;
  margin-left: -.5rem;
  margin-right: -.5rem;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .simpleblog__share ul li {
    margin: 0 .5rem 1rem; }
    @media (max-width: 991px) {
      .simpleblog__share ul li .btn {
        width: 100%; } }

.simpleblog__comments-empty {
  margin-bottom: 0; }

.simpleblog__comments .alert a {
  color: inherit; }

.simpleblog__comments > ul > li {
  padding: 1.563rem 1.25rem; }
  .simpleblog__comments > ul > li:nth-child(odd) {
    background: white; }
  .simpleblog__comments > ul > li:nth-child(even) {
    background: #f6f6f6; }
  .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 {
      font-size: 14px;
      color: #727272; }
      .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__authorInfo__author {
      color: #38b5d0 !important;
      font-weight: 600; }
  .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 var(--border-color);
  margin: 30px 0; }
  .simpleblog__categoryInfo img {
    width: 100%;
    height: auto; }
  .simpleblog__categoryInfo p {
    font-size: 14px;
    color: #727272;
    margin: 30px 0; }

    .btn-blog-social {
      border-radius: 50%;
      width: 48px;
      height: 48px;
      display: flex;
      padding: 0;
      align-items: center;
      justify-content: center;
      border: 1px solid var(--border-color);
      color: var(--black);
  }

  .btn-blog-social:hover {
    border: 1px solid var(--secondary);
    color: var(--secondary);
  }

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

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

#phblogrecentposts .h1 {
  text-align: center;
  position: relative;
  margin-bottom: 1.5rem; }
  #phblogrecentposts .h1 a {
    float: right;
    text-transform: none;
    font-size: 80%;
    position: absolute;
    right: 0;
    bottom: 0; }

.reply-simpleblog-button {
  padding: .375rem .5rem;
  font-size: .8125rem;
  color: #38b5d0;
  font-weight: 600;
  background: white;
  border: 1px solid #cecece;
  cursor: pointer;
  font-style: initial; }
  .reply-simpleblog-button:active, .reply-simpleblog-button:focus, .reply-simpleblog-button:hover {
    background-color: #f6f6f6; }

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

#phblogrecentposts .h1 {
  width: 100%; }

/* GALLERY */
.post-gallery img {
  transition: opacity .4s; }
  .post-gallery img:hover {
    opacity: .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 .3125rem;
  margin: 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 {
    max-width: 160px;
    margin: 0 auto;
    display: block; }
  .authorMiniature__links {
    margin-top: .3125rem;
    margin-bottom: -.3125rem; }
  .authorMiniature__btn {
    white-space: normal; }

.blog-author-thumb {
  border-radius: 50%;
  border: 1px solid #e1e1e1;
  background: #fff;
  padding: 4px;
}

.author-card__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
  @media (max-width: 479px) {
    .author-card__row {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.author-card__block {
  padding: 0 15px;
}
  .author-card__block--thumb {
    flex: 0 0 80px;
    max-width: 80px;
  }

.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; }
  .blogSubcat__link:active, .blogSubcat__link:hover, .blogSubcat__link:focus {
    background: #f5f5f5; }