:root {
  --phnewspaper-primary: #1b8415;
  --phnewspaper-primary-text: #f9ffe7;
  --phnewspaper-background-main: #ffffff;
  --phnewspaper-background-plain: #fff;
  --phnewspaper-background-darker: #eeeeee;
  --phnewspaper-secondary: #747474;
  --phnewspaper-secondary-dark: #076402;
  --phnewspaper-secondary-text: #FFF;
  --phnewspaper-text-dark: #111;
  --phnewspaper-text: #555;
  --phnewspaper-text-light: #777;
  --phnewspaper-header-background: #fff;
  --phnewspaper-header-global-background: #000000;
  --phnewspaper-header-lighter: #222;
  --phnewspaper-header-text: #FFFFFF;
  --phnewspaper-menu-text: #232323;
  --phnewspaper-top-bar-text: #fffdec;
  --phnewspaper-top-bar-background: #3a3a3a;
  --phnewspaper-mobile-header-background: #FFFFFF;
  --phnewspaper-mobile-header-text: #222222;
}
.homepage-title,
.page-entry-header {
  text-align: left;
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
.homepage-title h2,
.page-entry-header h2,
.homepage-title h1,
.page-entry-header h1 {
  padding-bottom: 15px;
  margin-bottom: 0;
  border-bottom: solid 1px #eeee;
  font-size: 19px;
}
.homepage-title span,
.page-entry-header span {
  position: relative;
}
.homepage-title span:after,
.page-entry-header span:after {
  content: "";
  width: 80%;
  position: absolute;
  height: 4px;
  background: var(--phnewspaper-primary);
  left: 0%;
  top: 37px;
}
@media only screen and (max-width: 468px) {
  .homepage-title span:after,
  .page-entry-header span:after {
    display: none;
  }
}
.blog-style1 {
  border-bottom: var(--phnewspaper-background-darker) solid 1px;
  margin-bottom: 25px;
  padding-bottom: 25px;
  margin-right: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 10px;
}
.blog-style1 .thumbnail {
  position: relative;
}
.blog-style1 .thumbnail img {
  width: 100%;
}
.blog-style1 .thumbnail .category-ribbon {
  position: absolute;
  top: 5px;
  left: 17px;
  background: var(--phnewspaper-primary);
  color: var(--phnewspaper-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-style1 .entry-title a {
  color: var(--phnewspaper-text-dark);
  text-decoration: none;
  font-weight: 500;
  font-size: 24px;
}
.blog-style1 .entry-title a:hover {
  color: var(--phnewspaper-secondary-dark);
}
.blog-style1 .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(--phnewspaper-background-darker);
}
.blog-style1 .entry-meta a {
  color: var(--phnewspaper-secondary);
  text-decoration: none;
}
.blog-style1 .entry-meta a:hover {
  color: var(--phnewspaper-secondary-dark);
}
.blog-style1 .entry-excerpt {
  font-weight: 400;
  color: var(--phnewspaper-text);
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  .blog-style1 {
    margin: 0;
    padding: 0;
    display: block;
  }
  .blog-style1 .thumbnail {
    margin-bottom: 15px;
  }
  .blog-style1 .thumbnail img {
    width: 100%;
  }
}
.blog-style2 {
  border-bottom: var(--phnewspaper-background-darker) solid 1px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  margin-right: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 10px;
}
.blog-style2 .thumbnail {
  position: relative;
}
.blog-style2 .thumbnail img {
  width: 100%;
}
.blog-style2 .thumbnail .category-ribbon {
  position: absolute;
  background: var(--phnewspaper-primary);
  color: var(--phnewspaper-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(--phnewspaper-text-dark);
  text-decoration: none;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
}
.blog-style2 .entry-title a:hover {
  color: var(--phnewspaper-secondary-dark);
}
.blog-style2 .entry-meta {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: solid 1px var(--phnewspaper-background-darker);
}
.blog-style2 .entry-excerpt {
  font-weight: 400;
  color: var(--phnewspaper-text);
  line-height: 1.6em;
  margin-top: 10px;
}
@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%;
  }
}
.blog-style3 {
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.blog-style3 .thumbnail {
  position: relative;
}
.blog-style3 .thumbnail .category-ribbon {
  position: absolute;
  background: var(--phnewspaper-primary);
  color: var(--phnewspaper-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(--phnewspaper-text-dark);
  text-decoration: none;
  font-weight: 500;
  font-size: 24px;
}
.blog-style3 .entry-title a:hover {
  color: var(--phnewspaper-secondary-dark);
}
.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(--phnewspaper-background-darker);
}
.blog-style3 .entry-meta a {
  color: var(--phnewspaper-secondary);
  text-decoration: none;
}
.blog-style3 .entry-meta a:hover {
  color: var(--phnewspaper-secondary-dark);
}
.blog-style3 .entry-excerpt {
  font-weight: 400;
  color: var(--phnewspaper-text);
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  .blog-style3 {
    margin: 0;
    display: block;
  }
  .blog-style3 .thumbnail {
    margin-bottom: 10px;
  }
}
