:root {
  --phnewsdaily-primary: #2BBAE6;
  --phnewsdaily-primary-text: #f9ffe7;
  --phnewsdaily-background-main: #ffffff;
  --phnewsdaily-background-darker: #eaeaea;
  --phnewsdaily-secondary: #545454;
  --phnewsdaily-secondary-dark: #33202a;
  --phnewsdaily-secondary-text: #FFF;
  --phnewsdaily-text-dark: #111;
  --phnewsdaily-text: #555;
  --phnewsdaily-text-light: #777;
  --phnewsdaily-header-background: #fff;
  --phnewsdaily-header-lighter: #fff;
  --phnewsdaily-header-text: #39c4ff;
  --phnewsdaily-menu-text: #ffffff;
  --phnewsdaily-title-text: #000;
  --phnewsdaily-top-bar-text: #777777;
  --phnewsdaily-top-bar-background: #000;
  --phnewsdaily-mobile-header-background: #FFFFFF;
  --phnewsdaily-mobile-header-text: #222222;
}
.homepage-title,
.page-entry-header {
  text-align: left;
  width: 100%;
  display: block;
  margin-bottom: 35px;
}
.homepage-title h2,
.page-entry-header h2,
.homepage-title h1,
.page-entry-header h1 {
  padding-bottom: 25px;
  margin-bottom: 0;
  border-bottom: solid 2px var(--phnewsdaily-background-darker);
  font-size: 24px;
}
.homepage-title span,
.page-entry-header span {
  position: relative;
}
.homepage-title span:after,
.page-entry-header span:after {
  content: "";
  width: 80%;
  position: absolute;
  height: 2px;
  background: var(--phnewsdaily-primary);
  left: 0%;
  top: 56px;
}
@media only screen and (max-width: 568px) {
  .homepage-title span:after,
  .page-entry-header span:after {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  main#primary {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  #secondary {
    width: 100%;
  }
}
.blog-style1 {
  border-bottom: var(--phnewsdaily-background-darker) solid 1px;
  margin-bottom: 30px;
  padding: 15px 15px;
  margin-right: 25px;
}
.blog-style1 .thumbnail {
  position: relative;
}
.blog-style1 .thumbnail img {
  width: 100%;
  min-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-style1 .category-ribbon {
  position: absolute;
  left: 0px;
  background: var(--phnewsdaily-primary);
  color: var(--phnewsdaily-primary-text);
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 2px;
  font-size: 11px;
  line-height: 11px;
  opacity: 0.8;
  text-decoration: none;
}
.blog-style1 .entry-title a {
  color: var(--phnewsdaily-text-dark);
  text-decoration: none;
  font-size: 24px;
  position: relative;
  padding-bottom: 4px;
  text-transform: capitalize;
  font-weight: 600;
}
.blog-style1 .entry-title a::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--phnewsdaily-primary)), to(var(--phnewsdaily-primary)));
  background-image: linear-gradient(var(--phnewsdaily-primary), var(--phnewsdaily-primary));
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left bottom;
  -webkit-transition: background-size 0.3s ease-in;
  transition: background-size 0.3s ease-in;
}
.blog-style1 .entry-title a:hover::before {
  background-size: 100% 2px;
}
.blog-style1 .entry-title a:hover {
  color: var(--phnewsdaily-primary);
}
.blog-style1 .entry-meta {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 400;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: solid 1px var(--phnewsdaily-background-darker);
}
.blog-style1 .entry-meta a {
  color: var(--phnewsdaily-secondary);
  font-weight: 600;
  text-decoration: none;
}
.blog-style1 .entry-meta a:hover {
  color: var(--phnewsdaily-primary);
}
.blog-style1 .entry-meta .posted-on {
  color: var(--phnewsdaily-secondary);
  font-weight: 500;
}
.blog-style1 .entry-excerpt {
  font-weight: 500;
  color: var(--phnewsdaily-text);
  line-height: 1.6em;
}
.blog-style1 .entry-excerpt a {
  text-decoration: underline;
  color: var(--phnewsdaily-primary);
}
@media screen and (max-width: 767px) {
  .blog-style1 {
    margin: 0;
    padding: 15px 12px;
    display: block;
  }
  .blog-style1 .thumbnail {
    margin-bottom: 15px;
    padding: 0px;
  }
  .blog-style1 .thumbnail img {
    width: 100%;
    border-radius: 12px;
    padding: 0px;
  }
}
.blog-style1 .thumbnail {
  padding: 0px;
}
.blog-style1 .read-more {
  display: none;
}
.blog-style2 {
  border-bottom: var(--phnewsdaily-background-darker) solid 1px;
  margin-bottom: 30px;
  padding: 15px 15px;
  margin-right: 25px;
}
.blog-style2:hover {
  -webkit-box-shadow: var(--phnewsdaily-background-darker) 0px 6px 12px 0px, var(--phnewsdaily-background-darker) 0px 0px 0px 1px;
          box-shadow: var(--phnewsdaily-background-darker) 0px 6px 12px 0px, var(--phnewsdaily-background-darker) 0px 0px 0px 1px;
}
.blog-style2 .thumbnail {
  position: relative;
  padding: 0px;
}
.blog-style2 .thumbnail img {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-style2 .thumbnail .category-ribbon {
  position: absolute;
  top: 0px;
  background: var(--phnewsdaily-primary);
  color: var(--phnewsdaily-primary-text);
  text-transform: uppercase;
  padding: 5px 8px;
  border-radius: 2px;
  font-size: 11px;
  line-height: 11px;
  z-index: 99;
  opacity: 0.8;
  text-decoration: none;
}
.blog-style2 .entry-title a {
  color: var(--phnewsdaily-text-dark);
  text-decoration: none;
  font-weight: 600;
  font-size: 24px;
  position: relative;
  padding-bottom: 4px;
}
.blog-style2 .entry-title a::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--phnewsdaily-primary)), to(var(--phnewsdaily-primary)));
  background-image: linear-gradient(var(--phnewsdaily-primary), var(--phnewsdaily-primary));
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left bottom;
  -webkit-transition: background-size 0.3s ease-in;
  transition: background-size 0.3s ease-in;
}
.blog-style2 .entry-title a:hover::before {
  background-size: 100% 2px;
}
.blog-style2 .entry-title a:hover {
  color: var(--phnewsdaily-primary);
}
.blog-style2 .entry-meta {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 300;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: solid 1px var(--phnewsdaily-background-darker);
}
.blog-style2 .entry-meta a {
  color: var(--phnewsdaily-secondary);
  text-decoration: none;
}
.blog-style2 .entry-meta a:hover {
  color: var(--phnewsdaily-primary);
}
.blog-style2 .entry-meta .posted-on {
  color: var(--phnewsdaily-secondary);
  font-weight: 500;
}
.blog-style2 .entry-excerpt {
  font-weight: 400;
  color: var(--phnewsdaily-text);
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  .blog-style2 {
    margin: 0;
    padding: 0;
    display: block;
  }
  .blog-style2 .thumbnail {
    margin-bottom: 15px;
  }
  .blog-style2 .thumbnail img {
    width: 100%;
  }
}
.grid-row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.blog-style3 {
  margin-bottom: 30px;
  padding: 15px 15px;
}
.blog-style3:hover {
  -webkit-box-shadow: var(--phnewsdaily-background-darker) 0px 6px 12px 0px, var(--phnewsdaily-background-darker) 0px 0px 0px 1px;
          box-shadow: var(--phnewsdaily-background-darker) 0px 6px 12px 0px, var(--phnewsdaily-background-darker) 0px 0px 0px 1px;
}
.blog-style3 .thumbnail {
  position: relative;
}
.blog-style3 .thumbnail img {
  width: 100%;
}
.blog-style3 .thumbnail .category-ribbon {
  position: absolute;
  top: 0px;
  background: var(--phnewsdaily-primary);
  color: var(--phnewsdaily-primary-text);
  text-transform: uppercase;
  padding: 5px 8px;
  border-radius: 2px;
  font-size: 11px;
  line-height: 11px;
  z-index: 99;
  opacity: 0.8;
  text-decoration: none;
}
.blog-style3 .entry-title a {
  color: var(--phnewsdaily-text-dark);
  text-decoration: none;
  font-weight: 700;
  font-size: 24px;
  position: relative;
  padding-bottom: 4px;
}
.blog-style3 .entry-title a::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--phnewsdaily-primary)), to(var(--phnewsdaily-primary)));
  background-image: linear-gradient(var(--phnewsdaily-primary), var(--phnewsdaily-primary));
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left bottom;
  -webkit-transition: background-size 0.3s ease-in;
  transition: background-size 0.3s ease-in;
}
.blog-style3 .entry-title a:hover::before {
  background-size: 100% 2px;
}
.blog-style3 .entry-meta {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 300;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: solid 1px var(--phnewsdaily-background-darker);
}
.blog-style3 .entry-meta a {
  color: var(--phnewsdaily-secondary);
  text-decoration: none;
}
.blog-style3 .entry-meta a:hover {
  color: var(--phnewsdaily-primary);
}
.blog-style3 .entry-meta .posted-on {
  color: var(--phnewsdaily-secondary);
  font-weight: 500;
}
.blog-style3 .entry-excerpt {
  font-weight: 400;
  color: var(--phnewsdaily-text);
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  .blog-style3 {
    margin: 0;
    display: block;
  }
  .blog-style3 .thumbnail {
    margin-bottom: 10px;
  }
}
.grid-style4 {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.blog-style4 {
  margin-bottom: 30px;
  padding: 15px 15px;
  margin-right: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-style4 .thumbnail {
  padding: 0px;
}
.blog-style4 img {
  max-width: 100%;
  aspect-ratio: 1.5;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-style4 .category-ribbon {
  margin-top: 16px;
  background: var(--phnewsdaily-primary);
  color: var(--phnewsdaily-primary-text);
  text-transform: uppercase;
  padding: 5px 8px;
  border-radius: 2px;
  font-size: 11px;
  line-height: 11px;
  z-index: 99;
  opacity: 0.8;
  text-decoration: none;
}
.blog-style4 h2 {
  line-height: 1;
}
.blog-style4 .entry-title a {
  color: var(--phnewsdaily-text-dark);
  text-decoration: none;
  font-weight: 700;
  font-size: 24px;
  position: relative;
  padding-bottom: 4px;
}
.blog-style4 .entry-title a::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--phnewsdaily-primary)), to(var(--phnewsdaily-primary)));
  background-image: linear-gradient(var(--phnewsdaily-primary), var(--phnewsdaily-primary));
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left bottom;
  -webkit-transition: background-size 0.3s ease-in;
  transition: background-size 0.3s ease-in;
}
.blog-style4 .entry-title a:hover::before {
  background-size: 100% 2px;
}
.blog-style4 .entry-meta {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 300;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: solid 1px var(--phnewsdaily-background-darker);
}
.blog-style4 .entry-meta a {
  color: var(--phnewsdaily-secondary);
  text-decoration: none;
}
.blog-style4 .entry-meta a:hover {
  color: var(--phnewsdaily-primary);
}
.blog-style4 .entry-meta .posted-on {
  color: var(--phnewsdaily-secondary);
  font-weight: 500;
}
.blog-style4 .entry-excerpt {
  font-weight: 400;
  color: var(--phnewsdaily-text);
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  .blog-style4 {
    margin: 0;
    padding: 15px 0;
  }
  .blog-style4 h2 {
    margin-bottom: 0;
  }
  .blog-style4 .entry-title a {
    font-size: 14px;
  }
  .blog-style4 .category-ribbon {
    font-size: 11px;
    padding: 2px 5px;
  }
  .blog-style4 .thumbnail {
    padding-right: 0px;
  }
}
.blog-style5 {
  margin-bottom: 30px;
  padding: 15px 15px;
}
.blog-style5:hover {
  -webkit-box-shadow: var(--phnewsdaily-background-darker) 0px 6px 12px 0px, var(--phnewsdaily-background-darker) 0px 0px 0px 1px;
          box-shadow: var(--phnewsdaily-background-darker) 0px 6px 12px 0px, var(--phnewsdaily-background-darker) 0px 0px 0px 1px;
}
.blog-style5 .thumbnail {
  position: relative;
}
.blog-style5 .thumbnail .category-ribbon {
  position: absolute;
  top: 0px;
  left: 0px;
  background: var(--phnewsdaily-primary);
  color: var(--phnewsdaily-primary-text);
  text-transform: uppercase;
  padding: 5px 8px;
  border-radius: 2px;
  font-size: 11px;
  line-height: 11px;
  z-index: 99;
  text-decoration: none;
}
.blog-style5 .thumbnail img {
  opacity: 1;
  width: 100%;
  -webkit-filter: contrast(1.2);
          filter: contrast(1.2);
  position: relative;
  z-index: -1;
  aspect-ratio: 1.5;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-style5 .thumbnail img:hover {
  -webkit-filter: grayscale(0.8);
          filter: grayscale(0.8);
  -webkit-filter: brightness(0.75);
          filter: brightness(0.75);
}
.blog-style5 .entry-title a {
  color: var(--phnewsdaily-text-dark);
  text-decoration: none;
  font-weight: 500;
  font-size: 24px;
  position: relative;
  padding-bottom: 5px;
}
.blog-style5 .entry-title a::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--phnewsdaily-primary)), to(var(--phnewsdaily-primary)));
  background-image: linear-gradient(var(--phnewsdaily-primary), var(--phnewsdaily-primary));
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left bottom;
  -webkit-transition: background-size 0.3s ease-in;
  transition: background-size 0.3s ease-in;
}
.blog-style5 .entry-title a:hover::before {
  background-size: 100% 2px;
}
.blog-style5 .entry-title a:hover {
  color: var(--phnewsdaily-primary);
}
.blog-style5 .entry-meta {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 300;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: solid 1px var(--phnewsdaily-background-darker);
}
.blog-style5 .entry-meta a {
  color: var(--phnewsdaily-secondary);
  text-decoration: none;
}
.blog-style5 .entry-meta a:hover {
  color: var(--phnewsdaily-primary);
}
.blog-style5 .entry-meta .posted-on {
  color: var(--phnewsdaily-secondary);
  font-weight: 500;
}
.blog-style5 .entry-excerpt {
  font-weight: 400;
  color: var(--phnewsdaily-text);
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  .blog-style5 {
    margin: 0;
    display: block;
  }
  .blog-style5 .thumbnail {
    margin-bottom: 10px;
  }
}
.entry-excerpt .read-more {
  margin-top: 10px;
  background: #fff;
  border-radius: 0px;
  color: var(--phnewsdaily-text-dark);
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  -webkit-transition: color 400ms;
  transition: color 400ms;
  padding: 0px;
}
.entry-excerpt .read-more a {
  color: var(--phnewsdaily-text-dark);
  font-size: 15px;
}
.blog-style6 {
  margin-bottom: 30px;
}
.blog-style6 .thumbnail {
  position: relative;
  padding: 0px;
}
@media only screen and (max-width: 568px) {
  .blog-style6 .thumbnail {
    padding: 15px;
  }
}
.blog-style6 .thumbnail .category-ribbon {
  position: absolute;
  top: 0px;
  opacity: 0.8;
  background: var(--phnewsdaily-primary);
  color: var(--phnewsdaily-primary-text);
  text-transform: uppercase;
  padding: 5px 8px;
  border-radius: 2px;
  font-size: 11px;
  line-height: 11px;
  z-index: 99;
  text-decoration: none;
}
.blog-style6 .thumbnail img {
  opacity: 1;
  width: 100%;
  -webkit-filter: contrast(1.2);
          filter: contrast(1.2);
  position: relative;
  z-index: -1;
  aspect-ratio: 1.5;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  margin-bottom: 10px;
}
.blog-style6 .thumbnail img:hover {
  -webkit-filter: grayscale(0.8);
          filter: grayscale(0.8);
  -webkit-filter: brightness(0.75);
          filter: brightness(0.75);
}
.blog-style6 .post-details {
  border: solid 1px var(--phnewsdaily-background-darker);
  padding: 15px;
}
.blog-style6 .entry-title a {
  color: var(--phnewsdaily-text-dark);
  text-decoration: none;
  font-weight: 600;
  font-size: 24px;
  position: relative;
  text-transform: capitalize;
  padding-bottom: 4px;
}
.blog-style6 .entry-title a::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--phnewsdaily-text-dark)), to(var(--phnewsdaily-text-dark)));
  background-image: linear-gradient(var(--phnewsdaily-text-dark), var(--phnewsdaily-text-dark));
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left bottom;
  -webkit-transition: background-size 0.3s ease-in;
  transition: background-size 0.3s ease-in;
}
.blog-style6 .entry-title a:hover::before {
  background-size: 100% 2px;
}
.blog-style6 .entry-meta {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 300;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: solid 1px var(--phnewsdaily-background-darker);
}
.blog-style6 .entry-meta a {
  color: var(--phnewsdaily-secondary);
  text-decoration: none;
}
.blog-style6 .entry-meta a:hover {
  color: var(--phnewsdaily-primary);
}
.blog-style6 .entry-meta .posted-on {
  color: var(--phnewsdaily-secondary);
  font-weight: 500;
}
.blog-style6 .entry-excerpt {
  font-weight: 400;
  color: var(--phnewsdaily-text);
  line-height: 1.6em;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .blog-style6 {
    margin: 0;
    display: block;
    padding: 15px 10px;
  }
  .blog-style6 .thumbnail {
    margin-bottom: 10px;
  }
}
.blog-style7 {
  border-bottom: var(--phnewsdaily-background-darker) solid 1px;
  margin-bottom: 30px;
  padding: 15px 15px;
  margin-right: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-style7 .thumbnail {
  position: relative;
}
.blog-style7 .thumbnail img {
  aspect-ratio: 1.5;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.blog-style7 .post-details {
  position: relative;
  bottom: 94px;
  max-width: 100%;
  width: 90%;
  margin: auto;
  background: white;
  padding: 17px 17px 0 17px;
}
.blog-style7 .post-details .category-ribbon {
  background: var(--phnewsdaily-primary);
  color: var(--phnewsdaily-primary-text);
  text-transform: uppercase;
  padding: 5px 8px;
  border-radius: 2px;
  font-size: 11px;
  line-height: 11px;
  z-index: 99;
  opacity: 0.8;
  text-decoration: none;
}
.blog-style7 .entry-title {
  margin: 10px 0px;
}
.blog-style7 .entry-title a {
  color: var(--phnewsdaily-text-dark);
  text-decoration: none;
  font-weight: 700;
  font-size: 32px;
  position: relative;
  padding-bottom: 4px;
}
.blog-style7 .entry-title a::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--phnewsdaily-text-dark)), to(var(--phnewsdaily-text-dark)));
  background-image: linear-gradient(var(--phnewsdaily-text-dark), var(--phnewsdaily-text-dark));
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left bottom;
  -webkit-transition: background-size 0.3s ease-in;
  transition: background-size 0.3s ease-in;
}
.blog-style7 .entry-title a:hover::before {
  background-size: 100% 2px;
}
.blog-style7 .entry-meta {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 300;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: solid 1px var(--phnewsdaily-background-darker);
}
.blog-style7 .entry-meta a {
  color: var(--phnewsdaily-secondary);
  text-decoration: none;
}
.blog-style7 .entry-meta a:hover {
  color: var(--phnewsdaily-primary);
}
.blog-style7 .entry-meta .posted-on {
  color: var(--phnewsdaily-secondary);
  font-weight: 500;
}
.blog-style7 .entry-excerpt {
  font-weight: 400;
  color: var(--phnewsdaily-text);
  line-height: 1.6em;
}
.blog-style7 .category {
  margin: 10px 0px;
}
@media screen and (max-width: 767px) {
  .blog-style7 {
    margin: 0;
    padding: 0;
    display: block;
  }
  .blog-style7 .thumbnail {
    margin-bottom: 15px;
  }
  .blog-style7 .thumbnail img {
    width: 100%;
  }
}
.blog-style8 {
  border-bottom: var(--phnewsdaily-background-darker) solid 1px;
  margin-bottom: 30px;
  padding: 15px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-style8 .thumbnail {
  position: relative;
}
.blog-style8 .thumbnail img {
  aspect-ratio: 1.5;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.blog-style8 .post-details {
  position: relative;
  bottom: 94px;
  max-width: 100%;
  width: 90%;
  margin: auto;
  background: white;
  padding: 20px 17px 0 17px;
}
.blog-style8 .post-details .category-ribbon {
  background: var(--phnewsdaily-primary);
  color: var(--phnewsdaily-primary-text);
  text-transform: uppercase;
  padding: 5px 8px;
  border-radius: 2px;
  font-size: 11px;
  line-height: 11px;
  z-index: 99;
  opacity: 0.8;
  text-decoration: none;
}
.blog-style8 .entry-title {
  margin: 10px 0px;
}
.blog-style8 .entry-title a {
  color: var(--phnewsdaily-text-dark);
  text-decoration: none;
  font-weight: 700;
  font-size: 27px;
  position: relative;
  padding-bottom: 4px;
}
.blog-style8 .entry-title a::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--phnewsdaily-text-dark)), to(var(--phnewsdaily-text-dark)));
  background-image: linear-gradient(var(--phnewsdaily-text-dark), var(--phnewsdaily-text-dark));
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left bottom;
  -webkit-transition: background-size 0.3s ease-in;
  transition: background-size 0.3s ease-in;
}
.blog-style8 .entry-title a:hover::before {
  background-size: 100% 2px;
}
.blog-style8 .entry-meta {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 300;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: solid 1px var(--phnewsdaily-background-darker);
}
.blog-style8 .entry-meta a {
  color: var(--phnewsdaily-secondary);
  text-decoration: none;
}
.blog-style8 .entry-meta a:hover {
  color: var(--phnewsdaily-primary);
}
.blog-style8 .entry-meta .posted-on {
  color: var(--phnewsdaily-secondary);
  font-weight: 500;
}
.blog-style8 .entry-excerpt {
  font-weight: 400;
  color: var(--phnewsdaily-text);
  line-height: 1.6em;
}
.blog-style8 .category {
  margin: 0px;
}
@media screen and (max-width: 767px) {
  .blog-style8 {
    margin: 0;
    padding: 0;
    display: block;
  }
  .blog-style8 .thumbnail {
    margin-bottom: 15px;
  }
  .blog-style8 .thumbnail img {
    width: 100%;
  }
}
.blog-style9 {
  border-bottom: var(--phnewsdaily-background-darker) solid 1px;
  margin-bottom: 30px;
  padding: 15px 15px;
  margin-right: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-style9 .thumbnail {
  position: relative;
}
.blog-style9 .thumbnail figure {
  overflow: hidden;
}
.blog-style9 .thumbnail img {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  width: 100%;
}
.blog-style9 .thumbnail img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.blog-style9 .post-details {
  position: relative;
  max-width: 100%;
  background: white;
  padding: 30px 17px 0 17px;
}
.blog-style9 .entry-title {
  margin: 10px 0px;
}
.blog-style9 .entry-title a {
  color: var(--phnewsdaily-text-dark);
  text-decoration: none;
  font-weight: 700;
  font-size: 50px;
  padding-bottom: 4px;
  position: relative;
}
@media only screen and (max-width: 968px) {
  .blog-style9 .entry-title a {
    font-size: 30px;
  }
}
.blog-style9 .entry-title a:hover::before {
  background-size: 100% 2px;
}
.blog-style9 .category-ribbon {
  color: var(--phnewsdaily-text-dark);
  text-transform: uppercase;
  border-radius: 2px;
  font-size: 16px;
  line-height: 11px;
  z-index: 99;
  text-decoration: none;
  font-weight: 500;
}
.blog-style9 .entry-meta {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  padding-bottom: 10px;
}
.blog-style9 .entry-meta a {
  color: var(--phnewsdaily-text-dark);
  text-decoration: none;
}
.blog-style9 .entry-meta a:hover {
  color: var(--phnewsdaily-secondary);
}
.blog-style9 .entry-meta .posted-on {
  color: var(--phnewsdaily-secondary);
  font-weight: 500;
}
.blog-style9 .entry-excerpt {
  font-weight: 400;
  color: var(--phnewsdaily-text);
  line-height: 1.6em;
}
.blog-style9 .category {
  margin: 0px 0px 20px 0px;
}
@media screen and (max-width: 767px) {
  .blog-style9 {
    margin: 0;
    padding: 0;
    display: block;
  }
  .blog-style9 .thumbnail {
    margin-bottom: 15px;
  }
  .blog-style9 .thumbnail img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .blog-style9 .blog-style9 > .entry-title a {
    font-size: 36px;
  }
}
