: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;
}
.featured-module {
  margin: 30px 0;
  padding: 20px 10px;
}
.featured-module .module-title-style1 {
  text-align: center;
  width: 100%;
  display: block;
  margin-bottom: 35px;
}
.featured-module .module-title-style1 h2 {
  padding-bottom: 25px;
  margin-bottom: 0;
  border-bottom: solid 2px var(--phnewspaper-background-darker);
  font-size: 24px;
}
.featured-module .module-title-style1 span {
  position: relative;
  background: var(--phnewspaper-secondary);
  color: var(--phnewspaper-secondary-text);
}
.featured-module .module-title-style1 span:after {
  content: "";
  width: 80%;
  position: absolute;
  height: 2px;
  background: var(--phnewspaper-primary);
  left: 10%;
  top: 56px;
}
.featured-module .module-title-style2 {
  text-align: center;
  width: 100%;
  display: block;
  margin-bottom: 35px;
}
.featured-module .module-title-style2 h2 {
  margin-bottom: 0;
  position: relative;
  line-height: 16px;
}
.featured-module .module-title-style2 h2:after {
  content: "";
  width: 100%;
  position: absolute;
  height: 2px;
  background: var(--phnewspaper-background-darker);
  top: 50%;
  left: 0;
  z-index: 0;
}
.featured-module .module-title-style2 span {
  position: relative;
  background: var(--phnewspaper-secondary);
  color: var(--phnewspaper-secondary-text);
  padding: 8px 9px;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 3px;
  letter-spacing: 1px;
  display: inline-block;
  z-index: 1;
}
.featured-module:nth-of-type(n+2) {
  margin-top: 30px;
}
.featured-module:nth-of-type(n+3) {
  margin-top: 0px;
}
.featured-module:first-child {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .featured-module {
    padding: 10px 0px;
  }
}
.featured-module-style1 a {
  text-decoration: none;
}
.featured-module-style1 a h2 {
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.featured-module-style1 img {
  width: 100%;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  aspect-ratio: 1.3;
  -o-object-fit: cover;
     object-fit: cover;
}
.featured-module-style1 .featured-post {
  position: relative;
}
@media screen and (max-width: 767px) {
  .featured-module-style1 .featured-post {
    margin-bottom: 15px;
  }
}
.featured-module-style1 .featured-post:hover img {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
.featured-module-style1 .featured-post:hover a h2 {
  color: var(--phnewspaper-primary);
}
.featured-module-style1 .featured-post .category-ribbon {
  position: absolute;
  background: var(--phnewspaper-primary);
  color: var(--phnewspaper-primary-text);
  text-transform: uppercase;
  padding: 5px 8px;
  font-size: 11px;
  line-height: 11px;
  z-index: 99;
}
.featured-module-style1 .entry-title {
  font-size: 18px;
  text-decoration: none;
  line-height: 1.5em;
  margin-top: 10px;
  color: var(--phnewspaper-text-dark);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4em;
}
.featured-module-style1 .footer-meta {
  font-size: 12px;
  text-transform: uppercase;
  color: var(--phnewspaper-text-light);
}
.featured-module-style2 .big {
  margin-bottom: 15px;
  position: relative;
}
.featured-module-style2 .big .category-ribbon {
  position: absolute;
  top: 7px;
  left: 7px;
  background: var(--phnewspaper-primary);
  color: var(--phnewspaper-primary-text);
  text-transform: uppercase;
  padding: 5px 8px;
  border-radius: 2px;
  font-size: 10px;
  line-height: 11px;
  z-index: 1;
  text-decoration: none;
}
.featured-module-style2 .big a {
  display: block;
  color: #fff;
}
.featured-module-style2 .big .box-shadow {
  background: -webkit-gradient(linear, left top, right top, from(var(--phnewspaper-primary)), color-stop(transparent), to(transparent));
  background: linear-gradient(90deg, var(--phnewspaper-primary), transparent, transparent);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}
.featured-module-style2 .big img {
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  width: 100%;
}
.featured-module-style2 .big .footer-meta {
  position: absolute;
  bottom: 0;
  z-index: 6;
  padding: 5px 10px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.6;
}
.featured-module-style2 .big .entry-title {
  position: absolute;
  bottom: 15px;
  z-index: 6;
  padding: 10px 10px;
  font-size: 21px;
  line-height: 27px;
}
.featured-module-style2 .big:hover img {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
.featured-module-style2 .big .entry-excerpt {
  color: var(--phnewspaper-text);
}
.featured-module-style2 .small {
  padding: 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.featured-module-style2 .small .featured-image {
  max-width: 150px;
  position: relative;
}
.featured-module-style2 .small a {
  text-decoration: none;
  display: block;
  overflow: auto;
  color: var(--phnewspaper-text-dark);
}
.featured-module-style2 .small img {
  max-width: 140px;
  height: auto;
  margin-right: 10px;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  aspect-ratio: 1.5;
  -o-object-fit: cover;
     object-fit: cover;
}
.featured-module-style2 .small h2 {
  font-size: 15px;
  display: inline-block;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  position: relative;
  padding-bottom: 5px;
  font-weight: 700;
}
.featured-module-style2 .small h2::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--phnewspaper-secondary-dark)), to(var(--phnewspaper-secondary-dark)));
  background-image: linear-gradient(var(--phnewspaper-secondary-dark), var(--phnewspaper-secondary-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;
  /* Change the transition timing above
				   to determine how long the animation takes.
				   Change the the timing function to adjust
				   the style of the animation. */
}
.featured-module-style2 .small h2:hover::before {
  background-size: 100% 2px;
}
.featured-module-style2 .small h2:hover {
  color: var(--phnewspaper-secondary-dark);
}
.featured-module-style2 .small .footer-meta {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.8;
  color: var(--phnewspaper-text-light);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.featured-module-style2 .small .footer-meta a {
  display: block;
}
.featured-module-style2 .small .footer-meta .category-text {
  color: var(--phnewspaper-primary-text);
  font-weight: 700;
  letter-spacing: 0;
  background: var(--phnewspaper-primary);
  padding: 2px 5px;
  border-radius: 2px;
  margin-right: 5px;
  line-height: 11px;
}
.featured-module-style2 .small:hover img {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
.featured-module-style2 .bigger {
  position: relative;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 400px;
}
.featured-module-style2 .bigger .post-info {
  position: absolute;
  bottom: 40px;
  left: 40px;
  padding: 30px;
  background: var(--phnewspaper-background-plain);
  opacity: 0.9;
  width: 80%;
}
.featured-module-style2 .bigger .category-ribbon {
  position: absolute;
  bottom: 40px;
  left: 40px;
  background: var(--phnewspaper-primary);
  color: var(--phnewspaper-primary-text);
  text-transform: uppercase;
  padding: 5px 8px;
  font-size: 11px;
  line-height: 11px;
  z-index: 1;
}
.featured-module-style2 .bigger a {
  text-decoration: none;
}
.featured-module-style2 .bigger a h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--phnewspaper-text-dark);
  padding-bottom: 5px;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.featured-module-style2 .bigger .entry-excerpt p,
.featured-module-style2 .bigger .entry-excerpt a {
  color: var(--phnewspaper-text);
}
.featured-module-style2 .bigger .entry-excerpt p:hover,
.featured-module-style2 .bigger .entry-excerpt a:hover {
  color: var(--phnewspaper-text);
}
.featured-module-style2 .bigger figure {
  position: relative;
  width: 100%;
}
.featured-module-style2 .bigger figure::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.featured-module-style2 .bigger figure:hover::before {
  -webkit-animation: circle 0.75s;
  animation: circle 0.75s;
}
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
.featured-module-style2 .bigger img {
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.featured-module-style2 .bigger h2 {
  margin-top: 10px;
  position: relative;
}
.featured-module-style2 .bigger h2::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--phnewspaper-secondary-dark)), to(var(--phnewspaper-secondary-dark)));
  background-image: linear-gradient(var(--phnewspaper-secondary-dark), var(--phnewspaper-secondary-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;
  /* Change the transition timing above
				   to determine how long the animation takes.
				   Change the the timing function to adjust
				   the style of the animation. */
}
.featured-module-style2 .bigger h2:hover::before {
  background-size: 100% 2px;
}
.featured-module-style2 .bigger h2:hover {
  color: var(--phnewspaper-secondary-dark);
}
.featured-module-style2 .bigger .read-more {
  display: none;
}
.featured-module-style2 .bigger .footer-meta {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.6;
  color: var(--phnewspaper-text-light);
  margin-bottom: 16px;
}
.featured-module-style2 .bigger:hover img {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
.featured-module-style2 .bigger:hover a h2 {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .featured-module-style2 .bigger {
    margin-bottom: 10px;
  }
  .featured-module-style2 .bigger a h2 {
    font-size: 26px;
  }
  .featured-module-style2 .big a h2 {
    font-size: 15px;
    line-height: 20px;
  }
  .featured-module-style2 .small img {
    max-width: 110px;
  }
  .featured-module-style2 .small .featured-image {
    max-width: 122px;
  }
  .featured-module-style2 .small h2 {
    font-size: 14px;
  }
  .featured-module-style2 .small .footer-meta {
    font-size: 9px;
  }
}
