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


#module-ph_simpleblog-category #content {
  padding: 0;
  border: none;
}


#module-ph_simpleblog-single #content.card,
#module-ph_simpleblog-list #content.card {
  padding: 0;
  background: none;
  -webkit-box-shadow: 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 {
  margin-top: 30px;
  padding-bottom: 60px; }
  .simpleblog__listing__post.first-in-line {
    clear: left; }
  .simpleblog__listing__post__wrapper {
    position: relative;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    margin-bottom: 20px }
    .simpleblog__listing__post__wrapper .simpleblog__listing__post__wrapper_thumb {
      overflow: hidden;
    }
    .simpleblog__listing__post__wrapper .simpleblog__listing__post__wrapper_thumb:hover img {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1);
    }
    .simpleblog__listing__post__wrapper img {
      -webkit-transition: .6s;
      -o-transition: .6s;
      transition: .6s;
      width: 100%;
    }




    .simpleblog__listing__post__wrapper__content {
      border-top: 0;
      padding: 10px;
      border-radius: 0 0 10px 10px;
      -webkit-transition: .4s box-shadow;
      -o-transition: .4s box-shadow;
      transition: .4s box-shadow;
    }

    .simpleblog__listing__post__wrapper__content:hover {
      -webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,.1);
              box-shadow: 0 0 10px 1px rgba(0,0,0,.1);
    }
      .simpleblog__listing__post__wrapper__content__title {
        margin-bottom: 10px;
        height: 48px;
        overflow: hidden;
      }

      .recent_posts_right .simpleblog__listing__post__wrapper__content__title {
        height: inherit;
      }

      .simpleblog__listing__post__wrapper__content__title a {
        color: #3c3c3c;
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
      }
      .simpleblog__listing__post__wrapper__content__footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
       }

        .simpleblog__listing__post__wrapper__content__footer a::before {
          content: '\f518';
          font-family: 'Font Awesome\ 5 Pro';
          margin-right: 5px;
          margin-left: -5px;
          position: relative;
          top: 1px;
        }

        .simpleblog__listing__post__wrapper__content__footer__category {
          margin-left: 15px; }
          .simpleblog__listing__post__wrapper__content__footer__category i {
           }
          .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: absolute;
            color: #fff;
            left: 0;
            display: block;
            position: absolute;
            left: 0;
            padding: .1125rem .4375rem;
            color: #fff;
            top: 10px;
            background: #525252;
            text-transform: uppercase;
            font-weight: 600;
            font-size: .875rem;
          }
    .simpleblog__listing__post__wrapper__footer {
      padding: 0 0.625rem; /* 10/16 */
     }
      .simpleblog__listing__post__wrapper__footer__block {
        padding: 0.625rem; /* 10/16 */
       }
       .simpleblog__listing__post__wrapper__footer__block a {
         color: #525252;
       }
       .simpleblog__listing__post__wrapper__footer__block a:hover {
         color: #0074ee;
       }
       @media (max-width: 479px) {
        .simpleblog__listing__post__wrapper__footer__block{
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%;
        }
       }
        .simpleblog__listing__post__wrapper__footer__block i {
          color: #525252;
          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: #525252;
          font-size: 14px; }
  .simpleblog__listing__pagination {
    margin-top: 1.5rem; }
    .simpleblog__listing__pagination > div {
      color: #7a7a7a; }
    @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__listing__post__wrapper__content_description {
      font-size: 14px;
      color: #818181;
      line-height: 18px;
      margin-bottom: 10px;
    }




.simpleblog__postInfo ul {
  list-style-type: none;
  padding: 0;
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 991px) {
    .simpleblog__postInfo ul {
      display: block;
      overflow: auto; } }
  .simpleblog__postInfo ul li {
    height: 26px;
    line-height: 28px;
    color: #525252; }
    @media (max-width: 991px) {
      .simpleblog__postInfo ul li {
        float: left;
        width: 50%; } }
    .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: 20px;
      top: 5px;
      position: relative;
      background: #e5e5e5;
      width: 1px;
      margin: 0 10px;
      display: inline-block; }
      @media (max-width: 991px) {
        .simpleblog__postInfo ul li:after {
          display: none; } }
    .simpleblog__postInfo ul li i {
      color: #525252;
      font-size: 20px;
      margin-right: 5px; }
    .simpleblog__postInfo ul li span {
      color: #525252;
      font-size: 13px; }

.simpleblog__post {
  background: #ffffff;
  margin-bottom: 20px; }

  .simpleblog__post-featured img {
    max-width: 100%;
    margin: 0 auto;
    display: block; }
  .simpleblog__post__content {
    padding: 1.563rem 0.938rem; } /* 15/16 */

.simpleblog__share {
  margin-bottom: 60px; }
  .simpleblog__share ul {
    list-style-type: none;
    margin: 25px 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 991px) {
      .simpleblog__share ul {
        display: block; } }
    .simpleblog__share ul li {
      margin-right: 16px; }
      @media (max-width: 991px) {
        .simpleblog__share ul li {
          margin: 0 0 10px; } }
      @media (max-width: 991px) {
        .simpleblog__share ul li .btn {
          width: 100%; } }

.simpleblog__featuredProducts {
  margin-bottom: 60px; }
  .simpleblog__featuredProducts > h2 {
    margin-bottom: 25px; }

.simpleblog__comments {
  margin-bottom: 60px; }
  .simpleblog__comments > h2 {
    margin-bottom: 25px; }
  .simpleblog__comments-empty {
    margin-bottom: 0; }
  .simpleblog__comments .alert a {
    color: inherit; }
  .simpleblog__comments > ul {
    border: 1px solid #e5e5e5;
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .simpleblog__comments > ul > li {
      padding: 1.563rem 1.25rem;
      border-bottom: 1px solid #e5e5e5;
    }
      .simpleblog__comments > ul > li .simpleblog__comments__authorInfo {
        list-style-type: none;
        margin: 0 0 12px;
        padding: 0;
        display: -webkit-box;
        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: 16px;
          height: 26px;
          line-height: 28px;
          color: #525252; }
          .simpleblog__comments > ul > li .simpleblog__comments__authorInfo li:last-child:after {
            display: none; }
          .simpleblog__comments > ul > li .simpleblog__comments__authorInfo li:after {
            content: '';
            height: 20px;
            top: 5px;
            position: relative;
            background: #e5e5e5;
            width: 1px;
            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: #000 !important;
          font-weight: 600; }
      .simpleblog__comments > ul > li .simpleblog__comments__text {
        color: #525252; }
        .simpleblog__comments > ul > li .simpleblog__comments__text p {
          color: #525252; }
      .simpleblog__comments > ul > li .simpleblog__comments__text p {
        margin: 0;
        padding: 0; }

.simpleblog__addComment {
  margin-bottom: 60px; }
  .simpleblog__addComment .alert a {
    color: inherit; }
  .simpleblog__addComment > h2 {
    margin-bottom: 25px; }
  .simpleblog__addComment__form {
    border: 1px solid #e5e5e5;
    background: #ffffff;
    padding: 1.563rem 1.25rem; }
    @media (max-width: 991px) {
      .simpleblog__addComment__form .form-footer .btn-primary {
        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: #525252;
    margin: 30px 0; }

.btn-facebook {
  text-transform: uppercase;
  font-weight: 600;
  padding: .5rem 1.25rem;
  background: #415994;
  border-radius: 35px;
  color: white; }
  .btn-facebook:hover {
    color: white;
    background: #203363; }
  .btn-facebook i {
    margin-right: 8px;
    font-size: 19px;
    position: relative;
    top: 2px; }

.btn-twitter {
  text-transform: uppercase;
  font-weight: 600;
  padding: .5rem 1.25rem;
  border-radius: 35px;
  background: #4ba0ec;
  color: white; }
  .btn-twitter:hover {
    color: white;
    background: #2f7bbf; }
  .btn-twitter i {
    margin-right: 8px;
    font-size: 19px;
    position: relative;
    top: 1px; }

.btn-google {
  text-transform: uppercase;
  font-weight: 600;
  padding: .5rem 1.25rem;
  border-radius: 35px;
  background: #bd403b;
  color: white; }
  .btn-google:hover {
    color: white;
    background: #a12520; }
  .btn-google i {
    margin-right: 8px;
    font-size: 19px; }

.btn-pinterest {
  text-transform: uppercase;
  font-weight: 600;
  padding: .5rem 1.25rem;
  border-radius: 35px;
  background: #ae2626;
  color: white; }
  .btn-pinterest:hover {
    color: white;
    background: #8e1010; }
  .btn-pinterest i {
    margin-right: 8px;
    font-size: 19px; }

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


@media (max-width: 479px) {
  .simpleblog__listing__post {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
