#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-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__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__postInfo ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 20px;
  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: #666666; }
    @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: #eaeaea;
      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: #56ad9d;
      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__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__addComment {
  margin-bottom: 60px; }
  .simpleblog__addComment .alert a {
    color: inherit; }
  .simpleblog__addComment > h2 {
    margin-bottom: 25px; }
    @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: 12px 25px;
  border-radius: 50px;
  background: #415994;
  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: 12px 25px;
  border-radius: 50px;
  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: 12px 25px;
  border-radius: 50px;
  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: 12px 25px;
  border-radius: 50px;
  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; }


.simpleblog__featuredProducts {
  padding: 70px 2000px;
  margin: 0 -2000px 70px;
  background: #f6f6f6;
}